.row.list-grid {
    display: flex;
    grid-template-columns: 100%;
    grid-gap: unset;
}

.recommended-products .col-xl-6 {
    margin-bottom: 50px;
}

.btn-more-details {
    bottom: -36px;
    left: 25px;
    font-size: 0.8rem !important;
    font-weight: bold;
    padding: 0.5rem 2.5rem !important;
}

.boat_card {
    border: 0;
    box-shadow: 0rem 0rem 0.5rem 0rem #0e263e44;
}

.boat_card:hover,
.boat_card:focus {
    border: 0;
}

.boat-card-info {
    bottom: 0;
    padding: 35px 15px 0 15px;
    background: linear-gradient(to bottom,#0e263e00, #0e263eaa)!important;
}

.boat-card-info .boat-model {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    border-bottom: solid 1px #979797;
    margin-bottom: -6px;
}

.boat_card .carousel-control-next span, .boat_card .carousel-control-prev span {
    color: #b69f72;
    background-color: rgba(255, 255, 255, 1);
}

.boat_card .carousel-control-next span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b69f72' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.boat_card .carousel-control-prev span {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b69f72' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.boat_card .carousel-control-next, .boat_card .carousel-control-prev {
    opacity: .85;
}

.boat_card .carousel-control-next:hover, .boat_card .carousel-control-prev:hover {
    opacity: 1;
}

.div-boats {
    margin-bottom: 3rem !important;
    max-width: 500px;
}

.prices-boat {
    height: 54px;
}

.prices-boat .price {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 36px;
}

.prices-boat .currency {
    color: #b69f72;
    font-size: 28px;
}

.prices-boat .price-day-week {
    font-size: 20px;
    display: flex;
    align-items: flex-end;
    padding-bottom: 8px;
    text-transform: uppercase;
}

#select-list-order {
    min-width: 205px;
}

.boat_card .btn-custom {
    box-shadow: 0rem 0.1rem 0.3rem 0.2rem #0e263e44;
}
