small.remaining {
    color: #c30000;
    text-transform: capitalize;
    margin-left: 20px;
    font-size: 15px;
    cursor: default;
}

.breadcrumb {
    border-bottom: 1px solid #ddd;
}

#steps-progress {
    text-align: center !important;
}

    #steps-progress .steps-progress-item {
        width: 100%;
    }

#visitBuy {
    width: 100%;
    margin: auto;
    padding: 0px 3%;
    padding-bottom: 55px;
}

#finish-data .recomendation {
    margin-top: 30px;
}

#visit-data .button-holder {
    margin-top: 20px;
}

#visit-data .step-section-row .radio-options div,
#tickets-data .step-section-row .tickets-number-options div {
    display: inline-block;
}

#visit-data .step-section-row .radio-options .price-option,
#tickets-data .step-section-row .tickets-number-options .price {
    float: right;
    margin-top: 4px;
}

#tickets-data .step-section-row .tickets-number-options .price {
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    #tickets-data .step-section-row .tickets-number-options .price.active p:first-child {
        color: black;
    }

    #tickets-data .step-section-row .tickets-number-options .price.active .remove-tickets {
        stroke: black;
    }

        /* Bug 1364 */
        #tickets-data .step-section-row .tickets-number-options .price.active .remove-tickets:hover {
            stroke: #c30000;
        }

    #tickets-data .step-section-row .tickets-number-options .price:not(.active) {
        pointer-events: none;
    }

/* bug 1364 */
#member .step-section-row .tickets-number-options .member-data .member-unit .member-price .remove-tickets:hover {
    stroke: #c30000;
}

#visit-data .step-section-row .radio-options .option-button {
    margin-top: 5px;
}

#visit-data .step-section-row .radio-options,
#tickets-data .step-section-row .tickets-number-options {
    padding: 10px 10px;
}

#tickets-data #non-mber .step-section-row .tickets-number-options {
    border-bottom: solid 1px #ebebeb;
}

#visit-data .step-section-row .radio-options .price-option p {
    font-size: 20px;
    text-transform: uppercase;
    text-align: right;
}

    #visit-data .step-section-row .radio-options .price-option p small {
        font-size: 14px;
        /* issue 801 */
        margin: 0px 3px;
    }

    #visit-data .step-section-row .radio-options .price-option p:last-child {
        color: #c30000;
        font-weight: bold;
    }

        #visit-data .step-section-row .radio-options .price-option p:last-child small {
            font-weight: 500;
            /* issue 801 */
            margin: 0px 3px;
        }

.button.dark {
    border-color: #242424;
    background-color: #242424;
    color: white;
}

.steps-progress-page .button {
    width: 100%;
    text-align: center;
    margin: 6px 0px;
}

#finish-data .button {
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #finish-data .button span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
    }

@media only screen and (max-width: 767px) {
    #finish-data .button.visible-xs {
        display: flex !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #finish-data .button.visible-sm {
        display: flex !important;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    #finish-data .button.visible-md {
        display: flex !important;
    }
}

@media (min-width: 1200px) {
    #finish-data .button.visible-lg {
        display: flex !important;
    }
}

.button.dark.unselectable {
    background: #bebebe;
    border-color: #bebebe;
    cursor: default;
}

    .button.dark.unselectable:hover {
        background: #bebebe !important;
        border-color: #bebebe !important;
    }

    .button.dark.unselectable:before {
        background-color: #bebebe !important;
    }

.step-section-row input[type="radio"] {
    display: none;
}

.step-section-row label {
    white-space: nowrap;
}

.step-section-row input[type="radio"] + label {
    color: rgb(36,36,36);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

    /* .step-section-row input[type="radio"]:not(:checked) + label {
    color: rgb(136,136,136);
} --- bug 1108 */

    .step-section-row input[type="radio"] + label span,
    .step-section-row input[type="radio"]:checked + label span {
        -webkit-transition: background-color 0.2s linear;
        -o-transition: background-color 0.2s linear;
        -moz-transition: background-color 0.2s linear;
        transition: background-color 0.2s linear;
    }

    .step-section-row input[type="radio"] + label span {
        display: inline-block;
        margin: -1px 4px 0 0;
        vertical-align: middle;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .step-section-row input[type="radio"] + label span.outer {
            width: 22px;
            height: 22px;
            margin: 0px 10px 0px 0px;
            cursor: pointer;
            border: solid 1px rgb(137,137,137);
            background-color: white;
            vertical-align: text-bottom;
        }

        .step-section-row input[type="radio"] + label span.inner {
            width: 10px;
            height: 10px;
            margin: 5px 0px 0px 5px;
            background-color: white;
            vertical-align: top;
            text-align: center;
        }

.step-section-row input[type="radio"]:checked + label span.inner {
    background-color: #CC3300;
}

.step-section-row input[type="radio"] + label span {
    display: inline-block;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#visit-data .step-section-row .radio-option {
    margin-bottom: 10px;
}

.steps-progress-page h3 {
    margin-top: 35px;
    text-transform: uppercase;
}

    .steps-progress-page h3 span {
        text-transform: none;
    }

#tickets-data .step-section-row .tickets-number-options .price .remove-tickets,
#member .step-section-row .tickets-number-options .member-data .member-unit .member-price .remove-tickets {
    stroke: #bebebe;
    width: 18px;
    height: 20px;
    margin-top: 0;
    cursor: pointer;
}

#member .step-section-row .tickets-number-options .member-data .member-unit .member-price .remove-tickets {
    margin-left: 20px;
    stroke: black;
    margin-top: 4px;
}

#tickets-data .step-section-row .tickets-number-options .price p:first-child {
    margin-right: 15px;
    font-size: 16px;
    font-weight: bold;
    vertical-align: super;
    color: #bebebe;
}

#tickets-data .step-section-row .tickets-number-options .specific-number p:first-child {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

#tickets-data .step-section-row .tickets-number-options .specific-number p:nth-child(2) {
    font-size: 14px;
    font-style: italic;
    margin-top: -2px;
}

#tickets-data .step-section-row .tickets-number-options .specific-number p:last-child {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

#tickets-data .step-section-row .tickets-number-options .specific-number {
    float: left;
    width: 110px;
}

#tickets-data .button-holder .buttonAnterior-tab-tickets {
    width: 100%;
}

@media (min-width: 992px) {
    #tickets-data .button-holder .buttonAnterior-tab-tickets {
        float: left;
        width: 110px;
    }
}

#tickets-data .units .minus.inactive,
#tickets-data .units .plus.inactive {
    background-color: #bebebe;
}

#tickets-data .units .minus,
#tickets-data .units .plus {
    -webkit-transition: background-color 250ms ease-in-out;
    -moz-transition: background-color 250ms ease-in-out;
    transition: background-color 250ms ease-in-out;
    color: white;
    text-align: center;
    font-weight: 100;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    /* issue 802 */
    width: 30px;
    height: 28px;
    max-width: 30px;
    max-height: 28px;
    font-size: 22px;
    line-height: 28px;
}

    #tickets-data .units .minus:hover,
    #tickets-data .units .plus:hover {
        color: white;
        background-color: #c30000 !important;
    }

    #tickets-data .units .minus.inactive:hover,
    #tickets-data .units .plus.inactive:hover {
        color: white;
        background-color: #bebebe !important;
        cursor: default;
    }

    #tickets-data .units .minus:hover:before,
    #tickets-data .units .plus:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }


#tickets-data .units {
    align-items: center;
    justify-content: flex-end;
    display: table;
    float: right;
    margin-top: 7px;
}

    #tickets-data .units * {
        display: inline-block;
    }

    #tickets-data .units .value {
        padding: 0 7px;
        width: 36px;
        text-align: center;
        vertical-align: text-bottom;
    }

    #tickets-data .units > div {
        position: relative;
        background: rgb(36,36,36);
        width: 24px;
        height: 24px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }


    #tickets-data .units p:last-child {
        margin-left: 12px;
    }

#tickets-data #non-mber {
    border-bottom: unset;
}

#member .units {
    margin-top: -2px;
}

#member .step-section-row .tickets-number-options .member-data {
}

    #member .step-section-row .tickets-number-options .member-data .member-unit {
        width: 100%;
    }

        #member .step-section-row .tickets-number-options .member-data .member-unit:not(:last-child) {
            /* issue 808 */
            margin-bottom: 20px;
        }

    #member .step-section-row .tickets-number-options .member-data #soc-doc-id {
        margin-top: 10px;
    }

    #member .step-section-row .tickets-number-options .member-data #socio-icon {
        cursor: pointer;
        width: 40px;
        height: 40px;
        border: solid 1px;
        text-align: center;
        float: left;
    }

    #member .step-section-row .tickets-number-options .member-data #socio-icon {
        width: 40px;
        height: 40px;
    }

        #member .step-section-row .tickets-number-options .member-data #socio-icon.active {
            background: #fae8e8;
            border: solid 1px #c30000;
        }

            #member .step-section-row .tickets-number-options .member-data #socio-icon.active svg {
                background: #fae8e8;
                fill: #c30000;
                stroke: unset;
            }

    #member .step-section-row .tickets-number-options .member-data input {
        border-color: rgb(36,36,36);
        border-style: solid;
        border-width: 1px;
        font-size: 16px;
        height: 40px;
        max-height: 40px;
        padding: 10px;
        width: 100%;
    }

        #member .step-section-row .tickets-number-options .member-data input.soc-num.has-icon {
            width: calc(100% - 40px);
        }

/* Bug Fix 13158
            #member .step-section-row .tickets-number-options .member-data input.id-num {
            margin-top: 5px;
        }*/

.member-unit #soc-doc-id .input-wrapper {
    position: relative;
}

#member .step-section-row .tickets-number-options .member-data .invalid-data {
    color: #c30000;
    font-size: 12px;
    padding-top: 5px;
}

#member .step-section-row .tickets-number-options .member-data #socio-icon.active svg {
    background: #fae8e8;
    fill: #c30000;
    stroke: unset;
}

#member .step-section-row .tickets-number-options .member-data #socio-icon:hover .my-tooltip {
    z-index: 20;
    opacity: 1;
    transition: opacity 0.5s;
}

#member .step-section-row .tickets-number-options .member-data #socio-icon .my-tooltip {
    position: absolute;
    width: 120px;
    font-size: 14px;
    left: 0%;
    top: calc(100% + 5px);
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    border: solid 1px rgb(221,221,221);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    z-index: -1;
    padding: 15px;
    opacity: 0;
    transition: opacity 0.5s, z-index 1s;
    color: #242424;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

    #member .step-section-row .tickets-number-options .member-data #socio-icon .my-tooltip:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 100%;
        width: 0px;
        height: 0px;
        border-top: 12px solid transparent;
        border-left: 12px solid white;
    }

#member .step-section-row .tickets-number-options .member-data #socio-icon svg {
    width: 26px;
    height: 25px;
    stroke: #242424;
    image-rendering: optimizequality;
    -webkit-transition: stroke 250ms ease-in-out;
    -moz-transition: stroke 250ms ease-in-out;
    transition: stroke 250ms ease-in-out;
    margin-top: 6px;
    fill: white;
    /* issue 808 */
    width: 20px;
}

#member .step-section-row .tickets-number-options .member-data #socio-icon:hover .me-icon {
    stroke: #c30000;
}

#member .step-section-row .tickets-number-options .member-data .member-unit .member-price {
    text-align: right;
    color: #c30000;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 41px;
}

    #member .step-section-row .tickets-number-options .member-data .member-unit .member-price p {
        font-size: 20px;
        font-weight: bold;
    }

        #member .step-section-row .tickets-number-options .member-data .member-unit .member-price p small {
            font-size: 16px;
            font-weight: 500;
        }

#member .step-section-row .tickets-number-options .member-data #socio-icon {
    position: relative;
}

#visit-data .step-section-row .radio-options .price-option {
    margin-top: -4px;
}

#finish-data .step-section-row .ticket-item {
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ebebeb;
}

#finish-data .step-section-row {
    text-transform: uppercase;
}

    #finish-data .step-section-row #member {
        color: #c30000;
    }
    /*
#member .step-section-row .tickets-number-options .number-members{
     margin-bottom: 20px; 
}
*/

    #finish-data .step-section-row .ticket-item .unity {
        display: inline-block;
    }

    #finish-data .step-section-row .ticket-item .ticket-type {
        display: inline-block;
        font-weight: bold;
        margin-left: 4px;
        font-size: 18px;
    }

        #finish-data .step-section-row .ticket-item .ticket-type small:first-child {
            font-weight: 500;
            font-size: 12px;
            /* issue 803 */
            font-size: 10px;
            margin-right: 5px;
        }

        #finish-data .step-section-row .ticket-item .ticket-type small:last-child {
            font-style: italic;
            font-weight: 500;
            display: table;
            margin-left: 11px;
            text-transform: initial;
            /* issue 803 */
            margin-left: 5px;
        }

    #finish-data .step-section-row .ticket-item p:last-child {
        display: inline-block;
        float: right;
        text-align: right;
        font-weight: bold;
        font-size: 18px;
    }

.membership-discount h4:hover small {
    color: #c30000;
}

.membership-discount h4 small {
    display: inline-block;
    color: black;
    font-size: 18px;
    margin-left: 10px;
    text-decoration: underline;
    -webkit-transition: color 100ms ease-in-out;
    -moz-transition: color 100ms ease-in-out;
    transition: color 100ms ease-in-out;
    /* issue 803 */
    font-size: 14px;
}
/* issue 803 */
.membership-discount h4 {
    margin-top: 3px !important;
}

header.membership-discount {
    padding-bottom: 10px !important;
}

#finish-data .button-holder .button.dark span svg {
    height: 25px;
    width: 40px;
    stroke: white;
    fill: none;
}

#finish-data .button-holder .button.dark:first-child span svg {
    stroke: none;
    fill: white;
    height: 25px;
    padding: 3px 0;
    width: 40px;
}

#finish-data .button-holder .button.dark span small {
    /* vertical-align: super; */
    font-size: 14px;
    margin-left: 10px;
    line-height: 25px;
}

#finish-data .step-section-row:nth-last-child(2) .ticket-item {
    border-bottom: unset;
}

#finish-data .final-price {
    width: 100%;
    margin-top: 15px;
}

    #finish-data .final-price p {
        display: inline-block;
    }

        #finish-data .final-price p:first-child {
            float: left;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: bold;
            margin-top: 14px;
        }

        #finish-data .final-price p:last-child {
            font-size: 30px;
            font-weight: bold;
            float: right;
        }

#finish-data .step-section-row:nth-last-child(3) .ticket-item {
    border-bottom: unset;
}

header.membership-discount {
    border-top: unset;
}

#moreDiscount {
    margin-bottom: 15px;
}

@media (min-width: 425px) {
    #visitBuy {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .button-holder {
        text-align: right;
    }



    .steps-progress-page.steps-progress-visible {
        padding: 0px;
    }

    #finish-data .final-price p:first-child {
        font-size: 18px;
    }
}

@media (min-width: 899px) {
    #steps-progress .steps-progress-item .steps-progress-item-wrapper h1 {
        font-size: 32px;
        margin-top: unset;
    }

    #steps-progress .steps-progress-item .steps-progress-item-number {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 1px solid #ddd;
        border-radius: 100%;
        font-family: "Roboto Condensed", Arial, sans-serif;
        font-size: 32px;
        font-weight: 300;
        text-align: center;
        line-height: 50px;
        margin-right: 10px;
        vertical-align: top;
    }
}
/* issue 809 */
#finish-data .step-section-row .ticket-item {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width:768px) {

    #visitBuy .steps-progress-page .step-section .step-section-row,
    #visitBuy .steps-progress-page .step-section {
        padding: 0px;
    }

    #finish-data .step-section-row .ticket-item .ticket-type {
        font-size: 16px;
    }

        #finish-data .step-section-row .ticket-item .ticket-type small:last-child {
            margin-left: 13px;
        }
    /* issue 810 */
    header.membership-discount h4 {
        font-size: 16px !important;
    }

    .membership-discount h4 small {
        margin-left: 7px;
    }

    .button.validate {
        margin: 6px 0px;
    }
}

@media (min-width: 992px) {
    #tickets-data #non-mber .step-section-row .tickets-number-options {
        border: 0;
    }

    #tickets-data .units {
        float: left;
    }

    #visitBuy {
        max-width: 870px;
        padding-right: 0;
        padding-left: 0;
    }

    .steps-progress-page .button {
        width: 222px;
        margin: 0px;
        margin-top: 20px;
        /* issue 801 */
        width: 202px;
    }

    #visit-data .step-section-row .radio-options,
    #tickets-data .step-section-row .tickets-number-options {
        padding: unset;
    }

    #visit-data .step-section-row .radio-options {
        margin-bottom: 5px;
    }

    #tickets-data .step-section-row .tickets-number-options {
        border-bottom: unset;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    #visit-data .step-section-row .radio-options .option-button {
        margin-top: 0px;
    }

    #visit-data .step-section-row .radio-options .price-option p,
    #tickets-data .step-section-row .tickets-number-options .price p {
        display: inline-block;
    }

    .steps-progress-page .step-section .step-section-row {
        padding-top: 20px;
        padding-left: 40px;
        /* issue 801 */
        padding-right: 15px;
        padding-bottom: 15px;
    }

    #visit-data .button-holder {
        padding: 0px 12px;
        margin-top: 0px;
        /* issue 801 */
        padding-right: 0px;
    }

    .steps-progress-page.steps-progress-visible {
        padding: unset;
    }

    .steps-progress-page h3 {
        margin-top: 60px;
    }

    #steps-progress .steps-progress-item:not(.current-step) {
        display: inline-block;
    }

    #steps-progress .steps-progress-item .steps-progress-item-wrapper .steps-progress-item-step {
        display: none;
    }

    #steps-progress .steps-progress-item {
        display: inline-block;
        width: 32%;
    }

    #member .step-section-row .tickets-number-options .member-data {
        width: 70%;
        margin-top: -12px;
    }

        #member .step-section-row .tickets-number-options .member-data #socio-icon {
            width: 40px;
        }

        #member .step-section-row .tickets-number-options .member-data .member-unit .member-price p {
            font-size: 16px;
        }

            #member .step-section-row .tickets-number-options .member-data .member-unit .member-price p small {
                font-size: 14px;
            }

        #member .step-section-row .tickets-number-options .member-data .member-unit .member-price .remove-tickets {
            vertical-align: sub;
        }
            /* bug 1364 */
            #member .step-section-row .tickets-number-options .member-data .member-unit .member-price .remove-tickets:hover {
                stroke: #c30000;
            }

    #member .step-section-row .tickets-number-options .number-members {
        width: 29%;
        margin-top: 6px;
    }

    #member .step-section-row .tickets-number-options .member-data #socio-icon .my-tooltip:after {
        left: 16%;
    }

    #member .step-section-row .tickets-number-options .member-data #socio-icon .my-tooltip {
        left: 0%;
        top: 110%;
    }

    #finish-data .step-section .step-section-row {
        padding: 5px 0px;
    }

    #finish-data .step-section-row .ticket-item .ticket-type small:last-child {
        display: unset;
        /* issue 803 */
        font-size: 13px;
    }

    #finish-data .step-section-row .ticket-item .ticket-type {
        margin-left: 10px;
    }

    #finish-data .step-section-row .ticket-item {
        margin-top: 10px;
        /* issue 803 */
        padding-left: 40px;
        padding-bottom: 20px;
    }

    #finish-data .button-holder .button.dark {
        float: right;
    }

    #finish-data .button-holder #add.button.dark {
        margin-right: 10px;
    }

    #finish-data .button-holder .button.dark {
        margin-right: 10px;
        max-height: 42px;
        /* padding-top: 5px; */
        /* issue 803 */
        margin-right: 0px;
    }

    #finish-data .button-holder .button {
        max-height: 42px;
        height: 42px;
    }

        #finish-data .button-holder .button:last-child {
            float: left;
            width: 110px;
            text-align: center;
        }

        #finish-data .button-holder .button.dark span small {
            margin-left: unset;
        }

    #finish-data .final-price p:first-child {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    #visitBuy {
        max-width: 870px;
        padding-right: 0;
        padding-left: 0;
    }

    .button span {
        width: 100%;
    }

    #tickets-data .step-section-row .tickets-number-options .price.active p:first-child {
        animation-name: repeated-scale-up-down;
        animation-duration: 500ms;
    }

    @keyframes repeated-scale-up-down {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.2);
        }

        100% {
            transform: scale(1);
        }
    }
    /* issue 803 */
    #finish-data .step-section-row .ticket-item .ticket-type small span {
        font-style: normal;
    }

    #finish-data .button-holder .button.dark a:hover {
        color: white;
    }

    /* issue 806 */
    @media screen and (max-width:992px) {
        #visit-data .step-section-row .radio-options .price-option {
            margin-top: 2px;
        }

            #visit-data .step-section-row .radio-options .price-option p:last-child {
                margin-top: -5px;
            }
    }

    /* issue 807 */
    @media screen and (max-width:576px) {
        #tickets-data h3 {
            font-size: 13px;
        }

        #tickets-data .units .minus, #tickets-data .units .plus {
            width: 32px;
            height: 30px;
            max-width: 32px;
            max-height: 30px;
            font-size: 24px;
            line-height: 31px;
        }
    }

    @media (min-width: 768px) {
        #member .step-section-row .tickets-number-options .member-data input.id-num {
            border-left: none;
            margin-top: 0px;
        }

        .button.validate {
            margin: 0px;
            max-width: 120px;
        }
    }

    .button .validate {
        margin: 0px;
    }
