body {
    background: rgb(255, 153, 102);
    background: linear-gradient(120deg, rgba(255, 153, 102, 1) 0%, #ffcc66 50%);
    color: #660000;
    font-family: "Montserrat Regular";
    overflow-x: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    min-height: 100vh;
}

.register-form {
    background-color: #660000;
    padding: 30px;
    border-radius: 10px;
    padding-right: 50px;
    padding-left: 50px;
}

.step-number {
    display: flex;
    background-color: #660000;
    border-radius: 600px;
    color: #ffffff !important;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat SemiBold";
    font-size: 22px;
}

.menu-link {
    display: flex;
    height: 70px;
    border: 2px solid #660000;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #660000;
    font-family: "Montserrat SemiBold";
    text-transform: uppercase;
    transition: 0.3s;
    font-size: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.menu-link:hover,
.menu-link.active {
    background-color: #660000;
    color: #ffffff;
    transition: 0.3s;
}

.radio-card {
    display: none;
}

.radio-label {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #660000;
    color: #660000;
    font-family: 'Montserrat SemiBold';
    transition: 0.3s;
}

.radio-card:checked+label,
.radio-card:hover+label {
    background-color: #660000;
    color: #ffffff;
    transition: 0.3s;
}

.radio-card:checked+label .img-hover,
.radio-card:hover~label .img-hover {
    display: block;
}

.radio-card:checked+label .img-nohover,
.radio-card:hover~label .img-nohover {
    display: none;
}

.img-hover {
    display: none;
}
.img__wrapper img{
    width: 100%;
}

.equipment label {position: relative; overflow: hidden;}
.equipment span.description {
    position: relative;
}


.equipment span.sold-out {
    top: 2em;
    left: -100px;
    color: #fff;
    display: block;
    position:absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .06em;
    background-color: #A00;
    padding: 0.5em 5em 0.4em 5em;
    text-shadow: 0 0 0.75em #444;
    box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    font-size: 18px;
    -webkit-text-shadow: 0 0 0.75em #444;
    -webkit-box-shadow: 0 0 0.5em rgba(0,0,0,0.5);
    -webkit-transform: rotate(-45deg) scale(0.75,1);
    z-index:10;
    width: 300px;
}

.equipment span.sold-out:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: -0.3em -5em;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    /*border: 2px rgba(255,255,255,0.7) dashed;*/
}

.equipment label.sold-out .text-end {visibility: hidden;}

.step-name {
    font-family: "Montserrat SemiBold";
    font-size: 22px;
    margin-left: 30px;
}

.step-name p {
    margin-top: auto;
    margin-bottom: auto;
}

hr {
    border: 1px solid #660000;
}

.step-desc {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.ozo-btn {
    width: 236px !important;
    height: 55px;
    border: none;
    border-radius: 10px;
    font-family: "Montserrat Bold";
    background-color: #ff3300;
    background: linear-gradient(37deg, #ff6600 40%, #ff3300 80%);
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 5px;
    color: #FFFFFF;
}

.ozo-btn:hover {
    background: linear-gradient(37deg, #660000 40%, #660000 80%);
    color: #ffffff;
}

.login-form {
    background-color: #ffc2a3;
    padding: 50px 70px;
    border-radius: 10px;
}

.form-label {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Montserrat Medium";
}

.form-control,
.form-select {
    margin-bottom: 20px;
    height: 50px;
}
.contactform form textarea {
    min-height: 125px;
}
.section-heading {
    font-family: "Montserrat ExtraBold";
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

a {
    color: #660000;
    text-underline-offset: 4px;
    text-decoration: 0.5px underline;
}

a:hover {
    color: #ffffff;
}

@media (max-width: 767.98px) {
    .section-heading {
        font-size: 30px;
        line-height: 30px;
    }
}

@media (max-width: 767.98px) {
    .ozo-btn {
        width: 170px !important;
        height: 45px;
        border-radius: 10px;
        font-size: 16px;
        padding-top: 3px;
    }
}

@media (max-width: 767.98px) {
    .login-form {
        padding: 20px 20px;
    }
}

@media (max-width: 767.98px) {
    .menu-link {
        font-size: 16px;
        padding: 5px;
    }
}

@media (max-width: 767.98px) {
    .equipment span.sold-out {
        font-size: 12px;
        left: -70px;
        width: 200px;
        top: 10px;
    }
}

#login,
#password {
    background-repeat: no-repeat;
    padding-left: 50px;
}

.login-icon, .password-icon {
    position:relative;
    top:-38px;
    left: 10px;
    font-size: 26px;
}

table-responsive {
    overflow-x: scroll;
}

thead tr th {
    background-color: #660000 !important;
    color: #ffffff !important;
    border: 1px solid #ffff !important;
}

tbody tr td {
    background: none !important;
    color: #660000 !important;
    font-family: "Montserrat Medium";
    border: none;
    border-bottom: 1px solid #ffffff !important;
}

.sale-total {
    border-radius: 10px;
    background-color: #660000;
    color: #ffffff;
    padding: 20px 30px 20px 30px;
}

.text-bold {
    font-family: 'Montserrat SemiBold';
    font-size: 18px;
}

.sale-inline-div {
    width: 100%;
}

._cart-total ._cart {display: none;}
._cart-total ._cart.active {display: initial;}
._cart-total ._cart.equipment ._template {display: none !important;}

._cart-total._demo > ._cart:not(.service) {
    display: none;
}

.save-address {
    width: 100%;
    height: 50px;
    background-color: #660000;
    color: #ffffff;
    font-family: 'Montserrat Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.save-address:hover,
.save-address:active {
    background-color: #ff3300;
    color: #ffff;
}

.address-input::placeholder {
    text-align: center;
    color: #9f9f9f;
    font-family: 'Montserrat SemiBold';
}

.address-input {
    text-align: center;
}

.red-color {
    color: #d90000 !important;
}

.green-color {
    color: #238700 !important;
}

.red-color.text-bold {
    font-family: 'Montserrat SemiBold';
    margin-top: 20px;
}

.form-check input,
.form-check input:active {
    display: flex;
    width: 40px;
    height: 40px;
    border: 2px solid #660000;
    box-shadow: none !important;
    outline: none !important;
}

.form-check input:checked {
    background-color: #660000;
    border-color: #660000;
    box-shadow: none !important;
    outline: none !important;
}

.form-check-dark input:checked {
    background-color: #ffc2a3;
}

.form-check {
    display: flex;
}

.form-check-label {
    font-size: 16px;
    margin-left: 40px;
}

.quantity {
    width: 40px;
}

.personal-info {
    background-color: #ffc2a3;
    padding: 20px;
    border-radius: 10px;
}

.personal-password {
    background-color: #660000;
    color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.label-sm {
    font-size: 14px;
}

.ozo-btn.ozo-btn-light:hover {
    background: linear-gradient(37deg, #ffc2a3 40%, #ffc2a3 80%) !important;
    color: #660000 !important;
    transition: 0.3s;
}

.radio-label {
    word-wrap: break-word;
}

.ozo-btn.ozo-btn-100 {
    width: 100% !important;
}

.equipment span {
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .equipment span {
        font-size: 12px;
    }
}

.price-total {
    font-family: 'Montserrat SemiBold';
    font-size: 22px;
}

@media (max-width: 767.98px) {
    .price-total {
        font-size: 16px;
    }
}

.link-white a {
    color: #ffffff !important;
}

.link-white a:hover {
    color: #ffcc66 !important;
}

.session-info {
    list-style: none;
    padding-left: 0;
    font-size: 12px;
}

.accordion-button,
.accordion-item,
.accordion-button:not(.collapsed) {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #660000 !important;
    background-color: none !important;
}

.accordion-button::after {
    color: #660000 !important;
    margin-right: 10px;
}

.menu-mobile {
    display: none;
}

@media (max-width: 995px) {
    .menu-desktop {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
    .menu-mobile .dropdown a,
    .menu-mobile .dropdown a .show {
        background-color: #660000 !important;
        border: none;
        padding: 10px 20px;
    }
    .menu-mobile .dropdown a:hover {
        color: #FFFFFF;
    }
    .menu-mobile .dropdown-menu a {
        color: #FFFFFF;
    }
    .menu-mobile .dropdown-menu {
        text-align: end;
        background-color: #660000;
    }
    .menu-mobile .dropdown-divider {
        color: #FFFFFF;
        background-color: #8c8c8c;
    }
    .menu-mobile .dropdown-menu a {
        padding: 5px 20px;
    }

    ._cart_button_service
}

.abc {height: 4px; width: 1px;}