@charset "UTF-8";
/* Color Palette Variables */
/* End Color Palette Variables */
/* Scent Variables */
/* End Scent Variables */
/* Font-Imports */
/* End Font-Imports */
/*Global Styles*/
.button--primary {
  background-color: #3f2021;
  border-color: #3f2021;
  color: white;
  border: 2px solid #3f2021; }
  .button--primary:hover {
    background-color: #fff;
    border-color: #3f2021;
    color: #3f2021;
    border: 2px solid #3f2021; }

/*Global Styles*/
/* CLP Backgrounds */
.apple-cider-cat {
  background-color: #c88b43; }

.basil-cat {
  background-color: #78c9c0; }

.baby-blossom-cat {
  background-color: #f5dd85; }

.daisy-cat {
  background-color: #f3da42; }

.lavender-cat {
  background-color: #cccce1; }

.lemon-verbena-cat {
  background-color: #cedc00; }

.honeysuckle-cat {
  background-color: #cead24; }

.geranium-cat {
  background-color: #ee9078; }

.iowa-pine-cat {
  background-color: #a2c579; }

.orange-clove-cat {
  background-color: #fbb03b; }

.peppermint-cat {
  background-color: #eda1af; }

.rain-water-cat {
  background-color: #8dc5e6; }

.rainwater-cat {
  background-color: #8dc5e6; }

.rose-cat {
  background-color: #e7928c; }

.plum-berry-cat {
  background-color: #a45c97; }

.oat-blossom-cat {
  background-color: #f3d0a0; }

.apple-cat {
  background-color: #84c446; }

.sunflower-cat {
  background-color: #e4ce30; }

.rhubarb-cat {
  background-color: #f77984; }

.mint-cat {
  background-color: #bbe4dd; }

.peony-cat {
  background-color: #d89bc5; }

.bluebell-cat {
  background-color: #88aad7; }

.rosemary-cat {
  background-color: #b7808f; }

.rose-cat {
  background-color: #e7928c; }

.snowdrop-cat {
  background-color: #ced8e5; }

.acorn-spice-cat {
  background-color: #aa6e28; }

.mum-cat {
  background-color: #bb5d81; }

.pumpkin-spice-cat {
  background-color: #e1592f; }

.lilac-cat {
  background-color: #aa97c8; }

.radish-cat {
  background-color: #d65339; }

.compassion-flower-cat {
  background-color: #8485bd; }

.parsley-cat {
  background-color: #74b182; }

.watermelon-cat {
  background-color: #d25b73; }

.all-scents-cat {
  background-color: #cccce1; }

/* End CLP Backgrounds */
body.hasAdminBar .header {
  padding-top: 0px !important; }

.adminBar {
  display: none; }

@media only screen and (min-width: 1260px) {
  .mobile-hideme {
    display: none !important; } }

.desktop-img {
  display: none !important; }
  @media only screen and (min-width: 801px) {
    .desktop-img {
      display: block !important; } }

.mobile-img {
  display: block !important; }
  @media only screen and (min-width: 801px) {
    .mobile-img {
      display: none !important; } }

.tab-label {
  /* Icon */ }
  .tab-label .fa-minus {
    display: none; }
  .tab-label .expandable-cat {
    float: right; }
    .tab-label .expandable-cat svg {
      width: 12px;
      height: 12px; }
      @media only screen and (min-width: 801px) {
        .tab-label .expandable-cat svg {
          width: 16px;
          height: 16px; } }
  .tab-label.is-open .fa-plus {
    display: none; }
  .tab-label.is-open .fa-minus {
    display: block; }

/* Global CLP Styles */
svg,
.icon svg {
  fill: #3f2021; }

.container {
  max-width: 99rem; }
  @media only screen and (min-width: 801px) {
    .container {
      padding: 0 25px; } }
  @media only screen and (min-width: 1261px) {
    .container {
      padding: 0;
      max-width: calc(100% - 200px); } }

.la-clp {
  font-family: "Clarendon BT W05 Roman";
  display: block;
  width: 100%;
  text-align: center;
  color: #3f2021; }
  .la-clp h1 {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021; }
  .la-clp .description {
    display: none; }
    @media only screen and (min-width: 801px) {
      .la-clp .description {
        display: block;
        font-family: "DIN W05 Bold"; } }

.la-clp.plumberry-cat,
.la-clp.mum-cat,
.la-clp.acornspice-cat {
  color: #fff; }
  .la-clp.plumberry-cat h1,
  .la-clp.mum-cat h1,
  .la-clp.acornspice-cat h1 {
    color: #fff; }

.commonBTN {
  width: 50%;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #3f2021;
  text-decoration: none;
  min-height: 46px;
  color: #ffffff;
  font-family: "DIN W05 Cond Black";
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.8px;
  line-height: 19px;
  text-align: center; }
  .commonBTN.button {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }

.instructions .details li {
  color: #363636;
  font-family: "DIN W05 Regular";
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 30px; }
  @media only screen and (min-width: 801px) {
    .instructions .details li {
      font-size: 1.145rem;
      letter-spacing: 0.6px; } }

@media only screen and (min-width: 801px) {
  .instructions {
    display: flex;
    max-width: 800px;
    margin: auto 0; }
    .instructions .details {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 0 10px 0 0;
      box-sizing: border-box; }
    .instructions .details-img {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      flex-basis: 50%;
      padding: 0 0 0 10px;
      box-sizing: border-box; } }

.text-align-l {
  text-align: left; }

.text-align-c {
  text-align: center; }

.text-align-r {
  text-align: right; }

.basil-cat {
  font-family: "Clarendon BT W05 Roman";
  display: block;
  width: 100%;
  text-align: center;
  color: #3f2021; }
  .basil-cat h1 {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021; }
  .basil-cat .description {
    display: none; }
    @media only screen and (min-width: 551px) {
      .basil-cat .description {
        display: block; } }

/* pagination */
.pagination {
  width: 100%;
  text-align: center; }
  .pagination .showingPros {
    width: 100%;
    display: inline-block;
    color: #3f2021;
    font-family: "DIN W05 Regular";
    font-size: 1.12rem;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin: 0 0px 20px 0; }
    @media only screen and (min-width: 801px) {
      .pagination .showingPros {
        margin: 0 25px 0 0;
        display: initial; } }
    .pagination .showingPros #showingproducts,
    .pagination .showingPros #totalPros {
      font-family: "DIN W05 Bold";
      padding: 5px; }
  .pagination .pagination-list {
    display: inline-block; }
    .pagination .pagination-list .pagination-item {
      border-color: #fff;
      margin: 0 10px; }
      .pagination .pagination-list .pagination-item .pagination-link {
        font-size: 1.12rem;
        font-family: "DIN W05 Regular";
        color: #3f2021;
        font-weight: 500;
        letter-spacing: 0.5px;
        padding: 0;
        display: inline-block;
        vertical-align: middle;
        float: none;
        line-height: 30px; }
        .pagination .pagination-list .pagination-item .pagination-link svg {
          height: 30px;
          width: 30px; }
        .pagination .pagination-list .pagination-item .pagination-link.disabled {
          opacity: 0.4;
          cursor: default !important;
          pointer-events: none; }
      .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
        font-family: "DIN W05 Bold"; }

/*breadcrumb*/
@media only screen and (min-width: 801px) {
  .breadcrumb {
    float: left; } }

.breadcrumbs {
  margin-left: 20px;
  padding: 3px 0 4px; }
  @media only screen and (max-width: 800px) {
    .breadcrumbs {
      margin-left: 0px; } }

/*Category Landing page*/
.full-container {
  margin-top: -1em; }
  @media only screen and (min-width: 801px) {
    .full-container {
      margin-top: -2.5em; } }
  .full-container .breadcrumbs {
    text-align: left; }
  .full-container .page {
    margin: 0; }
  .full-container #product-listing-container .actionBar {
    margin: 0 0 1rem 0; }
    .full-container #product-listing-container .actionBar .actionBar-section {
      float: right; }

.category-bottom-copy {
  padding: 40px 40px 0 40px;
  font-size: 17px; }
  @media only screen and (max-width: 800px) {
    .category-bottom-copy {
      padding: 20px 0 50px 0; } }

.card-title {
  margin-bottom: 0px; }

/*products page*/
.common-products {
  font-family: "Clarendon BT W05 Roman";
  display: block;
  width: 100%;
  text-align: center;
  background-color: #cccce1; }
  .common-products h1 {
    font-family: "Clarendon BT W05 Roman"; }

.all-products {
  font-family: "Clarendon BT W05 Roman";
  display: block;
  width: 100%;
  text-align: center;
  background-color: #cccce1; }
  .all-products h1 {
    font-family: "Clarendon BT W05 Roman"; }

.mobile-top-border {
  height: 8px;
  width: 100%; }
  @media only screen and (min-width: 801px) {
    .mobile-top-border {
      display: none; } }

.category-header {
  margin-bottom: 15px;
  /* animation for mobile */ }
  @media only screen and (min-width: 801px) {
    .category-header {
      margin-bottom: 20px; } }
  .category-header.products-cat .category-dropdown .categories-grid .category-item a .category-item-title {
    margin: 0; }
  .category-header > .breadcrumbs {
    display: block;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 801px) {
      .category-header > .breadcrumbs {
        display: none; } }
  @media only screen and (max-width: 800px) {
    .category-header .la-clp {
      background: none; } }
  .category-header .cta-block {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 10px 0 0px;
    color: #555025;
    font-family: "DIN W05 Regular";
    font-size: 1.15rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px; }
    @media only screen and (min-width: 801px) {
      .category-header .cta-block {
        padding: 10px 0 60px; } }
    .category-header .cta-block h1 {
      font-family: "Clarendon BT W05 Roman";
      font-size: 2rem;
      letter-spacing: -0.86px;
      line-height: 32px;
      margin: 18px 0 10px 0; }
      @media (min-width: 801px) {
        .category-header .cta-block h1 {
          font-size: 3.44rem;
          line-height: 56px;
          margin: 32px 0 10px 0; } }
  .category-header .sub-drop-btn-bg {
    text-align: center; }
    @media only screen and (max-width: 800px) {
      .category-header .sub-drop-btn-bg {
        padding: 10px 0 7px 0;
        background: none; } }
    .category-header .sub-drop-btn-bg .sub-drop-btn {
      border: 2px solid #3f2021;
      border-radius: 7px;
      padding: 12px 35px 12px;
      background: #fff;
      display: inline-block;
      line-height: 19px; }
      @media only screen and (min-width: 801px) {
        .category-header .sub-drop-btn-bg .sub-drop-btn {
          display: inline;
          border: none;
          border-top-left-radius: 7px;
          border-top-right-radius: 7px;
          border-bottom-right-radius: 0;
          border-bottom-left-radius: 0;
          width: auto;
          padding: 19px 35px 8px;
          cursor: pointer;
          border: 0; } }
      .category-header .sub-drop-btn-bg .sub-drop-btn .all-link {
        font-family: "DIN W05 Cond Black";
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.12rem;
        letter-spacing: 0.8px;
        line-height: 16px;
        color: #3f2021; }
      .category-header .sub-drop-btn-bg .sub-drop-btn .arrows {
        padding: 0 0 0 10px;
        vertical-align: text-bottom; }
        .category-header .sub-drop-btn-bg .sub-drop-btn .arrows img.plus {
          width: 10px; }
          @media only screen and (min-width: 801px) {
            .category-header .sub-drop-btn-bg .sub-drop-btn .arrows img.plus {
              display: none; } }
        .category-header .sub-drop-btn-bg .sub-drop-btn .arrows .icon.down {
          display: none; }
          @media only screen and (min-width: 801px) {
            .category-header .sub-drop-btn-bg .sub-drop-btn .arrows .icon.down {
              display: inline-block; } }
          .category-header .sub-drop-btn-bg .sub-drop-btn .arrows .icon.down svg {
            width: 16px;
            height: 16px; }
      .category-header .sub-drop-btn-bg .sub-drop-btn.active .arrows .icon.down {
        transform: rotate(180deg); }

@-webkit-keyframes slideinRight {
  from {
    left: 99999px; }
  to {
    left: 0; } }

@-moz-keyframes slideinRight {
  from {
    left: 99999px; }
  to {
    left: 0; } }

@-o-keyframes slideinRight {
  from {
    left: 99999px; }
  to {
    left: 0; } }

@keyframes slideinRight {
  from {
    left: 99999px; }
  to {
    left: 0; } }
  .category-header .category-dropdown {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    background: #fff;
    display: none;
    /* mobile close mark style */ }
    @media only screen and (max-width: 800px) {
      .category-header .category-dropdown {
        z-index: 9999999999;
        animation-duration: 1s;
        animation-name: slideinRight;
        tansition-delay: 1s;
        max-height: 9999px !important; } }
    @media only screen and (min-width: 801px) {
      .category-header .category-dropdown {
        z-index: 1;
        position: static; } }
    .category-header .category-dropdown .close {
      text-align: center;
      padding: 20px;
      border-bottom: 1px solid #d3d3d3; }
      @media only screen and (min-width: 801px) {
        .category-header .category-dropdown .close {
          display: none; } }
      .category-header .category-dropdown .close .closeText {
        font-size: 1.43rem;
        font-weight: bold; }
      .category-header .category-dropdown .close .closeMark {
        float: right;
        font-size: 20px; }
        .category-header .category-dropdown .close .closeMark img {
          width: 20px;
          height: 20px; }
    .category-header .category-dropdown .categories-grid {
      padding: 20px;
      margin: 0;
      display: flex;
      flex-wrap: wrap; }
      @media only screen and (min-width: 801px) {
        .category-header .category-dropdown .categories-grid {
          border-bottom: 1px solid #d8d8d8; } }
      .category-header .category-dropdown .categories-grid .category-item {
        list-style: none;
        width: 50%;
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 10px; }
        @media only screen and (min-width: 551px) {
          .category-header .category-dropdown .categories-grid .category-item {
            width: 50%; } }
        @media only screen and (min-width: 801px) {
          .category-header .category-dropdown .categories-grid .category-item {
            width: 25%; } }
        @media only screen and (min-width: 1261px) {
          .category-header .category-dropdown .categories-grid .category-item {
            width: 14.2%; } }
        .category-header .category-dropdown .categories-grid .category-item a {
          display: flex;
          text-decoration: none;
          text-transform: uppercase;
          color: #3f2021;
          font-family: "Clarendon BT W05 Roman";
          font-size: 1.15rem;
          font-weight: bold;
          letter-spacing: 0.8px;
          line-height: 16px;
          min-height: 25px; }
          @media (min-width: 801px) {
            .category-header .category-dropdown .categories-grid .category-item a {
              font-size: 1rem; } }
          .category-header .category-dropdown .categories-grid .category-item a .sub-cat {
            width: 20px;
            height: 20px;
            display: -webkit-inline-box;
            display: -moz-inline-box;
            display: -webkit-inline-flex;
            display: -ms-inline-flexbox;
            display: inline-flex;
            border-radius: 50%; }
          .category-header .category-dropdown .categories-grid .category-item a .category-item-title {
            display: block;
            margin: 0 0 0 15px;
            word-break: break-word;
            font-size: 1rem;
            font-family: "DIN W05 Cond Black";
            margin-top: 4px;
            width: auto; }
            @media only screen and (min-width: 801px) {
              .category-header .category-dropdown .categories-grid .category-item a .category-item-title {
                font-size: 1.15rem; } }
            .category-header .category-dropdown .categories-grid .category-item a .category-item-title.active:after {
              width: 100%;
              background: #3f2021; }
            .category-header .category-dropdown .categories-grid .category-item a .category-item-title:after {
              content: "";
              display: block;
              margin: auto;
              height: 4px;
              width: 0px;
              background: transparent;
              transition: width 0.5s ease, background-color 0.5s ease; }
          .category-header .category-dropdown .categories-grid .category-item a:hover .category-item-title:after {
            width: 100%;
            background: #3f2021; }

.shop-by-scent-cat {
  background-color: #cccce1; }

/* sidebar*/
.breadcrumb::before {
  color: #d3d3d3;
  content: "|";
  font-size: 17px;
  margin: 0 0.375rem;
  font-weight: 500; }

.breadcrumb.is-active > .breadcrumb-label,
.breadcrumb a {
  color: #3f2021;
  font-size: 12px;
  letter-spacing: 0.45px;
  line-height: 16px;
  font-family: "DIN W05 Regular"; }

.breadcrumb a {
  font-weight: bold; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 500; }

.actionBar .form-field {
  border: 0; }
  .actionBar .form-field .form-label,
  .actionBar .form-field .form-select {
    color: #3f2021;
    font-family: "DIN W05 Regular";
    font-size: 1.12rem;
    line-height: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
    height: auto; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .actionBar .form-field .form-label,
      .actionBar .form-field .form-select {
        height: 3rem; } }

.sidebarBlock {
  border-top: 1px solid #d3d3d3; }
  @media only screen and (min-width: 801px) {
    .sidebarBlock {
      padding: 0; } }
  .sidebarBlock:last-child {
    border-bottom: 1px solid #d3d3d3; }
  .sidebarBlock + .sidebarBlock {
    margin-top: 0;
    padding-top: 0; }
  .sidebarBlock h5.sidebarBlock-heading {
    text-align: left;
    color: #3f2021;
    font-family: "DIN W05 Regular";
    font-size: 1.12rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 19px;
    margin: 0;
    padding: 18px 0 16px 0;
    cursor: pointer; }
    .sidebarBlock h5.sidebarBlock-heading .expandable-cat {
      display: inline-block;
      width: 12px;
      height: 12px;
      float: right; }
      .sidebarBlock h5.sidebarBlock-heading .expandable-cat.fa-plus {
        display: inline-block; }
        .sidebarBlock h5.sidebarBlock-heading .expandable-cat.fa-plus svg {
          display: inline-block;
          width: 12px;
          height: 12px;
          float: right; }
      .sidebarBlock h5.sidebarBlock-heading .expandable-cat.fa-minus {
        display: none; }
  .sidebarBlock .accordion-title {
    text-align: left;
    color: #3f2021;
    font-family: "DIN W05 Regular";
    font-size: 1.12rem;
    font-weight: bold;
    letter-spacing: 0.6px;
    line-height: 19px;
    margin: 0;
    cursor: pointer;
    display: block; }
  .sidebarBlock .accordion-block .expandable-cat {
    width: 12px;
    height: 12px;
    float: right; }
  .sidebarBlock .accordion-block .expandable-cat.fa-plus {
    display: inline-block; }
  .sidebarBlock .accordion-block .accordion-navigation.is-open .expandable-cat.fa-plus {
    display: none; }
  .sidebarBlock .accordion-block .accordion-navigation.is-open .expandable-cat.fa-minus {
    display: inline-block; }
  .sidebarBlock .accordion-block .expandable-cat.fa-minus {
    display: none; }
  .sidebarBlock .accordion-block .toggleLink {
    text-align: left;
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.53px;
    position: relative;
    padding: 5px 0;
    width: 100%; }
  .sidebarBlock .accordion-block .form-field input {
    height: 39px;
    font-family: "DIN W05 Regular"; }
  .sidebarBlock .accordion-block .form-field button {
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    background-color: #3f2021;
    color: #ffffff;
    font-family: "DIN W05 Cond Black";
    font-size: 1.12rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    text-transform: uppercase; }
  .sidebarBlock .navList .navList-item {
    text-align: left;
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.53px;
    position: relative;
    padding: 5px 0; }
    .sidebarBlock .navList .navList-item:last-child {
      padding-bottom: 0; }
    .sidebarBlock .navList .navList-item .container2 .navList-action {
      padding: 0 0 0 0px;
      text-align: left; }
      @media only screen and (min-width: 801px) {
        .sidebarBlock .navList .navList-item .container2 .navList-action {
          padding: 0; } }
  .sidebarBlock .navList.show-drop {
    display: block; }
  .sidebarBlock .navList.hide-drop {
    display: none; }

@media only screen and (min-width: 801px) {
  .category-p .category-header .cta-block {
    padding: 10px 0 51px; } }

/* productGrid */
.product .card-figcaption-body .card-figcaption-button {
  color: #fff; }
  .product .card-figcaption-body .card-figcaption-button:hover {
    color: #3f2021; }

.card-body {
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (min-width: 551px) {
    .card-body {
      width: 70%; } }
  .card-body .card-title {
    margin: 0 0 1.5rem;
    min-height: 80px; }
    .card-body .card-title .title-text {
      font-family: "Clarendon BT W05 Roman";
      font-size: 20px;
      line-height: 24px;
      color: #363636;
      font-weight: normal; }
  .card-body .card-text {
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1rem;
    font-weight: 500; }
  .card-body .button {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    background-color: #3f2021;
    color: #ffffff;
    font-family: "DIN W05 Cond Black";
    font-size: 1.12rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
    margin: 0.7rem 0 0 0;
    border: 2px solid #3f2021; }
    @media only screen and (min-width: 801px) {
      .card-body .button {
        padding: 0; } }
    .card-body .button:hover {
      background: #fff;
      color: #3f2021;
      border: 2px solid #3f2021; }
    .card-body .button:active, .card-body .button:focus {
      background: #3f2021;
      color: #fff;
      border: 2px solid #3f2021; }

.card-over-img {
  position: absolute;
  display: none;
  width: 100%;
  left: 0px; }

.card:hover .card-over-img {
  display: block; }

.category-header.products-cat .category-dropdown .categories-grid .category-item {
  width: 33%; }
  @media only screen and (min-width: 801px) {
    .category-header.products-cat .category-dropdown .categories-grid .category-item {
      width: 11%; } }

.category-header.products-cat .category-item.product-item a {
  display: block;
  text-align: center; }
  .category-header.products-cat .category-item.product-item a img {
    width: 100%;
    max-width: 130px;
    display: inline-block;
    margin-bottom: 10px; }
  .category-header.products-cat .category-item.product-item a .category-item-title {
    display: block; }

/*common progress bar*/
.progress-bar-slider {
  width: 100%;
  margin: 0 0 30px 0; }
  @media only screen and (min-width: 801px) {
    .progress-bar-slider {
      max-width: 607px;
      margin: 0 0 15px 0; } }
  .progress-bar-slider .needtofill,
  .progress-bar-slider .needtofill-mini {
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 24px; }
    .progress-bar-slider .needtofill p,
    .progress-bar-slider .needtofill-mini p {
      margin-bottom: 6px; }
    .progress-bar-slider .needtofill .progress-inner,
    .progress-bar-slider .needtofill-mini .progress-inner {
      width: 100%;
      height: 13px;
      background-color: #cccce1; }
    .progress-bar-slider .needtofill .progressBar,
    .progress-bar-slider .needtofill-mini .progressBar {
      height: 13px;
      width: 0;
      background-color: #3f2021; }
  .progress-bar-slider .alreadyfill .progress-inner .progressBar,
  .progress-bar-slider .alreadyfill-mini .progress-inner .progressBar {
    height: 13px;
    width: 100%;
    background-color: #3f2021; }
  .progress-bar-slider .needtofill p,
  .progress-bar-slider .alreadyfill p {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 24px;
    margin: 0;
    font-family: "DIN W05 Regular";
    color: #363636; }

/*cart page*/
.cart-list .cart-item {
  width: 100%;
  float: left; }
  @media only screen and (min-width: 801px) {
    .cart-list .cart-item {
      padding: 1.5rem 0;
      width: unset;
      float: none; } }

.cart-below-sec {
  display: inline-block;
  width: 100%; }
  @media only screen and (min-width: 801px) {
    .cart-below-sec {
      max-width: 850px;
      display: flex;
      justify-content: space-between; } }
  .cart-below-sec .cart-right-content {
    padding: 15px 0;
    width: 100%;
    float: left;
    border-bottom: 2px solid #d3d3d3; }
    @media only screen and (min-width: 801px) {
      .cart-below-sec .cart-right-content {
        width: unset;
        float: none;
        border-bottom: 0;
        padding: 0; } }
    .cart-below-sec .cart-right-content span {
      width: 100%;
      display: inline-block; }
      .cart-below-sec .cart-right-content span a {
        text-decoration: none;
        border-bottom: 1px solid #363636; }
  .cart-below-sec .border-line {
    border-left: 1px solid #d3d3d3; }
  .cart-below-sec .cart-left-content {
    width: 100%;
    float: left;
    border-bottom: 2px solid #d3d3d3;
    padding-bottom: 15px; }
    @media only screen and (min-width: 801px) {
      .cart-below-sec .cart-left-content {
        width: unset;
        float: none;
        border-bottom: 0;
        padding: 0; } }
    .cart-below-sec .cart-left-content a {
      float: right;
      text-decoration: none;
      border-bottom: 1.5px solid #363636; }
      @media only screen and (min-width: 801px) {
        .cart-below-sec .cart-left-content a {
          float: none; } }
    @media only screen and (min-width: 801px) {
      .cart-below-sec .cart-left-content {
        padding-bottom: 0;
        border-bottom: 0;
        width: unset; } }
  .cart-below-sec .cart-left-content,
  .cart-below-sec .cart-right-content {
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 20px; }

.hide {
  display: none; }

.page-heading {
  text-align: left;
  color: #3f2021;
  font-family: "Clarendon BT W05 Roman";
  font-size: 22px;
  margin: 3rem 0 0 0rem; }
  @media only screen and (min-width: 801px) {
    .page-heading {
      font-size: 48px;
      line-height: 40px;
      margin: 3rem 0 13px; } }

.container {
  /*cart static content starts*/
  /*cart static content ends*/ }
  .container .cart-header-item {
    color: #363636;
    font-family: "DIN W05 Cond Black";
    font-size: 1.12rem;
    font-weight: normal;
    letter-spacing: 0.4px;
    line-height: 19px;
    text-transform: uppercase;
    text-align: left; }
    .container .cart-header-item:last-child {
      text-align: left; }
  .container .cart-item-name {
    font-size: 1.12rem;
    margin: 0;
    font-family: "Clarendon BT W05 Roman";
    font-size: 1.12rem;
    line-height: 19px; }
    .container .cart-item-name a {
      text-decoration: none; }
  .container .cart-item-label {
    color: #363636; }
  @media only screen and (min-width: 801px) {
    .container .cart-item-quantity {
      text-align: left; } }
  .container .cart-item-quantity .qty-lable {
    display: none; }
  .container .cart-item-quantity .form-increment {
    border: 2px solid #3f2021;
    border-radius: 5px;
    width: 132px;
    height: 44px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    margin-top: 1.8rem; }
    .container .cart-item-quantity .form-increment .button,
    .container .cart-item-quantity .form-increment .form-input {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 33%;
      border: 0;
      height: 40px;
      border-radius: 0;
      padding: 0.21429rem 0; }
    .container .cart-item-quantity .form-increment svg {
      width: 17px;
      height: 17px;
      fill: #3f2021; }
    .container .cart-item-quantity .form-increment img {
      margin: 0; }
    .container .cart-item-quantity .form-increment .minusBtn {
      border-right: 2px solid #3f2021;
      background: #d3d3d3;
      align-items: center;
      position: relative;
      left: -1px; }
    .container .cart-item-quantity .form-increment .plusBtn {
      border-left: 2px solid #3f2021;
      background: #fff;
      align-items: center; }
    .container .cart-item-quantity .form-increment .la-test-svg {
      margin: 0 auto;
      height: auto; }
  @media only screen and (min-width: 801px) {
    .container .cart-item-title {
      padding: 1.8rem; } }
  .container .cart-item-title dl.definitionList {
    display: none; }
    .container .cart-item-title dl.definitionList + a {
      display: none; }
  .container .cart-item-info {
    width: 62%;
    float: right; }
    @media only screen and (min-width: 801px) {
      .container .cart-item-info {
        width: 16.66667%;
        float: none;
        vertical-align: top;
        padding-top: 1.8rem; } }
    .container .cart-item-info .cart-item-label {
      text-align: left; }
      @media only screen and (min-width: 801px) {
        .container .cart-item-info .cart-item-label {
          text-align: right; } }
    .container .cart-item-info .cart-item-value {
      color: #363636;
      font-family: "DIN W05 Regular";
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0.53px;
      line-height: 17px; }
    .container .cart-item-info:last-child {
      text-align: left; }
    @media only screen and (min-width: 801px) {
      .container .cart-item-info.cart-item-quantity {
        padding-top: 0; } }
  .container .cart-totl-price .cart-item-value {
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1.12rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 19px; }
    @media only screen and (min-width: 801px) {
      .container .cart-totl-price .cart-item-value {
        display: inline-block; } }
  .container .cart-item-block .cart-remove {
    background-color: #fff;
    width: auto;
    display: inline-block;
    height: auto;
    padding: 0 0.21429rem; }
  .container .cart-item-block.cart-item-figure::after {
    padding-bottom: 0;
    display: unset;
    height: unset;
    width: unset; }
  @media only screen and (min-width: 801px) {
    .container .cart-total-label {
      color: #3f2021;
      font-family: "DIN W05 Cond Black";
      font-size: 1.12rem;
      font-weight: normal;
      letter-spacing: 0.8px;
      line-height: 20px;
      text-transform: uppercase; } }
  .container .cart-total-value .shipping-estimate-show svg,
  .container .cart-total-value .shipping-estimate-hide svg,
  .container .cart-total-value .coupon-code-add svg,
  .container .cart-total-value .coupon-code-cancel svg {
    width: 17px;
    height: 12px; }
  .container .cart-total-value.cart-total-grandTotal span {
    color: #363636;
    font-family: "DIN W05 Cond Black";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px; }
  .container .shipping-estimator button {
    float: right; }
  .container .cart-actions .button {
    background: #3f2021;
    text-transform: uppercase;
    border: 2px solid #3f2021; }
    @media only screen and (min-width: 801px) {
      .container .cart-actions .button {
        width: 100%;
        font-size: 1.12rem;
        font-weight: bold;
        letter-spacing: 0.8px;
        line-height: 19px;
        text-align: center;
        text-transform: uppercase; } }
    .container .cart-actions .button:hover {
      background: #fff;
      color: #3f2021;
      border: 2px solid #3f2021; }
    .container .cart-actions .button:active, .container .cart-actions .button:focus {
      background: #3f2021;
      color: #fff;
      border: 2px solid #3f2021; }
  .container .container.cart-static-content {
    max-width: 100%;
    margin-top: 0;
    padding: 0; }
  .container .cart-static-content {
    width: 100%;
    float: left; }
    @media only screen and (min-width: 801px) {
      .container .cart-static-content {
        margin: 60px 0;
        display: flex; } }
    .container .cart-static-content .cart-learn-more-sec {
      width: 100%;
      float: left;
      background: #78c9c0 !important;
      margin-bottom: 20px; }
      @media only screen and (min-width: 801px) {
        .container .cart-static-content .cart-learn-more-sec {
          width: 49%;
          float: left;
          padding: 1% 0;
          flex: 1;
          margin: 0 2% 0 0; } }
      .container .cart-static-content .cart-learn-more-sec .cart-img-sec {
        width: 100%;
        float: left;
        text-align: center;
        margin: 7% 0 0 0; }
        @media only screen and (min-width: 801px) {
          .container .cart-static-content .cart-learn-more-sec .cart-img-sec {
            width: 100%;
            padding: 0 0 0 0;
            box-sizing: border-box; } }
      .container .cart-static-content .cart-learn-more-sec .cart-content-sec {
        width: 100%;
        float: right; }
        @media only screen and (min-width: 801px) {
          .container .cart-static-content .cart-learn-more-sec .cart-content-sec {
            padding: 0 7% 0 0;
            box-sizing: border-box;
            width: 100%; } }
        .container .cart-static-content .cart-learn-more-sec .cart-content-sec p {
          color: #363636;
          font-family: "DIN W05 Regular";
          font-size: 1.12rem;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 24px; }
        .container .cart-static-content .cart-learn-more-sec .cart-content-sec h1 {
          color: #363636 !important;
          font-family: "Clarendon BT W05 Roman" !important;
          font-size: 32px !important;
          letter-spacing: -0.57px !important;
          line-height: 40px !important; }
        .container .cart-static-content .cart-learn-more-sec .cart-content-sec a {
          border-radius: 5px;
          background-color: #3f2021;
          color: #fff;
          font-family: "DIN W05 Cond Black";
          font-size: 1.12rem;
          font-weight: normal;
          letter-spacing: 0.8px;
          line-height: 19px;
          text-align: center;
          margin-bottom: 30px;
          border: 0;
          text-transform: uppercase; }
    .container .cart-static-content .cart-contactus-sec {
      width: 100%;
      float: left;
      background-color: #cedc00; }
      @media only screen and (min-width: 801px) {
        .container .cart-static-content .cart-contactus-sec {
          width: 100%;
          float: right;
          padding: 1% 0;
          flex: 1; } }
      .container .cart-static-content .cart-contactus-sec .cart-img-sec {
        width: 100%;
        float: left;
        text-align: center;
        margin: 4.5% 0 0 0; }
        .container .cart-static-content .cart-contactus-sec .cart-img-sec svg {
          width: 95px;
          height: 165px; }
        .container .cart-static-content .cart-contactus-sec .cart-img-sec img {
          width: 95px;
          height: 165px; }
        @media only screen and (min-width: 801px) {
          .container .cart-static-content .cart-contactus-sec .cart-img-sec {
            width: 100%;
            padding: 0 0 0 0;
            box-sizing: border-box; } }
      .container .cart-static-content .cart-contactus-sec .cart-content-sec {
        width: 100%;
        float: right; }
        @media only screen and (min-width: 801px) {
          .container .cart-static-content .cart-contactus-sec .cart-content-sec {
            padding: 0 8% 0 0;
            box-sizing: border-box;
            width: 100%; } }
        .container .cart-static-content .cart-contactus-sec .cart-content-sec p {
          color: #363636;
          font-family: "DIN W05 Regular";
          font-size: 1.12rem;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 24px; }
        .container .cart-static-content .cart-contactus-sec .cart-content-sec h1 {
          color: #363636;
          font-family: "Clarendon BT W05 Roman";
          font-size: 32px;
          letter-spacing: -0.57px;
          line-height: 40px; }
        .container .cart-static-content .cart-contactus-sec .cart-content-sec a {
          border-radius: 5px;
          background-color: #3f2021;
          color: #fff;
          font-size: 1.12rem;
          font-weight: bold;
          letter-spacing: 0.8px;
          line-height: 19px;
          text-align: center;
          margin-bottom: 30px;
          border: 0;
          text-transform: uppercase; }
        .container .cart-static-content .cart-contactus-sec .cart-content-sec div {
          color: #363636;
          font-family: "DIN W05 Regular";
          font-size: 1.12rem;
          font-weight: bold;
          letter-spacing: 0.5px; }

.only-mobile {
  display: block;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center; }
  .only-mobile.active {
    width: 100%; }
  .only-mobile .la-clp {
    background: none;
    padding: 0 20px 40px 20px; }
    .only-mobile .la-clp h1 {
      display: none; }
    .only-mobile .la-clp .description {
      font-family: "DIN W05 Regular";
      display: block;
      letter-spacing: 0.25px;
      line-height: 20px; }
  .only-mobile .filter-sort-continer {
    width: 100%;
    text-align: center;
    position: fixed;
    bottom: 54px;
    z-index: 99999999;
    background: #fff;
    padding: 4px 0 25px 0;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .only-mobile .filter-sort-continer .filter-by-subcat,
    .only-mobile .filter-sort-continer .sort-by-cat {
      background: #fff; }
      .only-mobile .filter-sort-continer .filter-by-subcat .closeFilter,
      .only-mobile .filter-sort-continer .sort-by-cat .closeFilter {
        padding: 15px 0;
        text-align: center;
        display: block; }
        @media (min-width: 801px) {
          .only-mobile .filter-sort-continer .filter-by-subcat .closeFilter,
          .only-mobile .filter-sort-continer .sort-by-cat .closeFilter {
            display: none; } }
        .only-mobile .filter-sort-continer .filter-by-subcat .closeFilter .closeText,
        .only-mobile .filter-sort-continer .sort-by-cat .closeFilter .closeText {
          color: #3f2021;
          font-weight: bold;
          font-size: 1.43rem;
          letter-spacing: 1px;
          line-height: 32px;
          font-family: "Clarendon BT W05 Roman"; }
        .only-mobile .filter-sort-continer .filter-by-subcat .closeFilter .closeMark,
        .only-mobile .filter-sort-continer .sort-by-cat .closeFilter .closeMark {
          float: right;
          display: inline-block;
          padding: 0; }
          .only-mobile .filter-sort-continer .filter-by-subcat .closeFilter .closeMark img,
          .only-mobile .filter-sort-continer .sort-by-cat .closeFilter .closeMark img {
            width: 22.5px;
            height: 22.5px; }
    .only-mobile .filter-sort-continer .sort-by-cat {
      width: auto;
      display: inline-block; }
      .only-mobile .filter-sort-continer .sort-by-cat .sortby-option {
        display: none; }
        .only-mobile .filter-sort-continer .sort-by-cat .sortby-option #mobile-sort li a {
          text-decoration: none;
          color: inherit;
          padding: 4px 0; }
          .only-mobile .filter-sort-continer .sort-by-cat .sortby-option #mobile-sort li a.active:after {
            width: 100%;
            background: #3f2021; }
          .only-mobile .filter-sort-continer .sort-by-cat .sortby-option #mobile-sort li a:after {
            content: "";
            display: block;
            margin: auto;
            height: 4px;
            width: 0px;
            background: transparent;
            transition: width 0.5s ease, background-color 0.5s ease; }
      .only-mobile .filter-sort-continer .sort-by-cat.active .sortby-option {
        border-top: 1px solid #3f2021;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0 20px;
        z-index: 999;
        background: #fff;
        height: 49%;
        width: 100%;
        overflow: scroll;
        padding-bottom: 55px; }
        .only-mobile .filter-sort-continer .sort-by-cat.active .sortby-option .sortby-selection {
          border-top: 1px solid #d3d3d3; }
          .only-mobile .filter-sort-continer .sort-by-cat.active .sortby-option .sortby-selection .form-field ul {
            margin: 7px 0; }
            .only-mobile .filter-sort-continer .sort-by-cat.active .sortby-option .sortby-selection .form-field ul li {
              text-align: left;
              font-family: "DIN W05 Cond Black";
              list-style: none;
              padding: 4px 0;
              letter-spacing: 0.6px;
              line-height: 19px;
              color: #3f2021;
              width: auto;
              display: flex; }
      .only-mobile .filter-sort-continer .sort-by-cat button {
        display: inline-block;
        text-align: center;
        border: 2px solid;
        padding: 0 22px;
        text-transform: uppercase;
        border-radius: 0px 5px 5px 0px;
        font-size: 1.12rem;
        line-height: 44px;
        color: #3f2021;
        font-family: "DIN W05 Bold";
        width: auto;
        margin: 0 0 0 -4px; }
      .only-mobile .filter-sort-continer .sort-by-cat .page-content .productGrid {
        display: none; }
      .only-mobile .filter-sort-continer .sort-by-cat .page-content .actionBar {
        display: none; }
        .only-mobile .filter-sort-continer .sort-by-cat .page-content .actionBar.active {
          display: block;
          animation-duration: 1s;
          animation-name: slideinRight;
          position: absolute;
          z-index: 100;
          background: white;
          width: 100%;
          bottom: 0; }
          .only-mobile .filter-sort-continer .sort-by-cat .page-content .actionBar.active .actionBar-section {
            float: none !important; }
      .only-mobile .filter-sort-continer .sort-by-cat .page-content .pagination {
        display: none; }

.page .page-sidebar {
  display: none; }
  @media (min-width: 801px) {
    .page .page-sidebar nav .closeFilter {
      display: none; } }

.page .page-content {
  display: block; }
  .page .page-content .actionBar {
    display: none; }
    @media (min-width: 801px) {
      .page .page-content .actionBar {
        display: block; } }

.page-content {
  display: block; }
  .page-content .cart-top-sec {
    width: 100%;
    float: left; }
    .page-content .cart-top-sec .cart-left-sec {
      width: 100%;
      float: left; }
      .page-content .cart-top-sec .cart-left-sec .page-heading {
        text-align: left; }
    .page-content .cart-top-sec .cart-right-sec {
      width: 100%;
      float: left;
      margin: 3% 0 0 0;
      position: fixed;
      bottom: 55px;
      z-index: 100;
      left: 0px; }
      @media (max-width: 800px) {
        .page-content .cart-top-sec .cart-right-sec {
          padding: 10px;
          background: #fff; } }
      @media (min-width: 801px) {
        .page-content .cart-top-sec .cart-right-sec {
          width: 20%;
          position: relative;
          z-index: 0;
          bottom: 0; } }
  .page-content .cart-totals {
    float: left;
    margin: 2rem 0; }
    @media (min-width: 801px) {
      .page-content .cart-totals {
        margin: 0 0 1.5rem 0;
        float: right; } }
    .page-content .cart-totals .cart-total {
      width: 100%;
      float: left;
      border-top: 1px solid #3f2021; }
      .page-content .cart-totals .cart-total .form-input {
        height: 46px; }
        @media (min-width: 801px) {
          .page-content .cart-totals .cart-total .form-input {
            margin-top: 2px; } }
      @media (min-width: 801px) {
        .page-content .cart-totals .cart-total {
          border-top: 1px solid #3f2021;
          border-bottom: 0; }
          .page-content .cart-totals .cart-total:first-child {
            border-top: 0; } }
      .page-content .cart-totals .cart-total .cart-total-label {
        width: 80%;
        text-align: left;
        float: left;
        padding-left: 0; }
      .page-content .cart-totals .cart-total .cart-total-value {
        width: 20%;
        float: right;
        text-align: right; }
  .page-content .cart-totals .cart-actions {
    display: none; }
    @media (min-width: 801px) {
      .page-content .cart-totals .cart-actions {
        display: block; } }

@media (min-width: 801px) {
  .only-mobile {
    display: none; }
  .page .page-sidebar {
    display: block; }
  .page .page-content {
    display: block; }
    .page .page-content .cart-top-sec {
      width: 100%;
      float: left; }
      .page .page-content .cart-top-sec .cart-left-sec {
        width: 80%;
        float: left; } }

/* Header */
.header {
  position: absolute;
  border-bottom: 1px solid #e5e5e5; }
  @media only screen and (min-width: 801px) {
    .header {
      position: relative; } }
  .header .header-icon.mobileRe {
    position: absolute;
    width: 20px;
    left: 30%;
    top: 63%; }
    @media only screen and (min-width: 801px) {
      .header .header-icon.mobileRe {
        display: none; } }
  .header .header-container {
    align-items: center;
    height: 75px; }
    @media only screen and (min-width: 551px) {
      .header .header-container {
        height: 75px;
        border-bottom: 1px solid #e5e5e5; } }
    @media only screen and (min-width: 801px) {
      .header .header-container {
        display: flex;
        height: 85px; } }
    @media only screen and (min-width: 1261px) {
      .header .header-container {
        height: 100px; } }
    .header .header-container .navPages-container,
    .header .header-container .header-logo,
    .header .header-container .navUser {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-align: center;
      align-items: center; }
    .header .header-container .header-logo {
      margin: 0 auto;
      max-width: 100px;
      line-height: 78px; }
      @media only screen and (min-width: 551px) {
        .header .header-container .header-logo {
          max-width: 120px; } }
      @media only screen and (min-width: 801px) {
        .header .header-container .header-logo {
          max-width: 135px;
          margin: 0 auto;
          line-height: auto; } }
      @media only screen and (min-width: 1081px) {
        .header .header-container .header-logo {
          max-width: 150px; } }
      @media only screen and (min-width: 1261px) {
        .header .header-container .header-logo {
          max-width: 170px; } }
    .header .header-container .navPages-container,
    .header .header-container .navUser {
      -ms-flex: 1;
      flex: 1; }
      @media only screen and (max-width: 800px) {
        .header .header-container .navPages-container,
        .header .header-container .navUser {
          display: none; } }
    @media only screen and (min-width: 801px) {
      .header .header-container .navUser .navUser-section {
        margin: 0 10% 0 auto; }
        .header .header-container .navUser .navUser-section .navUser-item .form {
          margin: 0; }
          .header .header-container .navUser .navUser-section .navUser-item .form .form-fieldset {
            margin: 0; }
            .header .header-container .navUser .navUser-section .navUser-item .form .form-fieldset .form-field {
              margin: 0;
              height: 33px; }
              .header .header-container .navUser .navUser-section .navUser-item .form .form-fieldset .form-field .search-query {
                width: 0;
                float: left;
                padding: 0;
                height: 30px;
                border: none;
                overflow: hidden;
                -webkit-transition: width 0.4s ease-in-out;
                transition: width 0.4s ease-in-out; }
              .header .header-container .navUser .navUser-section .navUser-item .form .form-fieldset .form-field.active {
                border-bottom: 2px solid; }
                .header .header-container .navUser .navUser-section .navUser-item .form .form-fieldset .form-field.active .search-query {
                  width: 200px;
                  display: block;
                  -webkit-transition: width 0.4s ease-in-out;
                  transition: width 0.4s ease-in-out; } }
    @media only screen and (min-width: 1081px) {
      .header .header-container .navUser .navUser-section {
        margin: 0 8% 0 auto; } }
    @media only screen and (min-width: 1261px) {
      .header .header-container .navUser .navUser-section {
        margin: 0 100px 0 auto; } }
    .header .header-container .navPages-container .navPages .navPages-list {
      float: left; }
      .header .header-container .navPages-container .navPages .navPages-list .navPages-item {
        border-right: 1px solid #d8d8d8; }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
          color: #3f2021;
          font-family: "DIN W05 Cond Black";
          font-weight: normal;
          letter-spacing: 0.53px;
          line-height: 19px;
          text-align: center; }
          @media only screen and (min-width: 801px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
              font-size: 0.8rem;
              padding: 15px 15px;
              height: 86px;
              width: auto; } }
          @media only screen and (min-width: 900px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
              font-size: 1rem;
              padding: 15px 19px; } }
          @media only screen and (min-width: 1000px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
              font-size: 1.2rem;
              padding: 15px 23px; } }
          @media only screen and (min-width: 1081px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
              font-size: 1.2rem;
              padding: 12px 29px; } }
          @media only screen and (min-width: 1150px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
              font-size: 1.2rem;
              padding: 12px 37px; } }
          @media only screen and (min-width: 1261px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
              font-size: 16px;
              padding: 15px 30px;
              height: 101px; } }
          @media only screen and (min-width: 1360px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action {
              font-size: 16px;
              height: 101px;
              width: 203px; } }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action.is-open, .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action:hover {
            background-color: #cccce1;
            border-bottom: 6px solid #3f2021;
            display: inline-block; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action.is-open .active, .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action:hover .active {
              display: block; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action.is-open .in-active, .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action:hover .in-active {
              display: none; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action .iconsre svg {
            width: 35px;
            height: 40px; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action .active {
            display: none; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action .active svg {
              fill: #3f2021 !important;
              stroke: #3f2021 !important; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action .in-active {
            display: block; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item a.navPages-action .in-active svg {
              fill: #cccce1 !important;
              stroke: #cccce1 !important; }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
          background-color: #fff;
          box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.15);
          padding: 1.5rem 1.5rem 0 !important; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.shop-by-product-sub .navPage-subMenu-list {
            display: grid;
            grid-template-columns: repeat(5, minmax(0, 1fr)); }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.shop-by-scent-sub .navPage-subMenu-list {
            display: grid;
            grid-template-columns: repeat(6, minmax(0, 1fr)); }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
            padding-top: 25px; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list::before {
              content: unset; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
              text-align: center; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .over_effect {
                display: none;
                position: absolute;
                top: 0px;
                left: 0px;
                margin: 0 auto; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:hover .navPage-subMenu-action.navPages-action.has-subMenu.is-open .name:after,
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:hover .navPage-subMenu-action .name:after {
                width: 100%;
                background: #3f2021; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:hover .navPage-subMenu-action.navPages-action.has-subMenu.is-open .over_effect,
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:hover .navPage-subMenu-action .over_effect {
                display: block; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item img {
                width: auto; }
                @media only screen and (min-width: 801px) {
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item img {
                    height: 70px;
                    display: block;
                    margin: 0 auto; } }
                @media only screen and (min-width: 1081px) {
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item img {
                    height: 100px; } }
                @media only screen and (min-width: 1261px) {
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item img {
                    height: 120px; } }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu.is-open,
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                position: relative;
                background-color: #fff;
                color: #363636;
                font-family: "DIN W05 Cond Black";
                font-size: 1.2rem;
                font-weight: normal;
                letter-spacing: 0.6px;
                line-height: 20px;
                text-align: center;
                border-bottom: none;
                text-transform: uppercase; }
                @media only screen and (min-width: 801px) {
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu.is-open,
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                    font-size: 1rem; } }
                @media only screen and (min-width: 1261px) {
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu.is-open,
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                    font-size: 1.2rem;
                    padding: 15px 0 0 0; } }
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu.is-open .name,
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .name {
                  display: inline-block;
                  margin: 10px 0 0 0;
                  min-height: 22px; }
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu.is-open .name:after,
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .name:after {
                  content: "";
                  display: block;
                  margin: auto;
                  height: 4px;
                  width: 0px;
                  background: transparent;
                  transition: width 0.5s ease, background-color 0.5s ease; }
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu.is-open.activePage .name:after,
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.activePage .name:after {
                  width: 100%;
                  background: #3f2021; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .closeDiv {
            display: block;
            height: 46px;
            margin-top: 20px;
            text-align: center; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .closeDiv .menu-close {
              height: 46px;
              width: 150px;
              border-radius: 5px 5px 0 0;
              background-color: #3f2021;
              color: #ffffff;
              font-family: "DIN W05 Cond Black";
              font-size: 1.2rem;
              font-weight: normal;
              letter-spacing: 0.8px;
              line-height: 42px;
              text-align: center;
              margin: 0 auto;
              text-transform: uppercase;
              display: flex;
              align-items: center;
              justify-content: center;
              cursor: pointer; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .closeDiv .menu-close span {
                display: -webkit-inline-box;
                display: -moz-inline-box;
                display: -webkit-inline-flex;
                display: -ms-inline-flexbox;
                display: inline-flex; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .closeDiv .menu-close svg {
                width: 22px;
                margin-left: 10px;
                fill: #fff;
                display: inline-block; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu.shop-by-scent-sub .navPage-subMenu-list {
            max-width: 100%; }
          @media only screen and (min-width: 801px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action {
              padding: 15px 0 0 0;
              height: 120px;
              margin-bottom: 20px; } }
          @media only screen and (min-width: 1261px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action {
              font-size: 1.21rem;
              padding: 15px 0 0 0;
              height: auto;
              width: 100%;
              max-width: 185px;
              margin-bottom: 35px; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action img {
                height: auto; } }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .common-cont {
            border-radius: 50%; }
            @media only screen and (min-width: 801px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .common-cont {
                width: 70px;
                height: 70px; } }
            @media only screen and (min-width: 1081px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .common-cont {
                width: 100px;
                height: 100px; } }
            @media only screen and (min-width: 1261px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .common-cont {
                width: 140px;
                height: 140px;
                margin: 14px auto; } }
            @media only screen and (min-width: 1360px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .common-cont {
                width: 140px;
                height: 140px;
                margin: 14px auto; } }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkes-re svg {
            fill: #3f2021;
            stroke: none; }
            @media only screen and (min-width: 801px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkes-re svg {
                width: auto;
                height: auto;
                margin: 10px -25px; } }
            @media only screen and (min-width: 1081px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkes-re svg {
                width: auto;
                height: auto;
                margin: 15px -30px; } }
            @media only screen and (min-width: 1261px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkes-re svg {
                width: auto;
                margin: -20px -70px;
                height: auto; } }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkes-re svg:hover {
              fill: #3f2021;
              stroke: none; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkesall-re {
            background: #cccce1;
            padding: 20px;
            text-align: center; }
            @media only screen and (min-width: 1261px) {
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkesall-re {
                padding: 27px; } }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkesall-re svg {
              width: 115px;
              fill: #3f2021;
              stroke: #3f2021;
              margin: 4px auto; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkesall-re svg:hover {
                fill: #3f2021;
                stroke: #3f2021; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-item.secondLi a.navPages-action .all-linkesall-re img {
              width: 59px;
              height: auto; }
        @media only screen and (min-width: 801px) {
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur {
            width: 60px;
            height: 85px; } }
        @media only screen and (min-width: 1261px) {
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur {
            width: 100px;
            height: 100px; } }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamburcontainer {
          display: flex; }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .bar1,
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .bar2,
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .bar3 {
          width: 28px;
          height: 3px;
          background-color: #3f2021;
          margin: 6px auto;
          transition: 0.4s;
          border-radius: 15px; }
        @media only screen and (min-width: 801px) {
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPages-action.has-subMenu.menulinkham {
            padding: 25px 0 0 0;
            width: 100%; } }
        @media only screen and (min-width: 1081px) {
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPages-action.has-subMenu.menulinkham {
            padding: 26px 0 0 0; } }
        @media only screen and (min-width: 1261px) {
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPages-action.has-subMenu.menulinkham {
            padding: 33px 0 0 0; } }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPages-action.has-subMenu.menulinkham.is-open {
          border-bottom: none; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPages-action.has-subMenu.menulinkham.is-open .bar1 {
            -webkit-transform: rotate(-45deg) translate(-6px, 6px);
            transform: rotate(-45deg) translate(-6px, 6px); }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPages-action.has-subMenu.menulinkham.is-open .bar2 {
            opacity: 0; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPages-action.has-subMenu.menulinkham.is-open .bar3 {
            -webkit-transform: rotate(45deg) translate(-6px, -7px);
            transform: rotate(45deg) translate(-6px, -7px); }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .navPage-subMenu.hambur-sub.is-open {
          padding: 0 !important; }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hambur-submenus {
          width: 100%;
          border-right: 1px solid #d8d8d8; }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hambur-right-submenu {
          width: 40%; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hambur-right-submenu .list-item {
            margin: 0; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hambur-right-submenu .navPages-action {
            height: auto; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hambur-right-submenu .navPages-action.logoutlink {
              color: #363636;
              font-size: 1rem;
              font-weight: normal;
              letter-spacing: 0.53px;
              line-height: 32px;
              text-decoration: none;
              padding: 0 15px; }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon {
          display: inline-block; }
          @media only screen and (min-width: 801px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon {
              padding: 40px 10px 40px 60px; } }
          @media only screen and (min-width: 1261px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon {
              padding: 55px 100px; } }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item {
            margin-bottom: 20px;
            display: inline-block;
            width: 100%; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item a {
              color: #3f2021;
              font-family: "DIN W05 Regular";
              font-size: 1.2rem;
              font-weight: bold;
              letter-spacing: 0.6px;
              line-height: 20px;
              text-decoration: none; }
              @media only screen and (min-width: 801px) {
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item a {
                  font-size: 1rem; } }
              @media only screen and (min-width: 1261px) {
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item a {
                  font-size: 1.2rem; } }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item .sub-list-item {
              margin: 10px 0 0; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item .sub-list-item li {
                display: inline-block;
                width: 100%;
                white-space: nowrap; }

@-moz-document url-prefix() {
  .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item .sub-list-item li {
    display: table-row; } }
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item .sub-list-item li a {
                  font-weight: normal;
                  font-size: 1rem;
                  line-height: 32px;
                  width: 100%;
                  display: block;
                  text-align: left; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item.currancyselector {
              position: relative; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item.currancyselector a {
                font-size: 14px;
                padding: 13px 10px;
                text-align: left;
                border: 2px solid #999;
                border-radius: 5px;
                background-color: #fff;
                height: 44px;
                letter-spacing: 0.44px;
                line-height: 14px;
                margin: 0;
                width: 220px; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item.currancyselector .navPage-subMenu {
                width: 220px;
                padding: 0 !important;
                margin: 0; }
                .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item.currancyselector .navPage-subMenu .navPage-subMenu-list {
                  padding-top: 0;
                  display: block; }
                  .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item.currancyselector .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
                    display: block;
                    width: 100%;
                    padding: 0 !important; }
                    .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .list-item.currancyselector .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a {
                      border: 0; }
          .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .signinsection ul li {
            width: auto;
            display: inline-block; }
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .signinsection ul li a {
              width: auto;
              padding: 0;
              text-transform: capitalize;
              height: auto;
              margin-bottom: 20px; }
              .header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hamcommon .signinsection ul li a:hover {
                background: none;
                border: 0; }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item .header-icon {
          position: absolute;
          margin-left: 2%; }
          @media only screen and (min-width: 801px) and (max-width: 930px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .header-icon {
              top: 44%;
              margin-left: 2%;
              width: 40px; } }
          @media only screen and (min-width: 931px) and (max-width: 1260px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .header-icon {
              top: 30%;
              margin-left: 2%;
              width: 50px; } }
          @media only screen and (min-width: 1261px) {
            .header .header-container .navPages-container .navPages .navPages-list .navPages-item .header-icon {
              top: 35%;
              margin-left: 3%; } }
        .header .header-container .navPages-container .navPages .navPages-list .navPages-item:last-child {
          border-right: 0; }
    .header .header-container .navUser-section {
      margin: 0 auto; }
      .header .header-container .navUser-section .navUser-action {
        padding: 1rem 0.5rem;
        color: #3f2021; }
        .header .header-container .navUser-section .navUser-action.navUser-action--quickSearch {
          padding: 0 8px 2px 0; }
      .header .header-container .navUser-section .navUser-action svg {
        width: 30px;
        height: 30px;
        fill: #3f2021;
        stroke: #3f2021; }
      .header .header-container .navUser-section .countPill {
        position: absolute;
        margin-left: -3px;
        background-color: #3f2021; }
  .header .mobile-menu-content {
    display: none; }
  .header.is-open .header-container {
    display: none; }
  .header.is-open .mobile-menu-content {
    display: block;
    background: #efefef;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    right: 0;
    height: 100vh;
    overflow: scroll;
    padding-top: 30px;
    padding-bottom: 100px; }
    @media only screen and (min-width: 801px) {
      .header.is-open .mobile-menu-content {
        display: none; } }
    .header.is-open .mobile-menu-content ul.mobile-contents {
      width: 100%;
      margin: 0;
      padding: 20px; }
      .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.full-width-mobile {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #d3d3d3; }
      .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.account ul {
        margin: 0; }
      .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.account .navPages-action {
        padding: 0;
        font-weight: normal;
        text-transform: capitalize; }
      .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile {
        list-style: none;
        padding: 7px 0;
        width: 49%;
        display: inline-table; }
        .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPages-action-mobile {
          width: 229px;
          color: #3f2021;
          font-family: "DIN W05 Regular";
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0.6px;
          line-height: 19px;
          text-decoration: none;
          margin: 0;
          width: 100%;
          text-align: left;
          padding: 7px 0; }
          .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPages-action-mobile svg {
            width: 15px;
            height: 12px;
            line-height: 12px; }
          .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPages-action-mobile .plus {
            display: inline-block;
            float: right; }
          .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPages-action-mobile .minus {
            display: none;
            float: right; }
        .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile {
          display: none;
          margin-top: 6px;
          margin-bottom: 7px; }
          .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .sub-list-item li a {
            text-decoration: none;
            line-height: 32px;
            font-size: 1rem;
            color: #3f2021; }
          .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none; }
            .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item {
              margin: 0 0 10px 0; }
              .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                background: #fff;
                padding: 10px;
                display: flex;
                align-items: center;
                position: relative; }
                .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action span.nameClass {
                  display: -webkit-inline-box;
                  display: -moz-inline-box;
                  display: -webkit-inline-flex;
                  display: -ms-inline-flexbox;
                  display: inline-flex;
                  width: 80%;
                  font-size: 1.16rem;
                  line-height: 24px;
                  letter-spacing: 0.75px;
                  color: #363636; }
                  .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action span.nameClass span {
                    border-bottom: 0; }
                    .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action span.nameClass span .animationClass {
                      width: 0;
                      height: 4px;
                      background: #3f2021;
                      display: block;
                      transition: all 0.2s;
                      text-align: center;
                      margin: auto; }
                .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action img {
                  display: -webkit-inline-box;
                  display: -moz-inline-box;
                  display: -webkit-inline-flex;
                  display: -ms-inline-flexbox;
                  display: inline-flex; }
                .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .over_effect {
                  position: absolute;
                  width: 85px;
                  right: 5px; }
                .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .over_effect.scentRe {
                  width: 60px;
                  right: 15px; }
                .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.expAll {
                  height: 44px;
                  width: 100%;
                  border-radius: 5px;
                  color: #fff;
                  background-color: #3f2021;
                  justify-content: center;
                  cursor: pointer; }
          .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile.active {
            display: block; }
        .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.active .plus {
          display: none;
          float: right; }
        .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.active .minus {
          display: inline-block;
          float: right; }
      .header.is-open .mobile-menu-content ul.mobile-contents.halfwidth {
        width: 50%;
        display: inline-block;
        float: left; }
        .header.is-open .mobile-menu-content ul.mobile-contents.halfwidth .navPages-item-mobile {
          width: 100%; }
        .header.is-open .mobile-menu-content ul.mobile-contents.halfwidth .currancyselectormobile .navPages-action.has-subMenu.form-select {
          background: none;
          border: none;
          text-transform: inherit;
          height: 30px;
          padding: 0;
          color: #3f2021; }
          .header.is-open .mobile-menu-content ul.mobile-contents.halfwidth .currancyselectormobile .navPages-action.has-subMenu.form-select .navPages-action-moreIcon {
            transform: rotate(0deg);
            height: 0.7rem;
            width: 0.7rem; }
            .header.is-open .mobile-menu-content ul.mobile-contents.halfwidth .currancyselectormobile .navPages-action.has-subMenu.form-select .navPages-action-moreIcon svg {
              fill: #3f2021;
              stroke: #3f2021; }
        .header.is-open .mobile-menu-content ul.mobile-contents.halfwidth .currancyselectormobile .navPage-subMenu ul.navPage-subMenu-list {
          margin: 0; }
          .header.is-open .mobile-menu-content ul.mobile-contents.halfwidth .currancyselectormobile .navPage-subMenu ul.navPage-subMenu-list .navPage-subMenu-action {
            text-transform: inherit;
            color: #333333;
            padding: 0 0 0.78571rem 0;
            font-weight: 500; }
    .header.is-open .mobile-menu-content ul {
      list-style: none; }
  .header #mobile-quickSearch {
    display: none;
    background: #fff;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    right: 0;
    height: 100vh;
    padding: 45px 10px 10px;
    overflow: scroll;
    z-index: 999; }
    .header #mobile-quickSearch.active {
      display: block; }
    .header #mobile-quickSearch .form {
      border-bottom: 2px solid #3f2021; }
      .header #mobile-quickSearch .form .form-field {
        margin: 0;
        align-items: center;
        display: flex; }
        .header #mobile-quickSearch .form .form-field .form-input {
          border: 0;
          width: calc(100% - 50px);
          margin: 0 auto;
          display: inline-block; }
        .header #mobile-quickSearch .form .form-field .searchIcon svg {
          width: 20px;
          height: 20px; }
        .header #mobile-quickSearch .form .form-field .closeIcon {
          display: none;
          cursor: pointer; }
          .header #mobile-quickSearch .form .form-field .closeIcon svg {
            width: 22px;
            height: 22px; }

/*Home Page*/
#sfe_holder {
  display: block;
  width: 100%;
  float: none;
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 801px) {
    #sfe_holder {
      display: block;
      width: 100%;
      float: none;
      position: relative;
      overflow: hidden;
      margin-top: 40px;
      margin-bottom: 40px;
      text-align: center; } }
  #sfe_holder .sfe-img {
    width: 90%;
    margin-left: 0;
    display: block;
    float: left; }
    @media only screen and (min-width: 801px) {
      #sfe_holder .sfe-img {
        width: 50%; } }

.sfe-content {
  display: table;
  width: 80%;
  padding: 0;
  margin: 0 auto;
  float: none; }
  @media only screen and (min-width: 801px) {
    .sfe-content {
      float: right;
      width: 39%;
      padding: 40px;
      margin: 0 80px 0 0;
      text-align: left; } }
  .sfe-content .h3 {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021;
    font-size: 32px;
    letter-spacing: -0.57px;
    line-height: 36px;
    text-decoration: none;
    max-width: 400px; }
    @media only screen and (min-width: 801px) {
      .sfe-content .h3 {
        font-size: 40px;
        letter-spacing: unset;
        line-height: unset; } }
  .sfe-content .h5 {
    font-family: "DIN W05 Regular";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 20px;
    text-transform: unset; }
    @media only screen and (min-width: 801px) {
      .sfe-content .h5 {
        font-size: 20px;
        letter-spacing: unset;
        line-height: unset;
        font-weight: 700;
        max-width: 400px; } }
  .sfe-content a {
    font-family: "DIN W05 Cond Black";
    font-size: 1.12rem;
    text-decoration: none;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-bottom: 4px solid;
    padding-bottom: 10px;
    letter-spacing: 1px;
    width: auto;
    display: table; }
    @media only screen and (min-width: 801px) {
      .sfe-content a {
        margin: 0 0 20px 0; } }

#rain_holder {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 0 4% 0; }
  @media only screen and (max-width: 800px) {
    #rain_holder {
      flex-direction: column-reverse;
      align-items: stretch; } }
  #rain_holder .rain-svg-right {
    position: absolute;
    right: 0;
    width: 250px;
    top: 5%; }
    @media only screen and (max-width: 800px) {
      #rain_holder .rain-svg-right {
        display: none; } }

#rooted_holder {
  display: block;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }

.main-landing {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative; }
  .main-landing .hc-landing-svg {
    position: absolute;
    top: 0px;
    left: 0px; }
    @media only screen and (max-width: 1260px) {
      .main-landing .hc-landing-svg {
        display: none; } }

.landing-col {
  position: relative;
  padding-top: 130px;
  width: 25%;
  padding: 20px;
  text-align: center;
  font-size: 1.12rem;
  letter-spacing: 0.5px;
  font-family: "DIN W05 Regular"; }
  @media only screen and (min-width: 801px) {
    .landing-col {
      float: left; } }
  @media only screen and (max-width: 800px) {
    .landing-col {
      width: 100%;
      padding: 42.5px 0;
      max-width: 300px;
      margin: 0 auto; } }
  .landing-col h2 {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021;
    letter-spacing: -0.57px;
    font-size: 29px; }
  .landing-col a {
    text-decoration: none; }
  .landing-col .landing-col-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .landing-col .landing-col-inner {
    max-width: 300px;
    display: block;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .landing-col .landing-col-inner {
        display: inline-block;
        width: 100%; } }
  .landing-col .landing-button {
    width: 50%;
    padding: none;
    letter-spacing: 0.8px;
    height: 44px;
    margin-top: 25px;
    background: #3f2021;
    color: #fff;
    font-size: 1.12rem;
    border: 2px solid #3f2021;
    margin-bottom: 0; }
    @media only screen and (min-width: 801px) {
      .landing-col .landing-button {
        width: 100%; } }
    .landing-col .landing-button:hover {
      background: #fff;
      color: #3f2021;
      border: 2px solid #3f2021; }
    .landing-col .landing-button:active, .landing-col .landing-button:focus {
      background: #3f2021;
      color: #fff;
      border: 2px solid #3f2021; }
  .landing-col .landing-col-object {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    max-width: 300px;
    z-index: 2; }
  @media only screen and (max-width: 800px) {
    .landing-col .landing-col-hover-mobile.in-view {
      display: block; } }
  @media only screen and (min-width: 801px) {
    .landing-col:hover .landing-col-hover,
    .landing-col a:focus .landing-col-hover {
      display: block; } }

#home_hero {
  width: 100%;
  display: block;
  position: relative;
  top: 0px;
  padding-bottom: 4rem; }
  @media only screen and (min-width: 801px) {
    #home_hero {
      min-height: 520px;
      padding-bottom: 0;
      top: -35px;
      padding-bottom: rem; } }
  #home_hero h2 {
    font-family: "Clarendon BT W05 Roman";
    width: 100%;
    float: left;
    font-size: 28px;
    letter-spacing: -0.25px;
    line-height: 32px;
    text-align: center;
    padding: 15px 10%;
    color: #fff;
    /* color: #3F2021; */
    box-sizing: border-box; }
    @media only screen and (min-width: 801px) {
      #home_hero h2 {
        font-size: 46px;
        text-align: left;
        display: block;
        max-width: 36%;
        width: 100%;
        float: left;
        margin: 7rem 0 0 10rem;
        letter-spacing: unset;
        line-height: unset;
        text-align: unset;
        padding: unset;
        text-align: left; } }
  #home_hero h5 {
    font-family: "DIN W05 Regular";
    /* color: #3F2021; */
    color: #fff;
    position: relative;
    display: block;
    text-transform: inherit;
    width: 100%;
    float: left;
    margin-top: 0; }
    @media only screen and (min-width: 801px) {
      #home_hero h5 {
        padding: 1rem 0 1rem 10rem;
        margin: 0;
        box-sizing: border-box;
        text-align: left; }
        #home_hero h5 span {
          max-width: 400px;
          display: block; } }
  #home_hero .paragraph-container {
    width: 100%;
    float: left; }
    #home_hero .paragraph-container .h5 {
      font-weight: 700; }
    @media only screen and (min-width: 801px) {
      #home_hero .paragraph-container {
        box-sizing: border-box;
        text-align: center; } }
  #home_hero p {
    font-family: "DIN W05 Regular";
    color: #3d1d1e;
    position: relative;
    text-transform: inherit;
    max-width: 400px;
    margin: 0 auto 10px; }
  #home_hero .button {
    font-family: "DIN W05 Cond Black";
    background: #fff;
    border: none;
    width: 48%;
    color: #3f2021;
    font-size: 1.12rem;
    max-width: 100%;
    float: none;
    text-transform: uppercase; }
    @media only screen and (min-width: 801px) {
      #home_hero .button {
        margin: 0 auto;
        width: 260px; } }
    #home_hero .button:hover {
      background: #3f2021;
      color: #fff; }
  #home_hero .main-banner-svg {
    max-width: 52%;
    right: 65px;
    top: 50%;
    position: absolute;
    transform: translate(0, -50%);
    z-index: 20; }
    @media only screen and (max-width: 1260px) {
      #home_hero .main-banner-svg {
        top: 100px;
        position: inherit;
        float: none;
        max-width: 80%;
        transform: none; } }
  #home_hero .line-lady-bottom {
    position: absolute;
    z-index: 9; }
    @media only screen and (min-width: 801px) {
      #home_hero .line-lady-bottom {
        width: 242px;
        bottom: -110px;
        left: 31%; } }
    @media only screen and (max-width: 1260px) {
      #home_hero .line-lady-bottom {
        display: none; } }

#home_hero2 {
  width: 100%;
  display: block;
  background: #6fcac1;
  position: relative;
  min-height: unset;
  top: unset;
  margin-top: unset;
  margin: 0 auto; }
  @media only screen and (min-width: 801px) {
    #home_hero2 {
      min-height: 520px;
      top: -35px;
      margin-top: 12%;
      margin-left: unset;
      margin-bottom: unset;
      margin-right: unset;
      text-align: unset; } }
  #home_hero2 .ss-girl {
    position: absolute;
    top: -22%;
    right: 0;
    width: 105px;
    height: 127px;
    display: block; }
    @media only screen and (min-width: 801px) {
      #home_hero2 .ss-girl {
        right: 70px;
        top: -180px;
        width: auto;
        height: auto; } }
  #home_hero2 h2 {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021;
    display: block;
    position: relative;
    width: 100%;
    float: left;
    left: unset;
    max-width: unset;
    font-size: 32px;
    letter-spacing: -0.57px;
    line-height: 36px;
    margin-bottom: 0;
    padding-left: 1rem; }
    @media only screen and (min-width: 801px) {
      #home_hero2 h2 {
        top: 100px;
        left: 200px;
        max-width: 700px;
        float: left;
        font-size: 44px;
        letter-spacing: unset;
        line-height: unset;
        margin-bottom: unset;
        margin-left: unset; } }
  #home_hero2 h5 {
    font-family: "DIN W05 Regular";
    color: #3f2021;
    position: relative;
    display: block;
    text-transform: inherit;
    left: unset;
    top: unset;
    float: left;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 20px;
    width: 100%;
    padding: 1rem 0 0 1rem;
    margin: 0;
    box-sizing: border-box; }
    @media only screen and (min-width: 801px) {
      #home_hero2 h5 {
        top: 80px;
        left: 200px;
        width: 500px;
        font-size: 22px;
        float: none;
        font-weight: 400;
        letter-spacing: unset;
        line-height: unset;
        margin: 0; } }
  #home_hero2 .button {
    font-family: "DIN W05 Cond Black";
    background: #fff;
    border: none;
    position: relative;
    width: 230px;
    color: #3f2021;
    font-size: 1.12rem;
    left: unset;
    top: unset;
    float: none;
    margin: 3% 0 0 4%; }
    @media only screen and (min-width: 801px) {
      #home_hero2 .button {
        top: 100px;
        left: 200px;
        float: left;
        width: 260px;
        margin: 0 auto;
        display: table; } }
    #home_hero2 .button:hover {
      background: #3f2021;
      color: #fff; }
  #home_hero2 .main-banner-svg {
    width: 252px;
    margin: 0 auto; }
    @media only screen and (min-width: 801px) {
      #home_hero2 .main-banner-svg {
        max-width: 700px;
        right: 70px;
        top: 90px;
        position: absolute;
        width: unset;
        margin: unset; } }

div.slick-slider.rain_product_container ul.slick-dots {
  bottom: -20px;
  top: auto;
  text-align: center; }

div.slick-slider.rain_product_container {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 100px; }
  @media only screen and (min-width: 1261px) {
    div.slick-slider.rain_product_container {
      width: 50%;
      min-width: 40%;
      max-width: 792px;
      padding-left: 5%; } }
  @media only screen and (min-width: 801px) and (max-width: 1260px) {
    div.slick-slider.rain_product_container {
      width: 50%;
      min-width: 48%;
      max-width: 792px;
      padding-left: 2%; } }
  @media only screen and (max-width: 800px) {
    div.slick-slider.rain_product_container .slick-list {
      overflow: visible; } }
  div.slick-slider.rain_product_container .rain_product {
    width: 100%;
    display: flex;
    position: relative;
    align-items: center; }
    @media only screen and (max-width: 800px) {
      div.slick-slider.rain_product_container .rain_product {
        bottom: 0px;
        right: 0; } }
  div.slick-slider.rain_product_container .slick-next {
    top: auto;
    bottom: -100px;
    right: 36%; }
    @media only screen and (min-width: 1311px) {
      div.slick-slider.rain_product_container .slick-next {
        left: 43%;
        bottom: -20%; } }
    @media only screen and (min-width: 1400px) {
      div.slick-slider.rain_product_container .slick-next {
        bottom: -25%; } }
    @media only screen and (min-width: 1261px) and (max-width: 1310px) {
      div.slick-slider.rain_product_container .slick-next {
        left: 59%;
        bottom: -25%; } }
    @media only screen and (min-width: 801px) and (max-width: 1100px) {
      div.slick-slider.rain_product_container .slick-next {
        left: 59%;
        bottom: -50%; } }
    @media only screen and (min-width: 1101px) and (max-width: 1260px) {
      div.slick-slider.rain_product_container .slick-next {
        left: 60%;
        bottom: -30%; } }
  div.slick-slider.rain_product_container .slick-slide {
    position: relative; }
    div.slick-slider.rain_product_container .slick-slide img {
      width: 250px; }
      @media only screen and (min-width: 801px) {
        div.slick-slider.rain_product_container .slick-slide img {
          width: auto; } }
      div.slick-slider.rain_product_container .slick-slide img.rain-product-img {
        width: 100%;
        float: left; }
        @media only screen and (min-width: 801px) {
          div.slick-slider.rain_product_container .slick-slide img.rain-product-img {
            width: 110%; } }
        @media only screen and (min-width: 1024px) and (max-width: 1100px) {
          div.slick-slider.rain_product_container .slick-slide img.rain-product-img {
            width: 65%; } }
        @media only screen and (min-width: 1400px) {
          div.slick-slider.rain_product_container .slick-slide img.rain-product-img {
            width: 85%; } }
        @media only screen and (min-width: 1600px) {
          div.slick-slider.rain_product_container .slick-slide img.rain-product-img {
            width: 70%; } }
        @media only screen and (max-width: 800px) {
          div.slick-slider.rain_product_container .slick-slide img.rain-product-img {
            width: 100%;
            float: right;
            position: relative;
            z-index: 999999999999999;
            margin-right: 15px; } }
        @media only screen and (min-width: 375px) and (max-width: 380px) {
          div.slick-slider.rain_product_container .slick-slide img.rain-product-img {
            margin-top: 7%; } }
      div.slick-slider.rain_product_container .slick-slide img.rain-svg-right {
        width: 40%;
        float: left; }
        @media only screen and (min-width: 801px) {
          div.slick-slider.rain_product_container .slick-slide img.rain-svg-right {
            width: auto; } }
    @media only screen and (max-width: 800px) {
      div.slick-slider.rain_product_container .slick-slide .rain-product-info {
        float: left;
        width: 100%;
        margin-top: 0;
        padding: 25px; }
        div.slick-slider.rain_product_container .slick-slide .rain-product-info .button {
          width: 100%; } }
    @media only screen and (min-width: 375px) and (max-width: 380px) {
      div.slick-slider.rain_product_container .slick-slide .rain-product-info {
        width: 65%; } }
  div.slick-slider.rain_product_container .slick-prev {
    bottom: -100px;
    top: auto;
    left: 36%; }
    @media only screen and (min-width: 1311px) {
      div.slick-slider.rain_product_container .slick-prev {
        left: 35%;
        bottom: -20%; } }
    @media only screen and (min-width: 1400px) {
      div.slick-slider.rain_product_container .slick-prev {
        bottom: -25%; } }
    @media only screen and (min-width: 1261px) and (max-width: 1310px) {
      div.slick-slider.rain_product_container .slick-prev {
        left: 51%;
        bottom: -25%; } }
    @media only screen and (min-width: 801px) and (max-width: 1100px) {
      div.slick-slider.rain_product_container .slick-prev {
        left: 51%;
        bottom: -50%; } }
    @media only screen and (min-width: 1101px) and (max-width: 1260px) {
      div.slick-slider.rain_product_container .slick-prev {
        left: 51%;
        bottom: -30%; } }
  @media only screen and (min-width: 801px) {
    div.slick-slider.rain_product_container .slick-dots {
      display: none !important; } }
  @media only screen and (max-width: 800px) {
    div.slick-slider.rain_product_container .slick-dots {
      position: absolute;
      bottom: auto;
      list-style: none;
      display: block;
      text-align: left;
      padding: 0;
      width: 100%;
      top: 0px;
      left: 20px; } }
  @media only screen and (min-width: 375px) and (max-width: 380px) {
    div.slick-slider.rain_product_container .slick-dots {
      text-align: right;
      top: 60%;
      left: -30px; } }

.rain_product {
  display: block;
  width: 40%;
  position: absolute;
  right: 0px;
  top: 0px; }
  @media only screen and (max-width: 550px) {
    .rain_product {
      width: 20%;
      bottom: 0px;
      right: 40px; } }

.rain-svg-right {
  width: 40%;
  float: left; }
  @media only screen and (min-width: 801px) {
    .rain-svg-right {
      position: absolute;
      right: -50px;
      max-width: 290px;
      top: 0px;
      overflow: hidden; } }

.rain-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%; }
  @media only screen and (min-width: 1081px) {
    .rain-product-image {
      width: calc(100% - 310px);
      margin-top: 10%; } }
  @media only screen and (min-width: 801px) and (max-width: 1080px) {
    .rain-product-image {
      width: calc(100% - 210px); } }

.rain-product-info {
  float: right;
  width: 50%;
  margin-top: 100px; }
  @media only screen and (min-width: 801px) {
    .rain-product-info {
      display: block;
      width: 250px;
      float: right;
      margin-right: 50px;
      margin-top: 150px; } }
  .rain-product-info .landing-link {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021;
    font-size: 20px;
    text-decoration: none; }
  .rain-product-info .landingPrice {
    font-family: "DIN W05 Regular";
    font-size: 18px;
    color: #3f2021; }
  .rain-product-info .displayWeight {
    font-family: "DIN W05 Regular";
    font-size: 18px;
    color: #3f2021; }
  .rain-product-info .button {
    background: #3f2021;
    border: none;
    color: #fff;
    width: auto;
    margin-top: 20px;
    border: 2px solid #3f2021;
    line-height: 14px; }
    @media only screen and (min-width: 801px) {
      .rain-product-info .button {
        width: 200px; } }
    .rain-product-info .button:hover {
      background: #fff;
      color: #3f2021;
      border: 2px solid #3f2021; }
    .rain-product-info .button:active, .rain-product-info .button:focus {
      background: #3f2021;
      color: #fff;
      border: 2px solid #3f2021; }
  .rain-product-info .addtoraincart {
    display: none; }
  .rain-product-info .home-oos {
    display: none;
    margin-left: 0; }
  .rain-product-info.oos .addtoraincart {
    display: none; }
  .rain-product-info.oos .home-oos {
    display: block; }
  .rain-product-info.atc .addtoraincart {
    display: block; }
  .rain-product-info.atc .home-oos {
    display: none; }

.rain-product-img {
  float: left;
  width: 40%; }
  @media only screen and (min-width: 801px) {
    .rain-product-img {
      width: auto; } }

#rain_landing {
  background: linear-gradient(#d8c127, #def0f7, #827ebc); }
  @media only screen and (min-width: 1081px) {
    #rain_landing {
      display: inline-block;
      padding-right: 5%;
      position: relative;
      padding-left: 70px;
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 801px) and (max-width: 1080px) {
    #rain_landing {
      display: inline-block;
      position: relative;
      padding-left: 0;
      width: 50%;
      float: left; } }
  @media only screen and (max-width: 800px) {
    #rain_landing {
      min-height: 335px; } }
  #rain_landing .rain-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 0; }
    #rain_landing .rain-box .off-word {
      font-family: "DIN W05 Cond Black"; }
    @media only screen and (min-width: 801px) {
      #rain_landing .rain-box {
        max-width: 700px;
        min-height: 670px;
        position: relative; } }
    @media only screen and (max-width: 800px) {
      #rain_landing .rain-box {
        width: 68%; } }
    #rain_landing .rain-box .last-word {
      font-family: "DIN W05 Cond Black";
      color: #7e2853;
      font-size: 50px;
      letter-spacing: 0px;
      margin-top: 0px;
      text-align: left; }
      @media only screen and (min-width: 1260px) {
        #rain_landing .rain-box .last-word {
          float: right;
          margin-left: 20px;
          margin-top: -10px; } }
    #rain_landing .rain-box h2 {
      font-family: "Clarendon BT W05 Roman";
      letter-spacing: 2px;
      color: #3f2020;
      font-size: 38px;
      text-align: left;
      float: left;
      padding-left: 30px;
      margin: 0; }
      @media only screen and (min-width: 1261px) {
        #rain_landing .rain-box h2 {
          padding-left: 50px; } }
      @media only screen and (max-width: 1260px) {
        #rain_landing .rain-box h2 {
          text-align: left;
          font-size: 28px;
          width: 100%; } }
      @media only screen and (max-width: 800px) {
        #rain_landing .rain-box h2 {
          font-size: 25px; } }
      #rain_landing .rain-box h2 span {
        font-family: "Clarendon BT W05 Roman";
        font-weight: lighter;
        font-size: 46px;
        letter-spacing: 10px; }
        @media only screen and (max-width: 1260px) {
          #rain_landing .rain-box h2 span {
            text-align: left;
            font-size: 38px;
            padding-top: 40px;
            text-indent: 40px; } }
        @media only screen and (max-width: 800px) {
          #rain_landing .rain-box h2 span {
            font-size: 25px;
            text-indent: 0px; } }
    #rain_landing .rain-box h3 {
      font-family: "DIN W05 Cond Black";
      color: #a24e26;
      font-size: 68px;
      letter-spacing: 8px;
      margin-top: 0px;
      text-align: left;
      padding-left: 30px; }
      @media only screen and (max-width: 1260px) {
        #rain_landing .rain-box h3 {
          text-align: left;
          font-size: 38px;
          margin-top: 0px;
          text-indent: 40px;
          width: 100%; } }
      @media only screen and (max-width: 800px) {
        #rain_landing .rain-box h3 {
          font-size: 25px;
          margin-top: 0px;
          text-indent: 25px; } }
    #rain_landing .rain-box .h5 {
      color: #3f2020;
      text-transform: inherit;
      margin-top: 0px;
      text-align: center;
      width: 100%;
      float: left; }
      @media only screen and (min-width: 1261px) {
        #rain_landing .rain-box .h5 {
          padding-left: 50px;
          text-align: left; } }
      @media only screen and (max-width: 1260px) {
        #rain_landing .rain-box .h5 {
          text-align: left;
          font-size: 18px;
          max-width: 300px;
          padding: 0 30px; } }
      @media only screen and (max-width: 800px) {
        #rain_landing .rain-box .h5 {
          font-size: 13px; } }
    #rain_landing .rain-box .rain-svg {
      position: absolute;
      width: 250px;
      top: 10%;
      right: -30%;
      z-index: -1;
      transform: translateX(15%); }
      @media only screen and (max-width: 1023px) {
        #rain_landing .rain-box .rain-svg {
          display: none; } }
      @media only screen and (max-width: 1024px) {
        #rain_landing .rain-box .rain-svg {
          right: -180px; } }
      @media only screen and (min-width: 2048px) {
        #rain_landing .rain-box .rain-svg {
          right: -460px; } }
    #rain_landing .rain-box .rain-link {
      font-family: "DIN W05 Cond Black";
      font-size: 18px;
      text-align: left;
      display: block;
      padding-top: 40px;
      padding-bottom: 10px;
      margin-left: 10%;
      letter-spacing: 2px;
      text-decoration: none;
      color: #3f2020;
      float: left;
      padding-bottom: 10px;
      width: auto;
      border-bottom: 4px solid; }
      @media only screen and (min-width: 801px) {
        #rain_landing .rain-box .rain-link {
          margin-left: 50px; } }
      @media only screen and (max-width: 800px) {
        #rain_landing .rain-box .rain-link {
          margin-left: 30px;
          padding-top: 50px; } }
      @media (width: 768px) {
        #rain_landing .rain-box .rain-link {
          margin-left: -269px;
          padding-top: 70px; } }
      @media only screen and (min-width: 375px) and (max-width: 380px) {
        #rain_landing .rain-box .rain-link {
          margin-left: 30px;
          padding-top: 10px; } }

.main-landing-svg {
  position: absolute;
  max-width: 400px;
  right: 70px;
  top: -200px; }
  @media only screen and (max-width: 1260px) {
    .main-landing-svg {
      display: none; } }

.cms_container {
  width: 100%;
  float: left;
  margin: 5% 0 9% 0; }
  @media only screen and (min-width: 801px) {
    .cms_container {
      max-width: calc(100% - 100px);
      margin: 0 auto -8%;
      display: table;
      float: none;
      position: relative; }
      .cms_container .friuts-img {
        position: relative;
        bottom: -36%;
        right: 5%;
        max-width: 207px;
        z-index: 1;
        float: right; }
      .cms_container .liquid-img {
        display: none; } }
  @media only screen and (max-width: 800px) {
    .cms_container .friuts-img {
      display: none; }
    .cms_container .liquid-img {
      display: inline-block;
      float: right;
      margin-top: 25px;
      margin-right: 15px; }
      .cms_container .liquid-img img {
        display: block;
        width: 123px;
        height: 90px; } }
  .cms_container .flower {
    float: left;
    margin: 0 0 0 4rem;
    vertical-align: unset; }
    @media only screen and (min-width: 801px) {
      .cms_container .flower {
        display: inline-block;
        vertical-align: top;
        width: 10%;
        margin-top: 7rem; } }
    @media only screen and (max-width: 800px) {
      .cms_container .flower {
        display: none; } }
    @media only screen and (min-width: 801px) {
      .cms_container .flower img {
        display: inline-block;
        margin: unset;
        max-width: 115px; } }
  .cms_container .product_info {
    width: 100%;
    margin-top: 3rem; }
    @media only screen and (min-width: 801px) {
      .cms_container .product_info {
        width: 75%;
        float: left; } }
    @media only screen and (max-width: 800px) {
      .cms_container .product_info {
        margin: 0 auto;
        display: block;
        width: 94%; } }
    .cms_container .product_info .flower-img img {
      max-width: 85px;
      margin-bottom: 22px;
      margin-left: 50px; }
    .cms_container .product_info .border1 {
      border: 4px solid #3f2021;
      width: 100%;
      float: left; }
      .cms_container .product_info .border1 .border2 {
        border: 4px solid #3f2021;
        margin: 6px 6px;
        width: 97%;
        float: left;
        padding: 2.5rem 0;
        display: flex;
        justify-content: center;
        align-items: inherit; }
        @media only screen and (min-width: 801px) {
          .cms_container .product_info .border1 .border2 {
            width: 99%;
            align-items: center; } }
        .cms_container .product_info .border1 .border2 .product_img {
          width: 30%;
          margin: 0;
          display: inline-block;
          margin: unset;
          text-align: unset;
          vertical-align: top; }
          @media only screen and (min-width: 801px) {
            .cms_container .product_info .border1 .border2 .product_img {
              width: 20%;
              padding: 10px; } }
          .cms_container .product_info .border1 .border2 .product_img img {
            margin: 0 auto;
            vertical-align: baseline;
            max-width: 100%;
            width: auto; }
            @media only screen and (min-width: 801px) {
              .cms_container .product_info .border1 .border2 .product_img img {
                vertical-align: unset; } }
        .cms_container .product_info .border1 .border2 .product_details {
          display: inline-block;
          width: 70%;
          padding: 0 5% 0 0;
          text-align: left; }
          @media only screen and (min-width: 801px) {
            .cms_container .product_info .border1 .border2 .product_details {
              text-align: unset;
              display: inline-block;
              width: 80%; } }
          .cms_container .product_info .border1 .border2 .product_details .stars {
            width: 100%;
            float: left; }
            .cms_container .product_info .border1 .border2 .product_details .stars img {
              width: 130px; }
          .cms_container .product_info .border1 .border2 .product_details .name {
            color: #363636;
            font-family: "Clarendon BT W05 Roman";
            font-size: 16px;
            letter-spacing: 0.25px;
            line-height: 20px; }
            @media only screen and (min-width: 801px) {
              .cms_container .product_info .border1 .border2 .product_details .name {
                font-size: 32px;
                letter-spacing: -0.57px;
                line-height: 40px; } }
          .cms_container .product_info .border1 .border2 .product_details .button1 .button {
            margin: 20px 0;
            padding: 9px 30px;
            color: #fff;
            font-weight: bold;
            letter-spacing: 0.8px;
            background: #3f2021;
            border-radius: 5px;
            border: 2px solid #3f2021; }
            .cms_container .product_info .border1 .border2 .product_details .button1 .button:hover {
              background: #fff;
              color: #3f2021;
              border: 2px solid #3f2021; }
            .cms_container .product_info .border1 .border2 .product_details .button1 .button:active, .cms_container .product_info .border1 .border2 .product_details .button1 .button:focus {
              background: #3f2021;
              color: #fff;
              border: 2px solid #3f2021; }

#rooted_product {
  display: block;
  width: 40%;
  position: absolute;
  right: 0px;
  top: 0px; }

.rooted-svg-right {
  position: absolute;
  right: -50px;
  width: 220px;
  top: 0px;
  overflow: hidden; }

.rooted-icons {
  margin-bottom: 20px; }

.rooted-product-info {
  display: block;
  width: 250px;
  float: right;
  margin-right: 60px;
  margin-top: 200px; }
  .rooted-product-info .landing-link {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021;
    font-size: 26px;
    text-decoration: none; }
  .rooted-product-info span {
    font-family: "DIN W05 Regular";
    font-size: 18px;
    color: #3f2021; }
  .rooted-product-info .button {
    background: #3f2021;
    border: none;
    color: #fff;
    width: 200px;
    margin-top: 20px; }
    .rooted-product-info .button:hover {
      background: #fff;
      color: #3f2021;
      border: 3px solid #3f2021; }

.rooted-product-img {
  float: left; }

.rooted-button {
  background: #fff;
  border: none;
  color: #3f2021;
  width: 200px;
  margin: 40px 0; }
  @media (min-width: 801px) {
    .rooted-button {
      margin-bottom: 40px; } }
  .rooted-button:hover {
    background: #3f2021;
    color: #fff; }

.rooted-svg {
  position: absolute;
  left: 0;
  width: 257px;
  height: 258px;
  top: 0px; }
  @media (min-width: 801px) {
    .rooted-svg {
      width: 550px;
      height: auto; } }
  @media only screen and (max-width: 1399px) {
    .rooted-svg {
      display: none; } }

#rooted_landing {
  display: block;
  max-width: 900px;
  background: #cdcde2;
  float: right;
  margin-right: 70px; }
  @media only screen and (max-width: 1260px) {
    #rooted_landing {
      margin-right: 0px;
      max-width: 100%; } }
  #rooted_landing .rooted-bak {
    position: absolute;
    top: 0px;
    left: 20%;
    z-index: 10;
    height: 100%; }
    @media only screen and (max-width: 1260px) {
      #rooted_landing .rooted-bak {
        display: none; } }
  #rooted_landing h2 {
    font-family: "Clarendon BT W05 Roman";
    letter-spacing: 1px;
    color: #3f2021;
    font-size: 28px;
    letter-spacing: -0.5px;
    line-height: 32px;
    text-align: center; }
    @media (min-width: 801px) {
      #rooted_landing h2 {
        font-size: 50px;
        padding-top: 60px;
        letter-spacing: unset;
        line-height: unset; } }
    #rooted_landing h2 span {
      font-family: "DIN W05 Regular";
      font-weight: bold; }
  #rooted_landing h3 {
    font-family: "DIN W05 Cond Black";
    color: #075489;
    font-size: 68px;
    letter-spacing: 8px;
    margin-top: -40px;
    text-align: center; }
  #rooted_landing .h5 {
    color: #3f2021;
    font-family: "DIN W05 Regular";
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.26px;
    line-height: 20px;
    text-transform: inherit;
    padding: 0 20px 20px !important;
    text-align: center; }
    @media (min-width: 801px) {
      #rooted_landing .h5 {
        padding: 0 75px 50px !important;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: unset;
        line-height: unset; } }
  #rooted_landing .rooted-img-sec {
    width: 100%;
    float: left; }
    @media (min-width: 801px) {
      #rooted_landing .rooted-img-sec {
        padding: 0 75px 50px !important;
        z-index: 999999999;
        position: relative; } }
    #rooted_landing .rooted-img-sec .rooted-img-single {
      float: left; }
      @media (min-width: 801px) {
        #rooted_landing .rooted-img-sec .rooted-img-single {
          width: 25%; } }
      @media (max-width: 800px) {
        #rooted_landing .rooted-img-sec .rooted-img-single {
          width: 50%;
          margin-bottom: 30px; }
          #rooted_landing .rooted-img-sec .rooted-img-single:nth-of-type(2n + 1) {
            clear: both; } }
      #rooted_landing .rooted-img-sec .rooted-img-single strong {
        display: inline-block;
        font-size: 16px;
        letter-spacing: 0.6px;
        line-height: 20px;
        text-align: center;
        width: 80%;
        font-family: "DIN W05 Bold";
        color: #363636; }
  @media (max-width: 800px) {
    #rooted_landing .rooted-button {
      margin: 10px 0 40px 0; } }
  #rooted_landing .rooted-link {
    font-family: "DIN W05 Cond Black";
    font-size: 18px;
    text-align: left;
    display: block;
    padding-top: 40px;
    padding-bottom: 180px;
    margin-left: 160px;
    letter-spacing: 3px;
    text-decoration: none;
    color: #075489; }
    #rooted_landing .rooted-link:hover {
      text-decoration: underline; }

/*Home Page*/
/* check box */
.container2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }
  @media (min-width: 801px) {
    .container2 input {
      display: none; } }

/* Create a custom checkbox */
.checkmark2 {
  position: absolute;
  top: 8px;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #eee;
  border: solid 1px #cacccb; }
  @media (min-width: 801px) {
    .checkmark2 {
      display: none; } }

/* On mouse-over, add a grey background color */
.container2:hover input ~ .checkmark {
  background-color: #ccc; }

/* When the checkbox is checked, add a blue background */
.container2 input:checked ~ .checkmark2 {
  background-color: #3f2021; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark2:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container2 input:checked ~ .checkmark2:after {
  display: block; }

/* Style the checkmark/indicator */
.container2 .checkmark2:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* Checkbox code ends */
/* mini cart code start */
@media (min-width: 801px) {
  .navUser-section {
    position: static; }
    .navUser-section .navUser-item--cart .dropdown-menu.is-open {
      top: 0 !important;
      width: 35%;
      max-width: 600px;
      position: fixed !important;
      height: 100vh;
      overflow: scroll; }
      .navUser-section .navUser-item--cart .dropdown-menu.is-open::before {
        border: 0; }
      .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCart-emptyBody {
        font-family: "DIN W05 Bold";
        font-size: 15px;
        text-align: left;
        padding: 20px 0 0 0; }
      .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList.emptyre .progress {
        border-bottom: 0; }
      .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart::after {
        border: 0; }
      .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction {
        padding: 24px 30px 24px 20px; }
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .mini-cart-samples {
          color: #3f2021;
          font-family: "DIN W05 Regular";
          font-size: 1rem;
          letter-spacing: 0.44px;
          line-height: 24px;
          text-align: center; }
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .cart-total .cart-total-label {
          color: #363636;
          font-family: "DIN W05 Cond Black";
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 24px;
          text-transform: uppercase; }
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .cart-total .cart-total-value.cart-total-grandTotal {
          color: #363636;
          font-family: "DIN W05 Cond Black";
          font-size: 20px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 24px;
          text-align: right; }
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-checkout,
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart {
          width: 100%;
          padding: 0;
          margin: 0 0 10px 0; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-checkout .button,
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button {
            color: #ffffff;
            font-family: "DIN W05 Cond Black";
            font-size: 1.12rem;
            font-weight: normal;
            letter-spacing: 0.8px;
            line-height: 10px;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
            padding: 16px 0;
            background-color: #3f2021;
            border: 2px solid #3f2021; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-checkout .button:hover,
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button:hover {
              background: #fff;
              color: #3f2021;
              border: 2px solid #3f2021; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-checkout .button:active, .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-checkout .button:focus,
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button:active,
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button:focus {
              background: #3f2021;
              color: #fff;
              border: 2px solid #3f2021; }
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button {
          color: #3f2021;
          background-color: #ffffff; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button:hover {
            background: #3f2021;
            color: #fff;
            border: 2px solid #3f2021; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button:active, .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartAction .previewCartAction-viewCart .button:focus {
            background: #3f2021;
            color: #fff;
            border: 2px solid #3f2021; }
      .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList {
        display: block; }
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress {
          padding: 24px 30px 24px 20px;
          border-bottom: 1px solid #d3d3d3; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items {
            margin: 0 0 10px 0; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .your-cart-item {
              width: 90%;
              display: inline-block; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .close-mini-cart {
              display: inline-block;
              float: right;
              width: 26px;
              height: 26px;
              cursor: pointer; }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .close-mini-cart svg {
                width: 30px;
                height: 30px; }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .close-mini-cart .bar1,
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .close-mini-cart .bar3 {
                width: 28px;
                height: 3px;
                background-color: #3f2021;
                margin: 6px auto;
                transition: 0.4s;
                border-radius: 15px; }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .close-mini-cart .bar1 {
                -webkit-transform: rotate(-45deg) translate(1px, 5px);
                transform: rotate(-45deg) translate(1px, 5px); }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .close-mini-cart .bar3 {
                -webkit-transform: rotate(45deg) translate(-1px, -8px);
                transform: rotate(45deg) translate(-1px, -8px); }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .your-cart {
              color: #3f2021;
              font-family: "DIN W05 Cond Black";
              font-size: 20px;
              letter-spacing: 0.5px;
              line-height: 24px;
              text-transform: uppercase;
              font-size: 1.43em; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress .mini-cart-items .item {
              color: #3f2021;
              font-family: "DIN W05 Regular";
              font-size: 1rem;
              letter-spacing: 0.44px;
              line-height: 24px;
              float: right; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .progress p {
            color: #3f2021;
            font-family: "DIN W05 Regular";
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 0.38px;
            line-height: 24px;
            margin: 0; }
        .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem {
          padding: 24px 30px 24px 20px;
          position: relative;
          width: 100%;
          max-width: 100%;
          box-sizing: border-box;
          display: flex; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-image {
            height: 126px;
            flex-basis: 20%;
            float: left; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-image img {
              max-width: 100%;
              max-height: 100%; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem > span {
            float: right;
            position: absolute;
            right: 35px;
            top: 20px; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem > span a {
              background: none; }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem > span a svg {
                height: 22px;
                width: 22px;
                z-index: 999;
                fill: #3f2021; }
          .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content {
            padding: 0 0 0 20px;
            flex-basis: 80%; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
              display: none; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
              color: #3f2021;
              font-family: "Clarendon BT W05 Roman";
              font-size: 1.12rem;
              line-height: 90px;
              text-transform: capitalize;
              width: 90%;
              min-height: 36px; }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
                color: #3f2021; }
            .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price {
              display: flex;
              align-items: flex-end;
              justify-content: space-between; }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price .cart-item-quantity {
                padding: 10px 0 0 0;
                display: inline-block;
                width: auto;
                text-align: left; }
                .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price .cart-item-quantity .form-increment {
                  border-radius: 5px;
                  height: 44px; }
                  .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price .cart-item-quantity .form-increment .button {
                    padding: 10px;
                    line-height: 0.3rem; }
                    .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price .cart-item-quantity .form-increment .button.button--icon svg {
                      height: 16px;
                      width: 16px;
                      fill: #3f2021;
                      display: none; }
                    .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price .cart-item-quantity .form-increment .button.minus {
                      background-color: #fff;
                      width: 44px;
                      height: 100%;
                      border-radius: 0;
                      border: none; }
                    .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price .cart-item-quantity .form-increment .button.plus {
                      background-color: #fff;
                      width: 44px;
                      height: 100%;
                      border-radius: 0;
                      border: none; }
              .navUser-section .navUser-item--cart .dropdown-menu.is-open .previewCart .previewCartList .previewCartItem .previewCartItem-content .quantity-price .previewCartItem-price {
                color: #363636;
                font-family: "DIN W05 Regular";
                font-size: 14px;
                font-weight: 500;
                letter-spacing: 0.53px;
                line-height: 17px;
                text-align: right;
                vertical-align: baseline;
                float: right; } }

/* mini cart code ends here */
/*add-to-wishlist*/
.wishlist-product {
  width: 100%;
  margin-top: 2%;
  position: relative; }
  .wishlist-product .form-action a span {
    font-size: 1.12rem;
    font-weight: bold;
    letter-spacing: 0.81px;
    line-height: 32px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 0 10px;
    color: #3f2021;
    font-family: "DIN W05 Cond Black"; }
  .wishlist-product .form-action a.dropdown-menu-button {
    width: auto;
    border: 0;
    padding: 0;
    display: inline-block; }
    .wishlist-product .form-action a.dropdown-menu-button i {
      margin-top: 5px; }
      .wishlist-product .form-action a.dropdown-menu-button i svg {
        width: 18px;
        height: 18px; }
    .wishlist-product .form-action a.dropdown-menu-button svg {
      float: left;
      width: 22px;
      height: 22px;
      margin-top: 1.5%; }
    .wishlist-product .form-action a.dropdown-menu-button span {
      font-size: 1.12rem;
      font-weight: bold;
      letter-spacing: 0.81px;
      line-height: 32px;
      text-transform: uppercase;
      display: inline-block;
      padding: 0 0 0 10px;
      color: #3f2021; }
  .wishlist-product .form-action a.button {
    background: #fff;
    margin: 0 0 0.5rem; }
  .wishlist-product .form-action #wishlist-dropdown.is-open {
    max-width: 200px !important;
    top: 25px !important; }
  .wishlist-product .form-action #wishlist-dropdown .button {
    font-size: 1rem;
    text-transform: uppercase;
    color: #3f2021;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal; }
    .wishlist-product .form-action #wishlist-dropdown .button:hover {
      color: #999; }

/*PDP Page*/
@media (max-width: 800px) {
  .accordon-mobile h4 {
    display: none; } }

.easyzoom-flyout img {
  background: #fff; }

.pdp-instock {
  float: right;
  margin-right: 200px;
  font-size: 17px;
  margin-top: 10px; }
  @media only screen and (max-width: 800px) {
    .pdp-instock {
      margin-top: 0px;
      line-height: initial; } }

.eyebrowStatus {
  height: 24px;
  color: #3f2021;
  font-family: "DIN W05 Cond Black";
  font-size: 19px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 20px; }

.pdp-featured-review {
  margin-top: 30px; }
  @media only screen and (min-width: 801px) {
    .pdp-featured-review .cms_container {
      margin: 0 auto 6.6%; }
      .pdp-featured-review .cms_container .product_info .border1 .border2 .product_details {
        padding: 0rem 4rem 2rem 4rem;
        text-align: unset;
        display: inline-block;
        width: 100%;
        box-sizing: border-box; } }
  @media only screen and (max-width: 800px) {
    .pdp-featured-review .cms_container {
      position: relative; } }
  @media only screen and (max-width: 800px) {
    .pdp-featured-review .cms_container .product_info .flower-img {
      position: absolute;
      bottom: -95px;
      right: 17px;
      z-index: 9999; } }
  @media only screen and (max-width: 800px) {
    .pdp-featured-review .cms_container .product_info .border1 {
      display: none; } }

.pdp-featured-review span {
  font-family: DINPro;
  font-size: 16px;
  font-weight: normal; }

.pdp-oos-message {
  display: none; }

.pickListPicker {
  display: none !important; }

.details-static-tabs {
  font-family: "DIN W05 Cond Black";
  color: #3f2021;
  font-weight: bold;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    .details-static-tabs {
      margin-bottom: 15px; } }

.details-static-tabs a {
  font-family: "DIN W05 Cond Black";
  color: #3f2021;
  font-weight: bold;
  margin: 9px;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  padding: 3px; }
  .details-static-tabs a:first-child {
    border-right: 1px solid #d3d3d3;
    padding-right: 10px;
    margin: 0; }

.productLaout {
  border-top: 1px solid #d8d8d8;
  padding-top: 25px; }
  @media (min-width: 801px) {
    .productLaout {
      border: none;
      padding-top: 35px; } }
  .productLaout .breadcrumbs {
    display: block !important;
    text-align: center;
    margin-top: 0 !important; }
    @media (min-width: 801px) {
      .productLaout .breadcrumbs {
        text-align: left; } }

.productView .slick-dots {
  border-top: 1px solid #ccc;
  padding: 10px 0 0 0; }
  .productView .slick-dots li button {
    width: 8px;
    height: 8px; }
    .productView .slick-dots li button:before {
      width: 8px;
      height: 8px; }
  .productView .slick-dots li.slick-active button:before {
    background: #3f2021; }

.productView .mobileVersion {
  display: inline-block;
  width: 100%; }
  @media (min-width: 801px) {
    .productView .mobileVersion {
      display: none; } }

.productView .desktopVersion {
  display: none; }
  @media (min-width: 801px) {
    .productView .desktopVersion {
      display: inline-block; }
      .productView .desktopVersion .custom-icons-pdp .rooted-in-goodness {
        text-align: left; } }

.productView .mainImagediv {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }
  @media (min-width: 801px) {
    .productView .mainImagediv {
      flex-wrap: nowrap;
      display: inline-block; } }

.productView .productView-images {
  width: 100%;
  margin-bottom: 0.8rem; }
  @media (min-width: 801px) {
    .productView .productView-images {
      width: 60%;
      margin-bottom: 3rem; } }
  .productView .productView-images .productView-thumbnails {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: left;
    flex-wrap: wrap;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    /* Slick injects inline widths for slides; ensure the rail has usable space */ }
    @media (min-width: 801px) {
      .productView .productView-images .productView-thumbnails {
        /* Keep the thumbnail rail from collapsing too small on narrow/tall PDP imagery */
        width: clamp(110px, 15%, 160px);
        min-width: 110px;
        flex: 0 0 110px;
        -webkit-box-ordinal-group: initial;
        -moz-box-ordinal-group: initial;
        -ms-flex-order: initial;
        -webkit-order: initial;
        order: initial;
        flex-wrap: wrap; } }
    .productView .productView-images .productView-thumbnails.slick-initialized {
      /* When Slick is active, don’t let the thumbnails wrap into multiple rows */
      display: block !important;
      flex-wrap: nowrap !important; }
      .productView .productView-images .productView-thumbnails.slick-initialized .slick-list {
        margin-left: 0 !important;
        margin-right: 0 !important;
        overflow: hidden; }
      .productView .productView-images .productView-thumbnails.slick-initialized .slick-track {
        display: block; }
    @media (min-width: 801px) {
      .productView .productView-images .productView-thumbnails.slick-initialized .slick-list,
      .productView .productView-images .productView-thumbnails.slick-initialized .slick-track {
        width: 100% !important; } }
    .productView .productView-images .productView-thumbnails .productView-thumbnail {
      width: 100%;
      text-align: left; }
      @media (min-width: 801px) {
        .productView .productView-images .productView-thumbnails .productView-thumbnail {
          margin: 10px 0 0 0;
          width: 80px; } }
      .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        border: 0;
        height: 350px;
        max-width: initial; }
        @media (min-width: 801px) {
          .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            height: 80px; }
            .productView .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
              border: 1px solid #3f2021;
              border-bottom: 6px solid #3f2021; } }
      .productView .productView-images .productView-thumbnails .productView-thumbnail img {
        max-height: 350px;
        max-width: 300px; }
        @media (min-width: 801px) {
          .productView .productView-images .productView-thumbnails .productView-thumbnail img {
            max-height: 70px;
            max-width: 70px; } }
  .productView .productView-images .productView-image {
    width: 70%;
    float: left;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: none; }
    @media (min-width: 801px) {
      .productView .productView-images .productView-image {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .productView .productView-images .desktopReOnly {
    display: none;
    width: 15%; }
    @media (min-width: 801px) {
      .productView .productView-images .desktopReOnly {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    .productView .productView-images .desktopReOnly .socialLinks .socialLinks-item {
      width: 100%;
      margin: 0;
      vertical-align: top; }
      .productView .productView-images .desktopReOnly .socialLinks .socialLinks-item a {
        height: 20px;
        vertical-align: top; }
      .productView .productView-images .desktopReOnly .socialLinks .socialLinks-item svg {
        width: 15px;
        height: 15px; }

.productView .productView-details {
  width: 100%; }
  @media (min-width: 801px) {
    .productView .productView-details {
      width: 40%;
      padding: 0 5% 0 0; } }
  .productView .productView-details .productView-product {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 0; }
    .productView .productView-details .productView-product .productView-title {
      color: #3f2021;
      font-family: "Clarendon BT W05 Roman";
      font-size: 1.72rem;
      line-height: 30px; }
      @media (min-width: 801px) {
        .productView .productView-details .productView-product .productView-title {
          font-size: 2.286rem;
          line-height: 40px; } }
    .productView .productView-details .productView-product .productView-price {
      color: #363636;
      font-family: "DIN W05 Regular";
      font-size: 1.3rem;
      font-weight: 500;
      letter-spacing: 0.9px;
      letter-spacing: 0.68px;
      line-height: 22px;
      margin: 0; }
      @media (min-width: 801px) {
        .productView .productView-details .productView-product .productView-price {
          line-height: 29px;
          font-size: 1.715rem;
          letter-spacing: 0.9px; } }
    .productView .productView-details .productView-product .productView-info {
      display: none; }
    .productView .productView-details .productView-product .review-wish {
      display: flex;
      margin: 0 0px 16px 0; }
    @media (min-width: 801px) {
      .productView .productView-details .productView-product .weightPro-size {
        display: none; } }
    .productView .productView-details .productView-product .weightPro {
      color: #363636;
      font-family: "DIN W05 Regular";
      font-size: 1rem;
      font-weight: 500;
      letter-spacing: 0.44px;
      line-height: 24px;
      display: inline-block;
      margin-bottom: 1.5rem; }
    .productView .productView-details .productView-product .productView-rating,
    .productView .productView-details .productView-product .productView-rating a {
      color: #3f2021;
      font-family: "DIN W05 Bold";
      font-size: 0.9rem;
      font-weight: bold;
      letter-spacing: 0.8px;
      line-height: 18px;
      text-transform: uppercase; }
    .productView .productView-details .productView-product .productView-rating,
    .productView .productView-details .productView-product .wishDrop {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      flex-basis: 50%; }
    .productView .productView-details .productView-product .productView-rating .productView-reviewLink {
      line-height: 18px; }
      .productView .productView-details .productView-product .productView-rating .productView-reviewLink + .productView-reviewLink {
        width: 100%;
        flex-wrap: wrap;
        flex-basis: 100%;
        display: block;
        margin: 10px 0;
        margin-left: auto; }
    .productView .productView-details .productView-product .wishDrop {
      border-left: 1px solid #d3d3d3;
      margin-left: 10px; }
      @media only screen and (max-width: 800px) {
        .productView .productView-details .productView-product .wishDrop {
          margin-left: 10px; } }
      .productView .productView-details .productView-product .wishDrop i {
        display: none; }
      .productView .productView-details .productView-product .wishDrop .wishlist-product {
        padding: 0 0 0 10px; }
        @media only screen and (max-width: 800px) {
          .productView .productView-details .productView-product .wishDrop .wishlist-product {
            padding: 0 0 0 10px; } }
        .productView .productView-details .productView-product .wishDrop .wishlist-product span {
          font-size: 14px; }
          @media (min-width: 801px) {
            .productView .productView-details .productView-product .wishDrop .wishlist-product span {
              font-size: 1.12rem; } }
      .productView .productView-details .productView-product .wishDrop .form-wishlist {
        margin: 0; }

.productView .productView-options {
  border-bottom: 1px solid #d3d3d3; }
  .productView .productView-options .form-field--increments .form-label {
    display: none; }
  .productView .productView-options .form-field--increments .form-increment {
    border: 2px solid #3f2021;
    width: 132px;
    height: 44px;
    float: left;
    display: inline-block;
    border: 2px solid #3f2021;
    border-radius: 5px;
    overflow: hidden; }
    .productView .productView-options .form-field--increments .form-increment .button,
    .productView .productView-options .form-field--increments .form-increment .form-input {
      display: inline-block;
      width: 42px;
      border: 0;
      height: 40px;
      border-radius: 0; }
    .productView .productView-options .form-field--increments .form-increment svg {
      width: 17px;
      height: 17px;
      margin: 8px auto;
      fill: #3f2021; }
    .productView .productView-options .form-field--increments .form-increment .minusBtn {
      border-right: 2px solid #3f2021;
      background: #d3d3d3;
      align-items: center; }
    .productView .productView-options .form-field--increments .form-increment .plusBtn {
      border-left: 2px solid #3f2021;
      background: #fff;
      align-items: center; }
  .productView .productView-options .form-action {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0px;
    padding: 0;
    background: white;
    height: 64px; }
    @media (max-width: 550px) {
      .productView .productView-options .form-action {
        z-index: 99999999;
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); } }
    .productView .productView-options .form-action #form-action-addToCart {
      height: 44px;
      width: 100%;
      border-radius: 5px;
      background-color: #3f2021;
      color: #ffffff;
      font-family: "DIN W05 Cond Black";
      font-size: 1rem;
      font-weight: bold;
      letter-spacing: 0.8px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0 25px 0; }
      @media (max-width: 550px) {
        .productView .productView-options .form-action #form-action-addToCart {
          width: 100%;
          text-align: center;
          float: none;
          z-index: 1;
          float: left;
          margin: 0; } }
      .productView .productView-options .form-action #form-action-addToCart:hover {
        background: #fff;
        color: #3f2021;
        border: 2px solid #3f2021; }
      .productView .productView-options .form-action #form-action-addToCart:active, .productView .productView-options .form-action #form-action-addToCart:focus {
        background: #3f2021;
        color: #fff;
        border: 2px solid #3f2021; }

.productView .mobileReOnly {
  display: block;
  width: auto;
  float: right;
  position: absolute;
  right: 0;
  margin: 0 20px 10px 0; }
  .productView .mobileReOnly .socialLinks {
    line-height: 20px; }
    .productView .mobileReOnly .socialLinks .socialLinks-item {
      padding: 0;
      margin: 0;
      width: auto;
      float: left; }
      .productView .mobileReOnly .socialLinks .socialLinks-item .icon {
        margin: 0 5px;
        width: 20px; }
        .productView .mobileReOnly .socialLinks .socialLinks-item .icon.addthis_button_pinterest {
          width: 20px; }
      .productView .mobileReOnly .socialLinks .socialLinks-item:last-child a {
        margin-right: 0; }
  @media (min-width: 801px) {
    .productView .mobileReOnly {
      display: none; } }

.productView .productView-description {
  width: 100%;
  padding: 0; }
  .productView .productView-description .tabs {
    width: 50%;
    border: 0;
    display: flex; }
    @media (min-width: 801px) {
      .productView .productView-description .tabs {
        width: 100%; } }
    .productView .productView-description .tabs .tab {
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      border: 0;
      word-break: break-word; }
      .productView .productView-description .tabs .tab a {
        color: #3f2021;
        font-family: "DIN W05 Cond Black";
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.8px;
        line-height: 1.12rem;
        text-transform: uppercase;
        padding: 5px 10px;
        border-right: 1px solid #d3d3d3;
        text-align: left; }
        @media (min-width: 801px) {
          .productView .productView-description .tabs .tab a {
            text-align: center; } }
      .productView .productView-description .tabs .tab:first-child a {
        padding: 5px 10px 5px 0; }
      .productView .productView-description .tabs .tab:last-child a {
        border-right: 0; }
    .productView .productView-description .tabs .tab.is-active {
      border: 0; }
  .productView .productView-description .tab-content {
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.6px;
    line-height: 20px; }

.productView .choose-scent {
  color: #363636;
  font-family: "DIN W05 Regular";
  font-size: 1.12rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 24px;
  margin: 0 0 5px 0;
  text-align: left; }

.productView .la-select-categories {
  border: 2px solid #999;
  border-radius: 5px;
  background-color: #ffffff;
  height: 44px;
  color: #363636;
  font-family: "DIN W05 Regular";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.44px;
  line-height: 16px;
  margin: 0;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  text-align: left;
  position: relative; }
  .productView .la-select-categories a {
    text-decoration: none; }

.la-product-options {
  width: 100%;
  display: block;
  margin: 0 0 20px 0;
  text-align: left;
  position: relative; }
  @media (min-width: 801px) {
    .la-product-options {
      text-align: left;
      width: 48%;
      display: inline-block;
      margin-right: 3%; } }
  @media (min-width: 801px) {
    .la-product-options:nth-child(odd) {
      margin-right: 0; } }
  .la-product-options ul.otherProductDrop,
  .la-product-options ul.otherProductDropSize {
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #999;
    position: absolute;
    background: #fff;
    width: 100% !important;
    z-index: 999999999;
    max-width: 100%;
    left: 0 !important; }
    .la-product-options ul.otherProductDrop li,
    .la-product-options ul.otherProductDropSize li {
      padding: 5px 10px; }
      .la-product-options ul.otherProductDrop li a,
      .la-product-options ul.otherProductDropSize li a {
        text-decoration: none; }
        .la-product-options ul.otherProductDrop li a i,
        .la-product-options ul.otherProductDropSize li a i {
          display: none; }
    .la-product-options ul.otherProductDrop.show,
    .la-product-options ul.otherProductDropSize.show {
      display: block; }
  .la-product-options .colorshown {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    margin-top: -4px;
    vertical-align: middle; }
  .la-product-options .colorName {
    display: inline-block; }
  .la-product-options i {
    border: solid #757575;
    border-width: 0 2px 2px 0;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg); }
  .la-product-options .la-select-categories.is-open i {
    top: 54%;
    transform: translateY(-50%) rotate(-135deg); }

.custom-content-pdp {
  padding: 0 20px; }
  .custom-content-pdp.promotions-custom-content {
    padding: 0; }
    @media only screen and (max-width: 800px) {
      .custom-content-pdp.promotions-custom-content {
        padding: 0 20px; } }
  @media (min-width: 801px) {
    .custom-content-pdp {
      padding: 0; } }
  .custom-content-pdp .rowRe {
    width: 100%;
    display: inline-block;
    padding: 15px 0; }
    @media (min-width: 801px) {
      .custom-content-pdp .rowRe {
        padding: 20px 0; } }
  .custom-content-pdp .div45 {
    width: 100%;
    display: inline-block;
    float: left; }
    @media (min-width: 801px) {
      .custom-content-pdp .div45 {
        width: 45%; } }
  .custom-content-pdp .div55 {
    width: 100%;
    display: inline-block;
    float: left; }
    @media (min-width: 801px) {
      .custom-content-pdp .div55 {
        width: 55%;
        text-align: center; }
        .custom-content-pdp .div55.right {
          float: right; } }
  .custom-content-pdp .padding-top-1st-div {
    padding: 0; }
    @media (min-width: 801px) {
      .custom-content-pdp .padding-top-1st-div {
        padding: 0 15% 0 4%; } }
  .custom-content-pdp .padding-top-2nd-div {
    padding: 0; }
    @media (min-width: 801px) {
      .custom-content-pdp .padding-top-2nd-div {
        padding: 0 4% 0 15%; } }
  .custom-content-pdp .heading {
    color: #3f2021;
    font-family: "Clarendon BT W05 Roman";
    font-size: 2.3rem;
    letter-spacing: -0.57px;
    line-height: 32px;
    margin: 7% 0 7% 0; }
    @media (min-width: 801px) {
      .custom-content-pdp .heading {
        margin: 0 0 7% 0;
        line-height: 40px; } }
  .custom-content-pdp .subcontent {
    color: #3f2021;
    font-family: "DIN W05 Regular";
    font-size: 1rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 19px; }
    @media (min-width: 801px) {
      .custom-content-pdp .subcontent {
        font-size: 1.3rem;
        line-height: 24px; } }
  .custom-content-pdp #pdpVideo {
    display: none; }

.relatedPro-customerview .relatedPros .tab-content.has-jsContent.is-active {
  padding: 1.5rem 0 0 0; }
  @media (min-width: 801px) {
    .relatedPro-customerview .relatedPros .tab-content.has-jsContent.is-active {
      padding: 1.5rem 0; } }
  .relatedPro-customerview .relatedPros .tab-content.has-jsContent.is-active .card-over-img {
    display: none; }
  .relatedPro-customerview .relatedPros .tab-content.has-jsContent.is-active .card:hover .card-over-img {
    display: block; }

.relatedPro-customerview .relatedPros .slick-arrow {
  display: none !important; }
  @media (min-width: 801px) {
    .relatedPro-customerview .relatedPros .slick-arrow {
      display: block !important; } }

.relatedPro-customerview .relatedPros .slick-dots {
  position: static;
  margin: 30px 0 0 0; }
  .relatedPro-customerview .relatedPros .slick-dots li {
    width: 100px;
    padding: 0;
    height: auto;
    border: none; }
    .relatedPro-customerview .relatedPros .slick-dots li button {
      width: 100px;
      border-radius: 0;
      height: 3px;
      background: #ccc;
      border: none; }
      .relatedPro-customerview .relatedPros .slick-dots li button:hover:before {
        background: #fff; }
    .relatedPro-customerview .relatedPros .slick-dots li.slick-active button:before {
      background: #3f2021;
      width: 100%;
      border-radius: 0;
      left: 0;
      left: 0;
      top: 0;
      height: 3px; }

@media only screen and (min-width: 801px) {
  .relatedPro-customerview .relatedPros .card-body {
    min-height: 150px; } }

.relatedPro-customerview .relatedPros .card-body .card-title .title-text {
  font-size: 1.15rem; }
  @media only screen and (min-width: 801px) {
    .relatedPro-customerview .relatedPros .card-body .card-title .title-text {
      font-size: 1.43rem; } }

.products-slider-heading {
  color: #363636;
  font-family: "Clarendon BT W05 Roman";
  font-size: 1.72rem;
  line-height: 32px;
  letter-spacing: -0.43px;
  text-align: center; }
  @media only screen and (min-width: 801px) {
    .products-slider-heading {
      font-size: 2.2rem;
      letter-spacing: -0.57px;
      line-height: 60px; } }

.relatedPro-customerview .card:hover .card-figcaption-button,
.relatedPro-customerview .card:hover .card-text {
  display: block; }

.pro-tabs {
  position: relative; }
  .pro-tabs .tab-desktop {
    background: #efefef;
    padding: 4% 15%;
    margin-top: 20px;
    display: none; }
    @media only screen and (min-width: 801px) {
      .pro-tabs .tab-desktop {
        display: block; } }
  .pro-tabs .accordon-mobile {
    display: block; }
    @media only screen and (min-width: 801px) {
      .pro-tabs .accordon-mobile {
        display: none; } }
    .pro-tabs .accordon-mobile .tab {
      border-top: 0; }
    .pro-tabs .accordon-mobile .pdp-tab-mobile {
      position: absolute;
      right: 0;
      top: 30%; }
    .pro-tabs .accordon-mobile #container {
      border-bottom: 1px solid #3f2021; }
      .pro-tabs .accordon-mobile #container .tab-label {
        border-top: 1px solid #3f2021;
        padding: 13px;
        cursor: pointer;
        margin: 0;
        font-size: 1rem;
        text-transform: uppercase;
        color: #3f2021;
        font-family: "DIN W05 Bold";
        display: block;
        text-align: left;
        width: 100%; }
        .pro-tabs .accordon-mobile #container .tab-label:last-child {
          border-bottom: 1px solid #d3d3d3; }
        .pro-tabs .accordon-mobile #container .tab-label.is-open {
          background-color: #ccc; }
        .pro-tabs .accordon-mobile #container .tab-label .expandable-cat {
          float: right; }
          .pro-tabs .accordon-mobile #container .tab-label .expandable-cat svg {
            width: 12px;
            height: 12px; }
      .pro-tabs .accordon-mobile #container .content {
        background-color: #ccc;
        padding: 10px;
        display: none;
        position: relative; }
        @media only screen and (min-width: 801px) {
          .pro-tabs .accordon-mobile #container .content {
            padding: 10px 10px 0 10px; }
            .pro-tabs .accordon-mobile #container .content ol,
            .pro-tabs .accordon-mobile #container .content p {
              margin-bottom: 0; } }
        .pro-tabs .accordon-mobile #container .content .tab-description-main {
          padding: 0 0 70px 0; }
        .pro-tabs .accordon-mobile #container .content a.button {
          height: 44px;
          border-radius: 5px;
          background-color: #3f2021;
          color: #ffffff;
          font-family: "DIN W05 Cond Black";
          font-size: 1rem;
          font-weight: bold;
          letter-spacing: 0.8px;
          line-height: 19px;
          text-align: center;
          text-transform: uppercase;
          margin: 0 0 20px 0; }
        .pro-tabs .accordon-mobile #container .content.is-open {
          display: block; }
  .pro-tabs .topImg {
    position: absolute;
    right: 0;
    top: -58px;
    display: none; }
    @media only screen and (min-width: 801px) and (max-width: 1040px) {
      .pro-tabs .topImg {
        width: 20%; } }
    @media only screen and (min-width: 801px) {
      .pro-tabs .topImg {
        display: block; } }
  .pro-tabs .bottomImg {
    position: absolute;
    left: 20px;
    bottom: -25px;
    display: none; }
    @media only screen and (min-width: 801px) and (max-width: 1040px) {
      .pro-tabs .bottomImg {
        width: 15%; } }
    @media only screen and (min-width: 801px) {
      .pro-tabs .bottomImg {
        display: block; } }
  .pro-tabs .tabs {
    width: 100%;
    margin: 0 auto;
    border: none;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    .pro-tabs .tabs .tab {
      border: none;
      border-bottom: none;
      padding: 0.78571rem 1.28571rem; }
      .pro-tabs .tabs .tab.is-active .tab-title {
        border-bottom: 6px solid #3f2021; }
    .pro-tabs .tabs .tab-title {
      color: #3f2021;
      font-family: "DIN W05 Cond Black";
      font-size: 1.13rem;
      font-weight: bold;
      letter-spacing: 0.85px;
      line-height: 20px;
      text-transform: uppercase;
      padding: 0; }
  .pro-tabs .ProDes .desTitle {
    color: #3f2021;
    font-family: "Clarendon BT W05 Roman";
    font-size: 3.3rem;
    font-weight: normal;
    letter-spacing: -0.43px;
    line-height: 56px; }
  .pro-tabs .desGrid .colDesGrid {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 801px) {
      .pro-tabs .desGrid .colDesGrid {
        width: 32%; } }
    @media only screen and (max-width: 800px) {
      .pro-tabs .desGrid .colDesGrid {
        margin: 8% 0.5% 0 0.5%; } }
    .pro-tabs .desGrid .colDesGrid h5 {
      color: #363636;
      font-family: "Clarendon BT W05 Roman";
      font-size: 2rem;
      font-weight: normal;
      letter-spacing: -0.29px;
      line-height: 36px;
      text-transform: capitalize; }
      @media only screen and (min-width: 1391px) {
        .pro-tabs .desGrid .colDesGrid h5 {
          font-size: 2.2rem; } }
      @media only screen and (min-width: 1271px) and (max-width: 1390px) {
        .pro-tabs .desGrid .colDesGrid h5 {
          font-size: 2rem; } }
      @media only screen and (min-width: 1161px) and (max-width: 1270px) {
        .pro-tabs .desGrid .colDesGrid h5 {
          font-size: 1.8rem; } }
      @media only screen and (min-width: 1041px) and (max-width: 1160px) {
        .pro-tabs .desGrid .colDesGrid h5 {
          font-size: 1.6rem; } }
      @media only screen and (min-width: 801px) and (max-width: 1040px) {
        .pro-tabs .desGrid .colDesGrid h5 {
          font-size: 1.4rem;
          line-height: 26px; } }
      @media only screen and (max-width: 800px) {
        .pro-tabs .desGrid .colDesGrid h5 {
          margin-bottom: 0; } }
    .pro-tabs .desGrid .colDesGrid p {
      color: #363636;
      font-family: "DIN W05 Regular";
      font-size: 1.15rem;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 24px; }
      @media only screen and (min-width: 801px) {
        .pro-tabs .desGrid .colDesGrid p {
          font-size: 1.2rem; } }
  .pro-tabs .showMore {
    display: none; }
    .pro-tabs .showMore.active {
      display: block; }
      .pro-tabs .showMore.active ul {
        margin-top: 7.4%; }
  .pro-tabs .collapps {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
    .pro-tabs .collapps .button-to-close {
      width: 200px;
      padding: 11px 20px;
      margin: 0 auto;
      cursor: pointer; }
      .pro-tabs .collapps .button-to-close .in-activeText {
        display: inline-block;
        text-transform: uppercase; }
      .pro-tabs .collapps .button-to-close .activeText {
        display: none;
        text-transform: uppercase; }
      .pro-tabs .collapps .button-to-close.active .in-activeText {
        display: none; }
      .pro-tabs .collapps .button-to-close.active .activeText {
        display: inline-block; }
    .pro-tabs .collapps .collapse-img {
      display: inline-block; }
      .pro-tabs .collapps .collapse-img svg {
        fill: #fff;
        width: 16px;
        height: 12px;
        margin-top: 5px; }
  .pro-tabs .tabs-contents a.button {
    padding: 13.5px 40px 11.5px;
    border-radius: 5px;
    background-color: #3f2021;
    color: #ffffff;
    font-family: "DIN W05 Cond Black";
    font-size: 1.12rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 19px;
    margin-top: 10px;
    text-transform: uppercase; }
    .pro-tabs .tabs-contents a.button:hover {
      background: #fff;
      color: #3f2021;
      border: 2px solid #3f2021; }
    .pro-tabs .tabs-contents a.button:active, .pro-tabs .tabs-contents a.button:focus {
      background: #3f2021;
      color: #fff;
      border: 2px solid #3f2021; }

/* ingredients */
.ingredientsTable {
  color: #4e1b00; }
  .ingredientsTable h3 {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #4e1b00; }
  .ingredientsTable table {
    width: 100%;
    border: 1px solid #3f2021;
    word-break: break-word; }
    .ingredientsTable table tbody tr,
    .ingredientsTable table thead tr {
      background-color: #fff; }
    .ingredientsTable table tbody {
      max-height: 625px;
      overflow: auto; }
      .ingredientsTable table tbody tr:nth-of-type(odd) {
        background-color: #efefef; }
      .ingredientsTable table tbody td {
        padding: 5px; }
    .ingredientsTable table th {
      border: 0;
      color: #3f2021;
      font-size: 1rem;
      padding: 15px 0 8px 10px;
      font-weight: 700;
      text-transform: uppercase;
      border-right: solid 1px #ccc; }
    .ingredientsTable table thead th {
      padding: 10px;
      font-size: 1rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0;
      width: 37%; }
    .ingredientsTable table td,
    .ingredientsTable table th {
      border: 1px solid #3f2021; }
    .ingredientsTable table thead tr:last-child th {
      border-right: 0 !important; }

.custom-icons-pdp {
  width: 100%;
  display: block; }
  .custom-icons-pdp .rooted-in-goodness {
    color: #363636;
    font-family: "Clarendon BT W05 Roman";
    font-size: 2rem;
    letter-spacing: -0.36px;
    line-height: 40px;
    text-align: center; }
    @media (min-width: 801px) {
      .custom-icons-pdp .rooted-in-goodness {
        font-size: 1.5rem; } }
  .custom-icons-pdp .iconsRe {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 801px) {
      .custom-icons-pdp .iconsRe {
        width: 85%;
        margin: 0 auto;
        grid-template-columns: 1fr 1fr 1fr 1fr; } }
    .custom-icons-pdp .iconsRe .iconsDivRe {
      display: inline-block;
      margin: 0 auto;
      text-align: center; }
      .custom-icons-pdp .iconsRe .iconsDivRe .imgTag {
        width: 102px;
        height: 102px;
        margin: 0 auto; }
      .custom-icons-pdp .iconsRe .iconsDivRe .title {
        color: #363636;
        font-family: "DIN W05 Regular";
        font-size: 1.15rem;
        font-weight: bold;
        letter-spacing: 0.6px;
        line-height: 20px;
        text-align: center;
        width: 100%; }
        @media (min-width: 801px) {
          .custom-icons-pdp .iconsRe .iconsDivRe .title {
            width: 150px;
            margin: 10px auto 0 auto; } }

/*size style */
.sizesection {
  margin: 5px 0 0 0;
  display: none; }

.commonlable {
  color: #363636;
  font-family: "DIN W05 Regular";
  font-size: 1rem;
  letter-spacing: 0.44px;
  line-height: 24px; }

.lableSize {
  font-weight: bold;
  margin-right: 50px; }

.valeSize {
  font-weight: 500; }

/*Sample Products in Cart Page*/
@media only screen and (min-width: 801px) {
  .sample-img-holder {
    display: block;
    height: 230px;
    overflow: hidden;
    position: relative; }
    .sample-img-holder img {
      position: absolute;
      bottom: 0px; } }

.sample-products-list-container {
  max-width: 1123px;
  margin: 30px auto 60px;
  width: 100%;
  clear: both;
  display: none; }
  .sample-products-list-container .sample-products-list {
    width: 100%;
    display: block; }
  .sample-products-list-container .sample-products {
    width: 182px;
    display: inline-block;
    text-align: center;
    margin: 0 20px; }
    .sample-products-list-container .sample-products .product-name {
      color: #363636;
      font-family: "Clarendon BT W05 Roman";
      font-size: 15px;
      line-height: 19px;
      margin-top: 14px;
      margin-bottom: 14px; }
    .sample-products-list-container .sample-products .button {
      height: 44px;
      width: 110px;
      border: 2px solid #3f2021;
      border-radius: 5px;
      margin-bottom: 0;
      color: #3f2021;
      font-family: "DIN W05 Cond Black";
      font-size: 1.12rem;
      font-weight: bold;
      letter-spacing: 0.8px;
      line-height: 19px;
      text-align: center;
      text-transform: uppercase; }
      .sample-products-list-container .sample-products .button.active {
        color: #fff;
        background: #3f2021;
        padding: 12px 0; }
  .sample-products-list-container.active {
    display: block; }

.sample-pros-quantity {
  display: none;
  text-align: center;
  width: 132px;
  color: #363636;
  font-family: "DIN W05 Regular";
  font-size: 1rem;
  letter-spacing: 0.53px;
  line-height: 17px; }

.container .productsFromSample .cart-item-quantity .form-increment,
.container .productsFromSample .quantity-price .form-increment,
.productsFromSampleMini .cart-item-quantity .form-increment,
.productsFromSampleMini .quantity-price .form-increment {
  display: none; }

.container .productsFromSample .sample-pros-quantity,
.productsFromSampleMini .sample-pros-quantity {
  display: block; }

.productsFromSampleMini .sample-pros-quantity {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 44px;
  vertical-align: bottom;
  justify-content: center;
  align-items: flex-end; }

/* account page */
.static-pages.sign-in .page-main-sec .page-img-part .cta-block {
  padding-bottom: 0; }
  @media only screen and (min-width: 801px) {
    .static-pages.sign-in .page-main-sec .page-img-part .cta-block {
      padding-bottom: 60px; } }

.page-heading {
  text-align: center; }
  .page-heading.signin-text {
    margin-bottom: 0 !important; }
    @media only screen and (min-width: 801px) {
      .page-heading.signin-text {
        margin-bottom: 10px; } }

.login {
  margin-bottom: 0; }
  @media only screen and (min-width: 801px) {
    .login {
      max-width: 70%; } }
  .login .login-row {
    padding: 0;
    margin-bottom: 50px; }
    .login .login-row .login-form {
      margin-bottom: 0; }
      .login .login-row .login-form .form-field {
        margin-bottom: 1rem; }
        .login .login-row .login-form .form-field label {
          color: #363636;
          font-family: "DIN W05 Regular";
          font-size: 1rem;
          font-weight: 500;
          letter-spacing: 0.44px;
          line-height: 24px; }
        .login .login-row .login-form .form-field input {
          height: 44px;
          border: 2px solid #999;
          border-radius: 5px; }
          @media only screen and (min-width: 801px) {
            .login .login-row .login-form .form-field input {
              width: 396px;
              max-width: 100%; } }
      .login .login-row .login-form .form-actions {
        text-align: left; }
        @media only screen and (min-width: 801px) {
          .login .login-row .login-form .form-actions {
            margin-bottom: 1.5rem; } }
        .login .login-row .login-form .form-actions a {
          vertical-align: middle;
          color: #3f2021;
          font-family: "DIN W05 Cond Black";
          font-size: 1.12rem;
          font-weight: bold;
          letter-spacing: 0.61px;
          line-height: 45px;
          text-decoration: none;
          text-align: center;
          text-transform: uppercase; }
        .login .login-row .login-form .form-actions .button {
          text-transform: uppercase; }
          @media only screen and (min-width: 801px) {
            .login .login-row .login-form .form-actions .button {
              width: 186px; } }
      @media only screen and (min-width: 801px) {
        .login .login-row .login-form {
          margin-top: 0; } }
  .login .new-customer {
    padding: 0; }
    .login .new-customer .panel-header {
      background-color: #efefef;
      padding: 4rem 2rem 0; }
      .login .new-customer .panel-header .panel-title {
        color: #363636;
        font-family: "Clarendon BT W05 Roman";
        font-size: 32px;
        letter-spacing: -0.57px;
        line-height: 40px; }
    .login .new-customer .panel-body {
      background-color: #efefef;
      margin-bottom: 0; }
      .login .new-customer .panel-body a button {
        text-transform: uppercase;
        width: 100%; }
        @media only screen and (min-width: 801px) {
          .login .new-customer .panel-body a button {
            width: auto; } }
      .login .new-customer .panel-body .new-customer-intro {
        margin-bottom: 0.5rem;
        color: #363636;
        font-family: "DIN W05 Regular";
        font-size: 1.12rem;
        font-weight: 500;
        letter-spacing: 0.6px;
        line-height: 20px; }
      .login .new-customer .panel-body .new-customer-fact-list {
        margin-bottom: 2rem; }
        .login .new-customer .panel-body .new-customer-fact-list .new-customer-fact {
          color: #363636;
          font-family: "DIN W05 Regular";
          font-size: 1.12rem;
          font-weight: 500;
          letter-spacing: 0.6px;
          line-height: 20px; }

/*404 page*/
.page-main-sec .page-img-part {
  position: relative;
  width: 100%;
  display: inline-block; }
  .page-main-sec .page-img-part img {
    display: none; }
    @media only screen and (min-width: 801px) {
      .page-main-sec .page-img-part img {
        display: inline-block; } }
  .page-main-sec .page-img-part h1.page-heading {
    text-align: center; }
  .page-main-sec .page-img-part .u-textAlignCenter {
    color: #3f2021;
    font-family: "DIN W05 Regular";
    font-size: 1.12rem;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 24px;
    width: 340px;
    margin: 1rem auto; }
    @media only screen and (min-width: 801px) {
      .page-main-sec .page-img-part .u-textAlignCenter {
        position: absolute;
        top: 41%;
        margin: 0 auto !important;
        left: 0;
        right: 0;
        margin: unset; } }

.page-main-sec .container {
  margin-top: 6%; }
  @media only screen and (min-width: 801px) {
    .page-main-sec .container {
      margin-top: 8%; } }

.page-content--centered {
  width: 100%;
  padding: 0; }
  @media only screen and (min-width: 801px) {
    .page-content--centered .requested-page-error {
      margin-top: 8rem; } }
  .page-content--centered .form {
    width: 100%;
    float: left;
    margin: 4rem 0 0 0; }
    .page-content--centered .form .form-prefixPostfix {
      width: auto;
      margin: 0 auto;
      position: relative; }
      @media only screen and (min-width: 801px) {
        .page-content--centered .form .form-prefixPostfix {
          width: 396px; } }
      .page-content--centered .form .form-prefixPostfix input {
        border: none;
        border-bottom: 2px solid #3f2021;
        border-radius: 0;
        padding-left: 0;
        font-weight: 500;
        font-size: 0.875rem;
        letter-spacing: 0.53px;
        font-family: "DIN W05 Regular";
        color: #363636; }
        @media only screen and (min-width: 801px) {
          .page-content--centered .form .form-prefixPostfix input {
            font-size: 1.12rem;
            letter-spacing: 0.6px; } }
      .page-content--centered .form .form-prefixPostfix .button {
        position: absolute;
        right: 0;
        padding: 0;
        background-color: transparent;
        border: none;
        text-align: right; }
        .page-content--centered .form .form-prefixPostfix .button svg {
          width: 32px;
          height: 32px;
          fill: #3f2021;
          stroke: #3f2021; }
  .page-content--centered .error-suggestion {
    color: #363636;
    font-family: "Clarendon BT W05 Roman";
    font-size: 20px;
    letter-spacing: -0.36px;
    line-height: 24px;
    margin-bottom: 1rem; }
  .page-content--centered .what-can-do {
    text-align: center;
    color: #363636;
    font-family: "Clarendon BT W05 Roman";
    font-size: 20px;
    letter-spacing: -0.36px;
    line-height: 24px;
    margin: 2rem 0; }
    @media only screen and (min-width: 801px) {
      .page-content--centered .what-can-do {
        text-align: left; } }
  .page-content--centered ul.error-reason {
    margin-left: 3.15rem; }
    .page-content--centered ul.error-reason li {
      color: #363636;
      font-family: "DIN W05 Regular";
      font-size: 1.12rem;
      font-weight: 500;
      letter-spacing: 0.6px;
      line-height: 20px; }
  .page-content--centered .error-links {
    width: 100%;
    float: left; }
    .page-content--centered .error-links a {
      color: #3f2021;
      font-family: "DIN W05 Cond Black";
      font-size: 1.12rem;
      font-weight: bold;
      letter-spacing: 0.8px;
      line-height: 32px;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 1rem; }
    .page-content--centered .error-links .first-error-link,
    .page-content--centered .error-links .second-error-link,
    .page-content--centered .error-links .third-error-link {
      width: 100%;
      margin-bottom: 10px;
      float: left;
      text-align: center;
      background: #efefef;
      margin-right: 1%;
      padding: 1rem 0;
      min-height: 150px; }
      @media only screen and (min-width: 801px) {
        .page-content--centered .error-links .first-error-link,
        .page-content--centered .error-links .second-error-link,
        .page-content--centered .error-links .third-error-link {
          width: 32%;
          margin-bottom: 0; } }
      .page-content--centered .error-links .first-error-link .separator,
      .page-content--centered .error-links .second-error-link .separator,
      .page-content--centered .error-links .third-error-link .separator {
        display: inline-block;
        color: #d3d3d3;
        font-size: 21px; }
    .page-content--centered .error-links .first-upper-link-desc,
    .page-content--centered .error-links .second-upper-link-desc,
    .page-content--centered .error-links .third-upper-link-desc {
      padding: 1rem 0 0; }
    .page-content--centered .error-links .first-lower-link-desc span,
    .page-content--centered .error-links .second-lower-link-desc span,
    .page-content--centered .error-links .third-lower-link-desc span {
      font-family: "DIN W05 Regular";
      font-size: 1.12rem;
      font-weight: bold;
      line-height: 20px;
      text-align: center; }
    .page-content--centered .error-links .second-error-link .second-lower-link-desc {
      padding: 0 5rem;
      width: 100%;
      float: left; }

/*staticpage*/
.page-img-part.category-header .description {
  color: #3f2021;
  font-weight: 700; }

.pageNav {
  border-bottom: 1px solid #999;
  margin: 0 0 10px 0; }
  @media only screen and (min-width: 801px) {
    .pageNav {
      margin: 0; } }
  .pageNav ul {
    list-style: none;
    text-align: center;
    margin: 5px 0 25px 0; }
    .pageNav ul li {
      width: 100%;
      display: inline-block;
      padding: 2px 15px; }
      @media only screen and (min-width: 801px) {
        .pageNav ul li {
          width: auto;
          display: inline-block;
          padding: 2px 15px;
          border-right: 1px solid #d3d3d3; }
          .pageNav ul li:last-child {
            border-right: 0; } }
      .pageNav ul li a {
        font-family: "DIN W05 Cond Black";
        font-size: 1rem;
        line-height: 32px;
        letter-spacing: 0.8px;
        color: #3f2021;
        font-weight: normal;
        text-transform: uppercase;
        text-decoration: none; }
        @media only screen and (min-width: 801px) {
          .pageNav ul li a {
            font-size: 1.2rem;
            line-height: 20px; } }
        .pageNav ul li a.active, .pageNav ul li a:hover {
          border-bottom: 4px solid #3f2021; }
  @media only screen and (max-width: 800px) {
    .pageNav.ingreStructure ul {
      overflow-y: scroll;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 10px 0;
      padding: 0;
      float: none;
      width: 100%;
      justify-content: space-between; }
      .pageNav.ingreStructure ul li {
        display: -webkit-inline-box;
        display: -moz-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0;
        white-space: nowrap;
        width: auto; } }

.pageNav.ingreStructure {
  margin: 0 0 35px 0; }

.filterSection,
.filterSectionMob {
  width: 100%;
  display: inline-block;
  float: left; }
  @media only screen and (min-width: 801px) {
    .filterSection,
    .filterSectionMob {
      width: 100px; } }
  .filterSection ul,
  .filterSectionMob ul {
    list-style: none;
    text-align: left; }
    .filterSection ul li,
    .filterSection ul li a,
    .filterSectionMob ul li,
    .filterSectionMob ul li a {
      font-family: "DIN W05 Cond Black";
      font-size: 16px;
      line-height: 29px;
      letter-spacing: 0.37px;
      color: #949494;
      font-weight: normal;
      text-transform: uppercase;
      text-decoration: none; }
      .filterSection ul li.active,
      .filterSection ul li a.active,
      .filterSectionMob ul li.active,
      .filterSectionMob ul li a.active {
        color: #3f2021;
        border-bottom: 1px solid #3f2021; }

.contentSection {
  width: 100%;
  display: inline-block;
  float: left; }
  @media only screen and (min-width: 801px) {
    .contentSection {
      width: calc(100% - 100px); } }

.filterSection {
  display: none; }
  @media only screen and (min-width: 801px) {
    .filterSection {
      display: block; } }

.filterSectionMob {
  display: none; }
  @media only screen and (max-width: 800px) {
    .filterSectionMob {
      display: block;
      margin: 0; }
      .filterSectionMob ul {
        overflow-y: scroll;
        display: flex;
        margin: 0 0 20px 0;
        padding: 0; }
        .filterSectionMob ul li {
          display: -webkit-inline-box;
          display: -moz-inline-box;
          display: -webkit-inline-flex;
          display: -ms-inline-flexbox;
          display: inline-flex;
          margin: 0 10px; } }

.searchOnPage .form-fieldset {
  border-bottom: 2px solid #3f2021;
  max-width: 380px;
  margin-bottom: 25px; }
  .searchOnPage .form-fieldset .form-field {
    margin: 0;
    align-items: center;
    display: flex; }
    .searchOnPage .form-fieldset .form-field .form-input {
      border: 0;
      width: calc(100% - 40px);
      display: inline-block;
      padding: 6px;
      font-family: "DIN W05 Regular";
      font-size: 1.2rem;
      line-height: 20px;
      letter-spacing: 0.6px;
      color: #363636;
      font-weight: normal;
      text-transform: capitalize; }
      .searchOnPage .form-fieldset .form-field .form-input::-webkit-input-placeholder {
        /* Edge */
        font-family: "DIN W05 Regular";
        font-size: 1.2rem;
        line-height: 20px;
        letter-spacing: 0.6px;
        color: #363636;
        font-weight: normal;
        text-transform: capitalize; }
      .searchOnPage .form-fieldset .form-field .form-input:-ms-input-placeholder {
        /* Internet Explorer */
        font-family: "DIN W05 Regular";
        font-size: 1.2rem;
        line-height: 20px;
        letter-spacing: 0.6px;
        color: #363636;
        font-weight: normal;
        text-transform: capitalize; }
      .searchOnPage .form-fieldset .form-field .form-input::placeholder {
        font-family: "DIN W05 Regular";
        font-size: 1.2rem;
        line-height: 20px;
        letter-spacing: 0.6px;
        color: #363636;
        font-weight: normal;
        text-transform: capitalize; }
    .searchOnPage .form-fieldset .form-field .searchIcon svg {
      width: 28px;
      height: 28px; }
    .searchOnPage .form-fieldset .form-field .closeIcon {
      display: none;
      cursor: pointer; }
      .searchOnPage .form-fieldset .form-field .closeIcon svg {
        width: 22px;
        height: 22px; }

#ingredientLists .ingreLI .alphaBlock .h3 {
  font-family: "Clarendon BT W05 Roman";
  font-size: 2.5rem;
  line-height: 40px;
  letter-spacing: -0.57px;
  color: #363636;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 2px solid #999; }

#ingredientLists .ingreLI .alphaBlock .finterUl {
  list-style: none;
  margin: 0;
  padding: 0; }

#ingredientLists .ingreLI .alphaBlock .ingredientsBlock .h4 {
  font-family: "DIN W05 Regular";
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 0.33px;
  color: #363636;
  font-weight: normal; }
  @media only screen and (min-width: 801px) {
    #ingredientLists .ingreLI .alphaBlock .ingredientsBlock .h4 {
      font-size: 1.69rem;
      letter-spacing: 0.44px; } }

#ingredientLists .ingreLI .alphaBlock .ingredientsBlock p {
  font-family: "DIN W05 Regular";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.25px;
  color: #363636;
  font-weight: normal; }
  @media only screen and (min-width: 801px) {
    #ingredientLists .ingreLI .alphaBlock .ingredientsBlock p {
      font-size: 1.12rem;
      letter-spacing: 0.29px; } }
  #ingredientLists .ingreLI .alphaBlock .ingredientsBlock p b {
    margin-right: 10px; }
  #ingredientLists .ingreLI .alphaBlock .ingredientsBlock p .productLlist a {
    margin: 0 10px; }
    #ingredientLists .ingreLI .alphaBlock .ingredientsBlock p .productLlist a:first-child {
      margin: 0 10px 0 0; }

.page-main-sec .custom-isons-section {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 0; }
  @media only screen and (min-width: 801px) {
    .page-main-sec .custom-isons-section {
      padding: 20px 0 35px;
      min-width: 690px;
      max-width: 800px; } }
  .page-main-sec .custom-isons-section .h4 {
    font-family: "Clarendon BT W05 Roman";
    font-size: 1.69rem;
    line-height: 40px;
    letter-spacing: -0.57px;
    color: #363636;
    font-weight: normal;
    text-transform: capitalize;
    margin-top: 2.28571rem;
    margin-bottom: 0.78571rem; }
    @media only screen and (min-width: 801px) {
      .page-main-sec .custom-isons-section .h4 {
        font-size: 2.29rem; } }
  .page-main-sec .custom-isons-section p {
    font-family: "DIN W05 Regular";
    font-size: 1.12rem;
    line-height: 32px;
    letter-spacing: 0.44px;
    color: #363636;
    font-weight: normal; }
    @media only screen and (min-width: 801px) {
      .page-main-sec .custom-isons-section p {
        font-size: 1.6rem;
        line-height: 36px; } }

.page-main-sec .full-container {
  margin-top: 0; }

/*faq */
.faq.static-pages .page-main-sec .container {
  margin-top: 6%; }
  @media only screen and (min-width: 801px) {
    .faq.static-pages .page-main-sec .container {
      margin-top: 3.8%; } }

.faq.static-pages .page-main-sec .page-img-part .right-img {
  left: 0; }

@media only screen and (min-width: 1221px) and (max-width: 1440px) {
  .faq.static-pages .page-main-sec .page-img-part .cta-block {
    max-width: 485px; } }

@media only screen and (min-width: 1081px) and (max-width: 1220px) {
  .faq.static-pages .page-main-sec .page-img-part .cta-block {
    max-width: 450px; } }

@media only screen and (min-width: 901px) and (max-width: 1080px) {
  .faq.static-pages .page-main-sec .page-img-part .cta-block {
    max-width: 320px;
    font-size: 1rem; }
    .faq.static-pages .page-main-sec .page-img-part .cta-block h1 {
      font-size: 3rem;
      margin: 0; } }

@media only screen and (min-width: 801px) and (max-width: 900px) {
  .faq.static-pages .page-main-sec .page-img-part .cta-block {
    max-width: 300px;
    font-size: 1rem; }
    .faq.static-pages .page-main-sec .page-img-part .cta-block h1 {
      font-size: 3rem;
      margin: 0; } }

.page-main-sec .container h2 {
  color: #363636;
  font-family: "Clarendon BT W05 Roman";
  font-size: 1.69rem;
  letter-spacing: -0.57px;
  line-height: 30px;
  margin: 0;
  text-transform: uppercase; }
  @media only screen and (min-width: 801px) {
    .page-main-sec .container h2 {
      font-size: 32px;
      line-height: 40px; } }

.page-main-sec .container .container-faq {
  max-width: 1029px;
  margin: 18px auto 32px; }
  @media only screen and (min-width: 801px) {
    .page-main-sec .container .container-faq {
      margin: 40px auto 60px; } }
  .page-main-sec .container .container-faq .row {
    display: flex; }
    .page-main-sec .container .container-faq .row .col {
      flex: 1;
      /* Accordion styles */ }
      .page-main-sec .container .container-faq .row .col .tabs {
        border-bottom: 1px solid #3f2021; }
        @media only screen and (min-width: 801px) {
          .page-main-sec .container .container-faq .row .col .tabs {
            border-bottom: 2px solid #999; } }
        .page-main-sec .container .container-faq .row .col .tabs .tab {
          width: 100%;
          color: white;
          overflow: hidden; }
          .page-main-sec .container .container-faq .row .col .tabs .tab .tab-label {
            display: flex;
            border-top: 1px solid #3f2021;
            justify-content: space-between;
            padding: 17px 26px 15px 0;
            cursor: pointer;
            color: #3f2021;
            font-family: "DIN W05 Cond Black";
            font-size: 1rem;
            font-weight: bold;
            letter-spacing: 0.8px;
            line-height: 17px;
            text-transform: uppercase;
            display: block;
            width: 100%;
            text-align: left; }
            @media only screen and (min-width: 801px) {
              .page-main-sec .container .container-faq .row .col .tabs .tab .tab-label {
                border-top: 2px solid #999;
                color: #363636;
                font-family: "DIN W05 Regular";
                font-size: 20px;
                letter-spacing: 0.37px;
                line-height: 36px;
                text-transform: capitalize; } }
          .page-main-sec .container .container-faq .row .col .tabs .tab .tab-close {
            display: flex;
            justify-content: flex-end;
            padding: 1em;
            font-size: 0.75em;
            cursor: pointer; }
        .page-main-sec .container .container-faq .row .col .tabs .tab-content-1 {
          max-height: 0;
          transition: all 0.5s;
          color: #363636;
          font-family: "DIN W05 Regular";
          font-size: 1rem;
          letter-spacing: 0.25px;
          line-height: 20px;
          padding: 0 !important;
          overflow: hidden;
          visibility: hidden; }
          @media only screen and (min-width: 801px) {
            .page-main-sec .container .container-faq .row .col .tabs .tab-content-1 {
              font-size: 1.12rem;
              letter-spacing: 0.29px;
              line-height: 24px;
              padding: 0 !important; } }
          .page-main-sec .container .container-faq .row .col .tabs .tab-content-1.is-open {
            max-height: 1000px;
            visibility: visible;
            overflow: visible;
            padding: 0 0 16px 0 !important; }
            @media only screen and (min-width: 801px) {
              .page-main-sec .container .container-faq .row .col .tabs .tab-content-1.is-open {
                padding: 0 0 20px 0 !important; } }

@media only screen and (min-width: 801px) {
  .static-pages .page-main-sec .page-img-part {
    min-height: 250px; } }

.static-pages .page-main-sec .page-img-part .right-img {
  position: absolute;
  bottom: 0;
  width: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block; }

.static-pages .page-main-sec .page-img-part .cta-block {
  margin-bottom: 10rem;
  position: relative; }
  @media only screen and (min-width: 801px) {
    .static-pages .page-main-sec .page-img-part .cta-block {
      margin-bottom: 0;
      float: none; } }

@media only screen and (min-width: 801px) {
  .static-pages .page-main-sec .page-img-part {
    padding: 3rem 0 0 0; }
    .static-pages .page-main-sec .page-img-part .right-img {
      position: absolute;
      right: 0;
      bottom: 0;
      width: auto;
      text-align: unset;
      height: auto;
      left: unset;
      margin: unset;
      display: inline-block;
      height: 100%; }
    .static-pages .page-main-sec .page-img-part .left-img {
      position: absolute;
      left: 0;
      bottom: 0; } }

.static-pages .page-main-sec .container {
  margin-top: 0; }
  .static-pages .page-main-sec .container.margin-static-page {
    margin-top: 1.2rem; }
    @media (min-width: 801px) {
      .static-pages .page-main-sec .container.margin-static-page {
        margin-top: 4.1%; } }

.static-pages .promotions-first-svg {
  position: absolute;
  transform: rotateX(0deg);
  width: 295px;
  height: 294px;
  right: 0;
  top: 10%; }

.static-pages .promotions-second-svg {
  width: auto;
  height: auto;
  position: absolute;
  left: 56px;
  top: 32%;
  width: 100px; }

.static-pages .promotion-inner-content .h1 {
  color: #363636;
  font-family: "Clarendon BT W05 Roman";
  font-size: 20px;
  letter-spacing: -0.36px;
  line-height: 40px;
  margin-top: 0; }

.static-pages .promotion-inner-content .inner-content {
  color: #363636;
  font-family: "DIN W05 Regular";
  font-size: 1.145rem;
  letter-spacing: 0.6px;
  line-height: 24px; }

.static-pages .promotion-inner-content ul {
  margin: 2rem 0 0 1.2rem; }
  .static-pages .promotion-inner-content ul li {
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 1.145rem;
    letter-spacing: 0.6px;
    line-height: 24px; }

.static-pages .pro-tabs .promotions-second-svg {
  display: none; }
  @media only screen and (min-width: 801px) {
    .static-pages .pro-tabs .promotions-second-svg {
      display: inline-block; } }

.static-pages .pro-tabs .tab-desktop.promotion-desk {
  display: block;
  padding: 0; }
  @media only screen and (min-width: 801px) {
    .static-pages .pro-tabs .tab-desktop.promotion-desk {
      padding: 100px 20%; } }
  .static-pages .pro-tabs .tab-desktop.promotion-desk .promotions-first-svg {
    display: none; }
    @media only screen and (min-width: 801px) {
      .static-pages .pro-tabs .tab-desktop.promotion-desk .promotions-first-svg {
        display: inline-block; } }
  .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-upper-content {
    padding: 4% 3%; }
    @media only screen and (min-width: 801px) {
      .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-upper-content {
        padding: 0; } }
  .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-below-content h1 {
    padding: 4% 3%; }
    @media only screen and (min-width: 801px) {
      .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-below-content h1 {
        padding: 0; } }
  .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-below-content .details {
    padding: 0% 3%; }
    @media only screen and (min-width: 801px) {
      .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-below-content .details {
        padding: 0; } }

.static-pages .cart-static-content .cart-learn-more-sec.promotions-shop-all {
  background-color: #ee907b; }

.static-pages .cart-static-content .cart-contactus-sec.promotions-learn-more-sec {
  background-color: #89abe3; }

.form-label {
  font-family: "DIN W05 Regular"; }

.margin-top-20 {
  margin-top: 20px; }

.static-pages.sign-in .page-img-part.lemon-verbena-cat {
  background: transparent; }
  @media only screen and (min-width: 801px) {
    .static-pages.sign-in .page-img-part.lemon-verbena-cat {
      background: #cedc00; } }
  .static-pages.sign-in .page-img-part.lemon-verbena-cat img {
    display: none; }
    @media only screen and (min-width: 801px) {
      .static-pages.sign-in .page-img-part.lemon-verbena-cat img {
        display: inline-block; } }

.static-pages.sign-in .page-img-part .cta-block {
  margin-bottom: 0; }

.static-pages.sign-in .page-img-part.page-img-part {
  margin-bottom: 0; }

@media only screen and (max-width: 800px) {
  .static-pages #home_hero2 {
    top: 0;
    padding: 35px;
    min-height: 469px; }
    .static-pages #home_hero2 h2 {
      left: 0;
      top: 0;
      text-align: left;
      right: 35px;
      margin: 0;
      font-size: 2.28rem;
      line-height: 36px;
      letter-spacing: -0.57px; }
    .static-pages #home_hero2 h5 {
      left: 0;
      top: 0;
      font-size: 1rem;
      line-height: 20px;
      letter-spacing: 0.44px; }
    .static-pages #home_hero2 .button {
      left: 0;
      top: 0; }
    .static-pages #home_hero2 .main-banner-svg {
      position: relative;
      top: 0;
      width: 100%;
      right: 0;
      left: 0; }
  .static-pages #sfe_holder {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px; }
    .static-pages #sfe_holder .sfe-img {
      width: 100%;
      margin-left: 0; }
    .static-pages #sfe_holder .sfe-content {
      float: left;
      width: 100%;
      padding: 0;
      margin-right: 0; }
      .static-pages #sfe_holder .sfe-content .h3 {
        font-size: 2.28rem;
        line-height: 36px;
        letter-spacing: -0.57px; }
      .static-pages #sfe_holder .sfe-content .h5 {
        font-size: 1rem;
        line-height: 20px;
        letter-spacing: 0.44px;
        margin: 20px 0 0 0; }
  .static-pages .container .cart-static-content {
    margin-top: 20px; }
    .static-pages .container .cart-static-content .cart-learn-more-sec .cart-content-sec h1,
    .static-pages .container .cart-static-content .cart-contactus-sec .cart-content-sec h1 {
      font-size: 1.69rem;
      line-height: 30px;
      letter-spacing: -0.43px; }
    .static-pages .container .cart-static-content .cart-learn-more-sec .cart-content-sec p,
    .static-pages .container .cart-static-content .cart-contactus-sec .cart-content-sec p {
      font-size: 1rem;
      line-height: 20px;
      letter-spacing: 0.44px; }
  .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-upper-content {
    padding: 20px; }
  .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-below-content h1,
  .static-pages .pro-tabs .tab-desktop.promotion-desk .promotion-inner-content .promotion-below-content .details {
    padding: 0 20px; }
  .static-pages .page-main-sec .page-img-part .cta-block {
    padding: 20px; } }

.custom-content-static-page .intro-section {
  margin-bottom: 40px; }

.custom-content-static-page .rowRe {
  width: 100%;
  display: inline-block; }

.custom-content-static-page .div45 {
  width: 100%;
  display: inline-block;
  float: left; }
  @media (min-width: 801px) {
    .custom-content-static-page .div45 {
      width: 35%; } }

.custom-content-static-page .div55 {
  width: 100%;
  display: inline-block;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .custom-content-static-page .div55 {
      width: 65%; }
      .custom-content-static-page .div55.right {
        float: right; } }
  .custom-content-static-page .div55 #video-play-icon {
    position: absolute;
    width: 15%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .custom-content-static-page .div55 .videoplaceholder {
    cursor: pointer; }

.custom-content-static-page .padding-top-2nd-div {
  padding: 0; }
  @media (min-width: 801px) {
    .custom-content-static-page .padding-top-2nd-div {
      padding: 0 4% 0 0; } }
  .custom-content-static-page .padding-top-2nd-div .imgTag {
    margin: 24px 0; }
    .custom-content-static-page .padding-top-2nd-div .imgTag .tile-1,
    .custom-content-static-page .padding-top-2nd-div .imgTag .tile-2,
    .custom-content-static-page .padding-top-2nd-div .imgTag .tile-3,
    .custom-content-static-page .padding-top-2nd-div .imgTag .tile-4 {
      display: inline-block;
      width: 20%;
      margin: 0 18px 0 0;
      text-align: center; }
      .custom-content-static-page .padding-top-2nd-div .imgTag .tile-1 .title-name,
      .custom-content-static-page .padding-top-2nd-div .imgTag .tile-2 .title-name,
      .custom-content-static-page .padding-top-2nd-div .imgTag .tile-3 .title-name,
      .custom-content-static-page .padding-top-2nd-div .imgTag .tile-4 .title-name {
        display: block;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 0.44px;
        line-height: 24px;
        text-align: center;
        color: #3f2021;
        margin: 0.5rem 0 0 0;
        font-family: "DIN W05 Regular"; }
        .custom-content-static-page .padding-top-2nd-div .imgTag .tile-1 .title-name span,
        .custom-content-static-page .padding-top-2nd-div .imgTag .tile-2 .title-name span,
        .custom-content-static-page .padding-top-2nd-div .imgTag .tile-3 .title-name span,
        .custom-content-static-page .padding-top-2nd-div .imgTag .tile-4 .title-name span {
          padding-left: 8px; }
    .custom-content-static-page .padding-top-2nd-div .imgTag .tile-4 {
      margin: 0; }
    @media (min-width: 801px) {
      .custom-content-static-page .padding-top-2nd-div .imgTag {
        margin: 32px 0 40px 0; } }
    .custom-content-static-page .padding-top-2nd-div .imgTag img {
      width: 66px;
      height: 58px; }
      @media (min-width: 801px) {
        .custom-content-static-page .padding-top-2nd-div .imgTag img {
          width: auto;
          height: auto; } }
  .custom-content-static-page .padding-top-2nd-div .button.commonBTN {
    margin: 0; }

.custom-content-static-page .h4.heading {
  text-transform: capitalize;
  margin-bottom: 20px; }

.custom-content-static-page .rowRe .heading {
  color: #3f2021;
  font-family: "Clarendon BT W05 Roman";
  font-size: 2.3rem;
  letter-spacing: -0.57px;
  line-height: 36px;
  margin: 20px 0 24px 0;
  text-transform: none; }
  @media (min-width: 801px) {
    .custom-content-static-page .rowRe .heading {
      margin: 0 0 7% 0;
      line-height: 40px; } }

.custom-content-static-page .subcontent {
  color: #3f2021;
  font-family: "DIN W05 Regular";
  font-size: 1rem;
  letter-spacing: 0.44px;
  line-height: 20px;
  margin: 0;
  font-weight: bold; }
  @media (min-width: 801px) {
    .custom-content-static-page .subcontent {
      font-size: 1.145rem;
      line-height: 24px;
      margin: 0; } }

.custom-content-static-page #pdpVideo {
  display: none; }

/* Bundle Builder */
#bundle_container {
  width: 100%;
  height: 100%;
  display: block; }
  @media (max-width: 800px) {
    #bundle_container {
      padding-bottom: 560px; } }

.bundleAddToCart {
  background: #999;
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px !important;
  width: 225px;
  height: 40px;
  margin-top: 20px;
  margin-left: 15px;
  float: none;
  position: absolute;
  bottom: 10px;
  left: 15px; }
  .bundleAddToCart:hover {
    background: #3f2021;
    color: #fff; }

#bundle_builder {
  display: inline-block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  float: right; }
  #bundle_builder button svg {
    width: 15px;
    fill: #3f2021;
    margin-top: 5px; }

.bundle-products {
  display: inline-block;
  float: right;
  max-width: 800px; }

#bundle_window {
  display: inline-block;
  position: relative;
  padding: 20px;
  width: 500px;
  height: 500px;
  margin-left: 50px;
  margin-top: 50px;
  background: #fff;
  border: 1px solid #d0d0d0; }
  #bundle_window h1 {
    height: 40px;
    width: 396px;
    color: #363636;
    font-family: "Clarendon BT W05 Roman";
    font-size: 32px;
    line-height: 40px; }
  #bundle_window h3 {
    height: 24px;
    width: 185px;
    color: #363636;
    font-family: "DIN W05 Cond Black";
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin-left: 15px; }
  #bundle_window .bb-prod {
    display: inline-block;
    box-sizing: border-box;
    height: 121px;
    width: 121px;
    border: 1px dashed #363636;
    float: left;
    padding: 5px;
    margin: 15px;
    background: url("https://cdn11.bigcommerce.com/s-iirfiblwk0/content/la-assets/bundle-builder/bundle-placeholder.svg") center center no-repeat; }
  #bundle_window .bb-title {
    display: inline-block;
    box-sizing: border-box;
    width: 121px;
    float: left;
    margin: 15px;
    margin-top: 5px; }
  #bundle_window .bb-price {
    color: #363636;
    font-family: "DIN W05 Regular";
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 29px; }
    #bundle_window .bb-price span {
      color: #a6192e;
      font-size: 1.12rem;
      letter-spacing: 0.6px;
      text-decoration: line-through;
      margin-left: 20px; }

.line-breaker {
  display: block;
  width: 100%;
  height: 25px; }

.bp-holder {
  display: block;
  width: 185px;
  height: 235px;
  float: left;
  text-align: center;
  background: #fff;
  border: 1px solid #d0d0d0;
  padding: 10px;
  margin: 30px;
  transition: all ease-in 0.2s; }
  .bp-holder:hover {
    border: 2px solid #3f2021;
    border-bottom: 5px solid #3f2021; }
  .bp-holder .form-increment {
    border: 2px solid #3f2021;
    border-radius: 5px;
    width: 126px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -10px; }
    .bp-holder .form-increment .form-input {
      color: #3f2021;
      font-family: DINPro; }
    .bp-holder .form-increment .minus {
      border: none;
      border-radius: 5px 0px 0px 5px;
      border-right: 2px solid #3f2021;
      background: #d3d3d3;
      height: 40px;
      width: 40px; }
    .bp-holder .form-increment .plus {
      border: none;
      border-radius: 0px 5px 5px 0px;
      border-left: 2px solid #3f2021;
      background: #fff;
      height: 40px;
      width: 40px; }
  .bp-holder img {
    height: 100px;
    margin-left: auto;
    margin-right: auto; }
  .bp-holder h5 {
    color: #3f2021;
    font-family: "DIN W05 Cond Black";
    font-size: 1.12rem;
    font-weight: normal;
    letter-spacing: 0.8px;
    line-height: 16px;
    display: inline-block;
    height: 25px;
    padding: 10px;
    text-align: center;
    position: relative;
    top: -20px; }

@media only screen and (max-width: 1350px) {
  #bundle_window {
    width: 100%;
    margin-left: 0px; }
  .scent-names,
  .scent-holders {
    float: none;
    display: block;
    width: 100%; }
  .scent-names {
    position: relative;
    top: 140px;
    left: -445px; }
    .scent-names .bb-title {
      padding: 0px !important;
      margin: 0px !important;
      margin-top: 15px !important; }
    .scent-names .bbpt-1 {
      position: relative;
      left: 7px; }
    .scent-names .bbpt-2 {
      position: relative;
      left: 39px; }
    .scent-names .bbpt-3 {
      position: relative;
      left: 69px; } }

@media only screen and (max-width: 599px) {
  .scent-names {
    position: relative;
    top: 0px;
    left: 0px; }
  #bundle_window .bb-price,
  #bundle_window h3 {
    display: none; }
  #bundle_window h1 {
    line-height: 0px; }
  #bundle_window {
    width: 100%;
    margin-left: 0px;
    z-index: 9;
    position: fixed;
    top: -50px;
    height: 380px; }
  .bundle-products {
    margin-top: 380px; }
  #bundle_window h1 {
    height: 16px;
    width: 396px;
    color: #363636;
    font-family: "Clarendon BT W05 Roman";
    font-size: 25px;
    line-height: 16px;
    padding-top: 13px; } }

/* Bundle Builder */
.page-content,
.page-content--full {
  padding: 0; }
  @media (min-width: 801px) {
    .page-content,
    .page-content--full {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }

.container.create-account-page {
  padding: 45px; }
  @media (min-width: 801px) {
    .container.create-account-page {
      margin-top: 80px; } }

.header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.single-links {
  padding: 0 0 8px 0; }
  .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.single-links .navPages-action-mobile {
    font-size: 1rem; }
    .header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile.single-links .navPages-action-mobile + ul li.list-item {
      display: flex;
      display: -webkit-flex;
      display: -ms-flex;
      margin-top: 5px; }

/* footer */
@media only screen and (min-width: 801px) {
  .footer {
    margin-top: 100px; } }

@media only screen and (min-width: 360px) {
  .footer .container {
    padding: 0 35px; } }

@media only screen and (min-width: 801px) {
  .footer .container {
    padding: 0; } }

@media only screen and (min-width: 801px) {
  .footer .footer-info .left-half {
    width: 65%;
    float: left; } }

.footer .footer-info .left-half .footer-info-col {
  padding: 0;
  margin-bottom: 1rem;
  text-align: left; }
  @media only screen and (min-width: 801px) {
    .footer .footer-info .left-half .footer-info-col {
      width: 57%; } }
  .footer .footer-info .left-half .footer-info-col .footer-info-heading {
    font-size: 32px;
    font-family: "Clarendon BT W05 Roman";
    letter-spacing: -0.57px;
    line-height: 40px;
    color: #3f2021; }
    @media only screen and (min-width: 801px) {
      .footer .footer-info .left-half .footer-info-col .footer-info-heading {
        font-size: 48px;
        letter-spacing: -0.43px;
        line-height: 60px; } }
  .footer .footer-info .left-half .footer-info-col p {
    font-weight: 500;
    letter-spacing: 0.44px;
    line-height: 20px; }
    @media only screen and (min-width: 801px) {
      .footer .footer-info .left-half .footer-info-col p {
        line-height: 24px; } }
  .footer .footer-info .left-half .footer-info-col .form {
    margin: 0; }
    .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix {
      position: relative; }
      .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-input {
        padding: 29px 0 29px 10px; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #3f2021; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #3f2021; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #3f2021; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #3f2021; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #3f2021; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-input::placeholder {
          /* Most modern browsers support this now. */
          color: #3f2021; }
      .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-prefixPostfix-button--postfix {
        position: absolute;
        width: auto;
        right: 10px;
        top: 0;
        margin: 9px 0 0 0;
        background: #3f2021;
        color: #fff;
        font-size: 17px;
        font-family: "DIN W05 Cond Black";
        padding: 10px 25px;
        height: auto;
        border: 2px solid #3f2021; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-prefixPostfix-button--postfix:hover {
          background: #fff;
          color: #3f2021;
          border: 2px solid #3f2021; }
        .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-prefixPostfix-button--postfix:active, .footer .footer-info .left-half .footer-info-col .form .form-prefixPostfix .form-prefixPostfix-button--postfix:focus {
          background: #3f2021;
          color: #fff;
          border: 2px solid #3f2021; }

@media only screen and (min-width: 801px) {
  .footer .footer-info .right-half {
    width: 35%;
    float: right; } }

.footer .footer-info .right-half article {
  font-size: 14px; }
  .footer .footer-info .right-half article ul {
    margin: 0; }
    .footer .footer-info .right-half article ul li {
      list-style: none; }
      @media only screen and (min-width: 801px) {
        .footer .footer-info .right-half article ul li {
          width: 50%;
          float: left; } }
      .footer .footer-info .right-half article ul li a {
        font-family: "DIN W05 Bold";
        text-decoration: none;
        font-size: inherit;
        letter-spacing: 0.53px;
        line-height: 40px;
        color: #3f2021; }
        @media only screen and (min-width: 801px) {
          .footer .footer-info .right-half article ul li a {
            font-size: 16px;
            letter-spacing: 0.6px;
            line-height: 54px; } }

.footer-term-links {
  margin-top: 10px;
  margin-right: 10em; }

.footer-bottom {
  padding-bottom: 10px; }
  @media only screen and (max-width: 800px) {
    .footer-bottom {
      top: 0px;
      float: left;
      text-indent: unset;
      text-align: center;
      padding: 12px 15px 60px; }
      .footer-bottom .footer-term-links {
        margin-top: 0px;
        margin-right: 0px; } }
  .footer-bottom .container {
    padding: 0; }

.privacy-opt-in {
  color: #3f2021 !important;
  min-height: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  margin-bottom: 15px;
  align-items: center; }
  @media only screen and (max-width: 800px) {
    .privacy-opt-in {
      display: inline-block; } }
  .privacy-opt-in a {
    color: #3f2021 !important; }

.opt-in-error {
  display: none;
  float: none;
  color: red;
  margin-bottom: 10px; }

#privacy-checkbox {
  display: none;
  margin-top: 0;
  margin-bottom: 10px;
  position: relative; }

[type="checkbox"]:not(:checked) + label::before,
[type="checkbox"]:checked + label::before {
  border: 2px solid #3f2021;
  border-radius: 0;
  top: 36%;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  display: block;
  position: absolute;
  transition: all 50ms ease-out;
  left: 0; }

[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(1); }

[type="checkbox"]:checked + label::after {
  background: #3f2021;
  color: #d3d3d3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(255, 255, 255, 0.9)' /%3E%3C/svg%3E");
  top: 36%;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center;
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  display: block;
  position: absolute;
  transition: all 50ms ease-out;
  left: 0; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  cursor: pointer;
  padding-left: 25px;
  position: relative;
  top: -12px; }
  @media only screen and (max-width: 800px) {
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
      top: -10px; } }
  @media only screen and (max-width: 360px) {
    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
      top: -10px; } }

.radio label,
#privacy-checkbox label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  min-height: 20px;
  padding-left: 20px;
  font-size: 1.125rem;
  line-height: 32px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px; }

/* footer */
/*Cart page featured products*/
.featured-products-section {
  margin: 20px 0; }
  .featured-products-section .page-heading {
    font-size: 2.1rem;
    line-height: 60px;
    letter-spacing: -0.57px;
    font-family: "Clarendon BT W05 Roman";
    margin: 3rem 0 13px;
    color: #363636; }

.cms-page .full-container {
  margin-top: 0; }

/* filter by modal */
.modal-content .modal-body .facet-quick-heading {
  color: #3f2021;
  font-family: "Clarendon BT W05 Roman";
  font-size: 30px;
  letter-spacing: -0.36px;
  line-height: 32px;
  text-align: center; }

.modal-content .modal-body .navList .navList-item {
  text-align: left;
  color: #363636;
  font-family: "DIN W05 Regular";
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.53px;
  position: relative;
  padding: 5px 0; }

.modal-content .modal-body .facetedSearch-optionColumns {
  column-count: 1; }
  @media only screen and (min-width: 801px) {
    .modal-content .modal-body .facetedSearch-optionColumns {
      column-count: 3; } }
  @media only screen and (max-width: 800px) {
    .modal-content .modal-body .facetedSearch-optionColumns {
      padding-bottom: 70px; } }

.navListCat {
  display: none; }
  .navListCat.show-drop {
    display: block; }

.navList-action--checkbox::before {
  border: 1px solid #363636;
  border-radius: 0;
  top: 36%;
  width: 1.5rem;
  height: 1.5rem; }

.navList-action--checkbox::after {
  background: #3f2021;
  color: #d3d3d3;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(255, 255, 255, 0.9)' /%3E%3C/svg%3E");
  top: 36%;
  width: 1.5rem;
  height: 1.5rem;
  background-position: center; }

.facetedSearch-clearLink {
  margin-right: 25px; }

.facetedSearch-navList {
  display: block; }
  .facetedSearch-navList .accordion {
    border: none; }

.facetedSearch-toggle {
  display: none; }

.accordion--navList .accordion-content {
  width: 100%;
  float: left; }

.accordion--navList .accordion-block {
  width: 100%;
  float: left; }

.body {
  margin-bottom: 0; }

@media only screen and (max-width: 800px) {
  .category-suggestion {
    width: 100%; } }

/*Featured Slider*/
.featuredGrid {
  position: relative;
  width: 100%;
  float: left; }
  .featuredGrid ul li img {
    height: 396px;
    width: 290px;
    margin-bottom: 0; }
  .featuredGrid ul li .card {
    width: 100%;
    float: left; }
    .featuredGrid ul li .card .card-body {
      padding-top: 0; }

/*Featured Slider*/
.price-section {
  display: inline; }
  .price-section .price--rrp {
    width: 100px;
    margin: 0 auto;
    text-align: center; }
  .price-section .price--withoutTax {
    width: 100px;
    margin: 0 auto;
    text-align: center; }

.price--rrp,
.price--non-sale,
.price--discounted {
  color: #a6192e; }

.productView-price .price-section {
  display: inline-block; }

.productLaout .breadcrumbs {
  margin-top: 74px; }

.boldSize {
  font-weight: bold; }

.static-pages.rooter .promotions-first-svg {
  transform: rotateX(0deg);
  top: 50%; }

.static-pages.rooter .promotions-second-svg {
  left: 2%;
  top: -3%; }

.static-pages.rooter .promotion-inner-content .inner-content,
.static-pages.rooter .promotion-inner-content h1 {
  color: #3f2021; }

.mobile-menu-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 55px;
  width: 100%;
  background: #fff;
  border-top: 1px solid #3f2021;
  z-index: 999999999;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  display: table;
  padding: 0;
  margin: 0;
  -ms-touch-action: none;
  touch-action: none; }
  @media only screen and (min-width: 801px) {
    .mobile-menu-bottom {
      display: none; } }
  .mobile-menu-bottom li {
    display: table-cell;
    list-style: none;
    height: 55px;
    width: 33%;
    float: left;
    left: 0%;
    text-align: center;
    position: relative;
    margin-left: 0px;
    margin-right: 0px; }
    .mobile-menu-bottom li a {
      line-height: 55px;
      height: 55px; }
    .mobile-menu-bottom li svg {
      width: 32px;
      height: 32px;
      margin: 11px auto; }
    .mobile-menu-bottom li .countPill {
      display: none;
      line-height: 55px;
      margin-left: 0;
      background-color: #3f2021; }
  .mobile-menu-bottom .searchMob .in-activeRe {
    display: block; }
  .mobile-menu-bottom .searchMob .activeRe {
    display: none; }
  .mobile-menu-bottom .searchMob.active .in-activeRe {
    display: none; }
  .mobile-menu-bottom .searchMob.active .activeRe {
    display: block; }

.mobile-menu-bottom.scrollClass {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.full-container.mother-nine #home_hero2 {
  top: 0;
  margin: 0; }

/*Contact Us Page*/
.contact-tout {
  display: block;
  max-width: 1130px;
  margin-bottom: 100px;
  background: #efefef;
  font-family: "DIN W05 Bold";
  font-weight: bold;
  font-size: 16px; }
  .contact-tout img {
    max-width: 40px;
    margin-top: 30px; }

/*Contact Us Page*/
/*Account Page*/
@media only screen and (max-width: 800px) {
  .account {
    padding: 12px;
    box-sizing: border-box; } }

.navBar--account {
  min-height: 86px;
  background: #efefef;
  line-height: 30px; }
  @media only screen and (min-width: 801px) {
    .navBar--account {
      display: flex;
      align-items: center; }
      .navBar--account ul {
        padding-left: 3.5%;
        width: 100%;
        box-sizing: border-box;
        margin-top: 12px; }
        .navBar--account ul .navBar-item {
          display: inline-block;
          width: auto;
          margin: 0 3%;
          float: left; } }
  .navBar--account + .breadcrumbs {
    display: none; }
  .navBar--account li,
  .navBar--account a {
    font-family: "DIN W05 Cond Black";
    font-weight: 400;
    letter-spacing: 0.53px;
    font-size: 17px !important;
    color: #3f2021 !important;
    text-transform: uppercase; }
    @media only screen and (max-width: 800px) {
      .navBar--account li,
      .navBar--account a {
        margin-bottom: 0;
        font-size: 19px !important; } }
  .navBar--account a:hover,
  .navBar--account li:ac {
    border-bottom: 4px solid #3f2021; }

.navBar--account .navBar--sub .navBar-item.is-active {
  border-bottom: none !important; }

.navBar--account .navBar-action:hover {
  color: #3f2021;
  border-bottom: 4px solid #3f2021; }

.navBar--account .navBar-item.is-active {
  border-bottom: 4px solid #3f2021; }

main.account {
  padding: 20px; }

/*Account Page*/
.panel--large .panel-body {
  display: none; }

.promotions-page .pro-tabs {
  margin-bottom: 30px; }
  @media only screen and (max-width: 800px) {
    .promotions-page .pro-tabs {
      margin-bottom: 25px; } }

.promotion-header-section {
  width: 100%;
  min-height: 50px;
  background: #fed925;
  position: relative;
  display: none; }
  .promotion-header-section .promo-content {
    color: #363636;
    font-family: "DIN W05 Bold";
    line-height: 24px;
    letter-spacing: 0.5px;
    font-size: 16px;
    text-align: center;
    margin: 0;
    padding: 13px 20px; }
    @media only screen and (min-width: 801px) {
      .promotion-header-section .promo-content {
        padding: 13px 40px; } }
  .promotion-header-section .closePromo {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 3%;
    top: 15px;
    cursor: pointer; }
    .promotion-header-section .closePromo svg {
      width: 20px;
      height: 20px;
      fill: #363636; }

.mobtopadjust {
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  height: 50px; }
  .mobtopadjust .promo-content {
    text-align: left;
    font-size: 13px;
    line-height: 12px;
    padding: 6px 24px; }
    @media only screen and (min-width: 390px) and (max-width: 800px) {
      .mobtopadjust .promo-content {
        padding: 5px 24px; } }
  .mobtopadjust .closePromo {
    top: 14px;
    right: 1%; }

.header.mobtopheaderadjust {
  top: 50px; }

.body.promo-open {
  top: 50px;
  position: relative; }

.rooted-in-goodness .page-main-sec .container h2 {
  text-transform: capitalize; }

.static-pages.rooted-in-goodness .page-main-sec .page-img-part .right-img {
  margin-bottom: -2px; }

.rooted-in-goodness .container .cart-static-content .cart-learn-more-sec .cart-img-sec svg {
  max-height: 245px; }

.featuredGrid ul li img.card-over-img,
.featuredGrid ul li .card-text,
.featuredGrid ul li .card-figcaption-button {
  display: none; }

.featuredGrid ul li .card:hover img.card-over-img,
.featuredGrid ul li .card:hover .card-text,
.featuredGrid ul li .card:hover .card-figcaption-button {
  display: block; }

.header .header-container .navPages-container .navPages .navPages-list .navPages-item.hambur .hambur-submenus ul.colOfham {
  width: 33.33%;
  display: inline-block;
  float: left; }

.featured-prdcts {
  width: 100%;
  float: left; }
  .featured-prdcts h2 {
    width: 100%;
    float: left; }

@media only screen and (max-width: 800px) {
  .mobile-search-holder {
    position: relative;
    top: -30px; } }

.mobile-search-holder input {
  position: relative; }

.mobile-search-holder .button {
  width: 30px; }

/*Touts*/
.tout-left {
  width: 41.58%;
  display: inline-block;
  min-height: 300px;
  margin-left: 15px;
  margin-right: 15px; }
  @media only screen and (max-width: 800px) {
    .tout-left {
      width: 90%;
      margin: 0px auto; } }

.tout-right {
  width: 41.58%;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px; }
  @media only screen and (max-width: 800px) {
    .tout-right {
      width: 90%;
      margin: 20px auto; } }

/*Touts*/
.spaceingtodiv {
  padding: 10px 50px 10px 10px; }
  @media only screen and (max-width: 800px) {
    .spaceingtodiv {
      padding: 10px; } }
  .spaceingtodiv h2 {
    font-size: 28px;
    font-family: "Clarendon BT W05 Roman"; }

.about-us #home_hero2 {
  margin-top: 20px; }

.about-us .category-header {
  background-color: #cccce1; }

.page-main-sec .container .featuredGrid h2 {
  text-transform: capitalize; }

/*Featured Slider ST Fix*/
.card-over-img {
  display: none !important; }

.card:hover .card-over-img {
  display: block !important; }

.card:hover .card-body .button {
  background: #fff;
  color: #3f2021;
  border: 2px solid #3f2021; }

@media only screen and (min-width: 801px) {
  .feat-container {
    padding: 30px; } }

/*Featured Slider ST Fix*/
/*Mini-Cart Slide In*/
.slide-in {
  z-index: 10;
  /* to position it in front of the other content */
  position: absolute;
  overflow: hidden;
  /* to prevent scrollbar appearing */ }

.slide-in.from-left {
  left: 0; }

.slide-in.from-right {
  right: 0;
  transition: all 0.5s ease;
  /* our nice transition */ }

.slide-in-content {
  transition: all 0.5s ease;
  /* our nice transition */ }

.slide-in.from-left .slide-in-content {
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%); }

.slide-in.from-right .slide-in-content {
  transform: translateX(100%);
  -webkit-transform: translateX(100%); }

.slide-in.show .slide-in-content {
  transform: translateX(0);
  -webkit-transform: translateX(0); }

/*Mini-Cart Slide In*/
.header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action span.nameClass span.activePage .animationClass {
  width: 100%; }

.header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item:hover .navPage-subMenu-action span.nameClass span .animationClass,
.header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item:focus .navPage-subMenu-action span.nameClass span .animationClass,
.header.is-open .mobile-menu-content ul.mobile-contents .navPages-item-mobile .navPage-subMenu-mobile .navPage-subMenu-list .navPage-subMenu-item:active .navPage-subMenu-action span.nameClass span .animationClass {
  width: 100%; }

.accordion-navigation {
  border: none; }

.only-mobile-re {
  display: none; }

.only-for-mobile {
  display: none; }

.clearallSection {
  display: none; }

@media only screen and (max-width: 800px) {
  .only-mobile-re {
    display: inline-block; }
  .only-for-mobile {
    display: block; }
    .only-for-mobile .clearallSection {
      display: block;
      height: 50px;
      position: relative;
      top: 20px; }
      .only-for-mobile .clearallSection a {
        padding: 9.5px 40px;
        height: 44px;
        text-decoration: none;
        color: #3f2021;
        border: 2px solid #3f2021;
        border-radius: 5px;
        font-family: "DIN W05 Bold";
        font-size: 16px;
        text-transform: uppercase;
        float: left; }
        .only-for-mobile .clearallSection a:hover, .only-for-mobile .clearallSection a:active, .only-for-mobile .clearallSection a:focus {
          background: #3f2021;
          color: #fff; }
        .only-for-mobile .clearallSection a.updateFilter {
          padding: 11.5px 40px;
          background: #3f2021;
          color: #fff;
          position: relative;
          width: 48%;
          float: right; }
  .page-sidebar {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999;
    background: #fff;
    padding: 0 20px;
    height: 100%;
    animation-duration: 1s;
    animation-name: slideinRight;
    overflow: scroll; }
    .page-sidebar.active {
      display: block; }
  .filter-by-subcat {
    width: auto;
    display: inline-block; }
    .filter-by-subcat button {
      width: auto;
      display: inline-block;
      text-align: center;
      border: 2px solid;
      border-right: 0;
      padding: 0 22px;
      text-transform: uppercase;
      border-radius: 5px 0px 0px 5px;
      color: #3f2021;
      font-size: 1.12rem;
      line-height: 44px;
      font-family: "DIN W05 Bold";
      margin: 0;
      position: relative; }
      .filter-by-subcat button span {
        display: inline-block; }
  .page-sidebar.active .closeFilter {
    padding: 30px 0;
    text-align: center;
    display: block; } }
  @media only screen and (max-width: 800px) and (min-width: 801px) {
    .page-sidebar.active .closeFilter {
      display: none; } }

@media only screen and (max-width: 800px) {
    .page-sidebar.active .closeFilter .closeText {
      color: #3f2021;
      font-weight: bold;
      font-size: 1.43rem;
      letter-spacing: 1px;
      line-height: 32px;
      font-family: "Clarendon BT W05 Roman"; }
    .page-sidebar.active .closeFilter .closeMark {
      float: right;
      display: inline-block;
      cursor: pointer;
      margin-top: 5px;
      padding: 0; }
      .page-sidebar.active .closeFilter .closeMark img {
        width: 22.5px;
        height: 22.5px; }
  #facetedSearch-navList {
    margin-top: 0; }
    #facetedSearch-navList .accordion-block {
      border-bottom: 1px solid #d3d3d3; }
    #facetedSearch-navList .accordion--navList .accordion-navigation-actions {
      right: 0; }
    #facetedSearch-navList .accordion--navList .accordion-content {
      padding: 1rem 0; }
      #facetedSearch-navList .accordion--navList .accordion-content .navList-action--checkbox::before {
        top: 45%;
        width: 15px;
        height: 15px; }
      #facetedSearch-navList .accordion--navList .accordion-content .navList-action--checkbox::after {
        top: 45%;
        width: 15px;
        height: 15px;
        background-size: contain; }
  .sidebarBlock:last-child {
    border-bottom: 0; }
  .sidebarBlock h5.accordion-title {
    padding: 1rem 0; } }

.previewCartItem-content input.form-input--incrementTotal {
  color: #3f2021;
  border: 1px solid #363636;
  border-radius: 0; }

.products-cat .category-item {
  text-align: center;
  margin: 0 auto;
  display: table; }
  .products-cat .category-item.product-item a {
    text-align: center;
    width: 100%; }
    .products-cat .category-item.product-item a img {
      display: table !important;
      margin: 0 auto 10px; }
    .products-cat .category-item.product-item a .category-item-title {
      display: inline-block !important;
      width: 100%; }

body.page-p .footer {
  margin-top: 50px; }
  @media only screen and (min-width: 801px) {
    body.page-p .footer {
      margin-top: 70px; } }

.about-us #hero2 {
  width: 100%;
  display: block;
  position: relative;
  padding: 35px 20px; }
  @media only screen and (min-width: 801px) {
    .about-us #hero2 {
      display: flex;
      padding: 5% 0; } }
  .about-us #hero2 .content-section,
  .about-us #hero2 .image-section {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 801px) {
      .about-us #hero2 .content-section,
      .about-us #hero2 .image-section {
        display: flex;
        width: 50%; } }
  .about-us #hero2 .content-section-container {
    display: block;
    text-align: left;
    margin: auto; }
  .about-us #hero2 .ss-girl {
    display: block; }
    @media only screen and (min-width: 801px) {
      .about-us #hero2 .ss-girl {
        width: auto;
        height: auto; } }
  .about-us #hero2 h2 {
    font-family: "Clarendon BT W05 Roman";
    color: #3f2021;
    display: block;
    width: 100%;
    font-size: 32px;
    letter-spacing: -0.57px;
    line-height: 36px;
    margin-bottom: 20px;
    padding-left: 0;
    text-transform: unset; }
    @media only screen and (min-width: 801px) {
      .about-us #hero2 h2 {
        font-size: 44px;
        letter-spacing: unset;
        line-height: unset;
        padding-left: 1rem;
        margin-bottom: 0; } }
  .about-us #hero2 .h5 {
    font-family: "DIN W05 Regular";
    color: #3f2021;
    text-transform: inherit;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.44px;
    line-height: 20px;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
    @media only screen and (min-width: 801px) {
      .about-us #hero2 .h5 {
        font-size: 20px;
        font-weight: normal;
        letter-spacing: unset;
        line-height: unset;
        margin: 0;
        padding: 1rem; } }
  .about-us #hero2 .button {
    font-family: "DIN W05 Cond Black";
    background: #fff;
    border: none;
    width: 230px;
    color: #3f2021;
    font-size: 1.12rem;
    margin: 20px 0; }
    @media only screen and (min-width: 801px) {
      .about-us #hero2 .button {
        width: 260px;
        margin: 20px auto;
        margin-left: 1rem; } }
    .about-us #hero2 .button:hover {
      background: #3f2021;
      color: #fff; }
  .about-us #hero2 .main-banner-svg {
    width: 100%; }

@media only screen and (max-width: 800px) {
  .currancyfooter {
    margin-bottom: 20px; } }

.currancyfooter .navPages-action.has-subMenu.form-select {
  background: none;
  border: none;
  text-transform: inherit;
  height: 30px;
  padding: 0;
  color: #3f2021; }
  .currancyfooter .navPages-action.has-subMenu.form-select .navPages-action-moreIcon {
    transform: rotate(0deg);
    height: 0.7rem;
    width: 0.7rem; }
    .currancyfooter .navPages-action.has-subMenu.form-select .navPages-action-moreIcon svg {
      fill: #3f2021;
      stroke: #3f2021; }

.currancyfooter .navPage-subMenu {
  z-index: 999;
  padding: 10px !important; }
  .currancyfooter .navPage-subMenu ul.navPage-subMenu-list {
    margin: 0; }
    .currancyfooter .navPage-subMenu ul.navPage-subMenu-list .navPage-subMenu-action {
      text-transform: inherit;
      color: #333333;
      padding: 0;
      font-weight: 500;
      margin: 0;
      line-height: 33px;
      font-size: 14px;
      border-bottom: 1px solid #cccccc; }
      .currancyfooter .navPage-subMenu ul.navPage-subMenu-list .navPage-subMenu-action:last-child {
        border-bottom: 0; }

.footer .footer-info .right-half article ul li.footercurrencylink {
  width: 100%; }

.navBar.navBar--sub.navBar--account .account-menu-mobile {
  display: none; }

@media only screen and (max-width: 800px) {
  .navBar.navBar--sub.navBar--account {
    padding: 20px 20px 0 20px;
    background: #fff;
    position: relative;
    width: 100%;
    margin-bottom: 0; }
    .navBar.navBar--sub.navBar--account .account-menu-mobile {
      border: 1px solid #999;
      width: 100%;
      font-size: 14px;
      color: #363636;
      letter-spacing: 0.44px;
      line-height: 20px;
      font-family: "DIN W05 Regular";
      margin-top: 15px;
      text-align: left;
      height: 44px;
      display: block; }
    .navBar.navBar--sub.navBar--account .navBar-section {
      border: 1px solid #999;
      display: none;
      position: absolute;
      width: calc(100% - 40px);
      background: #fff;
      z-index: 9; }
      .navBar.navBar--sub.navBar--account .navBar-section li,
      .navBar.navBar--sub.navBar--account .navBar-section a {
        font-family: "DIN W05 Regular";
        font-weight: 400;
        letter-spacing: 0.53px;
        font-size: 14px !important;
        color: #363636 !important;
        text-transform: inherit;
        text-align: left;
        background: #fff; }
      .navBar.navBar--sub.navBar--account .navBar-section .navBar-item {
        padding: 5px 0;
        border-bottom: 1px solid #999; }
      .navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active {
        border-bottom: 1px solid #999;
        font-weight: bold; }
      .navBar.navBar--sub.navBar--account .navBar-section .navBar-item:last-child {
        border-bottom: 0; } }

.button-main-brown {
  background: #3f2021;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #fff;
  color: #fff;
  width: auto;
  text-decoration: none;
  font-family: "DIN W05 Cond Black";
  font-size: 16px; }
  .button-main-brown:hover {
    background: #fff;
    color: #3f2021;
    border: 2px solid #3f2021; }

.button-main-white {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  border: 2px solid #3f2021;
  color: #fff;
  width: auto;
  text-decoration: none;
  font-family: "DIN W05 Cond Black";
  font-size: 16px; }
  .button-main-white:hover {
    background: #3f2021;
    color: #fff;
    border: 2px solid #3f2021; }

.createdAccount h1.page-heading {
  margin: 3rem 0 30px; }

.createdAccount p {
  margin-bottom: 2.5rem; }

.createdAccount .button.button--primary {
  margin-bottom: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  border: 2px solid #3f2021; }
  .createdAccount .button.button--primary:hover {
    background: #fff;
    color: #3f2021;
    border: 2px solid #3f2021; }
  .createdAccount .button.button--primary:active, .createdAccount .button.button--primary:focus {
    background: #3f2021;
    color: #fff;
    border: 2px solid #3f2021; }

@media only screen and (min-width: 801px) {
  .resetPass {
    margin-top: 6%; } }

.resetPass .form-prefixPostfix .button {
  text-transform: uppercase;
  line-height: 3rem;
  letter-spacing: 0.44px;
  padding: 0 2.28571rem; }
  .resetPass .form-prefixPostfix .button:hover {
    background: #fff;
    color: #3f2021;
    border: 2px solid #3f2021; }
  .resetPass .form-prefixPostfix .button:active, .resetPass .form-prefixPostfix .button:focus {
    background: #3f2021;
    color: #fff;
    border: 2px solid #3f2021; }

.giftsetBtn {
  background: #3f2021;
  color: #fff;
  border: 2px solid #3f2021;
  line-height: 19px;
  padding: 0.714rem 2.28571rem; }
  .giftsetBtn:hover {
    background: #fff;
    color: #3f2021;
    border: 2px solid #3f2021; }
  .giftsetBtn:active, .giftsetBtn:focus {
    background: #3f2021;
    color: #fff;
    border: 2px solid #3f2021; }

@media only screen and (min-width: 801px) {
  .static-pages #sfe_holder {
    display: flex;
    justify-content: center;
    align-items: center; } }

@media only screen and (min-width: 801px) {
  .static-pages #sfe_holder .sfe-img img {
    width: 80%; } }

@media only screen and (min-width: 801px) {
  .static-pages #sfe_holder .sfe-content .h3,
  .static-pages #sfe_holder .sfe-content .h5 {
    max-width: 550px; } }

@media only screen and (min-width: 801px) {
  .static-pages .container.feat-pro {
    margin-bottom: 50px; }
    .static-pages .container.feat-pro .slick-dots {
      top: 20px; } }

@media only screen and (max-width: 800px) {
  .feat-pro .slick-slider {
    width: 100%;
    margin: 0 auto; }
  .feat-pro .slick-dots {
    position: static;
    margin: 30px 0 0 0; }
    .feat-pro .slick-dots li {
      width: 100px;
      padding: 0;
      height: auto;
      border: none; }
      .feat-pro .slick-dots li button {
        width: 100px;
        border-radius: 0;
        height: 3px;
        background: #ccc;
        border: none; }
        .feat-pro .slick-dots li button:hover:before {
          background: #fff; }
      .feat-pro .slick-dots li.slick-active button:before {
        background: #3f2021;
        width: 100%;
        border-radius: 0;
        left: 0;
        top: 0;
        height: 3px; } }

.oos-main {
  background: #efefef !important;
  border-color: #efefef !important;
  color: #363636 !important;
  cursor: default !important; }

.cat-snip {
  max-height: 22px;
  overflow: hidden; }

.filter-by-subcat .selecttedDots {
  background: #ccccde;
  width: 9px;
  height: 9px;
  display: none;
  border-radius: 50%;
  margin-right: 6px;
  position: absolute;
  top: 16px;
  left: 10px; }
  .filter-by-subcat .selecttedDots.active {
    display: inline-flex;
    align-items: center; }

.cart-list .form-wishlist {
  display: none; }

.page-main-sec .container .container-faq .row .col .tabs .tab {
  border-top: none;
  margin-bottom: -10px;
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px; }

.product-p .custom-icons-pdp .iconsRe {
  width: 100%; }
  .product-p .custom-icons-pdp .iconsRe .title {
    width: 100%;
    margin: 10px auto 0;
    padding: 0 10px; }

#back2Top {
  width: 50px;
  line-height: 50px;
  overflow: hidden;
  z-index: 999;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 0;
  text-align: center;
  font-size: 30px;
  text-decoration: none; }
  @media only screen and (max-width: 800px) {
    #back2Top {
      bottom: 135px;
      z-index: 9999999999; } }

.pr-snippet-review-count::after {
  content: " |"; }

.pro-tabs .desGrid .colDesGrid img {
  width: 120px; }

.pro-tabs .tabs-contents .button.ingredientBtn {
  background-color: #3f2021;
  color: #fff;
  border: 2px solid #3f2021; }
  .pro-tabs .tabs-contents .button.ingredientBtn:hover {
    background-color: #fff;
    color: #3f2021;
    border: 2px solid #3f2021; }

.productView-thumbnail {
  position: relative; }

.youtubebutton {
  position: absolute;
  top: 37%;
  left: 30%;
  width: 104px;
  height: 80px; }
  @media only screen and (min-width: 801px) {
    .youtubebutton {
      top: 20%;
      left: 17%;
      width: 52px;
      height: 42px; } }

.rain_product_container .slick-dots {
  display: none !important; }

@media only screen and (max-width: 1299px) {
  .rain-hideme {
    display: none !important; } }

.rain_product_container .slick-arrow {
  position: absolute; }

.ca-container {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  min-height: 600px;
  margin-bottom: 10px;
  background: #cccce1; }

.fancybox-slide--iframe .fancybox-content {
  width: 800px !important;
  height: 600px !important;
  max-width: 80%;
  max-height: 80%;
  margin: 0; }

.evidon-consent-link-image {
  vertical-align: bottom;
  position: relative;
  top: -17px; }

input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #2e8fff !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid #2e8fff !important;
  outline-offset: 1px !important; }

.skip-to-main-link {
  background: #ffffff;
  color: #363636;
  font-weight: 400;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 101;
  top: 0; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

.shop-by-scent-sub li.navPage-subMenu-item a img.over_effect.scentRe {
  display: block !important;
  position: relative !important;
  border-radius: 50%;
  max-height: 125px;
  padding: 15px; }

.shop-by-scent-sub li.navPage-subMenu-item a .all-linkes-re.common-cont {
  width: 115px !important;
  height: 115px !important;
  margin: 0 auto !important; }

.shop-by-scent-sub.navPage-subMenu-mobile li.navPage-subMenu-item a span.nameClass {
  width: calc(100% - 65px) im !important; }

.shop-by-scent-sub.navPage-subMenu-mobile li.navPage-subMenu-item a img.over_effect.scentRe {
  width: 65px !important;
  right: 0px !important;
  padding: 5px !important; }
  @media only screen and (min-width: 767px) and (max-width: 800px) {
    .shop-by-scent-sub.navPage-subMenu-mobile li.navPage-subMenu-item a img.over_effect.scentRe {
      left: 75px; } }

.compassignProject h2.compassignHeading {
  color: #3f2021;
  font-family: "Clarendon BT W05 Roman";
  letter-spacing: -0.57px;
  text-transform: none;
  font-size: 36px; }
  @media (min-width: 801px) {
    .compassignProject h2.compassignHeading {
      margin: 0 0 7% 0;
      line-height: 40px; } }
  @media (max-width: 800px) {
    .compassignProject h2.compassignHeading {
      margin: 20px 0;
      line-height: 40px; } }
  @media (max-width: 600px) {
    .compassignProject h2.compassignHeading {
      line-height: 30px;
      font-size: 26px; } }

.compassignProject .compassion-button {
  background: #3f2021;
  color: #fff;
  font-weight: 700 !important;
  text-decoration: none;
  border: 2px solid #3f2021;
  height: 40px !important;
  line-height: 6px !important;
  padding: 10px !important;
  border-radius: 4px !important;
  margin: 0px !important;
  border-bottom: none !important;
  padding-bottom: 10px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  margin-top: 30px !important;
  font-family: "DIN W05 Cond Black";
  font-size: 1.12rem;
  letter-spacing: 1px; }
  @media (min-width: 321px) and (max-width: 430px) {
    .compassignProject .compassion-button {
      font-size: 0.99rem; } }

.compassignProject .compassion-button:hover {
  background: #fff !important;
  color: #3f2021 !important;
  border: 2px solid #3f2021 !important; }

.compassignProject .compassion-landing-icons {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 70px; }

.compassignProject .compassion-landing-icons img {
  width: 100px; }

.compassignProject .comp-column {
  width: 300px; }

.compassignProject .comp-img {
  display: block;
  float: left;
  background: #827ebc;
  border-radius: 50%;
  width: 200px;
  padding: 30px;
  margin-left: 16%;
  margin-right: 16%; }

.compassignProject .comp-img-parent {
  display: block;
  float: left;
  background: none;
  border-radius: 50%;
  width: 200px !important;
  margin-left: 16%;
  margin-right: 16%; }

.compassignProject .comp-title,
.compassignProject .comp-title-mobile {
  text-align: center;
  font-family: "Clarendon BT W05 Roman";
  font-size: 1.9rem;
  color: #4e1b00;
  margin-top: 20px; }

.compassignProject .comp-img-mobile,
.compassignProject .comp-img-parent-mobile {
  width: 200px; }

.compassignProject .comp-body-link {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: bold;
  text-decoration: underline;
  text-decoration: none;
  text-transform: none !important;
  margin-bottom: 0px !important;
  border-bottom: none !important;
  padding-bottom: none !important;
  letter-spacing: 1px;
  width: auto;
  display: inline !important; }

.compassignProject p.subcontent {
  font-family: "DIN W05 Regular" !important;
  font-size: 20px !important;
  font-weight: normal !important;
  letter-spacing: 0.44px !important;
  line-height: unset !important;
  text-transform: unset !important;
  color: inherit !important; }
  @media (max-width: 600px) {
    .compassignProject p.subcontent {
      font-size: 18px !important; } }

.compassignProject .compassion-landing-icons-mobile {
  display: none; }

@media only screen and (max-width: 800px) {
  .compassignProject .static-pages #sfe_holder .sfe-content .h5 {
    font-size: 20px;
    line-height: 30px; } }

@media only screen and (max-width: 899px) {
  .compassignProject .compassion-landing-icons {
    display: none; }
  .compassignProject .compassion-landing-icons-mobile {
    display: block; }
  .compassignProject .comp-title,
  .compassignProject .comp-title-mobile {
    padding: 20px;
    font-size: 28px; } }

.compassignProject .specialbtn {
  margin: 20px 0;
  padding: 9px 30px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.8px;
  background: #3f2021;
  border-radius: 5px;
  border: 2px solid #3f2021; }
  .compassignProject .specialbtn:hover {
    background: #fff;
    color: #3f2021;
    border: 2px solid #3f2021; }

.compassionate-world {
  background-color: #c0bde0;
  padding: 37px 0 69px;
  margin-bottom: 60px; }
  .compassionate-world .text-center {
    text-align: center; }
  .compassionate-world p {
    font-size: 18px;
    line-height: calg(36/18); }
  .compassionate-world h2 {
    font-size: 32px;
    line-height: calc(42 / 32);
    font-family: "Clarendon BT W05 Roman"; }
  @media screen and (min-width: 768px) {
    .compassionate-world {
      padding: 108px 0 56px; }
      .compassionate-world p {
        font-size: 32px;
        line-height: calc(56 / 32); }
      .compassionate-world h2 {
        font-size: 54px; } }

.browse-by-product-menu {
  margin: 0 5px; }

.home-bottom-banner .sfe-content .h3 {
  line-height: normal;
  font-size: 37px; }

.home-bottom-banner .sfe-content .h5 {
  line-height: normal;
  max-width: 450px;
  font-size: 16px;
  margin-top: 0; }

.home-bottom-banner .sfe-content a {
  margin: -28px 0 20px 0; }

.footer-career-link {
  float: right !important; }

#home_hero {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 60px;
  background-color: #A6657E;
  position: relative;
  top: 0px;
  /* .main-banner-img{
    @media only screen and (min-width: 1200px) {
      max-width: 50%;
      //right: 12%;
    }
    @media only screen and (min-width: 768px) and (max-width: 820px){
      position: absolute;
      right: 120px;
      top: 55%;
      transform: none;
    }
    @media only screen and (min-width: 768px) {
      position: absolute;
    }
  } */ }
  #home_hero .flex-wrapper {
    display: flex;
    align-items: center;
    min-height: 300px;
    flex-direction: column-reverse;
    padding: 10px 10px 60px; }
    #home_hero .flex-wrapper .flex-child:first-of-type,
    #home_hero .flex-wrapper .flex-child:last-of-type {
      width: 100%;
      text-align: center;
      margin: 0 auto; }
    #home_hero .flex-wrapper .flex-child:first-of-type {
      display: flex;
      flex-direction: column-reverse;
      align-items: center; }
    @media only screen and (min-width: 768px) {
      #home_hero .flex-wrapper {
        min-height: 400px;
        padding: 10px 10px 40px;
        flex-direction: row; }
        #home_hero .flex-wrapper .flex-child:first-of-type {
          width: 45%;
          flex-direction: column; }
        #home_hero .flex-wrapper .flex-child:last-of-type {
          width: 55%; } }
  #home_hero .button.homebannerbtn {
    background-color: #ffffff;
    color: #3f2021; }
    #home_hero .button.homebannerbtn:hover {
      background-color: #3f2021;
      color: #ffffff; }
  @media only screen and (min-width: 801px) {
    #home_hero {
      padding-bottom: 0;
      top: -35px; } }
  @media only screen and (min-width: 1200px) {
    #home_hero {
      margin-bottom: 100px; } }
  #home_hero h2 {
    font-family: "Clarendon BT W05 Roman";
    width: 100%;
    float: left;
    letter-spacing: -0.25px;
    line-height: 32px;
    text-align: center;
    padding: 15px 10%;
    color: #ffffff;
    box-sizing: border-box; }
    @media only screen and (min-width: 1260px) {
      #home_hero h2 {
        font-size: 22px !important;
        text-align: left;
        display: block;
        max-width: 40%;
        width: 100%;
        float: left;
        margin: 7rem 0 0 16rem;
        letter-spacing: unset;
        line-height: unset;
        padding: unset; } }
    @media only screen and (min-width: 2048px) {
      #home_hero h2 {
        font-size: 28px !important;
        max-width: 44%; } }
    @media only screen and (min-width: 801px) and (max-width: 1259px) {
      #home_hero h2 {
        font-size: 25px !important;
        text-align: left;
        display: block;
        max-width: 40%;
        width: 100%;
        float: left;
        margin: 7rem 0 0 13rem;
        letter-spacing: unset;
        line-height: unset;
        padding: unset; } }
  @media only screen and (min-width: 801px) and (max-width: 1259px) and (max-width: 425px) {
    #home_hero h2 {
      font-size: 14px;
      margin-bottom: 0; } }
  #home_hero h1 {
    font-family: "Clarendon BT W05 Roman";
    width: 100%;
    text-align: center;
    float: left;
    letter-spacing: -0.25px;
    line-height: 1.14;
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box; }
    #home_hero h1.desktop-only {
      display: none; }
    @media only screen and (min-width: 768px) {
      #home_hero h1 {
        line-height: 50px;
        margin-top: 0; }
        #home_hero h1 h1 {
          font-size: 50px; }
        #home_hero h1.desktop-only {
          display: block; }
        #home_hero h1.mobile-only {
          display: none; } }
    @media only screen and (min-width: 1260px) {
      #home_hero h1 {
        font-size: 45px !important;
        display: block;
        width: 100%;
        float: left;
        letter-spacing: unset;
        line-height: unset;
        text-align: unset;
        padding: unset; } }
    @media only screen and (min-width: 2048px) {
      #home_hero h1 {
        font-size: 45px !important; } }
    @media only screen and (min-width: 801px) and (max-width: 1259px) {
      #home_hero h1 {
        font-size: 25px !important;
        text-align: left;
        display: block;
        width: 100%;
        margin: 10px;
        letter-spacing: unset;
        line-height: unset;
        text-align: unset;
        padding: unset; } }
    @media only screen and (max-width: 425px) {
      #home_hero h1 {
        font-size: 30px; } }
  #home_hero p {
    font-family: "DIN W05 Regular";
    color: #ffffff;
    position: relative;
    text-transform: inherit; }
    @media only screen and (min-width: 2048px) {
      #home_hero p {
        max-width: 530px; } }
  #home_hero .button {
    font-family: "DIN W05 Cond Black";
    border: 2px solid #3f2021;
    background: #3f2021;
    color: #fff;
    font-size: 1.12rem;
    max-width: 100%;
    float: none; }
    @media only screen and (min-width: 801px) {
      #home_hero .button {
        width: 260px; } }
    #home_hero .button:hover {
      background: #fff;
      color: #3f2021;
      border: 2px solid #3f2021; }
  #home_hero .main-banner-svg,
  #home_hero .main-banner-img {
    /*       max-width: 46%;
    top: 50%;
    transform: translate(0,-50%);
    @media only screen and (max-width: 1260px) {
      top: 100px;
      position: inherit;
      float: none;
      max-width: 70%;
      transform:translateY(-95%);
    }
    @media only screen and (min-width: 1800px) {
      max-width: 30%;
      right: 120px;
    }
    @media only screen and (min-width: 2048px) {
      max-width: 27%;
      right: 150px;
    } */
    z-index: 20; }
  #home_hero .main-banner-svg {
    max-width: 55%;
    z-index: 22;
    right: 10px;
    top: 46%; }
    @media only screen and (max-width: 1260px) {
      #home_hero .main-banner-svg {
        transform: translate(5%, 1%);
        max-width: 90%; } }
  #home_hero .line-lady-bottom {
    position: absolute;
    z-index: 20; }
    @media only screen and (min-width: 1200px) {
      #home_hero .line-lady-bottom {
        width: 180px;
        bottom: -140px;
        left: 38%; } }
    @media only screen and (max-width: 1199px) {
      #home_hero .line-lady-bottom {
        width: 89px;
        bottom: -11px;
        left: 0; } }
    @media only screen and (min-width: 2048px) {
      #home_hero .line-lady-bottom {
        width: 270px;
        bottom: -130px; } }
    @media only screen and (max-width: 768px) {
      #home_hero .line-lady-bottom {
        bottom: -10%; } }

/* ------------------------------------------------------------
   PDP thumbnail sizing (works for both: normal list + slick)
   Prevent lazySizes + slick from collapsing thumbnails
------------------------------------------------------------ */
.productView-thumbnails .productView-thumbnail,
.productView-thumbnails .slick-slide {
  width: 70px !important; }

.productView-thumbnails .productView-thumbnail-link {
  display: block;
  width: 70px !important;
  height: 70px !important; }

.productView-thumbnails img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; }

/* ------------------------------------------------------------
   PDP thumbnail sizing (works for both: normal list + slick)
   Prevent lazySizes + slick from collapsing thumbnails
------------------------------------------------------------ */
.productView-thumbnails .productView-thumbnail,
.productView-thumbnails .slick-slide {
  width: 70px !important; }

.productView-thumbnails .productView-thumbnail-link {
  display: block;
  width: 70px !important;
  height: 70px !important; }

.productView-thumbnails img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; }

/* Desktop: slightly larger "original boxes" */
@media (min-width: 801px) {
  .productView-thumbnails .productView-thumbnail,
  .productView-thumbnails .slick-slide {
    width: 80px !important; }
  .productView-thumbnails .productView-thumbnail-link {
    width: 80px !important;
    height: 80px !important; } }
