.wpcf7 .short-btn {
  width: auto;
  padding: 10px 20px;
  margin-left: 50px;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
}

.widget_recent_entries {
  background-color: #f8f8f8;
  padding: 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.widget_recent_entries .widget-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}

.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_recent_entries li {
  margin-bottom: 10px;
}

.widget_recent_entries li a {
  color: #0073aa;
  text-decoration: none;
  transition: color 0.3s ease;
}

.widget_recent_entries li a:hover {
  color: #005177;
}

.post-featured-image img {
  width: 100% !important;
  height: 500px !important;
  object-fit: contain;
  max-width: none !important;
}

/* add to cart button shop page */
.single_product_card .add_to_cart_button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  padding: 10px 0 !important; /* adjust as needed */
}

/* Pagination */
a.page-numbers {
  color: #c3912f !important;
}

/* product page */

/* Styling for Add to Bag and Buy Now buttons */
.product_incremnt {
  display: flex !important;
  gap: 10px;
  margin-bottom: 10px;
}

button.single_add_to_cart_button {
  background-color: black !important;
  color: white !important;
  padding: 12px 24px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

button.single_add_to_cart_button:hover {
  background-color: #b8860b !important; /* Darker shade on hover */
}

/* Buy Now Button */
button.buy_now_btn {
  background-color: #b8860b !important; /* Gold color */
  color: white !important;
  padding: 12px 24px;
  font-weight: bold;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
}

/* Hover Effect */
button.buy_now_btn:hover {
  background-color: #000000 !important; /* Black */
  color: #a87d0a !important; /* Darker gold */
}

/* Star Rating Swatches */
.star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.star-rating input {
  display: none;
}

.star-rating label {
  font-size: 25px;
  color: gray;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}

.star-rating input:checked ~ label {
  color: gold;
}

/* Highlight stars on hover */
.star-rating label:hover,
.star-rating label:hover ~ label {
  color: gold;
}

.btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-primary {
  background-color: #b8860b !important;
  color: #fff;
}

.btn-primary:hover {
  background-color: #111 !important;
}

.btn-secondary {
  background-color: #999;
  color: #fff;
}

.btn-secondary:hover {
  background-color: #777;
}

.bespoke-banner {
  padding: 100px 0;
  color: #fff;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.bespoke-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.bespoke-banner .container {
  position: relative;
  z-index: 2;
}
.bespoke-banner h1 {
  font-size: 3rem;
  margin-bottom: 20px;
}
.bespoke-banner p {
  font-size: 1.25rem;
  margin-bottom: 0;
}

/* Bespoke Content Section */
.bespoke-content {
  padding: 60px 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}
.bespoke-content p {
  margin-bottom: 20px;
}

/* Gallery Section */
.bespoke-gallery {
  padding: 60px 0;
  background-color: #f7f7f7;
}
.bespoke-gallery h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  text-align: center;
  color: #333;
}
.bespoke-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  text-align: center;
  padding: 20px;
}
.bespoke-item:hover {
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.bespoke-item img {
  max-width: 100%;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.bespoke-item h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #0073e6;
}
.bespoke-item p {
  font-size: 1rem;
  color: #555;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .bespoke-banner h1 {
    font-size: 2.5rem;
  }
  .bespoke-gallery h2 {
    font-size: 2rem;
  }
}

/* product page wishlist */
.single_product_whislist_btn .wlfmc-add-to-wishlist a {
  padding: 0 !important;
  background: transparent !important;
  margin-top: 4px;
  margin-left: 2px;
}

.single_product_whislist_btn .wlfmc-add-to-wishlist a i {
  color: #c3912f;
	margin-top: -10px;
/*   font-size: x-large; */
}

.toast {
	display: none !important;
}

/* best seller index page */
.image_left .seller_img {
  width: 100%;
  height: 905px !important; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px; /* Optional for rounded corners */
}

.image_right .seller_img {
  width: 100%;
  height: 425px !important; /* Adjust height as needed */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px; /* Optional for rounded corners */
}


/* WooCommerce Login & Register Form Styles */

.woocommerce form.woocommerce-form-login,
.woocommerce form.woocommerce-form-register {
    max-width: 400px;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
}

.woocommerce form p {
    margin-bottom: 15px;
}

.woocommerce form label {
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}

.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
}

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

.woocommerce .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.woocommerce .woocommerce-button {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

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

.woocommerce .woocommerce-LostPassword a {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #000;
    text-decoration: underline;
}

.woocommerce .u-columns.col2-set {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.woocommerce .u-column1, .woocommerce .u-column2 {
    flex: 1;
    max-width: 400px;
}
