/*
 Theme Name:   Cigar Castle Theme Child
 Theme URI:    http://saberion.com
 Description:  Cigar Castle Theme  Theme
 Author:       Manoj Wijerathne
 Author URI:   http://saberion.com
 Template:     cigar_castle-theme
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  cigar_castle-theme-child
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
* {
  box-sizing: border-box; }

body {
  width: 100%;
  overflow-x: hidden;
  min-width: 300px; }
  body a {
    color: #AA8C2C; }
    body a:visited {
      color: #AA8C2C; }

button,
input {
  outline: none; }

.fullwidth {
  width: 100%;
  float: left; }

.halfwidth {
  width: 100%;
  float: left; }

.main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px; }
  .main-container.product-container {
    max-width: 1300px; }

.inner-container {
  width: 100%;
  padding: 100px 0;
  margin: auto;
  font-family: "Montserrat", sans-serif, sans-serif; }
  @media (max-width: 600px) {
    .inner-container {
      padding: 45px 0; } }

.primary-button {
  padding: 16px 21px;
  border: 2px solid #AA8C2C;
  background: #AA8C2C;
  color: #FFF !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 95%;
  text-transform: uppercase;
  width: max-content;
  display: block;
  text-decoration: none;
  transition-duration: 0.4s; }
  .primary-button:focus {
    outline: none; }
  @media (max-width: 990px) {
    .primary-button {
      padding: 16px 10px;
      font-size: 16px; } }
  @media (max-width: 768px) {
    .primary-button {
      font-size: 14px; } }
  .primary-button:hover {
    border: 2px solid #fff;
    text-decoration: none; }

.secondary-button {
  color: #AA8C2C !important;
  background: #FFF !important; }
  .secondary-button:hover {
    border: 2px solid #AA8C2C;
    background: #AA8C2C !important;
    color: #fff !important;
    text-decoration: none; }

.section-title {
  display: flex;
  justify-content: center;
  align-items: center; }
  .section-title .line {
    width: 100%;
    height: 2px;
    background-color: #AA8C2C; }
  .section-title .title {
    padding: 55px 91px;
    min-width: max-content; }
    .section-title .title.searchtitle {
      min-width: auto;
      max-width: 100%; }
    @media (max-width: 800px) {
      .section-title .title {
        padding: 40px; } }
    @media (max-width: 600px) {
      .section-title .title {
        padding: 30px 10px;
        min-width: unset; } }
    .section-title .title h2 {
      color: #AA8C2C;
      text-align: center;
      font-family: "Libre Baskerville", sans-serif;
      font-size: 45px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase; }
      @media (max-width: 800px) {
        .section-title .title h2 {
          font-size: 35px; } }
      @media (max-width: 600px) {
        .section-title .title h2 {
          font-size: 25px; } }

section {
  padding: 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6,
P {
  font-family: "Montserrat", sans-serif;
  color: #AA8C2C;
  padding: 0;
  margin: 0; }

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-align: center; }
  @media (max-width: 900px) {
    h1 {
      font-size: 50px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center; }
  @media (max-width: 900px) {
    h2 {
      font-size: 40px; } }
  @media (max-width: 767px) {
    h2 {
      font-size: 30px; } }

header .header-container {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 10px; }
header .desktop-header {
  border-bottom: 3px solid #AA8C2C; }
  @media (max-width: 991px) {
    header .desktop-header {
      display: none !important; } }
  header .desktop-header .header-inner-content {
    display: flex;
    padding-top: 28px;
    padding-bottom: 14px;
    gap: 30px; }
    header .desktop-header .header-inner-content .header-left {
      display: flex;
      align-items: flex-end;
      width: 250px;
      flex-shrink: 0; }
      @media (max-width: 1100px) {
        header .desktop-header .header-inner-content .header-left {
          width: 180px; } }
      header .desktop-header .header-inner-content .header-left .cigar-logo {
        width: 100%; }
    header .desktop-header .header-inner-content .header-right {
      display: flex;
      flex-direction: column;
      width: 100%; }
      header .desktop-header .header-inner-content .header-right .right-top {
        display: flex;
        justify-content: flex-end;
        gap: 20px;
        padding-right: 10px;
        margin-left: auto;
        width: 100%;
        max-width: 658px;
        justify-content: space-between; }
        header .desktop-header .header-inner-content .header-right .right-top .contact-item {
          display: flex;
          gap: 5px;
          align-items: center; }
          header .desktop-header .header-inner-content .header-right .right-top .contact-item img {
            width: 20px;
            height: 20px; }
          header .desktop-header .header-inner-content .header-right .right-top .contact-item p {
            color: #AA8C2C;
            text-align: center;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: uppercase; }
      header .desktop-header .header-inner-content .header-right .right-bottom {
        display: flex;
        align-items: center;
        gap: 31px;
        justify-content: flex-end;
        margin-top: 40px; }
        header .desktop-header .header-inner-content .header-right .right-bottom .nav-links .collapse {
          display: block;
          width: 100%; }
          header .desktop-header .header-inner-content .header-right .right-bottom .nav-links .collapse ul.menu {
            padding: 0;
            margin: 0;
            list-style-type: none;
            display: flex;
            align-items: center;
            gap: 25px;
            justify-content: space-between;
            height: auto; }
            header .desktop-header .header-inner-content .header-right .right-bottom .nav-links .collapse ul.menu > li {
              margin: 0;
              padding: 0; }
              header .desktop-header .header-inner-content .header-right .right-bottom .nav-links .collapse ul.menu > li a {
                opacity: 1;
                color: #AA8C2C;
                font-family: "Montserrat", sans-serif;
                font-size: 18px;
                font-style: normal;
                font-weight: 500;
                line-height: normal;
                text-transform: uppercase;
                text-decoration: none !important; }
                @media (max-width: 1200px) {
                  header .desktop-header .header-inner-content .header-right .right-bottom .nav-links .collapse ul.menu > li a {
                    font-size: 16px; } }
                header .desktop-header .header-inner-content .header-right .right-bottom .nav-links .collapse ul.menu > li a:hover {
                  color: #AA8C2C;
                  font-weight: 700; }
        header .desktop-header .header-inner-content .header-right .right-bottom .search-cart {
          display: flex;
          gap: 15px;
          align-items: center;
          font-family: "Montserrat", sans-serif; }
          header .desktop-header .header-inner-content .header-right .right-bottom .search-cart a {
            color: #AA8C2C;
            text-decoration: none;
            font-weight: 500;
            transition-duration: 0.5s; }
            header .desktop-header .header-inner-content .header-right .right-bottom .search-cart a:hover {
              font-weight: 600; }
          header .desktop-header .header-inner-content .header-right .right-bottom .search-cart .profile,
          header .desktop-header .header-inner-content .header-right .right-bottom .search-cart .cart {
            text-decoration: none;
            cursor: pointer;
            border: none;
            background: none;
            padding: 0;
            margin: 0; }
            header .desktop-header .header-inner-content .header-right .right-bottom .search-cart .profile img,
            header .desktop-header .header-inner-content .header-right .right-bottom .search-cart .cart img {
              height: 40px;
              width: 40px; }
        header .desktop-header .header-inner-content .header-right .right-bottom .cartcoundshow {
          background: url("images/icons/cart.png");
          width: 40px;
          height: 40px;
          position: relative; }
          header .desktop-header .header-inner-content .header-right .right-bottom .cartcoundshow .cart-count {
            color: white;
            font-size: 10px;
            background: red;
            line-height: 15px;
            width: 16px;
            height: 16px;
            padding: 1px 3px;
            border-radius: 50%;
            position: absolute;
            top: 0;
            right: 0;
            text-align: center; }
        header .desktop-header .header-inner-content .header-right .right-bottom .xoo-el-login-tgr {
          font-size: 0;
          background: url("images/icons/profile.png");
          height: 40px;
          width: 40px; }
header .search-box {
  display: flex;
  width: 194px;
  height: 40px;
  align-items: center;
  padding: 5px 12px;
  border: 2px solid #D4AF37; }
  header .search-box .widget_block {
    width: 100%;
    margin: 0; }
    header .search-box .widget_block form {
      width: 100%;
      float: left; }
      header .search-box .widget_block form label {
        display: none; }
      header .search-box .widget_block form .wp-block-search__input {
        width: 100%;
        outline: none;
        background: none;
        margin: 0;
        padding: 0;
        height: 25px;
        color: #AA8C2C;
        font-family: "Montserrat", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400; }
        header .search-box .widget_block form .wp-block-search__input::placeholder {
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        header .search-box .widget_block form .wp-block-search__input::-ms-input-placeholder {
          /* Edge 12-18 */
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        header .search-box .widget_block form .wp-block-search__input:focus {
          color: #AA8C2C; }
      header .search-box .widget_block form .wp-block-search__button {
        outline: none;
        cursor: pointer;
        border: none;
        padding: 0;
        width: 40px;
        margin: 0;
        font-size: 0;
        background: url("images/icons/Search.png") center no-repeat; }

.mobile-header {
  display: none;
  border-bottom: 3px solid #AA8C2C;
  margin-bottom: 20px; }
  @media (max-width: 991px) {
    .mobile-header {
      display: block !important; } }
  .mobile-header .mobisearch {
    width: 100%;
    display: flex;
    padding: 10px 15px;
    align-items: center;
    justify-content: center; }
    .mobile-header .mobisearch .search-box {
      width: max-content;
      max-width: 90%; }
  .mobile-header .header-inner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0; }
    .mobile-header .header-inner-content .header-left {
      width: 80px; }
      .mobile-header .header-inner-content .header-left img {
        width: 100%; }
  .mobile-header .header-right {
    display: flex;
    gap: 10px;
    align-items: center; }
    .mobile-header .header-right .icons {
      display: flex;
      align-items: center; }
      .mobile-header .header-right .icons .profile,
      .mobile-header .header-right .icons .cart {
        text-decoration: none;
        cursor: pointer;
        border: none;
        background: none;
        padding: 0;
        margin: 0; }
        .mobile-header .header-right .icons .profile img,
        .mobile-header .header-right .icons .cart img {
          height: 40px;
          width: 40px; }
      .mobile-header .header-right .icons .cartcoundshow {
        background: url("images/icons/cart.png");
        width: 40px;
        height: 40px;
        position: relative;
        display: block; }
        .mobile-header .header-right .icons .cartcoundshow .cart-count {
          color: white;
          font-size: 10px;
          background: red;
          line-height: 12px;
          width: 16px;
          height: 16px;
          padding: 1px 3px;
          border-radius: 50%;
          position: absolute;
          top: 0;
          right: 0;
          text-align: center; }
      .mobile-header .header-right .icons .zero {
        display: none; }
      .mobile-header .header-right .icons .profmob {
        font-size: 0;
        background: url("images/icons/profile.png");
        height: 40px;
        width: 40px;
        display: block; }
      .mobile-header .header-right .icons .xoo-el-login-tgr {
        font-size: 0;
        background: url("images/icons/profile.png");
        height: 40px;
        width: 40px;
        display: block; }
    .mobile-header .header-right .menubtn-box .mobmenu {
      background-color: transparent;
      border: none;
      cursor: pointer;
      display: flex;
      padding: 0;
      outline: none; }
      .mobile-header .header-right .menubtn-box .mobmenu .line {
        fill: none;
        stroke: #AA8C2C;
        stroke-width: 6;
        transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1); }
      .mobile-header .header-right .menubtn-box .mobmenu .line1 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      .mobile-header .header-right .menubtn-box .mobmenu .line2 {
        stroke-dasharray: 60 60;
        stroke-width: 6; }
      .mobile-header .header-right .menubtn-box .mobmenu .line3 {
        stroke-dasharray: 60 207;
        stroke-width: 6; }
      .mobile-header .header-right .menubtn-box .mobmenu.opened .line1 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
      .mobile-header .header-right .menubtn-box .mobmenu.opened .line2 {
        stroke-dasharray: 1 60;
        stroke-dashoffset: -30;
        stroke-width: 6; }
      .mobile-header .header-right .menubtn-box .mobmenu.opened .line3 {
        stroke-dasharray: 90 207;
        stroke-dashoffset: -134;
        stroke-width: 6; }
  .mobile-header .mobile-menu {
    display: none;
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    left: 0;
    top: 120px;
    border-bottom: 3px solid #AA8C2C; }
    .mobile-header .mobile-menu .collapse {
      display: block !important; }
      .mobile-header .mobile-menu .collapse ul {
        padding: 30px 75px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin: 0; }
        .mobile-header .mobile-menu .collapse ul li {
          text-align: center; }
          .mobile-header .mobile-menu .collapse ul li a {
            /* 171.429% */
            opacity: 1;
            color: #AA8C2C;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase;
            text-decoration: none !important; }
            .mobile-header .mobile-menu .collapse ul li a:hover {
              color: #AA8C2C;
              font-weight: 700; }
    .mobile-header .mobile-menu .product-menu {
      width: 100%;
      padding: 30px 75px;
      margin: 0;
      background: rgba(170, 140, 44, 0.15); }
      .mobile-header .mobile-menu .product-menu ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 0;
        margin: 0; }
        .mobile-header .mobile-menu .product-menu ul li {
          list-style-type: none; }
          .mobile-header .mobile-menu .product-menu ul li a {
            color: #AA8C2C;
            font-family: "Montserrat", sans-serif;
            font-size: 18px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            text-transform: uppercase; }
  .mobile-header .search-box {
    display: flex;
    width: 194px;
    height: 40px;
    align-items: center;
    padding: 5px 12px;
    border: 2px solid #D4AF37; }
    @media (max-width: 500px) {
      .mobile-header .search-box {
        width: 100px; } }
    .mobile-header .search-box .widget_block {
      width: 100%;
      margin: 0; }
      .mobile-header .search-box .widget_block form {
        width: 100%;
        float: left; }
        .mobile-header .search-box .widget_block form label {
          display: none; }
        .mobile-header .search-box .widget_block form .wp-block-search__input {
          width: 100%;
          outline: none;
          background: none;
          margin: 0;
          padding: 0;
          height: 25px;
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400; }
          @media (max-width: 500px) {
            .mobile-header .search-box .widget_block form .wp-block-search__input {
              font-size: 12px; } }
          .mobile-header .search-box .widget_block form .wp-block-search__input::placeholder {
            color: #AA8C2C;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
          .mobile-header .search-box .widget_block form .wp-block-search__input::-ms-input-placeholder {
            /* Edge 12-18 */
            color: #AA8C2C;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
          .mobile-header .search-box .widget_block form .wp-block-search__input:focus {
            color: #AA8C2C; }
        .mobile-header .search-box .widget_block form .wp-block-search__button {
          outline: none;
          cursor: pointer;
          border: none;
          padding: 0;
          width: 40px;
          margin: 0;
          font-size: 0;
          background: url("images/icons/Search.png") center no-repeat; }

.top-categories {
  margin: 25px auto;
  width: 100%; }
  @media (max-width: 900px) {
    .top-categories {
      display: none; } }
  .top-categories .product-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 0;
    margin: 0; }
    .top-categories .product-menu ul li {
      list-style-type: none; }
      .top-categories .product-menu ul li a {
        color: #AA8C2C;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase; }

.banner {
  margin: 0;
  padding: 0; }
  .banner .banner-content {
    position: relative; }
    .banner .banner-content .banner-img {
      width: 100%;
      max-width: 1180px;
      height: 653px;
      object-fit: cover; }
      @media (max-width: 868px) {
        .banner .banner-content .banner-img {
          width: 100%;
          max-width: 1180px;
          object-fit: cover; } }
    .banner .banner-content .frame {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .banner .banner-content .frame img {
        width: 100%;
        height: 100%;
        padding: 10px;
        opacity: 0.8; }
    .banner .banner-content .banner-text {
      position: absolute;
      top: 99px;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 5; }
      @media (max-width: 868px) {
        .banner .banner-content .banner-text {
          padding: 0 15px; } }
      .banner .banner-content .banner-text h1 {
        color: #fff;
        text-align: center;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 60px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
        max-width: 636px;
        width: 100%;
        margin: auto; }
        @media (max-width: 868px) {
          .banner .banner-content .banner-text h1 {
            font-size: 45px;
            max-width: 500px; } }
        @media (max-width: 500px) {
          .banner .banner-content .banner-text h1 {
            font-size: 32px; } }
      .banner .banner-content .banner-text h5 {
        color: #D4AF37;
        text-align: center;
        font-family: "Montserrat", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0 auto;
        width: 100%;
        max-width: 690px; }
        @media (max-width: 868px) {
          .banner .banner-content .banner-text h5 {
            font-size: 20px; } }
        @media (max-width: 500px) {
          .banner .banner-content .banner-text h5 {
            font-size: 16px;
            margin-top: 20px; } }
      .banner .banner-content .banner-text .primary-button {
        margin: 200px auto; }
        @media (max-width: 1100px) {
          .banner .banner-content .banner-text .primary-button {
            margin: 50px auto; } }
        @media (max-width: 500px) {
          .banner .banner-content .banner-text .primary-button {
            margin: 150px auto 0 auto; } }

footer {
  border-top: 3px solid #AA8C2C;
  margin-top: 30px;
  padding-top: 72px;
  padding-bottom: 0; }
  footer .footer-top .inner-content {
    display: flex; }
    @media (max-width: 900px) {
      footer .footer-top .inner-content {
        flex-direction: column;
        align-items: center; } }
    footer .footer-top .inner-content .item {
      width: 33.33%; }
      @media (max-width: 1200px) {
        footer .footer-top .inner-content .item {
          width: 38%; } }
      @media (max-width: 900px) {
        footer .footer-top .inner-content .item {
          width: 100%; } }
      footer .footer-top .inner-content .item .heading {
        color: #AA8C2C;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
        @media (max-width: 900px) {
          footer .footer-top .inner-content .item .heading {
            text-align: center; } }
        @media (max-width: 600px) {
          footer .footer-top .inner-content .item .heading {
            font-size: 18px; } }
    footer .footer-top .inner-content .quick-links {
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding-left: 80px;
      padding-top: 21px; }
      @media (max-width: 1200px) {
        footer .footer-top .inner-content .quick-links {
          padding-left: 27px; } }
      @media (max-width: 900px) {
        footer .footer-top .inner-content .quick-links {
          order: 2;
          padding-left: 0;
          padding-top: 40px; } }
      footer .footer-top .inner-content .quick-links .links {
        display: flex;
        flex-direction: column;
        gap: 10px; }
        @media (max-width: 900px) {
          footer .footer-top .inner-content .quick-links .links {
            align-items: center; } }
        footer .footer-top .inner-content .quick-links .links .footer-link {
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          text-transform: uppercase;
          text-decoration: none; }
          @media (max-width: 900px) {
            footer .footer-top .inner-content .quick-links .links .footer-link {
              margin-bottom: 5px; } }
          @media (max-width: 600px) {
            footer .footer-top .inner-content .quick-links .links .footer-link {
              font-size: 14px; } }
    footer .footer-top .inner-content .logo-container {
      display: flex;
      justify-content: center; }
      footer .footer-top .inner-content .logo-container img {
        height: auto;
        max-width: 180px; }
      @media (max-width: 1200px) {
        footer .footer-top .inner-content .logo-container {
          width: 24%; } }
      @media (max-width: 900px) {
        footer .footer-top .inner-content .logo-container {
          order: 1;
          width: 100%; } }
    footer .footer-top .inner-content .subscribe {
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding-left: 80px;
      padding-top: 21px; }
      @media (max-width: 1200px) {
        footer .footer-top .inner-content .subscribe {
          padding-left: 27px; } }
      @media (max-width: 900px) {
        footer .footer-top .inner-content .subscribe {
          order: 3;
          padding-left: 0;
          padding-top: 40px; } }
      footer .footer-top .inner-content .subscribe .footer-subscribe .forminator-row {
        margin: 0px; }
        footer .footer-top .inner-content .subscribe .footer-subscribe .forminator-row .name-field {
          display: none !important; }
        footer .footer-top .inner-content .subscribe .footer-subscribe .forminator-row label {
          display: none; }
      footer .footer-top .inner-content .subscribe .footer-subscribe form {
        display: flex;
        margin: 0; }
        @media (max-width: 900px) {
          footer .footer-top .inner-content .subscribe .footer-subscribe form {
            justify-content: center; } }
        footer .footer-top .inner-content .subscribe .footer-subscribe form input[type="email"] {
          width: 170px;
          border: 1px solid #D4AF37 !important;
          padding: 9px 16px;
          box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
          margin: 0;
          background-color: transparent;
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400; }
          footer .footer-top .inner-content .subscribe .footer-subscribe form input[type="email"]::-webkit-input-placeholder {
            color: #AA8C2C;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            @media (max-width: 600px) {
              footer .footer-top .inner-content .subscribe .footer-subscribe form input[type="email"]::-webkit-input-placeholder {
                font-size: 14px; } }
          footer .footer-top .inner-content .subscribe .footer-subscribe form input[type="email"]:focus {
            color: #AA8C2C;
            font-family: "Montserrat", sans-serif;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            @media (max-width: 600px) {
              footer .footer-top .inner-content .subscribe .footer-subscribe form input[type="email"]:focus {
                font-size: 14px; } }
        footer .footer-top .inner-content .subscribe .footer-subscribe form .forminator-button {
          padding: 9px 14px;
          color: #FFF;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          background-color: #AA8C2C;
          border: 1px solid #AA8C2C;
          text-transform: uppercase;
          height: 40px;
          border-radius: 0; }
          @media (max-width: 600px) {
            footer .footer-top .inner-content .subscribe .footer-subscribe form .forminator-button {
              font-size: 14px; } }
  footer .footer-top .footer-werning p {
    text-align: center;
    width: 100%;
    padding-top: 30px; }
  footer .footer-top .social-links {
    display: flex;
    gap: 45px;
    margin-top: 50px;
    margin-bottom: 47px;
    justify-content: center; }
  footer .footer-bottom {
    border-top: 3px solid #AA8C2C;
    padding: 40px 0; }
    @media (max-width: 600px) {
      footer .footer-bottom {
        padding: 20px 0; } }
    footer .footer-bottom p {
      margin: 0 auto;
      color: #AA8C2C;
      text-align: center;
      font-family: "Libre Baskerville", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 600px) {
        footer .footer-bottom p {
          font-size: 14px; } }

.entry-footer {
  display: none; }

.sidebar-right {
  margin: 20px auto;
  font-family: "Montserrat", sans-serif;
  color: #AA8C2C; }
  .sidebar-right .entry-header .entry-title {
    font-size: 28px; }
  .sidebar-right .entry-content {
    margin-top: 30px; }
    .sidebar-right .entry-content .post-title a {
      color: #AA8C2C;
      font-weight: 600;
      line-height: normal; }
    .sidebar-right .entry-content .post-meta li a {
      color: #AA8C2C;
      font-weight: 600; }
    .sidebar-right .entry-content .entry-summary .price {
      color: #AA8C2C;
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }
      .sidebar-right .entry-content .entry-summary .price span {
        font-weight: unset; }
    .sidebar-right .entry-content .entry-summary p {
      color: #AA8C2C;
      font-weight: normal;
      font-family: "Montserrat", sans-serif; }
    .sidebar-right .entry-content .entry-summary .in-stock {
      margin: 15px 0;
      color: #7ad03a;
      font-weight: 600; }
    .sidebar-right .entry-content .entry-summary .cart {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .sidebar-right .entry-content .entry-summary .cart .single_add_to_cart_button {
        background: #AA8C2C;
        font-family: "Montserrat", sans-serif;
        border-radius: 0; }
    .sidebar-right .entry-content .entry-summary .sku_wrapper {
      display: none; }
    .sidebar-right .entry-content .entry-summary .posted_in a {
      color: #AA8C2C; }

.woocommerce-tabs {
  padding: 50px 0; }
  .woocommerce-tabs .wc-tabs {
    display: none; }
  .woocommerce-tabs .woocommerce-product-attributes {
    margin-top: 1rem; }
  .woocommerce-tabs .woocommerce-product-attributes-item__value p {
    font-family: "Montserrat", sans-serif;
    color: #AA8C2C; }

.related h2 {
  margin-bottom: 2rem; }
.related li.product a img {
  width: auto;
  height: 215px; }
.related li.product a {
  font-family: "Montserrat", sans-serif;
  background-color: #AA8C2C;
  border-radius: unset;
  width: 100%; }
  @media (max-width: 380px) {
    .related li.product a {
      font-size: 14px; } }
.related .price {
  text-align: center;
  margin-top: 10px; }
  .related .price .woocommerce-Price-amount {
    text-align: center; }

.shapely-next-prev a {
  color: #AA8C2C;
  font-family: "Montserrat", sans-serif; }

.author-bio,
.shapely-related-posts {
  display: none; }

.wp-block-woocommerce-empty-cart-block .wp-block-heading:not(:first-child),
.wp-block-woocommerce-empty-cart-block .wp-block-product-new,
.wp-block-woocommerce-empty-cart-block .wp-block-separator {
  display: none; }

table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
  font-family: "Montserrat", sans-serif;
  color: #AA8C2C;
  padding: 0;
  font-size: 12px;
  font-weight: 600; }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
  font-family: "Montserrat", sans-serif;
  color: #AA8C2C;
  padding: 0;
  font-size: 20px;
  font-weight: 600; }

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-price__value {
  color: #AA8C2C;
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; }

.wc-block-components-button:not(.is-link) {
  font-family: "Montserrat", sans-serif;
  color: #AA8C2C;
  border: 1px solid #AA8C2C;
  width: 100%; }

.wp-block-woocommerce-cart-order-summary-block {
  color: #AA8C2C; }

.woocommerce-message a.wc-forward {
  background: #AA8C2C; }
  .woocommerce-message a.wc-forward:hover {
    background: #AA8C2C; }

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
  outline: none; }

.xoo-el-sidebar {
  background-image: url("images/home/blog.png"); }

.xoo-el-main {
  font-family: "Montserrat", sans-serif; }

ul.xoo-el-tabs li.xoo-el-active {
  background-color: #AA8C2C !important; }

button.btn.button.xoo-el-action-btn {
  background: #AA8C2C !important; }

.xoo-el-lostpw-tgr {
  color: #AA8C2C !important; }

@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 25px; } }
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin-left: 0; }
  .woocommerce-MyAccount-navigation ul li {
    text-align: center;
    padding: 10px; }
    .woocommerce-MyAccount-navigation ul li a {
      color: #AA8C2C;
      text-decoration: none; }
  .woocommerce-MyAccount-navigation ul .is-active {
    background: #AA8C2C; }
    .woocommerce-MyAccount-navigation ul .is-active a {
      color: white; }
  .woocommerce-MyAccount-navigation ul .woocommerce-MyAccount-navigation-link--customer-logout {
    border: 2px solid #AA8C2C; }

.woocommerce-MyAccount-content {
  font-family: "Montserrat", sans-serif; }
  .woocommerce-MyAccount-content a {
    text-decoration: underline;
    color: #AA8C2C; }
  .woocommerce-MyAccount-content button {
    background-color: #AA8C2C !important;
    border-radius: 0 !important; }
    .woocommerce-MyAccount-content button:hover {
      background-color: #AA8C2C; }
  .woocommerce-MyAccount-content .col-2,
  .woocommerce-MyAccount-content .col-1 {
    max-width: none !important; }
  .woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-top: 30px; }
  .woocommerce-MyAccount-content .woocommerce-Address-title h2 {
    font-size: 32px; }

.woocommerce-Button,
.wc-forward {
  background-color: #AA8C2C !important;
  border-radius: 0 !important; }
  .woocommerce-Button:hover,
  .wc-forward:hover {
    background-color: #AA8C2C; }

.woocommerce-info {
  border-top-color: #AA8C2C; }
  .woocommerce-info::before {
    color: #AA8C2C; }

.wc-block-product-new {
  padding-top: 50px; }
  .wc-block-product-new .wc-block-grid__product a {
    text-decoration: none; }
  .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-title {
    font-family: "Montserrat", sans-serif;
    color: #AA8C2C;
    text-decoration: none !important; }
  .wc-block-product-new .wc-block-grid__product .wc-block-grid__product-image img {
    height: 225px !important; }
  .wc-block-product-new .wc-block-grid__product .wp-block-button__link {
    background-color: #AA8C2C;
    border-radius: 0;
    font-family: "Montserrat", sans-serif; }
    .wc-block-product-new .wc-block-grid__product .wp-block-button__link:hover {
      text-decoration: none;
      color: #fff; }

.row {
  margin: 0; }

.woocommerce a.button:hover,
.woocommerce button.button:hover {
  background: #AA8C2C;
  border: none; }

.wc-block-cart__submit-container .wc-block-cart__submit-button {
  text-decoration: none;
  transition: box-shadow 1s linear !important;
  outline: none; }
  .wc-block-cart__submit-container .wc-block-cart__submit-button:hover {
    background: #AA8C2C; }
    .wc-block-cart__submit-container .wc-block-cart__submit-button:hover .wc-block-components-button__text {
      color: #fff; }
  .wc-block-cart__submit-container .wc-block-cart__submit-button:focus {
    outline: none; }

.wc-block-checkout__form {
  color: #AA8C2C; }
  .wc-block-checkout__form input,
  .wc-block-checkout__form select,
  .wc-block-checkout__form label,
  .wc-block-checkout__form textarea {
    color: #AA8C2C !important; }
  .wc-block-checkout__form input,
  .wc-block-checkout__form select,
  .wc-block-checkout__form textarea {
    border: 1px solid #AA8C2C !important;
    outline: none !important; }
    .wc-block-checkout__form input:focus,
    .wc-block-checkout__form select:focus,
    .wc-block-checkout__form textarea:focus {
      box-shadow: none !important;
      color: inherit; }
    .wc-block-checkout__form input::-webkit-input-placeholder,
    .wc-block-checkout__form select::-webkit-input-placeholder,
    .wc-block-checkout__form textarea::-webkit-input-placeholder {
      color: #AA8C2C; }
  .wc-block-checkout__form .wc-block-components-checkbox__input {
    outline: none; }
    .wc-block-checkout__form .wc-block-components-checkbox__input:focus {
      outline: none;
      box-shadow: none;
      color: inherit; }

.wp-block-woocommerce-checkout-order-summary-block span,
.wp-block-woocommerce-checkout-order-summary-block button {
  color: #AA8C2C !important; }

.woocommerce-loop-product__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* Change this line if you want. In this case it trimmed the text to 3 lines. */
  overflow: hidden;
  padding: 0 !important; }

.comments-area {
  display: none; }

.entry-meta {
  display: none; }

.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  gap: 35px;
  justify-content: space-between;
  width: auto !important;
  margin-right: 3rem; }
  .woocommerce-product-gallery img {
    max-height: 550px; }
  @media (max-width: 1000px) {
    .woocommerce-product-gallery {
      gap: 20px;
      justify-content: center;
      margin-right: 0; } }
  @media (max-width: 600px) {
    .woocommerce-product-gallery {
      flex-direction: column;
      align-items: center; } }

.single-product #primary {
  max-width: 100% !important;
  flex: none;
  margin-top: 70px; }
  @media (max-width: 1000px) {
    .single-product #primary {
      margin-top: 0; } }
  .single-product #primary .entry-content {
    width: 100%; }
.single-product .woocommerce-breadcrumb {
  display: none; }
.single-product .product {
  width: 100%;
  max-width: 1283px;
  margin: 0 auto;
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 51px; }
  @media (max-width: 1000px) {
    .single-product .product {
      flex-direction: column; } }
.single-product h2.post-title {
  display: none; }
.single-product .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: auto; }
  @media (max-width: 600px) {
    .single-product .flex-control-thumbs {
      flex-direction: row;
      gap: 10px; } }
  .single-product .flex-control-thumbs li {
    width: 60px !important;
    height: 60px;
    overflow: hidden;
    border: 4px solid #AA8C2C; }
    .single-product .flex-control-thumbs li img {
      height: 100% !important; }
.single-product .flex-viewport {
  width: 474px;
  height: 100% !important;
  border: 1px solid #AA8C2C;
  max-height: 547px; }
  @media (max-width: 1000px) {
    .single-product .flex-viewport {
      width: 100%; } }
  @media (max-width: 600px) {
    .single-product .flex-viewport {
      max-height: 650px; } }
  .single-product .flex-viewport .woocommerce-product-gallery__image {
    height: 100%; }
.single-product .product-img-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 33px;
  width: max-content; }
  @media (max-width: 1000px) {
    .single-product .product-img-wrapper {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%; } }
  .single-product .product-img-wrapper .product-gallery {
    height: 550px;
    width: 475px; }
    @media (max-width: 500px) {
      .single-product .product-img-wrapper .product-gallery {
        width: 100% !important; } }
    .single-product .product-img-wrapper .product-gallery .slider-item {
      height: 550px;
      width: 475px !important;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      border: 1px solid #AA8C2C;
      padding: 20px; }
      @media (max-width: 500px) {
        .single-product .product-img-wrapper .product-gallery .slider-item {
          width: 100% !important; } }
  .single-product .product-img-wrapper .product-thumbs {
    width: 90px; }
    @media (max-width: 1000px) {
      .single-product .product-img-wrapper .product-thumbs {
        width: 100%; } }
    @media (max-width: 1000px) {
      .single-product .product-img-wrapper .product-thumbs .slick-track {
        justify-content: center;
        align-items: center;
        display: flex !important; } }
    .single-product .product-img-wrapper .product-thumbs .slick-slide {
      width: max-content !important;
      margin-bottom: 35px; }
      @media (max-width: 1000px) {
        .single-product .product-img-wrapper .product-thumbs .slick-slide {
          margin-bottom: 0;
          padding: 0px 10px; } }
      .single-product .product-img-wrapper .product-thumbs .slick-slide > div {
        border: 1px solid #AA8C2C;
        display: flex;
        padding: 10px; }
    .single-product .product-img-wrapper .product-thumbs .slick-current > div {
      border: 2px solid #AA8C2C; }
    .single-product .product-img-wrapper .product-thumbs .slider-item {
      width: max-content !important; }
      .single-product .product-img-wrapper .product-thumbs .slider-item .slider-item-wrap .slider-item-inner {
        height: 60px;
        width: 60px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
.single-product .woocommerce-product-gallery--without-images {
  width: 474px !important;
  height: 100% !important;
  border: 1px solid #AA8C2C;
  max-height: 547px;
  margin-right: 3rem;
  overflow: hidden; }
  @media (max-width: 1000px) {
    .single-product .woocommerce-product-gallery--without-images {
      width: 100% !important; } }
  @media (max-width: 600px) {
    .single-product .woocommerce-product-gallery--without-images {
      max-height: 650px;
      height: 100%; } }
.single-product .nav-tabs {
  display: none; }
.single-product .entry-summary {
  max-width: 560px;
  margin-right: 150px; }
  @media (max-width: 1280px) {
    .single-product .entry-summary {
      margin-right: 0; } }
  @media (max-width: 1000px) {
    .single-product .entry-summary {
      width: 100% !important;
      max-width: none; } }
  .single-product .entry-summary .product_title {
    color: #AA8C2C;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-bottom: 20px; }
    @media (max-width: 600px) {
      .single-product .entry-summary .product_title {
        font-size: 22px; } }
  .single-product .entry-summary .product-summary {
    margin-left: 2rem;
    padding-top: 20px; }
    .single-product .entry-summary .product-summary li {
      color: #000;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 300;
      line-height: normal; }
      .single-product .entry-summary .product-summary li::marker {
        font-size: 0.6rem; }
      @media (max-width: 600px) {
        .single-product .entry-summary .product-summary li {
          font-size: 14px; } }
  .single-product .entry-summary .product_meta {
    display: none; }
  .single-product .entry-summary .pricediv {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 26px; }
  .single-product .entry-summary strong {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal; }
    @media (max-width: 600px) {
      .single-product .entry-summary strong {
        font-size: 14px; } }
  .single-product .entry-summary p span {
    font-size: 35px; }
  .single-product .entry-summary p,
  .single-product .entry-summary span,
  .single-product .entry-summary strong, .single-product .entry-summary li {
    color: #000;
    font-family: "Montserrat", sans-serif !important; }
    @media (max-width: 600px) {
      .single-product .entry-summary p,
      .single-product .entry-summary span,
      .single-product .entry-summary strong, .single-product .entry-summary li {
        font-size: 14px; } }
  .single-product .entry-summary .cart {
    display: flex;
    flex-direction: column; }
  .single-product .entry-summary .stock {
    display: none; }
  .single-product .entry-summary .woocommerce-Price-amount,
  .single-product .entry-summary .woocommerce-Price-amount span {
    font-weight: 700; }
  .single-product .entry-summary .single_add_to_cart_button {
    max-width: 320px;
    padding: 15px 87px !important;
    background: #AA8C2C !important;
    border-radius: 0;
    margin-top: 24px;
    outline: none; }
    @media (max-width: 1000px) {
      .single-product .entry-summary .single_add_to_cart_button {
        max-width: none; } }
    @media (max-width: 600px) {
      .single-product .entry-summary .single_add_to_cart_button {
        font-size: 14px;
        padding: 15px !important; } }
.single-product .wc-tabs-wrapper {
  display: none; }
.single-product .related {
  width: 100%; }
.single-product .shapely-next-prev {
  display: none; }
.single-product .related-products-slider .jus-center {
  justify-content: center !important; }
.single-product .related-products-slider .wrap {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 5px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1333px) {
    .single-product .related-products-slider .wrap {
      padding: 0 20px;
      justify-content: center; } }
  @media (max-width: 1000px) {
    .single-product .related-products-slider .wrap {
      padding: 0; } }
  .single-product .related-products-slider .wrap .arrow {
    width: 45px;
    padding-top: 150px; }
    @media (max-width: 1333px) {
      .single-product .related-products-slider .wrap .arrow {
        display: none;
        padding-top: 0; } }
    .single-product .related-products-slider .wrap .arrow button {
      background: none;
      border: none;
      padding: 0;
      outline: none; }
      .single-product .related-products-slider .wrap .arrow button svg {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 0.5s;
        display: block;
        max-width: 100%;
        height: auto;
        fill: none;
        stroke: #AA8C2C;
        stroke-width: 1.28px; }
        .single-product .related-products-slider .wrap .arrow button svg:hover {
          fill: #AA8C2C;
          stroke: #fff; }
  .single-product .related-products-slider .wrap .content {
    max-width: 1180px;
    width: 100%;
    border-top: 2px solid #AA8C2C; }
    .single-product .related-products-slider .wrap .content .title {
      color: #AA8C2C;
      font-family: "Libre Baskerville", sans-serif;
      font-size: 30px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase;
      margin: 58px 0; }
      @media (max-width: 600px) {
        .single-product .related-products-slider .wrap .content .title {
          font-size: 22px;
          text-align: center; } }
    .single-product .related-products-slider .wrap .content .slick-slider {
      padding: 0 !important;
      flex-grow: 1; }
    .single-product .related-products-slider .wrap .content .slider {
      padding: 20px;
      /* the slides */
      /* the parent */ }
      .single-product .related-products-slider .wrap .content .slider .slick-slide {
        margin: 0 22px;
        height: auto !important; }
        .single-product .related-products-slider .wrap .content .slider .slick-slide > div {
          height: 100%; }
        @media (max-width: 1333px) {
          .single-product .related-products-slider .wrap .content .slider .slick-slide {
            margin: 0 10px; } }
      .single-product .related-products-slider .wrap .content .slider .slick-track {
        display: flex !important; }
      .single-product .related-products-slider .wrap .content .slider .slick-list {
        margin: 0 -22px; }
        @media (max-width: 1333px) {
          .single-product .related-products-slider .wrap .content .slider .slick-list {
            margin: 0 -10px; } }
        @media (max-width: 1000px) {
          .single-product .related-products-slider .wrap .content .slider .slick-list {
            margin: 0; } }
      .single-product .related-products-slider .wrap .content .slider .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none; }
        .single-product .related-products-slider .wrap .content .slider .slick-dots li {
          margin: 0 0.25rem; }
        .single-product .related-products-slider .wrap .content .slider .slick-dots button {
          display: block;
          width: 1rem;
          height: 1rem;
          padding: 0;
          outline: none;
          border: none;
          border-radius: 100%;
          background-color: #D4AF37;
          text-indent: -9999px; }
        .single-product .related-products-slider .wrap .content .slider .slick-dots li.slick-active button {
          background-color: #AA8C2C; }
      .single-product .related-products-slider .wrap .content .slider .item {
        display: flex !important;
        height: 100%; }
        .single-product .related-products-slider .wrap .content .slider .item .item-inner {
          min-width: 259px;
          width: 100%;
          padding: 15px;
          display: flex;
          flex-direction: column;
          gap: 48px;
          align-items: center;
          justify-content: inherit;
          border: 2px solid #AA8C2C;
          margin: 0 auto; }
          @media (max-width: 1333px) {
            .single-product .related-products-slider .wrap .content .slider .item .item-inner {
              min-width: unset; } }
          .single-product .related-products-slider .wrap .content .slider .item .item-inner img {
            height: 234px;
            width: 100%; }
            @media (max-width: 1000px) {
              .single-product .related-products-slider .wrap .content .slider .item .item-inner img {
                height: 420px; } }
          .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info {
            border-top: 2px solid #AA8C2C;
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 20px; }
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .line-clamp {
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              /* Change this line if you want. In this case it trimmed the text to 3 lines. */
              overflow: hidden; }
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .name {
              margin-top: 20px;
              color: #AA8C2C;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-style: normal;
              font-weight: 500;
              line-height: normal; }
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .price span {
              color: #AA8C2C;
              font-family: "Montserrat", sans-serif;
              text-align: center;
              font-size: 20px;
              font-style: normal;
              font-weight: 700;
              line-height: normal; }
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info a {
              margin: 5px auto;
              text-decoration: none; }
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .in-stock,
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .quantity {
              display: none; }
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .single_add_to_cart_button,
            .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .product_type_simple {
              padding: 16px 21px;
              border: 2px solid #AA8C2C;
              color: #AA8C2C !important;
              background: #FFF !important;
              text-align: center;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-style: normal;
              font-weight: 600;
              line-height: 95%;
              text-transform: uppercase;
              width: max-content;
              display: block;
              text-decoration: none;
              transition-duration: 0.4s;
              letter-spacing: unset;
              margin: 0 auto; }
              @media (max-width: 600px) {
                .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .single_add_to_cart_button,
                .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .product_type_simple {
                  font-size: 16px; } }
              .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .single_add_to_cart_button:hover,
              .single-product .related-products-slider .wrap .content .slider .item .item-inner .item-info .cart-wrap .product_type_simple:hover {
                border: 2px solid #AA8C2C;
                background: #AA8C2C !important;
                color: #fff !important;
                text-decoration: none; }

.error404 .page-title {
  margin-bottom: 100px !important;
  margin-top: 100px; }
.error404 .page-content {
  display: none; }

.spinner {
  background: url("images/icons/spinner.gif") !important; }

.coming-soon-page h2 {
  padding: 200px 0; }

.product-content-wrap .wpfFilterWrapper[data-radio="1"] .wpfCheckbox label:before {
  border-radius: 0 !important; }

.common-caontainer h1, .common-caontainer h2, .common-caontainer h3, .common-caontainer h4, .common-caontainer h5 {
  padding: 0 0 15px 0; }
.common-caontainer p {
  padding: 0 0 15px 0;
  color: #AA8C2C; }
.common-caontainer ol, .common-caontainer ul {
  padding: 0 0 15px 15px;
  margin: 0; }
  .common-caontainer ol li, .common-caontainer ul li {
    color: #AA8C2C;
    margin-bottom: 5px; }

.policy-links {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 0 0 30px 0; }
  @media (max-width: 767px) {
    .policy-links {
      flex-direction: column;
      gap: 8px; } }
  .policy-links a {
    font-size: 14px;
    text-align: center; }

.footer-logo-wrap {
  display: flex;
  align-items: center;
  gap: 30px; }
  @media (max-width: 500px) {
    .footer-logo-wrap {
      flex-direction: column; } }

.page-template-default .main-container h2 {
  padding-bottom: 10px; }
.page-template-default .main-container p {
  padding-bottom: 10px; }
.page-template-default .main-container ul li, .page-template-default .main-container ol li {
  color: #AA8C2C; }

.mobile-header .right-top {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin-left: auto;
  padding: 15px 0px;
  width: 100%;
  border-bottom: 1px solid #AA8C2C; }
  @media (max-width: 600px) {
    .mobile-header .right-top {
      gap: 5px;
      flex-direction: column; } }
  .mobile-header .right-top .contact-item {
    display: flex;
    gap: 5px;
    align-items: center; }
    .mobile-header .right-top .contact-item img {
      width: 20px;
      height: 20px; }
      @media (max-width: 600px) {
        .mobile-header .right-top .contact-item img {
          width: 15px;
          height: 15px; } }
    .mobile-header .right-top .contact-item p {
      color: #AA8C2C;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-size: 11px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      text-transform: uppercase; }
      @media (max-width: 600px) {
        .mobile-header .right-top .contact-item p {
          font-size: 10px; } }

.home-page button,
.home-page input {
  outline: none; }
@media (max-width: 868px) {
  .home-page .category {
    margin-top: 50px; } }
.home-page .category .category-content .tabs {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 77px; }
  @media (max-width: 868px) {
    .home-page .category .category-content .tabs {
      flex-direction: column;
      margin-bottom: 40px; } }
.home-page .category .category-content .tab {
  padding: 15px 24px;
  background: #fff;
  border: 2px solid #AA8C2C;
  color: #AA8C2C;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
  @media (max-width: 868px) {
    .home-page .category .category-content .tab {
      border: none;
      width: 50%;
      font-size: 16px; } }
  @media (max-width: 500px) {
    .home-page .category .category-content .tab {
      width: 70%;
      font-size: 14px;
      padding: 10px 18px; } }
.home-page .category .category-content .tab.active {
  background: #AA8C2C;
  border: 2px solid #AA8C2C;
  color: #fff; }
.home-page .category .wrap {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1333px) {
    .home-page .category .wrap {
      padding: 0 20px;
      justify-content: center; } }
  .home-page .category .wrap .arrow {
    width: 45px; }
    @media (max-width: 1333px) {
      .home-page .category .wrap .arrow {
        display: none; } }
    .home-page .category .wrap .arrow button {
      background: none;
      border: none;
      padding: 0;
      outline: none; }
      .home-page .category .wrap .arrow button svg {
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 0.5s;
        display: block;
        max-width: 100%;
        height: auto;
        fill: none;
        stroke: #AA8C2C;
        stroke-width: 1.28px; }
        .home-page .category .wrap .arrow button svg:hover {
          fill: #AA8C2C;
          stroke: #fff; }
  .home-page .category .wrap .content {
    max-width: 1180px;
    width: 100%; }
    .home-page .category .wrap .content .slick-slider {
      padding: 0 !important;
      flex-grow: 1; }
    .home-page .category .wrap .content .tab-content {
      padding: 20px;
      display: none;
      /* the slides */
      /* the parent */ }
      .home-page .category .wrap .content .tab-content .slick-slide {
        padding: 0px 40px;
        height: auto; }
        .home-page .category .wrap .content .tab-content .slick-slide > div {
          height: 100%; }
      .home-page .category .wrap .content .tab-content .slick-track {
        display: flex !important; }
      .home-page .category .wrap .content .tab-content .slick-list {
        margin: 0 -22px; }
        @media (max-width: 1333px) {
          .home-page .category .wrap .content .tab-content .slick-list {
            margin: 0 -10px; } }
      .home-page .category .wrap .content .tab-content .slick-dots {
        display: flex;
        justify-content: center;
        margin: 0;
        padding: 1rem 0;
        list-style-type: none; }
        .home-page .category .wrap .content .tab-content .slick-dots li {
          margin: 0 0.25rem; }
        .home-page .category .wrap .content .tab-content .slick-dots button {
          display: block;
          width: 1rem;
          height: 1rem;
          padding: 0;
          outline: none;
          border: none;
          border-radius: 100%;
          background-color: #D4AF37;
          text-indent: -9999px; }
        .home-page .category .wrap .content .tab-content .slick-dots li.slick-active button {
          background-color: #AA8C2C; }
      .home-page .category .wrap .content .tab-content .item {
        display: flex !important;
        height: 100%; }
        .home-page .category .wrap .content .tab-content .item .item-inner {
          min-width: 259px;
          width: 100%;
          padding: 15px;
          display: flex;
          flex-direction: column;
          gap: 48px;
          align-items: center;
          justify-content: inherit;
          border: 2px solid #AA8C2C;
          margin: 0 auto; }
          @media (max-width: 1333px) {
            .home-page .category .wrap .content .tab-content .item .item-inner {
              min-width: unset; } }
          .home-page .category .wrap .content .tab-content .item .item-inner .imgwrap {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            height: 30vh;
            min-height: 250px; }
            .home-page .category .wrap .content .tab-content .item .item-inner .imgwrap img {
              max-width: 100%;
              max-height: 100%;
              object-fit: cover; }
          .home-page .category .wrap .content .tab-content .item .item-inner .item-info {
            border-top: 2px solid #AA8C2C;
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 20px; }
            .home-page .category .wrap .content .tab-content .item .item-inner .item-info .line-clamp {
              display: -webkit-box;
              -webkit-box-orient: vertical;
              -webkit-line-clamp: 2;
              /* Change this line if you want. In this case it trimmed the text to 3 lines. */
              overflow: hidden; }
            .home-page .category .wrap .content .tab-content .item .item-inner .item-info .name {
              margin-top: 20px;
              color: #AA8C2C;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-style: normal;
              font-weight: 500;
              line-height: normal; }
            .home-page .category .wrap .content .tab-content .item .item-inner .item-info .price span {
              color: #AA8C2C;
              font-family: "Montserrat", sans-serif;
              text-align: center;
              font-size: 20px;
              font-style: normal;
              font-weight: 700;
              line-height: normal; }
            .home-page .category .wrap .content .tab-content .item .item-inner .item-info a {
              margin: 5px auto;
              text-decoration: none; }
            .home-page .category .wrap .content .tab-content .item .item-inner .item-info .cart-wrap .in-stock,
            .home-page .category .wrap .content .tab-content .item .item-inner .item-info .cart-wrap .quantity {
              display: none; }
            .home-page .category .wrap .content .tab-content .item .item-inner .item-info .cart-wrap .single_add_to_cart_button {
              padding: 16px 21px;
              border: 2px solid #AA8C2C;
              color: #AA8C2C !important;
              background: #FFF !important;
              text-align: center;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-style: normal;
              font-weight: 600;
              line-height: 95%;
              text-transform: uppercase;
              width: max-content;
              display: block;
              text-decoration: none;
              transition-duration: 0.4s;
              letter-spacing: unset;
              margin: 0 auto; }
              @media (max-width: 600px) {
                .home-page .category .wrap .content .tab-content .item .item-inner .item-info .cart-wrap .single_add_to_cart_button {
                  font-size: 16px; } }
              .home-page .category .wrap .content .tab-content .item .item-inner .item-info .cart-wrap .single_add_to_cart_button:hover {
                border: 2px solid #AA8C2C;
                background: #AA8C2C !important;
                color: #fff !important;
                text-decoration: none; }
    .home-page .category .wrap .content .tab-content.active {
      display: block; }
.home-page .custom {
  padding: 120px 0; }
  .home-page .custom .content {
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    @media (max-width: 767px) {
      .home-page .custom .content {
        flex-direction: column;
        gap: 30px; } }
    .home-page .custom .content .img-wrap {
      position: relative; }
      .home-page .custom .content .img-wrap .image {
        width: 100%;
        max-width: 540px;
        object-fit: cover;
        height: 100%; }
        @media (max-width: 1135px) {
          .home-page .custom .content .img-wrap .image {
            max-width: 470px; } }
        @media (max-width: 1000px) {
          .home-page .custom .content .img-wrap .image {
            max-width: 425px; } }
        @media (max-width: 900px) {
          .home-page .custom .content .img-wrap .image {
            max-width: unset; } }
      .home-page .custom .content .img-wrap .frame {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 13px; }
      .home-page .custom .content .img-wrap .btn-wrap {
        position: absolute;
        bottom: 95px;
        width: 100%; }
        .home-page .custom .content .img-wrap .btn-wrap a {
          margin: auto; }
          @media (max-width: 400px) {
            .home-page .custom .content .img-wrap .btn-wrap a {
              font-size: 12px; } }
.home-page .varieties {
  margin-bottom: 146px; }
  .home-page .varieties .top-section .bg1,
  .home-page .varieties .bottom-section .bg1 {
    position: relative;
    height: 699px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url("images/home/varietybg1.jpeg") lightgray 50%/cover no-repeat; }
    @media (max-width: 600px) {
      .home-page .varieties .top-section .bg1,
      .home-page .varieties .bottom-section .bg1 {
        height: 580px; } }
    .home-page .varieties .top-section .bg1 .content,
    .home-page .varieties .bottom-section .bg1 .content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .home-page .varieties .top-section .bg1 .content .text-content,
      .home-page .varieties .bottom-section .bg1 .content .text-content {
        max-width: 517px;
        width: 100%;
        margin-top: 125px;
        margin-left: 125px; }
        @media (max-width: 800px) {
          .home-page .varieties .top-section .bg1 .content .text-content,
          .home-page .varieties .bottom-section .bg1 .content .text-content {
            max-width: 450px;
            margin-left: 50px; } }
        @media (max-width: 600px) {
          .home-page .varieties .top-section .bg1 .content .text-content,
          .home-page .varieties .bottom-section .bg1 .content .text-content {
            max-width: 350px; } }
        @media (max-width: 400px) {
          .home-page .varieties .top-section .bg1 .content .text-content,
          .home-page .varieties .bottom-section .bg1 .content .text-content {
            max-width: 300px;
            margin-top: 77px;
            margin-left: 15px; } }
        .home-page .varieties .top-section .bg1 .content .text-content h3,
        .home-page .varieties .bottom-section .bg1 .content .text-content h3 {
          color: #AA8C2C;
          font-family: "Libre Baskerville", sans-serif;
          font-size: 40px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          margin-bottom: 20px; }
          @media (max-width: 700px) {
            .home-page .varieties .top-section .bg1 .content .text-content h3,
            .home-page .varieties .bottom-section .bg1 .content .text-content h3 {
              font-size: 32px; } }
          @media (max-width: 450px) {
            .home-page .varieties .top-section .bg1 .content .text-content h3,
            .home-page .varieties .bottom-section .bg1 .content .text-content h3 {
              font-size: 30px; } }
        .home-page .varieties .top-section .bg1 .content .text-content p,
        .home-page .varieties .bottom-section .bg1 .content .text-content p {
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 400;
          line-height: normal;
          margin-bottom: 20px;
          max-width: 366px; }
          @media (max-width: 600px) {
            .home-page .varieties .top-section .bg1 .content .text-content p,
            .home-page .varieties .bottom-section .bg1 .content .text-content p {
              font-size: 16px; } }
        .home-page .varieties .top-section .bg1 .content .text-content .secondary-button,
        .home-page .varieties .bottom-section .bg1 .content .text-content .secondary-button {
          background: none !important; }
          .home-page .varieties .top-section .bg1 .content .text-content .secondary-button:hover,
          .home-page .varieties .bottom-section .bg1 .content .text-content .secondary-button:hover {
            background: #AA8C2C !important; }
      .home-page .varieties .top-section .bg1 .content .slider-wrap,
      .home-page .varieties .bottom-section .bg1 .content .slider-wrap {
        background: rgba(0, 0, 0, 0.35); }
        .home-page .varieties .top-section .bg1 .content .slider-wrap .logo-item,
        .home-page .varieties .bottom-section .bg1 .content .slider-wrap .logo-item {
          border: 2px solid #FFF;
          height: 88px;
          display: flex !important;
          justify-content: center;
          align-items: center;
          padding: 5px; }
          @media (max-width: 600px) {
            .home-page .varieties .top-section .bg1 .content .slider-wrap .logo-item,
            .home-page .varieties .bottom-section .bg1 .content .slider-wrap .logo-item {
              height: 50px; } }
          .home-page .varieties .top-section .bg1 .content .slider-wrap .logo-item .lg,
          .home-page .varieties .bottom-section .bg1 .content .slider-wrap .logo-item .lg {
            width: auto;
            height: 100%;
            background-position: center;
            background-size: auto;
            background-repeat: no-repeat; }
  .home-page .varieties .top-section .bg2,
  .home-page .varieties .bottom-section .bg2 {
    position: relative;
    height: 699px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%), url("images/home/varietybg2.jpeg") lightgray 50%/cover no-repeat; }
    @media (max-width: 600px) {
      .home-page .varieties .top-section .bg2,
      .home-page .varieties .bottom-section .bg2 {
        height: 580px; } }
.home-page .tiles .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #AA8C2C;
  width: 100%; }
  @media (max-width: 900px) {
    .home-page .tiles .content {
      grid-template-columns: repeat(1, 1fr); } }
  .home-page .tiles .content .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 900px) {
      .home-page .tiles .content .item {
        margin-bottom: 50px !important; } }
    .home-page .tiles .content .item .image {
      max-width: 586px;
      width: 100%; }
    .home-page .tiles .content .item .item-inner h6 {
      color: #AA8C2C;
      text-align: center;
      font-family: "Libre Baskerville", sans-serif;
      font-size: 45px;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-bottom: 90px; }
      @media (max-width: 600px) {
        .home-page .tiles .content .item .item-inner h6 {
          font-size: 30px; } }
      @media (max-width: 400px) {
        .home-page .tiles .content .item .item-inner h6 {
          margin-bottom: 60px; } }
    .home-page .tiles .content .item .item-inner .line {
      max-width: 299px;
      width: 100%;
      height: 2px;
      background: #AA8C2C;
      margin-bottom: 40px;
      margin-inline: auto; }
      @media (max-width: 400px) {
        .home-page .tiles .content .item .item-inner .line {
          max-width: 240px; } }
    .home-page .tiles .content .item .item-inner .btn-wrap .secondary-button {
      margin: auto; }
  .home-page .tiles .content .pd {
    margin: 0 auto; }
  @media (max-width: 900px) {
    .home-page .tiles .content .last {
      order: 3; } }
  @media (max-width: 900px) {
    .home-page .tiles .content .third {
      order: 4; } }
.home-page .feedback {
  margin-top: 30px;
  /* the parent */ }
  .home-page .feedback .feedback-content-wrap .main-container {
    width: 100%;
    max-width: 900px; }
  .home-page .feedback .slick-slide {
    padding: 0 80px; }
    @media (max-width: 1100px) {
      .home-page .feedback .slick-slide {
        padding: 0 60px; } }
    @media (max-width: 850px) {
      .home-page .feedback .slick-slide {
        padding: 0 50px; } }
    @media (max-width: 767px) {
      .home-page .feedback .slick-slide {
        padding: 0 30px; } }
  .home-page .feedback .slick-list {
    overflow: visible; }
    .home-page .feedback .slick-list .slick-slide {
      opacity: 0.6; }
      .home-page .feedback .slick-list .slick-slide.slick-current {
        opacity: 1; }
  .home-page .feedback .slick-prev,
  .home-page .feedback .slick-next {
    z-index: 5;
    font-size: 0;
    outline: none;
    width: 24px;
    height: 24px;
    border: none;
    padding: 15px;
    position: absolute;
    transform: translate(0, -50%);
    top: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent; }
  .home-page .feedback .slick-prev {
    background-image: url("images/icons/arrow_back.png");
    left: -20px; }
  .home-page .feedback .slick-next {
    background-image: url("images/icons/arrow_next.png");
    right: -20px; }
  .home-page .feedback .feedback-content {
    width: 100%;
    position: relative; }
    .home-page .feedback .feedback-content .slick-track {
      display: flex; }
      .home-page .feedback .feedback-content .slick-track .slick-slide {
        height: auto; }
        .home-page .feedback .feedback-content .slick-track .slick-slide > div {
          height: 100%; }
    .home-page .feedback .feedback-content .feedback-item {
      display: flex !important;
      padding: 38px 44px;
      justify-content: center;
      align-items: flex-start;
      gap: 51px;
      border: 2px solid #AA8C2C;
      width: 100%;
      max-width: 800px;
      height: 100%; }
      @media (max-width: 850px) {
        .home-page .feedback .feedback-content .feedback-item {
          padding: 22px 18px;
          align-items: center;
          gap: 19px;
          max-width: 90vw; } }
      @media (max-width: 550px) {
        .home-page .feedback .feedback-content .feedback-item {
          flex-direction: column; } }
      @media (max-width: 350px) {
        .home-page .feedback .feedback-content .feedback-item {
          max-width: 250px; } }
      .home-page .feedback .feedback-content .feedback-item .img-wrap {
        width: 109px;
        min-width: 109px;
        height: 109px;
        overflow: hidden;
        border-radius: 50%; }
        .home-page .feedback .feedback-content .feedback-item .img-wrap img {
          width: 100%;
          object-fit: cover;
          height: 100%; }
      .home-page .feedback .feedback-content .feedback-item .info {
        display: flex;
        flex-direction: column;
        gap: 30px; }
        @media (max-width: 550px) {
          .home-page .feedback .feedback-content .feedback-item .info {
            align-items: center;
            text-align: center; } }
        .home-page .feedback .feedback-content .feedback-item .info h6 {
          color: #AA8C2C;
          font-family: "Libre Baskerville", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase; }
        .home-page .feedback .feedback-content .feedback-item .info p {
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 18px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
.home-page .join {
  background-image: url("images/home/joinbg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  margin: 110px 0 0 0; }
  .home-page .join .frame {
    margin: 45px 0;
    position: relative;
    max-width: 507px;
    width: 100%; }
    @media (max-width: 900px) {
      .home-page .join .frame {
        max-width: unset; } }
    .home-page .join .frame img {
      width: 100%; }
    .home-page .join .frame .frame-content {
      position: absolute;
      top: 202px;
      left: 75px;
      width: 65%;
      height: 100%; }
      @media (max-width: 550px) {
        .home-page .join .frame .frame-content {
          top: 100px; } }
      @media (max-width: 400px) {
        .home-page .join .frame .frame-content {
          left: 40px;
          top: 40px; } }
      .home-page .join .frame .frame-content h2 {
        color: #AA8C2C;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 45px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 25px; }
        @media (max-width: 550px) {
          .home-page .join .frame .frame-content h2 {
            font-size: 36px; } }
        @media (max-width: 400px) {
          .home-page .join .frame .frame-content h2 {
            font-size: 28px; } }
      .home-page .join .frame .frame-content p {
        color: #AA8C2C;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 30px; }
.home-page .upcoming-events .content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 15px; }
  @media (max-width: 1000px) {
    .home-page .upcoming-events .content {
      flex-direction: column;
      gap: 50px; } }
  .home-page .upcoming-events .content .line-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* Change this line if you want. In this case it trimmed the text to 3 lines. */
    overflow: hidden; }
  .home-page .upcoming-events .content a {
    text-decoration: none; }
  .home-page .upcoming-events .content .left .latest-event {
    max-width: 625px; }
    @media (max-width: 1000px) {
      .home-page .upcoming-events .content .left .latest-event {
        max-width: unset; } }
    .home-page .upcoming-events .content .left .latest-event .img-wrapper {
      position: relative;
      max-width: 625px;
      width: 100%;
      height: 400px;
      overflow: hidden; }
      @media (max-width: 1000px) {
        .home-page .upcoming-events .content .left .latest-event .img-wrapper {
          max-width: none;
          height: 500px; } }
      .home-page .upcoming-events .content .left .latest-event .img-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .home-page .upcoming-events .content .left .latest-event .date-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 124px;
      height: 126px;
      background-color: #AA8C2C;
      padding: 25px 17px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; }
      @media (max-width: 500px) {
        .home-page .upcoming-events .content .left .latest-event .date-box {
          width: 70px;
          height: 70px;
          padding: 13px 11px; } }
      .home-page .upcoming-events .content .left .latest-event .date-box :first-child {
        color: #FFF;
        text-align: center;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 45px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .left .latest-event .date-box :first-child {
            font-size: 22px; } }
      .home-page .upcoming-events .content .left .latest-event .date-box :last-child {
        color: #FFF;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .left .latest-event .date-box :last-child {
            font-size: 10px; } }
    .home-page .upcoming-events .content .left .latest-event .info {
      border-bottom: 2px solid #D4AF37; }
      .home-page .upcoming-events .content .left .latest-event .info .heading {
        color: #AA8C2C;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 10px;
        margin-top: 20px; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .left .latest-event .info .heading {
            font-size: 20px;
            margin-bottom: 5px; } }
      .home-page .upcoming-events .content .left .latest-event .info .organized {
        display: flex;
        justify-content: space-between;
        margin-bottom: 19px; }
        .home-page .upcoming-events .content .left .latest-event .info .organized p {
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
          @media (max-width: 500px) {
            .home-page .upcoming-events .content .left .latest-event .info .organized p {
              font-size: 14px; } }
        .home-page .upcoming-events .content .left .latest-event .info .organized .left span {
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
          @media (max-width: 500px) {
            .home-page .upcoming-events .content .left .latest-event .info .organized .left span {
              font-size: 14px; } }
        .home-page .upcoming-events .content .left .latest-event .info .organized .right {
          text-align: right; }
    .home-page .upcoming-events .content .left .latest-event .description {
      margin-top: 38px; }
      @media (max-width: 500px) {
        .home-page .upcoming-events .content .left .latest-event .description {
          margin-top: 10px; } }
      .home-page .upcoming-events .content .left .latest-event .description p {
        color: #AA8C2C;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .left .latest-event .description p {
            font-size: 14px; } }
  .home-page .upcoming-events .content .right-events {
    display: flex;
    flex-direction: column;
    max-width: 469px;
    gap: 40px; }
    @media (max-width: 1000px) {
      .home-page .upcoming-events .content .right-events {
        max-width: unset; } }
    @media (max-width: 500px) {
      .home-page .upcoming-events .content .right-events {
        gap: 25px; } }
    .home-page .upcoming-events .content .right-events .event {
      display: flex;
      gap: 26px;
      padding-bottom: 25px;
      border-bottom: 2px solid #D4AF37; }
      @media (max-width: 500px) {
        .home-page .upcoming-events .content .right-events .event {
          flex-direction: column;
          gap: 15px; } }
      .home-page .upcoming-events .content .right-events .event .date .date-box {
        position: relative;
        width: 124px;
        height: 126px;
        background-color: #AA8C2C;
        padding: 25px 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .right-events .event .date .date-box {
            width: 70px;
            height: 70px;
            padding: 13px 11px; } }
        .home-page .upcoming-events .content .right-events .event .date .date-box :first-child {
          color: #FFF;
          text-align: center;
          font-family: "Libre Baskerville", sans-serif;
          font-size: 45px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
          @media (max-width: 500px) {
            .home-page .upcoming-events .content .right-events .event .date .date-box :first-child {
              font-size: 22px; } }
        .home-page .upcoming-events .content .right-events .event .date .date-box :last-child {
          color: #FFF;
          font-family: "Libre Baskerville", sans-serif;
          font-size: 16px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
          @media (max-width: 500px) {
            .home-page .upcoming-events .content .right-events .event .date .date-box :last-child {
              font-size: 10px; } }
      .home-page .upcoming-events .content .right-events .event .info .heading {
        color: #AA8C2C;
        font-family: "Libre Baskerville", sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-bottom: 13px; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .right-events .event .info .heading {
            font-size: 20px;
            margin-bottom: 5px; } }
      .home-page .upcoming-events .content .right-events .event .info .organized {
        display: flex;
        justify-content: space-between;
        margin-bottom: 26px; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .right-events .event .info .organized {
            margin-bottom: 10px; } }
        .home-page .upcoming-events .content .right-events .event .info .organized p {
          color: #AA8C2C;
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
          @media (max-width: 500px) {
            .home-page .upcoming-events .content .right-events .event .info .organized p {
              font-size: 14px; } }
        .home-page .upcoming-events .content .right-events .event .info .organized span {
          font-size: 20px;
          font-style: normal;
          font-weight: 600;
          line-height: normal; }
          @media (max-width: 500px) {
            .home-page .upcoming-events .content .right-events .event .info .organized span {
              font-size: 14px; } }
      .home-page .upcoming-events .content .right-events .event .info .description p {
        color: #AA8C2C;
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal; }
        @media (max-width: 500px) {
          .home-page .upcoming-events .content .right-events .event .info .description p {
            font-size: 14px; } }
.home-page .subscribe {
  margin: 125px 0; }
  .home-page .subscribe .box-container {
    display: flex;
    flex-direction: column;
    gap: 34px; }
    @media (max-width: 1000px) {
      .home-page .subscribe .box-container {
        gap: 16px; } }
    .home-page .subscribe .box-container .top {
      width: 100%;
      padding: 28px;
      background: #AA8C2C; }
      @media (max-width: 1000px) {
        .home-page .subscribe .box-container .top {
          padding: 15px; } }
      .home-page .subscribe .box-container .top .inner {
        border: 2px solid #FFF;
        padding: 60px 0; }
        .home-page .subscribe .box-container .top .inner h2 {
          color: #FFF;
          text-align: center;
          font-family: "Cormorant Garamond", sans-serif;
          font-size: 55px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          margin-bottom: 20px; }
          @media (max-width: 500px) {
            .home-page .subscribe .box-container .top .inner h2 {
              font-size: 45px;
              margin-inline: 10px; } }
          @media (max-width: 400px) {
            .home-page .subscribe .box-container .top .inner h2 {
              font-size: 35px; } }
        .home-page .subscribe .box-container .top .inner .home-subscribe form {
          margin: 0 auto;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 5px; }
          @media (max-width: 850px) {
            .home-page .subscribe .box-container .top .inner .home-subscribe form {
              flex-direction: column; } }
          .home-page .subscribe .box-container .top .inner .home-subscribe form .forminator-error-message {
            position: absolute; }
          .home-page .subscribe .box-container .top .inner .home-subscribe form .forminator-row {
            margin: 0; }
            .home-page .subscribe .box-container .top .inner .home-subscribe form .forminator-row .forminator-col {
              padding: 0px; }
            .home-page .subscribe .box-container .top .inner .home-subscribe form .forminator-row label {
              display: none; }
          .home-page .subscribe .box-container .top .inner .home-subscribe form input {
            max-width: 284px;
            width: 100%;
            background: transparent;
            border: 2px solid #fff;
            outline: none;
            margin: 0;
            padding: 17px 21px;
            color: #fff;
            font-family: "Montserrat", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            @media (max-width: 400px) {
              .home-page .subscribe .box-container .top .inner .home-subscribe form input {
                max-width: 200px; } }
            .home-page .subscribe .box-container .top .inner .home-subscribe form input::-webkit-input-placeholder {
              color: #fff;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (max-width: 600px) {
                .home-page .subscribe .box-container .top .inner .home-subscribe form input::-webkit-input-placeholder {
                  font-size: 16px; } }
            .home-page .subscribe .box-container .top .inner .home-subscribe form input:focus {
              color: #fff;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (max-width: 600px) {
                .home-page .subscribe .box-container .top .inner .home-subscribe form input:focus {
                  font-size: 16px; } }
          .home-page .subscribe .box-container .top .inner .home-subscribe form .forminator-button {
            border: 2px solid #fff;
            background: #fff;
            padding: 14px 21px;
            max-width: 284px;
            width: 100%;
            outline: none;
            margin: 0;
            height: 56px;
            font-family: "Montserrat", sans-serif;
            color: #AA8C2C;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal; }
            @media (max-width: 850px) {
              .home-page .subscribe .box-container .top .inner .home-subscribe form .forminator-button {
                margin-top: 30px; } }
    .home-page .subscribe .box-container .bottom {
      display: flex;
      gap: 35px;
      justify-content: space-between;
      align-items: center; }
      @media (max-width: 1000px) {
        .home-page .subscribe .box-container .bottom {
          gap: 16px; } }
      @media (max-width: 850px) {
        .home-page .subscribe .box-container .bottom {
          flex-direction: column; } }
      .home-page .subscribe .box-container .bottom .box {
        width: 50%;
        padding: 28px;
        background: #AA8C2C; }
        @media (max-width: 1000px) {
          .home-page .subscribe .box-container .bottom .box {
            padding: 15px; } }
        @media (max-width: 850px) {
          .home-page .subscribe .box-container .bottom .box {
            width: 100%; } }
        .home-page .subscribe .box-container .bottom .box .inner {
          border: 2px solid #FFF;
          padding: 60px 0; }
        .home-page .subscribe .box-container .bottom .box .btn-wrap .secondary-button {
          margin: 0 auto;
          border: 2px solid #fff; }
          @media (max-width: 400px) {
            .home-page .subscribe .box-container .bottom .box .btn-wrap .secondary-button {
              width: 100%;
              max-width: 200px; } }
.home-page .blog {
  margin-bottom: 144px; }
  .home-page .blog .blog-container {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 1200px) {
      .home-page .blog .blog-container {
        gap: 10px; } }
    @media (max-width: 800px) {
      .home-page .blog .blog-container {
        flex-direction: column; } }
    .home-page .blog .blog-container .blog-item {
      padding: 14px;
      border: 2px solid #AA8C2C;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between;
      width: max-content; }
      @media (max-width: 800px) {
        .home-page .blog .blog-container .blog-item {
          width: auto; } }
      .home-page .blog .blog-container .blog-item .img-wrap {
        width: 344px;
        height: 306px;
        margin-bottom: 39px; }
        @media (max-width: 1200px) {
          .home-page .blog .blog-container .blog-item .img-wrap {
            width: 100%;
            max-width: 344px; } }
        .home-page .blog .blog-container .blog-item .img-wrap img {
          width: 100%;
          object-fit: cover;
          height: 100%;
          object-position: center; }
      .home-page .blog .blog-container .blog-item .info {
        max-width: 344px;
        width: 100%; }
        .home-page .blog .blog-container .blog-item .info h6 {
          color: #AA8C2C;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-size: 32px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          padding-bottom: 15px; }
        .home-page .blog .blog-container .blog-item .info p {
          color: #AA8C2C;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          font-style: normal;
          font-weight: 400;
          line-height: normal; }
        .home-page .blog .blog-container .blog-item .info .secondary-button {
          margin: 30px auto; }
        .home-page .blog .blog-container .blog-item .info .line-clamp {
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden; }

.forminator-ui {
  position: relative; }
  .forminator-ui .forminator-response-message {
    position: absolute !important;
    top: 60px; }
  .forminator-ui .forminator-error {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0px !important; }

.hiddeninfos {
  height: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  display: none !important; }

.lity-wrap .cigarClub-inner {
  padding: 30px;
  width: 100%;
  max-width: 500px;
  background: #fff;
  max-height: 80vh;
  overflow-y: auto;
  position: relative; }
  .lity-wrap .cigarClub-inner::-webkit-scrollbar {
    width: 4px; }
  .lity-wrap .cigarClub-inner::-webkit-scrollbar-thumb {
    background-color: #AA8C2C;
    border-radius: 2px; }
  .lity-wrap .cigarClub-inner h2 {
    font-size: 30px; }
  .lity-wrap .cigarClub-inner .forminator-row {
    margin-bottom: 10px !important; }
  .lity-wrap .cigarClub-inner .forminator-button {
    border: 2px solid #AA8C2C;
    background: #AA8C2C;
    padding: 14px 21px;
    max-width: 284px;
    width: 100%;
    outline: none;
    margin: 0;
    height: 56px;
    font-family: "Montserrat", sans-serif;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media (max-width: 850px) {
      .lity-wrap .cigarClub-inner .forminator-button {
        margin-top: 30px; } }
  .lity-wrap .cigarClub-inner .forminator-row {
    margin: 0px !important; }
  .lity-wrap .cigarClub-inner .forminator-col {
    padding: 0px 0px 15px 0px !important; }
  .lity-wrap .cigarClub-inner .forminator-date-select .forminator-row {
    gap: 5px;
    display: flex; }
.lity-wrap .forminator-response-message {
  bottom: -110px;
  top: auto; }

.forminator-select-dropdown-container--open .forminator-custom-form-25677.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected, .forminator-select-dropdown-container--open .forminator-custom-form-25677.forminator-dropdown--default .select2-results .select2-results__options .select2-results__option.select2-results__option--selected span:not(.forminator-checkbox-box) {
  background-color: #AA8C2C !important; }

.forminator-select-dropdown-container--open .forminator-custom-form-25677.forminator-dropdown--default, .forminator-ui#forminator-module-25677.forminator-design--default .forminator-select2 + .forminator-select.select2-container--open .selection .select2-selection--single[role="combobox"] {
  border-color: #AA8C2C !important; }

.forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2 + .forminator-select .selection span[role=combobox].select2-selection--multiple .select2-selection__arrow [class*=forminator-icon-]:before, .forminator-ui.forminator-custom-form[data-design=default] select.forminator-select2 + .forminator-select .selection span[role=combobox].select2-selection--single .select2-selection__arrow [class*=forminator-icon-]:before {
  color: #AA8C2C !important; }

.custom-quantity-block .old-price {
  display: none !important; }

p.out-of-stock {
  display: inline-block;
  padding: 8px 10px;
  font-size: 11px;
  background: #FBEFEF;
  color: #FF5656 !important;
  font-family: "Montserrat", sans-serif;
  border-radius: 2px;
  width: max-content; }

.blog-title {
  padding: 50px 0px; }

.blog-banner {
  padding-bottom: 50px; }
  .blog-banner .img-wrapper {
    width: 100%;
    height: 40vh;
    min-height: 200px;
    overflow: hidden; }
    .blog-banner .img-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.blog-txt p {
  padding: 0px 0px 15px 0px; }
.blog-txt ul, .blog-txt ol {
  padding: 10px 15px; }
  .blog-txt ul li, .blog-txt ol li {
    margin-bottom: 10px; }
.blog-txt p, .blog-txt li {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  color: #000; }

.contact-container {
  display: flex;
  gap: 30px;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .contact-container {
      flex-direction: column; } }
  .contact-container .contact-infowrap .mapbox {
    width: 100%;
    padding-top: 30px; }
    .contact-container .contact-infowrap .mapbox iframe {
      width: 100%;
      height: 30vh;
      min-height: 400px; }
  .contact-container .contact-infowrap ul {
    list-style-type: none;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    margin: 0; }
    .contact-container .contact-infowrap ul li {
      display: flex;
      gap: 15px;
      align-items: center;
      margin-bottom: 30px; }
      .contact-container .contact-infowrap ul li span {
        width: 20px;
        flex-shrink: 0; }
      .contact-container .contact-infowrap ul li img {
        max-width: 100%; }
  .contact-container .contact-formwrap {
    width: 100%;
    max-width: 600px; }
    .contact-container .contact-formwrap h2 {
      font-size: 30px; }
    .contact-container .contact-formwrap .forminator-row {
      margin-bottom: 10px !important; }
    .contact-container .contact-formwrap .forminator-button {
      border: 2px solid #AA8C2C;
      background: #AA8C2C;
      padding: 14px 21px;
      max-width: 284px;
      width: 100%;
      outline: none;
      margin: 0;
      height: 56px;
      font-family: "Montserrat", sans-serif;
      color: #fff;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: normal; }
      @media (max-width: 850px) {
        .contact-container .contact-formwrap .forminator-button {
          margin-top: 30px; } }
    .contact-container .contact-formwrap .forminator-row {
      margin: 0px !important; }
    .contact-container .contact-formwrap .forminator-col {
      padding: 0px 0px 15px 0px !important; }
    .contact-container .contact-formwrap .forminator-date-select .forminator-row {
      gap: 5px;
      display: flex; }

.wp-block-woocommerce-cart-order-summary-discount-block .wc-block-components-chip__remove {
  display: none !important; }
.wp-block-woocommerce-cart-order-summary-discount-block .wc-block-formatted-money-amount {
  color: #FF5656 !important; }

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax-value, .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 700;
  color: #000; }

body.woocommerce-checkout .inner-container {
  padding-top: 0px; }

div.sc-gyycJP input {
  border: 1px solid #bdbdbd !important;
  height: 40px;
  padding: 0px 10px; }
  div.sc-gyycJP input#cvc {
    border-right: 0px !important; }

form {
  width: 100%; }
  form.forminator-ui textarea {
    height: 200px !important;
    resize: none !important;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    border: 1px solid #D4AF37 !important;
    padding: 9px 16px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
    margin: 0; }
  form.forminator-ui input[type="text"], form.forminator-ui input[type="email"] {
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    border: 1px solid #D4AF37 !important;
    padding: 9px 16px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.06);
    margin: 0; }
  form.forminator-ui button {
    border: 2px solid #AA8C2C;
    background: #AA8C2C;
    color: #fff; }
  form.forminator-ui .select2-selection--single[role="combobox"] {
    border: 1px solid #D4AF37 !important; }
  form.forminator-ui label {
    color: #AA8C2C; }

.clubformwraper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .clubformwraper h3 {
    text-align: center; }
  .clubformwraper form {
    max-width: 800px; }

.offers .item-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  @media (max-width: 767px) {
    .offers .item-grid {
      grid-template-columns: repeat(1, 1fr);
      padding: 0 60px;
      gap: 30px; } }
  .offers .item-grid .item {
    position: relative; }
    .offers .item-grid .item img {
      width: 100%; }
    .offers .item-grid .item .item-img {
      width: 100%;
      min-height: auto;
      overflow: hidden;
      position: relative; }
      .offers .item-grid .item .item-img img {
        object-fit: cover;
        height: 100%;
        width: 100%; }
      .offers .item-grid .item .item-img .frame {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 9px;
        object-fit: contain; }
    .offers .item-grid .item .btn-wrap {
      position: absolute;
      bottom: 75px;
      left: 0;
      width: 100%; }
      @media (max-width: 600px) {
        .offers .item-grid .item .btn-wrap {
          position: relative;
          bottom: 0;
          margin-top: 5px; } }
      .offers .item-grid .item .btn-wrap .primary-button {
        margin: auto; }
        @media (max-width: 600px) {
          .offers .item-grid .item .btn-wrap .primary-button {
            margin: 0;
            width: 100%; } }

.custom-shop-page .shop-page-banner .banner-text h1 {
  max-width: 750px; }
.custom-shop-page .products-section .tabswrap {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 77px; }
  @media (max-width: 868px) {
    .custom-shop-page .products-section .tabswrap {
      flex-direction: column-reverse;
      margin-bottom: 40px; } }
.custom-shop-page .products-section .tab {
  padding: 15px 40px;
  background: #fff;
  border: 2px solid #AA8C2C;
  color: #AA8C2C;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal; }
  @media (max-width: 868px) {
    .custom-shop-page .products-section .tab {
      border: none;
      width: 50%;
      font-size: 16px; } }
  @media (max-width: 500px) {
    .custom-shop-page .products-section .tab {
      width: 70%;
      font-size: 14px;
      padding: 10px 18px; } }
.custom-shop-page .products-section .tab.active {
  background: #AA8C2C;
  border: 2px solid #AA8C2C;
  color: #fff; }
.custom-shop-page .product-section-container {
  width: 100%;
  display: flex;
  margin-left: -50px;
  gap: 100px; }
  @media (max-width: 1450px) {
    .custom-shop-page .product-section-container {
      margin-left: 0px;
      gap: 50px; } }
  @media (max-width: 767px) {
    .custom-shop-page .product-section-container {
      flex-direction: column;
      padding: 0;
      gap: 50px; } }
  .custom-shop-page .product-section-container .woocommerce-breadcrumb {
    display: none; }
  .custom-shop-page .product-section-container .filterwrap {
    min-width: 336px; }
    @media (max-width: 991px) {
      .custom-shop-page .product-section-container .filterwrap {
        min-width: 280px; } }
    .custom-shop-page .product-section-container .filterwrap .wpfFilterTitle {
      justify-content: flex-end;
      display: flex;
      align-items: center;
      gap: 17px;
      flex-direction: row-reverse;
      width: max-content; }
      .custom-shop-page .product-section-container .filterwrap .wpfFilterTitle .wpfTitleToggle::before {
        color: #AA8C2C; }
      .custom-shop-page .product-section-container .filterwrap .wpfFilterTitle .fa-minus::before {
        content: "\f0d8"; }
      .custom-shop-page .product-section-container .filterwrap .wpfFilterTitle .fa-plus::before {
        content: "\f0d7"; }
    .custom-shop-page .product-section-container .filterwrap .wfpTitle,
    .custom-shop-page .product-section-container .filterwrap .wfpClickable {
      color: #AA8C2C;
      text-align: center;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: normal; }
      @media (max-width: 700px) {
        .custom-shop-page .product-section-container .filterwrap .wfpTitle,
        .custom-shop-page .product-section-container .filterwrap .wfpClickable {
          font-size: 16px; } }
    .custom-shop-page .product-section-container .filterwrap .wpfFilterTaxNameWrapper {
      color: #AA8C2C;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 500;
      line-height: normal;
      padding: 0; }
      @media (max-width: 700px) {
        .custom-shop-page .product-section-container .filterwrap .wpfFilterTaxNameWrapper {
          font-size: 14px; } }
    .custom-shop-page .product-section-container .filterwrap .ui-slider-horizontal {
      height: 0.3rem;
      border: none !important; }
    .custom-shop-page .product-section-container .filterwrap .ui-slider-range,
    .custom-shop-page .product-section-container .filterwrap .ui-slider-handle {
      background: #AA8C2C !important;
      border: none !important;
      outline: none !important; }
    .custom-shop-page .product-section-container .filterwrap .ui-slider-handle {
      border-radius: 2px;
      z-index: 2;
      width: 11px;
      height: 11px;
      top: -0.2em; }
    .custom-shop-page .product-section-container .filterwrap .wpfPriceInputs .wpfCurrencySymbol,
    .custom-shop-page .product-section-container .filterwrap .wpfPriceInputs .wpfPriceRangeField {
      color: #AA8C2C !important;
      text-align: left;
      font-family: "Montserrat", sans-serif !important;
      font-size: 20px !important;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin: 0 !important;
      padding: 0 !important;
      border: none !important;
      outline: none !important;
      background: transparent !important;
      min-width: none; }
      .custom-shop-page .product-section-container .filterwrap .wpfPriceInputs .wpfCurrencySymbol:focus,
      .custom-shop-page .product-section-container .filterwrap .wpfPriceInputs .wpfPriceRangeField:focus {
        outline: none !important; }
    .custom-shop-page .product-section-container .filterwrap .wpfFilterWrapper {
      margin: 0;
      padding: 17px 0px 17px 0;
      border-bottom: 1px solid #AA8C2C; }
    .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll {
      display: flex;
      flex-direction: row-reverse;
      justify-content: left;
      padding: 25px 0  20px 10px;
      margin: 0; }
      .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll li {
        border: 2px solid #AA8C2C;
        padding: 14px !important;
        width: max-content !important; }
        .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll li:nth-child(2) {
          border-right: none; }
        .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll li .checked-background {
          background-color: #AA8C2C;
          /* Change to any color you prefer */ }
      .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll .wpfCheckbox {
        opacity: 0; }
        .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll .wpfCheckbox label {
          display: none !important; }
      .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll .wpfLiLabel {
        position: relative; }
      .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll .checked-background {
        background-color: #AA8C2C;
        /* Change to any color you prefer */ }
        .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll .checked-background .wpfFilterTaxNameWrapper {
          color: #ffff;
          /* Text color for checked state */ }
      .custom-shop-page .product-section-container .filterwrap #wpfBlock_1 .wpfFilterVerScroll .wpfFilterTaxNameWrapper {
        font-size: 20px; }
    .custom-shop-page .product-section-container .filterwrap .wpfFilterVerScroll {
      margin: 50px 0 50px 20px; }
      .custom-shop-page .product-section-container .filterwrap .wpfFilterVerScroll .wpfCheckbox input[type="checkbox"]:checked + label::before {
        background: url("images/icons/tick.png") !important;
        background-size: 100% 100% !important; }
      .custom-shop-page .product-section-container .filterwrap .wpfFilterVerScroll::-webkit-scrollbar {
        width: 5px; }
      .custom-shop-page .product-section-container .filterwrap .wpfFilterVerScroll::-webkit-scrollbar-track {
        background: #ececec;
        border-radius: 10px;
        border: none;
        outline: none; }
      .custom-shop-page .product-section-container .filterwrap .wpfFilterVerScroll::-webkit-scrollbar-thumb {
        background-color: #AA8C2C;
        border-radius: 10px;
        border: none;
        outline: none; }
  .custom-shop-page .product-section-container .productslist {
    width: 100%; }
    @media (max-width: 1028px) {
      .custom-shop-page .product-section-container .productslist {
        padding: 0 20px; } }
    @media (max-width: 600px) {
      .custom-shop-page .product-section-container .productslist {
        padding: 0 10px; } }
    .custom-shop-page .product-section-container .productslist .woocommerce-ordering {
      border: 2px solid #AA8C2C;
      background: #fff;
      padding: 8px 20px;
      margin: 0 0 55px; }
      @media (max-width: 700px) {
        .custom-shop-page .product-section-container .productslist .woocommerce-ordering {
          padding: 3px 15px;
          margin: 0 0 30px; } }
      .custom-shop-page .product-section-container .productslist .woocommerce-ordering span {
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        color: #AA8C2C;
        display: inline-block;
        padding-right: 15px; }
      .custom-shop-page .product-section-container .productslist .woocommerce-ordering select {
        color: #AA8C2C;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        border: none;
        appearance: none;
        padding-right: 20px;
        background: url("images/icons/select-arrow.png") right center no-repeat; }
        .custom-shop-page .product-section-container .productslist .woocommerce-ordering select:focus {
          outline: none;
          border: none; }
        @media (max-width: 700px) {
          .custom-shop-page .product-section-container .productslist .woocommerce-ordering select {
            font-size: 16px; } }
    .custom-shop-page .product-section-container .productslist .woocommerce-result-count {
      display: none; }
    .custom-shop-page .product-section-container .productslist .products {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 70px 52px; }
      .custom-shop-page .product-section-container .productslist .products::before {
        content: none; }
      @media (max-width: 1268px) {
        .custom-shop-page .product-section-container .productslist .products {
          gap: 20px; } }
      @media (max-width: 1168px) {
        .custom-shop-page .product-section-container .productslist .products {
          grid-template-columns: repeat(2, 1fr);
          gap: 20px; } }
      @media (max-width: 850px) {
        .custom-shop-page .product-section-container .productslist .products {
          grid-template-columns: repeat(1, 1fr); } }
      @media (max-width: 767px) {
        .custom-shop-page .product-section-container .productslist .products {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 700px) {
        .custom-shop-page .product-section-container .productslist .products {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 480px) {
        .custom-shop-page .product-section-container .productslist .products {
          grid-template-columns: repeat(1, 1fr); } }
      .custom-shop-page .product-section-container .productslist .products .product {
        min-height: 444px;
        display: flex;
        border: 1px solid #AA8C2C;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: unset !important;
        margin: 0 !important;
        padding: 60px 5px 30px 5px;
        position: relative; }
        @media (max-width: 400px) {
          .custom-shop-page .product-section-container .productslist .products .product {
            max-width: unset;
            min-height: 380px;
            width: 100% !important;
            margin: 0 auto !important; } }
        .custom-shop-page .product-section-container .productslist .products .product .product-labels {
          position: absolute;
          right: 0;
          top: 0;
          padding: 13px 11px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: flex-end; }
          .custom-shop-page .product-section-container .productslist .products .product .product-labels span {
            color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #000);
            text-align: center;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            line-height: 15px;
            font-style: normal;
            font-weight: 500;
            padding: 3px 10px;
            width: max-content; }
            .custom-shop-page .product-section-container .productslist .products .product .product-labels span.sale, .custom-shop-page .product-section-container .productslist .products .product .product-labels span.new-product {
              background: #F2E6C9;
              color: #000; }
            .custom-shop-page .product-section-container .productslist .products .product .product-labels span.best-seller {
              background: #000;
              color: #AA8C2C; }
        .custom-shop-page .product-section-container .productslist .products .product .icon_after_add_to_cart {
          position: absolute;
          top: 52%;
          right: 0px;
          font-size: 0; }
          .custom-shop-page .product-section-container .productslist .products .product .icon_after_add_to_cart a img[data-action="add"] {
            filter: invert(58%) sepia(12%) saturate(2302%) hue-rotate(8deg) brightness(93%) contrast(88%); }
          .custom-shop-page .product-section-container .productslist .products .product .icon_after_add_to_cart a img[data-action="remove"] {
            filter: none; }
        .custom-shop-page .product-section-container .productslist .products .product span.onsale {
          display: none !important; }
        .custom-shop-page .product-section-container .productslist .products .product .woocommerce-LoopProduct-link {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .custom-shop-page .product-section-container .productslist .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 220px; }
        .custom-shop-page .product-section-container .productslist .products .product .woocommerce-loop-product__title {
          color: #AA8C2C;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          width: 100%;
          position: relative;
          padding-top: 20px;
          margin-top: 35px;
          overflow: visible; }
          .custom-shop-page .product-section-container .productslist .products .product .woocommerce-loop-product__title:before {
            width: 80%;
            content: '';
            height: 2px;
            top: -20px;
            left: 10%;
            background: #AA8C2C;
            position: absolute; }
          @media (max-width: 400px) {
            .custom-shop-page .product-section-container .productslist .products .product .woocommerce-loop-product__title {
              font-size: 14px; } }
        .custom-shop-page .product-section-container .productslist .products .product .price {
          text-align: center;
          margin-top: 18px; }
          .custom-shop-page .product-section-container .productslist .products .product .price .woocommerce-Price-amount,
          .custom-shop-page .product-section-container .productslist .products .product .price .woocommerce-Price-currencySymbol {
            color: #AA8C2C;
            text-align: center;
            font-family: "Montserrat", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal; }
            @media (max-width: 400px) {
              .custom-shop-page .product-section-container .productslist .products .product .price .woocommerce-Price-amount,
              .custom-shop-page .product-section-container .productslist .products .product .price .woocommerce-Price-currencySymbol {
                font-size: 14px; } }
        .custom-shop-page .product-section-container .productslist .products .product a.added_to_cart {
          display: none; }
        .custom-shop-page .product-section-container .productslist .products .product .button {
          background: #fff;
          border: 2px solid #AA8C2C;
          font-family: "Montserrat", sans-serif;
          border-radius: 0;
          color: #AA8C2C; }
          @media (max-width: 400px) {
            .custom-shop-page .product-section-container .productslist .products .product .button {
              font-size: 12px;
              min-width: unset;
              padding: 0.6em; } }
          .custom-shop-page .product-section-container .productslist .products .product .button:hover {
            background: #AA8C2C;
            color: #fff; }
    .custom-shop-page .product-section-container .productslist.searchpro-list .products {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 70px 52px; }
      .custom-shop-page .product-section-container .productslist.searchpro-list .products::before {
        content: none; }
      @media (max-width: 1268px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          gap: 20px; } }
      @media (max-width: 1168px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 767px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 600px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 500px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          grid-template-columns: repeat(1, 1fr); } }
      @media (max-width: 767px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          grid-template-columns: repeat(3, 1fr); } }
      @media (max-width: 700px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          grid-template-columns: repeat(2, 1fr); } }
      @media (max-width: 480px) {
        .custom-shop-page .product-section-container .productslist.searchpro-list .products {
          grid-template-columns: repeat(1, 1fr); } }
      .custom-shop-page .product-section-container .productslist.searchpro-list .products .product {
        min-height: 444px;
        display: flex;
        border: 1px solid #AA8C2C;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: unset !important;
        margin: 0 !important;
        padding: 60px 5px 30px 5px;
        position: relative; }
        @media (max-width: 400px) {
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product {
            max-width: unset;
            min-height: 380px;
            width: 100% !important;
            margin: 0 auto !important; } }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .product-labels {
          position: absolute;
          right: 0;
          top: 0;
          padding: 13px 11px;
          display: flex;
          flex-direction: column;
          gap: 10px;
          align-items: flex-end; }
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .product-labels span {
            color: var(--Miscellaneous-Floating-Tab---Text-Unselected, #000);
            text-align: center;
            font-family: "Montserrat", sans-serif;
            font-size: 12px;
            line-height: 15px;
            font-style: normal;
            font-weight: 500;
            padding: 3px 10px;
            width: max-content; }
            .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .product-labels span.sale, .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .product-labels span.new-product {
              background: #F2E6C9;
              color: #000; }
            .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .product-labels span.best-seller {
              background: #000;
              color: #AA8C2C; }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .icon_after_add_to_cart {
          position: absolute;
          top: 52%;
          right: 0px;
          font-size: 0; }
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .icon_after_add_to_cart a img[data-action="add"] {
            filter: invert(58%) sepia(12%) saturate(2302%) hue-rotate(8deg) brightness(93%) contrast(88%); }
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .icon_after_add_to_cart a img[data-action="remove"] {
            filter: none; }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product span.onsale {
          display: none !important; }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .woocommerce-LoopProduct-link {
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .woocommerce-LoopProduct-link .attachment-woocommerce_thumbnail {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 220px; }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .woocommerce-loop-product__title {
          color: #AA8C2C;
          text-align: center;
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          width: 100%;
          position: relative;
          padding-top: 20px;
          margin-top: 35px;
          overflow: visible; }
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .woocommerce-loop-product__title:before {
            width: 80%;
            content: '';
            height: 2px;
            top: -20px;
            left: 10%;
            background: #AA8C2C;
            position: absolute; }
          @media (max-width: 400px) {
            .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .woocommerce-loop-product__title {
              font-size: 14px; } }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .price {
          text-align: center;
          margin-top: 18px; }
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .price .woocommerce-Price-amount,
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .price .woocommerce-Price-currencySymbol {
            color: #AA8C2C;
            text-align: center;
            font-family: "Montserrat", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: normal; }
            @media (max-width: 400px) {
              .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .price .woocommerce-Price-amount,
              .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .price .woocommerce-Price-currencySymbol {
                font-size: 14px; } }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product a.added_to_cart {
          display: none; }
        .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .button {
          background: #fff;
          border: 2px solid #AA8C2C;
          font-family: "Montserrat", sans-serif;
          border-radius: 0;
          color: #AA8C2C; }
          @media (max-width: 400px) {
            .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .button {
              font-size: 12px;
              min-width: unset;
              padding: 0.6em; } }
          .custom-shop-page .product-section-container .productslist.searchpro-list .products .product .button:hover {
            background: #AA8C2C;
            color: #fff; }
    .custom-shop-page .product-section-container .productslist .woocommerce-pagination {
      border: none;
      display: flex;
      align-items: center; }
      @media (max-width: 1180px) {
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination {
          flex-direction: column;
          gap: 30px; } }
      .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers {
        border: none;
        display: flex;
        align-items: center;
        gap: 12px;
        justify-content: flex-start; }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers::before {
          content: none; }
        @media (max-width: 700px) {
          .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers {
            gap: 3px; } }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li {
          border: none; }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li span,
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li a {
          border: 1px solid #AA8C2C;
          background: #FFF;
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          color: #AA8C2C;
          width: max-content;
          min-width: 40px;
          text-align: center;
          height: 40px;
          margin: 0 auto;
          transition-duration: 0.3s; }
          @media (max-width: 1300px) {
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li span,
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li a {
              font-size: 16px;
              min-width: 30px;
              height: 30px; } }
          .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li span:hover,
          .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li a:hover {
            background: #AA8C2C;
            color: #FFF; }
          @media (max-width: 700px) {
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li span,
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li a {
              font-size: 16px;
              min-width: 30px;
              height: 30px; } }
          @media (max-width: 400px) {
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li span,
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers li a {
              font-size: 12px;
              min-width: 25px;
              height: 25px; } }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .prev,
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .next {
          font-size: 0;
          width: 43px;
          background-size: unset;
          background-position: center;
          background-repeat: no-repeat;
          height: 40px; }
          @media (max-width: 1300px) {
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .prev,
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .next {
              min-width: 30px;
              height: 30px; } }
          @media (max-width: 400px) {
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .prev,
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .next {
              font-size: 0;
              width: 25px;
              height: 25px; } }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .prev {
          background-image: url("images/icons/lt.png"); }
          .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .prev:hover {
            background: url("images/icons/lt.png") !important;
            color: #AA8C2C;
            font-size: 0;
            width: 43px;
            background-size: unset;
            background-position: center !important;
            background-repeat: no-repeat !important;
            height: 40px; }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .next {
          background-image: url("images/icons/rt.png"); }
          .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .next:hover {
            background: url("images/icons/rt.png") !important;
            color: #AA8C2C;
            font-size: 0;
            width: 43px;
            background-size: unset;
            background-position: center !important;
            background-repeat: no-repeat !important;
            height: 40px; }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .page-numbers .current {
          background: #AA8C2C;
          color: #FFF; }
      .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container {
        display: flex;
        gap: 14px;
        align-items: center; }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container p {
          font-size: 20px; }
          @media (max-width: 700px) {
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container p {
              font-size: 14px; } }
        .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form {
          display: flex;
          align-items: center;
          gap: 14px; }
          .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form input {
            margin-bottom: 0;
            width: 40px;
            height: 40px;
            border: 1px solid #AA8C2C;
            background-color: transparent;
            padding: 5px;
            color: #AA8C2C;
            font-family: "Montserrat", sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            border-radius: 0;
            appearance: none; }
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form input::-webkit-input-placeholder {
              color: #AA8C2C;
              font-family: "Montserrat", sans-serif;
              font-size: 20px;
              font-style: normal;
              font-weight: 400;
              line-height: normal; }
              @media (max-width: 600px) {
                .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form input::-webkit-input-placeholder {
                  font-size: 14px; } }
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form input::-webkit-inner-spin-button, .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form input::-webkit-outer-spin-button {
              -webkit-appearance: none;
              margin: 0; }
            .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form input {
              -moz-appearance: textfield; }
            @media (max-width: 700px) {
              .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form input {
                font-size: 14px;
                width: 30px;
                height: 30px; } }
          .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form a {
            background: #AA8C2C;
            color: #FFF;
            font-family: "Montserrat", sans-serif;
            padding: 8px 12px;
            text-decoration: none;
            font-weight: 400; }
            @media (max-width: 700px) {
              .custom-shop-page .product-section-container .productslist .woocommerce-pagination .go-to-container form a {
                font-size: 14px;
                padding: 4px 7px; } }

.wpfFilterWrapper .wpfFilterContent .wpfPriceInputs {
  display: flex;
  justify-content: space-between; }

.wc-block-components-checkout-step__container .wc-block-components-radio-control-accordion-content .wc-block-gateway-container > div {
  width: 100%; }
.wc-block-components-checkout-step__container .wc-block-components-radio-control-accordion-content .wc-block-gateway-container .sc-gtLWhw {
  width: 100%;
  display: flex;
  gap: 10px;
  border: 0px;
  box-shadow: #c94400 0px 0px 0px 0px;
  height: 50px; }
  .wc-block-components-checkout-step__container .wc-block-components-radio-control-accordion-content .wc-block-gateway-container .sc-gtLWhw input {
    padding: 0px 10px; }

.wc-block-checkout__actions_row .wc-block-components-button {
  background-color: #AA8C2C;
  color: #fff; }

.woocommerce table.shop_table thead th {
  background: #666;
  color: #fff; }
.woocommerce table.shop_table tbody tr td {
  padding: 20px 15px;
  background: rgba(170, 140, 44, 0.05); }
  .woocommerce table.shop_table tbody tr td:first-child {
    width: 70%; }
    @media (max-width: 767px) {
      .woocommerce table.shop_table tbody tr td:first-child {
        width: 60%; } }
    .woocommerce table.shop_table tbody tr td:first-child.product-remove {
      max-width: 30px;
      width: 30px; }
.woocommerce table.shop_table tbody tr:nth-child(even) td {
  background: rgba(170, 140, 44, 0.1); }
.woocommerce table.shop_table tbody tr:last-child td, .woocommerce table.shop_table tbody tr:last-child th {
  border-bottom: 2px solid #AA8C2C; }
.woocommerce table.shop_table tfoot tr:nth-child(even) {
  background: #efefef; }
.woocommerce .woocommerce-order-overview:before {
  display: none !important; }
@media (max-width: 767px) {
  .woocommerce .woocommerce-order-overview {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 50px; } }
@media (max-width: 500px) {
  .woocommerce .woocommerce-order-overview {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-column-gap: 0px; } }
.woocommerce .woocommerce-order-overview li {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .woocommerce .woocommerce-order-overview li:nth-child(even) {
      border: 0px; } }
  @media (max-width: 767px) {
    .woocommerce .woocommerce-order-overview li:nth-child(odd) {
      border-right: 1px dashed #cfc8d8; } }
  @media (max-width: 500px) {
    .woocommerce .woocommerce-order-overview li:nth-child(odd) {
      border-right: 0px dashed #cfc8d8; } }
.woocommerce .woocommerce-order .woocommerce-notice {
  padding-bottom: 30px;
  font-size: 18px;
  font-weight: 700; }
.woocommerce .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  gap: 30px;
  width: 100%; }
  @media (max-width: 767px) {
    .woocommerce .woocommerce-customer-details .woocommerce-columns {
      flex-direction: column; } }
  .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
    flex: auto;
    max-width: 50%;
    display: flex;
    flex-direction: column; }
    @media (max-width: 767px) {
      .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column {
        max-width: 100%; } }
    .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column h2 {
      font-size: 18px;
      font-weight: 700;
      padding-bottom: 20px; }
    .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column address {
      height: 100%; }
      .woocommerce .woocommerce-customer-details .woocommerce-columns .woocommerce-column address br {
        display: block; }

.wc-block-order-confirmation-additional-fields-wrapper, .wc-block-checkout__additional-information-fields {
  display: none !important; }

.wc-block-components-totals-item__value em {
  font-size: 11px; }

body.page-id-112 .woocommerce {
  display: flex;
  gap: 50px;
  /* Add Horizontal Scroll to Table */
  /* Table Styling */
  /* Optional: Improve Scrollbar Aesthetics */ }
  @media (max-width: 800px) {
    body.page-id-112 .woocommerce {
      gap: 15px; } }
  @media (max-width: 767px) {
    body.page-id-112 .woocommerce {
      flex-direction: column; } }
  body.page-id-112 .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
    max-width: 250px;
    min-width: 250px; }
    @media (max-width: 767px) {
      body.page-id-112 .woocommerce .woocommerce-MyAccount-navigation {
        max-width: 100%; } }
    body.page-id-112 .woocommerce .woocommerce-MyAccount-navigation ul li {
      text-align: left;
      margin-bottom: 5px; }
  body.page-id-112 .woocommerce .woocommerce-MyAccount-content {
    width: 100%; }
    @media (max-width: 767px) {
      body.page-id-112 .woocommerce .woocommerce-MyAccount-content {
        max-width: 100%; } }
    body.page-id-112 .woocommerce .woocommerce-MyAccount-content p, body.page-id-112 .woocommerce .woocommerce-MyAccount-content address {
      color: #000;
      font-size: 14px;
      text-align: left;
      line-height: 20px;
      margin-bottom: 30px; }
    body.page-id-112 .woocommerce .woocommerce-MyAccount-content h2, body.page-id-112 .woocommerce .woocommerce-MyAccount-content legend {
      font-size: 20px;
      font-weight: 700;
      text-align: left;
      padding-bottom: 20px;
      color: #AA8C2C; }
    body.page-id-112 .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header {
      text-align: left;
      padding-bottom: 30px;
      display: flex;
      flex-direction: column;
      gap: 10px; }
      body.page-id-112 .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses header a {
        background-color: #AA8C2C;
        color: #fff;
        border-radius: 8px;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 12px;
        line-height: 16px;
        display: inline-block;
        width: max-content; }
  body.page-id-112 .woocommerce .woocommerce-address-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
    width: 100%; }
    @media (max-width: 600px) {
      body.page-id-112 .woocommerce .woocommerce-address-fields__field-wrapper {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px; } }
    body.page-id-112 .woocommerce .woocommerce-address-fields__field-wrapper p {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 0;
      margin: 0;
      width: 100%;
      justify-content: flex-end; }
      body.page-id-112 .woocommerce .woocommerce-address-fields__field-wrapper p .select2-selection {
        background: #f5f5f5;
        border: none;
        width: 100%;
        height: 50px;
        font-weight: 500;
        border-radius: 0;
        -webkit-appearance: none; }
        body.page-id-112 .woocommerce .woocommerce-address-fields__field-wrapper p .select2-selection .select2-selection__placeholder {
          line-height: 50px;
          font-size: 12px;
          color: #000; }
        body.page-id-112 .woocommerce .woocommerce-address-fields__field-wrapper p .select2-selection .select2-selection__arrow {
          top: 10px;
          right: 20px; }
  body.page-id-112 .woocommerce a.button {
    background: #AA8C2C; }
  @media (max-width: 767px) {
    body.page-id-112 .woocommerce form.woocommerce-EditAccountForm P {
      width: 100% !important; } }
  body.page-id-112 .woocommerce form .button {
    margin-top: 30px; }
  body.page-id-112 .woocommerce form td .button {
    margin-top: 0px; }
  body.page-id-112 .woocommerce form fieldset {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media (max-width: 600px) {
      body.page-id-112 .woocommerce form fieldset {
        flex-direction: column; } }
    body.page-id-112 .woocommerce form fieldset p {
      display: flex;
      flex-direction: column;
      gap: 5px;
      padding: 0;
      margin: 0px !important;
      width: 100%;
      justify-content: flex-end; }
      body.page-id-112 .woocommerce form fieldset p .woocommerce-Input--password {
        background-color: #f5f5f5;
        border: none;
        width: 100%;
        height: 50px;
        padding-left: 20px;
        font-weight: 500;
        border-radius: 0; }
      body.page-id-112 .woocommerce form fieldset p.woocommerce-form-row {
        width: 48%;
        float: left;
        justify-content: flex-start; }
        @media (max-width: 850px) {
          body.page-id-112 .woocommerce form fieldset p.woocommerce-form-row {
            width: 100%; } }
    body.page-id-112 .woocommerce form fieldset p.woocommerce-form-row:first-of-type {
      width: 100%;
      min-width: 100%; }
  body.page-id-112 .woocommerce .wt_frontend_wishlist_table tr td {
    padding: 5px; }
  body.page-id-112 .woocommerce .wt_frontend_wishlist_table {
    display: block;
    /* Allow horizontal scrolling */
    overflow-x: auto;
    /* Enable horizontal scrollbar */
    white-space: nowrap;
    /* Prevent wrapping of table content */
    border-collapse: collapse;
    width: 100%; }
    body.page-id-112 .woocommerce .wt_frontend_wishlist_table .attachment-woocommerce_gallery_thumbnail {
      min-width: 100px; }
    body.page-id-112 .woocommerce .wt_frontend_wishlist_table td a {
      white-space: break-spaces; }
    body.page-id-112 .woocommerce .wt_frontend_wishlist_table td center a {
      white-space: normal; }
  body.page-id-112 .woocommerce .wt_frontend_wishlist_table th,
  body.page-id-112 .woocommerce .wt_frontend_wishlist_table td {
    padding: 8px;
    border: 1px solid #ededed;
    text-align: left;
    font-size: 12px; }
  body.page-id-112 .woocommerce .wt_frontend_wishlist_table::-webkit-scrollbar {
    height: 8px; }
  body.page-id-112 .woocommerce .wt_frontend_wishlist_table::-webkit-scrollbar-thumb {
    background: #AA8C2C;
    border-radius: 4px; }

.woocommerce-order-details h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: left;
  padding-bottom: 20px;
  color: #AA8C2C; }

.wc-block-components-form fieldset legend, .wc-block-components-form fieldset .wc-block-components-title {
  text-transform: capitalize; }

.wc-block-checkout .wc-block-components-form .wc-block-components-text-input label, .wc-block-checkout .wc-block-components-text-input label {
  text-transform: capitalize; }

.woocommerce #add_payment_method #payment div.payment_box input.input-text, .woocommerce #add_payment_method #payment div.payment_box textarea, .woocommerce .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce .woocommerce-cart #payment div.payment_box textarea, .woocommerce .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce .woocommerce-checkout #payment div.payment_box textarea {
  font-size: 14px;
  padding: 10px 15px;
  line-height: 18px;
  height: 40px; }

.bundle-grids {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px; }
  @media (max-width: 767px) {
    .bundle-grids {
      flex-direction: column; } }

.woocommerce-cart .inner-container {
  padding: 30px 0px 50px 0; }
  .woocommerce-cart .inner-container .wt-single-coupon {
    background: #AA8C2C !important;
    box-shadow: 0 0 0 4px #AA8C2C, 2px 1px 6px 4px rgba(10, 10, 0, 0) !important; }
    .woocommerce-cart .inner-container .wt-single-coupon .wt_sc_coupon_content code {
      color: #000;
      font-size: 25px;
      line-height: 30px;
      font-weight: 700; }

.ageveryfy-wrap .age-verify-in {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px; }
  .ageveryfy-wrap .age-verify-in .age-logo-desktop {
    width: 100%;
    max-width: 300px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .ageveryfy-wrap .age-verify-in .age-logo-desktop {
        display: none; } }
  .ageveryfy-wrap .age-verify-in .age-logo-mobile {
    display: none;
    width: 100%;
    max-width: 160px;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .ageveryfy-wrap .age-verify-in .age-logo-mobile {
        display: block; } }
  .ageveryfy-wrap .age-verify-in h1 {
    color: #AA8C2C;
    text-align: center;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .ageveryfy-wrap .age-verify-in h1 {
        font-size: 30px; } }
  .ageveryfy-wrap .age-verify-in h2 {
    color: #AA8C2C;
    text-align: center;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .ageveryfy-wrap .age-verify-in h2 {
        font-size: 25px; } }
  .ageveryfy-wrap .age-verify-in .button-wrappers {
    display: flex;
    max-width: 400px;
    justify-content: space-between;
    gap: 30px; }
    .ageveryfy-wrap .age-verify-in .button-wrappers label {
      position: relative;
      width: 160px; }
      .ageveryfy-wrap .age-verify-in .button-wrappers label input {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        cursor: pointer; }
  .ageveryfy-wrap .age-verify-in #error-message {
    color: #c92a2a;
    font-size: 16px;
    display: none; }
  .ageveryfy-wrap .age-verify-in .dob-wrapper {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center; }
    @media (max-width: 550px) {
      .ageveryfy-wrap .age-verify-in .dob-wrapper {
        flex-direction: column; } }
    .ageveryfy-wrap .age-verify-in .dob-wrapper input, .ageveryfy-wrap .age-verify-in .dob-wrapper select {
      min-width: 100px;
      padding: 5px 15px;
      border-radius: 3px !important;
      border: 1px solid #AA8C2C;
      height: 50px;
      line-height: 40px;
      color: #AA8C2C;
      font-family: "Libre Baskerville", sans-serif;
      font-size: 16px;
      font-style: normal;
      font-weight: 700; }
      @media (max-width: 550px) {
        .ageveryfy-wrap .age-verify-in .dob-wrapper input, .ageveryfy-wrap .age-verify-in .dob-wrapper select {
          width: 100%; } }
      .ageveryfy-wrap .age-verify-in .dob-wrapper input::placeholder, .ageveryfy-wrap .age-verify-in .dob-wrapper select::placeholder {
        color: #AA8C2C; }
      .ageveryfy-wrap .age-verify-in .dob-wrapper input.error-highlight, .ageveryfy-wrap .age-verify-in .dob-wrapper select.error-highlight {
        outline: 1px solid #c92a2a; }
    .ageveryfy-wrap .age-verify-in .dob-wrapper select {
      background: url("images/icons/select-arrow.png") right 15px center no-repeat #fff;
      padding-right: 30px;
      -webkit-appearance: none; }
.ageveryfy-wrap .age-verify-message {
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px; }
  .ageveryfy-wrap .age-verify-message h1 {
    color: #AA8C2C;
    text-align: center;
    font-family: "Libre Baskerville", sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase; }
  .ageveryfy-wrap .age-verify-message .img-wrap {
    display: flex;
    justify-content: center; }
    .ageveryfy-wrap .age-verify-message .img-wrap img {
      max-width: 200px; }
  .ageveryfy-wrap .age-verify-message p {
    font-size: 25px; }
.ageveryfy-wrap .age-verify-block {
  display: block; }
.ageveryfy-wrap .age-verify-message-wrap {
  display: none; }
.ageveryfy-wrap.restricted .age-verify-block {
  display: none; }
.ageveryfy-wrap.restricted .age-verify-message-wrap {
  display: block; }

.loungeIntroBox {
  display: flex;
  gap: 50px;
  padding-top: 50px; }
  @media (max-width: 767px) {
    .loungeIntroBox {
      flex-direction: column; } }
  .loungeIntroBox .side-banner {
    width: 400px;
    flex-shrink: 0; }
    @media (max-width: 800px) {
      .loungeIntroBox .side-banner {
        width: 300px; } }
    @media (max-width: 767px) {
      .loungeIntroBox .side-banner {
        width: 100%; } }
    .loungeIntroBox .side-banner img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .loungeIntroBox .introText {
    width: 100%; }
    .loungeIntroBox .introText h3 {
      padding-bottom: 20px; }
    .loungeIntroBox .introText p {
      padding: 10px 0; }

.loungeIntrocontact {
  padding: 30px 0px; }
  .loungeIntrocontact h2 {
    text-align: left;
    padding-bottom: 15px;
    font-size: 22px;
    font-weight: 700; }
  .loungeIntrocontact p {
    margin-bottom: 15px; }
  .loungeIntrocontact ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .loungeIntrocontact ul li {
      padding-bottom: 15px;
      display: flex;
      align-items: center;
      color: #AA8C2C;
      font-size: 18px; }
      .loungeIntrocontact ul li span {
        width: 50px;
        flex-shrink: 0; }

.loungeGallery {
  padding: 30px 0px; }
  .loungeGallery .slick-slide {
    padding: 0px 15px; }
    .loungeGallery .slick-slide img {
      width: 100%; }

/*# sourceMappingURL=style.css.map */
