.woocommerce-variation-add-to-cart,form.cart{flex-wrap:wrap!important}.wapf{width:100%}.wapf-hide{display:none}.wapf-wrapper{width:100%}[data-wapf-variation-rules]{display:none}[data-wapf-variation-rules].wapf-show{display:block}.wapf-field-row{display:flex;flex-wrap:wrap;margin-left:-5px}.wapf-field-row .wapf-field-container:last-child{padding-right:0}.wapf-field-container{padding:0 5px 15px 5px;box-sizing:border-box}.wapf-field-description{font-size:85%;opacity:.8;padding:0;margin:0;padding-top:5px}.wapf-field-container label[for]{cursor:pointer}.wapf-field-input input[type=email],.wapf-field-input input[type=number],.wapf-field-input input[type=text],.wapf-field-input input[type=url],.wapf-field-input select,.wapf-field-input textarea{width:100%;box-sizing:border-box}.wapf-field-input input[type=checkbox],.wapf-field-input input[type=radio]{float:left;margin-top:5px}.wapf-input-label{font-weight:400}.wapf-label-text{padding-left:10px}.wapf-pricing-hint{opacity:.7}.wapf-product-totals{display:none;width:100%}.wapf-product-totals .wapf--inner{padding:20px 0}.wapf-product-totals .wapf--inner>div{padding-bottom:10px;clear:both}.wapf-product-totals .wapf--inner>div:last-child{padding-bottom:0}.wapf-product-totals div span:first-child{font-weight:700}.wapf-product-totals div span:last-child{float:right}

.wapf {
    /*font-family: UberMoveText, system-ui, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
}
.wapf-field-label label{    
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.wapf-field-label span{
    font-weight: 700;
    line-height: 28px;
    font-size: 20px;
    /*font-family: UberMove, sans-serif;*/
    color: #545454;
}
.wapf-field-label abbr.required{
    text-align: right;
    float: right;
    font-weight: 500;
    background-color: #EEEEEE;
    border-radius: 16px;
    padding-left: 8px;
    padding-right: 8px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    font-size: 14px;
    line-height: 16px;
    height: 20px;
        color: #000000;
}
.wapf-field-description{
    line-height: 20px;
    color: #545454;
    font-weight: normal;
    font-size: 14px;
    opacity:1;
}
.wapf-field-input{
    padding: 16px 0px;
}
.wapf-checkboxes .wapf-checkable { 
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 8px;
    padding-bottom: 8px;
}
.wapf-checkboxes .wapf-input-label{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.wapf-field-input input[type=checkbox]{
    pointer-events: none;
    outline: none;
    opacity: 0;
    position: absolute;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}


.wapf-checkboxes .wapf-label-text{
    transition: background-color 100ms ease 0s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-left: 0;
}
.wapf-checkboxes .wapf-label-text::before {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    cursor: pointer;
    content: "";
    border: 3px solid rgb(246, 246, 246);
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}

.wapf-field-checkboxes .wapf-field-input{
    clear: both;
}

.spacer._16{
    width: 16px;
    height: 1px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}
.wapf-label-text .d1{
    margin-top: calc(3px);
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.wapf-label-text .al{
    margin: -8px;
    padding: 8px;
    align-self: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wapf-label-text .aq{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wapf-label-text .am{
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.wapf-label-text .cj{
    word-break: break-word;
    color: rgb(107, 107, 107);
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
}
.cj .wapf-pricing-hint{
    color: rgb(107, 107, 107);
    line-height: 20px;
    font-weight: normal;
    font-size: 14px;
    white-space: nowrap;
    opacity: 1;
    display: block;
}

.wapf-checkboxes .wapf-input:checked + .wapf-label-text::before {
    background-size: cover;
    background-position: center center;
    background-image: url(data:image/svg+xml,%0A%20%20%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpath%20d%3D%22M0%200V20H20V0H0ZM8.5%2015.1L2.90002%209.5L5%207.39999L8.40002%2010.8L14.8%204.39999L16.9%206.5L8.5%2015.1Z%22%20fill%3D%22%23000000%22%20%2F%3E%0A%20%20%3C%2Fsvg%3E%0A%20%20);
    background-color: rgb(255, 255, 255);
    border: 0px;
    width: 22px;
    vertical-align: middle;
    height: 22px;
    cursor: pointer;
    content: "";
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
}
.js-focus-visible :focus:not([data-focus-visible-added]) {
    outline: none;
}

/********************************* Radio Button ******************************/
.wapf-radios .wapf-checkable { 
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 8px;
    padding-bottom: 8px;
} 
.wapf-radios .wapf-input-label{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    align-items: center;
    
}
.wapf-field-input input[type=radio]{
    pointer-events: none;
    outline: none;
    opacity: 0;
    position: absolute;
    padding: 0;
    border: 0;
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
}


.wapf-radios .wapf-label-text{
    transition: background-color 100ms ease 0s;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    justify-content: space-between;
    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    padding-left: 0;
}
.wapf-radios .wapf-label-text::before {
    vertical-align: top;
    cursor: not-allowed;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    content: "";
    border: 3px solid rgb(246, 246, 246);
    box-sizing: border-box;
    display: flex;

    line-height: 20px;
    font-size: 16px;
    font-weight: 500;
}

.wapf-field-radio .wapf-field-input{
    clear: both;
}

.wapf-radios .wapf-input:checked + .wapf-label-text::before {
    /* background-color: #2196F3;
    border-color: #fff; */
}

.wapf-radios .wapf-input:checked + .wapf-label-text::before {
    border: 8px solid rgb(0, 0, 0);
    vertical-align: top;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: pointer;
    content: "";
    box-sizing: border-box;
    display: flex;
}
.js-focus-visible :focus:not([data-focus-visible-added]) {
    outline: none;
}
.special_instructions_cls .wapf-field-input{
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.2, 0.8, 0.4, 1);
    transition-duration: 200ms;
    background-color: #EEEEEE;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    clear: both;
    border: 2px solid rgb(238, 238, 238);
    border-radius: 8px;
    padding: 0;
}
.special_instructions_cls .wapf-field-input textarea{
    height: 92px;
    resize: none;
    caret-color: rgb(0, 0, 0);
    padding-right: 14px;
    padding-left: 14px;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: text;
    max-width: 100%;
    min-width: 0px;
    margin: 0px;
    background-color: transparent;
    border:none;
    outline: none;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    color: #000000;
}

.wapf-product-totals{ display:none !important;}
.wapf{background: #fff;
    padding: 15px;margin-bottom: 25px;    border-radius: 8px;}
.product-information-inner{ max-width: 100% !important;}
.wapf-field-textarea .wapf-field-input textarea{ color:#000;}
