

.add-to-wishlist-button{
z-index: 1;
border: 1px solid red;
padding: 10px;
background: #EF0A20;
color: #fff;
font-size: 12px;
border-radius: 30px;
width: 150px;
text-align: center;
transition: background 0.3s ease-in-out;
cursor: pointer;
}
.add-to-wishlist-button:hover {
background: #cc2a3e;
color: white;
}
.shortlist-form .elementor-field-group {
margin-bottom: 20px;
padding:5px;
}
.shortlist-form .form-input {
margin-top: 10px;
}
.shortlist-form .form-submit {
cursor: pointer;
}
.shortlist-form .elementor-field-label {
font-weight: 600;
}
.shortlist-form .col-6 {
width: 50%;
float: left;
}
.shortlist-list {
list-style: none;
margin-bottom: 5px;
box-shadow: 26px 4px 27px #0000000a;
padding: 10px;
border-radius: 10px;
}
.list-venue-title {
font-size: 14px;
}
.list-venue-title a {
color: black !important;
margin-left:10px;
}
.list-venue-title a:hover {
color: red !important;
}
.shortlist-form .form-submit {
background-color: #066aab;
border:none;
}
.shortlist-item-remove {
background-color: red;
color: white;
padding: 5px 9px;
border-radius: 29px;
font-size: 10px;
font-weight: 600;
margin-left: 10px;
border:none;
}
.shortlist-item-remove:hover {
background-color: black;
transition: 0.5s all;
cursor: pointer;
}
.list-group.list-group-flush {
padding: 0px;
}
#shortlist {
height: 1.25rem;
width: 1.25rem;
font-size: 0.800rem;
line-height: 1.25rem;
background: #fff;
color: #bf1212;
border-radius: 50%;
position: absolute;
text-align: center;
right: 23px;
font-weight: 600;
border: 1px solid #bf1212;
}
#mybutton {
position: fixed;
top: 105px;
right: 10px;
z-index: 9999;
background-color: white;
padding: 10px 22px;
border-radius: 8px;
border: 1px solid #bf1212;
display: grid;
}