

/* Start:/local/templates/oceanis_yachting_v1/components/oceanisyachting/elements.list/yacht/style.css?16922840858072*/
.catalog_btn_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.catalog_sort_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.catalog_sort_btn_item:not(:last-child) {
    margin-right: 20px;
}

.catalog_sort_btn_item svg {
    height: 7px;
    fill: #4b4b4b;
}

.catalog_sort_btn_item.desc svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.catalog_sort_btn_item {
    padding: 5px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    color: #4b4b4b;
    cursor: pointer;
}

.catalog_sort_btn_item span {
    margin-right: 10px;
    display: block;
}

.catalog_sort_btn_item.asc, .catalog_sort_btn_item.desc {
    background: #dbeafc;
    border: 1px solid #9baed3;
}

.catalog_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
}

.catalog_btn_list {
    margin-right: 15px;
}

label.catalog_btn_radio input {
    display: none;
}

.catalog_btn svg {
    height: 20px;
    fill: #A3A3A3;
    cursor: pointer;
}

.catalog_btn_radio input[type=radio]:checked + svg {
    fill: #202020;
}

.catalog-list.row {
    display: none;
}

.catalog-list.row.show_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

div#list_block {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
}

.element_content_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.catalog_element {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff!important;
    position: relative;
    margin-bottom: 20px;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.photo_yachts {
    width: 45%;
    position: relative;
    z-index: 2;
}

.embed-responsive_image{
    z-index: 2;
    height: 150px;
    opacity: 1 !important;
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.element_photo {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    min-height: 200px;
}

.catalog_element:hover .element_photo {
    /* opacity: .6; */
}

.element_content {
    width: 55%;
    padding: 10px 10px;
}

.element_content_header_btn {
    min-width: 95px;
    text-align: center;
    font-size: 10px;
}

.element_content_header_btn span {
    display: block;
    color: #23746d;
    border: 1px solid #23746d;
    padding: 5px 3px;
    text-transform: uppercase;
}

.element_content_header_info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.element_content_header_info>div small:not(:first-child){
    margin-left: 20px;
}

.element_content_header_info {
    margin-bottom: 20px;
}

.element_content_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.element_content_details_list span:not(:first-child) {
    margin-left: 20px;
}

.element_content_details_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
}

.element_content_details_list span:not(:first-child):before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50px;
    left: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.element_content_details_list span {
    position: relative;
}

.element_content_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.price_btn {
    background: #23746d;
    color: #fff;
    font-size: 18px;
    padding: 3px 15px;
}

.price_btn span {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.price_info {
    font-size: 12px;
    font-style: italic;
    margin-top: 10px;
}

.price_btn.rented {
    background: #b5b5b5;
    color: #000;
}

.element_content_header_btn span.rented {
    color: #b5b5b5;
    border-color: #b5b5b5;
    opacity: .8;
}

.photo_wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.photo_item{
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    position: static;
}

.photo_item .element_photo {
    height: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: -2;
    opacity: 0;
    background-size: cover;
}

.photo_wrapper:not(:hover) .photo_item:first-child .element_photo, .photo_item:hover>.element_photo {
    opacity: 1;
    z-index: -1;
}

.photo_btn {
    bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 7px;
    opacity: 1;
    position: relative;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    z-index: 4;
}

.photo_btn:not(.photo__btn_visible) {
    opacity: 0;
}

.photo_btn:after {
    background: #fffc;
    content: "";
    height: 3px;
    inset: 1px 1px 2px;
    position: absolute;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.photo_item:first-child .photo_btn:after {
    left: 3px;
}

.photo_item:last-child .photo_btn:after {
    right: 3px
}

@media (max-width: 991px){
    .catalog_element {
        width: 100%;
    }
}

@media (max-width: 551px){
    .element_content_details{
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    
    .element_content_header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        gap: 10px;
    }
    
    .element_content_price {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
    }
    
    .element_content_header_btn {
        -ms-flex-item-align: self-end;
            -ms-grid-row-align: self-end;
            align-self: self-end;
    }
}

body .lazy_t {
    background-image: none !important;
   background-color: #F1F1FA;
}
/* End */


/* Start:/local/templates/oceanis_yachting_v1/components/oceanisyachting/elements.list/booking/style.css?16850079032019*/
#booking table td.partial_occupancy {
    background: #c2c2c2 !important;
    /* opacity: .7; */
}

#booking table td.occupied {
    /* background: #0f5073 !important; */
    background: #33729a !important;
    color: #fff;
    opacity: .8;
}
.embed-responsive.embed-responsive-1by1.mr-3.bg-primary {
    background: #33729a !important;
    opacity: .8;
}
#booking table td.occupied .text-muted {
    color: #fff !important;
}
#booking table td.active.partial_occupancy, 
#booking table td.active.occupied {
    /* opacity: 1; */
}
.bg-warning, .border_hovering{
    box-shadow: 0 0 0 2px #00f82d inset;
}
.justify-content-between{
    gap: 5px;
}
.modalBooking, .modalBooking p.partial_occupancy, .modalBooking p.occupied {
    display: none;
}
.modalBooking.open, .modalBooking.open p.partial_occupancy.active, .modalBooking.open p.occupied.active {
    display: block;
}

.modalBooking.open  {
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
  }
  
.modalBooking {
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    visibility: hidden;
    z-index: 10;
  }
.modalBooking.open {
    opacity: 1;
    visibility: visible;
  }

.info_wrapper {
    background: #fff;
    background-image: linear-gradient(48deg, #fff 0%, #e5efe9 100%);
    border-radius: 15px;
    box-shadow: -20px 20px 35px 1px rgb(10 49 86 / 18%);
    display: flex;
    flex-direction: column;
    padding: 32px;
    max-width: 80vw;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
    z-index: 1;
}
.modalBooking.open .info_wrapper {
    opacity: 1;
    transform: translateY(1);
}

.info_wrapper button {
    width: fit-content;
    padding: 5px 20px;
    outline: none;
    border: none;
    background: #105276;
    color: #fff;
    cursor: pointer;
}

.booking-markers.d-flex.py-3 {
    flex-wrap: wrap;
}

.booking-markers.d-flex.py-3 .booking-marker {
    margin-bottom: 10px;
}
/* End */
/* /local/templates/oceanis_yachting_v1/components/oceanisyachting/elements.list/yacht/style.css?16922840858072 */
/* /local/templates/oceanis_yachting_v1/components/oceanisyachting/elements.list/booking/style.css?16850079032019 */
