/* .wrapper {
    padding: 40px 35px 35px;
}

.btn-principal.btn-add-to-cart {
    padding: 4px 30px;   
} */

/* To make sure the height of the image is always de same in the card object ...*/
/* .card a.card-link {
    color: var(--app-text-color-2);
    font-size: 16px;
}
.card:hover a.card-link {
    font-weight: 700;
    color: var(--app-text-color-1);
}
.card:hover .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(96, 195, 222, 0.5);
}

.step-header {
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 80px;
}

.calendar {
    border: 1px solid var(--app-line-color);
    border-radius: var(--app-border-radius);
    padding: 5px;
}
.calendar .dx-calendar {
    width: 100%;
}
.calendar .dx-calendar-navigator .dx-button {
    border: none !important;
}
.calendar .dx-button.dx-state-hover {
    background-color: transparent;
    border: none !important;
}

.s-box {
    padding: 22px 30px 18px !important;
    color: var(--app-text-color-2);
}
.s-box .fa-plus {
    font-size: 25px;
    cursor: pointer;
}
.s-box .header {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.s-box .header .header-title {
    font-weight: bold;
}
.s-box .content {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
} */

/* .wizard-success-form {
    padding-right: 0 !important;
} */


/*@media only screen and (min-width: 576px) { /* small */
/*}*/


/*@media only screen and (min-width: 992px) { /* large */
/*}*/

.body-location .nav-info {
    margin-bottom: 60px;
}

.body-location .abs-minus-60 {
    top: -115px;
}

@media only screen and (min-width: 992px) { /* large */
    .body-location .nav-info {
        margin-bottom: 85px;
    }

    .body-location .abs-minus-60 {
        top: -60px;
    }
}

.master-item .product-name {
    font-weight: 600;
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 8px;
}

.s-box .header {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.s-box .header .header-title {
    font-weight: bold;
}

/* .s-box .content {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}  */

.s-box .fa-plus {
    font-size: 25px;
    cursor: pointer;
}

.calendar .dx-calendar {
    width: 100%;
}

.products-list .form-check-item {
    padding: 0.375rem 0.75rem;
}

.products-list .form-check-input {
    position: relative;
    margin: 0;
    margin-left: 0.5rem;
}