.icon-search{
	color: #fff;
}
.wpcf7{
	background-color: #fff;
}
.wpcf7-textarea{
	background-color: #cabca1;
	border-color: transparent;
	border-radius: 10px;
}
.wpcf7 input{
	background-color: #cabca1;
	border-color: transparent;
	border-radius: 10px;
}
.wpcf7-form{
	border: none;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
	border-color: #cabca1;
	background-color: default;
	color: #000;
}
/.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea {
	border-color: transparent;
	background-color: #cabca1;
}
.inline-block {
	width: 200px;
}
.button.is-form{
	color: #fff;
	text-shadow: none;
}
.grecaptcha-badge {

display: none;

}
.price-wrapper {
	font-weight: bold;
	font-style: italic;
	color: default;
}
.woocommerce-loop-product__title{
	font-weight: bold;
}

.button.alt, .button.checkout, .checkout-button, .secondary{
	border-radius: 10px;
	border: transparent;
}
.image-cover{
	border-radius: 10px;
}
.wpcf7{
	background-color: transparent;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea{
	border-color: #cabca1;
	border-radius: 5px;
}
.col-inner{
	border-color: #cabca1;
	border-radius: 5px;
}
.primary.is-link, .primary.is-outline, .primary.is-underline{
	border-radius: 10px;
}
.wc-pao-addon-field {
    display: flex;
    justify-content: center;  /* Center horizontally */
    align-items: center;      /* Center vertically */
    text-align: center;       /* Center inline content */
}

.wc-pao-addon-select {
    display: block;  /* Ensures proper centering */
    margin: 0 auto;  /* Centers inside the parent */
	margin-bottom: 15px
}
.title-wrapper{
	text-align: center;
	font-family: system-ui;
}
.price-wrapper{
	text-align: center;
	font-family: system-ui;
}
.wlfmc-inline-buttons {
display: flex;
justify-content: center;
align-items: baseline;
}
/*.woocommerce-form__label-for-checkbox{
	display: none;
} For Hiding Shipping to same billing checkbox*/
.order-info-message {
    font-size: 14px;
    color: #ac966e; /* Change text color to red */
    margin-top: 5px;
    font-style: italic; /* Optional: adds italic style to the message */
}
.pum .popup-redirect-img {
  pointer-events: auto !important;
  cursor: pointer;
}