﻿body {
    background-color: #e6e6e6;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

h1, h2, h3 h4, h5, p, a, span, div {
    letter-spacing: 0.015rem !important;
    font-family: Roboto, Helvetica, Arial, sans-serif !important;
}

.product_basket td, th {
    padding: 0.625rem 0.25rem;
    border-bottom: 1px solid #ddd;
}

.product_basket tr:nth-child(even) {
    background-color: #f0c0c0;
}


.cardPadBot {
    padding-bottom: 15px;
}


.altText {
    display: none;
    text-align: center;
    font-size: 1.375rem !important;
    line-height: 1.5rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    margin: 0;
}

.HeaderBg {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    padding: 7px 6px;
    font-size: 0.9375rem !important;
    line-height: none;
    margin-bottom: 8px !important;
    font-weight: 400 !important;
    letter-spacing: 0.015rem !important;
}

.CentreHeader {
    color: #FFFFFF;
    position: absolute;
    top: 47%;
    left: 50%;
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Chrome, Safari, Opera */
    transform: translate(-50%,-50%);
    width: 100%;
}

.mdl-layout-title01 {
    display: block;
    position: relative;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    box-sizing: border-box;
    letter-spacing: .025em;
    width: 90%;
    height: 50px !important;
    margin: auto 0 !important;
}

.pointer {
    cursor: pointer
}

.mdl-layout__drawer > .mdl-layout-title {
    line-height: 1.5rem !important;
    padding-left: 16px;
}

.layout-container {
    position: relative !important;
    max-width: 1000px;
    height: 100%;
    margin: auto;
}

a, a:active, a:hover {
    text-decoration: none;
    font-weight: 400 !important;
    letter-spacing: .025em;
}

.material-icons {
    font-size: 22px !important;
}

.width100 {
    width: 100% !important;
}

.mdl-cell {
    margin: 1px auto !important;
}

.salon-card-marginB {
    margin-bottom: 200px !important;
}

.divProductTemplate {
    display: block;
}

.age-not-verified {
    color: red;
    padding-left: 100px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem!important;
}

.ProductTemplateStyle {
    background-color: #e6e6e6;
    margin-bottom: 1rem;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    padding: 10px 0 10px 6px;
    min-width: 200px;
    width: 99%;
    /*max-width:400px;*/
}

.DeleteSelection {
    float: right;
    margin-left: 8px;
    margin-right: 8px;
    background-color: rgba(193,39,43,0.85);
    padding: 3px 10px !important;
    max-height: 31px;
    border: none;
    color: #fff;
    text-transform: lowercase;
}

button:disabled {
    color: graytext !important;
}

.error {
    color: #cc0000;
    font-size: 0.875rem;
}


input[type=text], input[type=textarea], input[type=input], input[type=email], input[type=password], input[type=reset], input[type=tel] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    padding: 6px 10px 4px 10px;
    width: 98%;
    -webkit-border-radius: 0;
    border-radius: 0;
}

input, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ccc;
    height: 30px;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1rem !important;
    line-height: 1.8em;
    padding: 4px 10px 4px 10px;
    font-weight: 400;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    height: 40px;
    width: 100%;
    min-width: 100px;
    /*max-width:460px;*/
    padding: 0 10px 4px 10px;
    font-size: 0.875rem !important;
    border: 1px solid #ccc;
    background-color: #fff;
    line-height: 40px;
    margin-bottom: 1.125rem;
}

.st-foldable-card {
    transition: height ease-in-out 200ms, padding-top ease-in-out 200ms, padding-bottom ease-in-out 200ms;
}

.st-foldable-card--folded {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.st-card__subtitle {
    position: absolute;
    top: 54px;
    left: 18px;
    font-size: 14px;
    color: rgba(0, 0, 0, .54);
}

.spinner .loading {
    margin: 6px auto;
}

.loading {
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 0.9);
    border-top: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 16px;
    height: 16px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 479px) {
    .mdl-cell--12-col-phoneInput {
        width: 83% !important;
    }
}


/*@media (max-width: 1200px) and (min-width: 480px) {
    .mdl-cell--6-col, .mdl-cell--6-col-tablet .mdl-cell--6-col-tablet {
        width: calc(50% - 1px) !important;
    }
}*/

.select-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-dropdown-arrow:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid rgba(0,0,0,0.5);
    position: absolute;
    right: 10px;
    top: 16px;
}

.paymentOutcomeBanner {
    display: flex;
    width: 60%;
    padding: 0 100px;
    margin: 0 auto;
}

    .paymentOutcomeBanner > div {
        width: 100%;
        height: 100%;
        justify-content: center;
    }

@media (max-width: 600px) {
    .paymentOutcomeBanner {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

.card-title-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0.5rem;
}

.iconBGcircle {
    width: 3rem !important;
    height: 3rem !important;
    margin-left: auto !important;
    margin-bottom: -2rem !important;
    border-radius: 100% !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.iconBGcircle img {
    width: 2.5rem !important;
    height: 2.5rem !important;
}

.iconBGcircle-small {
    margin-bottom: 0 !important;
    width: 2rem !important;
    height: 2rem !important;
}

.card-styles {
   border-radius: 3px;
    padding: 1.5rem;
}

.card-supporting-text {
    display: flex;
    flex-direction: column;
    font-size: 1.3rem;
    padding: 0px;
    margin-bottom: 0.5rem;
}

.booking-title-text {
    font-size: 1.7rem;
    line-height: 22px;
    margin: 0 auto;
}

.booking-site-name {
    font-size: 1.5rem;
    line-height: 22px;
    margin: 0 auto;
}

.card-title-text {
    font-size: 1.8rem!important;
    font-weight: 500!important;
}

.my-booking-title-text {
    font-size: 1.3rem;
    margin: 0.5rem 0 0.5rem 0;
}

.header-box {
    border-radius: 3px;
    padding: 0.8rem 1rem;
    font-size: 1.2rem;
    line-height: 1rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 0.8rem;
}

.box-shadow-inset {
   border-radius: 3px;
    border: none;
    box-shadow: inset 0px 1px 4px rgba(0, 0, 0, 0.4);
    font-size: 1rem !important;
}

.button {
    background-color: #E0E0E0 !important;
   border-radius: 3px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.booking-status-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.booking-status-text {
    text-align: center;
}

.booking-status-message {
    margin-bottom:auto;
    margin-top:auto;
}

.booking-status-icon {
    text-align:center;
    font-size:8rem;
    padding:10px;
}

.booking-status-title {
    font-size: 2rem;
    font-weight: bold;
    color: dimgrey;
}

.booking-details {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 4rem;
}

.booking-failure-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    line-height: 1.9rem;
}

.summary-container {
    margin-top: 2rem;
    margin-bottom: 9rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.button-section {
    text-align: center;
}

.button-border-radius {
    border-radius: 5px !important;
}

.booking-complete-box {
    padding: 20px;
}

.booking-complete-text {
    margin-bottom: auto;
    margin-top: auto;
    display: inline-block;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.description-text {
    font-size: 1.5rem;
    color: dimgrey;
}

.description-text-date {
    font-size: 1.9rem;
    color: dimgrey;
    font-weight: bold;
}

@media screen and (max-width: 453px) {
    .description-text-date {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 430px) {
    .description-text {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }
    .description-text-date {
        font-size: 1.6rem;
    }
}

@media (min-width: 600px) {
   .desktop-booking {
       margin-top: 2rem!important;
   }
}

.booking-grid-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.375rem;
}

.calendar-background {
    display: flex;
    flex-direction: column;
   border-radius: 3px;
    margin-top: 2rem;
    margin-bottom: 2rem;
    background: #fff;
    font-size: 1rem;
}

.animated-icon {
    animation-iteration-count: 1 !important;
    animation-delay: 500ms !important;
}