
.profile-right-side .theme_three_box_content
{
	border: 0;
}

.profile-right-side .price_main
{
	border-top: 1px solid #D9D9D9;
}

.profile-right-side .theme_two_box_img {
    width: 20%;
}

.profile-right-side .theme_two_box_img .btn.btn-del {
    position: absolute;
    z-index: 1;
    right: 15px;
    background: #fff;
    border-radius: 50px;
    width: 26px;
    height: 25px;
    padding: 2px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 15px;
    font-size: 16px;
    color: #FF400D;
    left: 15px;
}

.profile-right-side  .theme_two_box_content {
    padding: 10px 10px 10px 5px;
    width: 80%;
}

.profile-right-side  .theme_two_box_content h3 {
    width: 100%;
}

.flight_wishlist_wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 1px 17px 0px rgb(0 0 0/ 11%);
    transition: var(--transition);
    margin-bottom: 15px;
    position: relative;
	padding: 30px 25px;
	cursor: pointer;
}

.flight_wishlist_wrapper .wish_btns {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.flight_wishlist_wrapper .wish_btns a.cmn_btn{
	border-radius: 50px;
    width: 26px;
    height: 25px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
	background: #fff;
	box-shadow: rgb(0 0 0 / 11%) 0 0 8px 0;
}

.flight_wishlist_wrapper .wish_btns .btn-del {
    color: #FF400D;
}

.flight_wishlist_wrapper .wish_btns .btn-fav {
    color: var(--dark-blue1);
}

.flight_wishlist_wrapper .airline_info p , 
.flight_wishlist_wrapper .flight_info p{
	font-size: 14px;
}

.flight_wishlist_wrapper .flight_info{
	padding: 0;
	margin: 0;
}

.flight_wishlist_wrapper .flight_info li{
	margin-bottom: 10px;
}

.flight_wishlist_wrapper .flight_info li:last-child{
	margin: 0;
}

.flight_wishlist_wrapper .airline-img {
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.flight_wishlist_wrapper .airline-img img{
    width: 100%;
    height: 100%;
   object-fit:  contain;
}