/* [Global] */
/* Change all backgrounds in SimpleCart */
body, .LayoutTop, .LayoutMiddle, div.inner, #tblCart {
  background: url(../images/cart_bg.png)!important;
}

/* [Header] */
.ImageLogo > a > img {
  max-width: 70% !important;
}
/* [/Header] */

.HeaderCartItems { position: absolute; height: 35px; bottom: 20px; right: 175px; border: 2px solid #e8e8e8; border-left: none; border-right: none; line-height: 35px; font-size: 15px; padding: 0 5px; color: #686868; }
.CartCount { font-size: 20px; font-weight: bold; }
.HeaderCheckout { position: absolute; bottom: 20px; right: 20px; }
#lblNoItems { float: left; width: 680px; margin-left: 10px; }

/* [Buttons] */
.ThemeButton, .ThemeButtonLink a { vertical-align: top; font-family: "Gudea", "Segoe UI", Verdana, Arial, sans-serif; font-size: 15px; font-weight: bold; text-transform: uppercase; cursor: pointer; color: #7a975d; height: 45px; line-height: 45px; background: #f1f9e4; display: inline-block; *display: inline; zoom: 1; padding: 0 7px; border-radius: 5px; border: 1px solid #bbc795; box-shadow: 1px 1px 3px rgba(255,255,255,.75) inset, -1px -1px 3px rgba(0,0,0,.5) inset; letter-spacing: 0; box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; text-align: center; -webkit-appearance: none; }
.HeaderCheckout .ThemeButtonLink a { border: 1px solid #4BAF00; background: #9ece68; color: #fff; width: 120px; height: 35px; line-height: 35px; }
.ThemeButtonLink a:hover { text-decoration: none; }
.ThemeButtonLink, .ThemeButton { display: inline-block; *display: inline; zoom: 1; margin: 0px; }
.ShoppingCartCheckoutThemeButton { padding: 0; border: 1px solid #4BAF00; background: #9ece68; color: #fff; width: 235px; margin: 0 0 15px 0; font-size: 20px; height: 60px; }
.ShoppingCartRemoveFromCartThemeButton { background: url(/shared/themes/newAmericart2/images/remove.png) no-repeat left transparent; border: none; box-shadow: none; border-radius: 0; margin: 0; padding: 0 0 1px 15px !important; line-height: 14px; height: 14px; font-size: 12px; font-weight: normal; text-transform: none; color: #4a98bf; letter-spacing: 0; }
.ShoppingCartGoThemeButton { margin: 2px 2px 10px; border: 1px solid #4BAF00; background: #9ece68; color: #fff; height: 20px; line-height: 20px; padding: 3px; }
.ApplyCodeThemeButton { border: 1px solid #4BAF00; background: #9ece68; color: #fff; }
.ShoppingCartContinueShoppingThemeButton { *width: 175px; }
.OnePageCheckoutPlaceOrderThemeButton { border: 1px solid #4BAF00; background: #9ece68; color: #fff; width: 250px; font-size: 26px !important; height: 60px; }
.OnePageCheckoutPlaceOrderThemeButton:hover {  }
.OnePageCheckoutApplyCodeThemeButton { border: 1px solid #4BAF00; background: #9ece68; color: #fff; height: 25px; line-height: 25px; margin-top: 3px; }
.LogoutThemeButton, .CancelThemeButton, .UseThisAddressThemeButton, .SignInThemeButton, .ContinueThemeButton { height: 30px; line-height: 30px; }
.EditThemeButton, .DeleteThemeButton, .SelectPaymentThemeButton { color: #4a98bf; background: none; border: none; box-shadow: none; font-size: 14px; height: auto; width: auto; line-height: 1; text-transform: none; letter-spacing: 0; }
/* [/Buttons] */




html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
table { border-collapse: collapse; border-spacing: 0; }
body { font-family: "Gudea", "Segoe UI", Arial, sans-serif; font-size: 14px; color: #686868; }
body.BlankTemplate { background-color: #fff; background-image: none; color: #000; }
a { text-decoration: none; color: #1D4B7C; }
a:hover { text-decoration: underline; color: #8DC26A; }
a, a:hover { -mos-transition: 0.5s; -webkit-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }
h1, h2, h3, h4 { font-weight: bold; }
h1 { font-size: 26px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
ul { margin: 1em 0 1em 2em; }
p { padding: 5px 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 8px 0; padding: 0; }
input, select { vertical-align: middle; font-family: "Gudea", "Segoe UI", Arial, sans-serif; font-size: 14px; }
.ShoppingCartPage input[type=text], .ShoppingCartPage input[type=password], .ShoppingCartPage select, .ShoppingCartPage textarea { line-height: 27px; height: 27px; }
.ShoppingCartPage select { width: 100%; *width: auto; }
/*.ShoppingCartThumbnail { display: none; } */
input[type=text], input[type=password], select, textarea { border: 2px solid #E5E5E5; border-radius: 5px; margin: 3px 0; padding: 2px; color: #666; box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; }
select { border-radius: 0; }
.LayoutBottom li, .LayoutBottom ul { list-style: none; margin: 0; }
.Utility { position: absolute; right: 25px; top: 5px; text-align: right; width: 300px; }
.Hidden { display: none; }
.AddressBookNameTextbox { width: 194px; }
.AddressBookCityTextbox { width: 152px; }
.AddressBookStateTextbox { width: 160px; }
.AddressBookZipCodeTextbox { width: 112px; }
.AddressBookNotes { font-family: Verdana; font-size: 10px; }
.CustomPaymentMethodsAmountArea { float: right; }
.CustomPaymentMethodsAmountTextbox { width: 80px; }
.CustomPaymentMethodsFieldName { padding-left: 15px; width: 100px; text-align: right; }
.CustomPaymentMethodsChooseArea { padding-left: 35px; }
.CustomPaymentMethodsSeparator { height: 1px; color: #999999; }
.PaymentMethodsCC { font-size: 14px; }
.PaymentMethodsNewCardNum { width: 103px; }
.PaymentMethodsNewCardName { width: 100px; }
.PaymentMethodsChoosePaypalButton { padding-left: 35px; }
.PaymentMethodsCustomFieldName { padding-left: 35px; width: 200px; }
.PaymentMethodsChooseCustomButton { padding-left: 35px; }
.PaymentMethodsEcheckTextbox { width: 75px; }
.PersonalizationFileUpload { width: 250px; }
.ProductReviewTagSelectorRemoveTagArea { width: 15px; text-align: center; }
.ProductReviewTagSelectorRemoveTagImage { border: 0 none; }
.ShippingMethodCalendarPickerArea { float: left; width: 49%; }
/* .ErrorText { background: url(/store/i/ld/error.png) no-repeat 5px 5px #FFBFBF; border: 1px solid #999; border-radius: 3px; color: #7F0000; display: block; font-weight: bold; line-height: 25px; margin: 20px 0; padding: 5px 30px 5px 65px; box-shadow: 0px 0px 5px #999; min-height: 45px; } */
.ErrorText { border-radius: 3px; color: #7F0000; display: inline; font-weight: bold; padding-left: 5px; }
.errorText { padding-top: 5px; border-bottom: 1px dashed #8F2323; }
.itemoriginalprice { text-decoration: line-through; }
.pageTitle { color: #999999; display: block; font-family: "Gudea", "Segoe UI", Arial, sans-serif; font-size: 20px; font-weight: bold; margin: 10px 0 0 0; }
.EProductCredentials { font-weight: bold; }
.EProductCredentials span { font-weight: normal; padding-right: 20px; }
.EProductNameContainer { display: inline; padding-right: 20px; }
.EProductURLContainer { display: inline; }
.EProductItemContainer { text-align: left; }
.g-signin2 { display: inline-block; }
/* [/Global] */

/* [Layout] */
.Layout, .LayoutTop, .LayoutMiddle, .LayoutLeftColumn, .LayoutContent, .LayoutRightColumn, .LayoutBottom { display: block; }
.Layout { width: 100%; }
.LayoutTop { padding-top: 1px; }
.LayoutTopInner, .LayoutBottomInner { margin: 0 auto; width: 975px; position: relative; min-height: 100px; }
.LayoutTopInner { padding: 5px 0; }
.LayoutBottom { clear: both; padding: 5px; }
.LayoutContent > .inner { padding: 30px 20px 20px; }
.LayoutContent { padding: 0 0 1px 0; width: 975px; margin: 30px auto; background: #fff; border-radius: 5px; }
.FooterStoreName { text-align: center; }
/* [/Layout] */

/* [LargeShoppingCart] */
.ShoppingCart {  }
.ShoppingCartHeader {  }
.ShoppingCartClear {  }
.ShoppingCartPrice {  }
.ShoppingCartTotals {  }
.ShoppingCartShippingInfo {  }
.ShoppingCartDiscount {  }
.ShoppingCartCouponCode {  }
.ShoppingCartThumbnail {  }
.ShoppingCartItemNr {  }
.ShoppingCartVariations {  }
.ShoppingCartPersonalize {  }
.ShoppingCartGiftMessage {  }
.ErrorText {  }
.ShoppingCartSelectCheckbox { border: 0; }
.ShoppingCartQtyTextbox { width: 40px; }
.ShoppingCartInlineCalculateShippingForm { display: inline; }
.ShoppingCartInlinePostalCode { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox { width: 72px; }
.ShoppingCartCouponCodeTextbox { width: 80px; }
.ShoppingCartSavedCartText { text-align: center; }
/* [/LargeShoppingCart] */

/* [QuickOrderEntry] */
.QuickOrderEntryHeader { text-align: center; }
.QuickOrderEntryItemNumberTextbox { width: 100px; }
.QuickOrderEntryQuantityTextbox { width: 50px; }
.QuickOrderEntryAddButton { text-align: center; }
/* [/QuickOrderEntry] */

/* [SmallShoppingCart] */
.SmallCartItemLink { text-decoration: underline; }
.SmallCartQtyTextbox { border-color: #333333; border-width: 1px; border-style: Solid; font-size: 8pt; width: 30px; }
/* [/SmallShoppingCart] */

/* [ProductDisplay] */
.FeaturedItemsRating {  }
.FeaturedItemsDetails {  }
.FeaturedItemsPriceHR {  }
.FeaturedItemsPriceAlignment {  }
.FeaturedItemsBuyMoreLinkHR {  }
.FeaturedItemsThumbnail {  }
.PriceLabels {  }
.ProductDisplayBuyNowLink { font-size: 10px; text-decoration: none; }
.ProductDisplayMoreLink { font-size: 10px; text-decoration: none; }
.ProductDisplayStatus { font-size: 10px; text-decoration: none; }
.ProductDisplayBuyMoreArea { font-size: 10px; }
/* [/ProductDisplay] */

/* [Widget17862] */
.Control_17862 {  }
.Control_17862 table { background: #f2f3f5; }
.Control_17862 td { vertical-align: top; }
.ControlHeader_17862 { font-size: 13px; font-style: italic; margin: 10px 0; text-align: center; }
.ControlItem_17862 { text-align: center; padding: 20px 0; border-bottom: 1px solid #dfdfe1; margin: 0 12px; }
.Control_17862 tr:last-child .ControlItem_17862 { border: none; }
.ControlLink_17862 { padding: 10px 0; display: block; width: 120px; overflow: hidden; text-overflow: ellipsis; }
.ControlLink_17862 a {  }
.ControlLink_17862 a:hover {  }
.ControlLinkSeperator_17862 {  }
.ControlText_17862 {  }
.ControlInput_17862 {  }
.ControlFooter_17862 {  }
.FeaturedItemsRating_17862 {  }
.FeaturedItemsDetails_17862 {  }
.FeaturedItemsPriceHR_17862 {  }
.FeaturedItemsPriceAlignment_17862 {  }
.FeaturedItemsBuyMoreLinkHR_17862 {  }
img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; }
.Control_17862 .lblPriceLabel { display: none; }
.Control_17862 .UpsellItemPrice { font-size: 20px; }
/* [/Widget17862] */

/* [MailingList] */

/* [/MailingList] */

/* [MyAccount] */
.MyAccountMenu { float: left; width: 200px; background: #fff; border-radius: 5px; }
.MyAccountMenu .ControlLinkSeparator { height: 2px; }
.MyAccountMenu .ControlLink_Link { padding: 2px 5px; display: block; color: #666; }
.MyAccountMenu .ControlLink_Link:hover, .MyAccountMenu .ControlLink_Link:active, .MyAccountMenu .ControlLink_Link:focus, .MyAccountMenuLinkActive .ControlLink_Link { background: #e5e5e5; font-weight: bold; color: #000; border-radius: 5px; }
.MyAccountMenuLogoutButton { padding: 20px 0; }
.MyAccountPage { margin-left: 220px; }

.MyAccountPercentBarArea { border: 1px solid #999; border-radius: 5px; }
.MyAccountPercentBarInner { padding: 1px; }
.MyAccountPercentBar { border-radius: 4px; background: #66CC66; box-shadow: -5px -5px 5px rgba(0,0,0,0.25) inset, 5px 5px 5px rgba(255,255,255,0.5) inset; text-align: center; font-weight: bold; font-size: 11px; line-height: 15px; }

.MyAccountSection { position: relative; border: 1px solid #ccc; border-radius: 5px; margin: 30px 0; background: #fff; color: #333; }
.MyAccountSectionHeader { position: absolute; top: -13px; height: 25px; line-height: 25px; left: 20px; background: #fff; border-radius: 5px; padding: 0 5px; color: #333; }
.MyAccountSectionInner { padding: 20px 15px; }
.MyAccountSectionEntry { width: 33%; min-height: 60px; float: left; }
.MyAccountLabel { font-weight: bold; }
.MyAccountValue { padding: 0 0 0 5px; }
.MyAccountSectionSeparator { border-top: 1px solid #e5e5e5; clear: left; margin: 10px 0; }

.MyAccountShowHideTable { display: none; }
.MyAccountShowHideTable, .MyAccountTable { border-radius: 5px; border: 1px solid #e5e5e5; overflow: hidden; width: 100%; border-collapse: collapse; }

.MyAccountSection table th, .MyAccountTable th { background: #e5e5e5; padding: 5px; color: #000; white-space: nowrap; }
.MyAccountShowHideTable td, .MyAccountTable td { border-bottom: 1px solid #eee; padding: 5px; }
.MyAccountSection td { padding: 5px; }

.MyAccountSection .StarRatings { float: none; margin: 0 auto; }
.MyAccountSection .StarRatings td { padding: 0 2px; border: none; }

#trAddNew { font-weight: bold; }
/* [/MyAccount] */

/* [OrderInvoice] */
.InvoiceLayout .attentionText { background-image: none; background-color: #fff; padding: 0px; margin: 0px; border: none; }
.InvoiceLayout .ReceiptHeader { background: white !important; color: black; }
.InvoiceLayout .ReceiptFooterHeader { border: 1px solid #ccc; border-left: none; border-right: none; color: #686868; }
.InvoiceLayout .ReceiptHeader td { font-weight: bold !important; }
.InvoiceLayout .ReceiptFooterHeader td { font-weight: bold !important; }
.InvoiceLayout .ReceiptItemTable { width: 100%; }
.InvoiceLayout .ReceiptItemTable td { padding: 5px; font-weight: normal; border-bottom: 1px solid #eee; }
.InvoiceLayout .ReceiptItemAlt { background: #eee; }
.InvoiceLayout .ReceiptFooter td { font-weight: bold; border: none; }
.InvoiceLayout .OrderTotalAmt { background: #DDDFDE !important; border: 1px solid #ccc !important; border-left: none !important; border-right: none !important; border-bottom: none !important; color: black; }
.InvoiceLayout .InfoBlock { margin: 10px; padding: 5px; border: 1px solid #DDDFDE; border-radius: 5px; }
.InvoiceLayout .InfoBlock .InfoSubHeader { margin: -5px 0 0 -5px !important; padding: 5px; border-top: none !important; border-left: none !important; border-right: none !important; width: 100%; border: 1px solid #ccc; color: black; font-weight: bold; }
.InvoiceLayout .DiscountRow td { color: red !important; }
/* [/OrderInvoice] */

/* [HTML] */

/* [/HTML] */

/* [RSSFeedReader] */
.FeedItemDate {  }
.FeedItemTitle {  }
.FeedItemLink {  }
.FeedItemSummary {  }
.FeedItemText {  }
.FeedItemHTML {  }
/* [/RSSFeedReader] */

/* [Widget2585] */
.Control_2585 table { background: #f2f3f5; }
.Control_2585 td { vertical-align: top; }


















img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; }
.Control_2585 .lblPriceLabel { display: none; }
.Control_2585 .UpsellItemPrice { font-size: 20px; }
/* [/Widget2585] */

/* [ShoppingCart] */
.acceptedPaymentMethodLogos .PayPalCommerce { background: url("/store/images/logo/paypal.png") no-repeat;  }
.acceptedPaymentMethodLogos .ApplePay { background: url("/store/images/logo/applepay.png") no-repeat;  }
.acceptedPaymentMethodLogos .PayWithAmazon { background: url("/store/images/logo/amazonpay.png") no-repeat;  }
.acceptedPaymentMethodLogos .AffirmCheckout { background: url("/store/images/logo/affirm.png") no-repeat;  }
.acceptedPaymentMethodLogos .Afterpay { background: url("/store/images/logo/afterpay.png") no-repeat;  }
.acceptedPaymentMethodLogos .Sezzle { background: url("/store/images/logo/sezzle.png") no-repeat;  }
.acceptedPaymentMethodLogos .Apruve { background: url("/store/images/logo/apruve.png") no-repeat;  }
.acceptedPaymentMethodLogos .Coinbase { background: url("/store/images/logo/coinbase.png") no-repeat;  }
.acceptedPaymentMethodLogos .OrangeMoney { background: url("/store/images/logo/orangemoney.png") no-repeat;  }
.acceptedCreditCardLogos div[role="img"], .acceptedPaymentMethodLogos li[role="img"] { background-position: center; }
.acceptedPaymentMethodLogos { padding: 0; }
.CartPage { padding: 15px; }
.CartLeftColumn { width: 140px; float: left; }
.ShoppingCartPage { width: 100%; float: right; position: relative; }
.CartLeft { margin: 0 260px 0 0; }
.CartRight { width: 235px; float: right; }
.ShoppingCartTable { width: 100%; background: #fff; }
.ShoppingCart { text-align: left; padding: 30px 0 0; vertical-align: top; }
.ShoppingCartHeader { font-weight: bold; letter-spacing: -1px; line-height: 100%; padding: 10px 0px 10px 0; border: 1px solid #dddfde; border-left: none; border-right: none; font-size: 16px; white-space: nowrap; }

.ShoppingCartProductDescriptionHeader { width: 235px; }
.ShoppingCartSpacer { width: 20px; padding: 0; }
.ShoppingCartUnitPriceHeader { text-align: center; }
.ShoppingCartTotalHeader { text-align: center; }
.ShoppingCartQuantityHeader { text-align: center; }

.CartBorder { border: 1px solid #dddfde; border-left: none; border-right: none; height: 75px; }
.ShoppingCartQuantity .CartBorder { line-height: 1; }
.ShoppingCartThumbnail { float: left; padding: 2px; border: 1px solid #dddfde !important; box-shadow: 2px 2px 3px #dddfde; margin-right: 25px; max-width: 72px; max-height: 150px; }
.ProductInfo { margin: 0; }
.ItemName a { color: #000; }
.ItemNumber { color: #666; font-size: 11px; }
.Variants { color: #666; font-size: 11px; }
.Personalizations { color: #666; font-size: 11px; }

.ShoppingCartPrice { font-weight: normal; font-size: 20px; text-align: center; padding: 30px 0 0 0; vertical-align: top; }
.ShoppingCartQuantity { text-align: center; vertical-align: top; }
.ShoppingCartRemove { text-align: center; }
.UnderCartSubTotal { border: 1px solid #dddfde; border-left: none; border-right: none; margin-top: 30px; font-size: 23px; font-weight: bold; text-align: right; padding: 10px 20px; line-height: 100%; text-transform: uppercase; }

.UpdateButton { font-size: 10px; }
.ShoppingCartPage td.ShoppingCartTotals { text-align: left; padding: 5px; font-weight: bold; }
td.ShoppingCartTotals { text-align: right; }
td.ShoppingCartDiscount { text-align: left; padding: 5px; }
.ShoppingCartClear { float: left; text-align: left; }
.ShoppingCartChildBranch { float: left; vertical-align: top; }
.dvChkSelect { display: inline; }
#dvInlineCalculateShippingForm { text-align: left; margin: 10px; }
#dvInlinePostalcode { position: relative; height: 35px; }
#dvInlinePostalcode input[type=text] { height: 35px; border: 2px solid #e5e5e5; position: absolute; width: 100%; *width: 125px; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 80px 0 5px; margin: 0; border-radius: 5px; }
#dvInlinePostalcode input[type=submit] { position: absolute; height: 25px; *height: 30px; line-height: 25px; bottom: 4px; *bottom: 0; right: 4px; border-radius: 3px; margin: 0; }
.PayPalGoogleCO { text-align: center; }
.ShoppingCartError { text-align: center; }
#dvShippingControls { padding: 0 0 0 14px; }
#dvCalculateShippingForm { text-align: left; }
.ShippingCalcLabel { font-weight: bold; }
.ShippingCalcField { padding: 5px 0 0 0; }
.ShippingCalcFieldLabel { display: block; text-align: left; padding: 2px 0 0; }
.ShoppingCartSelectCheckbox { border: 0; }
.ShoppingCartQtyTextbox { width: 40px; text-align: center; }
.ShoppingCartInlineCalculateShippingForm { display: inline; }
.ShoppingCartInlinePostalCode { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox { width: 72px; }
.ShoppingCartCouponCodeTextbox { width: 80px; }
.ShoppingCartSavedCartText { text-align: center; }

.cartCents, .cartUnits { font-size: 60%; top: -5px; position: relative; }
.CartItemPriceArea, .CartItemTotalArea, .CartUpdateItemArea { display: table; margin: 0 auto; text-align: center; height: 75px; line-height: 1; }
.CartItemPriceArea > div, .CartItemTotalArea > div, .CartUpdateItemArea > div { display: table-cell; vertical-align: middle; }

.SubTotal { font-size: 25px; font-weight: bold; text-transform: uppercase; color: #000; }
.Discounts { color: #dd4c15; line-height: 25px; }
.ShippingCost { line-height: 25px; }
.LineItemPrice { float: right; text-align: right; font-weight: bold; font-size: 23px; *position: relative; *top: -25px; }
.PriceNegative { color: #dd4c15; }


.GiftCertificates p { font-size: 11px; opacity: 0.75; }
.GiftCertificates .LineItemPrice { font-size: 14px; }

.ShoppingCartTotalsArea { position: relative; clear: both; }
.ShoppingCartTotalsTable { background: #f2f3f5; width: 100%; margin-bottom: 15px; }
.ShoppingCartLeftBottom { text-align: center; }

.OrderTotal { line-height: 25px; font-size: 14px; margin: 20px 0; padding: 10px 0 0; border-top: 1px solid #dddfde; }
.OrderTotal .LineItemPrice { font-size: 30px; }

.ShoppingCartButtons { margin: 20px 0 20px; text-align: right; }
.ShoppingCartCustomMessage { background: #f2f3f5; padding: 10px; }
.TopCheckoutButton { text-align: right; }

.PayWith { position: relative; border: 1px solid #dddfde; border-radius: 4px; padding: 20px 0 15px; margin: 20px 0 0; text-align: center; }
.PayWith strong { position: absolute; top: -7px; font-style: italic; display: block; margin-left: -50px; background: #fff; width: 100px; line-height: 100%; left: 50%; font-size: 13px; }

.ShoppingCartCouponCode { padding: 13px; }
.ShoppingCartCouponCode h3 { text-transform: uppercase; cursor: pointer; font-size: 18px; color: #333; background: none; }
.ShoppingCartCouponCode .expand {  }
.CouponEntry { display: none; position: relative; height: 65px; margin: 0 0 10px 0; }
.CouponMsg { margin: 5px 0; }
.CouponEntry input[type=text] { height: 35px; border: 2px solid #e5e5e5; width: 100%; *width: 95px; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 0 110px 0 5px; margin: 0; border-radius: 5px; }
.CouponEntry input[type=submit] { height: 25px; float: right; line-height: 25px; *width: 100px; *height: 30px; bottom: 4px; *bottom: 0; right: 4px; border-radius: 3px; margin: 5px 0 0; }

.ShippingSelect { position: relative; margin: 0 5px 0 0; }
.ShippingSelect select { width: 210px; }
.ShippingSelect input { float: right; }
.acceptedCreditCardLogos {  }
.acceptedCreditCardLogos div, .acceptedPaymentMethodLogos li { display: inline-block; *display: inline; zoom: 1; margin: 0px 2px 10px; padding: 0; height: 22px; width: 33px; }
.acceptedCreditCardLogos .jcb { background: url("/store/i/jcb_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos  span { display: none; }
.acceptedCreditCardLogos .visa { background: url("/store/i/visa_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .amex { background: url("/store/i/amex_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .discover { background: url("/store/i/discover_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .bankcard { background: url("/store/i/bankcard_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .mastercard { background: url("/store/i/mastercard_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .dinersclub { background: url("/store/i/diners_33x22.jpg") no-repeat; }

.LastItemAdded { font-size: 11px; min-height: 100px; margin-right: 255px; background: #f2f3f5; border-radius: 3px; padding: 1px; margin-bottom: 10px; }
.LastItemAdded img { float: left; margin-right: 10px; max-width: 75px; max-height: 80px; } 
.LastItemAdded strong { display: block; padding: 0 0 10px; border-bottom: 2px solid #DDDFDE; font-size: 14px; }


.UpsellItem { padding: 10px 0 0; display: block; margin: auto; cursor: pointer; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-color: transparent; border-style: solid; border-width: 1px; overflow: hidden; }
.UpsellItem:hover { background-color: #fff; border-color: #686868; color: #1D4B7C; text-decoration: none; }
.UpsellItemAddToCartText { visibility: hidden; padding: 4px; background: #686868; font-weight: bold; color: #fff; }
.UpsellItem:hover .UpsellItemAddToCartText { visibility: visible; }

input.ShoppingCartCheckoutThemeButton { width: 100%; height: 50px; font-size: 18px !important; }

.RewardPointsEarned { text-align: center; margin: 10px 0; }
.PointsTotal { font-size: 12px; font-weight: normal; }
/* [/ShoppingCart] */

/* [Widget2615] */
.Control_2615 table {  }
.Control_2615 td { vertical-align: top; }


.Control_2615 tr:last-child .ControlItem_2615 { border: none; }

.Control_2615 img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; }
.Control_2615 .lblPriceLabel { display: none; }
.Control_2615 .UpsellItemPrice { font-size: 20px; }
div.FeaturedItemsThumbNail_2615 { border: none; height: auto; margin: 0; padding: 0; background: transparent; width: auto; line-height: inherit; }
/* [/Widget2615] */

/* [OnePageCheckOut] */
.ExistingAccountArea { height: 45px; }
.AccountPasswordText { padding-left: 2px; }
.ShippingMethodArea { float: left; width: 50%; }
.ShippingDropDownArea { padding-left: 10px; }
.ShippingRatesText { text-align: center; }
.MultipleShippingAddressesText { padding-left: 10px; }
.PaymentMethodArea { width: 49%; float: right; }
.CreditCardTextbox { width: 130px; }
.ExplainCVVText { font-size: 10px; }
.EcheckNameTextbox { width: 130px; }
.EcheckStateTextbox { width: 60px; }
.EcheckBankTextbox { width: 150px; }
.GiftcardTextbox { width: 130px; }
.GiftcardDropDown { width: 200px; }
.GiftcardAddTextbox { width: 150px; }
.CouponTextbox {  }
.PublicCommentsArea { width: 100%; float: left; }
.PublicComments { margin-top: 4px; width: 100%; height: 80px; }
.OrderGiftingArea { width: 49%; float: right; }
.GiftMessageArea { margin-top: 12px; }
.GiftMessage { margin-top: 4px; width: 100%; height: 50px; }
.ShoppingCartHeaderText { text-align: center; }
.DatePickerContainer input[type=text] { height: inherit !important; margin-top: 0; }
.PayPalCommerce .payment-name { background: url('https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 26px; }
.PayPalCommerce .payment-name span { display: none; }
.PayPalCommerce .payment-name:before { left: -147px; }
.CardNumberIframe { height: 35px; }
.Afterpay .payment-name { background: url('/store/images/afterpay.png') no-repeat top left; background-size:126px 35px; text-indent: 127px; margin-left: 20px; height: 30px; }
.Afterpay .payment-name:before { left: -147px; }
/* [/OnePageCheckOut] */

/* [BlogPost] */
.CommentReplies { margin-left: 100px; }
/* [/BlogPost] */

/* [ProductDetails] */
.SwatchNotApplicable { opacity: 0.5; pointer-events: none; }
/* [/ProductDetails] */

/* [CategoryList] */
.CategoryListProduct { width: 100px; float: left; margin: 20px; text-align: center; }
.CategoryListProductPhoto { height: 100px; }
/* [/CategoryList] */

/* [ProductCompare] */
.product-compare-table {  }
.product-compare-table tr > th:first-child:not(:last-child) { border-right: 1px solid #ccc; }
.product-compare-table tr > td:nth-child(2n), .product-compare-table tr > th:nth-child(2n) { background: #f9f9f9; }
.remove-link { top: -5px; right: -5px; }
.remove-link a { color: inherit; font-size: 16px; display: block; height: 20px; width: 20px; line-height: 20px; }
.remove-link a:hover { text-decoration: none; background: #666; color: #fff; border-radius: 25px; }
/* [/ProductCompare] */

/* [CheckOut] */
.CheckOutHeader { font-weight: bold; font-size: 16px; }
.CheckOutSubHeader { font-weight: bold; font-size: 14px; margin: 20px 0 10px 0; }
.CardFieldHeaders { background: #666; color: #fff; padding: 5px; }
.LoginFieldDesc { font-weight: normal; width: 130px; float: left; }
.LoginLeftSide { border: #cccccc 1px solid; float: left; width: 49%; height: 240px; }
.LoginRightSide { border: #cccccc 1px solid; float: right; width: 49%; height: 240px; }
.LoginLeftSide .inner, .LoginRightSide .inner { margin: 10px; }
.LoginLeftSide .button, .LoginRightSide .button { text-align: center; }
.ForgotPassLink { margin-left: 125px; clear: both; }
.OnePageCheckoutShoppingCart .ShoppingCartPrice { padding: 10px 0; font-size: inherit; border: none; }
.SplitPaymentLink { cursor: pointer; }
#tbAppliedPayments { width: 100%; }
.AppliedPaymentHeader th { padding: 5px; }
.AddressEditorZipCodePlus4Textbox { width: 50px; }
.AddressBookEditor { padding: 2px 10px 2px 0; }
.OnePageCheckoutShoppingCart td { padding: 5px; border-bottom: 1px solid #e5e5e5; }
.ShoppingCartVariations td { padding: 0 0 0 20px; border: none; }
.OnePageCheckoutShoppingCart .ShoppingCartTotals { border: none; }
/* [/Checkout] */
.ShippingSelect input[type="radio"] + label { margin-left: 1em; }
input[type="file"] + span { top: 0px; }

/* [ToggleSlider] */
.toggle-switch { position: relative; display: inline-block; width: 3.75em; height: 2.125em; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.toggle-slider:before { position: absolute; content: ""; height: 1.625em; width: 1.625em; left: 0.25em; bottom: 0.25em; background-color: white; -webkit-transition: .4s; transition: .4s; }
input:checked + .toggle-slider { background-color: #2196F3; }
input:focus + .toggle-slider { box-shadow: 0 0 1px #2196F3; }
input:checked + .toggle-slider:before { -webkit-transform: translateX(1.625em); -ms-transform: translateX(1.625em); transform: translateX(1.625em); }
.toggle-slider.round { border-radius: 2.125em; }
.toggle-slider.round:before { border-radius: 50%; }
/* [/ToggleSlider]*/ 
                                /* [ItemRepeater] */
                                .variant-repeater__group { display: inline-flex; }
                                .variant-repeater__variant { padding: 5px; cursor: grab; }
                                .variant-repeater__card { width: 8rem; }
                                .card-text { font-size: .8rem; }
                                .variant-repeater__variant.selected { border: dotted !important; }
                                .variant-repeater__card-small { width: 4rem; }
                                .card-text-small { font-size: .5rem; }