.navbar-logo img { 
    background-image: var(--logoImage); 
    background-size: contain; 
    background-repeat: no-repeat; 
    height: 60px; 
    width: 303px; 
}

/* EmailOrderDetail_v2 */
.LineHeader, a[class="Button Back"] { display: none !important; }
.EmailMain { margin-top: 0px !important; padding-top: 0px !important; } 
.EmailMain .MultiColorButton, .EmailMain a.Button, .EmailMain a.ButtonSmall, .ButtonDiv .button { background-color: var(--btn-backgroundColor) !important; border-color: var(--btn-backgroundColor) !important; color: var(--btn-textColor) !important; }
/*div.ui-dialog {   position: absolute !important; left: 50% !important; top: 50% !important; transform: translate(-50%, -50%) !important; } */

/* Cart */
.Cart_Container, .CartShipping_Container {
    padding-top: 0 !important;
    margin: 0 auto;
}
.cart-navigation {
    color: var(--btn-main-textColor) !important;
    background-color: var(--btn-main-backgroundColor) !important;
}
.Cart_Grid_MasterTable .Cart_Grid_Head, .Cart_Grid_MasterTable .Cart_Grid_Detail, .Cart_Detail_Listing, .Cart_Detail_Listing th {
    font-family: var(--font-family-regular) !important;
}

.Cart_Trail { /*display: none;*/ }
a.ItemLink { color: #000; } /* Black for most sites */
.Cart_List th { border-right: 1px solid #000; border-bottom: 1px solid #000; }
.Cart_List td { border-right: 1px solid #000; border-bottom: 1px solid #000; }
.SummaryRight { border-right: 1px solid #000; }
.SummaryLine { /*background-color: #cccccc;*/ border-right: 1px solid #000; border-bottom: 1px solid #000; }
.OverflowDiv { border: 1px solid #000; }

/* REGULAR CART */
.Cart_Container { padding-top: 35px; }
.CartListing { font-family: var(--font-family-regular)!important; font-size: 9pt; color: #000; width: 875px; margin: 0 auto;  }
.CartListing thead th { text-align: left; color: #000; background-color: transparent; height: 35px; padding-top: 10px; padding-bottom: 10px; vertical-align: middle; border-top: 1px solid #ccc; }
.CartListing thead th:first-child { padding-left: 40px; }
.CartListing thead th:last-child { padding-right: 40px; }
.CartListing tbody { }
.CartListing tbody td { text-align: left; vertical-align: top; padding-top: 10px; padding-bottom: 10px; border-top: 1px solid #ccc; }
.CartListing tbody td:first-child { padding-left: 40px; }
.CartListing tbody td:last-child { padding-right: 40px; }
.CartListing a { text-decoration: none;  }
.CartListing a:hover {  }
.CartContents:hover { /*background-color: whitesmoke;*/ }
.CartContents_Image img { /*-moz-border-radius: 10px; border-radius: 10px;*/ }
.CartContents_Empty td:first-child { text-align: center; height: 125px; vertical-align: middle; color: #990000; font-size: 11pt; }
.CartContents_SubTotal { padding-top: 15px; font-weight: bold; width: 100%; }
.CartContents_SubTotal td:first-child  { text-align: right; font-size: 12pt; }
.CartContents_ItemName { text-decoration: none; }
.CartContents_ItemName:hover { color: #990000; text-decoration: underline; }
.CartContents_ItemVariable { text-decoration: none; }
.CartContents_ItemVariable:hover { color: #990000; text-decoration: underline; }
.CartContents_Discount { display: inline-block; float: right; padding-right: 40px; color: #999; font-style: italic; font-weight: normal; font-size: 9pt; }
.CartContents_AvailableCredits { font-size: 10pt; color: #999; font-style: italic; text-align: right; }
.CartContents_AvailableCredits td  { text-align: right; font-size: 10pt; }
.CartContents_AvailableCredits td:last-child  { text-align: right; font-size: 10pt; }
/*.CartContents_Credit { display: inline-block; float: right; padding-right: 40px; color: #999; font-style: italic; font-weight: normal; font-size: 9pt; }*/
.CartContents_Navigation td { width: 100%; padding: 35px 20px 50px 20px; }
.CartContents_Navigation input { /*border: 1px solid #000 !important;*/ }
.ValidationError { font-size: 8.5pt; color: #990000; vertical-align: top; text-align: center; }
.AdvantageCredit { font-size: 8.5pt; }
a.qty_remove { color: #000; }
a.qty_update { color: #000; }
.CartContents_CouponCodes { padding-top: 15px; font-weight: bold; width: 100%; }
.CartContents_CouponCodes td:first-child  { text-align: right; font-size: 12pt; }


/* CART SUMMARY */
.Cart_Summary_v2_Container { width: 100%; font-family: var(--font-family-regular)!important; }
.Cart_Summary_v2_MasterTable { width: 100%; margin-top: 35px; }
.Cart_Summary_v2_MasterTable tr td { vertical-align: top; }
.Cart_Summary_v2_Nav { }
.Cart_Summary_v2_ShippingTable { width: 100%; font-size: 9pt; margin-top: 15px; }
.Cart_Summary_v2_ShippingInstructions { border: 1px solid #dddddd; overflow-y: auto; height: 75px; width: 100%;padding: 5px;  }
.Cart_Summary_v2_Messages { margin-top: 35px; width: 100%; }
.Cart_Summary_v2_ErrorMessage { font-size: 9pt; color: #990000; }
.Cart_Summary_v2_Footnote { font-size: 9pt; display: inline-block; width: 100%; }

/* CART GRID */
.Cart_Grid_Container { width: 200px; padding-left: 50px; }
.Cart_Grid_MasterTable { width: 175px; color: #000; font-family: var(--font-family-regular)!important; font-size: 9pt; }
.Cart_Grid_Detail { min-height: 15px; padding: 3px; border: 1px solid #ccc; }

/* CART DETAIL */
.Cart_Detail_Container { width: 100%; }
.Cart_Detail_Listing { width: 100%; font-family: var(--font-family-regular)!important; font-size: 9pt; color: #000; }
.Cart_Detail_Listing thead th { text-align: left; color: #000; background-color: transparent; height: 35px; padding: 10px 0 10px 0; vertical-align: middle; border-top: 1px solid #ccc; }
.Cart_Detail_Listing thead th { padding-right: 20px; }
.Cart_Detail_Listing tbody td { padding-right: 25px; padding-left: 10px;  }
.CartDetailList {  }
.CartDetailContents td { border-top: 1px solid #ccc; }
.CartDetailContents td:first-child { width: 100px !important; }
.CartDetail_Image { }
.CartDetail_Image img { -moz-border-radius: 10px; border-radius: 10px; margin-top: 10px; }
.CartDetail_ItemName { margin-top: 15px; }
.CartDetail_ItemSku { }
.CartDetail_ItemColor { }
.CartDetail_ItemSize { }
.CartDetail_ItemLogo { }
.CartDetail_ItemVariable { }
.CartDetail_ItemQty { margin-top: 15px; }
.CartDetail_ItemPrice { margin-top: 15px; }
.Cart_Detail_ExtPrice { margin-top: 15px; }
.Cart_Detail_AdvantageCredit { margin-top: 15px; }
.CartDetail_Handling { }
.CartDetail_Discount { color: #999; }
.CartDetail_Credit { color: #999; }
.CartDetail_SubTotal { white-space: nowrap; width: 160px; color: #000; background-color: transparent; font-weight: bold; font-size: 10pt; padding: 10px 0 15px 0; border: 1px solid #ccc; }
.Cart_Detail_Spacer { height: 75px; }
.CartDetail_SubTotal { text-align: right; }

/* BUBBLE VALIDATION */
.customCalloutStyle div, .customCalloutStyle td { border: solid 1px Black; background-color: #fffacd; }
.customCalloutStyle .ajax__validatorcallout_popup_table { display: none; border: none; background-color: transparent; padding: 0px; }
.customCalloutStyle .ajax__validatorcallout_popup_table_row { vertical-align: top; height: 100%; background-color: transparent; padding: 0px; }
.customCalloutStyle .ajax__validatorcallout_callout_cell { width: 20px; height: 100%; text-align: right; vertical-align: top; border: none; background-color: transparent; padding: 0px; }
.customCalloutStyle .ajax__validatorcallout_callout_table { height: 100%; border: none; background-color: transparent; padding: 0px; }
.customCalloutStyle .ajax__validatorcallout_callout_table_row { background-color: transparent; padding: 0px; }
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell { padding: 8px 0px 0px 0px; text-align: right; vertical-align: top; font-size: 1px; border: none; background-color: transparent; }
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv { font-size: 1px; position: relative; left: 1px; border-bottom: none; border-right: none; border-left: none; width: 15px; background-color: transparent; padding: 0px; }
.customCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div { height: 1px; overflow: hidden; border-top: none; border-bottom: none; border-right: none; padding: 0px; margin-left: auto; }
.customCalloutStyle .ajax__validatorcallout_error_message_cell { font-family: Verdana; font-size: 10px; padding: 5px; border-right: none; border-left: none; width: 100%; color: #000; }
.customCalloutStyle .ajax__validatorcallout_icon_cell { width: 20px; padding: 5px; border-right: none; }
.customCalloutStyle .ajax__validatorcallout_close_button_cell { vertical-align: top; padding: 0px; text-align: right; border-left: none; }
.customCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv { border: none; text-align: center; width: 10px; padding: 2px; cursor: pointer; }