@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;700&family=Arsenal+SC&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
  font-family: "Simple Michael";
  font-style: normal;
  font-weight: normal;
  src: local("Simple Michael"),
    url("../fonts/SimpleMichael-BW8w3.woff") format("woff");
}

body {
  font-family: "Manrope", sans-serif;
  color: #242424;
  margin: 0;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
}
/* body.archive .container {
  
    padding: 0px 90px;
} */
.mobile-responsive-menu {
  display: none;
}
.widget.widget_block.widget_text a {
  color: white;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arsenal SC", serif;
  color: #242424;
  font-weight: 400;
}

h2.woocommerce-loop-product__title {
  font-family: "Manrope";
  font-size: 25px !important;
  font-weight: 400;
  line-height: 34.15px;
  letter-spacing: 0;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.woocommerce ul.products li.product .price {
  font-weight: 400;
  font-size: 18px !important;
  line-height: 24.59px;
  letter-spacing: 0;
  color: #242424;
}

.woocommerce ul.products li.product a img {
  margin-bottom: 0px;
	
}

.wpb_single_image.smallbannerimage {
  margin-bottom: -80px;
}

h3.smallbannertext {
  font-weight: 700;
}

.wpb_single_image.bigbannerimage {
  margin-bottom: -302px;
}

.site-primary-footer-wrap,
.site-below-footer-wrap {
  background-color: #242424 !important;
}

aside.footer-widget-area a {
  color: white !important;
}

aside.footer-widget-area h2.widget-title {
  color: white !important;
}

.catimage img {
  width: 468px;
}

.smallbannerimage img {
  width: 940px;
}

section#block-14 > p {
  color: white;
  font-size: 16px !important;
  margin: 0;
}

section#block-14 {
  margin: 0;
}

section#block-11 > h2 {
  color: white;
  font-size: 22px !important;
  margin: 0;
}

.wpforms-container .wpforms-field,
.wp-core-ui div.wpforms-container .wpforms-field {
  padding: 0 !important;
}

section#block-10 {
  margin-top: 2px !important;
}

.wpforms-field-container {
  border-bottom: 2px solid white !important;
}

input#wpforms-225-field_1 {
  background-color: transparent;
  border: none;
}

input#wpforms-225-field_1::placeholder {
  color: white;
}

form#wpforms-form-225 {
  display: grid;
  grid-template-columns: 3.5fr 1.5fr;
}

button#wpforms-submit-225 {
  background: transparent;
  border-bottom: 2px solid white;
  border-radius: 0;
}

#wpforms-submit-225 {
  position: relative;
  display: inline-flex;
  align-items: center;
}

#wpforms-submit-225::after {
  content: "";
  display: inline-block;
  width: 14px;
  margin-left: 10px;
  height: 14px;
  background-image: url(/wp-content/uploads/2025/02/Vector-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

button#wpforms-submit-225 {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.86px;
}

.kausarproductsRow ul.products.columns-4 {
  display: flex;
  justify-content: space-between;
  column-gap: 8.94px;
  margin: 0 -8.94px;
}

.kausarproductsRow ul.products.columns-4 > li {
  width: calc(25% - 12.73px);
  margin-right: 16.98px;
  /* Space between columns */
}

.kausarproductsRow ul.products.columns-4 li.product {
  margin: 0 auto;
  text-align: center;
  width: 25%;
}

h2.woocommerce-loop-category__title {
  font-family: "Manrope";
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  background-color: #d6a842b5 !important;
  color: white !important;
  font-weight: 400;
  font-size: 25px !important;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
}

mark.count {
  display: none;
}

.kausarcatRow ul.products.columns-4 {
  display: flex;
  column-gap: 8.49px;
  margin: 0 -8.49px;
}

.kausarcatRow ul.products.columns-4 li.product-category {
  margin: 0 auto;
  width: 25%;
}
.kausarcatRow ul.products.columns-4 li.product-category:hover {
   box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}


/* Add the cart icon after the button text */

.header-wrapper {
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding-top: 9px;
  padding-bottom: 9px;
}
.header-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h-column {
  display: flex;
  align-items: center;
  /* Keeps content vertically centered */
}

.h-column:nth-child(1) {
  width: 20%;
  /* First column */
}

.h-column:nth-child(2) {
  width: 60%;
  /* Second column */
  justify-content: center;
  /* Center aligns the menu */
}

.h-column:nth-child(3) {
  width: 20%;
  /* Third column */
  justify-content: flex-end;
  /* Aligns icons to the right */
}

/* Styling for the navigation */
nav.nav-menu ul {
  display: flex;
  gap: 20px;
  /* Space between menu items */
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Styling for the icons */
.h-column:nth-child(3) span {
  font-size: 20px;
  margin-left: 15px;
  /* Space between icons */
  cursor: pointer;
}

nav.nav-menu ul li a {
  font-size: 18px;
  line-height: 24.59px;
  color: #242424;
  text-decoration: none;
}
nav.nav-menu ul li a:hover {
    border-bottom: 1px solid #242424 !important;
}
.dgwt-wcas-search-wrapp {
  position: absolute;
  top: 100px;
  right: 0px;
  z-index: 100;
  display: none;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  border-radius: 0;
}
.footer {
  background-color: #242424;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}

.footer-section {
  flex-basis: 25%;
  padding-top: 40px;
  padding-bottom: 75px;
}

.footer-section .widget-title,
.widget.widget_block h2.wp-block-heading {
  line-height: 37.62px;
  color: white;
  font-weight: 400;
  font-size: 30px;
}
.footer-section .widget.widget_nav_menu ul li a:hover {
/* 	border-bottom:1px solid #ededed; */
text-decoration:underline;
}
.footer-section .widget.widget_nav_menu ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  margin: 5px 0;
  font-weight: 400;
  font-size: 18px;
}

.footer-section .widget.widget_nav_menu ul li {
  margin-bottom: 20px;
}

.footer-section .widget.widget_nav_menu ul {
  padding: 0;
}

.footer-section p {
  color: white;
}

.footer-section .widget.widget_block.widget_text p {
  margin: 0;
}
.footer-bottom {
  background-color: #242424;
    border-top: 1px solid white;
}
.footer-bottom .container {
  display: flex;
  margin-top: 0;
  color: white;
}

.footer-bottom .widget.widget_block.widget_text {
  width: 50%;
}

.footer-bottom .widget.widget_block.widget_text:nth-of-type(1) {
  justify-content: start;
  display: flex;
}

.footer-bottom .widget.widget_block.widget_text:nth-of-type(2) {
  justify-content: end;
  display: flex;
}

.subscribe-input-form p {
  display: flex;
  border-bottom: 1px solid white;
  padding-bottom: 11px;
  padding-top: 0;
  margin: 0;
  margin-top: 36px;
}

.subscribe-input-form input {
  background-color: transparent;
  border: none;
  width: 75%;
}

.subscribe-input-form .wpcf7-submit {
  width: 22%;
  color: white !important;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}

.subscribe-input-form input::placeholder {
  color: white;
  font-weight: 300;
  font-size: 16px;
}

span.wpcf7-spinner {
  display: none;
}

.menu-toggle {
  display: none;
  background-color: transparent;
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: -350px;
  width: 350px;
  height: 100%;
  background: #fffffff0;
  color: black;
  padding-top: 60px;
  transition: left 0.3s ease;
  z-index: 100;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
}

.mobile-menu ul li {
  padding: 15px;
  border-bottom: 1px solid #444;
}

.mobile-menu ul li a {
  color: black;
  text-decoration: none;
}

.menu-close {
  z-index: 101;
  color: rgb(255, 255, 255);
  width: 50px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  background: rgb(214 168 66);
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  cursor: pointer;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  border: none;
  outline: none;
  color: white;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 13px;
  border: 1px solid white;
  border-radius: 100%;
  line-height: 14px;
  position: absolute;
  top: -30px;
  left: 0;
  width: 12px;
  height: 12px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: white;
  background-color: white;
}

.slider-heading {
  font-family: "Simple Michael";
  margin-bottom: -20px;
}

.slider-heading2 {
  font-family: "Inter" !important;
  margin-bottom: -20px;
}

.SliderSection
  > .vc_column-inner
  > .wpb_wrapper
  > .slick-list
  > .slick-track
  > .vc_row {
  height: 900px;
  display: flex;
}

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

.accordion-item {
  border-bottom: 1px solid #979797;
  margin-bottom: 10px;
}

.product-accordion {
  border-top: 1px solid #979797;
}

.accordion-title {
  display: flex;
  align-items: center;
  padding: 17px 0;
  cursor: pointer;
  background-color: transparent;
}

.accordion-title h3 {
font-family: 'Manrope';
    margin: 0;
    font-size: 18px;
    flex-basis: 88%;
    color: #666666;
}

.accordion-icon {
  margin-right: 10px;
  font-size: 18px;
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-item.active .accordion-content {
  display: block;
}

.summary.entry-summary {
  display: flex;
  flex-direction: column;
}

.product_meta {
  display: none;
}

h1.product_title.entry-title {
  order: 2;
}

p.price {
  order: 3;
}

.woocommerce div.product form.cart {
  order: 4;
}

.woocommerce-product-details__short-description {
  order: 5;
}

.product-accordion {
  order: 6;
}

.slick-next {
  right: 20px !important;
}

.slick-prev {
  left: 20px !important;
  z-index: 100;
}

main#main > nav.woocommerce-breadcrumb {
  display: none;
}

.woocommerce-tabs.wc-tabs-wrapper {
  display: none;
}

section.related.products {
  display: inline-grid;
  text-align: center;
width: 100%;
}

.container > div#primary > main#main > .product {
  margin-top: 60px;
  margin-bottom: 60px;
}

.product .woocommerce-variation-add-to-cart.variations_button {
  display: flex;
  flex-direction: column;
}

.product nav.woocommerce-breadcrumb a {
  font-size: 18px;
  text-decoration: none;
  color: #242424 !important;
  line-height: 24.59px;
}

.product h1.product_title.entry-title {
  font-size: 45px;
}

.woocommerce div.product form.cart .variations label {
  font-weight: 400;
  font-size: 22px;
}

.product span.woocommerce-Price-amount.amount {
  font-size: 18px;
  color: #242424;
  line-height: 30.05px;
}

.product span.wpcvs-attribute-selected {
  font-size: 18px;
  line-height: 24.59px;
}

.product .wpcvs-attribute:nth-of-type(2) {
  margin-top: 9px !important;
  margin-bottom: -15px !important;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term .wpcvs-term-inner {
  height: 30px;
  min-width: 70px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #979797;
  padding: 0;
  justify-content: center;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term {
  border: none;
}

.wpcvs-terms.wpcvs-type-button .wpcvs-term {
  border: none;
  margin-right: 20px;
}

.product .quantity {
  display: none !important;
}

.product button.single_add_to_cart_button {
  background-color: #d2a23b !important;
  color: #fff;
}

.product button.single_add_to_cart_button {
  background-color: #d2a23b !important;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
}

.accordion-title::before,
.accordion-title::after {
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-basis: 6%;
}

.accordion-item:nth-of-type(1) .accordion-title::before {
  background-image: url(/wp-content/uploads/2025/02/tag-1.svg);
}

.accordion-item:nth-of-type(2) .accordion-title::before {
  background-image: url(/wp-content/uploads/2025/02/delivery-truck.svg);
}

.accordion-item:nth-of-type(3) .accordion-title::before {
  background-image: url(/wp-content/uploads/2025/02/credit-card.svg);
}

.accordion-item:nth-of-type(1) .accordion-title::after,
.accordion-item:nth-of-type(2) .accordion-title::after,
.accordion-item:nth-of-type(3) .accordion-title::after {
  background-image: url(/wp-content/uploads/2025/02/Arrow-1.svg);
}
/* 
.you-may-like-products ul.products,
.product ul.products {
  display: flex;
  justify-content: space-between;
  gap: 8.94px;
  margin: -8.94px;
} */
/* body.archive ul.products.columns-4{
	display: flex;
    gap: 8.94px;
    margin: -8.94px;
} */
.you-may-like-products ul.products {
  text-align: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 25%;
  margin: 0;
  text-align: center;
}

h2.you-may-like-title {
  font-size: 45px;
  line-height: 56.43px;
  text-align: center;
}

section.related.products > h2 {
  font-size: 45px;
  line-height: 56.43px;
  text-align: center;
}

.wpcvs-terms.wpcvs-type-button
  > .wpcvs-selected
  > span.wpcvs-term-inner:before {
  content: " ";
  background: url(https://demos.bohradevelopers.com/kausercollection/wp-content/uploads/2025/02/Line-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 68px;
  height: 27px;
  border-radius: 10px;
  background-color: transparent;
  color: transparent;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  border: 2px solid transparent;
}

.woocommerce-message,
.woocommerce-info {
  border-top-color: #d6a842b5;
  margin-top: 10px;
}

button.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce .cart .button,
.woocommerce .cart input.button,
a.button.wc-forward,
.woocommerce-orders-table__cell-order-actions a.woocommerce-button.button.view,
form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button,
p.return-to-shop a.button.wc-backward,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
form.woocommerce-shipping-calculator button.button {
  background-color: #d6a842b5;
  color: white;
  font-weight: 400;
  border-radius: 0;
}

.woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button.view:hover,
button.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
a.button.wc-forward:hover,
form.woocommerce-EditAccountForm.edit-account
  button.woocommerce-Button.button:hover,
p.return-to-shop a.button.wc-backward:hover,
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover {
  background-color: #242424;
  color: white;
}

.woocommerce-info::before,
.woocommerce-message::before {
  content: "\e015";
  color: #d6a842b5;
}

td.product-name a {
  color: #242424;
  text-decoration: none;
}

input#coupon_code {
  height: 37px;
  width: 140px;
}

.woocommerce-info a.button.wc-forward,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt {
  background-color: #d6a842b5;
  color: white;
  font-weight: 400;
  border-radius: 0;
}

.woocommerce-info a.button.wc-forward:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button.alt:hover {
  background-color: #242424;
}

/* .woocommerce-account .container,
.woocommerce-cart .container,
.woocommerce-checkout .container {
  padding: 40px 90px;
} */

span.woocommerce-input-wrapper select,
span.woocommerce-input-wrapper input {
  height: 37px;
  width: 140px;
  background-color: #f3f3f3cc;
}
span.wc-block-components-checkbox__label a {
  color: black;
  text-decoration: none;
}
form.woocommerce-form.woocommerce-form-login.login input,
input#reg_email,
input#reg_password {
  height: 37px;
  background-color: #f3f3f3cc;
}

form.woocommerce-form.woocommerce-form-login.login input,
.woocommerce form .form-row textarea,
input#reg_email,
input#reg_password {
  border: 1px solid #fbfbfb;
  padding: 0px 10px;
  line-height: normal;
  height: 50px;
}
.woocommerce form .form-row input.input-text {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  margin: 0;
  min-height: 0;
  width: 100%;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  padding: 0px 10px;
  line-height: normal;
  height: 50px;
}

.woocommerce a.showcoupon {
  color: #242424;
}

.woocommerce .select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 4px;
  height: 37px !important;
  background-color: #f3f3f3cc;
}

a.woocommerce-privacy-policy-link {
  color: #242424;
}

textarea#order_comments {
  background-color: #f3f3f3cc;
  padding: 10px;
  height: 100px;
}

p.woocommerce-LostPassword.lost_password a {
  color: #242424;
  text-decoration: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 5px;
}

.woocommerce-MyAccount-navigation {
  background-color: #f3f3f3cc;
  padding: 15px;
  border-radius: 8px;
  width: 250px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation-link {
  display: block;
  padding: 12px 15px;
  margin: 5px 0;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #333;
  background-color: white;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation-link a {
  color: inherit;
  text-decoration: none;
  display: block;
}

.woocommerce-MyAccount-navigation-link:hover {
  background-color: #d6a842b5;
  color: white;
}

.woocommerce-MyAccount-navigation-link.is-active {
  background-color: #d6a842b5;
  color: white;
  font-weight: bold;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 25%;
}

/* General Styles */
.woocommerce-MyAccount-content {
  background-color: #f3f3f3cc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Greeting Section */
.woocommerce-MyAccount-content p {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}

/* Links */
.woocommerce-MyAccount-content a {
  color: #242424;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
  color: #b5852f;
  text-decoration: underline;
}

/* Orders Table */
.woocommerce-orders-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.woocommerce-orders-table th {
  background-color: #d6a842b5;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}

.woocommerce-orders-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.woocommerce-orders-table tr:hover {
  background-color: #f1f1f1;
}

/* View Order Button */
.woocommerce-orders-table .woocommerce-button {
  background-color: #d6a842b5;
  color: #fff;
  padding: 8px 12px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.3s ease;
}

.woocommerce-orders-table .woocommerce-button:hover {
  background-color: #b5852f;
}

/* Address Section */
.woocommerce-Addresses {
  display: flex;
  gap: 20px;
}

.woocommerce-Address {
  flex: 1;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-Address h2 {
  font-size: 18px;
  color: #333;
}

.woocommerce-Address .edit {
  color: #d6a842b5;
  font-weight: 600;
  transition: 0.3s ease;
}

.woocommerce-Address .edit:hover {
  color: #b5852f;
}

/* Form Styles */
.woocommerce-EditAccountForm label {
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

.woocommerce-EditAccountForm input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.woocommerce-EditAccountForm button {
  background-color: #d6a842b5;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s ease;
}

.woocommerce-EditAccountForm button:hover {
  background-color: #b5852f;
}

.woocommerce-billing-fields {
  background-color: #f3f3f3cc;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.wpcf7-response-output {
  color: white;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  width: 340px;
  top: 38px;
}
.woo-multi-currency.wmc-price-switcher a,
.woo-multi-currency.wmc-shortcode.plain-horizontal {
  justify-content: center;
  display: flex;
	width: 100px;
    background-color: white;
}
.currency-dropdown {
     position: absolute;
    top: 100px;
    z-index: 1000;
}
.woo-multi-currency.wmc-shortcode.layout9 .wmc-current-currency a,
.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency.wmc-active a,
.woo-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency
  a:hover,
.woo-multi-currency.wmc-shortcode.plain-vertical
  .wmc-currency-wrapper
  .wmc-sub-currency
  .wmc-currency.wmc-active
  a {
  color: #242424;
}
.woo-multi-currency.wmc-shortcode.plain-horizontal .wmc-currency a {
  color: #242424;
}
form.woocommerce-ordering select.orderby {
  border: 1px solid #aaa;
  border-radius: 4px;
  padding: 4px;
  height: 37px !important;
  background-color: #f3f3f3cc;
}
a.shipping-calculator-button {
  color: #242424;
}
body.archive .woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 24.4%;
  margin: 3.5px;
}

/* Contact Form Container */
.contact-form-column .wpcf7-form {
  background-color: #f3f3f3cc;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Labels */
.contact-form-column .wpcf7-form label {
  font-weight: 400;
  color: #242424;
  display: block;
  margin-bottom: 5px;
}

/* Input Fields */
.contact-form-column .wpcf7-form input[type="text"],
.contact-form-column .wpcf7-form input[type="email"],
.contact-form-column .wpcf7-form input[type="tel"],
.contact-form-column .wpcf7-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  background-color: white;
  color: #242424;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

/* Focus Effect */
.contact-form-column .wpcf7-form input:focus,
.contact-form-column .wpcf7-form textarea:focus {
  border-color: #d2a23b;
  outline: none;
  box-shadow: 0px 0px 5px rgba(210, 162, 59, 0.5);
}

/* Submit Button */
.contact-form-column .wpcf7-form input[type="submit"] {
  background-color: #d2a23b;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.contact-form-column .wpcf7-form input[type="submit"]:hover {
  background-color: #b5852f;
}

/* Response Messages */
.contact-form-column .wpcf7-response-output {
  margin-top: 15px;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  color: #242424;
  border: 2px solid #d2a23b;
}
body a.woosw-btn {
  color: #242424;
  text-decoration: none;
}
.woosw-popup-content-bot-inner a {
  color: #242424;
}

.woosw-items {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}

/* Table Rows */
.woosw-items tr {
  border-bottom: 1px solid #ddd;
  transition: background 0.3s ease;
}

.woosw-items tr:hover {
  background: #f9f9f9;
}

/* Image Column */
.woosw-item--image a img {
  width: 80px;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.woosw-item--image a img:hover {
  transform: scale(1.05);
}

/* Product Info */
.woosw-item--info {
  padding: 10px;
}

.woosw-item--name a {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.woosw-item--name a:hover {
  color: #d2a23b;
}

.woosw-item--price {
  font-size: 14px;
  color: #555;
  font-weight: bold;
  margin-top: 5px;
}

.woosw-item--time {
  font-size: 12px;
  color: #888;
  margin-top: 3px;
}

/* Add to Cart Button */
.woosw-item--actions .add_to_cart_button {
  display: inline-block;
  background: #d2a23b;
  color: white;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.woosw-item--actions .add_to_cart_button:hover {
  background: #b5852f;
}

.woosw-list {
  margin: 50px 0;
}

.woosw-actions {
  margin-top: 15px;
  padding: 10px;
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.woosw-copy-label {
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.woosw-copy-url input {
  width: 280px;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  outline: none;
  transition: border 0.3s ease;
}

.woosw-copy-url input:focus {
  border-color: #b5852f;
}

.woosw-copy-btn button {
  background-color: #d6a842b5 !important;
  color: white !important;
  font-size: 14px;
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.woosw-copy-btn button:hover {
  background-color: #b5852f;
}

.woosw-list .woosw-copy .woosw-copy-url {
  margin-right: 30px;
}
@keyframes ComeDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

.header-wrapper.stickyheader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  animation: ComeDown 0.5s linear;
  -webkit-animation: ComeDown 0.5s linear;
  z-index: 100;
}
.topbanner_class {
  background-position: top !important;
}
.woosw-btn {
  position: absolute;
  right: 0;
  background-color: #f8f8f8; /* Light gray background */
  border: 1px solid #d4af37; /* Gray border */
  border-radius: 50%; /* Circular button */
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.woosw-btn:hover {
  background-color: #d4af37; /* Gold color on hover */
  border-color: #d4af37;
}

.woosw-btn-icon {
  font-size: 18px;
  color: #d4af37;
  transition: color 0.3s ease;
}

.woosw-btn:hover .woosw-btn-icon {
  color: #fff; /* White icon on hover */
}

/* When the item is added to the wishlist */
.woosw-btn-added {
  background-color: #d4af37; /* Gold color */
  border-color: #d4af37;
}

.woosw-btn-added .woosw-btn-icon {
  color: #fff; /* White icon */
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}
.slick-prev:before,
.slick-next:before {
  opacity: 1;
  color: white;
}
.sliderheadingColumn {
  padding-left: 90px;
}
a.dgwt-wcas-suggestion.js-dgwt-wcas-suggestion-headline.dgwt-wcas-suggestion-headline {
  color: #242424 !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}
a.dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-cat {
  color: #242424 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.smallbannerImg .vc_column-inner {
  background-size: 979px;
  transition: background-size 0.5s ease-in-out;
  background-position: center;
}
.smallbannerImg .vc_column-inner:hover {
  background-size: 1150px;
}
.container .woocommerce {
    padding-top: 40px;
    padding-bottom: 40px;
}
.woocommerce.columns-4 {
    padding-top: 10px;
}
a.restore-item {
    color: #242424;
    text-decoration: none;
}

.woocommerce ul.products li.product a.button {
/* 	position: static !important;
    left: 0;
    top: 339px; */
margin: 0 !important;    
display: block;
    margin-top: -55px !important;
  	
  	width: 100%;
  	z-index: 98;
  	font-weight: 400;
  font-size: 25px;
  background-color: #d6a842b5 !important;
  color: white;
  opacity: 1;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
}

/* Show button on hover */
.woocommerce ul.products li.product:hover a.button {
  opacity: 1 !important;
}

/* Adjust styles for 'Added to Cart' button */
.woocommerce ul.products li.product a.added_to_cart.wc-forward {
  position: relative;
  /* top: -196px;
  left: 0; */
  margin: 0 !important;
  margin: 0 !important;    
display: block;
    margin-top: -55px !important;
  width: 100%;
  z-index: 98;
  font-weight: 400;
  font-size: 25px;
  background-color: #d2a23b !important;
  color: white;
  opacity: 1;
  border-radius: 0;
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

/* Fix the pseudo-element */
.woocommerce ul.products li.product .add_to_cart_button::after {
  width: 20px;
  height: 20px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
	margin-bottom:0;
}
.social-icon h2 {
	    margin-bottom: 0.5em;
	    font-family: "Arsenal SC", serif;
     line-height: 37.62px;
    color: white;
    font-weight: 400;
    font-size: 30px;
}
.social-icon a {
    color: white;
    padding-left: 0.5em;
    font-size: 1.75em !important;
}