/* [Global] */
p { line-height: 1.9; }

label { display: block; }
input[type=radio] + label, input[type=checkbox] + label { display: inline-block; padding-left: 10px; font-weight: normal; }

button[disabled], html input[disabled] { background: rgb(235, 235, 228); }
.col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 30px; }
[class*=col-md], [class*=col-lg] { margin-bottom: inherit !important; }

/* make bootstrap dropdowns work on hover */
.navbar-nav .dropdown:hover > .dropdown-menu { display: block; }
/* .navbar-nav .dropdown:hover > a[data-toggle=dropdown] + .dropdown-menu { display: none; } */
.navbar-nav .dropdown.open > a[data-toggle=dropdown] + .dropdown-menu { display: block; }
.navbar-nav .dropdown-submenu { position: relative; }
.navbar-nav .dropdown-submenu:hover > .dropdown-menu { display: block; top: -6px; margin: 0; left: 100%; }

/* This was an attempt to make a drop down menu fly out
.nav navbar { position: absolute; right: 0; top: 0; }
.nav navbar-nav ul { float: none !important; display: inline-block !important; }
.navbar-collapse { text-align: center; }
.dropdown-menu { left: 100%; top: 20%; } */

.modal-body { min-height: 70px; }
.modal-body .progress { top: 50%; left: 30px; right: 30px; height: 30px; margin-top: -15px; }
.modal-body iframe { z-index: 1; }

.PicturePopup iframe { max-width: 100%; }


a { color: #d86200; }
.text-muted a { color: inherit; }
.alert a { color: inherit; }

.ui-autocomplete { z-index: 10; }

/* search autocomplete stuff */
.search-box input { vertical-align: top; }
.typeahead { background-color: #fff; }

.typeahead:focus { border: 2px solid #0097cf; }

.tt-hint { color: #999 !important; }

.tt-dropdown-menu { position: static !important; }

.tt-suggestion { padding: 2px 15px; white-space: normal !important; }

.tt-suggestion.tt-is-under-cursor { color: #fff; background-color: #428bca; }

.tt-suggestion p { margin: 0; }

/* reset some stuff that bootstrap breaks */
.bx-wrapper *, .addthis_toolbox * { box-sizing: content-box; }
.bx-wrapper { margin-bottom: 20px; }
.bx-controls-direction { opacity: 0.25; transition: 0.25s; }
.bx-controls-direction:hover { opacity: 0.75; transition: 0.25s; }

.thumbnail { text-align: center; }
.thumbnail .quick-view { top: 0px; left: 50%; width: 120px; margin-left: -60px; opacity: 0; display: none; transition: 0.25s; z-index: 4; }
.thumbnail:hover .quick-view { top: 100px; display: block; opacity: 1; transition: 0.25s; }
.thumbnail img, .Slideshow img, #imgMfgLogo, img { max-width: 100%; }
.zoomWrapper img { max-width: none; }
.thumbnail:hover { text-decoration: none; }

.homepage-product .thumbnail { min-height: 260px; line-height: 260px; margin-bottom: 10px; }
.homepage-product .thumbnail img { display: inline; }

.product-flag { width: 150px; height: 150px; display: none\9; line-height: 1.5; }
.product-flag span { background: #222; color: #eee; text-align: center; display: block; box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); position: absolute; width: 100%; }
.product-flag.top span { bottom: 0; }
.product-flag.bottom span { top: 0; }

.product-flag.left { left: -90px; }
.product-flag.right { right: -90px; }
.product-flag.top { top: -90px; }
.product-flag.bottom { bottom: -90px; }
.product-flag.top.left { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.product-flag.top.right { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.product-flag.bottom.left { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.product-flag.bottom.right { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

input[type=text], input[type=password], input[type=email], select, textarea { min-height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
select { padding: 6px; }
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); }

input, select, textarea { max-width: 100%; }

.Hidden { display: none; }
.AddressBookNameTextbox { width: 194px; }
.AddressBookCityTextbox { width: 152px; }
.AddressBookStateTextbox { width: 160px; }
.AddressBookZipCodeTextbox { width: 112px; }
.AddressBookNotes { font-family: Verdana; font-size: 10px; }
.ProductGroupItemPricing { white-space: nowrap; }
.ProductGroupItemQuantity { width: 40px; }
.ProductGroupItemDescription { margin: 0px 4px 0px 4px; }
.CustomPaymentMethodsAmountArea { float: right; }
.CustomPaymentMethodsAmountTextbox { width: 80px; }
.CustomPaymentMethodsFieldName { padding-left: 15px; width: 100px; text-align: right; }
.CustomPaymentMethodsChooseArea { padding-left: 35px; }
.CustomPaymentMethodsSeparator { height: 1px; color: #999999; }
.MicroStoreMoreInfoLink { font-size: 10px; }
.PaymentMethodsCC {  }
.PaymentMethodsNewCardNum {  }
.PaymentMethodsNewCardName {  }
.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; }
.RelatedItemsContainer { padding: 10px; }
.RelatedItemsSeparator { color: #999999; height: 1px; }
.RelatedItemsProductPhotoArea { float: left; width: 14%; }
.RelatedItemsProductNameArea { float: left; width: 34%; }
.RelatedItemsPricingArea { float: left; width: 24%; }
.RelatedItemsAddToCartArea { float: left; width: 24%; text-align: right; }
.RelatedItemsQtyTextbox { width: 40px; }
.RelatedItemsMessageText { float: left; width: 24%; text-align: right; }
.RelatedItemsAddToCartButton { clear: both; text-align: right; }
.ShippingMethodCalendarPickerArea { float: left; width: 49%; }
.ErrorText, .errorText { display: block; }
.attentionText { background: #e5e5e5; margin: 10px 0; padding: 10px; color: #000; }
.itemoriginalprice { text-decoration: line-through; }
.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; }
.ShippingEstimationZipTextbox { width: 100px; }
.ShippingEstimationItemInfo .QtyTextbox { width: 50px; text-align: center; }

div.ac-admin-help { background: #fafafa; border: none; border-radius: 3px; color: #666; font-family: inherit; font-size: inherit; }
h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 { font-weight: normal; }
.g-signin2 { display: inline-block; }
/* [/Global] */

/* [Layout] */
.Layout.container {
  max-width: 100%;
  width: 100%;
  padding: 0;
}
.content-wrapper {
  max-width:1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  text-align: left;
}
/* [/Layout] */

/* [Widgets] */

/* [/Widgets] */

/* [ProductDetails] */
/* .ProductDetailsPriceLabel { display: none; } */
input.ProductDetailsQuantityTextBox { width: 50px; padding: 0; }
#lblProductStatus:after { content: " - "; }
#lblProductStatus + br { display: none; }

/* .ProductDetailsVariations  br { display: none; }
.ProductDetailsVariations span.ProductDetailsVariations:first-child { padding-top: 0; }
.ProductDetailsVariations span.ProductDetailsVariations { font-weight: bold; padding: 20px 0 5px; display: block; }
.ProductDetailsVariations > table { margin-top: 20px; width: 100%; }
.ProductDetailsVariations > table:first-child, span.ProductDetailsVariations + table { margin-top: 0px; }
.ProductDetailsVariations p { font-size: 75%; margin: 0; } */

.varpicmax_img { border: 1px solid transparent; }
.ProductDetailsVariations input[type=checkbox] + label { display: inline; font-weight: normal; padding-left: 5px; vertical-align: top; }

.ProductDetailsSelectedVariant { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); }
.ProductDetailsSwatches ul { margin: 0; }
.ProductDetailsSwatches li { float: left; margin: 5px 5px 0 0; }
.Variant > br, .ProductDetailsVariations > br { display: none; }
.media-body .StarRatings { margin-left: 10px; }

.ProductDetailsQuantityPriceTable tr:first-child td { border-top: none; }
.ProductDetailsQuantityPriceTable  p { margin: 0; line-height: inherit; }

.SwatchNotApplicable { opacity: 0.5; pointer-events: none; }

.panel { margin-bottom: 5px; }

.col-xs-6:nth-of-type(2n), .col-sm-6:nth-of-type(2n) { margin-bottom: 5px; }

.pad-5 { padding-left: 10px; padding-top: 5px !important; }

/* p65 stuff */
.tooltipx { position: relative; display: inline-block; color: #428bca; }

.tooltipx .tooltiptext { visibility: hidden; width: 165px; text-align: center; border-radius: 6px; padding: 5px 0; /* Position the tooltip */ position: absolute; z-index: 1; }

.tooltipx:hover .tooltiptext { visibility: visible; }


.ProductDetailsPriceArea { font-weight: bold; }
.ProductDetailsPricing .h1 { margin: 0; }
.ProductDetailsQuantity { font-weight: bold; background: #fbece0; width: max-content; border-radius: 6px; }
.ProductDetailsQuantity a { font-weight: normal; }
.ProductDetailsQuantity .ProductDetailsQuantityTextBox { font-size: 1.15em; padding: 3px 6px; }
.ProductDetailsAddToCartButton { font-weight: bold; font-size: 1.15em; }

.discount-wrapper table { width: auto; margin-bottom: 0; }

.discount-wrapper table tr > td { padding: 4px 12px 4px 4px; }
.discount-wrapper table tr > td.ProductDetailsQuantityPriceQuantityLabel { padding-left: 7px; }
.discount-wrapper table tr > td:first-child p { text-align: left !important; }
/* [/ProductDetails] */

/* [Catalog] */
.CatalogItemQuantityBox input { width: 75px !important; text-align: center; }
/* [/Catalog] */

/* [Category] */
:root {
  --yellow: #F4E952;
  --yellow2: #FACD08;
  --red: #B31004;
  --red-dark: #7B0B03;
  --black: #1A1008;
  --white: #FFFDF0;
  --gray-bg: #FFFDF0;
  --panel-border: 4px solid #1A1008;
  --bright-blue: #5BC4E0;
}

.product-list div[class*=col-] { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.category-product .thumbnail { min-height: 260px; line-height: 260px; margin-bottom: 10px; }
.category-product .thumbnail img { display: inline; }

.Pagination li { border-radius: 2px; }
.Pagination li:first-child { margin-left: 5px; }
.Pagination li > a, .Pagination li > a:hover { color: inherit; border-radius: 2px; }
.Pagination .CurrentPage { color: #ccc; }



.category-toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.category-toolbar-right {
  margin-left: auto;  /* pushes it to the far right */
  display: flex;
  gap: 40px;          /* spacing between controls */
}


.category-product .description { display: none; opacity: 0; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.list-view.category-product .description { display: block; opacity: 1; transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.list-view .thumbnail {  }
.list-view-only { display: none; opacity: 0; }
.list-view .list-view-only { display: block; opacity: 1; }

.CategoryChildCategoryHeader { font-weight: bold; }

.CategoryChildCategories { margin-top: 10px; margin-bottom: 10px; max-height: 330px; }

.CategoryChildCategoriesShortDesc { width: 260px; max-height: 80px; overflow: hidden; }

.CategoryDescription p { line-height: 1.4; }
.CategoryDescription .descriptionToggle { display: none; }

@media screen and (max-width: 425px) {
  .CategoryDescription .descriptionWrapper { max-height: 6em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; }
  .CategoryDescription .descriptionWrapper.open { max-height: none; -webkit-line-clamp: unset; }
  .CategoryDescription .descriptionToggle { display: block; color: #d86200; }
  .CategoryDescription .descriptionToggle:hover { color: #2a6496; }
}

/* Comic Hero */
.comic-hero {
  position: relative;
  background-image:
    radial-gradient(circle, rgba(120,75,0,0.10) 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(120,75,0,0.05) 1px, transparent 1px),
    radial-gradient(ellipse 300% 60% at 50% 0%, #FFFFFF 0%, #FFFFFF 15%, #FACD08 70%);
  background-size: 18px 18px, 9px 9px, 100% 100%;
  background-position: 0 0, 4.5px 4.5px, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  text-align: center;
  padding: 3rem 2.5rem 3rem;
  overflow: hidden;
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0.6rem;
  border-bottom: var(--panel-border);
}
.comic-hero .page-header {
  border: none;
  text-align: center;
}

.comic-hero h1 {
  font-family: 'Bangers', cursive;
  font-size: clamp(4rem, 13vw, 10rem);
  line-height: 0.88;
  color: var(--red);
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
  -webkit-text-stroke: 2px var(--black);
  text-shadow: 5px 5px 0 var(--red-dark), 7px 7px 0 var(--black);
  filter: url(#roughInk);
  transform: rotate(-1.5deg);
  border: none;
}

.comic-categories {
  background: var(--black);
  padding: 14px;
  border: 6px solid var(--black);
  box-shadow: 0 0 0 2px var(--yellow2), 0 0 0 8px var(--black), 12px 12px 0 rgba(20,12,6,0.35);
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 1rem auto 2rem;
}
.comic-categories .CategoryChildCategoryHeader {
  display: none;
}
.comic-categories .category-grid {
  margin-bottom: 2rem;

}

.comic-categories img.category-placeholder {
}

@media screen and (min-width: 500px) {
  .comic-categories .category-grid {
    display: grid;
    gap:28px 14px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 900px) {
  .comic-categories .category-grid {
    display: grid;
    gap:28px 14px;
    grid-template-columns: repeat(3, 1fr);  
  }
}

.comic-categories .category-grid .CategoryChildCategory {
  position: relative;
  text-align: center;
  background: var(--gray-bg);
  border: 5px solid var(--black);
  overflow: visible;
  text-decoration: none;
  box-shadow: inset 0 0 0 1px rgba(20,12,6,0.4), inset 3px 3px 14px rgba(20,12,6,0.18), inset -2px -2px 10px rgba(255,255,255,0.25);
  font-family: 'Bangers', cursive;
  font-size: clamp(0.9rem, 1.8vw, 2rem);
  letter-spacing: 1.5px;
  color: var(--red);
  -webkit-text-stroke: 0.6px var(--black);
  white-space: nowrap;
}
.comic-categories .category-grid .CategoryChildCategory:hover .category-name {
  font-size: 110%;
}
.comic-categories .category-grid .category-name {
  position: absolute;
  z-index: 6;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%) rotate(-2deg);
  color: var(--red-dark);
  background: var(--bright-blue);
  border: 3.5px solid var(--black);
  border-radius: 46% 54% 50% 50% / 56% 56% 44% 44%;
  padding: 0.6rem 1.4rem;
  box-shadow: 3px 3px 0 var(--bright-blue);
  transition: transform 0.18s ease;
}
.comic-categories .category-grid .category-name a,
.comic-categories .category-grid .category-name a:hover {
  color: var(--red-dark);
  text-decoration: none;
}

.comic-categories .category-grid .category-name::after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: 28%;
  width: 20px;
  height: 20px;
  background: var(--white);
  border-right: 3.5px solid var(--black);
  border-bottom: 3.5px solid var(--black);
  transform: rotate(35deg) skew(-8deg);
  transform-origin: center; 
  z-index: -1;
}
.comic-categories .category-grid .CategoryCategoryThumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.comic-categories .category-grid .CategoryCategoryThumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/* ── MEANWHILE banner ── */
.meanwhile {
  background: var(--red);
  border-top: var(--panel-border);
  border-bottom: var(--panel-border);
  padding: 0.55rem 2rem;
  text-align: center;
  position: relative;
  z-index: 2;
}
.meanwhile span {
  font-family: 'Bangers', cursive;
  font-size: 2rem;
  color: var(--yellow);
  letter-spacing: 4px;
  text-transform: uppercase;
}
/* corner registration marks like on real print pages */
.meanwhile::before, .meanwhile::after {
  content: '✦';
  font-size: 0.65rem;
  color: var(--yellow);
  opacity: 0.6;
  position: absolute;
  top: 50%; transform: translateY(-50%);
}
.meanwhile::before { left: 1.5rem; }
.meanwhile::after  { right: 1.5rem; }


/* Main product list */
.comic-main-product-list {
  background: var(--white);
  padding: 4rem 3rem;
  position: relative;
  border-bottom: var(--panel-border);
  margin-top: 0px;
  z-index: 2;
  /* Ben-Day dots on gray — heavier than yellow, like a printed page */
  background-image:
    radial-gradient(circle, rgba(80,60,30,0.12) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
  background-color: var(--white);
}
.comic-main-product-list .thumbnail {
  background: #EDEDE9;
  overflow: hidden;
  position: relative;
  border: 3px solid var(--black);
  box-shadow: 4px 4px 0 var(--black);
}
.comic-main-product-list .caption .no-m-b {
  font-family: 'Special Elite', cursive;
  color: var(--black);
  font-size: 1.5rem;
  line-height: 1.4;
}

.comic-main-product-list .caption .CategoryProductPriceArea {
  font-family: 'Bangers', cursive;
  font-size: 1.8rem;
  color: var(--red);
  letter-spacing: 1px; 
}

/* Comic FAQ */
/* ── FAQ ── */
.comic-faq .faq-section {
  padding: 4rem 4rem 3rem;
  max-width: 900px;
  margin: 0 auto;
  color: var(--baby-blue);
}
.comic-faq .faq-title {
  font-family: 'Bangers', cursive;
  font-size: clamp(3.5rem, 30vw, 5rem);
  color: var(--red);
  letter-spacing: 2px;
  margin-bottom: 2rem;
  -webkit-text-stroke: 1px var(--black);
  text-shadow: 2px 2px 0 var(--red-dark), 4px 4px 0 var(--black);
}
.comic-faq .faq-item {
  border: 2.5px solid var(--black);
  margin-bottom: 0.7rem;
  background: var(--white);
  box-shadow: 3px 3px 0 var(--black);
}
.comic-faq .faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--black);
  gap: 1rem;
  list-style: none;
  padding: 0.95rem 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.comic-faq .faq-q::-webkit-details-marker { display: none; }
.comic-faq .faq-q .arrow { font-size: 1rem; transition: transform 0.25s; flex-shrink: 0; color: var(--red); font-family: 'Bangers', cursive; }
.comic-faq details[open] .faq-q { border-bottom: 2px solid var(--black); }
.comic-faq details[open] .faq-q .arrow { transform: rotate(180deg); }
.comic-faq .faq-a {
  font-family: 'Special Elite', cursive;
  font-size:1.5rem;
  color: #333;
  padding: 0.85rem 1.1rem 1rem;
  line-height: 1.65;
}

/* Comic Blog Section */
.blogTiles-comic {
  background: var(--yellow);
  background-image: radial-gradient(circle, rgba(120, 75, 0, 0.10) 1.2px, transparent 1.2px), radial-gradient(circle, rgba(120, 75, 0, 0.05) 1px, transparent 1px);
  background-size: 18px 18px, 9px 9px;
  background-position: 0 0, 4.5px 4.5px;
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  border-bottom: var(--panel-border);
}

/* ─── OUTER CLIPPING ─── */
.blogTiles-comic .clipping {
  max-width: 1100px;
  border: 4px solid #0a0804;
  box-shadow: 7px 7px 0 #0a0804;
  background: var(--gray-bg);
  font-family: 'Special Elite', cursive;
}

/* ─── MASTHEAD ─── */
.mh-top-bar {
  height: 8px;
  background: #0a0804;
}
.mh-info-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3px 14px;
  border-bottom: 1.5px solid #0a0804;
  font-family: 'Oswald', sans-serif;
  font-size: 0.6rem;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #0a0804;

}
.mh-inner {
  padding: 10px 20px 6px;
  text-align: center;
  border-bottom: 2px solid #0a0804;
}
.mh-title {
  font-family: 'Bangers', cursive;
  font-size: clamp(2.6rem, 5.5vw, 4.5rem);
  letter-spacing: 8px;
  color: #0a0804;
  line-height: 1;
  text-transform: uppercase;
}
.mh-mid-rule { height: 2px; background: #0a0804; margin: 0 14px; }
.mh-thick-rule { height: 5px; background: #0a0804; }
.mh-deck {
  font-family: 'Libre Baskerville', serif;
  font-style: italic;
  font-size: 1.2rem;
  color: #0a0804;
  padding: 5px 14px;
  text-align: center;
  border-bottom: 4px solid #0a0804;

  letter-spacing: 0.2px;
}

/* ─── THREE COLUMNS ─── */
.blogTiles-comic .cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  background: #0a0804; /* makes the gap elements look like rules */
}
@media screen and (min-width: 900px) {
  .blogTiles-comic .cols  {
    grid-template-columns: repeat(3, 1fr);
  }
}

.blogTiles-comic .col-rule { background: #0a0804; }

.blogTiles-comic .col {
  background: var(--gray-bg);
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 9px;

}

.blogTiles-comic .headline {
  font-family: 'Bangers', cursive;
  font-size: clamp(2.5rem, 3.2vw, 3rem);
  line-height: 1.08;
  text-transform: uppercase;
  color: #CC1414;
  text-shadow: 1.5px 1.5px 0 rgba(80, 0, 0, 0.45);
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(10, 8, 4, 0.25);
  padding-bottom: 7px;
}
.blogTiles-comic .paper-footer {
  padding: 14px 16px 18px;
  background: var(--gray-bg);
}



/* Comic Section */

.breadcrumb-comic {
  display: inline-block;
  background: var(--yellow);
  border: 3px solid var(--black);
  padding: 0.35rem 0.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--black);
  box-shadow: 3px 3px 0 var(--black);
  margin-bottom: 1rem;
}
.breadcrumb-comic a {
  color: #000;
}
.breadcrumb-comic a:hover {
  text-decoration: underline;
}
.page-header-comic {
  background-color: var(--yellow);
  background-image: radial-gradient(circle, rgba(120,75,0,0.10) 1.2px, transparent 1.2px), radial-gradient(circle, rgba(120,75,0,0.05) 1px, transparent 1px);
  background-size: 18px 18px, 9px 9px;
  background-position: 0 0, 4.5px 4.5px;
  border: var(--panel-border);
  padding: 2rem 3rem;
  position: relative;
  overflow: hidden;
  margin: 0 0 2rem 0;
  box-shadow: 4px 4px 0 var(--black);
}
.CategoryCategoryName-comic {
  font-family: 'Bangers', cursive;
  font-size: clamp(3.5rem, 10vw, 8rem);
  line-height: 0.9;
  color: var(--red);
  letter-spacing: 4px;
  -webkit-text-stroke: 2px var(--black);
  text-shadow: 4px 4px 0 var(--red-dark), 6px 6px 0 var(--black);
}

.section-comic {
  font-family: 'Special Elite', cursive;
  border: var(--panel-border);
  padding: 2rem 3rem;
  position: relative;
  overflow: hidden;
  margin: 0 0 2rem 0;
  box-shadow: 4px 4px 0 var(--black);

  overflow-x: hidden;
  background-color: var(--gray-bg);
  background-image: radial-gradient(circle, rgba(80, 60, 30, 0.10) 1.5px, transparent 1.5px);
  background-size: 14px 14px;
}

.section-comic .CategoryChildCategoryHeader {
  font-family: 'Bangers', cursive;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--red);
  letter-spacing: 3px;
  margin-bottom: 2rem;
  -webkit-text-stroke: 0.5px var(--black);
  text-shadow: 2px 2px 0 var(--black);
}
.section-comic .CategoryChildCategories a {
  display: inline-block;
  background: var(--yellow);
  border: 3px solid var(--black);
  padding: 0.35rem 0.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: var(--black);
  box-shadow: 3px 3px 0 var(--black);
  margin-bottom: 1rem;
}

/* Comic Product list */
.section-comic .thumbnail {
  border: var(--panel-border);
  box-shadow: 4px 4px 0 var(--black);
}
/* [/Category] */

/* [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; }
.ShoppingCartTable { width: 100%; }
.ShoppingCart { text-align: left; padding: 30px 0 0; vertical-align: top; }


.ShoppingCartProductDescriptionHeader { width: 235px; }
.ShoppingCartSpacer { width: 20px; padding: 0; }
.ShoppingCartUnitPriceHeader { text-align: center; }
.ShoppingCartTotalHeader { text-align: center; }
.ShoppingCartQuantityHeader { text-align: center; }

.CartBorder { border: none; height: 75px; }
.ShoppingCartQuantity .CartBorder { line-height: 1; }
.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; }
.PayPalGoogleCO { text-align: center; }
.ShoppingCartError { text-align: center; }
#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 { 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 {  }
.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: 20px 0; }
.ShoppingCartCouponCode h3 { text-transform: uppercase; cursor: pointer; font-size: 18px; color: #333; background: none; }
.ShoppingCartCouponCode .expand {  }
.CouponEntry { display: none; position: relative; margin: 0 0 20px 0; }
.CouponMsg { margin: 5px 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; }
.PointsTotal { font-size: 12px; font-weight: normal; }

.ShoppingCartButtons .ThemeButton { margin-bottom: 4px; vertical-align: top; }
.ShoppingCartButtons .ThemeButton:last-of-type { margin-bottom: 0; }
/* [/ShoppingCart] */

/* [LargeShoppingCart] */
.ShoppingCart {  }
.ShoppingCartHeader {  }
.ShoppingCartClear {  }
.ShoppingCartPrice {  }
.ShoppingCartTotals {  }
.ShoppingCartShippingInfo {  }
.ShoppingCartDiscount {  }
.ShoppingCartCouponCode {  }
.ShoppingCartThumbnail {  }
.ShoppingCartItemNr {  }
.ShoppingCartVariations {  }
.ShoppingCartPersonalize {  }
.ShoppingCartGiftMessage {  }
.ErrorText {  }
.ShoppingCartSelectCheckbox { border: 0; }
input.ShoppingCartQtyTextbox { width: 40px; padding: 0; }
.ShoppingCartInlineCalculateShippingForm { display: inline; }
.ShoppingCartInlinePostalCode { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox { width: 150px; }
.ShoppingCartCouponCodeTextbox { width: 80px; }
.ShoppingCartSavedCartText { text-align: center; }
/* [/LargeShoppingCart] */

/* [LinkGroup] */

/* [/LinkGroup] */

/* [MailingList] */

/* [/MailingList] */

/* [ManufacturerNavigationLinks] */

/* [/ManufacturerNavigationLinks] */

/* [MicroStoreDropDown] */
.MicroStoreDropDown { width: 160px; }
/* [/MicroStoreDropDown] */

/* [ProductDisplay] */
.FeaturedItemsRating {  }
.FeaturedItemsDetails {  }
.FeaturedItemsPriceHR {  }
.FeaturedItemsPriceAlignment {  }
.FeaturedItemsBuyMoreLinkHR {  }
.FeatureItemsThumbNail {  }
.PriceLabels {  }
.ProductDisplayBuyNowLink { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea { float: right; padding-right: 5px; display: inline; }
/* [/ProductDisplay] */

/* [ProductReviewsListing] */
.ProductReviewDimensionName {  }
.ProductReviewSummary {  }
.ProductReviewWriteLink {  }
.ProductReviewAllReviewsLink {  }
.ProductReviewTitle {  }
.ProductReviewRatings {  }
.ProductReviewBody {  }
.ProductReviewProsArea {  }
.ProductReviewProsHeader {  }
.ProductReviewPros {  }
.ProductReviewConsArea {  }
.ProductReviewConsHeader {  }
.ProductReviewCons {  }
.ProductReviewItemMeta {  }
/* [/ProductReviewsListing] */

/* [QuickOrderEntry] */
.QuickOrderEntryHeader { text-align: center; }
.QuickOrderEntryItemNumberTextbox { width: 100px; }
.QuickOrderEntryQuantityTextbox { width: 50px; }
.QuickOrderEntryAddButton { text-align: center; }
/* [/QuickOrderEntry] */

/* [RepeatedList] */

/* [/RepeatedList] */

/* [RSSFeedReader] */

/* [/RSSFeedReader] */

/* [SearchBox] */

/* [/SearchBox] */

/* [SmallShoppingCart] */
.SmallCartItemLink { text-decoration: underline; }
input.SmallCartQtyTextbox, input.SmallCartQtyTextbox:focus { padding: 0; border: none; border-bottom: 1px dotted #ccc; height: auto; width: 30px; box-shadow: none; border-radius: 0; text-align: center; }
input.SmallCartQtyTextbox:focus { border-color: #66afe9; }
.SmallCartItem .badge { line-height: 20px; width: 20px; padding: 0; }
/* [/SmallShoppingCart] */

/* [Tabs] */

/* [/Tabs] */

/* [TreeNavigation] */
.Node {  }
.NodeHover {  }
.NodeSelected {  }
.RootNode {  }
.LeafNode {  }
.Island {  }
/* [/TreeNavigation] */

/* [WidgetArea] */

/* [/WidgetArea] */

/* [Widget6082] */
.Control_6082 { float: left; }
.ControlHeader_6082 {  }
.ControlItem_6082 {  }
.ControlLink_6082 {  }
.ControlLink_6082 a {  }
.ControlLink_6082 a:hover {  }
.ControlLinkSeperator_6082 {  }
.ControlText_6082 {  }
.ControlInput_6082 {  }
.ControlFooter_6082 {  }
/* [/Widget6082] */

/* [Widget6083] */
.Control_6083 { float: right; }
.ControlHeader_6083 {  }
.ControlItem_6083 {  }
.ControlLink_6083 {  }
.ControlLink_6083 a {  }
.ControlLink_6083 a:hover {  }
.ControlLinkSeperator_6083 {  }
.ControlText_6083 {  }
.ControlInput_6083 {  }
.ControlFooter_6083 {  }
/* [/Widget6083] */

/* [Widget6076] */
.Control_6076 { text-align: right; }
.ControlHeader_6076 {  }
.ControlItem_6076 {  }
.ControlLink_6076 {  }
.ControlLink_6076 a {  }
.ControlLink_6076 a:hover {  }
.ControlLinkSeperator_6076 {  }
.ControlText_6076 {  }
.ControlInput_6076 {  }
.ControlFooter_6076 {  }
/* [/Widget6076] */

/* [Buttons] */
/* .ThemeButton { display: inline-block; background: #e4e4e4; -webkit-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -moz-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: none; padding: 7px 15px; font-family: arial; font-size: 11px; color: #595959; font-weight: bold; cursor: pointer; }
.ThemeButton:hover { -webkit-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; -moz-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; color: #424242; }
.ThemeButton:active { background: #e6e6e6; -webkit-box-shadow: 0px 1px 5px 0px #808080 inset; -moz-box-shadow: 0px 1px 5px 0px #808080 inset; box-shadow: 0px 1px 5px 0px #808080 inset; } */
.GoThemeButton { padding: 5px; }
/* [/Buttons] */

/* [Slideshow] */
.Slideshow { position: relative; float: right; margin-bottom: 10px; }
.SlideList, Slide { margin: 0; padding: 0; list-style: none; }
.Slide { overflow: hidden; }
.SlideshowButtons { margin: 0; padding: 0; left: 1em; bottom: 1em; position: absolute; }
.SlideshowButton { margin: 0 1em 0 0; padding: 0; float: left; list-style: none; }
.SlideshowButtonLink { float: left; width: 15px; height: 15px; text-indent: -9999px; border: 1px solid #222; border-radius: 50%; }
.SlideshowButtonLinkCurrent { background: #222; }
.SlideshowButtonLink:focus { outline: none; }
.SlideshowPrevious { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink { color: #fff; padding: 5px; display: block; }
/* [/Slideshow] */

/* [Widget5986] */
.Control_5986 {  }
.Control_5986 table { background: #f2f3f5; }
.Control_5986 td { vertical-align: top; }
.ControlHeader_5986 { font-size: 13px; font-style: italic; margin: 10px 0; text-align: center; }
.ControlItem_5986 { text-align: center; padding: 20px 0; border-bottom: 1px solid #dfdfe1; margin: 0 12px; }
.Control_5986 tr:last-child .ControlItem_5986 { border: none; }
.ControlLink_5986 { padding: 10px 0; display: block; width: 120px; overflow: hidden; text-overflow: ellipsis; }
.Control_5986 img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; }
.Control_5986 .lblPriceLabel { display: none; }
.Control_5986 .UpsellItemPrice { font-size: 20px; }
/* [/Widget5986] */

/* [BlogRoll] */
/* these are shared between Blog Post, Blog Roll, and Blog Roll Widget */

.BlogPostCommentProfileName {  }
.BlogPostTitle { padding: 0; margin: 0; font-weight: normal; }
.BlogPostImage {  }
.BlogPostCategoryAndTags { padding: 15px 0; color: #999; }
.BlogPostTags { padding: 0 0 0 10px; display: inline; }
.BlogPostTag { display: inline-block; *display: inline; padding: 0 3px; background: #eee; border-radius: 3px; border: 1px solid #ddd; margin: 0 5px 0 0; }
.BlogPostTag a { color: #999; }
.BlogPostCategories, .BlogPostCategory { display: inline; }
.BlogCommentModerationMessage { background: #FEEFB3; color: #9F6000; border: 1px solid #9F6000; border-radius: 5px; padding: 10px; margin: 10px; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.BlogCommentModerationMessage.Flash { background: #FFF5CF; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.BlogPostComments  .BlogPostCommentsHeader, .BlogPostComments  .BlogPostCommentsHeader h3, .BlogPostComments  .BlogPostCommentCount { display: inline; font-size: 24px; }


.BlogRoll .BlogPostCommentProfileImage { float: left; padding-right: 10px; }
.BlogRoll .BlogPostCommentText { margin: 0; }
.BlogRoll .BlogPostCommentDisplayName { margin-top: -5px; }
.BlogRoll .BlogPostCommentsAddTextbox { height: 50px; }
.BlogRollFeedLinks { float: right; padding: 5px 0; }
.BlogRollBlogImage { padding: 0 0 10px 0; max-width: 100%; }
.BlogRollBlogImage img { display: block; max-width: 100%; }

.BlogPostDatePretty { position: relative; float: left; width: 50px; height: 45px; color: #999; margin: 10px 10px 10px 0; }
.DateMonth, .DateDay, .DateYear { position: absolute; text-indent: -9999px; background: url(/store/i/a/login-date-sprite.png) no-repeat; }
.DateMonth { top: 0; left: 0; width: 30px; height: 18px; }
.DateDay { top: 18px; font-size: 18px; line-height: 18px; width: 31px; height: 24px; text-align: center; }
.DateYear { right: 0; top: 0px; width: 21px; height: 45px; }
.month-1 { background-position: 0px -50px; }
.month-2 { background-position: 0px -81px; }
.month-3 { background-position: 0px -112px; }
.month-4 { background-position: 0px -143px; }
.month-5 { background-position: 0px -174px; }
.month-6 { background-position: 0px -205px; }
.month-7 { background-position: 0px -236px; }
.month-8 { background-position: 0px -267px; }
.month-9 { background-position: 0px -298px; }
.month-10 { background-position: 0px -329px; }
.month-11 { background-position: 0px -360px; }
.month-12 { background-position: 0px -391px; }

.day-1 { background-position: -51px -45px; }
.day-2 { background-position: -51px -76px; }
.day-3 { background-position: -51px -107px; }
.day-4 { background-position: -51px -138px; }
.day-5 { background-position: -51px -169px; }
.day-6 { background-position: -51px -200px; }
.day-7 { background-position: -51px -231px; }
.day-8 { background-position: -51px -263px; }
.day-9 { background-position: -51px -294px; }
.day-10 { background-position: -51px -325px; }
.day-11 { background-position: -51px -356px; }
.day-12 { background-position: -51px -387px; }
.day-13 { background-position: -51px -418px; }
.day-14 { background-position: -51px -449px; }
.day-15 { background-position: -101px -45px; }
.day-16 { background-position: -101px -76px; }
.day-17 { background-position: -101px -107px; }
.day-18 { background-position: -101px -139px; }
.day-19 { background-position: -101px -171px; }
.day-20 { background-position: -101px -201px; }
.day-21 { background-position: -101px -232px; }
.day-22 { background-position: -101px -263px; }
.day-23 { background-position: -101px -294px; }
.day-24 { background-position: -101px -325px; }
.day-25 { background-position: -101px -356px; }
.day-26 { background-position: -101px -387px; }
.day-27 { background-position: -101px -418px; }
.day-28 { background-position: -101px -450px; }
.day-29 { background-position: -101px -482px; }
.day-30 { background-position: -101px -513px; }
.day-31 { background-position: -101px -545px; }

.year-2011 { background-position: -145px -7px; }
.year-2012 { background-position: -145px -79px; }
.year-2013 { background-position: -145px -145px; }
.year-2014 { background-position: -145px -212px; }
.year-2015 { background-position: -145px -267px; }
.year-2016 { background-position: -145px -322px; }
.year-2017 { background-position: -145px -378px; }
.year-2018 { background-position: -145px -433px; }
.year-2019 { background-position: -145px -488px; }
.year-2020 { background-position: -145px -544px; }
/* [/BlogRoll] */

/* [BlogPost] */
/* Comic display + readable body fonts (must stay at the very top) */
@import url('https://fonts.googleapis.com/css2?family=Bangers&family=Nunito:wght@400;700&display=swap');

/* ===== Your existing comment / layout rules (unchanged) ===== */
.BlogPostCommentNameDate { font-size: 10px; }
.BlogPostAddCommentHide, .HideComments { display: none; }
.BlogPostCommentHighlightCurrent { background: #FFFCDF; border-radius: 3px; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
.AdminCommentLabel, .AuthorCommentLabel { display: none; }
.AdminCommentLabel.BlogPostCommentByAdmin { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; }
.AuthorCommentLabel.BlogPostCommentByAuthor { display: inline; background: #fff; font-weight: bold; padding: 2px 3px; margin: 2px; }
.CommentReplies { margin-left: 100px; }
.AuthorImage,
.BlogPostCommentProfile,
.BlogPostCommentProfileImage { display: none; }
.BlogPostPostedOnBy { display: none; }
.BlogPostComments { display: none; }
.BlogPostCategoryAndTags { display: none; }

/* ===== Body: narrower, easier-to-read column ===== */
.BlogPostContent {
  max-width: 680px;
  margin: 0 auto;
  font-family: 'Nunito', system-ui, -apple-system, sans-serif;
  font-size: calc(1em + 2px);
  line-height: 1.6;
  color: #1a1a2e;
}
.BlogPostContent p,
.BlogPostContent ul   { margin: 0 0 1em; }
.BlogPostContent ul   { padding-left: 1.5em; }
.BlogPostContent li   { margin: 0 0 .2em; }
.BlogPostContent h4   { margin: 1.2em 0 .35em; }
.BlogPostContent p:empty { display: none; }

/* ===== Comic-style chapter titles ===== */
.comic-title {
  font-family: 'Bangers', system-ui, sans-serif;
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1.15;
  color: #e63946;                      /* comic red */
  -webkit-text-stroke: 0.4px #1a1a2e;  /* subtle ink outline */
}
.comic-title b,
.comic-title i { color: inherit; font-weight: inherit; }
.comic-title i { font-style: italic; }

/* ===== Lead-in labels + links ===== */
.BlogPostContent b { color: #1d3557; }   /* navy bold accents (delete this line if too much) */
.BlogPostContent a {
  color: #e63946;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #ffd166;
}
.BlogPostContent a:hover { background: #ffd166; color: #1a1a2e; }

/* ===== Halftone comic divider ===== */
.comic-divider {
  height: 14px;
  margin: 1.8em auto;
  max-width: 680px;
  background-image: radial-gradient(#e63946 30%, transparent 32%);
  background-size: 14px 14px;
  background-position: center;
  opacity: .75;
}

/* ===== Drop cap on the opening paragraph ===== */
.BlogPostContent > p:first-of-type::first-letter {
  font-family: 'Bangers', sans-serif;
  font-size: 3.1em;
  line-height: .8;
  float: left;
  margin: .04em .08em 0 0;
  color: #e63946;
}
/* [/BlogPost] */

/* [Profile] */
.ProfileName { float: left; }
.PofileImage { float: right; padding: 0 0 20px 20px; }
.ProfileInfoTable { margin: 10px 0; clear: left; }
.ProfileTableHeader { margin-top: 20px; clear: both; }
.ProfileTable { width: 100%; }
.ProfileTable th { background: #eee; text-align: left; padding: 3px; }
.ProfileTable td { padding: 3px; border-bottom: 1px solid #eee; }
/* [/Profile] */

/* [BlogTagCloud] */
.BlogTagCloud.Control { text-align: justify; }
.TagCloudList { list-style-type: none; margin: 0; padding: 0; }
.BlogTagCloud .ControlItem { display: inline; padding: 0 5px 0 0; vertical-align: bottom; } 
.BlogTagCloud .ControlLink_Link { -webkit-transition: 0.5s; -moz-transition: -.5s; }
.BlogTagCloud .TagCloud_MinSize { opacity: 0.5; }
.BlogTagCloud .TagCloud_MedSize {  }
.BlogTagCloud .TagCloud_MaxSize { font-weight: bold; }
.BlogTagCloud .ControlLink_Link:hover { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; }
/* [/BlogTagCloud] */

/* [WriteReview] */

/* [/WriteReview] */

/* [OnePageCheckOut] */
.checkout .ShoppingCartTotals { text-align: left; font-size: inherit; font-weight: normal; padding: 5px 0; }
.checkout .ShoppingCartTotals b { font-weight: normal; }
.checkout .ShoppingCartPrice { font-size: inherit; text-align: right; padding: 5px 0; white-space: nowrap; }
#trDiscount a, #trDiscount a:hover { text-decoration: none; }
#trTotal span, #trTotal b, #trAdjustedTotal span, #trAdjustedTotal b { font-weight: bold; }
.OrderGiftingArea input[type=checkbox] { margin-right: 5px; }
#addrBilling_ddAddressList_dd_ddCombo, #addrShipping_ddAddressList_dd_ddCombo, #ddExpireMonth, #txtPointsToApply { width: 100% !important; }

.checkout label { position: relative; font-size: 1em; padding: 20px 0 0; }
.checkout label > span { position: absolute; top: 25px; line-height: 25px; left: 10px; font-size: 1em; font-weight: normal; transition: 0.1s; opacity: 0.5; cursor: text; }
.checkout label  span span, .checkout label input[type=checkbox] + span { position: static; opacity: 1; }
.checkout label.active span, .checkout label.filled span, .checkout label select ~ span, .checkout label select + span, .checkout .address-book-label span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; }

/* this is a duplicate of the above rule, it seems to break firefox if it's included with the above selectors for some reason */
.checkout input:-webkit-autofill + span { top: 0; left: 5px; font-size: 10px; transition: 0.1s; -moz-transition: 0.1s; opacity: 1; cursor: default; }

.checkout input[type=checkbox], .checkout input[type=radio] { width: auto !important; }

.checkout label span.ErrorText { position: static; font-size: 12px; line-height: 1; color: #df8f8e; padding: 0; opacity: 1; margin: 10px 0 0; background: none; box-shadow: none; border: none; }
.field-has-error { background: #ffe4e3 !important; border-color: #df8f8e !important; }

.zip-code { display: table; }
.zip-code > div { display: table-cell; }
.zip-code label span { font-size: 12px; }
.zip-plus4 { max-width: 100px; }
.zip-plus4 input { padding: 0; }
.zip-plus4 > div { padding-left: 5px !important; }
.zip-plus4 > div:empty { padding: 0; }
.zip-plus4 > div:empty + span { display: none; }

.PublicCommentsArea { width: auto !important; position: static; float: none !important; }

.RequiredField { color: #df8f8e; font-weight: bold; line-height: 1; font-size: 150%; padding-left: 5px; }

.payment-method .payment-name { cursor: pointer; }
.payment-method .payment-name:before { display: inline-block; content: ' '; width: 0px; height: 0px; border-style: solid; border-color: transparent transparent transparent; border-left-color: inherit; border-width: 5px 5px 5px 10px; position: relative; top: -3px; }
.payment-method.active .payment-name:before { border-color: transparent; border-top-color: inherit; border-width: 10px 5px 5px 5px; top: 2px; }

.custom-fields .field { min-height: 80px; }

label.remove-payment, label.image-input-replace { position: relative; padding: 0; font-weight: inherit; }

label.remove-payment a, label.image-input-replace a { cursor: pointer; position: relative; z-index: 1; }

label.remove-payment input, label.image-input-replace input { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; }

.floating-totals { min-height: 1px; }


.BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; }
.BillMeLater .payment-name span { display: none; }
.BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; }
.BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; }
.BillMeLater .payment-name span { display: none; }
.BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; }
.PayPalExpress .payment-name, .PayPal .payment-name { background: url('../images/paypal-logo.png') no-repeat top left; text-indent: 90px; margin-left: 20px; height: 25px; }
.PayPalExpress .payment-name:before, .PayPal .payment-name:before { left: -110px; }
.PayPalExpress .payment-name span, .PayPal .payment-name span { display: none; }
.PayPal .paypal-text { display: none; }
.PayPal.active .paypal-text { display: block; }
.OnePageCheckOut .ShoppingCartCouponCode { padding: 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] */

/* [MyAccount] */
.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; }

.MyAccountShowHideTable { display: none; }

.MyAccountSection .StarRatings { float: none; margin: 0 auto; }
.MyAccountSection .StarRatings td { padding: 0 2px; border: none; }
.CustomField.MyAccountSectionEntry { padding: 0 0 10px; width: 48%; float: left; min-height: 40px; }
.CustomField.MyAccountSectionEntry:nth-child(2n) { margin-bottom: 15px; }
#trAddNew { font-weight: bold; }
/* [/MyAccount] */

/* [CustomerLogin] */
.CustomerLoginEmailTextbox { width: 180px; }
/* [/CustomerLogin] */

/* [CategoryNavigationLinks] */
.BrowseCategoryIcon {  }
/* [/CategoryNavigationLinks] */

/* [AttributeNavigationLinks] */
.BrowseByAttributeFilterButtonArea {  }
.BrowseByAttHeader {  }
.MoreAttributesLink { cursor: pointer; }
.MoreAttributes { display: none; }
/* [/AttributeNavigationLinks] */

/* [HTML] */
.Control_14626 .col-sm-4 { text-align: center; }
h2 {  }

.p10205 { line-height: 1; text-align: center; font-size: 18px; color: grey; padding-top: 5px; margin: 10px 0 0; }
/* [/HTML] */

/* [Carousel] */

/* [/Carousel] */

/* [Widget5109] */
.ControlLink_5109:hover {  }


.ControlLink_Link_5109 {  }
.ControlLink_Link_5109:hover {  }
/* [/Widget5109] */

/* [Widget4982] */
.Control_4982 {  }
.ControlHeader_4982 {  }
.Control_4982 h4 { margin-bottom: 0; }
.ControlItem_4982 {  }
.ControlLink_4982 {  }
.ControlLink_4982:hover {  }
.ControlLink_4982 a {  }
.ControlLink_4982 a:hover {  }
.ControlLink_Link_4982 {  }
.ControlLink_Link_4982:hover {  }
.ControlLinkSeperator_4982 {  }
.ControlText_4982 {  }
.ControlInput_4982 {  }
.ControlFooter_4982 {  }
.FeaturedItemsRating_4982 {  }
.FeaturedItemsDetails_4982 {  }
.FeaturedItemsPriceHR_4982 {  }
.FeaturedItemsPriceAlignment_4982 {  }
.FeaturedItemsBuyMoreLinkHR_4982 {  }
.FeaturedItemsThumbnail_4982 {  }
.PriceLabels_4982 {  }
.ProductDisplayBuyNowLink_4982 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_4982 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_4982 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_4982 { float: right; padding-right: 5px; display: inline; }
/* [/Widget4982] */

/* [Widget5128] */
.ControlLink_5128:hover {  }


.ControlLink_Link_5128 {  }
.ControlLink_Link_5128:hover {  }
/* [/Widget5128] */

/* [Widget6093] */
.ControlLink_6093:hover {  }


.ControlLink_Link_6093 {  }
.ControlLink_Link_6093:hover {  }
/* [/Widget6093] */

/* [Widget4983] */
.Control_4983 {  }
.Control_4983 h4 { margin-bottom: 0; }
.Control_4983 h3 { margin-bottom: 0; margin-top: 0; }
.ControlHeader_4983 {  }
.ControlItem_4983 {  }
.ControlLink_4983 {  }
.ControlLink_4983:hover {  }
.ControlLink_4983 a {  }
.ControlLink_4983 a:hover {  }
.ControlLink_Link_4983 {  }
.ControlLink_Link_4983:hover {  }
.ControlLinkSeperator_4983 {  }
.ControlText_4983 {  }
.ControlInput_4983 {  }
.ControlFooter_4983 {  }
.FeaturedItemsRating_4983 {  }
.FeaturedItemsDetails_4983 {  }
.FeaturedItemsPriceHR_4983 {  }
.FeaturedItemsPriceAlignment_4983 {  }
.FeaturedItemsBuyMoreLinkHR_4983 {  }
.FeaturedItemsThumbnail_4983 {  }
.PriceLabels_4983 {  }
.ProductDisplayBuyNowLink_4983 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_4983 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_4983 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_4983 { float: right; padding-right: 5px; display: inline; }
/* [/Widget4983] */

/* [Widget14773] */
.Control_14773 {  }
.Control_14773 a { font-size: 1.5em; }
/* [/Widget14773] */

/* [BlogDrillDown] */
.BlogDrillDownIcon { display: inline-block; *display: inline; zoom: 1; padding: 0 5px; vertical-align: middle; }
.BlogDrillDown .ControlLink { display: inline-block; *display: inline; zoom: 1; }
/* [/BlogDrillDown] */

/* [UploadFile] */
.ShippingEstimationRateTable td { padding: 5px 0; }
.ShippingEstimationRate span { padding-left: 10px; font-weight: bold; }
/* [/UploadFile] */

/* [AttributeGroupLinks] */

/* [/AttributeGroupLinks] */

/* [Widget4980] */
.ControlLink_4980:hover {  }


.ControlLink_Link_4980 {  }
.ControlLink_Link_4980:hover {  }
/* [/Widget4980] */

/* [DropDownNavigation] */

/* [/DropDownNavigation] */

/* [CategoryQuickList] */
.CategoryQuickListContainer {  }
.CategoryQuickListContainer tr td { vertical-align: top; }
.CategoryQuickListIndividualContainer { margin: 2px 8px 2px 2px; }
.CategoryQuickListRootCategory { font-weight: bold; font-size: 125%; text-transform: capitalize; }
.CategoryQuickListRootImage { border: none; display: block; margin-bottom: 4px; }
.CategoryQuickListSubCategory { display: list-item; list-style-type: square; margin: 0 0 0 14px; }
/* [/CategoryQuickList] */

/* [Default] */
.CategoryQuickListRootCategory { color: gray; font-size: medium; text-shadow: 4px 2px 4px rgba(63,107,169, 0.5); }
.CategoryQuickListContainer .CategoryQuickListIndividualContainer { margin: 0; }
.CategoryQuickListContainer .CategoryQuickListIndividualContainer img { width: 100%; }
.CategoryQuickListContainer, .CategoryQuickListContainer tbody, .CategoryQuickListContainer tr { display: flex; width: 100%; flex-wrap: nowrap; }
.CategoryQuickListContainer tr { gap: 12px; }
.CategoryQuickListContainer tr td { flex-grow: 1; width: 25%; gap: 6px; }
@media screen and (max-width: 768px) {
  .CategoryQuickListContainer, .CategoryQuickListContainer tbody, .CategoryQuickListContainer tr { flex-wrap: wrap; }
  .CategoryQuickListContainer tr td { width: 49% !important; }
}
@media screen and (max-width: 425px) {
  .CategoryQuickListContainer tr td { width: 100% !important; }
}
/* [/Default] */

/* [Widget5193] */
.Control_5193 {  }
.ControlHeader_5193 {  }
.ControlItem_5193 {  }
.ControlLink_5193 {  }
.ControlLink_5193:hover {  }
.ControlLink_5193 a {  }
.ControlLink_5193 a:hover {  }
.ControlLink_Link_5193 {  }
.ControlLink_Link_5193:hover {  }
.ControlLinkSeperator_5193 {  }
.ControlText_5193 {  }
.ControlInput_5193 {  }
.ControlFooter_5193 {  }
.Slideshow_5193 { position: relative; }
.SlideList_5193 { margin: 0; padding: 0; list-style: none; }
.Slide_5193 { overflow: hidden; }
.SlideshowButtons_5193 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_5193 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_5193 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_5193 { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink:focus_5193 { outline: none; }
.SlideshowPrevious_5193 { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext_5193 { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink_5193 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_5193 { color: #fff; padding: 5px; display: block; }
/* [/Widget5193] */

/* [MenuBar] */

/* [/MenuBar] */

/* [Widget14759] */
.Control_14759 {  }
.ControlHeader_14759 {  }
.ControlItem_14759 {  }
.ControlLink_14759 {  }
.ControlLink_14759:hover {  }
.ControlLink_14759 a {  }
.ControlLink_14759 a:hover {  }
.ControlLink_Link_14759 {  }
.ControlLink_Link_14759:hover {  }
.ControlLinkSeperator_14759 {  }
.ControlText_14759 {  }
.ControlInput_14759 {  }
.ControlFooter_14759 {  }
.Control_14759 .navbar { min-height: 40px; }

.Control_14759 .navbar-default { text-align: center; margin-bottom: 0; border-color: #fff; border-top-color: #e7e7e7; background-color: #fff; } 

.Control_14759 .navbar-inner { display: inline-block; }


.Control_14759 .nav.navbar-nav { padding-left: 10px; padding-right: 20px; font-size: 14px; font-weight: 700; color: #005aff; }

.Control_14759 .navbar-default .navbar-nav>li>a { color: #0a49bd; font-weight: 700; border-right-style: none; border-width: 1px; border-color: gray; margin-top: 10px; padding-bottom: 0px; padding-top: 0px; }

.Control_14759 .navbar-default .navbar-nav>li>a:hover { color: #005aff; }

.Control_14759 .dropdown-menu>li>a { text-align: left; }
/* [/Widget14759] */

/* [Widget5217] */
.Control_5217 {  }
.Control_5217 a {  }
/* [/Widget5217] */

/* [Widget14629] */
.Control_14629 {  }
.ControlHeader_14629 {  }
.ControlItem_14629 {  }
.ControlLink_14629 {  }
.ControlLink_14629:hover {  }
.ControlLink_14629 a {  }
.ControlLink_14629 a:hover {  }
.ControlLink_Link_14629 {  }
.ControlLink_Link_14629:hover {  }
.ControlLinkSeperator_14629 {  }
.ControlText_14629 {  }
.ControlInput_14629 {  }
.ControlFooter_14629 {  }
.CategoryQuickListContainer_14629 {  }
.CategoryQuickListContainer tr td_14629 { vertical-align: top; }
.CategoryQuickListIndividualContainer_14629 { margin: 2px 8px 2px 2px; }
.CategoryQuickListRootCategory_14629 { font-weight: bold; font-size: 125%; text-transform: capitalize; }
.CategoryQuickListRootImage_14629 { border: none; display: block; margin-bottom: 4px; }
.CategoryQuickListSubCategory_14629 { display: list-item; list-style-type: square; margin: 0 0 0 14px; }

.CategoryQuickListRootImage_14629:hover { background-color: #f2f9ff; border-color: #f2f9ff; border-style: solid; border-width: 1px; border-radius: 5px; }
/* [/Widget14629] */

/* [QuestionAnswer] */
.AskQuestion { padding-bottom: 50px; }
.AskQuestionLabel span, .AnswerQuestionLabel span, .AnswersHeader { font-weight: bold; font-size: 125%; padding: 20px 0 10px; }
.AskQuestionTextbox textarea, .AnswerQuestionTextbox textarea { width: 100%; box-sizing: border-box; margin-bottom: 10px; min-height: 75px; }

.Question { clear: both; padding: 20px 0; border-bottom: 1px solid #eaeaea; }
.Question:last-of-type { border: none; }
.QuestionVote, .AnswerVote { float: left; width: 100px; margin-right: 20px; text-align: center; }
.UpVotes, .DownVotes { font-size: 200%; font-weight: bold; padding: 5px; }
.UpVotes { color: green; }
.DownVotes { color: red; }
.VoteFace { display: inline-block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); }
.QuestionVote input[type=submit], .AnswerVote input[type=submit] { padding: 2px 5px; margin: 3px; }
.QuestionText, .AnswerText { overflow: hidden; }
.QuestionAuthor, .AnswerAuthor { font-size: 80%; padding: 10px 0 20px; }

.QuestionAnswer { clear: left; padding: 20px 0; border-bottom: 1px solid #eaeaea; }
.QuestionAnswer:last-of-type { border: none; padding-bottom: 0; }
.QuestionAddAnswer { padding: 20px 0; overflow: hidden; clear: left; }
.Votes { padding-bottom: 20px; }
/* [/QuestionAnswer] */

/* [AttributeDropDownGroup] */
.AttributeDropDownGroupItem { white-space: nowrap; }
/* [/AttributeDropDownGroup] */

/* [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] */

/* [Widget14758] */
.Control_14758 {  }
.Control_14758 a {  }
.Control_14758 .navbar-right { padding-bottom: 10px; }
.Control_14758 .nav>li { font-size: 12px; }
.Control_14758 .nav>li>a { display: inline; padding: 5px 15px; color: #727373; }
.Control_14758 .dropdown-menu { min-width: 250px; }
/* [/Widget14758] */

/* [Widget14762] */
.Control_14762 { background-color: #4a4545; color: #fdfdfd; padding-left: 20px; padding-right: 20px; text-align: center; }
.Control_14762 a {  }
/* [/Widget14762] */

/* [Widget14774] */
.Control_14774 { padding-bottom: 10px; }
.ControlHeader_14774 {  }
.ControlItem_14774 {  }
.ControlText_14774 {  }
.ControlInput_14774 {  }
/* [/Widget14774] */

/* [Widget14769] */
.Control_14769 { font-size: 18px; margin-top: 16px; }
.ControlHeader_14769 {  }
.ControlItem_14769 {  }
.ControlLink_14769 {  }
.ControlLink_14769:hover {  }
.ControlLink_14769 a {  }
.ControlLink_14769 a:hover {  }
.ControlLink_Link_14769 {  }
.ControlLink_Link_14769:hover {  }
.ControlLinkSeperator_14769 {  }
.ControlText_14769 {  }
.ControlInput_14769 {  }
.ControlFooter_14769 {  }
.BlogDrillDownIcon_14769 { display: inline-block; *display: inline; zoom: 1; padding: 0 5px; vertical-align: middle; }
.BlogDrillDown .ControlLink_14769 { display: inline-block; *display: inline; zoom: 1; }
/* [/Widget14769] */

/* [Widget14771] */
.Control_14771 { text-align: center; }
.Control_14771 a {  }
/* [/Widget14771] */

/* [Widget14626] */
.Control_14626 {  }
.Control_14626 a {  }
/* [/Widget14626] */

/* [Widget14627] */
.Control_14627 {  }
.ControlHeader_14627 {  }
.ControlItem_14627 {  }
.ControlLink_14627 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.ControlLink_14627:hover {  }
.ControlLink_14627 a {  }
.ControlLink_14627 a:hover {  }
.ControlLink_Link_14627 {  }
.ControlLink_Link_14627:hover {  }
.ControlLinkSeperator_14627 {  }
.ControlText_14627 {  }
.ControlInput_14627 {  }
.ControlFooter_14627 {  }
.CarouselPrevButton_14627 {  }
.CarouselNextButton_14627 {  }
.CarouselBuyNowLink_14627 { font-size: 7pt; text-decoration: none; }
.CarouselMoreLink_14627 { font-size: 7pt; text-decoration: none; }

.Control_14627 .bx-wrapper { margin-top: 20px; }
.Control_14627 .bx-wrapper img { display: inline; }

.Control_14627 .bx-wrapper .bx-pager { padding-bottom: 10px; }
/* [/Widget14627] */

/* [Widget14632] */
.Control_14632 {  }
.ControlHeader_14632 {  }
.ControlItem_14632 {  }
.ControlLink_14632 {  }
.ControlLink_14632:hover {  }
.ControlLink_14632 a {  }
.ControlLink_14632 a:hover {  }
.ControlLink_Link_14632 {  }
.ControlLink_Link_14632:hover {  }
.ControlLinkSeperator_14632 {  }
.ControlText_14632 {  }
.ControlInput_14632 {  }
.ControlFooter_14632 {  }
.FeaturedItemsRating_14632 {  }
.FeaturedItemsDetails_14632 {  }
.FeaturedItemsPriceHR_14632 {  }
.FeaturedItemsPriceAlignment_14632 {  }
.FeaturedItemsBuyMoreLinkHR_14632 {  }
.FeaturedItemsThumbnail_14632 {  }
.PriceLabels_14632 {  }
.Control_14632 .FeaturedItemsThumbNail { max-height: 250px; }

.ProductDisplayBuyNowLink_14632 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_14632 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_14632 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_14632 { float: right; padding-right: 5px; display: inline; }
/* [/Widget14632] */

/* [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] */

/* [Widget14630] */
.Control_14630 {  }
.ControlHeader_14630 {  }
.ControlItem_14630 {  }
.ControlLink_14630 {  }
.ControlLink_14630:hover {  }
.ControlLink_14630 a {  }
.ControlLink_14630 a:hover {  }
.ControlLink_Link_14630 {  }
.ControlLink_Link_14630:hover {  }
.ControlLinkSeperator_14630 {  }
.ControlText_14630 {  }
.ControlInput_14630 {  }
.ControlFooter_14630 {  }
.Slideshow_14630 { position: relative; }
.SlideList_14630 { margin: 0; padding: 0; list-style: none; }
.Slide_14630 { overflow: hidden; }
.SlideshowButtons_14630 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_14630 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_14630 { float: left; height: 21px; line-height: 28px; border: 1px solid#ccc; background: #999; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_14630 { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink:focus_14630 { outline: none; }
.SlideshowPrevious_14630 { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext_14630 { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink_14630 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_14630 { color: #fff; padding: 5px; display: block; }
/* [/Widget14630] */

/* [Header] */
.site-logo { width: 313.714px; height: auto; }
.toggle-menu { font-size: 20px; display: none; padding: 14px 12px 0 0; text-align: center; }
.logo-wrapper { display: flex; }
.site-tagline { font-family: Arial; font-size: 16px; padding-left: 55px; }
.LayoutTopTop > div > div { display: flex; align-items: center; }
.LayoutTopTop .navbar-right .top-minor-nav-bar { display: flex; justify-content: flex-end; }
.LayoutTopTop .call-number { padding-right: 10px; text-align: right; }
.LayoutTopTop .call-number > h4 { padding: 0; margin: 0; }
.Control_14759 .navbar-inner { width: 100%; padding-bottom: 6px; }
@media screen and (max-width: 425px) {
  .toggle-menu { display: block; min-width: 30px; }
  .navbar-nav .open .dropdown-menu.header-search-wrapper { position: fixed; top: 50px; left: 24px; right: 24px; background: #fff; border: solid 1px #ccc; border-radius: 6px; text-align: left; box-shadow: 2px 4px 10px rgba(0,0,0,0.2); }
  .navbar-nav .open .dropdown-menu.header-search-wrapper .panel-body { padding: 6px; }
  .header-search-wrapper .search-box input[type=text] { width: 74vw; background: #fff; }
  .main-nav-bar { position: fixed; left: 0; width: 100vw; transition: all ease-in-out 0.25s; z-index: 100; transform: scaleY(0); transform-origin: top center; }
  .main-nav-bar.open { box-shadow: 1px 6px 13px rgba(0, 0, 20, 0.25); transform: scaleY(1); }
  .main-nav-bar .navbar-nav { text-align: left; padding-left: 12px; padding-bottom: 2em; }
  .site-tagline { font-size: 14px; padding-left: 5px; max-width: 200px; }
  .LayoutTopTop .navbar-right .top-minor-nav-bar a { padding: 5px; }
  .LayoutTopTop .navbar-right .top-minor-nav-bar { padding-right: 10px; margin: 0; }
  .LayoutTopTop .navbar-right .top-minor-nav-bar span { display: none; }
  .LayoutTopTop .call-number > h4 { font-size: 16px; }
  .ld-tab { display: none; }
}
/* [/Header] */

/* [CheckOut] */
.CheckOutHeader { font-weight: bold; font-size: 16px; }
.CheckOutSubHeader { font-weight: bold; font-size: 16px; margin-bottom: 20px; }
.CardFieldHeaders { background: #666; color: #fff; padding: 5px; }
.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; }
.form-signin { max-width: 330px; padding: 15px; margin: 0 auto; }
.form-signin .form-signin-heading, .form-signin .checkbox { margin-bottom: 10px; }
.form-signin .checkbox { font-weight: normal; }
.form-signin input { position: relative; font-size: 16px; height: auto; padding: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; }
.form-signin input:focus { z-index: 2; }
.form-signin input[type="text"] { margin-bottom: -1px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
.form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; }
/* [/Checkout] */

.ShippingSelect input[type="radio"] + label { margin-left: 1em; }
input[type="file"] + span { top: 0px; }


/* [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; }