/* Wrapper for all widgets */
.upcoming-event-persone-price{
	font-size: 28px;
    font-weight: 600;
    line-height: 30px;
	color: #101010;
}

/* Wrapper for all widgets */
#custom-product-list.widget-responsive {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Individual product card */
.widget-responsive .custom-product-card {
  margin-bottom: 25px;
}

/* Card wrapper layout */
.widget-responsive .card-wrapper {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 12px;
  padding: 15px;
  gap: 20px;
  flex-wrap: wrap;
  background-color: #fff;
  box-shadow: 4px 6px 8px rgba(0, 0, 0, 0.15);
}
.event-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 10px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;

}
.meta-item span{
  font-family: "Raleway", sans-serif!important;
  font-weight: 400;
   font-size: 15px;
    color: #333;
}
.meta-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
/* Image container */
.widget-responsive .card-image {
  flex: 1;
  width: 250px;
}
.widget-responsive .card-image img{
    width: 100%;
	height: 100%
}
/* Content container */
.widget-responsive .card-content {
  flex: 1;
  padding-left: 15px;
}

/* Title and price layout */
.widget-responsive .product-title-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
    .widget-responsive .product-title-price {
          gap: 0;
    }
}

.widget-responsive .product-title {
  font-style: italic;
  margin: 0;
  font-size: 26px;
  font-weight: 400;
  font-family: 'Arapey', serif!important;
}

.product-title-price .product-price span{
  margin: 0!important;
	font-size:20px;
	font-family: 'Raleway', sans-serif!important;
  font-weight: 500;
}

/* Event details */
.widget-responsive .event-details p {
  margin: 20px 0;
  font-weight: 500;
  color: #000;
  font-family: 'Raleway', sans-serif;
}
p.event-people{
  font-weight: 500;
  color: #000;
}
}
.progress-bar-wrapper{
    margin-bottom: 20px!important;
}
.progress-bar-wrapper span{
    font-size: 13px;
}
/* Progress bar */
.widget-responsive .progress-bar {
  background-color: #eee;
  height: 8px;
  border-radius: 4px;
  margin: 10px 0;
  width: 100%;
  overflow: hidden;
	position:relative;
}

.widget-responsive .progress-bar-inner {
  background-color: #3b82f6;
  height: 100%;
  border-radius: 4px;
	position:absolute;
	top:0;
	left:0;
}

/* Button */
.widget-responsive a.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FF97AE;
  border-radius: 8px;
  text-decoration: none!important;
  color: #fff!important;
  font-weight: 600;
  width: 100%;
  text-align: center;
  border-radius: 50px;
  margin-top: 25px!important;
	font-family: "Raleway", sans-serif!important;
}

/* Responsive for mobile */
@media screen and (max-width: 768px) {
	.widget-responsive .card-image {
		width:100%
	}
  .widget-responsive .card-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .widget-responsive .card-image,
  .widget-responsive .card-content {
    flex: 1 1 100%;
    padding-left: 0;
  }

  .widget-responsive .product-title-price {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Shop Widget CSS */
.csw-widget-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 30px;
}
@media screen and (max-width: 767px){
    .csw-widget-wrapper {
        grid-template-columns: 1fr;
        gap: 0px;
    }
}
.qty, .single_add_to_cart_button {
	    font-family: 'Raleway', sans-serif!important;
}
.csw-product-box {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    font-family: 'Georgia', serif;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.csw-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-bottom: 15px;
}

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

.csw-title {
    font-style: italic;
    font-size: 22px!important;
    color: #333;
    margin: 0;
    font-weight: 400;
    font-family: 'Arapey', serif!important;
}

.csw-price {
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 3px 10px;
    border-radius: 20px;
    color: #444;
    font-family: 'Raleway', sans-serif;
}

.csw-desc {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 0;
    min-height: 100px;
    font-family: 'Raleway', sans-serif;;
	
}

.csw-button {
    display: block;
    text-align: center;
    background-color: #ff97ae;
    color: white;
    padding: 12px 0;
    border-radius: 25px;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.3s ease;
    font-family: 'Raleway', sans-serif;;
}

.csw-button:hover {
    background-color: #f67493;
}

/* Shop Details Page CSS */
.dp-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 1100px;
    padding: 0;
}

.dp-left {
    flex: 1 1 40%;
}
.dp-left img {
    width: 100%;
    border-radius: 8px;
}

.dp-right {
    flex: 1 1 55%;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 16px;
    color: #333;
}

.dp-title {
    font-size: 30px!important;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Arapey', serif!important;
}

.dp-right p {
    margin: 6px 0;
    line-height: 1.6;
}

.dp-description {
    margin: 10px 0 20px;
}

.dp-price {
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}

.dp-cart-form {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.dp-cart-form .button {
    padding: 10px 25px;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
}

.dp-cart-form .dp-buy-now {
    background: #FF97AE!important;
    border-radius: 50px!important;
    color: #fff!important;
    border: 1px solid #FF97AE!important;
}

.dp-cart-form .input-button-wrapper, .dp-cart-form .quantity{
    width: 100%;
}
.dp-cart-form .quantity{
    margin-top: 20px;
}
.dp-cart-form .button-wrapper{
    display: flex;
    gap: 16px;
}
.dp-cart-form .dp-add-to-cart {
    background: #fff!important;
    border: 1px solid #000!important;
    color: #000!important;
      border-radius: 50px!important;
}

@media (max-width: 768px) {
    .dp-container {
        flex-direction: column;
    }
    .dp-left,
    .dp-right {
        flex: 1 1 100%;
    }
}

/*Gift certificate style*/
.gift-certificate-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.gift-left img {
    width: 100%;
    border-radius: 20px;
}
.gift-title {
    font-size: 32px !important;
    font-family: 'Arapey', serif;
    font-style: italic;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
}
.gift-label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.gift-options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.gift-options input[type="radio"] {
    display: none;
}
.gift-option {
    border: 1px solid #ccc;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    background: #fff;
    transition: all 0.2s ease;
}
.gift-options input[type="radio"]:checked + .gift-option {
    background-color: #FF97AE;
    color: #fff;
    border-color: #FF97AE;
}
.gift-textarea {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 14px;
}
.gift-btn {
    background-color: #FF97AE !important;
    color: #fff;
    border: none !important;
    padding: 14px 30px !important;
    border-radius: 50px !important;
    font-weight: 600;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.gift-btn:hover {
    background-color: #f97b9e;
}
@media (max-width: 768px) {
    .gift-certificate-wrapper {
        grid-template-columns: 1fr;
    }
    .gift-title {
        font-size: 24px !important;
    }
}

