#commerce *,
#commerce *::before,
#commerce *::after{
    box-sizing: border-box;
    outline: none;
    zoom: 1;
}
#commerce figure{
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}
#commerce figure img,
#commerce figure object{
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 100%;
    margin: auto;
}
#commerce figure.objectFitImage{
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center center;
}
#commerce figure.objectFitImage img{
    height: 100vh;
    position: absolute;
    width: 100vw;
    -o-object-fit: cover;
    object-fit: cover;
}
#commerce img{
    opacity: 1;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
#commerce input{
    color: #323231;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: inherit;
    font-weight: inherit;
    line-height: 1.4;
}
#commerce input[disabled],
#commerce select[disabled],
#commerce textarea[disabled]{
    cursor: not-allowed;
}
#commerce input[type="button"],
#commerce input[type="submit"],
#commerce input[type="reset"],
#commerce input[type="file"]::-webkit-file-upload-button,
#commerce button{
    border-radius: 0;
}
#commerce input[type="button"].button,
#commerce input[type="submit"].button{
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003B71;
    border: none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 8px 20px 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: none;
    border-radius: 3px;
}
#commerce input[type="button"].button:hover,
#commerce input[type="submit"].button:hover{
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #003B71;
    border: none;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 8px 20px 8px 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    background-image: none;
    border-radius: 3px;
}
#commerce input[type="button"].button:hover,
#commerce input[type="submit"].button:hover{
    background-color: rgb(0, 53, 102);
}
#commerce input[type="email"],
#commerce input[type="number"],
#commerce input[type="password"],
#commerce input[type="tel"],
#commerce input[type="text"],
#commerce input[type="url"]{
    border: 1px solid #A9A9A7;
    border-radius: 0;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    width: 100%;
    margin-bottom: 5px;
}
#commerce input[type="radio"],
#commerce input[type="checkbox"]{
    display: inline-block;
    margin: 0 3px 0 0;
}
#commerce optgroup{
    color: #323231;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
#commerce option{
    color: #323231;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}
#commerce select{
    color: #323231;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 1px solid #A9A9A7;
    border-radius: 0;
    margin-bottom: 5px;
}
#commerce textarea{
    color: #323231;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 1px solid #A9A9A7;
    border-radius: 0;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    width: 100%;
    margin-bottom: 5px;
}
#commerce .accordion > .accordionContent{
    border-bottom: 1px solid #E5E3DF;
    display: none;
    padding: 20px;
}
#commerce .accordion > .accordionTrigger{
    border-bottom: 1px solid #E5E3DF;
    background-color: #FCFCFA;
    cursor: pointer;
    padding: 10px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#commerce .accordion > .accordionTrigger > div{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#commerce .accordion > .accordionTrigger > div.accordionStatus{
    width: 50px;
    max-width: 50px;
    padding-left: 30px;
    font-weight: bold;
}
#commerce .accordion > .accordionTrigger.selected{
    background-color: #F1EFEB;
}
#commerce .accordion > .accordionTrigger:hover{
    background-color: #F1EFEB;
}
#commerce .arrowedCartBreadcrumbs{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
#commerce .arrowedCartBreadcrumbs li{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #EFEFEF;
    color: #646464;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 1px;
    padding: 0;
    position: relative;
    width: 100%;
}
#commerce .arrowedCartBreadcrumbs li > *{
    display: inline-block;
    font-size: 14px;
    line-height: 1.2;
    padding: 5px 10px 5px 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
#commerce .arrowedCartBreadcrumbs li a{
    color: #646464;
}
#commerce .arrowedCartBreadcrumbs li.current{
    background-color: rgb(4, 89, 175);
    color: #FFFFFF;
}
#commerce .arrowedCartBreadcrumbs li.current a{
    color: #FFFFFF;
}
#commerce .arrowedCartBreadcrumbs li.seen{
    background-color: #02396F;
    color: #FFFFFF;
}
#commerce .arrowedCartBreadcrumbs li.seen a{
    color: #FFFFFF;
}
#commerce .arrowedCartBreadcrumbs li:hover.seen{
    background-color: rgb(4, 89, 175);
    color: #FFFFFF;
}
#commerce .arrowedCartBreadcrumbs li:hover.seen a{
    color: #FFFFFF;
}
#commerce .btnDel{
    display: inline-block;
    border: none;
    cursor: pointer;
    background-color: transparent;
}
#commerce .cartCancelUpdate{
    right: -170px;
    top: 0;
}
#commerce .cartColumn{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    padding: 0 10px 5px 10px;
    position: relative;
}
#commerce .cartDeleteItemCheckbox{
    visibility: hidden;
}
#commerce .cartEditRemove{
    right: 0;
    top: 0;
}
#commerce .cartEditRemove,
#commerce .cartCancelUpdate{
    position: absolute;
    width: 85px;
}
#commerce .cartFieldset{
    margin: 0;
}
#commerce .cartFieldset .cartFieldGroup{
    max-width: 500px;
}
#commerce .cartFieldset legend{
    margin-bottom: 25px;
    color: #333333;
    font-size: 20px;
}
#commerce .cartFieldset legend span{
    display: inline-block;
    font-size: 70%;
    font-weight: normal;
    padding: 0 10px 0 10px;
    vertical-align: text-bottom;
}
#commerce .cartFieldset legend span a{
    display: inline-block;
    white-space: nowrap;
}
#commerce .cartFieldsetWrapper{
    margin: 20px 0 20px 0;
    padding: 10px;
    background-color: #FCFCFC;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    line-height: 1.5;
}
#commerce .cartHeader{
    display: none;
    border-bottom: 1px solid #B3B3B1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0;
}
#commerce .cartItemTotal,
#commerce .cartItemQty{
    text-align: right;
}
#commerce .cartItemActions,
#commerce .cartItemActionsHeader{
    text-align: center;
}
#commerce .cartItemButton{
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #A9A9A7;
    border-radius: 3px;
    clear: both;
    color: #333333;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 0 5px 0 5px;
    position: relative;
    text-decoration: none;
    background-image: none;
    font-size: 12px;
    margin: 0 0 5px 0;
    vertical-align: middle;
}
#commerce .cartItemButton > *{
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 2px;
}
#commerce .cartItemButton:hover{
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #A9A9A7;
    border-radius: 3px;
    clear: both;
    color: #333333;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    padding: 0 5px 0 5px;
    position: relative;
    text-decoration: none;
    background-image: none;
    font-size: 12px;
    margin: 0 0 5px 0;
    vertical-align: middle;
}
#commerce .cartItemButton:hover{
    background-color: #EFEFEF;
}
#commerce .cartItemDescription{
    font-size: 15px;
    line-height: 1.4;
    padding: 10px 0 15px 0;
}
#commerce .cartItemOptions{
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0 10px 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#commerce .cartItemDetails{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
#commerce .cartItemDetails .cartItemImage{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 150px;
    min-width: 150px;
}
#commerce .cartItemDetails > div{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    position: relative;
}
#commerce .cartItemEditable .styledSelect{
    line-height: 1.2;
    border: 1px solid #C9C9C7;
}
#commerce .cartItemEditable .styledSelect::after{
    background-color: #7E7E7C;
    font-size: 10px;
    padding-top: 4px;
}
#commerce .cartItemEditable input[type=text]{
    padding: 2px 5px 2px 5px;
    line-height: 1.2;
    border: 1px solid #C9C9C7;
    max-height: 30px;
}
#commerce .cartItemEditable input[type=text][disabled],
#commerce .cartItemEditable textarea[disabled]{
    background-color: transparent;
    border-color: transparent;
}
#commerce .cartItemEditable textarea{
    resize: none;
    overflow-y: auto;
    padding: 2px 10px 2px 10px;
    line-height: 1.2;
    border: 1px solid #C9C9C7;
}
#commerce .cartItemEditable.disabled .styledSelect,
#commerce .cartItemEditable.disabled .styledSelect select{
    background-color: transparent;
    border-color: transparent;
}
#commerce .cartItemEditable.disabled .styledSelect::after{
    display: none;
}
#commerce .cartItemName{
    font-weight: 600;
}
#commerce .cartOptionsHeader{
    /*white-space: nowrap;*/
}
#commerce .cartItemOptionRow{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
    padding-bottom: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#commerce .cartItemOptionRow > div{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#commerce .cartItemOptionRow > div:first-child{
    width: 20%;
    min-width: 100px;
    max-width: 150px;
    text-align: right;
    padding-right: 10px;
}
#commerce .cartItemQty input[type=text]{
    max-width: 80px;
    text-align: right;
}
#commerce .cartMobileRightAlign > span:last-child,
#commerce .cartTotalsRow > span:last-child{
    width: 100%;
    display: inline-block;
    padding: 0 0 0 10px;
    max-width: 100px;
}
#commerce .cartPageButtons{
    margin: 20px;
    margin-left: 0;
    margin-right: 50px;
    text-align: left;
    display: inline-block;
}
#commerce .cartPageButtons.checkout{
    float: right;
    margin-right: 0;
}
#commerce .cartPageContents{
    color: #323231;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
#commerce .cartRow{
    border-bottom: 1px solid #B3B3B1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #DEDEDC;
}
#commerce p {
    margin-bottom: 20px;
}
#commerce .cartRow .cartItemActions{
    overflow: hidden;
    min-height: 50px;
}
#commerce .cartTotalsRow{
    text-align: right;
    font-size: 18px;
}
#commerce .cartTotalsRow > span:first-child{
    font-weight: bold;
}
#commerce .checkRadio label{
    margin-left: 20px;
    cursor: pointer;
}
#commerce .checkRadio label:first-of-type{
    margin-left: 0;
}
#commerce .clearCartButton{
    background-color: #FFFFFF;
    border: 1px solid #838383;
    border-radius: 3px;
    color: #676767;
    display: block;
    float: right;
    font-size: 13px;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    margin-bottom: 20px;
}
#commerce .clearCartButton:hover{
    background-color: #B12222;
    border: 1px solid #951D1D;
    color: #FFFFFF;
}
#commerce .clearFix::after{
    clear: both;
}
#commerce .clearFix::before,
#commerce .clearFix::after{
    content: "";
    display: table;
}
.confirmBoxButton{
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #D4D4D2;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    -js-display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    margin: 5px;
    padding: 15px 30px 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
.confirmBoxButton *{
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
#commerce .emptyCartWarning{
    color: #E64F0C;
    font-size: 22px;
    padding: 15px;
}
#commerce .formRowFull > *{
    margin-bottom: 5px;
    width: 100%;
}
#commerce .formRowFull,
#commerce .formRowSplit{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
}
#commerce .formRowSplit{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#commerce .formRowSplit > *{
    margin-bottom: 5px;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
#commerce .hidden.hidden.hidden.hidden{
    display: none;
}
#commerce .inheritColor{
    color: inherit;
}
#commerce .missingImage{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: auto;
    opacity: 0.2;
    max-height: 100px;
}
#commerce .mobileCartLabel{
    color: #333333;
    display: inline-block;
    font-weight: normal;
    padding-right: 5px;
    text-align: right;
}
#commerce .myCartMenuButton object{
    margin: 0 7px 0 7px;
}
#commerce .printableOrderDetails{
    display: none;
}
#commerce .ratioWrapper{
    position: relative;
}
#commerce .ratioWrapper > *{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#commerce .ratioWrapper figure.objectFitImage{
    height: auto;
    position: absolute;
}
#commerce .ratioWrapper::after{
    clear: both;
    content: "";
    display: table;
}
#commerce .ratioWrapper::before{
    content: "";
    display: block;
    float: left;
    min-width: 100%;
    padding-top: 100%;
    width: 100%;
}
#commerce .required::before{
    content: "*\a0";
}
#commerce .reviewYourInformation > div{
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.4;
}
#commerce .reviewYourInformation > div > h4{
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #BEBEBC;
    margin-bottom: 10px;
}
#commerce .styledSelect{
    border: 1px solid #A9A9A7;
    border-radius: 0;
    display: inline-block;
    padding: 2px 5px 2px 5px;
    width: 100%;
}
#commerce .styledSelect{
    background-color: #FFFFFF;
    padding: 0;
    position: relative;
}
#commerce .styledSelect select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    min-width: 100%;
    padding: 2px 24px 2px 5px;
}
#commerce .styledSelect select option{
    background-color: #FEFEFE;
}
#commerce .styledSelect::after{
    background-color: #A9A9A7;
    color: #FFFFFF;
    content: "\f078";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;

    display: block;
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 24px;
    z-index: 0;
}
#commerce .updateCartFormRow:last-of-type .cartRow{
    border-bottom: 2px solid #888886;
}
#commerce .validationError{
    color: #C71619;
}
#commerce .validationError::before{
    background-color: #C71619;
    border-radius: 50%;
    color: #FFFFFF;
    content: "!";
    display: inline-block;
    height: 24px;
    line-height: 24px;
    margin-right: 5px;
    text-align: center;
    width: 24px;
}
#commerce .yourInfoFormAddresses{
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
#commerce .yourInfoFormAddresses > div{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
}
#confirmBox{
    background-color: #FFFFFF;
    border-radius: 5px;
    left: 50%;
    line-height: 1.4;
    max-width: 300px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 10001;
}
#confirmBox .confirmBoxText{
    padding-bottom: 15px;
}
#confirmBox .confirmBoxTextWrapper,
#confirmBox .confirmBoxTitle{
    padding: 15px;
}
#confirmBox .confirmBoxTitle{
    background-color: #D4D4D2;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1px;
}
#confirmBox .confirmButtons{
    text-align: center;
}
#confirmOverlay{
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
#commerce table, 
#commerce caption, 
#commerce tbody, 
#commerce tfoot, 
#commerce thead, 
#commerce tr{
     margin: 0; 
     padding: 3px; 
     border: none; 
}
#commerce th, 
#commerce td {
     margin: 0; 
     padding: 3px; 
     border: none;
}
