/*--------------------------------------------------------------
Rentopian Sync Styles
Author: Rentopian
Website: https://rentopian.com
Copyright 2019, Rentopian Inc. All Rights Reserved.
----------------------------------------------------------------*/


/*-- =========== TABLE OF CONTENTS: =============
1. General
2. Form Elements
3. Modal
4. Date / Time Picker
5. Helper Utilities
6. Tables
7. Mobile Overrides
================================================= */


/*---------- 1. General ----------*/

#page-header, .page-header, #page-title-bar, .page-title-bar, .page-title, header.site-header{
   /* z-index: 100 !important;*/
    position: relative !important;
}
/* .page-title {
    z-index: 101 ;
} */

header.site-header{
    z-index: 100 ;
}

.rental-radio-label {
    display: inline-block !important;
    margin-right: 5px !important;
}

.rental-product-image {
    display: inline-block;
    width: 100px;
}

.rental-product-title {
    margin-top: 15px;
}

.rental-product-variants {
    margin: 0;
    padding:0;
    width: 100%;
}
.rental-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    opacity: .8;
    z-index: 99;
}
.rental-form-text-on-top {
    max-width: max-content;
    display: flex;
    margin: 30px auto;
    position: relative;
    z-index: 100;
    font-weight: bold;
    font-family: inherit;
}

/*---------- 2. Form Elements ----------*/

.rntp-form-wrapper{
    box-shadow: rgba(56, 86, 122, 0.1) 0 6px 16px 1px;
    border-radius: 4px;
    width: 100%;
    max-width: max-content;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 30px auto;
}

.rntp-rental-form{
    font-size: 16px;
    margin-bottom:30px;
    /* min-width: 47rem; */
}

.rntp-rental-form label{
    display: block;
    font-weight: 600;
    font-size: .9em;
    text-transform: uppercase;
    margin:15px 0 10px 0;
    line-height: 1;
}

.rntp-rental-form .rntp-form-wrapper input[type="text"],
.rntp-rental-form .rntp-form-wrapper input[type="date"],
.rntp-rental-form .rntp-form-wrapper select.rntp-date,
.rntp-rental-form .rntp-form-wrapper input[type="time"]{
    border: 0;
    box-shadow: none;
    outline: none;
    width: 100%;
    margin:0 0 15px 0;
    padding:0;
    border-bottom: dashed 2px rgba(0,0,0,.2);
    border-radius:0;
    font-size:16px;
}

.rntp-rental-form input[type="text"]:focus,
.rntp-rental-form input[type="text"]:active,
.rntp-rental-form .rntp-form-wrapper input[type="date"]:focus,
.rntp-rental-form .rntp-form-wrapper input[type="date"]:active,
.rntp-rental-form .rntp-form-wrapper input[type="time"]:focus,
.rntp-rental-form .rntp-form-wrapper input[type="time"]:active{
    border:none;
    outline:0;
}

.rntp-start-date-block, .rntp-end-date-block, .rntp-zipcode-block, .rntp-address-block{
    padding: 0 20px;
}

.rntp-start-time-block, .rntp-end-time-block{
    border-right: 1px solid rgba(0, 0, 0, 0.05);

    padding-right: 20px;
}

.rntp-zipcode-block{
    max-width:15%;
    border-right:none;
}

.rntp-address {
    /*width: 20rem !important;*/
}

.rntp-submit-block{
    display: flex;
}

#rntp-form-holder {
    /* min-width: 47rem; */
    min-height: 5rem;
    background: #ececec;
    z-index: 100;
    position: relative;
}
.product-loop .product-thumb a {
    z-index: 99 !important;
}
/*#rntp-form-holder:empty{display:none !important;}*/
#rntp-form-holder .rntp-form-wrapper .rntp-submit-block .rntp-submit-button{
    background-color: rgb(235, 77, 75) !important;
    height: 100%;
    color: #fff;
    padding: 0 15px;
    border:none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-top:0 !important;
}

.rntp-submit-button:focus, .rntp-submit-button:active{
    outline:none;
}

#rntp-form-holder .rntp-form-filled .rntp-form-wrapper .rntp-submit-block .rntp-submit-button{
    background-color:#00c363 !important;
}

#damage_waiver_exempt, #rental_delivery_pick_up{
    margin-left: 20px;
}

/*-- Radio -- */
.rntp-radio
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f1f1f1;
    color: #666;
    top: 10px;
    height: 30px;
    width: 30px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-right: 7px;
    outline: none;
    font-family: initial;
    float:none !important;
}
.rntp-radio:checked::before
{
    position: absolute;
    font: 14px/1 Arial, Helvetica, sans-serif;
    left: 11px;
    top: 7px;
    content: '\02143';
    transform: rotate(40deg);
    color:#fff;
}
.rntp-radio:hover
{
    background-color: #f7f7f7;
}
.rntp-radio:checked
{
    background-color: #00c363;
}
.rntp-label
{
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    display: inline;
    padding: 0 0 0 8px !important;
}



/*---------- 3. Modal ----------*/

.rental-modal {
    display: none;
    position: fixed;
    z-index: 100001;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.rental-modal-title{
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
}

.rental-modal-content > div{
    padding:15px;
}

.rental-modal-header{
    background: #222;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.rental-modal-content {
    background-color: #fff;
    margin: auto;
    border: none;
    max-width: 100%;
    width: 500px;
    border-radius: 4px;
}

.rental-addons-list{
    width: 100%;
}

.rental-product-title a{
    font-size: 18px;
    border-bottom: dashed 1px #e3e8f1;
    display: block;
    padding-bottom: 4px;
}

.rental-modal-footer {
    background:#f4f6f7;
    border-top:solid 1px #e3e8f1;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

button.rental-modal-cancel, button.rental-modal-submit {
    float:none !important;
    margin:0 15px 0 0;
    border-radius:4px;
    background: #00c363;
    color:#fff;
    border:solid 2px #00c363;
    font-size:12px;
    padding: 4px 16px;
    font-weight: bold;
    outline:none;
    cursor: pointer;
    width:initial;
    height: initial;
    line-height: inherit;
}

button.rental-modal-cancel {
    background: #fff;
    border-color:#f04e51;
    color:#f04e51;
}

button.rental-modal-cancel:hover{
    background: #f04e51;
    color:#fff;
}
button.rental-modal-cancel:hover, button.rental-modal-submit:hover{box-shadow:none}

.rental-variant-title{
    font-size:14px;
    cursor:pointer;
}

.rental-variant-select{
    position:relative;
    height: 40px;
    margin-left: auto;
}

.rental-product-variants input[type="radio"]{
    position: absolute;
    visibility: hidden;
}

.rental-product-variants label{
    display: block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 0 25px 0 30px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.rental-product-variants li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-bottom: solid 1px #e3e8f1;
    padding:10px 10px 0 10px;
}

.rental-product-variants li:hover{
    background-color: #f4f6f7;
}

.rental-product-variants .check{
    display: block;
    position: absolute;
    height: 25px;
    width: 25px;
    top: 0;
    right: 0;
    z-index: 5;
}

.rental-product-variants li .check::before {
    /*background: #f4f6f7;*/
    border: none;
    border-radius:50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    content: " ";
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.rental-product-variants li .check::after{
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    position: absolute;
    left: 9px;
    top: 4px;
    z-index: 2;
}

.rental-product-variants input[type=radio]:checked ~ .check::after{
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.rental-product-variants input[type=radio]:checked ~ .check::before{
    background: #00c363;
}

.rental-product-variants input[type=radio]:checked ~ label{
    color: #000;
}


    /*---------- Hourly products modal ----------*/
    .rental-w-100 {
        width: 100%;
    }

    #rental_hourly_modal_holder .rental-col-top {
        border-bottom: 1px solid #ccc;
        padding-bottom: 2rem;
    }

    /* #rental_hourly_modal_holder .rental-col-bottom {
        padding-top: 2rem;
    } */

    #rental_hourly_modal_holder .rental-col-top, #rental_hourly_modal_holder .rental-col-bottom {
        padding-right: 2rem;
        padding-left: 2rem;
    }
    
    #rental-hourly-calender-wrapper .calentim-input {
        width: 100%!important;
    }

    #rental_hourly_modal_holder h4 {
        font-weight: 400;
        margin-top: .5rem;
    }
    
    #rental_intervals_wrapper h4, #rental_intervals_wrapper #rental_intervals {
        margin-bottom: .5rem;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    #rental_intervals_wrapper #rental_intervals .rental_interval_price, 
    #rental_intervals_wrapper #rental_intervals .rental_slot_price {
        width: 9rem;
        text-align: center;
        display: inline-block;
        border: 1px solid #333;
        padding: .2rem;
        border-radius: .2rem;
        cursor: pointer;
        transition: all .3s;
        color: #333;
        background-color: transparent;
        margin-left: .3rem;
        margin-top: .3rem;
    }

    #rental_intervals_wrapper #rental_intervals .rental_interval_price:hover,
    #rental_intervals_wrapper #rental_intervals .rental_slot_price:hover {
        color: #fff;
        background-color:#00c363;
        border-color:#00c363;
    }

    .rental_clicked {
        color: #fff !important;
        background-color:#00c363 !important;
        border-color:#00c363 !important;
    }

    .rental-w-600 {
        width: 600px;
    }


/*---------- 4. Date / Time Picker ----------*/

.rntp-rental-form .picker--opened .picker__holder{
    outline:none;
}

.rntp-rental-form .picker__table td{
    border:none;
}

.rntp-rental-form .picker__weekday{
    border:none;
    padding: 0 0 0.25em 0;
}

.rntp-rental-form .picker__footer button{
    color:#000;
}

.rntp-rental-form .picker__holder{
    border-radius:4px;
    border:none;
}


/*---------- 5. Helper Utilities ----------*/

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.text-center {
    text-align: center;
}

.rntp-out-of-stock{
    background: red;
    border-radius: 4px;
    padding: 4px 10px !important;
    font-weight: 700;
    color:#fff !important;
    display:inline-block;
    margin:10px 0;
}

.notification {
    position: relative;
    margin-bottom:30px;
}

.notification__title {
    font-size: 1.375rem;
    margin-bottom: 15px;
    margin-top:0;
}

.rntp-notification__close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-weight: bold;
    font-size: 25px;
}

.notification__content p{
    margin-bottom:0;
}

.rntp-notification {
    position: relative;
    background: #ffffff;
    border-top: 3px solid #afafaf;
    padding: 15px 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    border-radius:4px;
    margin-bottom: 30px;
    z-index: 100;
}

.rntp-notification__close {
    color: #afafaf;
}

.rntp-notification__close:hover, .rntp-notification__close:focus {
    text-decoration: none;
    color: inherit;
}

.rntp-notification__status {
    color: #ffffff;
    border-radius: 0 20px 20px 0;
    padding: 5px 12px 10px 12px;
    margin-left: 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    vertical-align: middle;
}

.rntp-notification__icon {
    font-size: 20px;
    margin-right: 10px;
    float: left;
    font-weight: bold;
}

.rntp-notification__content {
    display: inline-block;
    padding-left: 20px;
    vertical-align: middle;
}

.rntp-notification__text{
    font-size:14px;
    margin:0;
}

.rntp-notification__title{
    font-size:18px;
    margin: .3em 0;
}

.rntp-notification--success.rntp-notification {
    border-top-color: #40c952;
}

.rntp-notification--error.rntp-notification {
    border-top-color: #ff4b4b;
}

.rntp-bg--gradient-red{
    background:linear-gradient(90deg,#e91d62 0,#ff4b4b);
}


/*---------- 6. Tables ----------*/

table.rntp-table {
    border-spacing: 1px;
    border-collapse: collapse;
    background: white;
    overflow: hidden;
    width: 500px;
    max-width: 100%;
    margin: 0 auto 20px auto;
    position: relative;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    vertical-align: middle;
}

table.rntp-table * {
    position: relative;
    vertical-align: middle;
}

table.rntp-table td, table.rntp-table th {
    padding-left: 10px;
    padding-right: 10px;
}

table.rntp-table thead tr {
    background: #4f5467;
}

table.rntp-table tbody tr:last-child {
    border: 0;
}

table.rntp-table th {
    text-align: left;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

table.rntp-table tbody tr {
    font-size: 15px;
    line-height: 46px;
    font-weight: unset;
    border-bottom:solid 1px #edf1f5;

}

table.rntp-table tbody tr:hover {
    color: #555555;
    background-color: #f5f5f5 !important;
    cursor: pointer;
}

table#rental_set_items_table td{
    padding-top: 10px;
    padding-bottom: 10px;
}

table td.td-item-type {
    min-width: 5rem;
    font-size: .85rem;
}
table td.td-item-name {
    min-width: 12rem;
    font-size: 1.1rem;
}
table td.td-item-img {
    min-width: 10rem;
}
.is-add-on {
    background-color:#ececec5c !important;
}

.wc-checkout-review-order-table .product-type {
    font-size: .8rem !important;
}

.rental-cart-message{
    background: #fafafa;
    margin:20px 0;
    padding: 20px;
    color:#4f5467;
}

#rental-amount-to-pay{
    width: 100px;
    display: inline-block;
    border: solid 1px;
    border-radius: 4px;
    padding: 8px 16px;
    margin: 10px 0;
    font-weight: bold;
}
tr.fee td{font-weight: bold}
tr.fee small{display: block}

.calentim-container-mobile .calentim-input .calentim-calendars .calentim-calendar {
    min-height: auto;
}

/* .fa-arrow-left, .fa-arrow-right{position:relative}
.fa-arrow-left::before, .fa-arrow-right::before {
    border-color: #000;
    border-style: solid;
    border-width: 0 0 2px 2px;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 10px;
    margin-top: -5px;
    top: 50%;
    transform: rotate( 45deg );
}
.fa-arrow-left::after, .fa-arrow-right::after {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 16px;
}

.fa-arrow-right::before {
    left:auto;
    right: 0;
    transform: rotate(225deg);
}
.fa-arrow-right::after {
    left:auto;
    right: 0;
} */

/*.woocommerce-cart table.cart td.product-name {*/
/*    width: 20% !important;*/
/*}*/
/*.woocommerce-cart table.cart td.product-options {*/
/*    width: 20% !important;*/
/*}*/
.rental-product-options p {
    padding-bottom:0;
    margin-bottom:0
}
.rental-product-options select {
    margin-bottom:.3rem;
    width: 100%;
    padding: 6px 8px;
}

#rental_min_container .calentim-popup {
    height: 29rem !important;
}   
#rental_min_container .calentim-popup .calentim-input {
    height: 100% !important;
}
.pac-container{
    z-index: 99999999 !important;
}

input[type=radio].rntp-radio::before,
input[type=radio].rntp-radio::after{
    width:initial;
    height:initial;
    background: initial;
}

input[type=radio].rntp-radio::after{
    transform:none;
}

.product-rental-type{
    background: #f0f0f0;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
}

.rental-dates-summary{
    list-style: none;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    height: 80px;
    margin:0;
    padding:0;
    border-bottom: dotted 2px #ccc;
}
.rental-dates-summary-column-shape {
    flex-direction: initial;
    flex-wrap: unset !important;
    height: unset !important;
    margin: 0 0 5px 0;
    padding: 0 0 3px 0;
}
.woocommerce-checkout .rental-dates-summary{
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background: #fff;
    margin: 15px 0;
}


.rental-dates-summary li:last-child{text-align: right; margin-top:0 !important;}
.rental-dates-summary-column-shape li, .rental-dates-summary-column-shape li input{
    width: 100% !important;
} 
.rental-dates-summary-column-shape li {
    margin-bottom: 0 !important;
}
.rental-dates-summary-column-shape li input{
    margin: 0 auto 5px auto !important;
}
.rental-dates-summary-column-shape li+li {
    margin: 0 !important;
}

@media (max-width: 991px) {
    .rental-dates-summary input {
        width: calc(100% - 20px);
    }
}

.rental-select-dates{margin-top:20px}

/*---------- 7. Mobile Overrides ----------*/

@media (max-width: 576px) {
    .rental-modal-content{
        margin: 0 15px;
        width: 300px;
    }
    .rental-modal-title{
        font-size:14px;
    }
}

@media (max-width: 768px) {

    .rntp-form-wrapper{
        flex-direction: column;
        max-width: initial;
        margin: 10px auto;
    }

    .rntp-zipcode-block{
        max-width: initial;
    }

    .rntp-submit-button{
        width: 100%;
        padding: 10px;
        max-width: 100%;
        display: inline-block;
        border-radius: 0 0 4px 4px;
        margin-top: 10px;
    }

    .rntp-start-time-block, .rntp-end-time-block{
        padding:0 20px;
    }
}

@media (max-width: 992px) {

}

@media (max-width: 1200px) {

}


/***** Image-like radio buttons *******/

.radio-toolbar {
    margin: 15px 0;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    padding: 10px 20px !important;
    border: 2px solid #ddd;
    border-radius: 4px;
    position:relative;
    margin-right: 10px !important;
    cursor:pointer;
    font-weight: 700;
}
.radio-toolbar label:last-child{margin-right:0 !important;}

.radio-toolbar label:hover {
    border-color: #4c4;
}

.radio-toolbar input[type="radio"]:focus + label {}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #fff;
    border-color: #4c4;
}

.radio-toolbar input[type="radio"]:checked + label::after {
    width: 18px;
    height: 18px;
    position: absolute;
    right: -8px;
    top: -8px;
    padding: 1px;
    background: #4c4;
    border-radius: 50%;
    line-height: 18px;
    text-align: center;
    content: "\2714";
    color: #fff;
    font-size: 10px;
}

.mr-1{margin-right: 1em;}
#rental-amount-to-pay + small{
    display: block;
    font-weight: bold;
    color: #3379b7;
    background: #e5f6ff;
    padding: 0 8px;
    border-radius: 4px;
}


.floating-label {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
}
.floating-label label {
    position: absolute;
    top: 1px;
    left: 20px;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 0 6px;
    font-weight: bold;
    background: #fff;
}
li.floating-label label{left:10px; top:6px; margin-bottom: 0;}
.floating-label select,
.floating-label input {
    width: calc(100% - 6px);
    margin: 5px auto 10px auto;
    display: flex;
    border: solid 1px;
    background: #fff;
    font-size: 16px !important;
}
.floating-label .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 56px;
    width: 44px;
    display: flex;
}
.floating-label .icon svg {
    height: 30px;
    width: 30px;
    margin: auto;
    opacity: 0.15;
    transition: all 0.3s ease;
}
.floating-label .icon svg path {
    transition: all 0.3s ease;
}

.floating-label input:not(:-ms-input-placeholder) {

}
.floating-label input:not(:placeholder-shown) {

}

.floating-label input:not(:-ms-input-placeholder) + label {
    transform: translateY(-10px);
    opacity: 0.7;
}
.floating-label select + label,
.floating-label input:not(:placeholder-shown) + label {
    transform: translateY(-10px);
    opacity: 1;
    font-size: 12px;
    color: #333;
}

.floating-label input:valid:not(:-ms-input-placeholder) + label + .icon svg {
    opacity: 1;
}
.floating-label input:valid:not(:placeholder-shown) + label + .icon svg {
    opacity: 1;
}

.floating-label input:valid:not(:-ms-input-placeholder) + label + .icon svg path {
    fill: #b69de6;
}
.floating-label input:valid:not(:placeholder-shown) + label + .icon svg path {
    fill: #b69de6;
}

.rental-select-dates{margin-top:20px}
.rental-dates-summary li strong {
    color: #000;
    font-weight: 500;
    display:block;
}
.rental-dates-summary .floating-label,
.rental-dates-summary  .floating-label select, .rental-dates-summary  .floating-label input{width:initial}
.fly-cart-header{padding-bottom:15px;}
.calentim-container, .calentim-container-mobile{z-index: 9999999 !important;}
.calentim-cancel, .calentim-apply{height: auto;
    line-height: initial;}
.calentim-popup{z-index: 9999999 !important;}

#rental_referral_source_id {
    width: 100% !important;
    color: #444 !important;
    line-height: 28px !important;
    background-color: #f0f0f0 !important;
    height: 2.5rem !important;
    border: none !important;
    border-bottom: 2px solid #bcbcbc !important;
}
#rental_referral_source_id_field {
    margin-top: 0 !important;
}


/* Modal */
/* The Modal-Rental (background) */
.modal-rental {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-rental h4 {
    margin-bottom: 0;
}
  
/* Modal-Rental Content */
.modal-rental-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    margin-top: 1rem;
    width: 40rem;
}

/* The Close Button */
.modal-rental-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modal-rental-close:hover,
.modal-rental-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.modal-rental h6 {
    margin-bottom: 0;
}

.variants-list ul {
    list-style: none;
    /* overflow-y: scroll; */
}

.variant-item-wrapper {
    display: flex;
    border-bottom: dotted 1px #ccc;
}

.variant-item-img-wrapper {
    width: 14rem;
    margin-right: 1rem;
}

.variant-item-content-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.variant-item-label {
    margin-right: 1rem;
}

.rental-btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    transition: all 200ms ease-in;
    box-shadow: 2px 2px 14px 4px rgba(193, 205, 227, 0.5);
    border: none;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
}

.rental-btn.btn-success {
    border-color: #00b45b;
    background: #00c363;
    color: #fff;
}

.rental-btn.btn-danger {
    border-color: #ef4043;
    background: #f04e51;
    color: #fff;
}

.action-btn-wrapper {
    display: flex;
    justify-content: center;
}

.action-btn-wrapper button {
    margin-right: .5rem;
}

.selected-variant-icon {
    color: #59e159 !important;
}

#modalMessageContainer {
    position: fixed;
    top: 3rem;
    right: 3rem;
    z-index: 99999;
    width: 300px;
}

.modal-message {
    display: none;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-message.success {
    background-color: #28a745;
}

.modal-message.error {
    background-color: #dc3545;
}

.processing-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.processing-modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.rental-hidden {
    display: none;
}


/*---------- Sales Products template styles ----------*/
.rental-sale-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.rental-filters {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}
.rental-filters input,
.rental-filters select,
.rental-filters button {
    padding: 8px;
    font-size: 16px;
}
.rntp-sale-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 5rem !important;
}
.rntp-sale-products li {
    list-style: none !important;
}

.product-caption .product-options {
    font-size: .8rem;
}


/* The overlay covering the entire viewport */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #777;
    top: 0;
    left: 0;
    opacity: 0.8;
    z-index: 998;
    display: none; /* Hidden by default */
}

/* When the minicart opens, add an "active" class to display the overlay */
.overlay.active {
    display: block;
}

.wc-pickup-address {
    border-radius: 5px;
    background: #f8f8f8;
    padding: 14px 20px 20px;
    margin: 1rem 0;
    width: 20rem;
}

.error-input {
    border: 1px solid #ef4043;
}
/* .checkout-content-wrap {
	margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
	max-width: 1720px;
} */

.view-all-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #0071a1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}
.view-all-button:hover {
    background-color: #005b84;
}