    /********party appointment form csss****************/
    
    .store-location-wrapper {
        position: relative;
    }
    
    .store-location-info-wrapper {
        padding-left: 93px;
    }
    
    .store-location-info-wrapper .form-item-store-location label {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 22px;
        color: #4a4a4a;
    }
    
    .store-location-info-wrapper .form-item-store-location input {
        margin-top: 12px;
        padding-left: 8px;
    }
    
    .party-appointment-form-custom .workshop-search-filters .multi_text_field .store-location-info-wrapper a.locator-icon {
        left: 318px;
        top: 87px;
    }
    
    .choose-party-wrapper {
        position: relative;
        padding-bottom: 20px;
    }
    
    .choose-party-wrapper.multi_text_field {
        min-height: 127px;
        height: auto;
    }
    
    .choose_party_checked,
    .choose_party_unchecked,
    .store_checked,
    .store_unchecked,
    .date_checked,
    .date_unchecked {
        position: absolute;
        top: 19px;
        left: 12px;
        padding-left: 40px;
    }
    
    .choose_party_checked span,
    .choose_party_unchecked span,
    .store_checked span,
    .store_unchecked span,
    .date_checked span,
    .date_unchecked span {
        width: 24px;
        height: 24px;
        background-color: #9b9b9b;
        border-radius: 50%;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
        font-size: 16px;
    }
    
    .choose-party-info-wrapper {
        padding-left: 93px;
    }
    
    .choose-party-info-wrapper>div:nth-child(1),
    .party-date-info-wrapper>div:nth-child(1) {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 22px;
        color: #4a4a4a;
    }
    
    .selected-info-wrapper,
    .selected-date-info-wrapper {
        background-color: #f8f8f8;
        border: none;
        color: #9b9b9b;
        font-style: italic;
        padding-top: 12px;
        font-size: 17px;
    }
    
    .selected-date-info-wrapper>span {
        cursor: pointer;
    }
    
    .party-filter-options {
        display: inline-flex;
        width: 100%;
        padding-top: 12px;
    }
    
    .party-filter-options .js-form-type-select.form-item-target-audience {
        padding-right: 30px
    }
    
    .party-filter-options .js-form-type-select select {
        width: 189px;
        height: 30px;
        border-radius: 4px;
        border: solid 1px #979797;
        background-color: #f8f8f8;
        letter-spacing: 0.43px;
        color: #585858;
        font-size: 13px;
        padding-left: 13px;
    }
    
    .party-filter-options input,
    .party-filter-options input:focus {
        margin-left: auto;
        margin-right: 68px;
        width: 197px;
        height: 30px;
        background-color: #000000 !important;
        font-size: 15px;
        letter-spacing: 0.49px;
        text-align: center;
        color: #ffffff;
        border: none;
    }
    
    .party-detail-section .party-detail-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    
    .party-detail-section .party-basic-info>span {
        width: 537px;
        height: 29px;
        font-family: 'RobotoSlab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 22px;
        line-height: normal;
        letter-spacing: 0.72px;
        color: #585858;
    }
    
    .party-detail-section .party-basic-info>p {
        width: 500px;
        height: fit-content;
        /* height: 76px; */
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 16px;
        line-height: normal;
        letter-spacing: 0.52px;
        color: #4a4a4a;
        margin-bottom: 32px;
        padding-top: 20px;
    }
    
    .party-detail-section .result-ele {
        border-bottom: 1px solid #979797;
        padding: 10px 0;
        margin-top: 15px;
        margin-bottom: 30px;
        margin-right: 68px;
    }
    
    .party-detail-section .guests-range .js-form-type-select:after {
        content: "*";
        color: red;
        position: relative;
        top: -8px;
    }
    
    select[type="country-code"][required] {
        background-image: url(../images/required.svg);
        background-size: 7px 7px;
        background-position: 98% center;
        background-repeat: no-repeat;
    }
    
    .party-detail-section .skill-duration {
        display: inline-flex;
    }
    
    .party-detail-section .skill-duration div:nth-child(1) {
        padding-right: 89px;
    }
    
    .party-detail-section .skill-duration>div span:nth-child(1),
    .party-detail-section .guests-range label,
    .party-detail-section .guests-range div:nth-child(2) span:nth-child(1) {
        font-size: 15px;
        line-height: 1.13;
        letter-spacing: 0.49px;
        color: #333333;
    }
    
    .party-detail-section .skill-duration>div span:nth-child(2),
    .party-detail-section .guests-range div:nth-child(2) span:nth-child(2) {
        font-size: 15px;
        line-height: 1.13;
        letter-spacing: 0.49px;
        color: #585858;
    }
    
    .party-detail-section .guests-range {
        margin-top: 33px;
        margin-bottom: 28px;
        display: inline-flex;
    }
    
    .party-detail-section .guests-range select {
        width: 94px;
        height: 30px;
        border-radius: 4px;
        border: solid 1px #979797;
        background-color: #f8f8f8;
        padding-left: 13px;
    }
    
    .party-detail-section .guests-range label {
        padding-right: 29px;
    }
    
    .party-detail-section .guests-range .js-form-type-select {
        padding-right: 33px;
    }
    
    .party-detail-section .additional-queries textarea {
        width: 621px;
        resize: none;
        border-radius: 4px;
        box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
        border: solid 1px #cccccc;
        background-color: #f8f8f8;
        font-size: 15px;
        padding: 10px;
    }
    
    .party-detail-section .additional-queries textarea::-webkit-input-placeholder {
        font-style: italic;
        color: #9b9b9b;
    }
    
    .party-detail-section .party-basic-info {
        padding-left: 48px;
        padding-right: 68px;
    }
    /* CSS changes for IE -------------*/
    
    .party-detail-container .gallery-wrapper {
        width: 100%;
    }
    
    .party-detail-container .gallery-wrapper .tabs-num {
        width: 100%;
    }
    /*--------------Ends-------------------*/
    
    .confirm-party-selection {
        float: right;
        padding-right: 68px;
        padding-top: 10px;
    }
    
    .confirm-party-selection input {
        width: 197px;
        height: 30px;
        background-color: #000000 !important;
        font-size: 15px;
        letter-spacing: 0.49px;
        text-align: center;
        color: #ffffff;
        border: none;
    }
    
    .selected-info-wrapper .party-confirm-success,
    .selected-date-info-wrapper .party-datetime-confirm-success {
        font-size: 17px;
    }
    
    .date-picker-calendar-wrapper {
        position: relative;
    }
    
    .date-picker-calendar-wrapper .party-date-info-wrapper {
        padding: 0 0 0 93px;
        margin-top: 0px;
    }
    
    .date-picker-calendar-wrapper.multi_text_field {
        min-height: 127px;
        height: auto;
    }
    
    .calendar_container .mycal {
        width: 48%;
    }
    
    #mymodule_calendar_div ul li {
        display: inline-block;
        position: relative;
        margin-right: 12px;
        margin-bottom: 12px;
    }
    
    #mymodule_calendar_div ul li input {
        visibility: hidden;
        position: absolute;
    }
    
    #mymodule_calendar_div ul li label {
        cursor: pointer;
        color: #333333;
        font-size: 14px;
        font-weight: normal;
        letter-spacing: -0.5px;
    }
    
    .workshop-search-filters .multi_text_field a.locator-icon {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        color: #585858;
        text-decoration: none;
        width: 20px;
        height: 20px;
        display: inline-block;
        content: "";
        background-size: 20px 20px;
        position: absolute;
        left: 438px;
        top: 57px;
    }
    
    .party-date-info-wrapper .mycal ul li label,
    .party-date-info-wrapper .mycal ul li>div {
        display: block;
        text-align: center;
        visibility: visible;
        width: 95.5px;
        height: 40px;
        background-color: #fbfbfb;
        font-size: 14px;
        color: #4a4a4a;
        line-height: 41px;
        letter-spacing: 0.56px;
    }
    
    #mymodule_calendar_div ul li input:checked+label {
        background: #f8f8f8;
        color: #333333;
        border: solid 2px #000;
        line-height: 37px;
    }
    
    #mymodule_calendar_div ul li input:checked+label {
        color: #333333;
    }
    
    #mymodule_calendar_div ul li>div {
        color: #afafaf;
    }
    
    .quantity-section .workshop-column-btn .btn-main {
        width: 30vw;
    }
    
    .workshop_price_detail .custom-selectbox .form-item {
        position: absolute;
        left: 10.2em;
    }
    
    .date-picker-calendar-wrapper .select-date-time-wrapper {
        display: flex;
        justify-content: space-between;
    }
    
    .date-picker-calendar-wrapper .select-date-time-wrapper .confirm-date-time-selection input {
        margin-left: auto;
        margin-right: 68px;
        width: 197px;
        height: 30px;
        font-size: 15px;
        letter-spacing: 0.49px;
        text-align: center;
        background-color: #000000;
        border: none;
        color: #ffffff;
    }
    
    .date-picker-calendar-wrapper .select-date-time-wrapper .confirm-date-time-selection input:disabled {
        background-color: #f8f8f8;
        border: solid 1px #9b9b9b;
        color: #9b9b9b;
    }
    
    .fullcal-class .party-form-submit-container {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-top: 6px;
        margin-left: 0px;
        color: #9b9b9b;
    }
    
    .party-form-submit-container div:nth-child(1)>a {
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
        letter-spacing: 0.49px;
        color: #9b9b9b;
        text-decoration: underline;
    }
    
    .party-form-submit-container .confirm-submit {
        margin-left: auto;
        margin-right: 0;
    }
    
    .party-form-submit-container .confirm-submit input[type="submit"] {
        width: 197px;
        height: 43px;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.59px;
        text-align: center;
        background-color: #ffffff;
        border: solid 1px #3c3c3c;
        color: #3c3c3c;
    }
    
    .party-form-submit-container .confirm-submit input[type="submit"]:disabled {
        color: #bbbbbb;
        border: solid 1px #bbbbbb;
    }
    
    .date-picker-calendar-wrapper ul>li,
    .date-picker-calendar-wrapper ol>li {
        margin-top: 0;
        margin-bottom: 1.1rem;
    }
    
    .party-checkout-wrapper .just-confirm-content li {
        margin-bottom: 20px;
    }
    
    .party-checkout-wrapper .party-confirm-content h3 {
        letter-spacing: 0.59px;
        margin-right: 35px;
    }
    
    .party-checkout-wrapper .just-confirm-img {
        margin: 0;
    }
    
    .party-checkout-wrapper .just-confirm-img>img {
        width: 267px;
    }
    
    .party-checkout-wrapper .just-confirm-button,
    .just-confirm-button {
        margin-top: 33px;
        align-items: center;
    }
    
    .party-checkout-wrapper .info-text-checkout {
        text-align: center;
        font-size: 17px;
        font-style: italic;
        line-height: normal;
        color: #9b9b9b;
    }
    
    #party-appointment-form-custom .ajax-progress-throbber {
        display: none;
    }
    
    .noScroll {
        position: fixed;
        overflow: hidden;
        width: 100%;
    }
    
    .party-detail-container .gallery-wrapper .tabs-nav li a {
        display: contents;
    }
    
    .party-basic-info .guests-price {
        position: relative;
        top: 7px;
    }
    
    .party-detail-container .gallery-wrapper .tabs-stage {
        flex-basis: calc(100% - 90px);
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }
    
    .path-party-appointment>.ui-datepicker .ui-datepicker-prev,
    .path-wedding-appointment>.ui-datepicker .ui-datepicker-prev,
    .path-gift-wrap-appointment>.ui-datepicker .ui-datepicker-prev {
        width: 52px;
        height: 40px;
        left: 0px !important;
        top: 0px;
        background-color: #e8e8e8;
    }
    
    .party-detail-container .gallery-wrapper .tabs-nav img {
        height: 58px;
        width: 58px;
    }
    
    .party-confirm-content h4 {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 19px;
        font-weight: 500;
        color: #00919c;
    }
    
    .party-confirm-content h6 {
        text-decoration: underline;
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 17px;
        letter-spacing: 0.56px;
        color: #333333
    }
    
    .party-checkout-wrapper .just-confirm-button .btn-big {
        font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0.59px;
        text-align: center;
        padding: 0px;
    }
    
    .path-party-appointment .workshop-search-filters .js-form-type-entity-autocomplete,
    .path-wedding-appointment .workshop-search-filters .js-form-type-entity-autocomplete,
    .path-gift-wrap-appointment .workshop-search-filters .js-form-type-entity-autocomplete {
        width: 372px;
        position: relative;
    }
    
    .party-filter-fields-custom {
        display: inline-flex;
        width: 408px;
    }
    
    .choose-party-info-wrapper .selected-info-wrapper span {
        font-size: 17px;
    }
    
    .party-checkout-wrapper .just-confirm-button .btnaddtocart {
        font-size: 18px;
    }
    
    .party-detail-section .result-ele>span {
        font-size: 16px;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: 0.52px;
        color: #9b9b9b;
    }
    
    .choose-party-info-wrapper .party-filter-fields-custom .js-form-type-select {
        width: auto !important;
    }
    
    .is-chargeable {
        font-family: initial;
    }
    
    @media screen and (max-width: 1024px) {
        .party-detail-section .additional-queries textarea {
            margin-right: 53px;
        }
        .path-party-appointment .workshop-search-filters .multi_text_field a.locator-icon,
        .path-wedding-appointment .workshop-search-filters .multi_text_field a.locator-icon,
        .path-gift-wrap-appointment .workshop-search-filters .multi_text_field a.locator-icon {
            font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #585858;
            text-decoration: none;
            width: 20px;
            height: 20px;
            display: inline-block;
            content: "";
            background-size: 20px 20px;
            position: absolute;
            left: 438px;
            top: 57px;
        }
        .path-party-appointment .appointment_calendar,
        .path-wedding-appointment .appointment_calendar,
        .path-gift-wrap-appointment .appointment_calendar {
            margin: 0px;
        }
    }
    
    @media only screen and (max-width: 1024px) {
        .party-detail-container .gallery-wrapper .tabs-stage {
            flex-basis: calc(100% - 5px);
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }
        .party-detail-container .gallery-wrapper .tabs-nav img {
            height: 25px;
            width: 25px;
        }
        .party-detail-section .party-basic-info {
            padding-right: 10px;
        }
        .party-date-info-wrapper .mycal ul li label,
        .party-date-info-wrapper .mycal ul li>div {
            width: 90px;
            height: 45px;
            font-size: 14px;
        }
    }
    
    @media only screen and (min-width: 768px) and (max-width: 900px) {
        .party-checkout-wrapper .just-confirm-img {
            width: 267px;
        }
        .party-filter-options .js-form-type-select select {
            width: 150px;
            height: 30px;
        }
        .party-filter-options input,
        .party-filter-options input:focus {
            margin-left: auto;
            margin-right: 68px;
            width: 150px;
        }
        #mymodule_calendar_div ul li label,
        #mymodule_calendar_div ul li>div {
            width: 90px;
            height: 40px;
            font-size: 14px;
        }
        .party-date-info-wrapper .calendar_container {
            margin-left: 0px;
        }
        .path-party-appointment .workshop-search-filters form>.store-location-wrapper {
            margin-bottom: 0px;
        }
        .party-detail-section .additional-queries textarea {
            width: 430px;
        }
        .party-detail-container .gallery-wrapper .tabs-nav img {
            height: 25px;
            width: 25px;
        }
        .choose-party-info-wrapper .party-detail-section .party-detail-container .gallery-wrapper {
            margin-left: -42px;
        }
        .party-detail-container .gallery-wrapper .tabs-stage {
            flex-basis: calc(100% - 10px);
            margin-left: -18px;
            margin-right: 18px;
        }
        .party-detail-section .party-basic-info>p {
            width: 450px;
            height: fit-content;
        }
        .party-detail-section .party-basic-info {
            padding-right: 0px;
            padding-left: 0px;
        }
        #mymodule_calendar_div ul li {
            display: inline-block;
            position: relative;
            margin-right: 8px;
            margin-bottom: 4px;
        }
    }
    
    @media only screen and (max-width: 767px) {
        .party-confirm-content h4 {
            font-size: 16px;
        }
        .party-confirm-content h6 {
            font-size: 14px;
        }
        .party-confirm-content h5 {
            font-size: 15px;
        }
        .party-form-submit-container div:nth-child(1) {
            font-size: 12px;
            color: #9b9b9b;
        }
        .party-form-submit-container div:nth-child(1)>a {
            font-size: 12px;
        }
        .party-checkout-wrapper .just-confirm-button .btnaddtocart {
            font-size: 18px;
        }
        .choose-party-info-wrapper .selected-info-wrapper span {
            font-size: 16px;
        }
        .path-party-appointment .mycal ul,
        .path-wedding-appointment .mycal ul,
        .path-gift-wrap-appointment .mycal ul {
            height: 250px;
            overflow: auto;
            text-align: center;
        }
        .path-party-appointment .workshop-search-filters .multi_text_field a.locator-icon,
        .path-wedding-appointment .workshop-search-filters .multi_text_field a.locator-icon,
        .path-gift-wrap-appointment .workshop-search-filters .multi_text_field a.locator-icon {
            font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #585858;
            text-decoration: none;
            width: 20px;
            height: 20px;
            display: inline-block;
            content: "";
            background-size: 20px 20px;
            position: absolute;
            left: 293px;
            top: 57px;
        }
        .path-party-appointment-checkout.just-confirm-content,
        .path-wedding-appointment.just-confirm-content,
        .path-gift-wrap-appointment.just-confirm-content {
            width: 100%;
            margin: 0;
            text-align: left;
            padding: 0px 25px;
        }
        .path-party-appointment .workshop-search-filters .js-form-type-entity-autocomplete,
        .path-wedding-appointment .workshop-search-filters .js-form-type-entity-autocomplete,
        .path-gift-wrap-appointment .workshop-search-filters .js-form-type-entity-autocomplete {
            width: 252px;
            position: relative;
            /* margin-left: -10px; */
        }
        .workshop-search-filter.workshop-search-filters form>div form .fullcal-class {
            /* display: flex; */
            flex-wrap: wrap;
            padding: 0 18px 2px 18px;
        }
        .store-location-info-wrapper .form-item-store-location label {
            font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-size: 20px;
            color: #4a4a4a;
        }
        .choose-party-info-wrapper>div:nth-child(1),
        .party-date-info-wrapper>div:nth-child(1) {
            font-size: 20px;
            padding-left: 0;
        }
        .workshop-search-filters .multi_text_field a.locator-icon {
            font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            color: #585858;
            text-decoration: none;
            width: 20px;
            height: 20px;
            display: inline-block;
            content: "";
            background-size: 20px 20px;
            position: absolute;
            left: 284px;
            top: 57px;
        }
        .path-party-appointment .workshop-search-filters form,
        .path-wedding-appointment .workshop-search-filters form,
        .path-gift-wrap-appointment .workshop-search-filters form {
            /* display: flex; */
            flex-wrap: wrap;
            padding: 0 19px 0px 19px;
        }
        .path-party-appointment .workshop-search-filters form>div,
        .path-wedding-appointment .workshop-search-filters form>div,
        .path-gift-wrap-appointment .workshop-search-filters form>div {
            margin: 12px 0px 0px 0px !important;
        }
        .store-location-info-wrapper,
        .choose-party-info-wrapper {
            padding-left: 68px;
            padding-top: 0px !important;
        }
        .choose_party_checked,
        .choose_party_unchecked,
        .store_checked,
        .store_unchecked,
        .date_checked,
        .date_unchecked {
            padding-left: 0px;
        }
        .party-checkout-wrapper .just-confirm-img>img {
            width: 325px;
            height: 174px;
        }
        .just-confirm-content h6 {
            font-size: 14px;
        }
        .party-filter-fields-custom {
            display: inline-flex;
            margin-left: -51px;
        }
        .party-filter-options .js-form-type-select select {
            width: 142px;
        }
        .party-filter-options {
            display: block;
        }
        .party-filter-options .js-form-type-select.form-item-target-audience {
            padding-right: 19px;
        }
        .party-filter-options input,
        .party-filter-options input:focus {
            margin-left: auto;
            margin-right: 0px;
            margin-top: 22px;
            width: 197px;
            height: 30px;
            background-color: #000000 !important;
            font-size: 15px;
            letter-spacing: 0.49px;
            text-align: center;
            color: #ffffff;
            border: none;
        }
        .path-party-appointment.workshop-search-filters form>div,
        .path-wedding-appointment.workshop-search-filters form>div,
        .path-gift-wrap-appointment.workshop-search-filters form>div {
            margin: 0px;
        }
        .party-detail-section .result-ele {
            border-bottom: 1px solid #979797;
            padding: 10px 0;
            margin-top: 15px;
            margin-bottom: 30px;
            margin-right: 10px;
            margin-left: -56px;
            font-size: 12px;
            color: #9b9b9b;
        }
        .party-detail-container .gallery-wrapper .tabs-stage {
            flex-basis: calc(100% - 5px);
            display: flex;
            align-items: flex-start;
            justify-content: center;
            width: 103px;
        }
        .party-detail-container {
            margin-left: -52px;
        }
        .party-detail-section .party-basic-info {
            padding-left: 12px;
        }
        .party-detail-section .party-basic-info>span {
            width: 537px;
            height: 29px;
            font-family: 'RobotoSlab', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-size: 18px;
            line-height: normal;
            letter-spacing: 0.72px;
            color: #585858;
            padding-left: 5.4em;
        }
        .party-detail-section .party-basic-info>p {
            width: 500px;
            height: fit-content;
            /* height: 76px; */
            font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            font-size: 12px;
            line-height: normal;
            letter-spacing: 0.52px;
            color: #4a4a4a;
            margin-bottom: 32px;
            padding-top: 20px;
            margin-left: -12px;
        }
        .party-detail-section .skill-duration>div span:nth-child(1),
        .party-detail-section .guests-range label,
        .party-detail-section .guests-range div:nth-child(2) span:nth-child(1) {
            font-size: 12px;
            line-height: 1.42;
            letter-spacing: 0.39px;
            color: #9b9b9b;
        }
        .party-detail-section .guests-range label {
            padding-right: 0px;
            font-size: 12px;
            line-height: 1.42;
            letter-spacing: 0.39px;
            color: #585858;
        }
        .party-detail-section .guests-range select {
            width: 82px;
            height: 30px;
            border-radius: 4px;
            border: solid 1px #979797;
            background-color: #f8f8f8;
            padding-left: 13px;
        }
        .party-basic-info p {
            order: 2;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .party-basic-info {
            padding: 0;
            margin: 0;
            list-style: none;
            -ms-box-orient: horizontal;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -moz-flex;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-flow: row wrap;
            flex-flow: row wrap;
        }
        .party-basic-info>p {
            order: 2;
        }
        .party-basic-info .guests-range {
            order: 3;
        }
        .party-basic-info .additional-queries {
            order: 4;
            margin-left: -14px;
        }
        .party-detail-section .skill-duration {
            display: block;
        }
        .party-date-info-wrapper .select-date-time-wrapper,
        .party-date-info-wrapper .selected-date-info-wrapper {
            padding-left: 24px;
        }
        .party-date-info-wrapper .selected-date-info-wrapper {
            font-size: 16px;
        }
        .calendar_container .mycal {
            width: 100%;
        }
        .party-date-info-wrapper .mycal ul li label,
        .party-date-info-wrapper .mycal ul li>div {
            width: 100%;
            height: 40px;
        }
        .party-form-submit-container .confirm-submit input[type="submit"] {
            width: 170px;
            height: 36px;
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0.59px;
            text-align: center;
            background-color: #ffffff;
        }
        .selected-info-wrapper .party-confirm-success,
        .selected-date-info-wrapper .party-datetime-confirm-success {
            font-size: 16px;
        }
        .path-party-appointment .appointment_calendar.party-date-info-wrapper,
        .path-wedding-appointment .appointment_calendar.party-date-info-wrapper,
        .path-gift-wrap-appointment .appointment_calendar.party-date-info-wrapper {
            padding-top: 0px !important;
            padding-bottom: 44px !important;
        }
        .party-detail-section .party-detail-container {
            display: block;
            flex-direction: row;
            justify-content: space-between;
        }
        .party-detail-container .gallery-wrapper {
            position: absolute;
        }
        .party-detail-section .guests-range {
            margin-top: 0px;
            margin-left: -14px;
        }
        .party-detail-section .additional-queries textarea {
            width: 300px;
            height: 68px;
            resize: none;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.5);
            border: solid 1px #cccccc;
            background-color: #f8f8f8;
            font-size: 15px;
            padding: 10px;
        }
        .party-basic-info .skill-duration {
            flex: 1;
            order: 1;
            padding-left: 7em;
        }
        .party-detail-section .skill-duration>div span:nth-child(2),
        .party-detail-section .guests-range div:nth-child(2) span:nth-child(2) {
            font-size: 12px;
            line-height: 1.13;
            letter-spacing: 0.49px;
            color: #9b9b9b;
        }
        .party-form-submit-container {
            display: block;
        }
        .party-form-submit-container .confirm-submit {
            text-align: right;
            margin-top: 10px;
        }
    }
    
    @media screen and (max-width: 414px) {
        .party-filter-fields-custom {
            display: inline-flex;
            margin-left: -27px;
        }
        .party-filter-options input,
        .party-filter-options input:focus {
            margin-left: 25px;
        }
        .party-detail-section .additional-queries textarea {
            width: 346px;
        }
        .confirm-party-selection {
            padding-right: 85px;
        }
        .party-confirm-content ul:first-child {
            margin-bottom: 15px;
            padding-left: 9%;
        }
    }
    
    @media screen and (max-width: 767px) {
        .party-filter-fields-custom {
            margin-left: -50px;
        }
        .party-filter-options input,
        .party-filter-options input:focus {
            margin-left: 0px;
        }
        .party-detail-section .additional-queries textarea {
            width: 308px;
        }
        .party-confirm-content ul:first-child {
            margin-bottom: 15px;
            padding-left: 5%;
        }
        .confirm-party-selection {
            padding-right: 69px;
        }
        #mymodule_calendar_div ul li {
            margin-bottom: 4px;
            width: 23%;
            margin-right: 2.6%
        }
    }