﻿
.serviceWrap {
    background-color: #ffffff;
    padding-bottom: 25px;
    cursor: pointer;
    transition: all ease .4s;
    border: 2px solid #ffecdf;
    margin-bottom: 30px;
}

    .serviceWrap.choosen {
        box-shadow: 0px 0px 0.4500000000000002px 1.55px rgba(117, 62, 25, 0.95);
        background-color: #5ab800;
    }

.myOrderBtn {
    background-color: #5ab800;
    display: inline-block;
/*    color: white !important;*/
color:white;
    padding: 11px 25px;
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 21px;
    cursor: pointer;
    border: 1px solid #5ab800;
    transition: all ease .35s;
}

    .myOrderBtn.smaller {
        padding: 8px 18px;
        font-size: 10px;
    }

  /*  .myOrderBtn:hover {
        background-color: #ffffff !important;
        color: #5ab800 !important;
    }*/

.choosen .myOrderBtn {
    background-color: white;
    color: #141414 !important;
}

.myOrderBtn.red {
    background-color: #ED3237;
    border: 1px solid #ED3237;
}


    .myOrderBtn.red:hover {
        background-color: #ffffff;
        color: #ED3237 !important;
    }

.bookingFormWrap {
    padding-bottom: 75px;
}

.bookingRow {
    padding-top: 45px;
}

.hide {
    display: none;
}

.xtraSmallTitle {
    font-size: 14px;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5ab800;
}


.weekdayWrap {
    padding-left: 5px;
    margin-top: 12px;
}

    .weekdayWrap > div {
        margin-top: 8px;
    }

input.timemask, .date-picker {
    width: 100%;
    min-height: 40px;
    background-color: #fafafa;
    border: none;
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
}

span.smallSpan {
    displaY: inline-block;
    FONT-WEIGHT: 500;
    font-size: 12px;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .05em;
}

.weekdayTitle {
    displaY: inline-block;
    FONT-WEIGHT: 500;
    font-size: 12px;
    margin-top: 15px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .05em;
}

.dayWrapper {
    border-radius: 25px;
    background-color: white;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.dayWrapperTop {
    background-color: #5ab800;
    padding-bottom: 7px;
    color: white;
    margin-bottom: 25px;
    border-top-left-radius: 25px;
}

.booking {
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #f7f6ed;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 6px;
    border-radius: 5px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all ease .4s;
    border: 2px solid white;
}

    .booking.choosen {
        background-color: #5ab800;
        box-shadow: 0px 0px 0.4500000000000002px 1.55px rgba(117, 62, 25, 0.95);
        color: white;
    }


.summary span {
    background-color: #5ab800;
    margin-left: 3px;
    color: white;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 13px;
    margin-bottom: 11px;
    font-size: 12px;
}

.choosen .smallTitle, .choosen span {
    color: white;
}


.whiteBg {
    background-color: white;
    padding: 30px;
    margin-top: 50px;
    position: relative;
}

.summary {
    padding: 15px;
    background-color: #f7f6ed;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
}

    .summary h5 {
        color: #5ab800;
        displaY: inline-block;
        FONT-WEIGHT: 500;
        font-size: 12px;
        margin-top: 0;
        text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
        letter-spacing: .05em;
        margin-bottom: 18px;
    }

.inputRow > div {
    margin-bottom: 30px;
}

textarea {
    background-color: #fafafa;
    border: none;
    width: 100%;
    min-height: 190px;
    max-height: 190px;
    padding: 15px;
}

    textarea:focus, textarea:focus-visible {
        background-color: #fae7da;
        border: none;
        outline: none;
    }

.greyLine {
    margin-top: 30px;
    margin-bottom: 30px;
}

.error {
    background-color: #ffd7de !important;
}

.successPart {
    padding-top: 85px;
    padding-bottom: 160px;
}

.errorSpan {
    color: #5ab800;
}

.smallTitle {
    font-size: 16px;
    letter-spacing: 0.2em;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #5ab800;
}

    .smallTitle.bigger {
        /*font-size: 21px;*/
        font-size: 19px;
        letter-spacing: 0.15em;
    }


.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(117,62,25,.15);
    border-right: 6px solid rgba(117,62,25,.15);
    border-bottom: 6px solid rgba(117,62,25,.15);
    border-top: 6px solid rgba(117,62,25,.8);
    border-radius: 100%;
    z-index: 2;
}

.loadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.8);
    z-index: 1;
}


.serviceWrap {
    margin-bottom: 30px;
    display: inline-block;
}

.filterHead {
    background-color: #f7f6ed;
    padding: 10px;
    color: white;
    FONT-WEIGHT: 500;
    font-size: 12px;
}

.filterWrap {
    background-color: white;
    max-height: 0;
    overflow: hidden;
    padding: 15px;
    padding-top: 0;
    padding-bottom: 0;
}

.newClientInfo, .smallerParagraph {
    font-size: 13px;
    margin-top: 15px;
}

.serviceTime {
    max-width: 405px;
    margin-top: 3px;
}

@media screen and (min-width:576px) {
    .serviceWrap {
        margin-bottom: 30px;
        display: block;
    }

    .smallTitle {
        font-size: 12px;
        letter-spacing: 0.15em;
        max-width: 100%;
    }
}

@media screen and (min-width:768px) {
    .smallTitle {
        font-size: 11px;
        letter-spacing: 0.1em;
    }
}

@media screen and (min-width:1600px) {
    .smallTitle {
        font-size: 16px;
        letter-spacing: 0.2em;
    }
}


@media screen and (min-width:1200px) {
    .filterWrap {
        max-height: 2500px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .showFilters {
        display: none;
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }

    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}
