
.dlwl-vessellist, .dlwl-vessellist *{
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}
.dlwl-vessellist{
    display: block;
    padding: 0px 10px;
}
.dlwl-vessellist a{
    text-decoration: none;
    cursor: pointer;
}
.dlwl-vessellist button{
    cursor: pointer;
}

.dlwl-vessellist .svgstroke{
  stroke: var(--dlwl-button-primary-color);
}
.dlwl-vessellist .svgfill{
    fill: var(--dlwl-button-primary-color);
}
.dlwl-vessellist .text-gray{
    color: #797979;
}

.dlwl-vessellist .vessellist-box{
    display: block;
}

.dlwl-vessellist .vessellist-items{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 30px;
    width: 100%;
}

.dlwl-vessellist .dlwl-listitem-space{
    flex-grow: 1;
    min-width: 340px;
    height: 0px;
}

.dlwl-vessellist .dlwl-listitem{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: calc(33.33% - 20px);
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: visible;
    margin-bottom: 40px;
}

.dlwl-vessellist .dlwl-listitem .vessel-image-box{
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;
}

.dlwl-vessellist .dlwl-listitem .pricerange{
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #FFFFFF;
    color: var(--dlwl-text-color);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    padding: 3px 10px;
    z-index: 2;
    display: flex;
    grid-gap: 5px;
}

.dlwl-vessellist .dlwl-listitem .reservefor{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #EFFFF2;
    color: #28B446;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #28B446;
    z-index: 2;
    font-size: 12px;
    font-weight: 500;
}

.dlwl-vessellist .dlwl-listitem .vessel-images,
.dlwl-vessellist .dlwl-listitem .vessel-images-in{
    position: relative;
    aspect-ratio: 1.8;
    overflow: hidden;
}
.dlwl-vessellist .dlwl-listitem .vessel-images-in{
    margin: 0px -1px;
}

.dlwl-vessellist .dlwl-listitem .vessel-images .transimg{
    width: 100%;
    height: auto;
}

.dlwl-vessellist .dlwl-listitem .vessel-images .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/** owl carousel styles **/
.dlwl-vessellist .dlwl-listitem .owl-carousel{
    position: absolute;
    left: 0; right: 0; top: 0; bottom: 0;
}

.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0;
}

.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-dots .owl-dot span {
    height: 7px;
    width: 7px;
    margin: 3px 3px;
    background-color: #29292999;
}

.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: white;
}

.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-nav {
    margin-top: 0px;
}

.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-nav button.owl-prev {
    left: 10px;
}

.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-nav button.owl-prev,
.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    height: 25px;
    width: 25px;
    top: 45%;
    display: grid;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background-color: white;
    font-size: 15px;
    color: var(--dlwl-button-primary-color);
    display: inline-flex;
    justify-content: center;
}
.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-dots .owl-dot *,
.dlwl-vessellist .dlwl-listitem .owl-carousel .owl-nav button *{
    pointer-events: none;
}

.dlwl-vessellist .dlwl-listitem .vessel-info-box{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    cursor: pointer;
}

.dlwl-vessellist .dlwl-listitem .type-review{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: start;
    padding: 4px 10px;
}

.dlwl-vessellist .dlwl-listitem .type-review .boat-type{
    flex-grow: 1;
    font-weight: 600;
    font-size: 10px;
    font-style: normal;
    line-height: 14px;
    text-decoration: none;
}

.dlwl-vessellist .dlwl-listitem .type-review .boat-rating{
    font-size: 10px;
    color: #797979;
    margin: 0px;
    display: flex;
    align-items: center;
    grid-gap: 2px;
}
.dlwl-vessellist .dlwl-listitem .type-review .boat-rating .rating-value{
    color: #292929;
}

.dlwl-vessellist .dlwl-listitem .vessel-name{
    padding: 5px 20px;
}
.dlwl-vessellist .dlwl-listitem .vessel-name,
.dlwl-vessellist .dlwl-listitem .vessel-name a{
    display: block;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    color: rgba(41, 41, 41, 0.9);
    overflow: hidden;
    text-overflow: ellipsis;
}

.dlwl-vessellist .dlwl-listitem .info-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    padding: 6px 20px;
}
.dlwl-vessellist .dlwl-listitem .info-item{
    display: flex;
    flex-direction: row;
}
.dlwl-vessellist .dlwl-listitem .info-item .info-icon{
    width: 14px; height: 16px;
    margin-right: 10px;
    line-height: normal;
    align-items: center;
    display: flex;
    flex-direction: row;
}
.dlwl-vessellist .dlwl-listitem .info-item .info-label{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #292929;
}

.dlwl-vessellist .dlwl-listitem .btns-booking{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    column-gap: 20px;
    padding: 10px 20px;
}

.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 5px;
    flex: 1;
    min-height: 40px;
    max-width: 160px;
    border-radius: 6px;
    background: #ebebeb;
    color: #ffffff;
    padding: 3px;
}
.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn *{
    pointer-events: none;
}
.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn.booking-available{
    background: var(--dlwl-button-primary-color);
}
.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn-type{
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #908F8F;
    text-overflow: ellipsis;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
}
.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn-price{
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #908F8F;
}
.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn-price .price-value{
    font-size: 13px;
}

.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn.booking-available .booking-btn-type,
.dlwl-vessellist .dlwl-listitem .btns-booking .booking-btn.booking-available .booking-btn-price{
    color: #ffffff;
}

.dlwl-vessellist .dlwl-listitem .more-detail{
    display: block;
    height: 15px;
    overflow: visible;
    background-color: #FCF2EE;
    border-radius: 0px 0px 10px 10px;
}
.dlwl-vessellist .dlwl-listitem .more-detail-in{
    height: 37px;
    background: url(../images/list-item-more.svg) no-repeat bottom center;
    text-align: center;
}
.dlwl-vessellist .dlwl-listitem .more-detail a{
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: var(--dlwl-button-primary-color);
}

.dlwl-vessellist .dlwl-listitem .more-detail-empty{
    display: block;
    height: 15px;
    overflow: visible;
    border-radius: 0px 0px 10px 10px;
}

@media(max-width:1400px) {
    .dlwl-vessellist .dlwl-listitem .btns-booking{
        column-gap: 10px;
    }
}

@media(max-width:990px) {
    
    .dlwl-vessellist{
        padding: 0px 10px;
    }

    .dlwl-vessellist .dlwl-listitem{
        width: calc(50% - 20px);
    }
}

@media (max-width:768px) {
        
    .dlwl-vessellist{
        padding: 0px 10px;
    }

    .dlwl-vessellist .dlwl-listitem{
        width: 100%;
    }
}