.em_submit,
.em_widget_heading h2,
.total_wrapper p {
    text-transform: uppercase
}

.immersive_awselect {
    overflow: hidden!important
}

.awselect_bg {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -o-transition: .2s ease-in;
    transition: .2s ease-in
}

.awselect_bg.animate {
    opacity: 1
}

.awselect {
    float: left;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .4s cubic-bezier(.19, 1, .22, 1);
    transition: .4s cubic-bezier(.19, 1, .22, 1);
    margin-bottom: 30px
}

.awselect .front_face span,
.awselect>.em_select_bg {
    -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .4s cubic-bezier(.19, 1, .22, 1);
    float: left
}

.awselect>.em_select_bg {
    background: #fff;
    height: 0%;
    width: 100%;
    position: absolute;
    z-index: 1;
    transition: .4s cubic-bezier(.19, 1, .22, 1);
    border-radius: 10px
}

.awselect .front_face {
    position: relative;
    padding: 15px 10px;
    color: #000;
    float: left;
    width: 100%;
}

.awselect .front_face>.em_select_bg {
    position: absolute;
    z-index: 0;
    float: left;
    width: 100%;
    height: 100%;
    left: 0;
    background: #fff;
    top: 0;
    border: 2px solid #dad4d4;
    border-radius: 10px
}

.awselect .front_face .em_plugin_content {
    float: left;
    width: 100%;
    position: relative;
    z-index: 2
}

.awselect .front_face span {
    transition: .4s cubic-bezier(.19, 1, .22, 1);
    width: 100%;
    color: inherit
}

.awselect .back_face,
.awselect .front_face .icon {
    -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .4s cubic-bezier(.19, 1, .22, 1)
}

.awselect .front_face .current_value {
    position: absolute;
    left: 0;
    font-size: 15px;
    text-align: left
}

.awselect .front_face .placeholder {
    position: relative
}

.awselect .front_face .icon {
    float: right;
    position: absolute;
    right: 5px;
    top: 40%;
    transform: rotate(180deg) translateY(-50%);
    transform-origin: center 0;
    transition: .4s cubic-bezier(.19, 1, .22, 1);
    font-size: initial;
}

.awselect .front_face .icon svg {
    width: 10px;
    height: 10px
}

.awselect .back_face {
    z-index: 2;
    position: absolute;
    padding: 0;
    transition: .4s cubic-bezier(.19, 1, .22, 1);
    transform: translateY(20px);
    opacity: 0;
    float: left;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    display: none
}

.aw_cursor_pointer,
.awselect .back_face ul li a {
    -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .4s cubic-bezier(.19, 1, .22, 1)
}

.awselect .back_face.overflow {
    overflow-y: scroll
}

.awselect .back_face ul {
    margin: 0;
    float: left;
    padding: 0;
    width: 100%
}

.awselect .back_face ul li {
    float: left;
    width: 100%;
    display: block;
    padding: 8px 0;
    border-bottom: 2px solid #dad4d4
}

.awselect .back_face ul li:hover {
    background-color: #f1f1f1
}

.awselect .back_face ul li a {
    color: inherit;
    opacity: 1;
    transition: .4s cubic-bezier(.19, 1, .22, 1);
    /* font-size:18px; */
    text-decoration: none!important;
    /* font-weight:500!important */
}

.widget .awselect .back_face ul li a:hover {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none
}

.awselect.animate {
    z-index: 9999
}

.awselect.animate .front_face .icon {
    transform: rotate(0) translateY(-50%)
}

.awselect.animate>.em_select_bg {
    height: 100%
}

.awselect.animate2>.em_select_bg {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.awselect.animate2 .back_face {
    transform: translateY(0);
    opacity: 1
}

.awselect.hasValue .front_face .placeholder {
    transform: translateY(20px);
    opacity: 0
}

.awselect.placeholder_animate .front_face .current_value {
    opacity: 0
}

.awselect.placeholder_animate2 .front_face .placeholder {
    transform: translateY(0);
    opacity: 1;
    font-size: 20px
}

.awselect.transition_paused {
    transition: none!important
}

.aw_cursor_pointer {
    float: left;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #ddd;
    overflow: hidden;
    padding: 5px;
    transition: .4s cubic-bezier(.19, 1, .22, 1);
    transform: scale(.5)
}

.aw_cursor_pointer .inner {
    float: left;
    width: 100%;
    height: 0%;
    background: #fff;
    border-radius: 100%;
    -webkit-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: .4s cubic-bezier(.19, 1, .22, 1);
    -o-transition: .4s cubic-bezier(.19, 1, .22, 1);
    transition: .4s cubic-bezier(.19, 1, .22, 1)
}

.aw_cursor_pointer.animate {
    transform: scale(1)
}

.aw_cursor_pointer.animate .inner {
    height: 100%
}

.em_widget_wrapper hr {
    margin: 50px auto
}

.em_widget_wrapper footer {
    text-align: center;
    padding-bottom: 50px
}

.em_widget_wrapper .link {
    text-align: center;
    color: #278fb2
}

.checkbox__checker:after,
.checkbox__checker:before,
.checkbox__cross:after,
.checkbox__cross:before,
.checkbox__ok:after,
.checkbox__ok:before,
.ext-cross:after,
.ext-cross:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 2px;
    margin: 0 auto;
    top: 14px;
    left: 0;
    right: 0;
    background-color: #bf1e1e;
    border-radius: 5px;
    transition-duration: .3s
}

.checkbox__checker:before,
.checkbox__cross:before,
.checkbox__ok:before,
.ext-cross:before {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.checkbox__checker:after,
.checkbox__cross:after,
.checkbox__ok:after,
.ext-cross:after {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.checkbox__ok:after,
.checkbox__ok:before,
.checkbox__toggle:checked+.checkbox__checker:after,
.checkbox__toggle:checked+.checkbox__checker:before,
.ext-ok:after,
.ext-ok:before {
    background-color: #0cb018
}

.checkbox__ok:before,
.checkbox__toggle:checked+.checkbox__checker:before,
.ext-ok:before {
    width: 7px;
    top: 17px;
    left: -9px
}

.checkbox__ok:after,
.checkbox__toggle:checked+.checkbox__checker:after,
.ext-ok:after {
    width: 14px;
    left: 4px;
    top: 15px
}

.checkbox {
    width: 65px;
    margin: 0 20px 0 0;
    clear: both
}

.checkbox__container {
    display: block;
    position: relative;
    height: 42px;
    cursor: pointer
}

.checkbox__toggle {
    display: none
}

.checkbox__toggle:checked+.checkbox__checker {
    left: calc(100% - 30px);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg)
}

.checkbox__checker,
.checkbox__cross,
.checkbox__ok {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 5px;
    left: -2px;
    z-index: 1
}

.checkbox__checker {
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    transition: .3s;
    z-index: 2
}

.checkbox__checker:after,
.checkbox__checker:before {
    transition-duration: .3s
}

.checkbox__cross:after,
.checkbox__cross:before,
.checkbox__ok:after,
.checkbox__ok:before {
    background-color: #ddd
}

.em_submit,
.total_wrapper {
    background-color: #fff;
    border-radius: 30px
}

.checkbox__ok {
    left: calc(100% - 30px)
}

.checkbox__bg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #aaa;
    width: 100%;
    height: 100%
}

.em_widget_wrapper .bring_order_form_btn,
.total_wrapper {
    width: 200px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.label_wrapper {
    text-align: left
}

.em_submit,
.em_widget_wrapper,
.error_message_div,
.total_wrapper {
    text-align: center
}

.checkbox_wrapper {
    margin-bottom: 25px;
    border-bottom: 1px solid #dcdcdc
}

.total_wrapper {
    color: #151414;
    margin: 10px auto;
}

.total_wrapper p {
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
}

.em_submit {
    color: #0c0c0c;
    margin: 0 auto 30px;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.em_widget_heading h2 {
    font-size: 20px;
    font-weight: 600
}

.awselect .back_face ul li:first-child {
    border-top: 2px solid #dad4d4
}

.em_widget_wrapper label {
    color: #333;
    display: block;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 5px;
}

.em_widget_wrapper .bring_order_form_btn_wrapper {
    display: none
}

.em_widget_wrapper .bring_order_form_btn {
    margin: 0 auto;
    font-weight: 600;
    background-color: #ffffff;
    padding: 12px;
    font-size: 17px;
    border-radius: 25px;
    color: black !important;
}

.em_widget_wrapper .order_btn_wrapper,
.em_widget_wrapper .pay_btn_wrapper {
    margin: 30px
}

.em_widget_wrapper .bring_order_form_btn:hover {
    cursor: pointer;
}

.em_widget_wrapper .order_wrapper {
    position: relative;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 9999
}

.em_widget_wrapper .order_container {
    background-color: #fff;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.em_widget_wrapper .order_div_hider {
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    position: fixed;
    width: 50vw;
    opacity: 0;
    top: -150vh;
    left: 25vw;
    z-index: -99999
}

.em_widget_wrapper .order_div,
.emcc_thank_you_message {
    -webkit-transition: all .9s;
    -moz-transition: all .9s
}

.em_widget_wrapper .order_div {
    -o-transition: all .9s;
    transition: all .9s;
    position: fixed;
    width: 50vw;
    top: 100px;
    left: 25vw;
    opacity: 1;
    z-index: 999
}

.em_widget_wrapper .order_btn_wrapper input[type=submit] {
    background-color: #fff;
    color: #000;
    width: 190px;
    padding: 12px;
    font-size: 18px;
    border-radius: 25px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.em_widget_wrapper .order_btn_wrapper input[type=submit]:hover {
    background-color: #fbfbfb;
    border-color: #fff;
    color: #000
}

.em_widget_wrapper .costomers_form_field {
    clear: both;
    margin: 10px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.em_widget_wrapper .costomers_form_field input[type=submit] {
    width: 200px;
    margin: 15px auto;
    font-weight: 600;
    background-color: #ffffff;
    color: black;
    border: 0;
    font-size: 16px;
    border-radius: 25px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.em_widget_wrapper .costomers_form_field input[type=submit]:hover {
    cursor: pointer;
    background-color: #fbfbfb;
}

.em_widget_wrapper .costomers_form_field textarea {
    width: 85%;
    margin: 0 auto;
    border: 2px solid #e9e9e9;
    border-radius: 7px;
    background-color: #fbfbfb;
    font-size: 16px;
    box-shadow: none
}

.em_widget_wrapper .costomers_form_field input[type=email],
.em_widget_wrapper .costomers_form_field input[type=password],
.em_widget_wrapper .costomers_form_field input[type=text],
.em_widget_wrapper .costomers_form_field input[type=url] {
    transition: .9s all;
}
.em_widget_wrapper input[type="text"]:focus, 
.em_widget_wrapper input[type="password"]:focus, 
.em_widget_wrapper input[type="email"]:focus, 
.em_widget_wrapper input[type="url"]:focus,
.em_widget_wrapper textarea:focus {
    outline: 0;
    transition: .9s all;
}

.em_widget_wrapper .costomers_form_field .emcc_input {
    width: 80%;
    margin: 0 auto;
    border: 1px solid #c1c1c1;
    border-radius: 7px;
    background-color: #fbfbfb;
    font-size: 16px;
    padding: 8px 10px;
    box-shadow: none
}

.em_widget_wrapper .order_div_total_cost_wrapper p {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px
}

.em_widget_wrapper .order_div_total_cost_wrapper {
    margin-top: 40px
}

.emcc_thank_you_message {
    -o-transition: all .9s;
    transition: all .9s;
    position: absolute;
    position: fixed;
    z-index: 9999;
    width: 60vw;
    top: 10vw;
    margin: 0 auto;
    background-color: #fff;
    right: 20vw;
    text-align: center;
    padding: 5vw;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    border-radius: 10px;
    display: block;
    opacity: 1
}

.emcc_thank_you_message_hider {
    opacity: 0;
    box-shadow: 0 0 0 11px transparent
}

.em_widget_wrapper input#pay_btn {
    float: left;
    opacity: 1;
    width: 160px;
    margin: 26px 40%;
    box-shadow: rgba(0, 0, 0, .11) 0 11px 43px 11px;
    border-radius: 60px;
    border: 0;
}

.em_widget_wrapper .emcc_order_cross_btn {
    width: 40px;
    height: 40px;
    position: relative;
    font-size: 25px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    float: right;
}

.emcc_pay_cross_btn {
    color: #fff;
    cursor: pointer;
    margin-top: 15px;
}

.emcc_pay_cross_btn p {
    color: red !important;
}



.error_message_div {
    -webkit-transition: all .9s;
    -moz-transition: all .9s;
    -o-transition: all .9s;
    transition: all .9s;
    position: absolute;
    position: fixed;
    z-index: 99999;
    width: 60vw;
    top: 10vw;
    margin: 0 auto;
    background-color: #fff;
    right: 20vw;
    padding: 5vw;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
    border-radius: 10px;
    display: block;
    opacity: 1
}

.error_message_div a {
    color: green;
    font-size: 20px;
    font-weight: 600
}

.em_widget_wrapper .costomers_form_field img {
    width: 100px;
    border-radius: 5px;
}

.em_widget_wrapper .costomers_form_field .emcc_input:focus {
    border: 0;
    transition: .9s all;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5);
}

.em_widget_wrapper .emcc_cross_btn span {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #000
}

.emcc_thank_you_message form#form2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.emcc_thank_you_message form#form2 #pay_btn {
    padding-top: 15px;
    width: 140px;
    height: 45px;
}

@media screen and (max-width:768px) {
    .em_widget_wrapper .order_div_hider {
        left: 2vw;
        display: none
    }
    .em_widget_wrapper .order_div {
        left: -2vw;
        top: 40px;
        position: absolute
    }
    .em_widget_wrapper .order_container {
        width: 80vw;
        z-index: 999
    }
    .emcc_thank_you_message {
        width: 90vw;
        right: 4vw
    }
    .order_div_total_cost_wrapper {
        margin-top: 55px
    }
    .calculate_wrapper {
        margin: 30px 0;
    }

    
}



.em_widget_wrapper {
    margin-bottom: 2em;
    padding-left: 5px;
    padding-right: 5px;
}
.em_widget_wrapper li {
    margin: 0 !important;
}
.emcc-wrapper ul {
    list-style: none;
}
.em_widget_wrapper h1:not(.site-title):before, .em_widget_wrapper h2:before {
    background: #767676;
    content: none;
}