/*
WooCommerce styles override
*/
.woocommerce-page main {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .woocommerce-page main {
    padding: 20px;
  }
}
/*========================================================
===================== Header css
========================================================*/
.woocommerce-page #masthead {
  position: relative;
  left: initial;
  right: initial;
  background: #ffffff;
  /*padding: 10px 0;*/
  box-shadow: 0 80px 160px -72px rgba(0, 0, 0, 0.08);
}
.woocommerce-page .site-logo-img img {
  transition: all 0.2s linear;
  /*filter: invert(1);*/
}
.woocommerce-page .main-navigation ul .menu-item a {
  color: #000;
}

.woocommerce-page.woocommerce-lost-password #masthead {
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    /* padding: 10px 0; */
    box-shadow: 0 80px 160px -72px rgba(0, 0, 0, 0.08);
}
/*========================================================
===================== buttons css
========================================================*/
.products .product .button,
.products .product .added_to_cart,
.wc-block-cart__submit-button,
#place_order {
  display: block;
  background: var(--primary-color);
  color: #fff !important;
  border: 1px solid var(--primary-color);
  padding: 12px 24px;
  width: 100%;
  height: 40px;
  text-align: center;
  font-family: var(--font-family-sec);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  border-radius: 6px;
  cursor: pointer;
}
.products .product .added_to_cart,
.wc-block-cart__submit-button,
.wc-block-components-checkout-place-order-button {
  margin-top: 10px;
}
.products .product .button:hover,
.wc-block-cart__submit-button:hover,
.wc-block-components-checkout-place-order-button:hover {
  color: #fff !important;
  background: #257cff !important;
  border-color: #257cff !important;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}

table.shop_table_responsive tbody th {
  display: none;
}

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}

table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}

table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
  display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
  display: none;
}

table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }

  table.shop_table_responsive tbody th {
    display: table-cell;
  }

  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }

  table.shop_table_responsive tr td {
    display: table-cell;
  }

  table.shop_table_responsive tr td::before {
    display: none;
  }
}

/**
 * Single product
 */
.woocommerce-breadcrumb {
  display: none;
}

.single-product .product {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.single-product .product .woocommerce-product-gallery {
  position: relative;
  float: left;
  width: 40%;
  border-radius: 15px;
  overflow: hidden;
  top: 30px;
}
.single-product
  .product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__wrapper {
  height: 100%;
}
.single-product
  .product
  .woocommerce-product-gallery
  .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product .product .woocommerce-product-gallery__image {
  height: 100%;
}
.single-product .product .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
}
.single-product .product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product .product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product
  .product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img {
  opacity: 0.5;
}
.single-product
  .product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li
  img.flex-active {
  opacity: 1;
}
.single-product
  .product
  .woocommerce-product-gallery
  .flex-control-thumbs
  li:hover
  img {
  opacity: 1;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li {
  width: 48.1%;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n) {
  margin-right: 0;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-2
  .flex-control-thumbs
  li:nth-child(2n + 1) {
  clear: both;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li {
  width: 30.79667%;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n) {
  margin-right: 0;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-3
  .flex-control-thumbs
  li:nth-child(3n + 1) {
  clear: both;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li {
  width: 22.15%;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n) {
  margin-right: 0;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-4
  .flex-control-thumbs
  li:nth-child(4n + 1) {
  clear: both;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li {
  width: 16.96%;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n) {
  margin-right: 0;
}
.single-product
  .product
  .woocommerce-product-gallery.woocommerce-product-gallery--columns-5
  .flex-control-thumbs
  li:nth-child(5n + 1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}

.stock.in-stock {
  color: #0f834d;
}

.stock.out-of-stock {
  color: #e2401c;
}

.single-product .product .summary {
  width: 60%;
  padding-left: 30px;
}
.single-product .product .product_title {
  margin: 0;
  font-family: var(--font-family-sec);
  color: #2f373d;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0px;
}
.single-product .product .price {
  margin: 0;
  font-family: var(--font-family-sec);
  color: var(--primary-color);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.25;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.single-product .product .price ins {
  margin-left: 8px;
}
.single-product .product .price .onsale {
  background: var(--primary-color);
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 15px;
  margin-left: 10px;
}
.single-product .product .woocommerce-product-details__short-description {
  margin-bottom: 30px;
  color: #7e868c;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}
.single-product .product .booking-text {
  background: #fff9c0;
  padding: 5px 15px;
  color: #f45a2a;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 15px;
}
.single-product .product .already-booked {
  background: #fff9c0;
  padding: 5px 15px;
  color: #f45a2a;
  font-weight: 500;
  border-radius: 5px;
  font-size: 14px;
  margin: 15px 0px;
}

.single-product .product .price .original-price {
    font-size: 20px;
    color: gray;
    line-height: 1;
    text-decoration: line-through;
}

.single-product .product .woocommerce-tabs {
  width: 100%;
}

.single-product .related.products,
.single-product .product-testimonials {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
      width: 100%;
}
.single-product .related.products .products {
  margin-top: 30px;
}
.single-product .related.products h2:first-child {
  margin: 0;
  font-family: var(--font-family-sec);
  color: #2f373d;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0px;
}


.single-product .product-testimonials .testimonials-carousel-wrap {
    display: contents;
}
.single-product .product-testimonials  h2:first-child {
  margin: 0;
  font-family: var(--font-family-sec);
  color: #2f373d;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 0px;
}
.single-product .product-testimonials .testimonials-carousel {
  margin-top: 30px;
}
.single-product .product-testimonials .testimonials-carousel .bg-icon {
    display: block;
    position: absolute;
    bottom: -60px;
    right: -50px;
    width: 210px;
    height: 210px;
    color: rgb(0 0 0 / 10%);
    opacity: 0.2 !important;
}
@media (max-width: 767px) {
  .single-product .product {
    /*padding: 15px;*/
    margin-bottom: 15px;
  }
  .single-product .product .woocommerce-product-gallery {
    width: 100%;
  }
  .single-product .product .summary {
    width: 100%;
    padding-left: 0px;
  }
  .single-product .product .product_title {
    font-size: 26px;
  }
  .single-product .product .price {
    font-size: 18px;
  }
  .single-product .product .woocommerce-product-details__short-description {
    font-size: 16px;
  }
  .single-product .product .price .onsale {
    font-size: 10px;
  }
}



.dsfps_ajax_add_to_cart.ajax_add_to_cart {
    display: none !important;
}
.dsfps-free-sample-btn {
    display: none;
}

/**
 * Products
 */
.products {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
}
.products .product {
  background: #fff;
  padding: 15px;
  border-radius: 15px;
  box-shadow: 0 30px 60px -24px rgba(0, 0, 0, 0.16);
  list-style: none;
  position: relative;
}
.products .product .woocommerce-LoopProduct-link {
  width: 100%;
}
.products .product .product-image-wrapper {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.products .product .product-image-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.products .product .woocommerce-loop-product__title {
  margin: 0;
  font-family: var(--font-family-sec);
  color: #2f373d;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 15px;
  height: 48px;
}
.products .product .woocommerce-product-short-description {
    margin-bottom: 15px;
}
.products .product .price {
  display: none;
}
.product-image-wrapper .onsale {
  background: var(--primary-color);
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 15px;
  margin-left: 10px;
  position: absolute;
  top: 15px;
}

@media (min-width: 992px) {
  .products {
    grid-template-columns: repeat(3, 1fr);
  }

  .products .product.first {
    clear: both;
  }

  .products .product.last {
    margin-right: 0;
  }

  .products.columns-1 .product {
    float: none;
    width: 100%;
  }

  .products.columns-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .products.columns-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .products.columns-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .products.columns-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 991px) {
  .products .product,
  .products.columns-2,
  .products.columns-3,
  .products.columns-4,
  .products.columns-5,
  .products.columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .products .product,
  .products.columns-2,
  .products.columns-3,
  .products.columns-4,
  .products.columns-5,
  .products.columns-6 {
    grid-template-columns: repeat(2, 1fr);
  }
  .products .product .product-image-wrapper {
    margin-bottom: 20px;
  }
  .products .product .woocommerce-loop-product__title {
    font-size: 18px;
    margin-bottom: 20px;
    height: auto;
  }
}

@media (max-width: 479px) {
  .products .product,
  .products.columns-2,
  .products.columns-3,
  .products.columns-4,
  .products.columns-5,
  .products.columns-6 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/**
 * Cart
 */
.woocommerce-cart .wc-block-components-product-metadata {
  display: grid;
}
.woocommerce-cart .wc-block-components-product-metadata__description {
  order: 2;
}
.woocommerce-cart .wc-block-components-product-details {
  order: 1;
  margin: 0 !important;
  font-weight: 600;
}

.woocommerce-cart .wc-block-cart-item__prices,
.woocommerce-cart .wc-block-components-sale-badge,
.woocommerce-cart .wc-block-components-product-details__hidden-price,
.woocommerce-cart
  .wc-block-cart-items__header
  .wc-block-cart-items__header-total,
.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__total,
.woocommerce-checkout .wc-block-components-product-details__hidden-price {
  display: none !important;
}

/**
 * Checkout
 */
.woocommerce-checkout .wc-block-components-product-metadata {
  display: grid;
}
.woocommerce-checkout .wc-block-components-product-metadata__description {
  order: 2;
}
.woocommerce-checkout .wc-block-components-product-details {
  order: 1;
  margin: 0 !important;
  font-weight: 600;
}
.woocommerce-checkout .wc-block-components-product-price {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }

  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }

  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}

.site-header-cart .cart-contents {
  text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
  display: none;
}

.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}

.star-rating::before {
  content: "\53\53\53\53\53";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}

.star-rating span::before {
  content: "\53\53\53\53\53";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}

p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "\53";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}

p.stars a:hover ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars:hover a::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

p.stars.selected a.active ~ a::before {
  content: "\53";
  color: #404040;
  opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
  content: "\53";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}

.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}

.woocommerce-password-strength.strong {
  color: #0f834d;
}

.woocommerce-password-strength.short {
  color: #e2401c;
}

.woocommerce-password-strength.bad {
  color: #e2401c;
}

.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-notices-wrapper {
  margin-bottom: 30px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background: var(--primary-color);
  clear: both;
  padding: 5px 15px;
  color: #fff;
  margin: 0;
  list-style: none;
  border-radius: 5px;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }

  .site-header-cart:hover .widget_shopping_cart,
  .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
  float: left;
}

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/*
 * My account
 */
.woocommerce-account .woocommerce {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
  width: 100%;
}

.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #dddddd;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 5px 15px;
  border-bottom: 1px solid #dddddd;
}
.woocommerce-MyAccount-navigation .woocommerce-notices-wrapper {
  display: none;
}

@media (min-width: 768px) {
  .woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
  }
  .woocommerce-account .woocommerce .woocommerce-MyAccount-content {
    width: 75%;
  }
}


/*========================================================
===================== Login page css
========================================================*/
form.woocommerce-form.woocommerce-form-login,
form.woocommerce-form.woocommerce-form-register {
    max-width: 480px;
    margin: auto;
}


.woocommerce-orders-table td,
.woocommerce-orders-table th {
    padding: 8px 4px;
}


/*========================================================
===================== checkout page css
========================================================*/
.custom-checkout-layout {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}
.checkout-left {
    flex: 1.5;
    min-width: 60%;
}
.checkout-right {
    flex: 1;
    min-width: 35%;
    background: transparent;
    margin-top: 1em;
}
.checkout-order-summary {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 5px;
}
.checkout-order-summary h3 {
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
}
.checkout-order-summary .order-review-item-details {
    padding: 15px;
    padding-top: 0;
}
.checkout-order-summary dl.variation {
    padding: 0;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 0;
}
.checkout-order-summary dl.variation p {
    margin: 0;
}
.checkout-order-summary dl.variation dt, 
.checkout-order-summary dl.variation dd {
    line-height: 1.2;
}
.checkout-order-summary .cart-subtotal, 
.checkout-order-summary .order-total {
    padding: 15px;
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.checkout-order-summary .order-total {
    font-weight: 700;
    font-size: 20px;
}




#customer_details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

#customer_details .col-1, 
#customer_details .col-2 {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

#payment_box {
    margin-top: 20px;
}
#payment_box #payment .payment-options-list {
    border: 1px solid hsla(0, 0%, 7%, .11);
    border-radius: 4px;
}
#payment_box ul.wc_payment_methods {
    margin: 0;
    padding: 15px;
    list-style: none;
}
#payment_box .wc_payment_methods li label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
#payment_box .wc_payment_methods li ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#payment_box .wc-saved-payment-methods li {
    display: flex;
    align-items: center;
}
#payment_box .wc-saved-payment-methods li label {
    margin: 0;
    margin-left: 10px;
}



@media (max-width: 768px) {
    .custom-checkout-layout {
        flex-direction: column;
    }

    .checkout-left, .checkout-right {
        min-width: 100%;
    }
}



/*========================================================
===================== Thankyou page css
========================================================*/
.go-to-orders {
    display: inline-block;
    background: #007bff;
    color: white !important;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 12px;
}


.add-fund-settings {
    text-align: center;
    font-weight: 600;
}




/* Testimonials Carousel
-----------------------------------------------------------------*/
.testimonials-carousel .owl-stage {
  padding: 3rem 0 1.5rem;
}

.testimonials-carousel .owl-item {
  opacity: .6;
  transition: transform .3s ease;
  transform: scale(0.8);
}

.testimonials-carousel .owl-item.active.center {
  opacity: 1;
  transform: scale(1);
}

.testimonial {
  border: 0;
  box-shadow: 0 0 35px rgba(140, 152, 164, 0.2);
  border-radius: 0.25rem;
  padding: 25px;
}

.testimonial-image {
  width: 5rem !important;
  height: auto !important;
  margin: -2.5rem auto 0;
  line-height: 1 !important;
  margin-bottom: 20px;
}


/* My Account Coupons Table Styling */
.woocommerce-MyAccount-coupons table.my_account_coupons {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2em;
}

.woocommerce-MyAccount-coupons table.my_account_coupons th,
.woocommerce-MyAccount-coupons table.my_account_coupons td {
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid #e1e1e1;
}

.woocommerce-MyAccount-coupons table.my_account_coupons th {
    font-weight: 700;
    background-color: #f8f8f8;
}

.woocommerce-MyAccount-coupons .coupon-description {
    font-size: 0.85em;
    color: #666;
    margin-top: 5px;
}

/* Responsive table */
@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-coupons table.my_account_coupons {
        display: block;
    }
    
    .woocommerce-MyAccount-coupons table.my_account_coupons thead {
        display: none;
    }
    
    .woocommerce-MyAccount-coupons table.my_account_coupons tbody,
    .woocommerce-MyAccount-coupons table.my_account_coupons tr,
    .woocommerce-MyAccount-coupons table.my_account_coupons td {
        display: block;
        width: 100%;
    }
    
    .woocommerce-MyAccount-coupons table.my_account_coupons tr {
        margin-bottom: 15px;
        border: 1px solid #e1e1e1;
    }
    
    .woocommerce-MyAccount-coupons table.my_account_coupons td {
        padding: 8px 12px;
        border: none;
        border-bottom: 1px solid #e1e1e1;
    }
    
    .woocommerce-MyAccount-coupons table.my_account_coupons td:before {
        content: attr(data-title);
        display: inline-block;
        width: 120px;
        font-weight: 700;
        margin-right: 10px;
    }
    
    .woocommerce-MyAccount-coupons table.my_account_coupons td:last-child {
        border-bottom: none;
    }
}
















/* Style the search icon in the menu */
.menu-item-search a.search-icon {
    display: flex;
    align-items: center;
    padding: 0 15px !important;
}

.menu-item-search svg {
    width: 18px;
    height: 18px;
    fill: #9c9c9c; /* Change color as needed */
}

/* Hover effect (optional) */
.menu-item-search a.search-icon:hover svg {
    fill: #fff; /* Change hover color */
}

/* Search Box Styling */
.custom-search-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.custom-search-box {
    position: relative;
    width: 80%;
    max-width: 600px;
}

.custom-search-input {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    border: none;
    border-radius: 4px;
    outline: none;
}

.close-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    /* transform: translateY(-50%); */
    color: #333;
    font-size: 22px;
    cursor: pointer;
    background: #fff;
    padding: 0 10px;
}


/* Live Search Results (Simplified) */
#live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 10000;
}

#live-search-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#live-search-results li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}

#live-search-results li a {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
}

#live-search-results li a img {
    margin-right: 10px;
    width: 38px;
    border: 1px solid #c4c4c4;
}

#live-search-results li a:hover {
    color: #0066cc; /* Hover color */
}

.no-results, .search-loading {
    padding: 15px;
    color: #666;
    text-align: center;
}


@media (max-width: 1099px) {
.woocommerce-orders-table .theme-btn {
    padding: 10px 10px;
    font-size: 12px;
    margin-bottom: 5px;
}
.woocommerce-orders-table .theme-btn:last-child {
    margin: 0 !important;
}
.woocommerce-orders-table .applied-coupon {
    padding: 4px 8px;
}
}