@media (min-width: 992px) {
    .offcanvas.offcanvas-end {
        width: 700px;
    }
}
#offcanvasShoppingCart .offcanvas-body,
#offcanvasShoppingCart .offcanvas-footer {
    background-color: #f5f6f8;
}
.select-quantity {
    background-color: #f5f6f8;
    float: right;
    max-width: 6.5rem;
}
#calendar-table {
    width: 100%;
    background: #fff;
    margin-bottom: 1rem;
}
#calendar-table td {
    text-align: center; 
    vertical-align: middle;
}
#calendar-table tbody td {
    padding-bottom: 0.5rem;
}
#calendar-table .calendar-month-name {
    font: bold 14px verdana;
    padding: 10px 5px;
}
#calendar-table .calendar-day-off {
    color: #ccc;
}

#calendar-table .calendar-day-on {
    text-decoration: none;
    color: #fff;
    background-color: #39cb75;
}

#calendar-table .calendar-day-special {
    text-decoration: none;
    color: #fff;
    background-color: #82cb39;
}

#destiny-period label{
    cursor: pointer;
    width: 100%;
    padding: 1rem;
}

#calendar-table .calendar-week-name {
    padding-bottom: 10px;
}

#shopping-cart-products .cartDel {
    float: right;
    margin-top: -1.2rem;
}

/* #destiny-period .destiny-periods-line {
    cursor: pointer;
    padding: 0.2rem 2.5rem;
    border-bottom: 2px solid #ccc;
}
#destiny-period .destiny-periods-line:last-child {
    border: 0;
}
#destiny-period .destiny-periods-line:hover {
    background: #cff4fc;
} */

/*
#destiny-period .destiny-periods-line label {
    display: block;
    padding: 0.5rem;
    padding-top: 0.8rem;
}
#destiny-period .destiny-periods-line input[type="radio"]{
    width: 1.2em;
    height: 1.2em;
    margin-top: 8%;
    border-color: green;
} */

.bgAlertPulse {
    background-color: #b02a37;
    color: #fff;
}
.bgAlertPulseToggle {
    background-color: #f1aeb5 !important;
    color: #b02a37;
}

            #x_calendar-table {
                margin: 0 auto;
                border: 1px solid #CCC;
                -webkit-border-radius: 0.25rem;
                -moz-border-radius: 0.25rem;
                        border-radius: 0.25rem;
                text-align: center;
            }
            #x_calendar-table thead td {
                background: red !important;
                display: none;
            }
            #x_calendar-table .calendar-month-name {
                font: bold 12px verdana;
                padding: 5px 5px;
            }
            #x_calendar-table .calendar-week-name {
                background: #ccc !important;
                padding: 3px 10px;
                font-size: small;
                text-align: center;
            }
            #x_calendar-table .calendar-day-off {
                color: #ccc;
            }

            #x_calendar-table .calendar-day-on,
            #x_calendar-table .calendar-day-special {
                text-decoration: none;
                /* margin: 0.15rem; */
                color: #fff;
            }

            #x_calendar-table .calendar-day-on {
                background-color: #39cb75;
            }
                #x_calendar-table .calendar-day-on:hover{
                    background-color: #86bfa0;
                    color: #fff;
                }

            #x_calendar-table .calendar-day-special {
                background-color: yellow !important;
            }
                #x_calendar-table .calendar-day-special:hover {
                    background-color: red !important;
                }

/* Form */
/* Acessory */
.center-pills {
    display: flex;
    justify-content: center;
}
.nav-custom .nav-link {
    border-radius: 0.95rem;
    border: 1px solid #000;
    margin-right: 0.5rem;
}
.nav-custom .nav-link {
    color: #000;
    padding: 0.15rem 1.5rem;
}
.nav-custom .nav-link:focus,
.nav-custom .nav-link:hover {
    color: #fff;
    background-color: #000;
}
.nav-custom .nav-link.active,
.nav-custom .show>.nav-link {
    color: #fff;
    background-color: #000;
}

.acessoryItemCarousel .image {
    height: 150px;
    width: 100%;
    position: relative;
    text-align: center;
}
.acessoryItemCarousel .image img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.acessoryItemCarousel .item-name {
    height: 40px;
    overflow-y: hidden;
    margin-bottom: 0;
}
.acessoryItemCarousel .item-name a{
    color: #000;
    font-size: small;
    text-decoration: none;
}
.acessoryItemCarousel .item-price {
    font-size: small;
}


/* Base*/
#bg-form {
    background: #f5f6f8;
    min-height: 500px;
}
h6 {
    font-size: 1rem!important;
}
.bgAlertPulseToggle {
    background-color: #fff;
    color: #000 !important;
}
.section-load {
    text-align: center;
    margin-left: 1rem;
}
/* Form */
.form-switch-custom .form-check-input {
    width: 3em;
    margin-left: -3.5em;
    height: 1.5em;
}
.form-floating_textarea > .form-control:focus ~ label,
.form-floating_textarea > .form-control:not(:placeholder-shown) ~ label,
.form-floating_textarea > .form-select ~ label {
    opacity: 1;
    background-color: #fff;
    height: auto;
    padding: 0px 0px 0px 10px;
    width: 89%;
    transform: scale(0.982) translateY(0.045rem) translateX(0.1rem);
    border-radius: 5px 0 0 0;
}
.form-floating>label {
    border: 0 transparent;
}
.accordion-button:not(.collapsed){
    background-color: #fff;
    color: #000;
}
.disabledInput {
    background-color: #e9ecef;
    opacity: 1;
    cursor: not-allowed;
}

/* Sections */
.sectionWait {
    background:#e9ecef !important;
}

/* Radio */
.radioOptionBG label {
    cursor: pointer;
    width: 100%;
    padding: 1rem;
}
.radioOptionBG div:hover {
    background-color: #efefef !important;
}
/* ...*/