/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jun 16 2026 | 07:40:12 */
/*calendar style*/

.all-front-calendars .has_future, .all-front-calendars .has_past {   
    padding: 14px 9px 0px 9px !important;    
}

.wprentals_front_calendar_price {    
    display: none;
}

/*--- INVOICE STYLE ---*/
.invoice_data_legend {
    width: 180px;
}

.total_invoice_for_payment .inv_legend {
    width: 180px;
}

.inv_legend {
    width: 180px;
}

.inv_exp {
    width: 175px;
}

.modal-dialog, .modal-content {
    border-radius: 16px ;
}

.create_invoice_form {
    border-radius: 0 0 16px 16px ;
}

.modal-header {
    border-radius: 16px 16px 0 0 ;
}


/*----FORM STYLE-----*/

/*contact owner popap*/
#submit_mess_front {
    border-radius: 50px;
}

.modal-dialog h4.modal-title {
    width: 300px !important;
}

.modal-dialog #booking_mes_mess {
    border-radius: 16px;
}

/* ===== BOOKING FORM - Villa Card ===== */
/*calendar*/
.all-front-calendars .has_future {
    background-color: #FAF7F1;
}

.booking_form_request h3 {
    display: none;
}


.prop_social a {
    border: 1px solid var(--e-global-color-5d87d9f) !important;
}

.cost_row_extra .cost_explanation {
    width: 35% !important;
}

.cost_explanation {
    width: 50%;
}

.cost_row_extra .cost_value {
    width: 65%;
}

.cost_value_show {
    display: inline;
}

.wprentals_booking_check_wrapper a {
    text-decoration: underline;
}

/*icon styles*/
.calendar_icon:after, .wpestate_guest_no_control_wraper:after {
    color: #969aa5 !important;
}

#booking_form_request .has_calendar.calendar_icon:has(input.is-filled):after {
    color: #5E4736 !important;
}

#booking_form_request .wpestate_guest_no_control_wraper.is-filled:after {
    color: #5E4736 !important;
}


/* ===== INPUTS: Check-in / Check-out ===== */

/* Hover */
#booking_form_request input#start_date:hover,
#booking_form_request input#end_date:hover {
    border-color: #5E4736 !important;
}

/* Focus */
#booking_form_request input#start_date:focus,
#booking_form_request input#end_date:focus {
    border-color: #5E4736 !important;
    outline: none !important;
    box-shadow: none !important;
    background: white !important;
}

/* Filled (когда значение выбрано — через JS добавляем класс .is-filled) */
#booking_form_request input#start_date.is-filled,
#booking_form_request input#end_date.is-filled {
    border-color: #5E4736 !important;
    color: #5E4736 !important;
    background: white !important;
}


/* ===== GUESTS CONTROL ===== */

.elementor-43239 #booking_form_request .wpestate_guest_no_control_info {
    color: #969aa5 !important;
}


/* Hover */
.elementor-43239 .elementor-element.elementor-element-ff7389e .wprentals_elementor_booking_form_wrapper .booking_form_request .form-control:hover {
    border-color: #5E4736 !important;
}

/* Filled / Active (когда гости выбраны) */
.elementor-43239 #booking_form_request .wpestate_guest_no_control_wraper.is-filled .wpestate_guest_no_control_info {
    border-color: #5E4736 !important;
    color: #5E4736 !important;
    opacity: 1;
    background: white !important;
}



/*----CHECKOUT page style----*/

/*coupon block*/

.wc-block-components-totals-coupon__button {
    background: #5E4736 !important;
    border: none !important;
    color: #EFE7DB !important;
    border-radius: 50px !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    outline: none !important;
    transition: background 0.25s ease;
}

/*terms block*/
.wc-block-checkout__terms.wc-block-checkout__terms--with-separator a {
    text-decoration: underline !important;
}


/*payment block*/
.wp-block-woocommerce-checkout-order-summary-block {
    border-radius: 0px !important;
    background: white;
}

.wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted, .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted {
    border-radius: 0px !important;
}

.wc-block-components-radio-control--highlight-checked, .wc-block-components-radio-control--highlight-checked div.wc-block-components-radio-control-accordion-option {
    background: white;
    border-radius: 0px !important;
}

.wc-block-components-radio-control--highlight-checked::after,
.wc-block-components-radio-control--highlight-checked::before {
    border-radius: 0 !important;
}


/*margin checkout*/
.wp-block-woocommerce-checkout {
    margin-top: 56px !important;
    margin-bottom: 120px  !important;
}

/* ===== INPUTS ===== */

/*label style*/
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: var(--e-global-color-5d87d9f) !important;
    opacity: 0.5;
    font-size: 14px !important;
    left: 18px !important;
}

/* Default */
.wc-block-components-text-input input {
    background: #fff !important;
    border: 1px solid #fff !important;
    border-radius: 50px !important;
    color: #5E4736 !important;
    font-size: 15px !important;
    height: 50px;
    padding: 16px 8px;
}

/* Hover */
.wc-block-components-text-input input:hover {
    border-color: #5E4736 !important;
}

/* Focus / Filled */
.wc-block-components-text-input.is-active input,
.wc-block-components-text-input input:focus {
    background: transparent !important;
    border-color: #5E4736 !important;
    padding: 20px 17px 8px !important;
    outline: none !important;
    box-shadow: none !important;
}


/* ===== SELECTS ===== */

/* Default */
.wc-blocks-components-select__select {
    background: transparent !important;
    border: 1px solid #5E4736 !important;
    border-radius: 50px !important;
    color: #5E4736 !important;
    font-size: 15px !important;
    padding: 12px 17px 0 !important;
}

.wc-blocks-components-select .wc-blocks-components-select__label {  
    font-size: 11.5px !important;
    left: 18px !important;
    opacity: 0.5;
}


/* Focus */
.wc-blocks-components-select__select:focus {
    outline: none !important;
    box-shadow: none !important;
}

.wc-blocks-components-select .wc-blocks-components-select__container {
    background: none !important;
}




/*button style*/
/*  Place Order checkout */
.wc-block-components-checkout-place-order-button {
    background: #5E4736 !important;
    color: #EFE7DB !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 20px 28px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 100% !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    outline: none !important;
    transition: background 0.25s ease;
}


.wc-block-components-checkout-place-order-button .wc-block-components-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text,
.wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__price,
.wc-block-components-checkout-place-order-button .wc-block-formatted-money-amount {
    color: #EFE7DB !important;
}

/* Hover*/
.wc-block-components-checkout-place-order-button:hover {
   opacity: 0.7;
    color: #EFE7DB !important;
}

/* Focus none */
.wc-block-components-checkout-place-order-button:focus,
.wc-block-components-checkout-place-order-button:focus-visible,
.wc-block-components-checkout-place-order-button:active {
    outline: none !important;
    box-shadow: none !important;
    background: #5E4736 !important;
    color: #EFE7DB !important;
}

/* Перебиваем синий focus-ring от body:not(...).wc-block-components-button:focus */
body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button.wc-block-components-checkout-place-order-button:focus {
    box-shadow: none !important;
    outline: none !important;
}



/*login form*/
.form-control, .woo_pay  {
    border-radius: 50px;
    transition: 0.25s ease;
}

.woo_pay  {
    background: #5E4736 !important;
}

#wp-login-but, #add_favorites, #contact_host {
    border-radius: 50px;
    transition: 0.25s ease;
}

.woo_pay:hover, #wp-login-but:hover, #add_favorites:hover, #contact_host:hover, #submit_booking_front_instant:hover {
    opacity: 0.7;
}



/* ---  CUSTOM MASSEGE to login before booking --- */
.wc-block-must-login-prompt {
    display: flex !important;
    flex-direction: column;      
    justify-content: center;
    align-items: center;          
    gap: 20px;                    
    width: 60%;
    margin: auto;
    min-height: 20vh;             
    text-align: center;
    font-size: 20px;
}


.wc-block-must-login-prompt a {
    display: inline-block;
    padding: 16px 48px;
    background: #5E4736;
    color: #ffffff !important;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.1s ease;
}

.wc-block-must-login-prompt a:hover {
    opacity: 0.8;
}

/*Booking button*/

#submit_booking_front_instant {
    border-radius: 50px 50px 50px 50px;
}

#submit_booking_front_instant_wrap:after {
    display: none;
}

/* Login Popup style */

#loginmodal.in,
#loginmodal[style*="display: block"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#loginmodal .modal-dialog {
    
    height: auto !important;
    max-height: 90vh;
    display: flex;
    align-items: center;
}

#loginmodal .modal-content {
    width: 100%;
}

/*heder style*/
.custom-login .wprentals-studio-hide-cart-menu {
    padding: 0px !important;
}
.custom-login .menu_user_picture {
    display: none;
}

.custom-login #topbarregister {
    display: none;
}

.custom-login .wpestate_header_shoping_cart_icon,
.custom-login #wpestate_header_shoping_cart {
    display: none !important;
}


.signuplink {
    
    cursor: pointer !important;
    font-size: 16px  !important;
}

/*Login underline style*/
#topbarlogin::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background: var(--BeigeBase);
    
}

#topbarlogin:hover {
    color: var(--BeigeBase) !important;
}

#topbarlogin:hover::after {
    width: 52px;
}






.CustomHeaderFullWith {
  min-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}



/*fix outline bag search form dropdown*/
.wpestate-adv-holder .bootstrap-select .dropdown-toggle:focus,
.wpestate-adv-holder .bootstrap-select .dropdown-toggle:focus-visible,
.wpestate-adv-holder .bootstrap-select .dropdown-toggle:active,
.wpestate-adv-holder .bootstrap-select.open .dropdown-toggle,
.wpestate-adv-holder .bootstrap-select button.dropdown-toggle.btn-default:focus {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    border-color: inherit !important;
}


.wpestate_sliding_box .sliding-content-wrapper {
    background: #fdf8f4;
}


.testimonial_type_2 .testimonial-text,
.testimonial-container.testimonial_type_2{
        background-color: #FFFFFF;
        box-shadow: none;
}

/*footer style*/

#biglogo .elementor-icon  {
    width: 100% !important;
}

#biglogo .elementor-icon-wrapper svg {
    width: 100% !important;
}




/* =============================================
   LA LA VILLAS — Villa Card Widget Styles
   Edit here without touching plugin files
   ============================================= */

/* --- Notices --- */
.lala-notice { padding: 12px 16px; border-radius: 4px; font-size: 14px; }
.lala-notice--warning { background: #fff3cd; color: #856404; }
.lala-notice--error   { background: #f8d7da; color: #842029; }

/* --- Card wrapper --- */
.lala-villa-card {
    width: 100%;
    font-family: inherit;
}

/* --- Slider --- */
.lala-swiper-wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.lala-swiper-wrap .swiper-slide {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    height: 500px;
}




.lala-swiper-wrap .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    
}
.lala-swiper-wrap .lala-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f0f0f0;
    color: #999;
    font-size: 14px;
}

/* --- Slider arrows --- */
.lala-swiper-wrap .lala-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.lala-swiper-wrap .lala-arrow img {
    width: 40px;
    height: 40px;
}
.lala-arrow-prev { left: 20px; }
.lala-arrow-next { right: 20px; }


/* --- Villa content --- */
.lala-villa-content {
    display: flex;
    text-align: center;
    gap: 60px;
    flex-direction: column;
}



/* --- Villa icon --- */

.lala-villa-icon-wrap img {
    width: 114px;
    height: 114px;
    object-fit: contain;
}

.lala-villa-content .price-properties, .description-properties {
    margin-bottom: 0px;
}

/* --- Features grid: 6 columns --- */
.lala-features-grid {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    
}
.lala-feature-item {
    width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.lala-feature-item .propert-servise {
    margin-bottom: 0px;
}

.lala-feature-item img {
    /*width: 32px;
    height: 32px;*/
    object-fit: contain;
}


/* --- Button --- */
.lala-check-btn {
    transition: opacity 0.2s;
    font-family: var(--Montserrat);
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 6%;
    line-height: 100%;
    padding-block-start: 18px;
    padding-block-end: 18px;
    padding-inline-start: 28px;
    padding-inline-end: 28px;
    border-radius: 50px;
    align-self: center;
}


.lala-check-btn:hover {
    opacity: 0.85;
    color: #ffffff;
    text-decoration: none;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .lala-features-grid {
       
        gap: 40px 10px;
    }
}
@media (max-width: 480px) {
    .lala-features-grid {
       
        gap: 12px;
    }
}





/* ==========================================================================
   LALA VILLAS — custom search results / catalog cards
  
   (bottom-propert-book broun-bottom e-button-base).
   ========================================================================== */

/* LALA VILLAS — search results / catalog cards. Prefix: lvsr- */

:root {
    --lvsr-brand: var(--e-global-color-5d87d9f);
    --lvsr-text: var(--e-global-color-5d87d9f);
    --lvsr-muted: #8a7866;
    --lvsr-radius: 14px;
    --lvsr-gap: 32px;
}

/* Full width after sidebar.php is emptied */
.col-md-8 {
    width: 100%;
}

/* One column list */
#listing_ajax_container.row {
    display: flex;
    flex-direction: column;
    gap: 80px;
    margin: 0;
}

#listing_ajax_container .lvsr-card.listing_wrapper,
#listing_ajax_container .lvsr-card,
.lvsr-card.property_flex {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0;
    margin: 0;
    display: grid !important;
}

/* Card shell */
.lvsr-card {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: stretch;
    height: 830px;
    background: var(--e-global-color-3e56a85);
    overflow: hidden;
}

/* Media / slider */
.lvsr-media {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.lvsr-swiper-wrap {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
}

.lvsr-media .swiper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.lvsr-media .swiper-wrapper { height: 100%; }

.lvsr-media .swiper-slide {
    height: 100%;
    width: 100% !important;
    flex-shrink: 0;
}

.lvsr-slide-link {
    display: block;
    width: 100%;
    height: 100%;
}

.lvsr-media .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lvsr-media .swiper:not(.swiper-initialized) .swiper-wrapper { display: block; }
.lvsr-media .swiper:not(.swiper-initialized) .swiper-slide {
    width: 100% !important;
    height: 100%;
}

.lvsr-no-image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ded5c8;
    color: var(--lvsr-muted);
    font-size: 14px;
}

/* Arrows — bottom right */
.lvsr-arrow {
    position: absolute;
    bottom: 18px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.lvsr-arrow-prev { right: 60px; }
.lvsr-arrow-next { right: 12px; }

/* Content */
.lvsr-content {
    display: flex;
    flex-direction: column;
    padding: 90px 34px 45px 34px;
}

.lvsr-title {
    margin: 0 0 20px;
    font-size: 36px;
    line-height: 140%;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--e-global-color-5d87d9f);
}


/* Feature icons — single row */
.lvsr-features {
    background: #EAE1D2;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 4px;
    padding: 20px 0;
    margin-bottom: 20px;
    overflow-x: auto;
}
.lvsr-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
    flex: 1 1 0;
    min-width: 0;
}
.lvsr-feature img {
    width: 26px;
    height: 26px;
    object-fit: contain;
    flex-shrink: 0;
}
.lvsr-feature-label {
    font-size: 8px;
    line-height: 140%;
     font-weight: 500;
    color:  var(--e-global-color-5d87d9f);
}

.lvsr-desc {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
     color: var(--e-global-color-5d87d9f);
}

/* Footer */
.lvsr-footer {
    margin-top: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
.lvsr-price { display: flex; flex-direction: column; gap: 6px; }
.lvsr-price-label { font-size: 20px; font-weight: 400; color: var(--e-global-color-5d87d9f); }
.lvsr-price-value { font-size: 20px; font-weight: 400; color: var(--e-global-color-5d87d9f); }

.lvsr-bottom {
    font-family: var(--Montserrat);
    font-weight: 600;
    font-size: 16px;
    color: var(--BeigeBase);
    text-transform: uppercase;
    background-color: var(--AccentBrown);
    letter-spacing: 6%;
    line-height: 100%;
    padding-block-start: 18px;
    padding-block-end: 18px;
    padding-inline-start: 28px;
    padding-inline-end: 28px;
    border-radius: 50px;
    align-self: center;
}

.lvsr-bottom:hover {
    color: var(--BeigeBase);
    background-color: var(--Broun80hover);
    
}


/* Responsive */
@media (max-width: 900px) {
    .lvsr-card { grid-template-columns: 1fr; height: auto; }
    .lvsr-media { min-height: 280px; }
    .lvsr-content { padding: 28px 24px; }
    .lvsr-footer { flex-direction: column; align-items: stretch; }
}




/* LALA VILLAS — hero section search results */


.lvsr-hero-overlay {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    pointer-events: none;
    z-index: 3;
}
.lvsr-hero-overlay img {
    width: 600px;
    height: auto;
}
.lvsr-hero-overlay .lvsr-hero-subtitle {
    font-size: 22px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #fff;
}
.breadcrumb_container { display: none; }