.h-widget-container [name=order_price],
.h-widget-container [name=order_old_price],
.h-widget-container [name=order_address],
.h-widget-container [name=order_email],
.h-widget-container [name=order_age],
.h-widget-container [name=upc],
.h-widget-container [name=upc_data],
.h-widget-container [name=phone_full]{
    display:none !important;
}
.h-widget-container .hide{
    display: none;
}
.h-widget-container .iti {
    width: 100%;
}
@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
    .h-widget-container .iti__flag {
        background-image: url(../images/flags@2x.png);
    }
}
.h-widget-container .iti__flag {
    background-image: url(../images/flags.png);
}
.h-widget-container .form-box{
    padding: 10px;
}
.h-widget-container .input input {
    width: 100%;
    padding: 22px 0;
    box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.35);
    border: none;
    border-radius: 4px;
    text-indent: 20px;
    font-size: 20px;
    color: #464646;
    background: #fff;
}

.h-widget-container .input {
    width: 100%;
    margin-bottom: 15px;
}


.h-widget-container .footer__submit{
    border: none;
    font-size: 1.4em;
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background: #ffb500;
    border-radius: 10px;
    color: #000 !important;
    letter-spacing: 1px;
    display: block;
    padding: 20px 20px !important;
}

.h-widget-container .variations {
    position: relative;
}

/*To remove button from IE11, thank you Matt */
select::-ms-expand {
    display: none;
}

.h-widget-container .variations:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    /*Adjust for position however you want*/

    top: 30px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    /*left line */

    position: absolute;
    pointer-events: none;
}

.h-widget-container .variations select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Add some styling */

    display: block;
    width: 100%;
    height: 50px;
    float: right;
    margin: 15px 0px;
    padding: 0px 24px;
    font-size: 16px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
}