.arp-rentable-product-options {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 70px;
    font-size: 14px;
    text-align: center;
    background: #fff;
}

.arp-rentable-product-options ul,
.arp-rentable-product-options li {
    margin: 0;
    padding: 0;
}

.arp-rentable-product-options .arp-rentable-product-options-tab-headers {
    display: flex;
    justify-content: space-between;
    margin: 0 0 32px;
}

.arp-rentable-product-options .arp-rentable-product-options-tab-headers.single-choice {
    justify-content: center;
}

.arp-rentable-product-options-tab-headers li {
    display: block;
    font-size: 15px;
}

.arp-rentable-product-options-tab-headers a {
    padding: 0 0 8px;
    color: #333;
    text-transform: uppercase;
    border-bottom: 3px solid transparent;
}

.arp-rentable-product-options-tab-headers .active a {
    font-weight: 900;
    border-color: #333;
}

.arp-rentable-product-options-tab-headers a:hover {
    text-decoration: none;
    border-color: #333;
}

.arp-rental-configurator {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.arp-rentable-product-options .rentable-price-wrapper {
    display: flex;
    justify-content: space-between;
    width: 85%;
    height: 40px;
    line-height: 37px;
    margin: 0 auto;
    border-bottom: 1px solid #999;
}

.arp-rentable-product-options .rentable-price-wrapper > *:last-child {
    color: #999;
}

.arp-rentable-product-options .price-wrapper .price {
    font-size: 20px;
    font-weight: bold;
}

.arp-sale-selector .rentable-price-wrapper {
    max-width: 210px;
    margin-left: 0;
    margin-right: 0;
}

.size-selector {
    width: 85%;
    margin: 0 auto;
    padding: 16px 0;
}

.size-selector-title {
    margin: 0 0 12px;
    text-align: left;
}

.size-selector .size-selector-guide-link {
    display: inline-block;
    margin-left: 12px;
    font-size: 12px;
    color: #999;
    text-decoration: underline;
}

.size-selector .size-selector-guide-link:hover {
    color: #000;
}

.size-selector ul {
    display: flex;
    flex-wrap: wrap;
}

.size-selector li {
    display: block;
    position: relative;
    height: 34px;
    line-height: 36px;
    margin: 0 4px 4px 0;
    cursor: pointer;
}

.size-selector li label {
    padding: 0 9px;
    font-size: 15px;
    cursor: pointer;
}

.size-selector li input {
    position: absolute;
    opacity: 0 !important;
}

.size-selector li input:checked ~ .radio-mark {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #000;
}

.arp-sale-selector .size-selector {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

.condition-selector ul {
    display: flex;
    flex-wrap: wrap;
}

.condition-selector li {
    display: block;
    position: relative;
    height: 38px;
    line-height: 40px;
    margin: 0 6px 12px 0;
    cursor: pointer;
}

.condition-selector li label {
    width: 110px;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    border: 1px solid #01bcc8;
    overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
}

.condition-selector li input {
    position: absolute;
    opacity: 0 !important;
}

.condition-selector li input:disabled ~ label {
    color: #999;
    text-decoration: line-through;
}

.condition-selector li input:checked ~ label {
    color: #fff;
    background: #01bcc8;
}

.arp-rentable-product-options .buttons-set {
    margin-top: 48px;
}

.arp-rental-configurator .schedule-configurator-link {
    position: relative;
    display: block;
    margin: 16px 0;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border: 1px solid #e7c2b3;
    text-align: left;
}

.arp-rental-configurator .schedule-configurator-link::after {
    content: "";
    display: block;
    width: 20px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 13px;
    background: url(../images/ico_calendar.png) no-repeat 0 0;
}

.schedule-configurator-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
    z-index: 1001;
}

.schedule-configurator-overlay.visible {
    display: block;
    cursor: pointer;
}

.schedule-configurator {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 500px;
    max-height: 100%;
    background: #fff;
    z-index: 1002;
    transform: translate(-50%, -50%);
    overflow-x: hidden;
    overflow-y: auto;
}

.schedule-configurator.visible {
    display: block;
}

.schedule-configurator-header {
    background: #f2dfd1;
    padding: 0 10px 10px;
}

.schedule-configurator-header strong {
    display: block;
    height: 40px;
    line-height: 42px;
    font-size: 15px;
    text-transform: uppercase;
}

.schedule-configurator-header p {
    margin: 0;
}

.schedule-configurator-content {
    padding: 0 100px;
}

.schedule-configurator-duration-selector {
    height: 60px;
    margin: 16px auto 0;
    padding: 0 0 16px;
    border-bottom: 1px solid #999;
}

.schedule-configurator-duration-selector > label {
    display: flex;
    float: left;
    width: 110px;
    height: 46px;
    line-height: 18px;
    margin: 0 12px 0 0;
    text-align: left;
}

.schedule-configurator-duration-selector > label span {
    align-self: flex-end;
}

.schedule-configurator-duration-selector ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.schedule-configurator-duration-selector li {
    display: block;
}

.schedule-configurator-duration-selector li label {
    display: block;
    position: relative;
    width: 24px;
    margin: 0;
    padding: 0 0 22px;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.schedule-configurator-duration-selector li input {
    position: absolute;
    opacity: 0 !important;
}

.schedule-configurator-duration-selector .radio-mark {
    position: absolute;
    left: 2px;
    bottom: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #f2dfd1;
    background-color: #fff;
}

.schedule-configurator-duration-selector input:hover ~ .radio-mark {
    background-color: #eee;
}

.schedule-configurator-duration-selector input:checked ~ .radio-mark {
    background-color: #333;
}

.schedule-configurator-duration-selector input:disabled ~ .radio-mark {
    background-color: #aaa;
}

.schedule-configurator-price-wrapper {
    height: 50px;
    line-height: 51px;
}

.schedule-configurator-price-wrapper > *:first-child {
    float: left;
}

.schedule-configurator-date-picker-wrapper {
    position: relative;
}

.schedule-configurator-legend {
    display: block;
    position: absolute;
    right: -95px;
    top: 50%;
    width: 100px;
    margin: 0;
    padding: 0;
    transform: translate(0, -50%);
}

.schedule-configurator-legend li {
    display: block;
    width: 60px;
    margin: 10px auto;
    font-size: 11px;
    color: #999;
}

.schedule-configurator-legend li span {
    display: block;
    position: relative;
    width: 26px;
    height: 26px;
    margin: 0 auto 4px;
    overflow: hidden;
}

.schedule-configurator-legend li span::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}

.schedule-configurator-legend .reception-day span,
.schedule-configurator-legend .return-day span {
    background: #ffe065;
}

.schedule-configurator-legend .unavailable-day span {
    background: #e6e6e6;
}

.schedule-configurator-legend .reception-day span::before {
    left: -5px;
    top: -5px;
    background: #333;
}

.schedule-configurator-legend .return-day span::before {
    right: -5px;
    bottom: -5px;
    background: #333;
}

.schedule-configurator-buttons-set {
    margin: 18px 0;
}

@media (max-width: 480px) {
    .schedule-configurator-content {
        padding: 0 90px 0 30px;
    }

    .arp-rentable-product-options {
        padding: 30px 20px;
    }
}
