#header-container {
  display: block!important;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

.instudio-selfcheck-form {
  max-width: 1140px;
  margin: 0 auto;
}

.instudio-selfcheck-form-step-130 {
  max-width: 100%!important;
}

.wdn-text-hidden {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute!important;
  border: 0!important;
  padding: 0!important;
  margin: 0!important;
  clip: rect(1px,1px,1px,1px);
}

.muse-instudio-party-payment-header {
    width: 100%;
    display: inline-block;
    height: 465px;
    overflow: hidden;
    position: relative;
    background-image: url(https://www.musepaintbar.com/events/assets/images/muse-private-party-payment-header-v2.png);
    background-size: cover;
}

#remove-header-image {
  border-top: 1px solid #AAAAAA!important;
  padding-top: 10px !important;
}

.muse-virtual-party-payment-success-header {
    width: 100%;
    display: inline-block;
    background-image: url(https://www.musepaintbar.com/events/assets/images/thank-you.png);
    background-size: 100% 100%;
    height: calc( 100vh );
    position: relative;
    background-color: #FFFFFF;
}

.muse-virtual-party-payment-shipping-header {
    width: 100%;
    display: inline-block;
    background-color: #f2f2f2 !important;
}

.page-header-overlay {
  position: absolute;
    transition: all 0.3s ease;
    opacity: .3;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
}

.page-header-text {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  line-height: 133.4%;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}

.page-header-thank-you-container {
    z-index: 2;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    top: 35%;
    bottom: 0%;
    left: 0;
    right: 0;
    display: inline-block;
}

.muse-virtual-party-payment-shipping-header .page-header-thank-you-container {
    margin: 0 auto!important;;
    width: 100%!important;;
    margin-top: 30px!important;
    position: initial!important;
}

.page-header-thank-you-header {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  color: #000000;
  z-index: 2;

}

.muse-instudio-party-payment-header-edit {
    border-top: none!important;
    margin-top: 7px;
    padding-bottom: 10px;
}

.thank-you-message {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #000000;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}

.vpp-thank-you-container {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.vpp-paint-at-home {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-table;
  padding: 40px;
  width: 40%;
  min-height: 250px;
}

.vpp-social-media {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: inline-table;
  padding: 40px;
  width: 40%;
  margin-left: 15px;
  min-height: 250px;
}

.vpp-paint-at-home label {
  font-family: 'Frontage-Regular';;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  color: #000000;
  min-height: 70px;
  padding: 35px 15px;
}

.vpp-social-media label {
  font-family: 'Frontage-Regular';;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  color: #000000;
  min-height: 70px;
  padding: 35px 15px;
  margin-bottom: 0px!important;
}

.vpp-paint-at-home a {
  background: #FF6652;
  border-radius: 20px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 25px;
  text-decoration: none;
}

.vpp-paint-at-home a:hover {
  background: #FFFFFF;
  color: #FF6652;
  border: 1px solid #FF6652;
} 

.vpp-social-media a {
  margin: 15px;
}

.vpp-social-media-icons {
  display: block;
}

.vpp-paint-at-home img {
  width: 30px;
}

.vpp-back-to-home {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-top: 50px;
  display: block;
}

.vpp-back-to-home a {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  background: #5F9E9A;
  border-radius: 20px;
  width: 150px;
  padding: 15px 40px;
  text-align: center;
  margin: 0 auto;
  margin-top: 150px;
  cursor: pointer;
}


.ve-section {
  text-align: center;
  margin-top: 50px;
}
.ve-steps {
  min-height: 160px;
  height: 160px;
  display: none!important;
}
.ve-step div {
  display: inline-block;
}
.ve-step-1, .ve-step-2, .ve-step-3, .ve-step-4, .ve-step-5, .ve-step-6 {
  position: relative;
  display: inline-block;
}
.ve-steps hr {
  border: 1px solid #FF6652;
    width: 92px;
    height: 0px;
    display: inline-block;
    vertical-align: middle;
    margin: -5px;
}

.ve-step-progressbar {
  border:  1px solid #6FB8B3!important;
}

.bc-step2, .bc-step3, .bc-step4, .bc-step5, .bc-step6 {
  display: none;
}

.ve-step-1 label, .ve-step-2 label, .ve-step-3 label, .ve-step-4 label, .ve-step-5 label, .ve-step-6 label{
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  align-items: center;
  text-align: center;
  color: #000000;
  display: inline-block;
    position: absolute;
    bottom: -60px;
  left: -18px;
    text-transform: uppercase;
    width: 65%;
}
.ve-step-4 label, .ve-step-6 label {
  bottom: -43px!important;
}

.step-16 {
  padding-top: 30px;
}

.ve-step {
  background: #FFFFFF;
  color: #FF6652;
  border: 2px solid #FF6652;
    box-sizing: border-box;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 68px;
    align-items: center;
    text-align: center;
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
}
.ve-step-active {
  background: #FF6652;
  color: #FFFFFF;
}

.ve-step-filled {
  background: #6FB8B3!important;
  color: #FFFFFF!important;
  border: 2px solid #6FB8B3!important;
  cursor: pointer!important;
}

.instudio-selfcheck-form {
  max-width: 1140px;
  margin: 0 auto;
}

.ve-steps-details {
  background: #FFFFFF;
  width: 100%;
  padding: 0px;
  border-radius: 5px;
}

.cal-htw-container {
  background-color: #CEF1E9;
}

.step-120 {
  box-shadow: unset;
  box-sizing: unset;
  border: none;
  padding: 0px 0px 40px 0px;
}

.step-121 {
  width: 28%;
  float: left;
  padding-bottom: 20px;
  background-color: #CEF1E9;
}

.step-122 {
  width: 70%;
  margin-left: 1%;
  padding-bottom: 45px!important;
}

.step-122 .ve-calendar-main {
  padding-top: 30px;
  margin-bottom: -25px;
}

.step-123 {
  background: unset!important;
  border: none!important;
  box-sizing: unset!important;
  box-shadow: unset!important;
  padding-bottom: 0px!important;
}

.step-14 {
  border: none!important;
  box-sizing: initial!important;
  box-shadow: none!important;
}

.select-cal-step-121 {
  width: 70%;
}

.select-cal-step-122 {
  width: 25%;
}

.price-varies-cls {
  display: table-header-group;
  width: 100%;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  align-items: center;
  text-align: center;
  color: #333333;
}

.whentoarrive-cls {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333333;
  position: absolute;
  bottom: 15px;
  padding-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
  left: -5px;
  width: 100%;
}

.whentoarrive-cls i {
  font-style: normal;
  font-size: 12px;
  margin-top: -5px;
  display: inline-block;
}

.select-cal {
  padding: 1% 2% 1% 2%!important;
} 

.ved-question {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  align-items: center;
  text-align: left;
  width: 16%;
  display: inline-block;
  line-height: 133.4%;
  padding: 15px;
} 

.ved-question sub {
    top: -6px!important;
    left: 2px!important;
    color: red!important;
}

.ve-steps-detail-extra {
  margin-top: 50px!important;
}

.ve-steps-detail-celebrating {
  margin-top: 0px!important;
}

.ved-question-select {
  border-radius: 5px;
  border: 1px solid #FFF;
  background-color: #F2F2F2;
  width: 35%;
  height: 55px;
  padding: 16px;
  vertical-align: bottom;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(https://www.musepaintbar.com/events/assets/images/arrow-down-333333.png);
  background-size: 20px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  cursor: pointer;
} 

.ved-question-input {
  border-radius: 5px!important;
  border: 1px solid #FFF!important;
  background-color: #F2F2F2!important;
  color: #000000!important;
  width: 32%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  padding: 0px 16px!important;
  font-size: 15px!important;
  height: 50px!important;
}

.ved-question-input::placeholder {
  color: #333;
  font-family: Poppins;
  font-weight: 400;
  font-weight: normal;
}

.ve-steps-detail-next {
  text-align: center;
  margin: 0 auto!important;
  display: inline-block;
  margin-top: 40px!important;
  cursor: pointer;
  width: 100%;
}

.step-15 .ve-steps-detail-next {
  margin-top: 80px !important;
  margin-bottom: -30px !important;
}

.ve-slot-booked {
  border: 1px solid #0091F1!important;
  cursor: default!important;
  text-decoration: line-through;
}

.ve-steps-detail-prev-cancel {
  padding: 4% 0% 0% 0%!important;
}

.ved-prev-arrow {
  font-size: 25px!important;
  font-family: 'Poppins'!important;
  margin-right: 10px;
  vertical-align: middle;
  font-weight: 500;
}

.ved-question-button-prev {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
  background: #FFFFFF;
  border: 2px solid #333333;
  padding: 8px 50px 8px 50px;
  border-radius: 5px;
  margin-right: 20px;
}

.ved-question-button-divider {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin: 0 20px;
}

.ved-question-button-cancel {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  cursor: pointer;
}

.dont_see_time_cls {
  clear: both!important;
  width: 100%!important;
  margin-top: 40px!important;
  margin-bottom: -10px!important;
  font-family: Poppins!important;
  font-style: normal!important;
  font-weight: 400!important;
  font-size: 12px!important;
  color: #333333!important;
  text-align: left!important;
}

.dont_see_time_cls a {
  color: #0076DB!important;
}

.ved-question-button-1, .ved-question-button-2, .ved-question-button-3, .ved-question-button-29, .ved-question-button-30, .ved-question-button-31, .ved-question-button-32, .ved-question-button-4, .ved-question-button-5, .ved-question-button-6 {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #333333;
  padding: 10px 65px 10px 65px;
  border-radius: 5px;
}

.ved-question-button-3, .ved-question-button-31, .ved-question-button-32 {
  display: none;
}

.select-cal {
  float: left;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  margin: 0px 10px 0px 0px;
}

.select-cal-title {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 12px 0px;
    align-items: center;
    vertical-align: bottom;
    color: #333!important;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.select-cal-calendar {
  display: block;
}   

.select-cal .select-cal-title {
  background: #D9D9D9;
  border-radius: 5px 5px 0px 0px;
  color: #FFFFFF;
  min-height: 43px;
  display: grid;
}

.select-cal header {
  height: auto!important;
}

.select-cal .year {
  font-size: 1em!important;
}

.select-cal .day {
  cursor: pointer!important;
}

.select-cal-calendar li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #0091F1;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  display: inline-block;
  min-width: 120px;
  margin: 5px 2px;
  cursor: pointer;
}
.ve-calendar-main {
  display: inline-flex;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.step-14 .ve-calendar-main {
  width: 100%!important;
}

.ve-steps-detail-country {
  display: none;
}

.build-your-package.package-cls-1.build-cls-2 {
    background-color: rgb(98, 187, 247);
    margin-top: -50px;
    padding: 30px;
}

.backto-step-2, .backto-step-3, .backto-step-4, .backto-step-5 {
  cursor: pointer!important;
}

.step-130 {
    box-shadow: unset;
    box-sizing: unset;
    border: none;
    padding: 0px 0px 0px 0px;
    background: #F1F2F2!important;
    margin: 0 auto;
}

.step-131, .step-132 {
  background: #FFFFFF!important;
}

.step-12-title {
  width: 100%;
  font-family: 'Frontage-Regular'!important;
  letter-spacing: -0.15em;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333333;
}

.step-13-title {
  width: 100%;
  font-family: 'Frontage-Regular'!important;
  letter-spacing: -0.15em;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  margin-top: -10px;
}

.step-13-title-v1 {
  width: 100%;
  font-family: 'Frontage-Regular'!important;
  letter-spacing: -0.15em;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-top: 50px;
}

.step-14-title {
  width: 100%;
  font-family: 'Frontage-Regular'!important;
  letter-spacing: -0.15em;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}

.step-15-title {
  width: 100%;
  font-family: 'Frontage-Regular'!important;
  letter-spacing: -0.15em;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-bottom: 0px;
  margin-top: 40px;
}

.step-15 .ve-steps-detail {
  width: 80%;
  margin: 0 auto;
}

.step-15 .ved-question-input-1 {
  background: #FFFFFF;
  color: #000000;
  vertical-align: baseline;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px!important;
  border-right: none!important;
  box-shadow: none!important;
  border-bottom: 1px solid #AAAAAA;
  border-left: none!important;
  border-top: none!important;
  border-radius: 0px!important;
}

.step-15 .ved-question-input-2 {
  width: 94%!important;
  background: #FFFFFF;
    vertical-align: baseline;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
  font-size: 16px!important;
    margin-left: 20px;
    border-right: none!important;
    box-shadow: none!important;
    border-bottom: 1px solid #AAAAAA;
    border-left: none!important;
    border-top: none!important;
    border-radius: 0px!important;
    margin-top: 50px;
}

.step-15 .ved-question-input-3 {
  width: 100%!important;
  background: #FFFFFF;
  color: #000000;
  vertical-align: baseline;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px!important;
  border-right: none!important;
  box-shadow: none!important;
  border-bottom: 1px solid #AAAAAA;
  border-left: none!important;
  border-top: none!important;
  border-radius: 0px!important;
}

.select-cal-calendar-time {
  height: auto;
  min-height: 400px;
  overflow: hidden;
  margin: 0 auto;
  display: table;
  margin-top: 30px;
}

.timeslot_loading {
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    font-family: Poppins;
    margin: 0 0 9px 25px;
    padding-bottom: 100px;
}

.select-cal-calendar-time ul {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 70px 0px 0px 0px;
}

.actual_amount {
  margin-top: 10px!important;
}

.ved-question-promocode {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  line-height: 25px;
  vertical-align: bottom;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  height: 50px;
  text-align: left;
  padding-left: 15px;
}

.ved-question-gratuity {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  line-height: 25px;
  vertical-align: bottom;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  width: 100%;
  height: 50px;
  text-align: left;
  padding-left: 35px;
  padding-top: 3px;
}

.gratuity-dollar-sign {
  position: absolute;
  top: 15px;
  left: 15px;
  font-family: Poppins;
  font-size: 24px;
}

.promocode-error {
  font-size: 25px;
  color: red;
  position: absolute;
  right: 20px;
  top: 14px;
  display: none;
}

.promocode-correct {
  font-size: 25px;
  color: green;
  position: absolute;
  right: 20px;
  top: 14px;
  display: none;
}

.minimum_spend {
  margin-top: -5px!important;
  display: none;
  position: relative;
}

.minimum_spend_duplicate {
  display: none;
}

.minimum-spend-duplicate-child {
  position: relative;
  display: inline;
  vertical-align: super;
  margin-left: 10px;
}

.steps-errors span {
  margin-bottom: 20px;
  display: inline-block;
}

.steps-errors label {
  color: red;
  font-size: 15px;
  font-family: 'Poppins';
}

.step-12, .step-13, .step-13-1, .step-14, .step-15, .step-16, .package-cls-1, .package-cls-2 {
  display: none;
}

.step-130 p.before-menu-sub_heading {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.main-package-type-cls {
  flex-wrap: wrap!important;
  justify-content: center!important;
  align-items: center!important;
}

.main-package-type-cls  div {
  color: #333333!important;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 30px 15px 30px 15px !important;
  width: 40% !important;
  margin-right: 2% !important;
  margin-bottom: 30px;
}

.package-type-cls-1 {
  background: #CEF1E8!important;
}

.package-type-cls-2 {
  background: #CEF1E9!important;
}

.package-type-cls-3 {
  background: #00D5B5!important;
}

.package-type-cls-4 {
  background: rgba(0, 213, 194, 0.83)!important;
}

.package-type-cls-5 {
  background: #B8D900!important;
  margin-right: 0px !important;
}

.main-package-type-cls div.package-type-cls-extra {
    width: 35% !important;
    margin-right: 3% !important;
}

.pp-package-name {
    font-family: Poppins!important;
    font-size: 28px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 30px!important;
    letter-spacing: 0px!important;
    text-transform: uppercase!important;
    min-height: 90px!important;
    width: 90%;
    margin: 0 auto;
}

.pp-package-items {
    display: block;
    min-height: 90px;
}

.pp-starting-text {
    font-family: Poppins!important;
    font-size: 16px!important;
    font-weight: 400!important;
    padding-bottom: 10px!important;
}

.pp-starting-text .basic_price_cls {
    font-size: 14px!important;
    font-weight: 400!important;
}

.pp-starting-text .basic_price_cls label {
    width: auto!important;
    display: inline-block!important;
    margin-top: 5px!important;
    font-family: Poppins !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}    

.pppkg-book-now {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    text-align: center !important;
    text-transform: uppercase;
    color: #333333 !important;
    border: 2px solid #333333 !important;
    width: 90%;
    margin: 0 auto;
    display: block;
    border-radius: 5px !important;
    cursor: pointer !important;
  }

.pp-package-items span {
    float: left!important;
    text-align: left!important;
    font-family: Poppins!important;
    font-size: 14px!important;
    font-weight: 400!important;
}

.pp-package-items img {
    display: inline-block !important;
    width: 15px;
    height: 15px !important;
    vertical-align: top !important;
    margin-top: 0px !important;
    margin-left: 0px !important;
    margin-right: 3px !important;
    margin-bottom: 8px;
    float: none !important;
}

.pp-package-items span i {
    margin-left: 22px;
    margin-top: -5px;
    display: block;
    font-size: 12px;
    font-style: normal;
}

.pp-package-items span b {
  display: inline-block!important;
  font-size: 12px!important;
  font-style: normal!important;
  font-weight: normal!important;
}

.pp-package-items span u {
    font-style: normal;
    text-decoration: none;
    font-size: 12px;
}


.build-your-package label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 133.4%;
  text-align: center;
  text-transform: uppercase;
}

.build-your-package span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  display: block;
  margin-top: 15px;
}

.build-your-package b {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.build-your-package i {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
}

.build-your-package button {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 133.4%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  border: 3px solid #333333;
  border-radius: 5px;
  background: #333333;
  padding: 10px 30px;
  margin-top: 30px;
}

span.pppkg-book-now.package-selected {
    color: #0091F1 !important;
    background: #FFFFFF !important;
    border: 2px solid #333333;
}

.addon-item-drop.package-selected-item-hide {
  display: none!important;
}

.minimum_spend .payment-details-2, .minimum_spend_duplicate .payment-details-2 {
  margin-left: 1px!important;
  margin-top: 5px;
}

.minimum_spend .payment-details-amount-2, .minimum_spend_duplicate .payment-details-amount-2 {
  margin-right: 2px;
  margin-top: 5px;
}

.minimum_spend i, .minimum_spend_duplicate i {
  font-size: 18px!important;
  margin-left: 10px!important;
  cursor: pointer;
  vertical-align: bottom;
}

.help-tip-gratuity {
  top: 15px!important;
  right: 3%!important;
  left: auto!important;
}

.help-tip-gratuity p { 
  left: -250px; 
} 

.help-tip-gratuity p:before { 
  left: 88%;
}

.help-tip { 
  position: absolute; 
  top: 8px;
  left: 52%;
  text-align: center;
  background-color: #AAAAAA;
  color: #ffffff; 
  border-radius: 50%; 
  width: 18px; 
  height: 19px; 
  font-size: 13px; 
  line-height: 20px; 
  cursor: default; 
}

.help-tip:before { 
  content: 'i';
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 12px;
  padding-right: 2px;
}

.help-tip:hover p { 
  display:block; 
  transform-origin: 100% 0%; 
  -webkit-animation: fadeIn 0.3s ease-in-out; 
  animation: fadeIn 0.3s ease-in-out; 
} 

.help-tip p { 
  /* The tooltip */ 
  display: none; 
  text-align: left; 
  background-color: #1E2021; 
  padding: 20px; 
  width: 250px; 
  position: absolute; 
  border-radius: 3px; 
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
  left: -140px; 
  top: 25px;
  color: #FFF; 
  font-size: 13px; 
  line-height: 1.4; 
  z-index: 9999999999; 
} 

.help-tip p:before { 
  /* The pointer of the tooltip */ 
  position: absolute; 
  content: ''; 
  width:0; 
  height: 0; 
  border:6px solid transparent; 
  border-bottom-color:#1E2021; 
  left: 49%;
  top: -12px;
} 

.help-tip p:after { 
  /* Prevents the tooltip from being hidden */ 
  width:100%; 
  height:40px; 
  content:''; 
  position: absolute; 
  top:-40px; 
  left:0; 
}

.admin-fee {
  display: none;
}

.admin-fee-help-tip-child {
  position: relative;
  display: inline;
  vertical-align: super;
  margin-left: 10px;
}

.admin-fee-help-tip { 
  position: absolute; 
  top: 8px;
  left: 52%;
  text-align: center;
  background-color: #AAAAAA;
  color: #ffffff; 
  border-radius: 50%; 
  width: 18px; 
  height: 19px; 
  font-size: 13px; 
  line-height: 20px; 
  cursor: default; 
}

.admin-fee-help-tip:before { 
  content: 'i';
  color: #fff;
  font-style: italic;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 12px;
  padding-right: 2px;
}

.admin-fee-help-tip:hover p { 
  display:block; 
  transform-origin: 100% 0%; 
  -webkit-animation: fadeIn 0.3s ease-in-out; 
  animation: fadeIn 0.3s ease-in-out; 
} 

.admin-fee-help-tip p { 
  /* The tooltip */ 
  display: none; 
  text-align: left; 
  background-color: #1E2021; 
  padding: 20px; 
  width: 250px; 
  position: absolute; 
  border-radius: 3px; 
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); 
  left: -140px; 
  top: 25px;
  color: #FFF; 
  font-size: 13px; 
  line-height: 1.4; 
  z-index: 9999999999; 
} 

.admin-fee-help-tip p:before { 
  /* The pointer of the tooltip */ 
  position: absolute; 
  content: ''; 
  width:0; 
  height: 0; 
  border:6px solid transparent; 
  border-bottom-color:#1E2021; 
  left: 49%;
  top: -12px;
} 

.admin-fee-help-tip p:after { 
  /* Prevents the tooltip from being hidden */ 
  width:100%; 
  height:40px; 
  content:''; 
  position: absolute; 
  top:-40px; 
  left:0; 
}

.order-summary-title {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.4%; /* 24.012px */
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  display: inline-block;
  text-align: left;
  float: left;
}

.payment-left-right {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.payment-left {
  width: 48%;
  display: inline-block;
  float: left;
  margin: 10px;
  position: relative;
}

.payment-right {
  width: 45%;
  float: right;
  margin: 10px;
  display: table;
  height: auto;
  min-height: 400px;
  overflow: hidden;
  display: inline-block;
}

.ccjs-card {
  background: #f3f3f3!important;
  border: none!important;
  display: inline-table;
  vertical-align: initial;
  padding: 15px 15px 35px 15px;
  float: left!important;
  height: auto!important;
  margin-top: 0px;
}

.ccjs-card, .ccjs-card .ccjs-csc-diagram, .ccjs-card .ccjs-csc-diagram-amex {
  border-radius: 5px!important;
}

.ccjs-name, .ccjs-number, .payment_details {
  font-family: 'Poppins'!important;
  font-size: 16px!important;
  font-weight: 400!important;
  padding-top: 10px!important;
}

.ccjs-csc-help {
  display: none!important;
}

#nameoncard, .ccjs-number-formatted, #month, #year, #cvv, .ccjs-csc-help, #zipcode, .ccjs-card .ccjs-expiration:after {
  margin-top: 20px!important;
}

.purchase-summery-1 {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  padding: 10px 25px;
  margin-top: 20px;
  clear: both;
}

.purchase-summery-2 {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  padding: 10px 25px;
  margin-top: 20px;
}

.purchase-summery-1 .payment-details-1, .purchase-summery-1 .payment-details-2, .purchase-summery-1 .payment-details-3, .purchase-summery-1 .payment-details-5, .purchase-summery-1 .payment-details-6 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  text-align: left;
  color: #000000;
  float: left;
  width: 63%
}

.purchase-summery-1 .payment-details-amount-1, .purchase-summery-1 .payment-details-amount-60 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 133.4%;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 30%;
}

.purchase-summery-1 .payment-details-amount-50 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 133.4%;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 30%;
}

.purchase-summery-1 .gratuity-amount-span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 26%;
}

.purchase-summery-1 .admin-fee-amount-span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 26%;
}

.purchase-summery-1 .custom-painting-amount-span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 26%;
}

.purchase-summery-1 .payment-details-amount-2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 28%;
}

.purchase-summery-1 .payment-details-amount-3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 133.4%;
  text-align: right;
  color: #0076DB;
  padding-right: 10px;
  float: right;
  width: 30%;
}

.purchase-summery-1 .payment-details-amount-4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 30%;
}

.payment-details-4 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  float: left;
  width: 50%;
  text-align: left;
}

.discount-hide, .gratuity-hide, .custom-painting-hide {
  display: none!important;
}

.discount-show, .gratuity-show {
  display: inline-block!important;
}

.purchase-summery-1 .ps-div {
  width: 100%;
  display: inline-block;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.purchase-summery-2 .payment-details-1, .purchase-summery-2 .payment-details-2, .purchase-summery-2 .payment-details-3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  text-align: left;
  color: #0076DB;
  float: left;
}

.purchase-summery-2 .payment-details-amount-1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  text-align: right;
  color: #000000;
  padding-right: 10px;
  float: right;
  width: 60%!important;
}

.purchase-summery-2 .payment-details-amount-2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  color: #000000;
  padding-right: 10px;
  padding-top: 5px;
  text-align: left;
  display: flex;
  padding-left: 10px;
  margin-top: -3px;
}

.purchase-summery-2 .payment-details-amount-3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  color: #000000;
  padding-right: 10px;
  padding-top: 5px;
  text-align: left;
  display: flex;
  padding-left: 10px;
  margin-top: -3px;
  text-transform: capitalize;
}

.total_painters {
    display: initial!important;
    font-size: 15px!important;
}

.purchase-summery-2 .ps-div {
  width: 100%;
  display: inline-block;
  padding: 5px;
}

.picker__weekday, .picker__table td{
  text-align: center;
}
div#dateselecter_root {
    background: #FFFFFF;
    padding: 10px 0;
    color: #FFF;
    border-radius: 6px;
    font-family: 'Poppins';
}

.picker__day {
  padding: 15px;
  color: #333333;
  opacity: 1;
}

.picker__day--outfocus {
  opacity: 0.6!important;
}

.picker__day--today {
    position: initial;
}

.picker__day--today:before{
  /*border-top: 0.5em solid #00b1c4;*/
}
.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected{
  color: #333333!important;
  background: #0091F1!important;
  display: inline-block;
  text-align: center;
  margin-left: 7px;
  border-radius: 50%!important;
  width: 10px;
  height: 10px;
  line-height: 10px;
  padding-left: 11px;
  padding-bottom: 13px;
  opacity: 1!important;
}
.picker__weekday {
   color: #333;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.picker__year{
  color: #fff;
}
.picker__nav--prev:before{
  border-right:8px solid #0091F1;
}
 .picker__nav--next:before{
  border-left: 8px solid #0091F1;
 }
.picker__nav--prev, .picker__nav--next{
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 0;
}

.picker__month, .picker__year {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #333333;
}

.picker__header {
  background: #C7E3FC;
  border-radius: 20px;
  padding: 10px;
}

.picker__nav--prev{
  left: 10px;
  margin: 13px;
}
.picker__nav--next{
  right: 10px;
  margin: 13px;
}
.picker__nav--prev:before {
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}
.picker__nav--next:before{
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
}
.picker__table th{
  border: none;
}
.picker__day--highlighted, .picker__day--highlighted:hover, .picker--focused .picker__day--highlighted {
    border:none;
    border-radius: 0;
    background: transparent;
    color: #333;
}
.picker__day.picker__day--infocus.picker__day--selected.picker__day--highlighted {
    border-radius: 5px;
    color: #333333;
    opacity: 0.6;
}/*
.picker__day--highlighted:hover, .picker--focused .picker__day--highlighted{
  background: none;
  border: none;
  color: #fff;
}*/
.picker__day--infocus:hover, .picker__day--outfocus:hover{
  border-color: #FFF;
    border-radius: 5px;
    background: #fff;
    color: #0091F1;
}
.picker__day--disabled, .picker__day--disabled:hover, .picker--focused .picker__day--disabled{
  background: none;
  border: none;
  color: #333333;
  opacity: 0.2;
}
.picker__holder{
  outline: none;
}
.picker__footer{
  display: none;
}
input.datepicker, input.timepicker{
    display: none;
}

.grecaptcha-badge iframe:first-child {
  height: auto!important;
}

.grecaptcha-badge {
  bottom: 70px!important;
}

.muse-pp-error-step-1, .muse-pp-error-step-2, .muse-pp-error-step-3, .muse-pp-error-step-4, .muse-pp-error-step-4-1, .muse-pp-error-step-5,.muse-pp-error-step-6 {
  margin-top: 35px;
  font-size: 14px;
  font-family: 'Poppins';
  color: red;
  display: none;
  clear: both;
}

.step-15 .muse-pp-error-step-5 {
  margin-top: 70px!important;
  margin-bottom: -60px!important;
}

.book-this {
  background: #0091F1!important;
  color: #FFFFFF!important;
}

.placeholder-lbl, .placeholder-shipping-lbl {
  position: relative;
  width: 44%;
  display: inline-flex;
  margin-top: 50px;
  margin-right: 10px;
}

.placeholder-lbl-3 {
  position: relative;
  width: 29%;
  display: inline-flex;
  margin-top: 50px;
  margin-right: 10px;
}
 
.placeholder-promo {
  position: relative;
  width: 100%;
  display: inline-flex;
}  

.placeholder-gratuity {
  margin-top: 20px!important;
  position: relative;
  width: 100%;
  display: inline-flex;
}

.placeholder-input-promo {
  position: absolute;
  left: 12px;
  top: 18px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

.placeholder-input-gratuity {
  position: absolute;
  left: 35px;
  top: 18px;
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
}

.placeholder-spn-fln, .placeholder-spn-email, .placeholder-spn-phone, .placeholder-spn-cs, .placeholder-spn-z, .placeholder-spn-sz {
  position: absolute;
  left: 5px;
  top: 3px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px!important;
}

.placeholder-lbl input, .placeholder-lbl-3 input {
  width: 100%!important;
  margin-top: 0px!important;
  margin-left: 0px!important;
}

.placeholder-shipping-lbl input {
  width: 95%!important;
  margin-top: 0px!important;
  margin-left: 0px!important;
}

/* First name and Last Name */
.placeholder-lbl input:focus + .placeholder-spn-fln, .placeholder-lbl input:not(:placeholder-shown) + .placeholder-spn-fln {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-26px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-lbl input:focus + span.placeholder-spn-fln, .placeholder-lbl input:not(:-ms-input-placeholder) + span.placeholder-spn-fln {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-26px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* First name and Last Name */

/* Email */
.placeholder-lbl input:focus + .placeholder-spn-email, .placeholder-lbl input:not(:placeholder-shown) + .placeholder-spn-email {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-15px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-lbl input:focus + span.placeholder-spn-email, .placeholder-lbl input:not(:-ms-input-placeholder) + span.placeholder-spn-email {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-15px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* Email */

/* Phone */
.placeholder-lbl input:focus + .placeholder-spn-phone, .placeholder-lbl input:not(:placeholder-shown) + .placeholder-spn-phone {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-33px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-lbl input:focus + span.placeholder-spn-phone, .placeholder-lbl input:not(:-ms-input-placeholder) + span.placeholder-spn-phone {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-33px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* Phone */

/* City, State */
.placeholder-lbl-3 input:focus + .placeholder-spn-cs, .placeholder-lbl-3 input:not(:placeholder-shown) + .placeholder-spn-cs {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-12px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-lbl-3 input:focus + span.placeholder-spn-cs, .placeholder-lbl-3 input:not(:-ms-input-placeholder) + span.placeholder-spn-cs {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-12px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* City, State */

/* Zip */
.placeholder-lbl-3 input:focus + .placeholder-spn-z, .placeholder-lbl-3 input:not(:placeholder-shown) + .placeholder-spn-z {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-8px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-lbl-3 input:focus + span.placeholder-spn-z, .placeholder-lbl-3 input:not(:-ms-input-placeholder) + span.placeholder-spn-z {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-8px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* Zip */

/* Shipping State and Zip */
.placeholder-shipping-lbl input:focus + .placeholder-spn-sz, .placeholder-shipping-lbl input:not(:placeholder-shown) + .placeholder-spn-sz {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-8px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-shipping-lbl input:focus + span.placeholder-spn-sz, .placeholder-shipping-lbl input:not(:-ms-input-placeholder) + span.placeholder-spn-sz {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-8px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* Shipping State and Zip */

/* Shipping Email */
.placeholder-shipping-lbl input:focus + .placeholder-spn-email, .placeholder-shipping-lbl input:not(:placeholder-shown) + .placeholder-spn-email {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-15px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-shipping-lbl input:focus + span.placeholder-spn-email, .placeholder-shipping-lbl input:not(:-ms-input-placeholder) + span.placeholder-spn-email {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-15px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* Shipping Email */

/* Shipping Phone */
.placeholder-shipping-lbl input:focus + .placeholder-spn-phone, .placeholder-shipping-lbl input:not(:placeholder-shown) + .placeholder-spn-phone {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-33px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}

/* For IE Browsers*/
.placeholder-shipping-lbl input:focus + span.placeholder-spn-phone, .placeholder-shipping-lbl input:not(:-ms-input-placeholder) + span.placeholder-spn-phone {
  opacity: 1;
  transform: scale(0.65) translateY(-150%) translateX(-33px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* Shipping Phone */

/* Promo code */
.placeholder-promo input:focus + .placeholder-input-promo, .placeholder-promo input:not(:placeholder-shown) + .placeholder-input-promo {
  opacity: 1;
  transform: scale(0.65) translateY(-310%) translateX(-75px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
  left: 25px;
  bottom: 15px;
}

/* For IE Browsers*/
.placeholder-promo input:focus + span.placeholder-input-promo, .placeholder-promo input:not(:-ms-input-placeholder) + span.placeholder-input-promo {
  opacity: 1;
  transform: scale(0.65) translateY(-310%) translateX(-75px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
}
/* Promo code */


/* Gratuity code */
.placeholder-gratuity input:focus + .placeholder-input-gratuity, .placeholder-gratuity input:not(:placeholder-shown) + .placeholder-input-gratuity {
  opacity: 1;
  transform: scale(0.65) translateY(-310%) translateX(-75px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
  left: 12px;
}

/* For IE Browsers*/
.placeholder-gratuity input:focus + span.placeholder-input-gratuity, .placeholder-gratuity input:not(:-ms-input-placeholder) + span.placeholder-input-gratuity {
  opacity: 1;
  transform: scale(0.65) translateY(-310%) translateX(-75px);
  -webkit-transition: transform .5s ease-in-out;
  -moz-transition:transform .5s ease-in-out;
  -ms-transition:transform 5s ease-in-out;
  color: #0091F1;
  left: 12px;
}
/* Gratuity code */


.placeholder-lbl :not(:focus) {
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform 5s ease-in-out;
}

.placeholder-lbl-3 :not(:focus) {
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform 5s ease-in-out;
}

.placeholder-shipping-lbl :not(:focus) {
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform 5s ease-in-out;
}

.placeholder-promo :not(:focus) {
    -webkit-transition: transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out;
    -ms-transition: transform 5s ease-in-out;
}


.ved-question-input:focus, .ved-question-input-1:focus, .ved-question-input-3:focus, .ved-question-promocode:focus, .ved-question-gratuity:focus {
  border-color: #FF6652!important;
}

.is_shipping_address_available {
  text-align: left;
  width: 74%!important;
}

.if_shipping_address_not_prov {
  text-align: left;
  width: 72%!important;
}

.add-shipping-addresses {
    /* height: 500px;
    overflow: scroll;
    margin-top: 40px!important; */
}

.add_addtional_shipping {
  width: 80%;
  font-family: 'Poppins';
  text-align: center;
  margin: 5px 35px;
  padding-left: 10%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  display: none;
  align-items: center;
  color: #FF6652;
}

#ved-question-state {
  height: 28px;
}

.placeholder-shipping-lbl .ved-question-state {
  width: 97%;
  height: 28px;
}

.ve-calendar-paintings ul {
  margin: 0 auto!important;
}

.ve-calendar-paintings li {
  position: relative;
  margin: 5px;
} 

.ve-calendar-paintings img {
  width: 268px;
  height: 268px;
  display: inline-block;
}

.ve-selected-painting-border {
  border: 4px solid #B8D900!important;
}

.fancybox-painting {
  height: 280px;
  width: 280px;
  display: inline-block;
}

.ve-calendar-paintings span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333333;
  padding: 10px;
  font-family: 'Poppins';
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  opacity: 1;
  color: #FFFFFF;
}

.ve-calendar-paintings .painting_selected {
    background: #0091F1!important;
    color: #333333!important;
    opacity: 1;
}

.ve-calendar-paintings {
  background: #FFF;
}

.paintings_show {
  display: inline-block;
}

.paintings_hide {
  display: none!important;
}

.fancybox-overlay {
    background: rgba(0,0,0,0.57);
}

.painting-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #000;
  opacity: .7;
  display: none;
  cursor: pointer;
}

.painting-overlay label {
  color: #0091F1;
  top: 40%;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  font-size: 100px;
  cursor: pointer;
}

.fancybox__main-panel {
  flex: 0 0 auto;
  min-height: 0;
  margin: auto;
  position: relative;
  display: grid;
  grid-template-columns: 50% 50%;
}

.pp-notice {
  font-family: 'Poppins';
  color: #333333;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
}

.pp-notice a {
  color: #0076DB!important;
}

.fancybox__main-panel {
  grid-template-columns: none;
  width: calc(100vh * 1.5);
  height: auto;                  /* let image height breathe */
  max-height: 85vh; 
}

.fancybox__main-panel img {
  width: 100% !important;
  height: 100% !important;
  max-height: 85vh !important;
  object-fit: contain !important;
  display: block;
}

.fancybox__left-panel {
  color: #222;
  background: #fff;
  overflow: hidden;
  display: inline-flex;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.fancybox__spinner {
  color: #222;
}

.fancybox__carousel {
  overflow: hidden;
  margin: 0;
  background: #f9fafb;
}

.fancybox__slide {
  padding: 0;
}

.carousel__button.is-close {
  top: 8px;
  right: 8px;
}

.fancybox__carousel .carousel__dots {
  top: calc(100% - 22px);
  color: #fff;
  z-index: 20;
}

.fancybox__slide {
  padding: 0px!important;
}

#gallery-data {
  display: none;
}

.painting_name {
  font-family: 'Frontage-Regular'!important;
  font-style: normal!important;
  font-weight: bold!important;
  font-size: 13px!important;
  line-height: 220%!important;
  color: #000000!important;
  margin-right: 20px!important;
  padding: 10px 20px!important;
}

.painting_selected_cls {
    color: #0091F1!important;
    border: 1px solid #0091F1!important;
    background-color: #FFFFFF!important;
}

.select_painting {
  background-color: #0091F1;
  font-family: 'Frontage-Regular'!important;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 220%;
  text-align: center;
  color: #FFFFFF;
  /* Inside Auto Layout */
  flex: none;
  order: 0;
  flex-grow: 0;
  padding: 5px;
  cursor: pointer;
  width: 185px;
}

.ve-calendar-menu {
  width: 100%!important;
  margin-left: 2%;
  margin-right: 2%;
}

.ve-calendar-menu-left {
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 5px;
  width: 64%;
  margin-right: 4%;
  padding-bottom: 20px;
}

.ve-calendar-menu-right {
  width: 28%;
  display: block;
  position: relative;
}

.minimum_spend_msg {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: normal;
  align-items: center;
  text-align: center;
  color: #333333;
  padding: 4% 5%;
  text-transform: uppercase;
}

.addon-menu-header {
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0%;
}

.addon-menu-header-outer {
  margin: 15px;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.minimum_spend_progress {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  display: inline-block;
  width: 100%;
}

.minimum_spend_progress_main {
  position: relative;
  display: none;
}

.minimum-balance-message {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.4%;
  text-align: left;
  letter-spacing: 0.05em;
}

.minimum-balance-message div {
  color: #FF6652!important;
}

.minimum_spend_remaining {
  display: inline;
  font-weight: 500;
  font-size: 16px;
}

.minimum-balance-message i {
  font-weight: 400;
  font-size: 14px;
}

.minimum_spend_progress  .minimum_spend_remaining {
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 133.4%;
  color: #000000;
}

.minimum_spend_msg .minimum_spend_remaining {
  display: inline-block;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
}

.minimum_spend_progress_bar {
  background: #232425;
  opacity: 0.1;
  width: 30%;
  display: inline-block;
}

.minimum_spend_progress_bar_color {
  width: 105px;
  display: inline-block;
}

.minimum_spend_progress_bar_1,.minimum_spend_progress_bar_2,.minimum_spend_progress_bar_3,.minimum_spend_progress_bar_4,.minimum_spend_progress_bar_5 {
  background: #232425;
  mix-blend-mode: normal;
  opacity: 0.1;
  width: 20px;
  height: 5px;
  margin-bottom: 0px;
  display: table-cell;
}

.minimum_spend_progress_bar_active {
  background-color: #0091F1!important;
  opacity: 1!important;
}

.menu-divider {
  border: 2px solid #534F5F;
  width: 95%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.addons-options {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 133.4%;
  color: #000000;
  text-align: left;
  margin-left: 20px;
} 

.addons-options-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  padding: 3% 5% 5% 3%;
  text-align: left;
}

.menu-tabs {
  display: inline-block;
  float: left;
  margin-left: 25px;
  margin-bottom: 5%;
}

.menu-tabs span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  text-align: center;
  color: #000000;
  background: #FFFFFF;
  border: 2px solid #0091F1;
  box-sizing: border-box;
  padding: 10px 30px;
  display: table-cell;
  cursor: pointer;
  text-transform: uppercase;
  border-right: 1px solid #0091F1;
}

.menu-tabs .tickets {
  border-radius: 5px 0px 0px 5px;
} 

.menu-tabs .extra {
  border-right: 2px solid #0091F1!important;
  border-radius:  0px 5px 5px 0px;;
}

.menu-tabs .menu-active {
  color: #333333;
  background: #0091F1;
  border: 2px solid #0091F1;
}
  
.tickets-cls {
  display: inline-block;
}

.menu-labels {
  background-color: #C7E3FC;
  text-align: left;
  padding: 15px 10px 15px 10px;
  font-size: 20px;
  margin-top: 10px;
  position: relative;
  text-transform: uppercase;
}

.menu-labels i {
  color: #495057C4!important;
  text-transform: capitalize!important;
  font-size: 16px!important;
}

.tickets-cls, .drinks-cls, .drinks-na-cls, .bites-cls, .extra-cls {
  clear: both;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}

.menu-item-name {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  align-items: flex-end;
  color: #000000;
  display: block;
  padding: 5px 10px;
  width: 80%;
}

.menu-ticket-item-name {
  margin-top: -10px!important;
}

.menu-item-description {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  display: block;
  padding: 5px 8px;
  min-height: 80px;
}

.menu-item-price, .menu-item-price-visible {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  display: block;
  padding: 5px 10px;
  color: #0091F1;
  width: 20%;
  text-align: right;
}

.menu-item-serve {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  display: block;
  padding: 5px 8px;
}

.menu-item-addcart {
  background: #0091F1;
  border-radius: 3px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 133.4%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #333333;
  padding: 7px;
  margin: 0 auto;
  display: block;
  width: 95%;
  cursor: pointer;
  border: 1px solid #0091F1;
}

.menu-item-list {
  text-align: left;
  margin-left: 0px;
  display: inline-block;
  float: left;
  width: 100%;
}

.menu-item-list-border {
  border-top: 2px solid #0091F1;
}

.menu-item-list li {
  width: 100%;
  display: inline-block;
  background: #FFFFFF;
  float: left;
}

.menu-sub-category-header {
  padding: 15px 0px 10px 10px;
  font-size: 16px;
}

.menu-sub-category-header i {
  color: #AAAAAA!important;
}

.menu-item-name-price {
  width: 80%;
  display: flex;
  float: left;
  margin-top: 5px;
}

.menu-item-list a {
  overflow: hidden!important;
  height: 125px!important;
  display: inline-block!important;
  width: 178px!important;
}

.menu-item-list img {
  width: 100%;
  height: auto;
}

.addon-step-where {
  background: #333333;
  display: flex;
  border-radius: 5px 5px 0px 0px;
}

.addon-step-where-inner {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.addon-step-where-inner label {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #FFFFFF;
  float: left;
  padding-top: 6px;
}

.addon-step-where-inner span {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 133.4%;
  color: #FFFFFF;
  float: right;
  padding-top: 8px;
  cursor: pointer;
}

.addon-step-where-text {
  background: #FFFFFF;
  border: 2px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
  text-align: left;
}

.addon-step-where-text label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  text-align: left;
  padding: 20px 20px 0px 20px;
}

.addon-step-where-text span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  text-align: left;
  padding: 0px 20px 20px 20px;
  display: block;
  cursor: pointer;
}

.addon-step-when {
  background: #333333;
  display: flex;
  border-radius: 5px 5px 0px 0px;
}

.addon-step-when-inner {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.addon-step-when-inner label {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #FFFFFF;
  float: left;
  padding-top: 6px;
}

.addon-step-when-inner span {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 133.4%;
  color: #FFFFFF;
  float: right;
  padding-top: 8px;
  cursor: pointer;
}

.addon-step-when-text {
  background: #FFFFFF;
  border: 2px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.addon-step-when-text label {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  text-align: left;
  padding: 15px;
}

.addon-step-when-text span {
  line-height: 25px;
  font-weight: 400;
  align-items: center;
  color: #000000;
  text-align: left;
  padding: 20px;
  display: block;
  font-size: 16px;
  font-family: 'Poppins';
}

.addon-step-what {
  background: #333333;
  display: flex;
  border-radius: 5px 5px 0px 0px;
}

.addon-step-what-inner {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.addon-step-what-inner label {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #FFFFFF;
  float: left;
  padding-top: 6px;
}

.addon-step-what-inner span {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 133.4%;
  color: #FFFFFF;
  float: right;
  padding-top: 8px;
  cursor: pointer;
}

.addon-step-what-text {
  background: #FFFFFF;
  border: 2px solid #AAAAAA;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 0px 0px 5px 5px;
}

.addon-step-what-text .total-painter-items {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.4%;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0px;
  width: 55%;
  float: left;
  display: inline-block;
}

.addon-step-what-text .total-painter-amount {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 133.4%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0px;
  display: inline-block;
  float: right;
  width: 40%;
  display: inline-block;
  margin-right: 8px;
}

.addon-step-what-text .total-per-painter {
  font-family: 'Poppins';;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 133.4%;
  align-items: center;
  color: #5E656B;
  display: block;
  width: 100%;
  padding-top: 5px;
  clear: both;
  text-align: left;
}

.addon-step-menus {
  background: #333333;
  display: flex;
  border-radius: 5px 5px 0px 0px;
}

.addon-step-menus-inner {
  padding: 15px;
  display: inline-block;
  width: 100%;
}

.addon-step-menus-inner label {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 133.4%;
  align-items: center;
  color: #FFFFFF;
  float: left;
  padding-top: 6px;
}

.addon-step-menus-text {
  background: #FFFFFF;
  border: 2px solid #AAAAAA;
  box-sizing: border-box;
  border-radius: 0px 0px 5px 5px;
}

.addon-items {
  margin: 0;
  min-height: 30px;
}

.addon-item {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: right;
}

.addon-item-name {
  display: inline-block;
  padding: 10px;
  text-align: left;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #5E656B;
  width: 68%;
  margin-left: 5px;
}

.addon-item-price {
  display: inline-block;
  padding: 10px;
  text-align: right;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #5E656B;
}

.addon-item-drop {
  display: inline-block;
  padding: 10px;
  text-align: right;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 115%;
  align-items: center;
  color: #5E656B;
  cursor: pointer;
}

.addon-step-menus-total {
  background: #0091F1;
  padding: 15px 18px;
  display: flex;
}

.addon-step-menus-total .total-menu-items {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  text-align: left;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0px;
  width: 50%;
  float: left;
  display: inline-block;
}

.addon-step-menus-total .total-menu-amount {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 133.4%;
  text-align: right;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #FFFFFF;
  margin-bottom: 0px;
  display: inline-block;
  float: right;
  width: 50%;
  display: inline-block;
}

.addon-quantity { 
  font-size: 15px;  
  width: 25px;
  height: 26px; 
  text-align: center; 
  border: 1px solid #c7cbce;  
  color:#0091F1!important;
  border-radius: 3px; 
  display: none;  
  margin-right: 2px;
}

.minus-button { 
  background: #0091F1!important;
  margin-right: 2px;
  padding: 2px;
  width: 30px;
  height: 28px;
  color: #FFFFFF;
  border: 1px solid #0091F1;
  border-radius: 3px;
  vertical-align: initial!important;  
  display: none;  
  font-family: 'Poppins';
  font-size: 12px;
} 

.plus-button {  
  background: #0091F1!important;
  color: #FFFFFF!important; 
} 

.add-to-cart-btn-change {
    width: 30px!important;
    display: inline-block!important;
    height: 28px!important;
    font-family: 'Poppins'!important;
    font-size: 12px!important;
    padding: 0px!important;
}    

.minus-button:hover { 
  background: #0091F1!important;  
  color: #333333!important;
} 

.plus-button:hover  { 
  background: #FFFFFF!important;  
  border: 1px solid #0091F1!important;
  color: #0091F1!important;
}

.menus-cls {
  display: block;
}

.addon-step-what-text-edit {
  display: none;
}

.order-summary {
  background: #FFFFFF;
  border: 2px solid #AAAAAA;
  box-sizing: border-box;
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.seats_total {
  padding: 10px 0px;
}

.seats_total label {
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.seats_total span {
  display: inline-block;
  width: 25%;
  text-align: right;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.total_tax {
  padding: 10px 0px;
  display: none;
}

.total_tax label {
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.total_tax span {
  display: inline-block;
  width: 25%;
  text-align: right;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.cart_total_amount {
  padding: 10px 0px;
  display: none;
}

.cart_total_amount label {
  display: inline-block;
  width: 65%;
  text-align: left;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.cart_total_amount span {
  display: inline-block;
  width: 25%;
  text-align: right;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Poppins';
}

.where-cls, .when-cls, .what-cls, .menus-cls {
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
  border-radius: 5px;
}

.payment-step-location {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 133.4%;
  align-items: revert;
  text-align: right;
  color: #000000;
  display: block;
  padding-right: 10px;
}

.payment-step-location-address {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  color: #000000;
  padding-right: 10px;
  padding-top: 5px;
  text-align: left;
  display: flex;
  padding-left: 10px;
  margin-top: -4px;
  margin-bottom: 0px!important;
}

.pp-custom-select {
  position: relative;
  font-family: 'Poppins';
}

.pp-custom-select .selected {
    color: #FFFFFF;
    background: #0091F1;
    border-radius: 3px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 133.4%;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 8px 0px 8px 0px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    border: 1px solid #0091F1;
}

.pp-custom-select .options {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    border-top: none;
    position: absolute;
    width: 100%;
    background: white;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    z-index: 1;
}

.pp-custom-select .options li {
    padding: 10px 0px;
    cursor: pointer;
    margin-top: 0px !important;
}

.pp-custom-select .options li:hover {
    background: #f2f2f2;
}

.pp-custom-select:focus-within .options {
    display: block;
}

.pp-custom-select.active .options { 
  display: block; 
}

.pp-custom-select .pp-show-arrow::after {
    content: "⌄";
    position: absolute;
    right: 20px;
    top: 31%;
    transform: translateY(-50%);
    font-size: 25px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Rotate arrow when active */
.pp-custom-select.active .pp-show-arrow::after {
    transform: translateY(-50%) rotate(180deg);
    top: 68%;
}

.pp-custom-select .pp-show-arrow {
    color: #0091F1!important;
    background: #FFFFFF!important;
    padding: 8px 15px 8px 0px;
}

.menu_extra, .sales_taxes {
  display: none;
}

.total_price_hr {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  width: 100%;
  margin: 5px auto;
}

.total_due .payment-details-1 {
  font-family: 'Poppins'!important;
  font-size: 16px!important;
  font-weight: 600!important;
}

.menu_extra .addon-items {
  display: inline-block;
  width: 95%;
  margin-top: 5px;
}

.menu_extra .addon-item-name {
  padding: 0px!important;
  width: 80%!important;
  font-family: 'Poppins'!important;
  margin-left: 0px!important;
}

.menu_extra .addon-item-price {
  padding: 0px!important;
  font-family: 'Poppins'!important;
  margin-top: 5px;
  width: 17%;
}

.menu_extra .addon-item-drop {
  line-height: 4px;
  padding: 10px 10px 7px 10px!important;
  width: 0%;
}

.menu_extra .toggleup_menu_extra {
  background-image: url(https://www.musepaintbar.com/events/assets/images/down-menu-uparrow.png)!important;
  background-repeat: no-repeat!important;
  background-position: top 3px right 5px!important;
  background-size: 8%!important;
  padding-right: 20px!important;
  cursor: pointer;
}

.menu_extra .toggledown_menu_extra {
  background-image: url(https://www.musepaintbar.com/events/assets/images/down-menu-downarrow.png)!important;
  background-repeat: no-repeat!important;
  background-position: top 3px right 5px!important;
  background-size: 8%!important;
  padding-right: 20px!important;
  cursor: pointer;
}

.payment_half_full {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  width: 100%;
  height: 50px;
  display: inline-flex;
  padding: 10px 15px;
  float: right;
}

.payment_half_full span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 15px;
  align-items: center;
  width: 85%;
  text-align: left;
  color: #000000;
  float: left;
}

.payhalf_showdesktop {
  display: block;
}

.payhalf_showmobile {
  display: none;
}

.payment_half_full label {
    background: #f3f3f3;
    border-radius: 20px;
    display: inline-block;
    float: right;
    width: 6%;
    padding: 10px;
    margin: 2px;
    position: relative;
    cursor: pointer;
    margin-top: 5px;
} 

.payment_half_full label i {  
  background: #c4c4c4;
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  top: -1px;
  border-radius: 20px;
  right: 0px;
  cursor: pointer;
}  

.payment_full label {
  background: #CEF1E9;
}

.payment_full label i {
  background: #0091F1;
  right: auto;
  left: 0px;
  opacity: 1!important;
}

.location-deatils {
  background: #FFFFFF;
}

.location-deatils-htw {
  background: #0091F1!important;
}

.cal-htw {
  padding: 20px 10px;
  display: inline-flex;
}

.cal-htw img{
  padding: 10px 10px;
  display: inline-flex;
  width: 15%;
  height: 15%;
}

.cal-htw span {
  color: #333;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  margin-left: 5px;
}

.cal-htw span label {
  color: #333;
  text-align: center;
  font-family: 'Frontage Bold';
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.15em;
  text-align: left;
  margin-left: -4px;
  margin-bottom: -4px;
}

.location-where {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%; 
  padding: 10px 0px;
}

.location-where-inner {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #000000;
  float: left;
}

.location-where-inner span  {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
  color: #000000;
  margin-left: 10px;
  margin-right: 20px;
}

.location-deatils address {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 133.4%;
  align-items: center;
  color: #000000;
  display: inline-block;
  text-align: left;
  float: left;
  margin-bottom: 0px!important;
}

.location-deatils label {
  font-family: 'Frontage-Regular';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 133.4%;
  float: left;
  color: #0076DB;
  cursor: pointer;
  margin-bottom: 0px;
  padding-top: 5px;
}

.menu-item-list li:first-child {
    margin-top: 10px;
}

.pa_drink_open, .pa_bites_open, .pa_extra_open  {
  display: inline-block;
  float: right;
  background-image: url(https://www.musepaintbar.com/events/assets/images/arrow-down-333333.png);
  width: 25px;
  height: 20px;
  background-size: 25px;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 10px;
  top: 15px;
  cursor: pointer;
}

.ppa_drink_open, .ppa_bites_open, .ppa_extra_open  { 
  cursor: pointer;
} 

.pa_drink_close, .pa_bites_close, .pa_extra_close {
  background-image: url(https://www.musepaintbar.com/events/assets/images/arrow-down-333333.png)!important;
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.minimum_spend_note {
  padding: 10px;
  border-radius: 0px 0px 4px 4px;
  background: #863225;
}

.minimum_spend_applicable_note1 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 133.4%;
  align-items: center;
  color: #FFFFFF;
}

.minimum_spend_applicable_note1 label {
  float: left;
  width: 70%;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
}

.minimum_spend_applicable_note1 span {
  font-size: 15px;
  line-height: 22px;
}

.minimum_spend_applicable_note1 span b {
  font-family: 'Poppins';
}

.minimum_spend_applicable_note2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  align-items: center;
  color: #FFFFFF;
  display: inline-block;
  text-align: left;
  width: 100%;
  margin-top: 8px;
  line-height: 22px;
}

.term_condition_container {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width:78%;
    margin-bottom: 30px;
}

.term_condition {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 133.4%;
  color: #000000;
  margin-top: 20px;
}

.title_underneath {
  font-size: 12px!important;
  color: #AAAAAA!important;
  display: inline-block;
  margin-top: 2px!important;
  width: 100%;
}

.session_already_booked {
    width: 100%;
    text-align: center;
    padding: 9% 0% 6% 0%;
    font-family: Poppins;
    font-size: 20px;
}

.session_already_booked h1 {
  font-family: 'Poppins';
  font-size: 22px;
}  

.session_already_booked .submission-text {
  padding: 15px 0px;
}

.session_already_booked .submission-text p {
  font-family: Poppins;
  font-size: 16px;
}

.session_already_booked .submission-text-2 {
  padding: 0px 0px 15px 0px;
}

.session_already_booked .submission-text-2 p {
  font-family: Poppins;
  font-size: 16px;
}

#print_image_39 .drink-ticket {
  overflow: hidden!important;
  height: 125px!important; 
  display: inline-block!important; 
  width: 178px!important;
  position: relative; 
  background: #e8e8e8;
}

.note-for-minimum-spend {
  width: 90%;
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
  font-style: italic;
  margin-bottom: -10px;
  font-family: Poppins!important;
  font-size: 16px!important;
  font-weight: 400!important;
}

.studio_accom {
  font-family: Poppins;
  font-size: 15px;
  padding-top: 20px;
  margin-bottom: -40px!important;
  display: none;
  color: red;
}

.time-est-msg {
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-transform: none;
  font-family: 'Poppins';
  width: 100%;
}

.step-11 .ve-steps-detail {
    margin: 30px 0px;
}

.step-11-title {
  visibility: visible;
  margin-top: 30px;
}

.step-16-title {
  width: 100%;
  font-family: 'Frontage-Regular'!important;
  letter-spacing: -0.15em;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
  margin-top: 30px;
}

.gm-style-iw-d {
  display: table-cell;
  width: 350px;
  padding: 20px 0px 0px 0px;;
}

.gm-style-iw-d .location-header {
    font-size: 14px!important;
}

.gm-style-iw-d .location-address {
    font-size: 14px!important;
}

.gm-style-iw-d .select_location_btn {
  display: none!important;
}

.custom-painting-section {
  background: #F2F2F2;
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
}

.custom-painting-section-title {
  width: 100%;
  font-family: 'Frontage-Regular'!important;
  letter-spacing: -0.15em;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  align-items: center;
  text-align: center;
  color: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 30px;
}

.custom-painting-section-slider .bx-viewport { 
  background: #F2F2F2;
  box-shadow: none;
  min-height: 276px!important;
  height: 276px!important;
}

.custom-painting-section-slider .bx-wrapper {
  padding: 0px 0px 40px 0px!important;
}

.custom-painting-section-slider {
  width: 90%;
  margin: 0 auto;
}

.custom-painting-section-slider .bx-wrapper .bx-controls-direction a {
  width: 32px!important;
  top: 40%!important;
  z-index: 1;
}

.custom-painting-section-slider .bx-wrapper .bx-controls-direction .bx-prev {
  left: -40px!important;
  background: url(images/bx-prev.png);
  background-size: 32px 32px!important;
}

.custom-painting-section-slider .bx-wrapper .bx-controls-direction .bx-next {
  right: -40px!important;
  background: url(images/bx-next.png);
  background-size: 32px 32px!important;
}

.custom-painting-section-slider-desktop {
  display: block;
}

.custom-painting-section-slider-mobile {
  display: none;
}

.custom-paintings-desktop {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-paintings-mobile {
  display: none;
  justify-content: center;
  align-items: center;
}

.custom-paintings-mobile li {
  padding-left: 20px!important;
}

.custom-painting-select {
  display: none;
}

.custom-painting-selection {
  width: 90%;
  margin: 0 auto;
  margin-top: -20px;
  padding-bottom: 40px;
}

.custom-painting-selection input {
  width: 15px;
  height: 15px;
}

.custom-painting-selection span {
  color: #000;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-left: 10px;
  text-transform: uppercase;
}

.custom-painting-selection button {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #FF6652;
  border: 1px solid #FF6652;
  padding: 15px 50px 15px 50px;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.custom-painting-selection-p {
    color: #6FB8B3;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.4%;
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
}

.cp-container-div {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.cp-container {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cp-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.cp-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 2px solid #333333;
}

/* On mouse-over, add a grey background color */
.cp-container:hover input ~ .cp-checkmark {
  background-color: #D9D9D9;
}

/* When the checkbox is checked, add a blue background */
.cp-container input:checked ~ .cp-checkmark {
  background-color: #CCCCCC;
}

/* Create the cp-checkmark/indicator (hidden when not checked) */
.cp-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the cp-checkmark when checked */
.cp-container input:checked ~ .cp-checkmark:after {
  display: block;
}

/* Style the cp-checkmark/indicator */
.cp-container .cp-checkmark:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #333333;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pp-selection-filter-main {
  margin-bottom: 30px;
} 

.pp-selection-filter {
  display: inline-flex;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
} 

.pp-selection-filter span {
  font-family: "Poppins";
  font-size: 24px;
  border: 2px solid #333333;
  padding: 10px 25px;
  background: #FFFFFF;
  border-radius: 5px;
  text-transform: uppercase;
  margin-right: 10px;
  cursor: pointer;
  margin-bottom: 20px;
}

.pp-selection-filter span.pp-selection-filter-active {
  border: 2px solid #333333;
  background: #333333;
  color: #FFFFFF;
}

.pp-view-more span {
  font-family: "Poppins";
  font-size: 24px;
  width: 100%;
  display: inline-block;
  padding: 30px 0px 20px 0;
  cursor: pointer;
}

.pp-view-more img {
  cursor: pointer;
  width: 30px;
}

.canvas_size {
  width: 275px!important;
}

.pycs-container {
  float: left;
  padding-left: 40px;
  padding-right: 40px;
}

.pycs-free-upgrade {
  position: absolute;
  bottom: -45px;
  font-size: 16px;
  font-family: 'Poppins';
  width: 100%;
  left: 5px;
  line-height: 30px;
}

.pycs-container-div {
  display: flex;
  margin: 0 auto 30px auto !important;
  align-items: end;
  justify-content: center;
}

.pycs-container-2 {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 15px;
  left: 25px;
  right: 0;
}

.pycs-container-2 span:first-child {
  display: block;
  padding-top: 5px;
}

/* Hide the browser's default checkbox */
.pycs-container-2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.pycs-container-2 .pycs-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #FFFFFF;
  border: 2px solid #333333;
}

/* On mouse-over, add a grey background color */
.pycs-container-2:hover input ~ .pycs-checkmark {
  background-color: #D9D9D9;
}

/* When the checkbox is checked, add a blue background */
.pycs-container-2 input:checked ~ .pycs-checkmark {
  background-color: #CCCCCC;
}

/* Create the pycs-checkmark/indicator (hidden when not checked) */
.pycs-container-2 .pycs-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the pycs-checkmark when checked */
.pycs-container-2 input:checked ~ .pycs-checkmark:after {
  display: block;
}

/* Style the pycs-checkmark/indicator */
.pycs-container-2 .pycs-checkmark:after {
  left: 9px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #333333;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#print_image_197 {
  display: none!important;
}

.cp-container-span {
  border: 2px solid #333333 !important;
  padding: 10px;
  width: 200px;
  border-radius: 5px;
  font-size: 20px!important;
}

@media (min-width: 1601px) {
  .instudio-selfcheck-form {
    max-width: 1268px;
  }

  .instudio-selfcheck-form-step-130 .step-130 {
    max-width: 100%!important;
  }
} 

@media (max-width: 1250px) {
  .ccjs-csc-diagram-wrapper {
    display: none!important;
  }
  .ccjs-zip {
    width: 3.5em!important;
    position: relative!important;
    margin-top: 0px!important;
  }
  .ccjs-csc  {
    width: 2.5em!important;
    position: relative!important;
    padding-top: 1px!important;
  }
}

@media (max-width: 1180px) {

  .muse-instudio-party-payment-header-edit {
    margin-top: 5px !important;
  }

  .step-120 {
    padding-bottom: 0px!important;
  }

  .step-130 {
    padding-top: 20px !important;
    margin: 0 !important;
    width: 100% !important;
  }

  .step-13-title-v1 {
    line-height: 40px;
  }

  .step-122 {
    margin-top: 20px!important;
  }

  .step-13-title {
    margin-bottom: 20px!important;
  }

  .whentoarrive-cls {
    position: inherit!important;
    padding-bottom: 10px!important;
  }

  .ve-calendar-paintings img {
      width: 228px;
      height: 228px;
      display: inline-block;
  }
  .payment-right {
    min-height: auto;
  }

  .ve-steps-details {
    margin: 0px 2.5%;
    width: 95%;
  }

  .cal-htw {
    width: 80%;
    align-items: center;
  }

  #remove-header-image {
    padding-top: 10px !important;
  }

  .muse-pp-form-popup-outer {
    width: 95%!important;
  }

  .custom-painting-popup-outer {
    width: 80%!important;
  }

  .location-deatils address {
      padding: 15px 0px 0px 0px;
  }
    
  .menu_extra .toggleup_menu_extra, .menu_extra .toggledown_menu_extra {
    background-size: 6%!important;
  } 

  .menu-tabs span {
    font-size: 14px!important;
    padding: 5px 10px;
    vertical-align: middle;
  }
}

@media (max-width: 1024px) {
  .payment-left, .payment-right {
    float: none!important;
    width: 95%!important;
  } 

  .term_condition_container {
    width: 75%;
  }

  .payhalf_showdesktop {
    display: none;
  }

  .payhalf_showmobile {
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 100%;
  }

  .menu-item-name-price {
    width: 65%;
    align-items: center;
    justify-content: center;
    height: 36px;
  }

  .menu-item-name {
    width: 70%;
  }

  .buttons-plus-minus {
    width: 34%!important;
  }

  .pp-custom-select .selected {
    padding: 8px 15px 8px 8px!important;
  }

  .pp-custom-select .pp-show-arrow {
    padding: 8px 15px 8px 2px !important;
  }
} 

@media (min-width: 841px) and (max-width: 981px) {

  .popup-search-fields-active {
    margin-top: 10%!important;
    margin-bottom: 2%!important;
  }
  .is_shipping_address_available {
    width: 86%!important;
  }

  .add_addtional_shipping {
      margin: 10px 38px;
      padding: 0px;
      text-align: left;
  }

  .help-tip {
    left: 65%;
  }

  .help-tip-gratuity {
    left: auto!important;
  }

  .step-15-title {
     padding-left: 0!important;
  }

  .placeholder-lbl-3 {
    width: 100%;
  }
  .step-15 .ve-steps-detail, .step-14 .ve-steps-detail {
    width: 86%;
  }

  .ve-steps-detail-prev-cancel {
      padding: 8% 7% 0% 7%!important;
  }

  .step-15 .ved-question-input-1 {
    width: 100%!important;
  }

  .placeholder-lbl, .placeholder-shipping-lbl {
    width: 100%!important;
  }

  .step-15 .ved-question-input-3 {
    width: 100%!important;
  }
  .vpp-social-media a {
    margin: 10px;
  }
  .vpp-social-media label {
    min-height: 75px;
  }
} 

@media (min-width: 841px) and (max-width: 981px) and (orientation : landscape) {
  .step-15 .ved-question-input-3 {
      width: 100%!important;
  }
}

@media (max-width: 959px) {
  .ve-steps hr {
    width: 60px;
  }
  .addon-step-what-inner {
    padding: 8px;
  }
  .addon-step-what-inner label {
    font-size: 12px;
    padding-top: 10px;
  }
  .addon-step-what-inner span {
    display: none;
  }
  .addon-step-what-text .total-painter-items {
    width: 65%;
    font-size: 12px;
  }
  .addon-step-what-text .total-painter-amount {
    width: 25%;
    font-size: 12px;
  }
  .addon-step-what-text-edit {
    display: flex;
    float: right;
    margin-bottom: 6px;
    font-family: 'Frontage-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 133.4%;
    color: #000000;
  }
  .total-painter-items {
    clear: both;
  }
  .ved-question-select {
    width: 45%;
  }
  .addon-step-where-text span {
    font-size: 12px;
  }
  .addon-step-when-text span {
    font-size: 12px;
  }

  .addon-menu-header-outer {
      height: 180px!important;
  }

  .ved-question-input {
    width: 41%;
  }

  .main-package-type-cls div {
    width: 40% !important;
  }

  .painting_name {
    margin-right: 0px;
    font-size: 11px !important;
    padding: 10px 20px!important;
  }

  .select_painting {
    font-size: 12px!important;
    width: 165px!important;
  }
}

@media (max-width: 841px) {

  .custom-paintings-desktop {
    display: none;
  }

  .select-cal-calendar-time {
    min-height: 250px;
  }

  .custom-paintings-mobile {
    display: inline-flex;;
  }

  .custom-painting-section-slider-desktop {
    display: none;
  }

  .custom-painting-section-slider-mobile {
    display: block;
  }

  .step-14-title {
    margin-bottom: 20px;
  }

  .step-11 .ve-steps-detail {
    margin:10px 0px;
  }

  .location-deatils label {
    padding-top: 4px;
  }

  .ved-question {
    width: 88%;
    text-align: left;
  }   

  .is_shipping_address_available {
    width: 82%!important;
  }

  .if_shipping_address_not_prov {
    width: 80%!important;
  }

  .add_addtional_shipping {
      margin: 10px 25px;
      padding: 0px;
      text-align: left;
  }

  .ve-steps-detail.is_shipping_address_available span {
    font-size: 12px;
  }

  .ve-section {
    margin-top: 20px;
  }

  .page-header-text {
    font-size: 45px;
    line-height: 70px;
  }

  .placeholder-lbl, .placeholder-shipping-lbl {
    width: 100%!important;
    margin-top: 25px!important;
  }

  .ve-step-1 label, .ve-step-2 label, .ve-step-3 label, .ve-step-4 label, .ve-step-5 label, .ve-step-6 label {
    display: none;
  }

  .dont_see_time_cls {
    padding: 0px 10px;
  }

  .step-14 hr {
    margin-left: 0px!important;
  }

  .ve-steps {
    min-height: 50px;
    height: 50px;
    margin-top: 30px;
  }

  .ve-steps hr {
    width: 30px;
  }

  .ve-step div {
    display: none;
  }

  .ve-step {
      line-height: 38px;
      width: 40px;
      height: 40px;
  }

  .ved-question-select {
    width: 90%;
    margin-top: 10px;
    margin-left: 0px;
  }

  .ved-question-input {
    width: 84%;
    margin-top: 10px;
  }

  .ve-steps-detail-next {
    padding: initial!important;
  }

  .ve-calendar-main {
    padding-left: 0px!important;
    width: 100%!important;
    margin: 0 auto;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .select-cal {
    width: 100%!important;
    margin: 0px!important;
    float: none!important;
    margin-bottom: 20px!important;
  }

  .step-11-title,.step-12-title,.step-13-title,.step-14-title, .step-15-title, .step-16-title, .custom-painting-section-title {
    font-size: 22px;
  }

  .minimum_spend_msg {
    font-size: 18px;
  }

  .step-15 .ved-question-input-1, .step-15 .ved-question-input-2, .step-15 .ved-question-input-3 {
    width: 100%!important;
    margin-left: 0px!important;
  }

  .placeholder-lbl, .placeholder-lbl-3 {
    width: 100%!important;
  }

  .payment-left-right {
    display: block!important;
    width: 100%;
  }

  .term_condition_container {
    width: 95%;
    margin: 0 2.5%;
  }

  .payment-left, .payment-right {
    float: none!important;
    width: 95%!important;
  } 

  .payment-details-amount-3 {
    width: 45%;
  }

  .is_shipping_address_available, .if_shipping_address_not_prov {
    font-size: 14px!important;
  }

  .ccjs-card .ccjs-csc.visible-xs, .ccjs-card .ccjs-csc.visible-xs {
    display:table;
    float:left;
    width:45%;
    margin-right:10px;
    position:relative;
    right:auto;
    text-align:left;
    top:auto
  }  
  .ccjs-card .ccjs-csc.visible-xs {
    margin-right:0
  }  
  .ccjs-card label.ccjs-number, .ccjs-card label.ccjs-number { 
    display:table;
    left:auto;
    top:auto;
    width:100%
  } 
  .ccjs-card label.ccjs-number input, .ccjs-card label.ccjs-number input {
    box-sizing:border-box;
    left:auto;
    position:relative;
    top:auto;
    width:100%;
    margin-bottom:0
  }  
  .ccjs-card label.ccjs-number input.ccjs-hidden, .ccjs-card label.ccjs-number input.ccjs-hidden { 
    display:none;
    visibility:hidden
  } 
  .ccjs-card label.ccjs-name, .ccjs-card label.ccjs-name { 
    width:100%;
    bottom:auto;
    display:table;
    left:auto;
    position:relative;
    top:auto;
  } 
  .ccjs-card input.ccjs-name, .ccjs-card input.ccjs-name { 
    bottom:auto;
    font-size:14px;
    height:40px;
    line-height:40px;
    position:relative;
    top:auto;width:100%;
    box-sizing:border-box;
    margin-bottom:0
  } 
  .ccjs-card label.ccjs-csc input, .ccjs-card label.ccjs-csc input {
    font-size:14px;
    height:40px;
    left:auto;
    line-height:40px;
    position:relative;
    right:auto;
    top:auto;
    width:94%
  }  
  .ccjs-card .ccjs-expiration, .ccjs-card .ccjs-expiration {
    bottom:auto;
    float:left;
    left:auto;
    position:relative;
    right:auto;
    top:auto;
    width:50%
  } 
  .ccjs-card .ccjs-expiration .ccjs-month, .ccjs-card .ccjs-expiration .ccjs-month,  .ccjs-card .ccjs-expiration .ccjs-year, .ccjs-card .ccjs-expiration .ccjs-year {
    height:40px;
    width:38%!important;
  }  
  .ccjs-card .ccjs-expiration:after, .ccjs-card .ccjs-expiration:after { 
    left:43%;
    line-height:40px
  } 
  .ccjs-card , .ccjs-card {
    box-sizing:border-box;
    display:table;
    padding:12px;
    width:100% !important;
  }

  .ve-steps-detail-prev-cancel {
    margin-top: 20px!important;
  }

  .page-header-thank-you-header {
    font-size: 34px;
  }

  .vpp-paint-at-home, .vpp-social-media {
    padding: 50px 25px;
  }

  .vpp-back-to-home {
      margin-top: 50px;
  }
  .vpp-social-media a {
    margin: 9px;
  }

  .ve-calendar-menu-left {
    float: left;
    width: 56%;
  }

  .ve-calendar-menu-right {
    float: right;
    width: 35%;
  }

  .addon-item-drop {
    padding: 13px 10px 10px 10px!important;
  }

  .menu_extra .toggleup_menu_extra, .menu_extra .toggledown_menu_extra {
    background-position: top 0px right 5px!important;
    padding-right: px!important;
  }
}

@media (min-width: 641px) and (max-width: 1300px) { 
  .addon-item-name {
    width: 80%;
  }
  .addon-item-price {
     width: 15%;  
  }
  .addon-step-what-text .total-painter-amount {
    width: 25%;
  }
  .seats_total label, .cart_total_amount label{
    width: 55%;
  }
  .seats_total span, .cart_total_amount span {
    width: 35%;
  }
} 

@media (min-width: 1500px) { 
  .vpp-back-to-home {
    margin-top: 100px;
  }
  .vpp-paint-at-home a {
     margin-top: 25px;
  }
  .vpp-paint-at-home {
    padding: 50px;
  }

  .vpp-social-media {
    padding: 50px;
  }
  .help-tip {
    left: 42%!important;
  }
  .help-tip-gratuity {
    left: auto!important;
  }
} 

@media (min-width: 1800px) {
  .payment-left {
    width: 48%;
  }

  .payment-right {
    width: 48%;
  }

  .menu_extra .toggleup_menu_extra {
    background-position: top 1px right 5px!important;
    padding-right: 5%!important;
  }

  .menu_extra .toggledown_menu_extra {
    background-position: top 1px right 5px!important;
    padding-right: 5%!important;
  }
}

@media (min-width: 2100px) {
  .page-header-thank-you-container {
    top: 32%;
  }
  .thank-you-message {
    font-size: 34px;
  }
}

@media (min-width: 640px) and (min-height: 711px) and (max-height: 950px) { 
  .page-header-thank-you-container {
      top: 30%;
  }
  .thank-you-message {
      margin-top: 5px;
  }
  .vpp-thank-you-container {
      margin-top: 5px;
  }
  .vpp-back-to-home {
    margin-top: 40px;
  }
  .vpp-paint-at-home {
    padding: 20px;
    min-height: 200px;
  }
  .vpp-social-media {
    padding: 20px;
    min-height: 200px;
  }
  .vpp-paint-at-home label, .vpp-social-media label {
    padding: 15px 15px;
    font-size: 16px!important;
  }
} 

@media (min-width: 1200px) and (min-height: 500px) and (max-height: 710px) { 
  .vpp-thank-you-container {
    margin-top: 30px!important;
  }

  .vpp-back-to-home {
    margin-top: 50px!important;
  }

  .page-header-thank-you-container {
      top: 30%!important;
  }
} 

@media (min-width: 640px) and (min-height: 500px) and (max-height: 710px) { 
  .page-header-thank-you-container {
      top: 26%;
  }
  .page-header-thank-you-header {
    font-size: 25px;
  }
  .thank-you-message {
      margin-top: 5px;
      font-size: 11px;
  }
  .vpp-thank-you-container {
      margin-top: 5px;
  }
  .vpp-back-to-home {
    margin-top: 15px;
  }
  .vpp-back-to-home a {
     padding: 5px 40px;
  }
  .vpp-paint-at-home {
      padding: 10px;
      min-height: 165px;
  }
  .vpp-social-media {
    padding: 10px;
    min-height: 165px;
  }
  .vpp-thank-you-container {
    margin-top: -5px;
  }
  .vpp-paint-at-home label, .vpp-social-media label {
    padding: 15px 15px;
    font-size: 16px!important;
  }
} 

@media (min-height: 319px)  and (max-height: 500px) { 
  
  .page-header-thank-you-container {
    top: 26%!important;
  }

  .vpp-paint-at-home, .vpp-social-media {
      width: 40%!important;
  }
  .page-header-thank-you-header {
    font-size: 22px!important;
  }
  .thank-you-message {
    width: 90%!important;
    margin-top: 0px!important;
    font-size: 12px!important;
    line-height: 20px;
  }
  .vpp-paint-at-home, .vpp-social-media {
    padding: 10px 5px!important;
  }
  .vpp-thank-you-container {
    margin-top: -5px!important;
  }
  .vpp-paint-at-home label, .vpp-social-media label {
    font-size: 13px!important;
    min-height: 50px;
    padding: 5px 5px!important;
  }
  .vpp-paint-at-home, .vpp-social-media {
    min-height: 110px!important;
    margin-top: 10px!important;
  }
  .vpp-paint-at-home a {
    padding: 4px 15px!important;
    margin-top: 0px!important;
  }
  .vpp-social-media-icons {
    margin-top: 5px!important;
  }
  .vpp-back-to-home {
      margin-top: 12px!important;
  }
  .vpp-back-to-home a {
      padding: 4px 20px!important;
  }
}

@media (max-width: 640px)  { 
  .page-header-thank-you-header {
    font-size: 22px;
  }
  .page-header-thank-you-container {
    top: 30%;
  }
  .thank-you-message {
    font-size: 12px;
    margin-top: 0px;
  }

  .cp-container {
    padding-left: 0px;
    width: 100%;
    margin: 0 auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .custom-painting-selection .cp-container-span {
    margin-left: 0px!important;
  }

  .menu-item-price, .menu-item-price-visible {
    padding: 0px 15px;
    width: 20%;
  }

  .vpp-thank-you-container {
    margin-top: 10px;
  }

  .vpp-paint-at-home, .vpp-social-media {
    padding: 10px 10px;
    width: 90%;
    min-height: auto;
  }
  .vpp-paint-at-home label, .vpp-social-media label {
    font-size: 15px;
    padding: 10px;
  }
  .vpp-paint-at-home a, .vpp-social-media-icons {
    margin-top: 15px;
  }

  .vpp-social-media {
    margin-left: 0px;
    margin-top: 10px;
  }

  .vpp-back-to-home {
    margin-top: 20px;
  }
  .vpp-back-to-home a {
    padding: 6px 40px;
  }
  .vpp-paint-at-home a {
      padding: 6px 25px;
  }

  #shipping_details_done {
    margin-left: 0px!important;
    margin-top: 20px!important;
  }

  .menu-tabs {
    float: none;
    margin-left: 0px;
  }

  .purchase-summery-1 .payment-details-1, .purchase-summery-1 .payment-details-2, .purchase-summery-1 .payment-details-3, .purchase-summery-1 .payment-details-5, .purchase-summery-1 .payment-details-6 {
    width: 60%;
  }

  .menu_extra .addon-item-name {
    width: 80%!important;
  }

  .menu-item-description {
    min-height: 100px;
  }

  .menu-item-list a {
    width: 100%!important;
  }

  #print_image_39 .drink-ticket {
    width: 100%!important;
  }

  .addon-step-what-inner {
    padding: 15px;
  }
  .addon-step-what-inner label {
    font-size: 14px;
    padding-top: 10px;
  }
  .addon-step-what-inner span {
    display: block;
  }
  .addon-step-what-text-edit {
    display: none;
  }

  .addon-item-name {
    width: 80%;
    margin-left: 10px;
  }

  .pa_drink_open, .pa_bites_open, .pa_extra_open {
    display: block;
  }

  .addon-step-where-inner span, .addon-step-when-inner span, .addon-step-what-inner span {
    margin-right: 25px;
  }

  .addon-step-where-text, .addon-step-when-text, .addon-step-what-text {
    display: none;
  }

  .addon-step-what-inner span {
    padding-top: 12px;
  }

  .addon-step-when-text span {
    font-size: 14px;
  }

  .payment_half_full label {
    padding: 11px;
    margin-top: 5px;
  }

  .menu_extra .addon-item-name {
    padding: 0px!important;
    width: 85%!important;
    margin-left: 0px;
    margin-top: 5px;
  }

  .menu_extra .toggleup_menu_extra, .menu_extra .toggledown_menu_extra {
        background-position: top 5px right 5px!important;
  }

  .addon-menu-header {
    height: auto!important;
  }

  .purchase-summery-1, .purchase-summery-2 {
      padding: 10px 10px;
  }

  .payment-left-right {
    width: 100%;
  }

  .term_condition {
    width: 95%;
    margin: 0 2.5%;
  }  

  .ve-calendar-menu-right {
    width: 95%;
    margin: 30px 2.5%;
  }

  .step-15-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px)  { 
  .vpp-paint-at-home label, .vpp-social-media label {
      font-size: 15px;
      padding: 10px;
      min-height: 45px;
  }
  .custom-painting-section-slider {
    width: 65%;
  }

  .where-cls, .when-cls, .what-cls, .menus-cls {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }

  .ved-question-input {
    width: 80%;
    margin-top: 10px;
  }

  .ve-calendar-menu-left {
    border: none;
    box-sizing: initial;
    border-radius: initial;
  }

  .ve-calendar-menu-right {
    width: 95%;
    margin: 30px 2.5%
  }

  .custom-painting-popup-outer {
    padding: 0px;
  }

  .custom-painting-upload-textarea {
    font-size: 12px!important;
    width: 95%;
  }

  .custom-painting-popup-inner {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .custom-painting-upload-notes {
    padding: 20px 10px;
  }

  .help-tip {
      left: 60%!important;
  }
  .help-tip-gratuity {
    left: auto!important;
  }
  .muse-instudio-party-payment-header {
    height: 279px!important;
  }
  .page-header-text {
      font-size: 23px;
      font-style: normal;
      font-weight: 400;
      line-height: 133.4%;
      letter-spacing: -3.45px;
  }
  .ve-step {
      line-height: 28px;
      width: 30px;
      height: 30px;
  }
  .ve-steps hr {
      width: 20px;
      margin-top: -10px;
  }
  .payment_half_full span {
    width: 80%;
  }

  .minimum_spend_progress>span:nth-child(2) {
    width: 100%;
    display: inline-block;
    margin-top: 20px;
  }

  .ve-calendar-paintings img {
    width: 170px;
    height: 196px
  }

  .pp-package-items {
    min-height: 40px!important;
  }

  .pp-selection-filter span {
    font-size: 20px!important;
  }

  .pp-package-name {
    min-height: 75px!important;
  }
} 

@media (max-width: 415px)  { 
 .menu-item-description{
    min-height:115px;
 }
}

@media (max-width: 393px)  { 
  .payhalf_showmobile {
    height: 65px;
  }
}

@media (max-width: 360px)  { 
  .vpp-paint-at-home label, .vpp-social-media label {
      font-size: 12px;
      padding: 1px;
      min-height: 32px;
  }
  .page-header-text {
    left: -28px;
  }
  .menu_extra .addon-item-name {
    font-size: 11px;
    width: 80%!important;
  }
  .menu_extra .addon-item-price {
    font-size: 11px;
  }
  .addon-item-drop {
    font-size: 13px;
  }
  .menu_extra .toggledown_menu_extra, .menu_extra .toggleup_menu_extra {
    background-position: top 6px right 5px!important;
  }
  .purchase-summery-1 .payment-details-amount-1, .purchase-summery-1 .payment-details-amount-60, .purchase-summery-1 .payment-details-amount-50, .purchase-summery-1 .gratuity-amount-span, .custom-painting-amount-span, .admin-fee-amount-span {
    font-size: 18px;
  }
  .payment_half_full {
    width: 100%;
    height: 65px;
  }
  .payment_half_full span {
    width: 80%;
  }
  .menu-tabs span {
    font-size: 14px;
  }
  .menu-item-name {
    font-size: 12px;
    padding: 10px 6px;  
  }
  .menu-item-list a {
    height: 100px!important;
  }
  .menu-item-description {
    min-height: 130px;
  }
  .ve-calendar-paintings img {
    width: 250px;
    height: 250px;
  }
  .ved-question-promocode, .ved-question-gratuity {
    font-size: 13px;
    padding-top: 8px;
  }

  .purchase-summery-1 .payment-details-1, .purchase-summery-1 .payment-details-2, .purchase-summery-1 .payment-details-3, .purchase-summery-1 .payment-details-5, .purchase-summery-1 .payment-details-6 {
    width: 55%;
  }

  .pp-custom-select .selected {
      padding: 8px 8px 8px 8px !important;
  }

  .pp-custom-select .pp-show-arrow {
      padding: 8px 18px 8px 0px !important;
  }

  .pp-custom-select .pp-show-arrow::after {
    right: 5px;
    top: 33%;
  }
} 

.gift_certificate_form {
    background: #FFFFFF!important;
  }
  .custom-preview-image, .custom-artimage-upload {
    margin-top: 20px!important;
  }
  .mail-details {
    bottom: -50px!important;
  }
  .select-content-dd {
    width:60%!important;
  }  
  .pyp-main {
      margin: 0 auto;
      display: inline-flex;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
      border-radius: 3px;
      margin-top: 15px;
      height: 245px;
  }
  .pyp-child {
    padding: 5px;
    position: relative;
    height: 245px;
  }
  .pyp-child img {
      width: 150px;
      height: 170px;
  }
  .muse-pp-error-step {
    display: none;
    margin-top: 25px;
    color: red;
    font-family: 'Poppins';
  }
  .addon_style {
      box-shadow: none!important;
      border-radius: 0px!important;
      display: inline-block!important;
      margin-bottom: 0px!important;
      width: auto!important;
      font-family: Frontage-Regular!important;
      margin-right: 0px!important;
      cursor: pointer!important;
      position: relative!important;
  }
  .gift_certificate_left {
    margin-bottom: 0px!important;
  }
  .buttons-plus-minus {
    text-align: center;
    height: 44px;
    width: 20%;
    float: right;
  }
  .gift_certificate_form .buttons-plus-minus input {
      box-sizing: initial!important;
      float: none!important;
      width: 25px!important;
    text-align: center!important;
    border: 1px solid #c7cbce!important;
      height: 22px!important;
      border-radius: 5px!important;
      font-family: Frontage-Regular!important;
      margin: 0 0 15px!important;
  }
  .painter-image-table .sub-ul {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px!important;
  }
  .vpp-need-tax-payment {
    display: inline-block;
    margin-top: 20px;
    width: 90%;
  }
  .vpp-need-tax-payment-left {
    display: flex;
    width: 100%;
    background: #f3f3f3!important;
    border: none!important;
    border-radius: .75em;
    padding: 1em;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .vpp-need-tax-payment-left label {
    width: 50%!important;
    text-align: left!important;
    font-size: 15px!important;
    font-family: 'Poppins'!important;
    margin: 10px;
  } 
  .vpp-need-tax-payment-left span {
    float: right!important;
    text-align: right!important;
    width: 50%!important;
    font-family: 'Poppins'!important;
    margin: 10px;
  }

  .total-value-text, .total-border {
    display: none;
  }

  .no_items {
    font-size: 15px;
      font-family: Lato-Regular;
      margin-left: 2px;
      margin-bottom: 10px;
  }

  .pyp-dec-text {
      font-size: 12px;
      float: left;
      letter-spacing: -2.5px;
      margin-top: 2px;
      margin-left: -2px;
  } 
    .pyp-dec-amount {
      font-size: 12px;
      float: right;
      letter-spacing: -2.5px;
      margin-top: 2px;
      margin-left: -2px;
  }  
  .DiscountsSubSection-container-2xjgi {
      margin-bottom: 15px!important;
  }

  #applycodevalue {
    width: 91%!important;
  }

  #third_step {
    display: block!important;
    min-height: 250px;
    position: relative;
  }
  .kids-pack-subtitle {
    width: 70%!important;
  }
  .text-fields {
    width: 30% !important;
  }
  .header-ul li:first-of-type {
      width: 30%;
  }

  .photos_cls p {
    display: block;
  }

  .upload_cls {
    background: #ff6652 !important;
      color: #fff !important;
      min-height: 0 !important;
      padding: 0 15px !important;
      line-height: 30px !important;
      margin: 10px auto 10px !important;
      border-radius: 5px !important;
      height: 36px !important;
      border: 1px solid #ff6652 !important;
      cursor: pointer !important;
      font-family: Frontage-regular;
      box-sizing: border-box;
  }
  .submit_div {
      width: 100%;
      text-align: center;
      margin-top: 10px;
  }

  .error_message {
    text-align: center;
      margin-top: 15px;
      background: #f0523d;
      color: #FFFFFF;
      padding: 5px 10px;
      display: none;
  }
  
  .preview img {
    height: 70px!important;
  }    

  .success_message {
      background: green;
      color: white;
      font-size: 12px;
      padding: 5px 22px;
      width: 55%;
      margin: 0 auto;
      font-family: Lato-Regular;
      font-size: 14px;
      text-align: center;
      margin-bottom: 10px;
  }

  .submit_error {
    background: #f0523d;
      color: white;
      font-size: 12px;
      padding: 5px 22px;
      width: 55%;
      margin: 0 auto;
      font-family: Lato-Regular;
      font-size: 14px;
      text-align: center;
      margin-bottom: 10px;
      display: none;
  }

  .gift_certificate_form input {
      float: none!important;
      width: 190px!important;
      margin: 10px 2px 0px 2px!important;
  }   

  .sub-upload-list li input::placeholder {
    color: #333!important;
  }

  .ved-question-pname::placeholder {
    color: #e4e4e4!important;
  }

  #shipping_details_done {
    width: 30px!important;
    margin-left: 45px!important;
    border: 1px solid #FFFFFF!important;
    box-shadow: none!important;
    margin-top: 3px!important;
    float: left!important;
  }

  .payment_error {
    text-align: center;
      margin-bottom: 10px;
  }

  .sub-ul ul li {
    width: 50%;
  }

  .text-fields {
    width: 35% !important;
  }

  .gift_certificate_form select {
    width: 190px!important;
      margin: 10px 6px 0px 0px!important;
      float: right!important;
  }
  .header-details1 {
    display: block!important;
  }
  .header-details2 {
    display: none!important;
  }
  .line-for-mobile {
    display: none!important;
  }

  @media (min-width: 768px) and (max-width: 859px)  {
    .custom-image-upload {
        width: 58%!important;
    }
    .custom-artimage-upload {
      width: 85%!important;
      margin: 0 auto;
    }
    .gift_certificate_form select {
      margin: 10px 6px 0px 2px!important;
        float: none!important;
        vertical-align: middle;
    }  
    .select_painting {
      width: 165px!important;
      margin-left: 0px!important;
    } 
    .painting_name {
       font-size: 13px!important;
       padding: 10px 20px!important;
    }
    .fancybox__left-panel {
      padding: 1rem!important;
      font-size: 12px;
    } 

    .menu-tabs {
      float: none;
      margin: 0px 10px;
    }

  }

  @media (max-width: 767px)  {

    .fancybox__main-panel {
      .fancybox__main-panel {
      width: 95vw;
      height: auto;
      max-height: 75vh;
    }
    }

    .location-where {
      width: 100%;
      padding: 0px 10px;
    }

    .menu-tabs span {
      padding: 5px 6px
    }

    .menu-ticket-item-name label {
      font-size: 12px!important;
    }

    .ved-question-button-prev {
      display: inline-block;
      width: 165px;
      margin-right: 0px;
      margin-bottom: 20px;
      padding: 14px 50px 14px 50px;
    }

    .ved-question-button-1, .ved-question-button-2, .ved-question-button-3, .ved-question-button-29, .ved-question-button-30, .ved-question-button-31, .ved-question-button-32, .ved-question-button-4, .ved-question-button-5, .ved-question-button-6 {
        display: inline-block!important;
        width: 165px;
        padding: 16px 55px 16px 50px;
    }

    .custom-artimage-upload {
      width: 85%!important;
      margin: 0 auto;
    }
    .upload-section {
      padding-top: 10px;
      padding-bottom: 10px;
    }
    .sub-ul ul li:first-of-type {
      margin-top: 15px;
    }
    .kids-pack-subtitle {
      width: 91%!important;
      margin-bottom: 15px!important;
    }
    .photos_cls p {
      display: none!important;
    }
    .sub-ul ul li:first-of-type {
      width: 100% !important;
        max-width: 100%!important;
        margin-top: 0px;
        margin-bottom: -10px!important;
    }
    .sub-ul ul li.custom-image-upload {
      display: block!important;
      float: left!important;
      max-width: 100%!important;
    }
    .gift_certificate_form input {
        float: none!important;
        width: 100%!important;
        margin: 10px 2px 0px 2px!important;
    }
    .gift_certificate_form select {
        width: 100%!important;
        margin: 10px 0px 0px 0px!important;
        float: left!important;
    }
    .header-details1 {
      display: none!important;
    }
    .header-details2 {
      display: block!important;
    }
    .painter-image-container .header-ul li {
      width: 100%!important;
    }
    .painter-image-table .painter-image-container ul.sub-ul ul {
      border-bottom: none!important;
    }
    .line-for-mobile {
      display: block!important;
    }

    .ve-calendar-menu-left {
      float: none;
      width: 95%;
      margin: 20px auto;
    }

    .ve-calendar-menu-right {
      float: none;
      width: 95%;
      margin: 20px auto;
      clear: both;
    }

    .main-package-type-cls div {
      width: 40% !important;
    }
  } 

@media (max-width: 767px) and (orientation:portrait) {
  .fancybox__left-panel {
    padding: 1rem!important;
    text-align: center;
  }

  .painting_name {
    font-size: 12px!important;
    padding: 10px 20px!important;
  }

  .select_painting {
    font-size: 11px!important;
    width: 165px!important;
    margin: 0 auto;
  }
} 

@media (max-width: 767px) and (orientation:landscape) {
  .select_painting {
      width: 165px!important;
      margin-left: 0px!important;
      font-size: 11px!important;
  }

  .fancybox__left-panel {
    padding: 1rem!important;
  } 
}

@media (max-width: 680px)  {
  .pycs-container-div {
      display: grid;
  }

  .pycs-container-div label:first-child {
    margin-bottom: 40px;
  }

  .custom-painting-selection .cp-container-span {
    font-size: 14px!important;
    line-height: 20px!important;
  }
}

@media (max-width: 480px)  { 
  .main-package-type-cls div {
      width: 50% !important;
      margin-right:0px!important;
  }

  .fancybox__main-panel {
    width: 100vw;
    height: auto;
    max-height: 65vh;
  }
}