form.master-template__form-fields .alt-form-group > label {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #212529;
    text-align: left;
    display: block;
    text-transform: uppercase;
}
form.master-template__form-fields .alt-form-group > label.error{
    text-transform: none;
}

.master-template__store-select{
    position: relative;
    width: 100%;
    cursor: pointer;
}
.master-template__store-select:before {
    content: '';
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    width: 0;
}
.master-template__store-select .selected{
    border: solid 1px #ccc;
    padding: 15px 15px;
    line-height: 100%;
    margin-bottom: 0;
    text-transform: inherit;
    font-weight: 400;
    text-align: left;
    display: block;
}
.master-template__store-select .master-template__stores{
    position: absolute;
    top: 100%;
    z-index: 3;
    left: 0;
    right: 0;
    border: solid 1px #ccc;
    background: #f9f9f9;
    margin: 0;
    list-style: none;
    text-align: left;
    height: 200px;
    overflow-y: auto;
}
.master-template__store-select .master-template__stores::-webkit-scrollbar {
	width: 2px;
}
.master-template__store-select .master-template__stores::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.master-template__store-select .master-template__stores::-webkit-scrollbar-thumb {
	background: #888;
}
.master-template__store-select .master-template__stores::-webkit-scrollbar-thumb:hover {
	background: #ccc;
}
.master-template__store-select .master-template__stores li{
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px 15px;
}
.master-template__store-select .master-template__stores li:hover{
    background-color: #e3e3e3;
}
#master-template__date-select-form-group .alt-form-field-group{
    position: relative;
}
#master-template__date-select-form-group .alt-form-field-group:before {
    background: #fff url("../images/icon-date.png") no-repeat;
    position: absolute;
    content: '';
    width: 21px;
    height: 21px;
    background-size: contain;
    background-position: center;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
#master-template__date-select-form-group #master-template__date-select,
#master-template__time-select-form-group #master-template__time-select,
form.master-template__form-fields input[type="text"],
form.master-template__form-fields input[type="email"],
form.master-template__form-fields textarea{
    border: solid 1px #ccc;
    padding: 0 15px;
    height: 45px;
    border-radius: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    background-color: #FFFFFF;
}
#master-template__date-select-form-group #master-template__date-select:focus,
#master-template__time-select-form-group #master-template__time-select:focus,
form.master-template__form-fields input[type="text"]:focus,
form.master-template__form-fields input[type="email"]:focus,
form.master-template__form-fields textarea:focus{
    border: 1px solid #C60C46;
    box-shadow: unset;
}
form.master-template__form-fields textarea{
    height: 160px;
    padding: 15px;
}
form.master-template__form-fields .alt-form-group span.required {
    color: #C60C46;
}
/** Custom Checkbox */
form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper {
    position: relative;
    --size: 17px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper input[type="checkbox"]:checked ~ svg {
    height: calc(var(--size) * 0.6);
    animation: draw-checkbox ease-in-out 0.2s forwards;
}
form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper input[type="checkbox"]:checked ~ label:after {
    border-color: #C60C46;
}
form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper svg {
    stroke: #C60C46;
    stroke-width: 3px;
    height: 0;
    width: calc(var(--size) * 0.6);
    position: absolute;
    left: calc(var(--size) * 0.21);
    top: calc(var(--size) * 0.2);
    stroke-dasharray: 33;
}
form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper label {
    padding-left: 26px;
    margin: 0;
    color: #212529;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: left;
}
form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper label:after {
    position: absolute;
    left: 0;
    top: 1px;
    content: "";
    margin-top: 0px;
    height: var(--size);
    width: var(--size);
    border: 1px solid #88888d;
    border-radius: 3px;
    transition: 0.15s all ease-out;
}
/* End */
form.master-template__form-fields .altform-submit-group{
    display: flex;
    align-items: center;
    justify-content: center;
}
form.master-template__form-fields .altform-submit-group .button-submit{
    background-color: #C60C46;
    color: #fff;
    cursor: pointer;
    margin-bottom: 0;
    border: solid 1px #C60C46;
    padding: 0 15px;
    height: 45px;
    border-radius: 0;
    display: block;
    width: 100%;
    transition: all 0.3s linear;
    max-width: 300px;
}
form.master-template__form-fields .altform-submit-group .button-submit:hover{
     background-color: #e30047;
}
form.master-template__form-fields .altform-submit-group .altform-pinner {
    display: none;
    margin-left: 10px;
    width: 26px;
}
form.master-template__form-fields .master-template__form--field-set{
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 40px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;
}
form.master-template__form-fields .altform-message.success-message {
    margin-top: 30px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
}
.page-template-template-master .ui-timepicker-container .ui-timepicker-viewport .ui-menu-item{
    text-align: left;
}
@media (max-width: 767px) {
    #master-template__time-select-form-group  > label{
        display: none;
    }
    form.master-template__form-fields textarea{
        width: 100%;
        max-width: 100%;
    }
    form.master-template__form-fields .altform-submit-group .button-submit{
        max-width: 250px;
        font-size: 14px;
    }
    form.master-template__form-fields .alt-form-group > label,
    form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper label{
        font-size: 14px;
    }
    form.master-template__form-fields .alt-form-group input{
        font-size: 14px;
    }
    form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper input[type="checkbox"]:checked ~ svg{
        top: calc(var(--size) * 0.5);
    }
}
@media (max-width: 495px) {
    form.master-template__form-fields #item_marketing_consent-form-group .checkbox-form-group-wrapper label:after{
        top: 5px;
    }
}