/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/




.rent-form {
   /* background: #f4f4f5;
    border-radius: 10px;
    padding: 20px 30px;*/
    padding: 20px 0px;
}

.arenda-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.arenda-price {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.arenda-price span {
    display: inline-block;
    padding: 5px 0px;
    background-color: #ffffff;
    z-index: 2;
}

.arenda-price span:nth-child(1) {
    padding-right: 5px;
}

.arenda-price span:nth-child(2) {
    padding-left: 5px;
}

.arenda-price:after {
    z-index: 1;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: #c9c9c9 1px dotted;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.rent-dec {
    position: absolute;
    display: flex;
    bottom: 7px;
    left: 5px;
    width: 34px;
    height: 34px;
    font-weight: 500;
    font-size: 1.44rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rent-inc {
    position: absolute;
    display: flex;
    bottom: 7px;
    right: 5px;
    width: 34px;
    height: 34px;
    font-weight: 500;
    font-size: 1.44rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.arenda-qty input {
    text-align: center;
}

.btn-add-rent {
    font-size: 10px;
    font-weight: 500 !important;
    text-transform: none;
}