@import "bootstrap.min.css";
@import "animate.css";
@import "font-awesome.css";
@import "primary_content.css";
@import "slick.css";
@import "slick-theme.css";
@import "magnific-popup.css";

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,800,900");

/*font-family: 'Courgette', cursive;*/
/* - - - - - - - - - - - - - - - - - - - - -
TITLE    :   NAKCSS HTML 5 VERSION 3
- - - - - - - - - - - - - - - - - - - - - */

:root {
  --prov-primary: #364042;
  --prov-secondary: #ad9945;
  /* Brand Gold Accent */
  --prov-bg: #f6f6f6;
  /* Light gray Background */
  --prov-text: #364042;
  /* Main Dark Gray Text */
  --prov-radius: 0px;
  /* Square buttons per design */
  --success-bg: #1acd4a;
  --danger-bg: #fa2f18;
  --warning-bg: #fdcb29;
  --info-bg: #23a3b7;
  --prov-font-head: "Open Sans", sans-serif;
  --prov-font-body: "Open Sans", sans-serif;
}

* {
  outline: 0 !important;
}

html {
  height: 100%;
}

body {
  padding-top: 0 !important;
}

#nakainer,
#primary-content {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  color: #364042;
}

p {
  color: #364042;
}

h2 {
  color: var(--prov-secondary);
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: -0.4px;
}

:focus {
  outline: 0;
}

a {
  color: #364042;
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #ad9945;
  z-index: 1;
}

ul {
  list-style: none;
}

.no-js #loader {
  display: none;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(188, 50, 37, 0.8);
}

img {
  max-width: 100%;
  height: auto;
}

/*Back To Top*/

#back-top {
  position: fixed;
  bottom: 70px;
  left: 0;
  margin-left: 20px;
  z-index: 9999;
  _position: absolute;
  _top: expression(documentElement.scrollTop + body.scrollTop);
  _margin-top: 500px;
}

#back-top a,
#back-top-prev a {
  width: 50px;
  display: block;
  text-align: center;
  font:
    11px/100% lato,
    sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top span#button {
  background-color: #cccccc;
}

#back-top span#button,
#back-top-prev span#button-prev {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 7px;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

i.fa.fa-arrow-circle-o-up {
  font-size: 44px;
  color: #999;
  padding-top: 4px;
}

/*End Back To top*/

/* pre-loader-wrapper */

#pre-loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.pre-loaded #pre-loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  /* transform: translateX(-100%); */
  /* -webkit-transition: all 0.3s 1s ease-out; */
  -moz-transition: all 0.3s 1s ease-out;
  -ms-transition: all 0.3s 1s ease-out;
  -o-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}

#pre-loader {
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  text-align: center;
  line-height: 170px;
  z-index: 9999;
  display: inline-block;
}

.pre-loaded #pre-loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#pre-loader-wrapper img {
  width: 80px;
}

#pre-loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #364042;
  border-bottom-color: #364042;
  border-left-color: transparent;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -ms-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#pre-loader-wrapper .pre-loader-section {
  position: fixed;
  left: 0;
  height: 50%;
  width: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #fff
    /* Old browsers */
  ;
}

#pre-loader-wrapper .pre-loader-section.section-left {
  top: 0;
}

.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  /* transform: translateY(-100%); */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#pre-loader-wrapper .pre-loader-section.section-right {
  bottom: 0;
}

.pre-loaded #pre-loader-wrapper .pre-loader-section.section-right {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.btn,
button,
a {
  box-shadow: none !important;
}

main.site-main {
  overflow-x: hidden;
}

/* custom button */

.btn-primary {
  border: 0;
  background-color: #ad9945;
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}

.btn-primary:hover {
  background-color: #364042;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background: #364042;
  color: #fff;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #ad9945;
  color: #fff;
  opacity: 0.75 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-secondary {
  border: 0;
  background-color: var(--prov-primary);
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}

.btn-secondary:hover {
  background-color: var(--prov-secondary);
  color: #fff;
}



.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  background-color: var(--prov-secondary);
  color: #fff;
}



.terms-content-wrapper h2 {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  color: #ad9945;
}

.terms-content-wrapper h3 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
  color: #364042;
}

.terms-content-wrapper ul {
  list-style: inherit;
  -webkit-padding-start: 20px;
}

/* sitemap */
.sitemap-menu {
  list-style: inherit;
  -webkit-padding-start: 20px;
}

.sitemap-menu p {
  display: none;
}

.sitemap-menu li {
  color: #000;
}

.sitemap-menu>li>span {
  font-weight: 600;
  display: block;
}

.sitemap-menu ul {
  list-style: inherit;
  -webkit-padding-start: 20px;
}

.sitemap-menu a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
  color: #364042;
  transition: all 0.3s ease;
}

.sitemap-menu a:hover {
  color: var(--prov-secondary);
}


/* location */
.location-map-page .location-title {
  color: #132920;
  font-size: 24px;
  font-weight: 700;
}

.location-map-page .location-address {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

.location-map-page .location-address a {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 600;
}














/* Footer Css */
.rs-footer {
  background: #364042;
  font-size: 14px;
}

footer .wp-block-image img {
  max-width: 150px;
}

/* FA Icons in footer */
/* address:  */
footer address p::before {
  content: "\f041";
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: 5px;
}

/* Tel:  */
footer #block-8 p::before {
  content: "\f095";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: 5px;
}

/* Email:  */
footer #block-9 p::before {
  content: "\f0e0";
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  padding-right: 5px;
}

.rs-footer {
  position: relative;
}

.footer1 {
  padding: 40px 0;
  color: #fff;
  padding-top: 8em;
}

.region-footer-left img {
  max-width: 150px;
}

.address_item {
  display: flex;
}

.address_item i.fa {
  margin-right: 10px;
  margin-top: 5px;
}

.address_item address {
  margin-bottom: 0px;
}

.footer1 .content p {
  color: #fff;
}

.rs-footer .footer1 a {
  color: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
}

.content .social-icons {
  justify-content: start;
  margin-top: 20px;
}

.social-icons a {
  font-size: 20px;
  margin: 0px 10px;
  color: #fff;
  display: flex;
  align-items: center;
  background: transparent;
  text-align: center;
  justify-content: center;
}

.social-icons a img {
  max-width: 16px;
}

.content .social-icons a {
  margin: 0px 20px 0px 0px;
}

.footer1 h4 {
  color: #fff;
  margin-bottom: 0;
}

.footer1 hr {
  border-color: #576b6e;
}

.rs-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer1 li {
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
}

.content ul li {
  position: relative;
}

.footer-back-link {
  padding: 15px 0;
  color: #fff;
  border-top: 1px solid #576b6e;
}

.footer-back-link ul {
  color: #fff;
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 15px 0;
}

.footer-back-link ul li {
  display: inline-block;
  padding: 0 10px;
  border-right: 1px solid #fff;
  margin-left: -4px;
  line-height: 12px;
}

.footer-back-link ul li a {
  color: #fff;
}

.footer-back-link ul li:last-child {
  border-right: 0px solid #fff;
}

.rs-footer .footer1 a:hover,
.footer-back-link ul li a:hover {
  color: #abc2c7;
}

.ft-img {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .footer-back-link ul li {
    display: block;
    padding: 0 10px;
    border-right: 0px;
    margin-left: 0px;
    line-height: 12px;
    margin-top: 10px;
  }
}

/* banner Css */
.banner_part_for_bg {
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}

.banner_part_for_bg:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #063b81;
  opacity: 0.8;
}

.banner_caption_part {
  color: #fff;
}

.banner_caption_part {
  padding: 150px 0px 160px 0px;
}

.banner_caption_part h1 {
  color: #ffffff;
  font-size: 62px;
  font-weight: 800;
  line-height: 1.1em;
  letter-spacing: -0.8px;
  margin-bottom: 30px;
}

.banner_caption_part p {
  font-size: 22px;
  color: #fff;
  margin-top: 15px;
}

.banner_btn a {
  background: #b72c27;
  padding: 15px 35px;
  display: inline-block;
  margin-top: 20px;
  border: 2px solid #b72c27;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: relative;
}

.banner_btn a:hover {
  background: #d5544f;
  border: 2px solid #d5544f;
}

/* header Css */
.header__primary-nav button {
  background: none;
  border: none;
  cursor: pointer;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  background: #a78e3a;
  transition:
    left 0.3s ease,
    width 0.3s ease;
  z-index: 9999;
  display: flex;
  overflow-y: auto;
  height: 100%;
}

/* Open sidebar */
.sidebar-menu.open {
  left: 0;
}

.sidebar-menu.expanded {
  width: 60%;
  max-width: 600px;
}

.sidebar-left {
  width: 100%;
  padding: 20px;
  overflow-y: auto;
  border-right: 1px solid #c5ac59;
  transition: width 0.3s ease;
  position: relative;
}

.sidebar-menu.expanded .sidebar-left {
  width: 50%;
}

.sidebar-right {
  width: 50%;
  padding: 20px;
  overflow-y: auto;
  display: none;
  transition: width 0.3s ease;
  position: absolute;
  right: 0px;
  top: 85px;
}

.sidebar-menu.expanded .sidebar-right {
  display: block;
}

.sidebar-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-header,
.menu-item-header>a,
.submenu-header,
span.submenu-header,
.submenu-header>a,
.sidebar-left ul li,
ul.menu-down li {
  padding: 16px 0;
  border-bottom: 1px solid #c5ac59;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}

li.has-sub-parent {
  border-bottom: none !important;
}

li.menu-item-header {
  list-style: none;
}

.menu-section hr {
  border-top: 1px solid #c5ac59;
  margin: 0px;
  height: 0px;
}

.sidebar-left ul li i {
  font-size: 18px;
}

/* Right-side content sections */
.menu-section {
  display: none;
}

.submenu a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submenu a:hover,
.sidebar-left ul li:hover,
.menu-header:hover,
.submenu-header:hover,
span.submenu-header:hover,
ul.menu-down li:hover,
ul.menu-down li a:hover,
.submenu-header:hover {
  color: #fde287;
}

.toggle-icon {
  font-size: 20px;
  cursor: pointer;
  line-height: 20px;
}

.submenu {
  list-style: none;
  margin-top: 10px;
  display: none;
  padding-left: 15px;
}

.sidebar-left ul li:last-child,
ul.menu-down li:last-child {
  border-bottom: none;
}

.submenu-inner {
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
  display: none;
  padding-left: 15px;
}

.submenu li {
  padding: 6px 0;
  font-size: 14px;
}

.close-btn {
  font-size: 42px;
  border: none;
  background: none;
  cursor: pointer;
  margin-bottom: 20px;
  color: #fff;
}

.menu-header.no-border {
  border-bottom: none !important;
}

.submenu.with-border {
  border-left: 1px solid #c5ac59 !important;
}

.flx-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.logo-center img {
  max-width: 200px;
}

.top-head-bar {
  background: #202c2e;
  padding: 25px;
  position: relative;
  z-index: 9;
  width: 100%;
}

.right-cart ul li {
  display: inline-block;
  padding: 0px 10px;
}

.right-cart ul li a svg,
.right-cart ul li a {
  transition: all 0.3s ease;
  stroke: #fff;
  /* default stroke color */
  color: #fff;
}

.right-cart ul li a svg:hover,
.right-cart ul li a:hover {
  stroke: #ad9945;
  /* change to any color you want on hover */
  transform: scale(1.2);
  /* slightly enlarge the icon */
  color: #ad9945;
}

.right-cart ul li {
  position: relative;
}

.cart-count {
  position: absolute;
  top: -12px;
  right: -5px;
  background: #ad9945;
  color: #fff;
  border-radius: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  border: 1.5px solid #fff;
}

/* Favorites counter badge in header — mirrors cart-count */
.fav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.fav-count {
  position: absolute;
  top: -10px;
  right: -4px;
  background: #ad9945;
  color: #fff;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
  line-height: 14px;
  transition: transform 0.2s ease;
}

/* Hide badge when count is zero */
.fav-count:empty,
.fav-count[data-count="0"] {
  display: none;
}

.provisions-notification {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #364042;
  color: #fff;
  padding: 12px 24px;
  border-radius: 4px;
  z-index: 10000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  display: none;
  font-weight: 600;
  border-left: 4px solid #ad9945;
}

section.section-stack {
  padding: 100px 50px;
  overflow: hidden;
}

.section-stack .tab-content .tab-pane {
  display: block;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  position: absolute;
  width: 100%;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
}

.section-stack .tab-content {
  position: relative;
}

/* Active */
.section-stack .tab-content .tab-pane.active.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

@media (min-width: 992px) {
  .gap_for_sticky {
    padding-bottom: 40px;
    display: none;
  }

  .sticking {
    animation: slide-down 0.7s;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    background: #fff;
    width: 100%;
    z-index: 999;
  }

  .stic.sticking .head-menu {
    padding: 0;
    background: #fff;
    box-shadow: 0px 1px 8px #e4e4e4;
    border-bottom: 1px solid #ddd;
  }

  .sticking .top-head-bar {
    padding: 10px 25px;
  }

  .sticking .logo-center img {
    max-width: 160px;
  }
}

h6.heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 22px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.tabs a {
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 22px;
  text-decoration: none;
  color: #000;
  position: relative;
}

.tabs a.active::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -8px;
  left: 0;
}

.product {
  position: relative;
}

.product img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.fav-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 18px;
  color: #000;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
  pointer-events: all;
}

.fav-icon.active .heart-path {
  fill: #ad9945;
  stroke: #ad9945;
}

.fav-icon:hover {
  transform: scale(1.1);
}

.sold-out {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ddd;
  font-size: 10px;
  padding: 2px 6px;
  font-weight: bold;
  letter-spacing: 1px;
}

.product-title a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  display: block;
  letter-spacing: 1px;
}

.price {
  font-size: 16px;
  text-align: center;
  margin-top: 8px;
  font-weight: 700;
}

.section-stack ul.nav.nav-tabs {
  justify-content: center;
  border: none;
  margin-bottom: 50px;
}

.section-stack a.nav-link {
  font-size: 28px;
  font-weight: 700;
  border: none;
  position: relative;
  margin: 0px 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-stack a.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 88%;
  height: 2px;
  background: #ad9945;
  transition: transform 0.3s ease;
  transform-origin: left;
}

.section-stack a.nav-link.active {
  border: none;
  position: relative;
}

.section-stack a.nav-link.active:after {
  transform: translateX(-50%) scaleX(1);
}

.section-stack .nav-tabs .nav-item.show .nav-link,
.section-stack .nav-tabs .nav-link.active {
  color: #ad9945;
}

.section-stack a.nav-link:hover {
  color: #ad9945;
}

/* Wrapper box for product */
.product-box {
  position: relative;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  /* or set a fixed width if needed */
}

/* Anchor wrapping the image */
.product-box a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Image styles with zoom transition */
.product-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
  padding: 15px;
}

/* Zoom effect on hover */
.product-box:hover img {
  transform: scale(1.1);
}

/* Inner content below image */
.product-in {
  position: relative;
}

.product-in .added_to_cart.wc-forward {
  display: none;
}

/* Plus icon hidden by default */

/* Show plus icon on image or title hover */
.product-box:hover .add-cart,
.product-box .product-title a:hover+.add-cart {
  opacity: 1;
}

/* Add-cart icon setup */
.add-cart {
  position: absolute;
  top: -30px;
  right: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}

.add-cart svg {
  width: 25px;
}

.product-title {
  padding-top: 20px;
}

.product-in:hover .add-cart {
  display: block;
}

.slick-arrow {
  background: #fff;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 0.125rem 0.625rem rgba(28, 28, 28, 0.15) !important;
  color: #000;
  border-radius: 50%;
  padding: 5px;
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #364042;
  color: #fff;
}

.slick-arrow i {
  font-size: 32px;
}

.sr-only-clip {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  padding: 0 !important;
  border: 0 !important;
  white-space: nowrap !important;
  clip: rect(1px 1px 1px 1px) !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
}

h2.h2 {
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  letter-spacing: 3px;
}

.prose {
  padding-bottom: 50px;
}

.product-info__block-item a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.product-title-in a {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

span.text-subdued {
  font-weight: 700;
  letter-spacing: 3px;
}

.sup-p svg {
  color: #5433eb;
  width: 59px;
  height: auto;
}

.right-box p {
  font-size: 14px;
  margin: 20px 0px;
}

.left-box img {
  width: 100%;
}

.right-box {
  margin-left: 30px;
}

.right-box ul li {
  list-style: disc;
  line-height: 1.5;
  font-size: 14px;
  padding: 5px 0px;
}

.button.sold-btn.w-full {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
}

.button.sold-btn.w-full {
  background: #000;
  color: #fff;
  width: 100%;
  padding: 10px 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
}

.h-stack {
  display: flex;
  width: 100%;
}

.text-error {
  color: #cb2b2b;
}

.v-stack {
  margin-left: 10px;
}

.gift-box {
  background: #f2f1e6;
  padding: 100px 0px;
}

.product-grid .slick-track {
  display: flex !important;
}

.product-grid .slick-slide {
  height: auto;
  display: flex !important;
}

.product-grid .slick-slide>div {
  display: flex;
  width: 100%;
}

.product.item {
  padding: 0px 10px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.product-div,
.accessories-div {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.product-div:last-child,
.accessories-div:last-child {
  border-bottom: none;
}

/*Back To Top*/

#back-top {
  position: fixed;
  bottom: 70px;
  left: 0;
  margin-left: 20px;
  z-index: 9999;
  _position: absolute;
  _top: expression(documentElement.scrollTop + body.scrollTop);
  _margin-top: 500px;
}

#back-top a,
#back-top-prev a {
  width: 50px;
  display: block;
  text-align: center;
  font:
    11px/100% lato,
    sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

#back-top span#button {
  background-color: #cccccc;
}

#back-top span#button,
#back-top-prev span#button-prev {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 7px;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

i.fa.fa-arrow-circle-o-up {
  font-size: 44px;
  color: #999;
  padding-top: 4px;
}

/*End Back To top*/

.top-head-bar .row {
  align-items: center;
}

.right-cart {
  text-align: right;
}

.logo-center {
  text-align: center;
}

.right-cart ul {
  margin: 0px;
  padding: 0px;
}

/*.menu-section {
    padding-bottom: 100px;
}*/
.submenu-inner {
  display: none;
  padding-left: 0px;
}

.submenu-inner li {
  padding-left: 10px;
}

.submenu-header {
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.login-section-overlay .section-login-for-cunsumers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #364042;
  z-index: 9999;
  border-bottom: 4px solid #364042;
  padding: 50px 20px;
}

.login-section-overlay .close-btn {
  color: #fff;
  font-size: 36px;
  border: 2px solid #fff;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  height: 40px;
  width: 40px;
  background: transparent;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}




.search-pop-section .explore_search {
  margin: 30px auto;
  max-width: 800px;
}

.explore_search h3 {
  color: #fff;
  text-align: left;
}

.search-bar-on-banner {
  position: relative;
  width: 100%;
}

.search-bar-on-banner input {
  width: 100%;
  padding: 14px;
  border: none;
  font-size: 16px;
}

.explore_search .search-bar-on-banner form label {
  display: none !important;
}

.search-bar-on-banner button {
  border: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #5c6b6e;
  color: #fff;
  font-weight: 600;
  height: 52px;
  border: 2px solid #fff;
  cursor: pointer;
}

ul.menu-down {
  padding: 0px;
}

ul.menu-down a {
  color: #fff;
  letter-spacing: 1px;
}

ul.menu-down li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Ensure slide container is relative */

.fav-icon {
  cursor: pointer;
  transition: 0.3s;
}

.fav-icon.active .heart-path {
  fill: red;
  stroke: red;
}

#toast {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 10px 16px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  z-index: 9999;
}

#toast.show {
  display: block;
  animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.button_for_shop {
  text-align: center;
  margin-top: 40px;
}

.right-cart ul li:last-child {
  padding-right: 0px;
}

.sticky_footer_btn {
  position: fixed;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: #ad9945;
  padding: 10px 0px;
}

.button_for_stick a {
  text-align: center;
  color: #fff;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}

.sticky_footer_btn:hover {
  background: #766728;
}

/* Container for slick dots */

/* slider */

/* === BASE STYLES === */
.bannerarea,
.slide-item,
.slide__img,
.slide__img img {
  background-color: #000 !important;
  /* Prevent white flash */
}

/* Slide layout */
.banner-section,
.banner-section .slide-item {
  position: relative;
  z-index: 1;
  height: calc(100vh - 117px);
  width: 100%;
  object-fit: contain;
}

/* Slide image container */
.slide__img {
  position: relative;
  z-index: 1;
}

/* Overlay dark filter */
.slide__img::before {
  content: "";
  background: #000;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}

/* Slide image */
.slide__img img {
  width: 100%;
  height: calc(100vh - 117px);
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: none;
  backface-visibility: hidden;
  will-change: transform;
}

/* Zoom-in animation (no opacity to avoid flash) */
#desktop_slider .slick-slide img {
  transform: scale(1);
  transition: none;
  background-color: #000;
  /* Prevent flash */
  will-change: transform;
  backface-visibility: hidden;
}

#desktop_slider .slick-current.slick-active img {
  animation: zoomInImage 2s ease-in-out forwards;
}

/* Outer to inner zoom */
@keyframes zoomInImage {
  from {
    transform: scale(1.2);
    opacity: 0.3;
  }

  to {
    transform: scale(1);
  }
}

/* Slide base */
.slide {
  position: relative;
  overflow: hidden;
}

/* Slide content */
.slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: all 1s ease;
  text-align: center;
  color: #fff;
}

.slick-current.slick-active .slide__content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Slide heading & button transition */
.slide__content--headings h2,
.slide__content--headings .button_for_slider {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s ease;
}

.slick-current.slick-active .slide__content--headings h2,
.slick-current.slick-active .slide__content--headings .button_for_slider {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

/* Slide heading style */
.slide__content--headings h2 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

/* Slider button */
.button_for_slider a {
  background: #fff;
  color: #364042;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 9;
}

/* Shop button alternate */
.button_for_shop a {
  background: #364042;
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.button_for_shop a:hover {
  background: #ad9945;
}

/* === DOTS STYLING === */
.custom-dots-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.custom-dots {
  display: flex;
  gap: 10px;
}

.custom-dots li {
  list-style: none;
  margin: 0 2px;
}

.custom-dots button {
  width: 6px;
  height: 6px;
  background: #a3a2a2;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.custom-dots .slick-active button {
  background: transparent;
  width: 8px;
  height: 8px;
  top: -1px;
}

/* Progress ring inside active dot */
.progress-ring {
  width: 9px;
  height: 9px;
}

.static-ring {
  fill: none;
  stroke: #a3a2a2;
  stroke-width: 1;
}

.animated-ring {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-dasharray: 25.12;
  stroke-dashoffset: 25.12;
  animation: ring-progress 5s linear forwards;
  transform: rotate(-90deg);
  transform-origin: center;
}

@keyframes ring-progress {
  to {
    stroke-dashoffset: 0;
  }
}

/* Optional scroll button */
.circle-button {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border: none;
  background: #fff;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 0.125rem 0.625rem rgba(28, 28, 28, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-behavior: smooth;
}

/* Hide arrows (if used) */
.slick-disabled {
  display: none !important;
}

/* Hide before slick init */
.section-stack .product-grid {
  opacity: 0;
  visibility: hidden;
}

/* Show AFTER slick initializes */
.section-stack .product-grid.slick-initialized {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  animation: fadeInUp 0.5s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.submenus,
.submenu-ft {
  display: none;
  padding-left: 15px;
}

.main-menu li>a {
  display: block;
  text-decoration: none;
}

.main-menu li.active>a {
  color: #abc2c7;
}

.toggle-plus {
  position: absolute;
  right: 0;
  pointer-events: none;
  /* So clicking the + still triggers li */
}

ul.submenus {
  margin-top: 10px;
}

.region-tabs-section .tabs {
  display: block;
}

.region-tabs-section .tabs a {
  letter-spacing: 0px;
}

.popup-text {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%) translateY(-50%);
  z-index: 1050;
  background: #202c2e;
  padding: 40px 26px 50px 26px;
  box-shadow: 0 0 30px #00000059;
  /* border-radius: 8px; */
  max-width: 800px;
  width: 96%;
  max-width: 40%;
  text-align: center;
  overflow-y: auto;
}

button.modal-btn {
  border: 1px solid steelblue;
  background: #fff;
  color: steelblue;
  padding: 10px 20px;
  font-size: 16px;
}

button.modal-btn:hover {
  background: steelblue;
  color: #fff;
}

.mfp-close:focus {
  border: 1px solid steelblue;
}

.popup-text h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 1px;
}

.popup-text p {
  color: #fff;
  font-size: 16px;
}

.mfp-container:before {
  vertical-align: top;
}

.logopart-popup {
  text-align: center;
}

.logopart-popup img {
  max-width: 400px;
  text-align: center;
  margin: 0 auto 40px;
  display: block;
}

.popup-text p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.btns-popup {
  margin-top: 30px;
}

button.yes {
  background: #ad9945;
  border: none;
  color: #fff;
  padding: 10px 70px;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
}

button.yes:hover {
  background: #bda84f;
}

button.no:hover {
  background: #787676;
}

button.no {
  cursor: pointer;
  background: #666565;
  border: none;
  color: #fff;
  padding: 10px 70px;
  font-size: 16px;
  letter-spacing: 1px;
  margin-left: 40px;
}

.btns-popup button {
  margin: 5px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
  display: none;
}

.mfp-bg {
  opacity: 0.9;
}

.mfp-bg {
  background: rgba(255, 255, 255, 0.85) !important;
}

.view-content .dacy-title-menu {
  position: relative;
  margin-bottom: 20px;
}

.view-content .dacy-title-menu::after {
  content: "";
  border-bottom: 4px double #ad9945;
  position: absolute;
  width: 100%;
  height: 4px;
}

.view-content .dacy-product-title .dots {
  height: 3px;
  background-image: radial-gradient(circle closest-side,
      #b3b3b3 99%,
      rgba(0, 0, 0, 0) 100%);
  background-position: 50% 70%;
  background-size: 4px 2px;
  background-repeat: repeat-x;
  display: table-cell;
  width: 98%;
  z-index: 1;
  position: relative;
}

.view-content .dacy-title-menu h2 {
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
  color: #ad9945;
}

.view-content .dacy-product-title .title {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  padding-right: 4px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
  color: #ad9945;
}

.grab-menu-footer a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
}

.view-content h4.dacy-product-title {
  margin: 0 0 10px;
  width: 100%;
  display: table;
  font-size: 17px;
  font-weight: normal;
}

.view-content .dacy-product-title .price {
  display: table-cell;
  width: 1%;
  padding-left: 20px;
  color: #ad9945;
}

ul.dacy-menu-list.dacy-list-md-1 li {
  list-style: none;
  padding: 10px 5px;
}

.center-cn {
  margin: 0 auto;
}

.left-content-dv h3 {
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  line-height: 1.5;
      margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
    color: #364042;
}

.text-subdued {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.inner-content-area {
  min-height: 500px;
}

#primary-content .prosee p,
#primary-content .product-info__block-item p,
#primary-content .description-in p,
#primary-content .left-content-dv a,
#primary-content .left-content-dv p {
 font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.6;
}

.event-page-img {
  width: 100%;
  max-width: 500px;
  object-fit: cover;
}

.events-page h2 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
  color: #364042;
}

.events-page .event-card {
  background: #fff;
  overflow: hidden;
  transition: 0.3s ease;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.events-page .event-img img {
  width: 100%;
  height: 300px;
  max-width: 100%;
  object-fit: cover;
}

.events-page .event-content {
  padding: 20px;
}

.events-page .event-content h3 {
  margin-bottom: 10px;
}

.events-page .button {
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

.row-flx {
  align-items: center;
}

.right-dv-in {
  padding-left: 60px;
}

body.page-id-768 #primary-content .container {
  max-width: 1280px;
}

.mr-l {
  padding: 0px 50px;
}

#primary-content.main .product-box a {
  text-decoration: none;
}

.accessories-item {
  padding: 0px 10px;
  border: 1px solid #ddd;
  margin-bottom: 30px;
}

.accessories-title {
  text-align: center;
  font-weight: 600;
}

.section-stack .product.item {
  border: none;
}

.page_title {
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.page_title h1 {
  font-weight: 600 !important;
}

nav.breadcrumb a {
  color: #000 !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  color: #999 !important;
}

nav.breadcrumb a:hover {
  color: #000 !important;
}

#primary-content .page-breadcrumb {
  text-align: left;
  -webkit-padding-start: 15px !important;
  padding: 15px;
  font-size: 14px;
  color: #999;
}

.page-breadcrumb .woocommerce-breadcrumb {
  text-align: start !important;
  font-weight: 600;
}

.woocommerce-Price-amount.amount {
  font-size: 24px;
  color: #ad9945;
}

body.page-id-8 .woocommerce-checkout label,
body.page-id-8 .wc-block-components-form .wc-block-components-text-input label,
body.page-id-8 .wc-block-components-text-input label {
  color: #646363 !important;
}

p.woocommerce-mini-cart__empty-message {
  padding: 0px 20px;
}

.wc-block-components-button__text {
  opacity: 1 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
  border: 2px solid color-mix(in srgb, currentColor 48%, transparent);
  background: #fff;
  border-color: #ab994e;
}

.region-breadcrumb,
.region.region-title {
  display: inline-block;
}

/* .product-img-wrap — wraps product image + fav-icon overlay */
.product-img-wrap {
  position: relative;
  display: block;
}

/*Image height issue fixed*/
.div-cn-inp {
  text-align: center;
}

.div-cn-inp {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.left-content-dv .prosee .h6,
.left-content-dv .prosee p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #000;
}

.left-content-dv .prosee h3 {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
}

.event-area .div-cn-inp {
  max-width: 100%;
  background: #f3f1f1;
  padding-top: 50px;
  margin-top: 60px;
  padding-bottom: 20px;
}

.event-area .div-cn-inp {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

form#webform-submission-private-events-node-31-add-form .js-form-submit {
  width: 100%;
  padding: 6px 0px;
}

form#webform-submission-private-events-node-31-add-form {
  background: #f3f1f1;
  padding: 0px 60px;
}

.event-area .div-cn-inp {
  background: #f3f1f1;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.event-area .div-cn-inp p {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

.event-area .div-cn-inp h3 {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
  color: #364042;
}

.event-area .custom-event-form {
  padding-bottom: 30px;
  background: #f3f1f1;
  padding: 0px 60px 30px;
}

.event-area .custom-event-form .button--primary {
  width: 100%;
  display: inline-block;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  font-size: 20px;
  background: #ad9945;
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  white-space: normal;
  text-decoration: none;
}

.event-area .custom-event-form .form-control {
  margin-top: 0.25rem;
}

.event-area .custom-event-form label {
  position: relative;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
}

.event-area .custom-event-form label::after {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0.3em;
  content: "*";
  color: red;
  vertical-align: baseline;
}

.event-area .custom-event-form label.error {
  font-size: 14px !important;
  color: red;
  font-weight: 400 !important;
}

@media (min-width: 992px) {
  .event-area .custom-event-form .form-item-name {
    width: 50%;
    float: left;
    padding-right: 10px;
    margin-bottom: 0;
  }

  .event-area .custom-event-form .form-item-email {
    width: 50%;
    float: left;
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
  }

  .event-area .custom-event-form .form-item-subject {
    width: 100%;
    float: left;
  }

  /*	 .product-box img{    height: 220px;
    object-fit: cover;
    object-position: bottom;}

.left-img-dv img{height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;}
	
	.page-node-50 .left-img-dv img, .page-node-46 .left-img-dv img{height:545px;}*/
}

/*Image height issue fixed*/

#primary-content .right-gft-in h2 {
  color: #364042;
  text-transform: uppercase;
}

.price-gft {
  font-weight: 700;
}

.price-gft {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
}

#primary-content .right-gft-in h2 {
  text-transform: uppercase;
  color: #212529;
}

.price-flx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.div1-p span {
  border: 1px solid #787878;
  padding: 6px 0px;
  color: #787878;
  margin: 0px 5px;
  width: 90px;
  display: block;
  text-align: center;
  cursor: pointer;
}

#primary-content p.top-dmn {
  margin: 24px 0px;
}

.gift-row {
  margin-bottom: 20px;
}

.gift-check {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #4a4a4a;
  font-size: 15px;
  cursor: pointer;
}

.gift-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

#primary-content.main .btn-cart a {
  width: 100%;
  background: #1a1a1a;
  text-align: center;
  display: block;
  padding: 12px 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 14px;
}

#primary-content.main .btn-cart a:hover {
  background: #ad9945;
}

.div1-p {
  margin-bottom: 20px;
}

.gift-row {
  padding-bottom: 10px;
  padding-top: 20px;
}

.price-flx span:hover {
  border-color: #000;
  background: transparent;
  color: #000;
}

/* CLICKED BUTTON â†’ BACKGROUND */
.price-flx span.selected {
  background: #000;
  color: #fff;
  border-color: #000;
}

#search-form .search-help-link {
  display: none;
}

details#edit-advanced {
  display: none;
}

#search-form {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 30px;
}

#search-form .container-inline.js-form-wrapper {
  display: flex;
  align-items: end;
}

#search-form .js-form-item.form-item {
  width: 100%;
}

#edit-basic .form-item label {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
  max-width: 100%;
}

.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}

#search-form input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: border-box;
}

.search-form #edit-basic #edit-keys {
  width: 100%;
  padding: 9px;
  vertical-align: middle;
}

#edit-basic #edit-submit {
  font-size: 16px;
  padding: 5px 15px;
  width: 100px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 18px;
  margin-left: -1px;
  margin-right: 0;
  height: 50px;
}

.path-search .item-list ol {
  padding-left: 0 !important;
}

.path-search .item-list li {
  text-align: left;
  list-style: none;
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.path-search .item-list li h3.title a {
  font-size: 30px;
  font-weight: 500;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
}

.path-search .region.region-tabs-section {
  display: none;
}

/* Pagination Wrapper */
.pager__items {
  display: flex;
  gap: 2px;
  padding: 0;
  margin: 25px 0;
  list-style: none;
  justify-content: center;
}

/* Each Item Box */
.pager__item a {
  display: flex;
  align-items: center;
  justify-content: center;

  background: #ffffff;
  border: 2px solid #ddd;
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  /* âœ” Fixed font size */
  font-weight: 600;
  color: #333;
  text-decoration: none;

  transition: 0.25s ease-in-out;
}

#primary-content .pager li>a,
.pager li>span {
  color: #000;
  font-size: 16px;
}

/* Hover */
.pager__item a:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/* Active Page */
.pager__item.is-active a {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
  cursor: default;
}

/* Next / Last â€“ Wider Box */
.pager__item--next a,
.pager__item--last a {
  width: auto;
  padding: 0 15px;
  font-size: 14px;
  /* âœ” Same font-size */
}

/* Responsive */
@media (max-width: 480px) {
  .pager__item a {
    font-size: 14px;
    /* ✔ Still 14px */
  }
}

/* ============================================================
   Side Cart Drawer - Premium Design
   ============================================================ */
.side-cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
  z-index: 999998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

body.drawer-open .side-cart-overlay {
  opacity: 1;
  visibility: visible;
}

.side-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 420px;
  background: #fff;
  z-index: 999999;
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
}

body.drawer-open .side-cart-drawer {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-cart-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.side-cart-header {
  padding: 25px 30px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #202c2e;
  color: #fff;
}

.side-cart-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
}

.side-cart-close {
  background: none;
  border: none;
  font-size: 32px;
  color: #ad9945;
  cursor: pointer;
  line-height: 1;
  transition: transform 0.3s ease;
}

.side-cart-close:hover {
  transform: rotate(90deg);
}

.side-cart-content {
  flex: 1;
  overflow-y: auto;
  padding: 30px;
  /* Custom Scrollbar */
  scrollbar-width: thin;
  scrollbar-color: #ad9945 #f0f0f0;
}

.side-cart-content::-webkit-scrollbar {
  width: 6px;
}

.side-cart-content::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.side-cart-content::-webkit-scrollbar-thumb {
  background-color: #ad9945;
  border-radius: 10px;
}

/* WooCommerce Mini Cart Overrides */
.side-cart-content .widget_shopping_cart .cart_list {
  padding: 0;
  margin: 0;
}

.side-cart-content .widget_shopping_cart .cart_list li {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
  display: flex;
  align-items: center;
  position: relative;
}

.side-cart-content .widget_shopping_cart .cart_list li:first-child {
  padding-top: 0;
}

.side-cart-content .widget_shopping_cart .cart_list li img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  margin-right: 20px;
  float: none !important;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.side-cart-content .widget_shopping_cart .cart_list li a {
  font-size: 15px;
  font-weight: 500;
  color: #202c2e;
  text-decoration: none;
  line-height: 1.4;
}

.side-cart-content .widget_shopping_cart .cart_list li a:hover {
  color: #ad9945;
}

.side-cart-content .widget_shopping_cart .cart_list li .quantity {
  display: block;
  font-size: 13px;
  color: #888;
  margin-top: 5px;
}

.side-cart-content .widget_shopping_cart .cart_list li .remove {
  position: absolute;
  right: 0;
  top: 20px;
  color: #ccc !important;
  background: transparent !important;
  font-size: 20px !important;
}

.side-cart-content .widget_shopping_cart .cart_list li .remove:hover {
  color: #ff4d4d !important;
}

/* Mini Cart Footer section */
.side-cart-content .widget_shopping_cart .total {
  border-top: 2px solid #202c2e;
  padding: 20px 0;
  margin-top: 10px;
  background: #fff;
  font-size: 16px;
  color: #202c2e;
}

.side-cart-content .widget_shopping_cart .total strong {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.side-cart-content .widget_shopping_cart .total .amount {
  float: right;
  color: #ad9945;
  font-weight: 700;
  font-size: 18px;
}

.side-cart-content .widget_shopping_cart .buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20px;
}

.side-cart-content .widget_shopping_cart .buttons a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0;
}

.side-cart-content .widget_shopping_cart .buttons a.checkout {
  background: #ad9945 !important;
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(173, 153, 69, 0.3);
}

.side-cart-content .widget_shopping_cart .buttons a.checkout:hover {
  box-shadow: 0 6px 20px rgba(173, 153, 69, 0.4);
  transform: translateY(-2px);
}

.side-cart-content .widget_shopping_cart .buttons a:not(.checkout) {
  background: transparent;
  color: #202c2e;
  border: 1px solid #202c2e;
}

.side-cart-content .widget_shopping_cart .buttons a:not(.checkout):hover {
  background: #202c2e;
  color: #fff;
}

/* Animations for items */
body.drawer-open .side-cart-content .cart_list li {
  animation: slideInDownShort 0.5s ease forwards;
  opacity: 0;
}


.thankyou-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.boutique-btn-gold {
  background: var(--prov-secondary);
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;

}

.boutique-btn-gold:hover {
  background: var(--prov-primary);
  color: #fff;
}


.boutique-btn-primary {
  background: var(--prov-primary);
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.boutique-btn-primary:hover {
  background: var(--prov-secondary);
  color: #fff;
}


@keyframes slideInDownShort {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* mini cart drawer */

/* remove the dark overlay from the product when remove cart btn click */
.blockUI {
  display: none !important;
}

.side-cart-content {
  padding: 0px;
  background: #fff;
  height: 100%;
  overflow-y: auto;
  font-family:
    system-ui,
    -apple-system,
    sans-serif;
}

li.woocommerce-mini-cart-item.mini_cart_item:hover {
  background-color: #f3f2f2;
}

/* Cart list */
.woocommerce-mini-cart {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Each item */
.woocommerce-mini-cart-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  padding: 15px 0 24px;
  border-bottom: 1px solid #eee;
  position: relative;
}

/* Product image */
.woocommerce-mini-cart-item img {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  object-fit: contain;
  border-radius: 8px;
}

/* Product link (title) */
.woocommerce-mini-cart-item a {
  font-size: 14px;
  font-weight: 500;
  color: #222;
  text-decoration: none;
  line-height: 1.4;
  display: block;
}

.woocommerce-mini-cart-item a:nth-child(2) {
  display: flex;
  padding: 6px 10px;
  gap: 5px;
  max-width: 300px;
}

.side-cart-content .remove_from_cart_button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
}

/* Hover */
.side-cart-content .remove_from_cart_button:hover {
  background: #fdecea;
  color: #e74c3c;
}

/* Quantity & price */
.side-cart-content .quantity {
  font-size: 14px;
  color: #666;
  align-self: flex-start;
  margin-top: -29px !important;
  margin-left: 66px !important;
}

.side-cart-content span.woocommerce-Price-amount.amount {
  font-weight: 600;
  color: #ad9945;
  font-size: 14px !important;
}

.widget_shopping_cart_content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget {
  position: relative;
  flex: 1 1 auto;
}

/* Subtotal */
.woocommerce-mini-cart__total {
  margin-top: 20px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 15px;
  border-top: 1px solid #eee;
  padding-left: 20px;
  padding-right: 20px;
}

.woocommerce-mini-cart__total strong {
  color: #666;
}

.woocommerce-mini-cart__total .woocommerce-Price-amount.amount {
  font-weight: bold;
  font-size: 20px;
  color: #ad9945;
}

/* Buttons wrapper */
.woocommerce-mini-cart__buttons {
  margin-top: 20px;
  display: block;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/* Buttons */
.woocommerce-mini-cart__buttons .button {
  font-size: 14px;
  text-align: center;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* View cart button */
.woocommerce-mini-cart__buttons .button:not(.checkout) {
  background: #f5f5f5 !important;
  color: #222 !important;
}

.woocommerce-mini-cart__buttons .button:not(.checkout):hover {
  background: #e7e4e4 !important;
  color: #222 !important;
}

a.button.wc-forward {
  margin-bottom: 10px;
}

.woocommerce .woocommerce-mini-cart__buttons a.button {
  padding: 12px 28px !important
}

/* Checkout button */
.woocommerce-mini-cart__buttons a.checkout {
  background: #364042;
  color: #fff;
}

.woocommerce-mini-cart__buttons a.checkout:hover {
  background: #ad9945;
}

/* Stagger item animations */
body.drawer-open .side-cart-content .cart_list li:nth-child(1) {
  animation-delay: 0.1s;
}

body.drawer-open .side-cart-content .cart_list li:nth-child(2) {
  animation-delay: 0.2s;
}

body.drawer-open .side-cart-content .cart_list li:nth-child(3) {
  animation-delay: 0.3s;
}

body.drawer-open .side-cart-content .cart_list li:nth-child(4) {
  animation-delay: 0.4s;
}

/* breadcrumb width */
.page-breadcrumb .container {
  max-width: 100%;
  width: 100%;
  padding: 0 !important;
}

/* shop all page */
.shop-type-nav {
  display: none;
}

/* cart page */
.wc-block-cart__main .wc-block-cart-items td,
.wc-block-components-totals-wrapper {
  border-top: 0;
}

@container (min-width: 700px) {
  .wc-block-cart__main .wc-block-cart-items {
    border-bottom: none;
  }
}

.wc-block-cart-items__header th,
table.wc-block-cart-items .wc-block-cart-items__header th {
  font-weight: 800;
  font-size: 16px;
  color: #ad9945;
  border-bottom: 1px solid;
}

.wc-block-cart .wc-block-cart__totals-title {
  font-weight: 800;
  font-size: 16px;
  color: #ad9945;
  border-bottom: 1px solid;
}

.wc-block-cart-items__row .wc-block-components-product-name {
  font-size: 16px !important;
  font-weight: 700;
  color: #ad9945;
}

.wc-block-cart-items__row .wc-block-components-product-name:hover {
  opacity: 0.95;
}

.wc-block-cart-items__row .wc-block-components-product-name:hover {
  color: #ad9945;
}

/* product price */
.wc-block-cart-items__row .wc-block-cart-item__prices .price,
.wc-block-cart-items__row .wc-block-cart-item__total .price {
  position: relative;
}

.wc-block-cart-items__row .wc-block-cart-item__prices .price::before,
.wc-block-cart-items__row .wc-block-cart-item__total .price::before {
  content: "Price";
  position: absolute;
  top: -12px;
  text-transform: uppercase;
  font-size: 11px;
  min-width: 100px;
  text-align: start;
  color: #999;
  font-weight: 600;
}

.wc-block-cart-items__row .wc-block-cart-item__total .price {
  font-size: 15px;
}

.wc-block-cart-items__row .wc-block-cart-item__total .price::before {
  content: "Total Price";
}

.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg,
.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link svg {
  transition: all 0.3s ease;
}

.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover svg,
.wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover svg {
  color: red;
}

/* quanity selector */
.wc-block-components-quantity-selector input,
.wc-block-components-quantity-selector button {
  outline: none !important;
  box-shadow: none !important;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
  background: #364042 !important;
  opacity: 1;
  color: #fff;
  border-radius: 0 !important;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
  background: #364042;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button>* {
  opacity: 1;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:hover {
  background: #ad9945;
}

.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}

.wc-block-components-product-metadata p {
  font-size: 14px !important;
  color: #000;
  letter-spacing: 0.0125em;
}

.wc-block-cart__submit-container a {
  background: #ac994a;
  border: 0;
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.wc-block-cart__submit-container a:hover,
.wc-block-cart__submit-container a:active,
.wc-block-cart__submit-container a:focus {
  background: #364042;
}

/* validator */
.wc-block-components-validation-error>* {
  color: #cc1818;
  fill: #cc1818;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-weight: 700;
}

/* checkout page */

.wc-block-checkout h2,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text {
  color: #a78e3a;
  text-transform: capitalize;
  font-weight: 700 !important;
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt {
  background: #ac994a;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.password-toggle {
  top: 14px !important;
}

.wp-block-woocommerce-checkout .wc-block-checkout__login-prompt:hover {
  background: #364042;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
  left: 0;
}

.form-input {
  border: 1px solid #b1b1b1 !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark+.wc-block-components-checkbox__label {
  vertical-align: top;
  margin-left: 5px;
  font-weight: 600;
  color: #000;
  user-select: none;
}

.wc-block-components-address-form__country.wc-block-components-country-input {
  margin-top: 12px !important;
}

.wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid #ddd !important;
  border-radius: 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {
  transform: scale(0.82);
  left: 5px;
}

.wc-blocks-components-select .wc-blocks-components-select__select:focus {
  border-color: #ab994e !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: #fff;
  border-color: #ab994e;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type="checkbox"]:checked+.wc-block-components-checkbox__mark {
  fill: #ab994e !important;
}

#shipping-fields .wc-block-components-address-form {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 10px;
}

.wc-block-components-address-form__first_name {
  grid-column: 1;
  grid-row: 1;
}

.wc-block-components-address-form__last_name {
  grid-column: 2;
  grid-row: 1;
}

.wc-block-components-address-form__country {
  grid-column: 1 / -1;
  grid-row: 2;
}

.wc-block-components-text-input.wc-block-components-address-form__address_1,
.wc-block-components-address-form__address_2-toggle {
  grid-column: 1 / 3;
}

/* payment options */

.wc-block-components-radio-control--highlight-checked,
.wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
  margin-top: 10px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
  display: inline-block;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input+.wc-block-components-radio-control__option-layout {
  margin-left: 30px;
  color: #000;
  font-weight: 600;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
  border: 1px solid #a78e3a;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
  background: #a78e3a;
}

.wc-block-components-button:not(.is-link) {
  background: #364042;
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border: 0;
}

.wc-block-components-button:not(.is-link):hover {
  background: #ad9945;
  color: #fff;
}

a.wc-block-components-checkout-return-to-cart-button {
  background: #fff;
  color: #333;
  font-size: 14px;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  border: 1px solid #333;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

a.wc-block-components-checkout-return-to-cart-button:hover {
  background: #f7f7f8;
  color: #333;
}

.wc-block-components-checkout-return-to-cart-button svg {
  position: static;
  transform: initial;
}

.wc-block-components-notice-banner .wc-block-components-notice-banner__dismiss {
  margin-top: 0 !important;
  border: 0 !important;
  outline: 0 !important;
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
  font-size: 14px;
  font-weight: 600 !important;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
  color: #a78e3a;
}

/* second order summary hide on mobile and desktop */
.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block .css-0.e19lxcc00 {
  display: none !important;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__content {
  display: block;
}

.wc-block-components-form .wc-block-components-text-input,
.wc-block-components-text-input {
  margin-top: 12px !important;
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
  margin-top: 0 !important;
}

.woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.woocommerce-notices-wrapper:empty {
  display: none;
}

/* Space between multiple notices */
.woocommerce-notices-wrapper>*+* {
  margin-top: 12px;
}

/* ===== Base Notice Style ===== */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 14px 18px !important;
  margin: 0;
  border-radius: var(--prov-radius);
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid transparent;
}

/* Remove default list style (important for error) */
.woocommerce-error {
  list-style: none;
}

.woocommerce-error li {
  margin: 0;
}

/* ===== SUCCESS ===== */
.woocommerce-message {
  background: #f0faf0 !important;
  border-color: #d6ead6;
  border-left: 3px solid #2c5f2e;
  color: #2c5f2e;
}

/* ===== ERROR ===== */
.woocommerce-error {
  background: #fff0f0 !important;
  border-color: #f5c6cb;
  border-left: 3px solid var(--prov-primary);
  color: #842029;
}

/* ===== INFO ===== */
.woocommerce-info {
  background: #f0f4ff !important;
  border-color: #cfe2ff;
  border-left: 3px solid #1a3a5c;
  color: #1a3a5c;
}

/* ===== Links inside notices ===== */
.woocommerce-message a,
.woocommerce-error a,
.woocommerce-info a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

.woocommerce-message a:hover,
.woocommerce-error a:hover,
.woocommerce-info a:hover {
  opacity: 0.8;
}

/* ===== Optional subtle animation ===== */
.woocommerce-notices-wrapper>* {
  animation: wooFadeIn 0.25s ease;
}

@keyframes wooFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* my account dashboard */

.woocommerce-dashboard .woocommerce,
.woocommerce-orders .woocommerce,
.woocommerce-view-order .woocommerce,
.woocommerce-downloads .woocommerce,
.woocommerce-edit-address .woocommerce,
.woocommerce-edit-account .woocommerce {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 2rem 0;
  margin: 1rem auto;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    padding: 0 0 2rem;
  }
}

body.woocommerce-account.logged-in .woocommerce {
  display: grid;
  grid-template-columns: 200px 1fr;
  padding: 2rem 0;
  margin: 1rem auto;

  @media (max-width: 768px) {
    grid-template-columns: 1fr;
    padding: 0 0 2rem;
  }
}

/* Logged OUT → auth layout */
body:not(.logged-in) .woocommerce {
  grid-template-columns: 1fr;
}

/* account dashboard */
.woocommerce-dashboard .woocommerce-MyAccount-content .account-dashboard {
  padding: 20px 0;
}

.woocommerce-dashboard .account-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.woocommerce-dashboard .logout-btn {
  margin-left: auto;
  padding: 6px 10px;
  background-color: var(--danger-bg);
  color: #ffffff;
  font-size: 14px;
  border-radius: 0;
  text-decoration: none !important;
  transition: all 0.3s;
}

.woocommerce-dashboard .logout-btn:hover {
  background-color: var(--danger-bg);
  color: #ffffff;
  opacity: 0.85;
}

.woocommerce-dashboard .account-welcome {
  margin-bottom: 30px;
}

.woocommerce-dashboard .account-welcome h3 {
  font-weight: 700;
}

.woocommerce-dashboard .account-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.woocommerce-dashboard .account-card {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 0;
  text-decoration: none !important;
  transition: 0.3s;
}

.woocommerce-dashboard .account-card:hover {
  background: #f9f9f9;
  color: var(--prov-secondary);
}

.woocommerce-dashboard .account-card h4 {
  font-size: 22px;
  font-weight: 600;
}

.woocommerce-MyAccount-navigation {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: var(--prov-radius);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}

.woocommerce-MyAccount-navigation-link a:hover {
  background: #f7f7f7;
}

/* Active */
.woocommerce-MyAccount-navigation-link.is-active a {
  background: var(--prov-primary);
  color: #efce43;
  font-weight: 600;
  border-left: 3px solid var(--prov-secondary);
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #dc3545;
}

.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
  background: #fff0f0;
  color: #b02a37;
}

.woocommerce-MyAccount-content {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: var(--prov-radius);
  padding: 20px;
}

.woocommerce-MyAccount-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 12px;
}

.woocommerce-MyAccount-content a {
  color: var(--prov-primary);
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

.woocommerce-MyAccount-navigation-link+.woocommerce-MyAccount-navigation-link {
  border-top: 1px solid #f1f1f1;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

/* ===== Orders Table Wrapper ===== */
.woocommerce-orders .woocommerce-MyAccount-content {
  overflow-x: auto;
}

.woocommerce-orders-table__cell-order-actions a {
  text-decoration: none !important;
}

.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: var(--prov-radius);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.woocommerce-orders-table table,
.woocommerce-orders-table {
  min-width: 700px;
}

/* ===== Table Head ===== */
.woocommerce-orders-table thead {
  background: #f9fafb;
}

.woocommerce-orders-table th {
  font-size: 13px;
  font-weight: 600;
  color: #555;
  text-align: left;
  padding: 12px 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* ===== Table Body ===== */
.woocommerce-orders-table td {
  font-size: 14px;
  color: #333;
  padding: 14px 15px;
  border-bottom: 1px solid #f1f1f1;
  vertical-align: baseline;
}

/* Remove last row border */
.woocommerce-orders-table tr:last-child td {
  border-bottom: none;
}

/* Row hover */
.woocommerce-orders-table tbody tr:hover {
  background: #fafafa;
}

.woocommerce-orders-table td .woocommerce-Price-amount.amount {
  font-size: 16px;
  font-weight: 700;
  color: #ad9945;
}

/* ===== Order Number Link ===== */
.woocommerce-orders-table__cell-order-number a {
  color: var(--prov-primary);
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-orders-table__cell-order-number a:hover {
  text-decoration: underline;
}

/* ===== Status Badge ===== */
.woocommerce-orders-table__cell-order-status {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  background: #f1f1f1;
  color: #555;
}

/* ===== Status Variants ===== */
.woocommerce-orders-table__row--status-processing .woocommerce-orders-table__cell-order-status {
  background: #fff4e5;
  color: #f39c12;
  padding: 6px 10px;
  font-size: 13px;
}

.woocommerce-orders-table__row--status-completed .woocommerce-orders-table__cell-order-status {
  background: #eafaf1;
  color: #27ae60;
}

.woocommerce-orders-table__row--status-cancelled .woocommerce-orders-table__cell-order-status {
  background: #fdecea;
  color: #e74c3c;
}

/* ===== Total Column ===== */
.woocommerce-orders-table__cell-order-total {
  font-weight: 500;
  color: #222;
}

/* ===== Action Button ===== */
.woocommerce-orders-table__cell-order-actions .button {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  border-radius: 4px;
  background: var(--prov-primary);
  color: #fff;
  text-decoration: none;
  border: none;
  transition: all 0.2s ease;
}

.woocommerce-orders-table__cell-order-actions .button:hover {
  background: #000;
  color: #fff;
}

/* downloads page user account */
.woocommerce-downloads .woocommerce-info,
.woocommerce-orders .woocommerce-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.woocommerce-downloads .woocommerce-info a,
.woocommerce-orders .woocommerce-info a {
  text-decoration: none;
}

/* edit address page */
.woocommerce-Addresses {
  margin-top: 15px;
}

/* ===== Address Card ===== */
.woocommerce-Address {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: var(--prov-radius);
  padding: 18px;
  height: 100%;
  transition: all 0.2s ease;
}

/* Hover (subtle modern feel) */
.woocommerce-Address:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

/* ===== Header ===== */
.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.woocommerce-Address-title h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #222;
}

/* ===== Edit Link (CTA style) ===== */
.woocommerce-Address-title .edit {
  font-size: 13px;
  color: var(--prov-primary);
  text-decoration: none;
  font-weight: 500;
  text-align: center;
}

.woocommerce-Address-title .edit:hover {
  text-decoration: underline;
}

/* ===== Address Text ===== */
.woocommerce-Address address {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  font-style: normal;
}

/* ===== Layout (2 columns) ===== */
.woocommerce-Addresses {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.woocommerce-Address {
  width: calc(50% - 10px);
  max-width: 100%;
  flex: 1;
}

.woocommerce-Address-title .edit {
  padding: 4px 10px;
  border: 1px solid var(--prov-primary);
}

.woocommerce-Address-title .edit:hover {
  background: var(--prov-primary);
  color: #fff;
  text-decoration: none;
}

.woocommerce-edit-address form {
  background: #fff;
  padding: 20px;
}

/* ===== Title ===== */
.woocommerce-edit-address h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #222;
}

/* ===== Field Wrapper Grid ===== */
.woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.woocommerce-edit-address form .woocommerce-input-wrapper {
  flex: 1;
}

/* ===== Full Width Fields ===== */
.woocommerce-edit-address .form-row-wide {
  grid-column: 1 / -1;
}

/* ===== First + Last Name Row ===== */
.woocommerce-edit-address .form-row-first {
  grid-column: 1;
}

.woocommerce-edit-address .form-row-last {
  grid-column: 2;
}

/* ===== Labels ===== */
.woocommerce-edit-address label {
  display: block;
  font-weight: 500;
  margin-bottom: 6px;
  color: #444;
}

/* ===== Required Star ===== */
.woocommerce-edit-address .required {
  color: #e74c3c;
}

/* ===== Inputs ===== */
.woocommerce-edit-address .input-text,
.woocommerce-edit-address select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease;
  box-shadow: none !important;
}

/* ===== Focus State ===== */
.woocommerce-edit-address .input-text:focus,
.woocommerce-edit-address select:focus {
  border-color: var(--prov-secondary) !important;
  outline: none;
}

/* ===== Select2 Fix ===== */
.woocommerce-edit-address .select2-container .select2-selection--single {
  height: 42px;
  border: 1px solid #dcdcdc;
  border-radius: 0;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.woocommerce-edit-address .select2-container--open .select2-selection--single,
.select2-dropdown {
  border: 1px solid var(--prov-secondary);
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--prov-secondary);
  color: #fff;
}

.woocommerce-edit-address .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce-edit-address .select2-selection__rendered {
  line-height: normal;
}

.woocommerce-edit-address .select2-selection__arrow {
  height: 100%;
}

/* ===== Address spacing ===== */
.woocommerce-edit-address .form-row {
  margin-bottom: 0;
  flex-direction: column;
}

/* ===== Button ===== */
.woocommerce-edit-address button.button {
  margin-top: 15px;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 4px;
  background: var(--prov-primary);
  color: #fff;
  border: none;
  transition: all 0.2s ease;
}

.woocommerce-edit-address button.button:hover {
  background: #000;
  color: #fff;
}

/* ===== Edit Account Page ===== */
.woocommerce-edit-account .woocommerce-EditAccountForm {
  background: #fff;
  padding: 10px 20px;
  border-radius: var(--prov-radius);
  /* border: 1px solid #e5e5e5; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.woocommerce-edit-account .form-row-wide,
.woocommerce-edit-account fieldset,
.woocommerce-edit-account>p:last-child {
  grid-column: 1 / -1;
}

.woocommerce-edit-account .form-row-first {
  grid-column: 1;
}

.woocommerce-edit-account .form-row-last {
  grid-column: 2;
}

.woocommerce-edit-account label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #444;
}

.woocommerce-edit-account .required {
  color: #e74c3c;
}

.woocommerce-edit-account .input-text {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease;
  box-shadow: none !important;
}

.woocommerce-edit-account .input-text:focus {
  border-color: var(--prov-secondary) !important;
  outline: none;
}

.woocommerce-edit-account #account_display_name_description {
  display: block;
  font-size: 12px;
  color: #777;
  margin-top: 5px;
}

.woocommerce-edit-account fieldset {
  border: 1px solid #eee;
  border-radius: var(--prov-radius);
  padding: 15px;
  margin-top: 10px;
}

.woocommerce-edit-account legend {
  font-size: 14px;
  font-weight: 600;
  padding: 0 5px;
  color: #222;
}

.woocommerce-edit-account .password-input {
  display: flex;
  align-items: center;
  position: relative;
}

.woocommerce-edit-account .password-input input {
  width: 100%;
}

.woocommerce-edit-account .show-password-input {
  position: absolute;
  right: 10px;
  background: transparent;
  border: none;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.5;
}

.woocommerce-edit-account .show-password-input:hover {
  opacity: 1;
}

.woocommerce-edit-account .form-row {
  margin-bottom: 0;
  flex-direction: column;
  margin-bottom: 10px;
}

.woocommerce-edit-account button.button {
  margin-top: 10px;
  padding: 10px 18px;
  font-size: 14px;
  border-radius: 4px;
  background: var(--prov-primary);
  color: #fff;
  border: none;
  transition: all 0.2s ease;
}

.woocommerce-edit-account button.button:hover {
  background: #000;
  color: #fff;
}

.woocommerce-edit-account form>p:last-child {
  display: flex;
  justify-content: flex-end;
}

/* ─── PASSWORD STRENGTH METER ────────────────────────────── */

/* Password strength message */
.woocommerce-password-strength {
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  padding: 4px 6px;
  border-radius: 4px;
  display: inline-block;
}

/* Weak */
.woocommerce-password-strength.bad,
.woocommerce-password-strength.short {
  color: #e74c3c;
  background: #fdecea;
  border: 1px solid #f5c6cb;
}

/* Medium */
.woocommerce-password-strength.good {
  color: #f39c12;
  background: #fff4e5;
  border: 1px solid #ffeeba;
}

/* Strong */
.woocommerce-password-strength.strong {
  color: #27ae60;
  background: #eafaf1;
  border: 1px solid #c3e6cb;
}

/* Password hint */
.woocommerce-password-hint {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
  color: #6c757d;
  /* subtle gray */
}

/* Optional: spacing improvement */
.form-group .woocommerce-password-hint {
  margin-bottom: 5px;
}

.password-strength-meter {
  margin-top: 10px;
  padding: 8px 0;
  border-top: 1px solid #eee;
}

.strength-bar {
  width: 100%;
  height: 3px;
  background: #eee;
  margin-bottom: 6px;
  overflow: hidden;
}

.strength-bar::after {
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  background: #ad9945;
  transition: all 0.3s ease;
}

.strength-text {
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

/* AJAX Loading state for buttons */
button.single_add_to_cart_button.loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

button.single_add_to_cart_button.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.header-for-inner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  background-position: 100% 20% !important;
  height: 500px;
}

.header-for-inner img {
  height: 500px;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

.header-for-inner .page-head-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #ffffff;
}

.header-for-inner .page-head-title h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin: 0px 0;
  line-height: normal;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* search page */
.woocommerce-search-page {
  position: relative;
  min-height: 500px;
  padding-bottom: 3em;
}

.woocommerce-search-page>.container {
  padding-top: 60px;
}

/* ===== Search Form ===== */
.woocommerce-search-page .search-form {
  position: relative;
  max-width: 600px;
  margin: 40px auto;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #eee;
}

.woocommerce-search-page .search-form label {
  display: block;
  color: #2c3e50;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}

.woocommerce-search-page .search-form input[type="search"] {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: 1px solid #bbb;
  font-size: 15px;
  outline: none;
}

.woocommerce-search-page .search-form input[type="search"]:focus {
  border-color: #a88c3a;
}

.woocommerce-search-page .search-form .search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.woocommerce-search-page .search-form button {
  height: 50px;
  padding: 5px 15px;
  background: var(--prov-secondary);
  color: #fff;
  border: none;
  font-weight: 600;
  font-size: 16px;
  width: 100px;
  cursor: pointer;
  text-transform: uppercase;
}

.woocommerce-search-page .search-form button:hover {
  background: var(--prov-primary);
}

.woocommerce-search-page h2.search-title {
  font-size: 24px;
  border-bottom: 2px solid var(--prov-secondary);
  display: inline-block;
  padding-bottom: 5px;
}

.woocommerce-search-page .other-results-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: 4px solid var(--prov-secondary);
  padding-left: 15px;
  margin-top: 50px;
}

/* ===== Meta Info Row ===== */
.woocommerce-search-page .search-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  color: #666;
  font-size: 14px;
}

.woocommerce-search-page .search-meta strong {
  font-weight: 700;
}

.woocommerce-search-page .search-meta .right {
  text-align: right;
}

/* ===== Divider ===== */
.woocommerce-search-page .search-divider {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* ===== Results List ===== */
.woocommerce-search-page .search-results-container {
  min-height: 300px;
}

.woocommerce-search-page .search-items-list {
  background: #fff;
}

/* ===== Each Item ===== */
.woocommerce-search-page .search-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.woocommerce-search-page .search-item h3 {
  font-size: 18px;
  line-height: 1.15;
  margin-bottom: 5px;
  margin-top: 5px;
  font-weight: 700;
  color: #364042;
}

.woocommerce-search-page .search-item h3 a {
  text-decoration: underline;
  font-weight: 600;
  text-transform: uppercase;
}

.woocommerce-search-page .search-item h3 a:hover {
  color: #a88c3a;
}

.woocommerce-search-page .search-snippet {
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
}

.woocommerce-search-page .search-snippet strong {
  font-weight: 700;
}

.woocommerce-search-page .search-url a {
  text-decoration: underline;
  font-weight: 600;
  font-size: 18px;
  color: #364042;
  white-space: normal;
  word-break: break-word;
  transition: all 0.3s ease;
}

.woocommerce-search-page .search-url a:hover {
  color: var(--prov-secondary);
}

/* ===== Pagination ===== */
.woocommerce-search-page .search-pagination {
  text-align: center;
  margin-top: 25px;
}

.woocommerce-search-page .search-pagination a,
.woocommerce-search-page .search-pagination span {
  margin: 0 6px;
  font-size: 16px !important;
  color: #000;
  text-decoration: underline;
}

.pager__item.text-decoration-none span,
.pager__item.text-decoration-none a {
  text-decoration: none;
}

.woocommerce-search-page .pager li>a,
.pager li>span {
  display: block;
  padding: 0;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

.pager__item.is-active {
  pointer-events: none;
}

.woocommerce-search-page .pager li>a,
.pager li>span {
  color: #000;
  font-size: 16px;
  border: 0 !important;
  background: transparent !important;
  transition: 0.25s ease-in-out;
}

.pager li.pager__item:not(.is-active)>a,
.pager li.pager__item a,
.pager li.pager__item a span {
  transition: 0.25s ease-in-out;
}

.pager li.pager__item:not(.is-active)>a:hover,
.pager li.pager__item a:hover,
.pager li.pager__item a:hover span {
  color: var(--prov-secondary);
}

.woocommerce-search-page .pager .pager__item.is-active a {
  font-weight: bold;
}

/* search query highlight */
.woocommerce-search-page strong {
  font-weight: 700;
}

/* ===== Lost Password Page ===== */

.woocommerce-lost-password .woocommerce-ResetPassword {
  background: white;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 50px 40px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
}

/* Description text */
.woocommerce-lost-password .woocommerce-ResetPassword p:first-child {
  font-size: 14px;
  color: #555;
  margin-bottom: 18px;
  line-height: 1.6;
}

/* Form rows */
.woocommerce-lost-password .form-row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

/* Label */
.woocommerce-lost-password label {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #444;
}

/* Required star */
.woocommerce-lost-password .required {
  color: #e74c3c;
}

/* Input */
.woocommerce-lost-password .input-text {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #fff;
  transition: all 0.2s ease;
  box-shadow: none !important;
}

/* Focus */
.woocommerce-lost-password .input-text:focus {
  border-color: var(--prov-secondary);
  outline: none;
}

/* Button wrapper */
.woocommerce-lost-password .form-row:last-child {
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.woocommerce-lost-password .woocommerce-form-row .button {
  padding: 12px 35px !important;
  font-size: 14px;
  background: var(--prov-primary);
  color: #fff;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

/* Hover */
.woocommerce-lost-password .button:hover {
  background: #000;
  color: #fff;
}

.wishlist-page .wishlist-grid.product-grid,
.woocommerce-search-page .product-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
  padding: 60px 0;
}

.wishlist-actions-bar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}

.wishlist-actions-bar .button {
  padding: 10px 25px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 14px;
  cursor: pointer;
  background-color: #f2f2f2;
  border: 1px solid;
  transition: all 0.3s ease;
}

.wishlist-actions-bar .button:hover {
  color: #fff;
  background-color: #202c2e;
}

.wishlist-actions-bar .button.secondary {
  background: transparent;
  color: #364042;
  border: 1px solid #364042 !important;
}

.wishlist-actions-bar .button.secondary:hover {
  background: #364042;
  color: #fff;
}

.wishlist-empty .woocommerce-info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.wishlist-empty .shop-btn {
  background-color: var(--prov-primary);
  color: #fff;
  border: none !important;
  padding: 8px 28px !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.2s ease;
  font-weight: 700 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.wishlist-empty .shop-btn:hover {
  background-color: var(--prov-secondary);
  color: #fff;
}

/* inner products page */
.term-wine-type .product-grid,
.term-wine-region .product-grid,
.tax-product_cat .product-grid,
.woocommerce-search-page .product-grid {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(4, 1fr);
}


.out-of-stock {
  display: inline-block;
  padding: 10px 16px;
  background: #ffe5e5;
  color: #b30000 !important;
  border: 1px solid #ffb3b3;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.right-gft-in {
  padding-bottom: 3em;
}

.right-gft-in h2 {
  text-transform: uppercase;
  color: #212529;
  font-size: 30px;
  line-height: 1.25;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: 700;
}

.btn-cart a {
  width: 100%;
  background: #1a1a1a;
  text-align: center;
  display: block;
  padding: 12px 0;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.btn-cart a:hover {
  background: var(--prov-secondary);
  color: #fff;
}

/* MEDIA QUERIES */
@media (max-width: 991px) {
  /* .gap_for_sticky {
    display: none !important;
  } */

  #header.sticking {
    border: 0 !important;
  }

  .header-for-inner {
    height: 300px;
  }

  .header-for-inner .page-head-title h1 {
    font-size: 24px;
  }

  .wishlist-page .wishlist-grid.product-grid,
  .tax-product_cat .product-grid,
  .woocommerce-search-page .product-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .woocommerce {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-Addresses {
    flex-direction: column;
  }

  .woocommerce-Address {
    width: 100%;
  }

  .woocommerce-edit-address .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-edit-address .form-row-first,
  .woocommerce-edit-address .form-row-last {
    grid-column: 1;
  }

  .woocommerce-edit-account .woocommerce-EditAccountForm {
    grid-template-columns: 1fr;
  }

  .woocommerce-edit-account .form-row-first,
  .woocommerce-edit-account .form-row-last {
    grid-column: 1 / -1;
  }

  .page-content .view-content {
    padding: 20px 15px !important;
  }

  .dacy-product-desc {
    font-size: 14px !important;
  }
}

@media (max-width: 576px) {
  .woocommerce-lost-password .woocommerce-ResetPassword {
    padding: 18px;
  }

  .woocommerce-lost-password .button {
    width: 100%;
  }

  .wishlist-page .wishlist-grid.product-grid,
  .tax-product_cat .product-grid,
  .woocommerce-search-page .product-grid {
    grid-template-columns: 1fr;
  }

  .side-cart-drawer {
    width: 100%;
  }

  .wc-block-cart-items__row .wc-block-cart-item__total .price::before {
    left: -5px;
  }

  .wc-block-cart-item__total-price-and-sale-badge-wrapper {
    justify-content: end;
    margin-right: 10px;
  }

  a.wc-block-components-checkout-return-to-cart-button {
    font-size: 11px;
    padding: 8px 6px;
  }

  .wc-block-components-button:not(.is-link) {
    font-size: 14px;
    padding: 12px 16px;
  }

  .wc-block-components-checkout-place-order-button {
    width: auto !important;
  }

  .woocommerce-search-page .search-snippet {
    font-size: 16px;
  }

  .woocommerce-search-page .search-url a {
    font-size: 14px;
  }

  .order-received-container {
    padding: 0 0 20px !important;
  }

  .woocommerce-dashboard .account-grid {
    display: grid;
    grid-template-columns: 1fr;
  }


  .woocommerce-Address-title {
    flex-direction: column;
    align-items: start;
  }

  .woocommerce-Address-title h2 {
    margin-bottom: 5px;
  }

  .view-content .dacy-product-title .title {
    font-size: 15px !important;
  }

  .page-content .view-menu-items .view-content {
    padding: 15px 4px !important;
  }

  .col-md-10.col-sm-12.center-cn {
    padding: 0;
  }

  .cart .quantity {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 475px) {

  #shipping-fields .wc-block-components-address-form {
    grid-template-columns: 1fr;
  }

  .wc-block-components-address-form__first_name {
    grid-column: 1 / 3;
    grid-row: 1;
  }

  .wc-block-components-address-form__last_name {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .wc-block-components-address-form__country {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .wc-block-components-text-input.wc-block-components-address-form__address_1,
  .wc-block-components-address-form__address_2-toggle {
    grid-column: 1 / 3;
  }

}


@media (max-width: 360px) {
  .section-stack a.nav-link {
    font-size: 14px !important;
    padding: 0px 6px !important;
  }
}

/* override */
span.wc-block-components-checkout-order-summary__title-icon {
  display: none;
}

.thankyou-order-summary-grid {
  display: none !important;
}

.order-received-container .order-items-section,
.order-received-container .order-shipping-section,
.order-received-container .order-status-actions,
.order-received-container .order-support {
  display: none !important;
}

.wc-block-cart .wp-block-woocommerce-cart-order-summary-block {
  font-size: inherit;
  line-height: inherit;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item {
  margin-bottom: 10px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
  min-height: 25px;
  min-width: 25px;
}

.wc-block-components-sidebar-layout .wc-block-components-main {
  width: 64%;
  background: #fff;
  border-radius: 5px;
  padding: 0px 20px;
  margin-right: 10px;
}

.wc-block-components-sidebar {
  width: 34%;
  background: #fff;
  border-radius: 5px;
  padding: 0px 20px;
  margin-left: 10px;
}

main.site-main {
  background: #f3f3f3;
}

.wp-block-woocommerce-checkout-order-summary-block {
  border: none;
}

#primary-content .page-breadcrumb {
  margin-left: 20px;
}

.checkmark {
  background: green;
}

.woocommerce .boutique-thankyou {
  margin: 15px auto 80px !important;
}

.woocommerce .boutique-order-received-msg {
  color: #202c2e !important;
  font-weight: 700;
  font-size: 20px !important;
}

.woocommerce .thankyou-hero {
  margin-bottom: 10px !important;
}

.woocommerce .order-items-header {
  border-bottom: 1px solid #eee;
  background: #202c2e;
}

.woocommerce .product-info {
  align-items: center !important;
}

.woocommerce .order-total-row .label {
  font-size: 12px;
  color: #202c2e;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.woocommerce .address-section h3 {
  color: #202c2e;
  border-bottom: 2px solid #dfdfdf;
}

.woocommerce .order-items-header> :where(.col-product, .woocommerce .col-qty, .col-price, .col-total) {
  color: #fff;
}

.thankyou-details-wrapper p {
  font-weight: 700;
}

.order-details-enhanced h2 {
  letter-spacing: 0.5px;
}

.address-section address {
  color: #202c2e;
  font-weight: 600;
}

.woocommerce-form-login p.form-row.form-row-last {
  display: block;
}

.woocommerce-form-login p.form-row.form-row-last button.show-password-input {
  position: absolute;
  right: 12px;
  cursor: pointer;
  color: #888;
  display: flex;
  align-items: center;
  transition: color 0.2s ease;
  z-index: 10;
  top: 0px;
  border: none;
  background: transparent;
}

.woocommerce-form-login p.form-row.form-row-last span.password-input {
  position: relative;
}

.woocommerce-form-login label.woocommerce-form-login__rememberme {
  width: 100%;
}

.woocommerce-form-login p.form-row.form-row-last button.show-password-input::after {
  content: "\f06e";
  /* eye icon */
  font-family: "FontAwesome";
  font-weight: 900;
  /* required for solid icons */
  font-size: 16px;
}

.woocommerce-form-login p.form-row.form-row-last button.show-password-input.display-password::after {
  content: "\f070";
  /* eye-slash icon */
}

form.woocommerce-form.woocommerce-form-login.login label {
  font-weight: 600 !important;
  color: #202c2e !important;
  font-size: 14px !important;
}

.woocommerce-form-login .button.woocommerce-form-login__submit {
  margin-top: 15px;
}

body.page-id-8 .woocommerce .boutique-order-received-msg,
body.page-id-8 .woocommerce-info {
  text-align: center;
}

p.lost_password {
  margin-top: -10px;
  margin-left: -3px;
  font-size: 14px;
}

form.woocommerce-form.woocommerce-form-login.login {
  background: white;
  width: 100%;
  max-width: 480px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 50px 40px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
}

.order-items-wrapper .col-qty,
.order-items-wrapper .col-price,
.order-items-wrapper .col-total,
.order-items-wrapper .col-product {
  text-align: left;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers li a {
  text-decoration: none !important;
  margin: 0px 5px
}
#primary-content.main .page-breadcrumb a {
    color: #666 !important;
    font-weight: 400;
    font-size: 0.9rem;
}
#primary-content.main .page-breadcrumb a:hover {
  color: #ad9945!important;
}
 #primary-content {
    height: 100%;
    background: #fff;
}
#primary-content.site-main .container {
    padding-bottom: 3em;
}
#primary-content.site-main {
    min-height: 700px;
    position: relative;
    font-size: 18px;
}