/* [Global] */
p { line-height: 1.5; }
body { font-size: 16px; color: #111; }
h2, .h2 { font-size: 36px; }
h5, .h5 { font-size: 16px; }
a { color: #DB4F4F; }
a:hover { color: #BC3131; }
label { display: block; }
input[type=radio] + label, input[type=checkbox] + label { display: inline-block; padding-left: 10px; font-weight: normal; }
.badge { background-color: #DB4F4F; }
.lblPrice { color: #000; }
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%; }
.LayoutBottom input[type="text"], .LayoutBottom input[type="password"], .LayoutBottom input[type="email"], .LayoutBottom select, .LayoutBottom textarea { background: #333; border: none; box-shadow: none; color: #999; }

.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #111; }
.breadcrumb { border-bottom: 1px solid #DDDDDD; border-radius: 4px; border-top: 1px solid #DDDDDD; list-style: none outside none; margin-bottom: 20px; padding: 15px; background: none; }

.LayoutLeftColumn { padding-top: 50px; }
.navbar-header-leftcol { background: #202021; color: #fff; margin-bottom: 30px; }
.navbar-header-leftcol  .navbar-toggle { background: none; border: 1px solid #fff; }
.navbar-header-leftcol  .navbar-toggle .icon-bar { background: #fff; }
.navbar-header-leftcol .navbar-brand { color: #fff; }
.navbar-collapse.left-collapse { max-height: inherit; }

.lblPriceLabel { display: none; }
.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; }
.seo-text { max-width: 1000px; }
.text-muted a { color: inherit; }
.alert a { color: inherit; }
.ProductDisplay .ControlItem a { color: #BC3131; font-size: 18px; }
.ui-autocomplete { z-index: 10; }
.LayoutContent { padding-top: 5px; }
.prod-name { color: #BC3131; }
.category-product a.prod-name { color: #BC3131; font-size: 18px; }
.CategoryProductReview > div:first-child { margin-top: -3px; }
/* search autocomplete stuff */
.search-box input { vertical-align: top; }

.ui-autocomplete { z-index: 10000; }
.ui-menu .ui-menu-item a { background: none; border: none; opacity: 0.75; cursor: pointer; }
.ui-menu .ui-menu-item a:hover { opacity: 1; }

/* 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; border: none; }
.thumbnail .quick-view { border: none; color: #fff; font-weight: bold; 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; background: #BC3131; border: none; font-weight: bold; display: block; opacity: 1; transition: 0.25s; }
.thumbnail:hover .quick-view:hover { background: #AF2B2B; }
.thumbnail img, .Slideshow img, #imgMfgLogo, img { max-width: 100%; }
.zoomWrapper img { max-width: none; }
.thumbnail:hover { text-decoration: none; }

.homepage-product .thumbnail { min-height: 175px; line-height: 175px; margin-bottom: 2px; }
.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; position: absolute; width: 100%; font-size: 16px; }
.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; }
.panel-heading:empty { display: none; }
.Default .homepage-product .caption a { font-size: 15px; }
.Default .homepage-product .caption a:hover { font-size: 15px; }
.g-signin2 { display: inline-block; }
.MenuBar div.navbar, div.HorizontalNav { background: rgba(255, 255, 255, 1); color: rgba(17, 17, 17, 1); }
.LayoutTop a { color: rgba(17, 17, 17, 1); }
.MenuBar .navbar ul.nav > li > a, div.HorizontalNavItem a { background: rgba(255, 255, 255, 1); color: rgba(17, 17, 17, 1); }
.MenuBar .navbar ul.nav > li > a:hover, div.HorizontalNavItem a:hover { background: rgba(227, 227, 227, 1); color: rgba(17, 17, 17, 1); }
ul.dropdown-menu>li>a:hover, ul.dropdown-menu>li>a:focus { background: rgba(245, 245, 245, 1); color: rgba(17, 17, 17, 1); }
ul.dropdown-menu>li>a { background: rgba(255, 255, 255, 1); border: rgba(255, 255, 255, 1); color: rgba(17, 17, 17, 1); }
ul.dropdown-menu { border: rgba(255, 255, 255, 1); }
/* [/Global] */

/* [Layout] */
/* Header */
.navbar-default.top-nav { background: #202021; }

.top-nav .navbar-nav > li> a { padding: 15px 10px; font-size: 14px; border-left: 1px solid #000000; box-shadow: -1px 0 0 0 #333333; color: white; }

.top-nav .container { padding-left: 0; }
.top-nav .navbar-nav > li > a:hover { color: gray; }

.top-nav .navbar-nav > li:last-of-type a { border-right: 1px solid #333333; }
.top-nav .navbar-right .navbar-nav > li:last-of-type a { border-right: none; box-shadow: none; }
.top-nav .navbar-nav > li:nth-last-child(2) a { border-right: 1px solid #444; }
.top-nav .navbar-right .navbar-nav > li:nth-last-child(2) a { border-right: none; }
.top-nav .navbar-right .navbar-nav > li> a { border: none; box-shadow: none; }
.top-nav .navbar-collapse { padding-left: 0; padding-right: 0; }

.navbar-right { padding-right: 15px; }
.logo-area { padding: 32px 35px 24px 15px; }

.category-nav { padding: 30px 15px 0px 35px; }
.category-nav .navbar-default { background: transparent; border: 0px; font-family: arial, sans-serif; font-weight: bold; color: #000; font-size: 18px; }

div.category-nav .navbar-default .navbar-nav > li > a { color: #BC3131; font-weight: normal; }

div.category-nav .navbar-default .navbar-nav>li>a:hover { color: #BC3131; }
/* /Header */

/* Footer */
footer { background: #111; color: #666666; margin-top: 60px; }

footer a { color: #666; }

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5, footer .h6 { color: #999; }

footer>p:last-of-type { margin: 0; padding-bottom: 20px; color: #888 !important; }

footer>p a { color: #888 !important; }
/* /Footer */
/* [/Layout] */

/* [Widgets] */
.ControlHeader { font-size: 18px; }
/* [/Widgets] */

/* [ProductDetails] */
.ProductDetailsPriceLabel { display: none; }
input.ProductDetailsQuantityTextBox { width: 70px; text-align: center; padding: 0; }
#lblProductStatus:after { content: " - "; }
#lblProductStatus + br { display: none; }

.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; }

.SwatchNotApplicable { opacity: 0.5; pointer-events: none; }

.ProductReviewBody_6424 { transform: rotateZ(180deg); }
/* [/ProductDetails] */

/* [Catalog] */
.CatalogItemQuantityBox input { width: 75px !important; text-align: center; }
/* [/Catalog] */

/* [Category] */
.product-list div[class*=col-] { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.category-product .thumbnail { min-height: 150px; line-height: 150px; 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-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; }
/* [/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; }
body.ShoppingCart { padding-top: 0; }

.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; }
.ShippingSelect input[type=radio] { float: none; width: auto; }
.ShippingSelect input[type=radio] + label { display: inline; padding: 0; }
.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(../images/ccs/visa.png) no-repeat; }
.acceptedCreditCardLogos .amex { background: url(../images/ccs/amex.png) no-repeat; }
.acceptedCreditCardLogos .discover { background: url(../images/ccs/discover.png) no-repeat; }
.acceptedCreditCardLogos .bankcard { background: url("/store/i/bankcard_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .mastercard { background: url(../images/ccs/mastercard.png) 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; }

.LayoutTop { background: rgba(255, 255, 255, 1); border-bottom: 1px solid #CCCCCC; box-shadow: 10px -8px 11px #000000; color: rgba(17, 17, 17, 1); }
.panel { border: none; box-shadow: none; }
.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 { min-height: 260px; line-height: 260px; }
.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 { background: none repeat scroll 0 0 #DB4F4F; border: medium none; color: #FFFFFF; font-weight: bold; padding: 8px; }
.btn { border-radius: 2px; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background: #AF2B2B; color: #fff; }
.btn-primary { background: #BC3131; color: #fff; border: none; }
.btn-primary:hover { background: #AF2B2B; color: #fff; border: none; }
/* [/Buttons] */

/* [Slideshow] */
.Slideshow { position: relative; }
.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: 20px; height: 20px; text-indent: -9999px; border: 3px solid #DB4F4F; border-radius: 50%; }
.SlideshowButtonLinkCurrent { background: #DB4F4F; border-color: #DB4F4F; }
.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] */

/* [Widget1107] */
.Control_1107 {  }
.Control_1107 table { background: #f2f3f5; }
.Control_1107 td { vertical-align: top; }
.ControlHeader_1107 { font-size: 13px; font-style: italic; margin: 10px 0; text-align: center; }
.ControlItem_1107 { text-align: center; padding: 20px 0; border-bottom: 1px solid #dfdfe1; margin: 0 12px; }
.Control_1107 tr:last-child .ControlItem_1107 { border: none; }
.ControlLink_1107 { padding: 10px 0; display: block; width: 120px; overflow: hidden; text-overflow: ellipsis; }
.Control_1107 img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; }
.Control_1107 .lblPriceLabel { display: none; }
.Control_1107 .UpsellItemPrice { font-size: 20px; }
/* [/Widget1107] */

/* [BlogRoll] */
/* these are shared between Blog Post, Blog Roll, and Blog Roll Widget */

.BlogPostCommentProfileName {  }
.BlogPostTitle { padding: 0; margin: 0; font-weight: normal; }
.BlogPostTitle a { color: #111; font-size: 18px; font-weight: bold; }
h2.BlogPostTitle { line-height: 32px; padding-bottom: 10px; padding-top: 10px; }
.BlogPostTitle a:hover { text-decoration: none; }
.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] */
.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; }
/* [/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] */
ul.TagList li { width: 32%; }
ul.TagList:after { content: ''; display: table; clear: left; }
/* [/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; }

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; visibility: hidden; }

.floating-totals { min-height: 1px; }


.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; }
/* [/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; }

.RMATable { display: none !important; }
/* [/MyAccount] */

/* [CustomerLogin] */
.CustomerLoginEmailTextbox { width: 180px; }

.FacebookButton { background-color: #4c66a4; color: #fff; }
.FacebookButton:hover { background-color: #364c7c; color: #fff; } 
.FacebookButton .icon-facebook { font-size: 1.2em; }
/* [/CustomerLogin] */

/* [CategoryNavigationLinks] */
.BrowseCategoryIcon {  }
/* [/CategoryNavigationLinks] */

/* [AttributeNavigationLinks] */
.BrowseByAttributeFilterButtonArea {  }
.BrowseByAttHeader {  }
/* [/AttributeNavigationLinks] */

/* [HTML] */

/* [/HTML] */

/* [Carousel] */

/* [/Carousel] */

/* [Widget1100] */
.Control_1100 {  }
.ControlHeader_1100 {  }
.ControlItem_1100 {  }
.ControlLink_1100 {  }
.ControlLink_1100:hover {  }
.ControlLink_1100 a {  }
.ControlLink_1100 a:hover {  }
.ControlLink_Link_1100 {  }
.ControlLink_Link_1100:hover {  }
.ControlLinkSeperator_1100 {  }
.ControlText_1100 {  }
.ControlInput_1100 {  }
.ControlFooter_1100 {  }
.SmallCartItemLink_1100 { text-decoration: underline; }
.SmallCartQtyTextbox_1100 { border-color: #333333; border-width: 1px; border-style: Solid; font-size: 8pt; width: 30px; }
/* [/Widget1100] */

/* [Widget974] */
.Control_974 h4 { margin-bottom: 0; }
/* [/Widget974] */

/* [Widget1120] */
.Control_1120 { padding-top: 20px; padding-bottom: 20px; }
.ControlHeader_1120 {  }
.ControlItem_1120 {  }
.ControlLink_1120 {  }
.ControlLink_1120:hover {  }
.ControlLink_1120 a {  }
.ControlLink_1120 a:hover {  }
.ControlLink_Link_1120 {  }
.ControlLink_Link_1120:hover {  }
.ControlLinkSeperator_1120 {  }
.ControlText_1120 {  }
.ControlInput_1120 {  }
.ControlFooter_1120 {  }
.BlogTagCloud.Control_1120 { text-align: justify; }
.TagCloudList_1120 { list-style-type: none; margin: 0; padding: 0; }
.BlogTagCloud .ControlItem_1120 { display: inline; padding: 0 5px 0 0; vertical-align: bottom; }
.BlogTagCloud .ControlLink_Link_1120 { -webkit-transition: 0.5s; -moz-transition: -.5s; }
.BlogTagCloud .TagCloud_MinSize_1120 { opacity: 0.5; }
.BlogTagCloud .TagCloud_MedSize_1120 {  }
.BlogTagCloud .TagCloud_MaxSize_1120 { font-weight: bold; }
.BlogTagCloud .ControlLink_Link:hover_1120 { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; }
/* [/Widget1120] */

/* [Widget6093] */
.ControlLink_6093:hover {  }


.ControlLink_Link_6093 {  }
.ControlLink_Link_6093:hover {  }
/* [/Widget6093] */

/* [Widget975] */
.Control_975 h4 { margin-bottom: 0; }
/* [/Widget975] */

/* [Widget1113] */
.Control_1113 {  }
.ControlHeader_1113 { font-size: 18px; }

.ControlItem_1113 {  }
.ControlText_1113 {  }
.ControlInput_1113 {  }

/* .g-recaptcha div { margin: auto !important; }

.myClass iframe {transform: scale(0.77);} */
/* [/Widget1113] */

/* [Widget1109] */
.Control_1109 {  }
.Control_1109 a { font-size: 1.5em; }
/* [/Widget1109] */

/* [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] */

/* [Widget972] */
.Control_972 h2 { color: #999; }
.Control_972 a {  }
/* [/Widget972] */

/* [Widget977] */
.Control_977 { padding-bottom: 20px; }
.ControlHeader_977 {  }
.ControlItem_977 {  }
.ControlLink_977 {  }
.ControlLink_977:hover {  }
.ControlLink_977 a {  }
.ControlLink_977 a:hover {  }
.ControlLink_Link_977 {  }
.ControlLink_Link_977:hover {  }
.ControlLinkSeperator_977 {  }
.ControlText_977 {  }
.ControlInput_977 {  }
.ControlFooter_977 {  }
/* [/Widget977] */

/* [MenuBar] */

/* [/MenuBar] */

/* [Widget1105] */
.Control_1105 .navbar-nav > li { float: left; }
/* [/Widget1105] */

/* [Widget1007] */
.Control_1007 h4 { color: #BC3131; }
.Control_1007 p.text-muted { color: #111; }
/* [/Widget1007] */

/* [Widget971] */
.Control_971 {  }
.ControlHeader_971 {  }
.ControlItem_971 {  }
.ControlLink_971 {  }
.ControlLink_971:hover {  }
.ControlLink_971 a {  }
.ControlLink_971 a:hover {  }
.ControlLink_Link_971 {  }
.ControlLink_Link_971:hover {  }
.ControlLinkSeperator_971 {  }
.ControlText_971 {  }
.ControlInput_971 {  }
.ControlFooter_971 {  }
.Slideshow_971 { position: relative; }
.SlideList_971 { margin: 0; padding: 0; list-style: none; }
.Slider_971 { overflow: hidden; background: #111; }

.SlideshowPrevious_971 { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext_971 { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink_971 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_971 { color: #fff; padding: 5px; display: block; }
/* [/Widget971] */

/* [Product Photo Center] */
.ProdCenterProductDetailsSocialBookmarks { display: inline-block; }
.ProdCenterTabs { margin-top: 20px; }
/* [/Product Photo Center] */

/* [Category Complex Grid] */
.CompGridProduct-list > div { width: 100%; float: left; }
.CompGridProduct-list .category-product { float: left; width: 25%; padding: 15px; margin-bottom: 15px; overflow: visible; }
.CompGridProduct-list > div:nth-of-type(1n+1) div.category-product { float: right; }
.CompGridProduct-list > div:nth-of-type(1n+1) div.category-product:first-of-type { overflow: visible; width: 50%; max-height: inherit; position: relative; }

.CompGridProduct-list > div:nth-of-type(2n+1) div.category-product { float: left; }
.CompGridProduct-list > div:nth-of-type(2n+1) div.category-product:first-of-type { min-height: inherit; width: 50%; max-height: inherit; position: relative; }
.CompGridProduct-list > div div.category-product:first-of-type a { max-height: inherit; height: 600px; line-height: 600px; }
.CompGridProduct-list .product-flag.bottom { bottom: -30px; }


.CompGridProduct-list .category-product .thumbnail { min-height: inherit; height: 285px; line-height: inherit; margin-bottom: 0px; overflow: hidden; }
.CompGridProduct-list .thumbnail { padding: 0; position: relative; }
.CompGridProduct-list .category-product { max-height: inhert; height: inherit; margin-bottom: 0; }
.CompGridProduct-list .category-product .thumbnail img { width: auto; max-width: 100%; max-height: 100%; padding-bottom: 30px; }

.thumbnail .CompGridCaption { bottom: 0; position: absolute; width: 100%; background: #111; color: #fff; line-height: 20px; }
.CompGridProduct-list > div div.category-product:first-of-type .thumbnail:hover .quick-view { top: 200px; }

.GridBlogRow article:nth-child(3n+1) { clear: both; }
.GridBlogRow article:first-child { clear: none; }
/* [/Category Complex Grid] */

/* [CategoryList] */
.CategoryListProduct { width: 100px; float: left; margin: 20px; text-align: center; }
.CategoryListProductPhoto { height: 100px; }

.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] */

/* [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] */

/* [Widget1099] */
.Control_1099 {  }
.ControlHeader_1099 {  }
.ControlItem_1099 {  }
.ControlLink_1099 {  }
.ControlLink_1099:hover { color: #ffff11; }
.ControlLink_1099 a {  }
.ControlLink_1099 a:hover {  }
.ControlLink_Link_1099 {  }
.ControlLink_Link_1099:hover {  }
.ControlLinkSeperator_1099 {  }
.ControlText_1099 {  }
.ControlInput_1099 {  }
.ControlFooter_1099 {  }

@media (max-width: 767px)
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
-webkit-box-shadow: none;
box-shadow: none;
color: white;
}
/* [/Widget1099] */

/* [AttributeDropDownGroup] */
.AttributeDropDownGroupItem { white-space: nowrap; }
/* [/AttributeDropDownGroup] */

/* [AppliedAttributeFilters] */
.applied-attribute-filter { background-color: #019fd7; float: left; border: 1px solid #3ba5bf !important; margin-top: 10px; margin-right: 20px; }
.applied-attribute-filter:hover { background-color: #67C1D6; border: 1px solid #3ba5bf !important; }
.applied-attribute-filter-clear { float: left; color: #fff !important; background-color: transparent !important; border: none !important; font-weight: bold !important; padding-left: 10px !important; padding-right: 10px !important; margin: 0 !important; height: 30px !important; border-radius: 0px !important; border-right: 1px solid #3ba5bf !important; line-height: 30px; font-size: 22px; }
.applied-attribute-filter-text { color: #fff; float: left; border-left: none !important; padding-left: 10px !important; padding-right: 10px; font-size: 11px; line-height: 30px; cursor: pointer; }
/* [/AppliedAttributeFilters] */

/* [BannerAd] */

/* [/BannerAd] */

/* [CategoryDropDownFilter] */
.CategoryFilterDropDown {  }
.CategoryFilterCategoryDropDown {  }
.CategoryFilterAttributeDropDown {  }
.CategoryFilterDropDownContainer {  }
/* [/CategoryDropDownFilter] */

/* [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] */

/* [CMS] */
.DownloadsPage table { margin: 0; border: 1px solid; }
.DownloadsPage tr { vertical-align: top; }
.DownloadsPage td { background: f2f3f5; vertical-align: bottom; padding: 3px; }
/* [/CMS] */

/* [Header] */
.dropdown-submenu .dropdown-menu { left: -100% !important; }

@media (min-width: 768px){
 .dropdown-menu { margin-left: -70px; }
 .navbar-nav>li:nth-child(3)>.dropdown-menu { margin-top: 0; border-top-left-radius: 0; margin-left: -100px; }
 .navbar-nav>li:nth-child(4)>.dropdown-menu { margin-top: 0; border-top-left-radius: 0; margin-left: -80px; }
}
@media (min-width: 768px) {
 .navbar-nav { float: right !important; }
}

@media (max-width: 768px) {

 .navbar-nav>li:nth-child(3)>.dropdown-menu { margin-top: 0; border-top-left-radius: 0; margin-left: 0 !important; }
}
/* [/Header] */

/* [CustomerLoginWidget] */
.CustomerLoginEmailTextbox { width: 180px; }
/* [/CustomerLoginWidget] */

/* [Widget1101] */
.Control_1101 {  }
.ControlHeader_1101 {  }
.ControlItem_1101 {  }
.ControlLink_1101 {  }
.ControlLink_1101:hover {  }
.ControlLink_1101 a {  }
.ControlLink_1101 a:hover {  }
.ControlLink_Link_1101 {  }
.ControlLink_Link_1101:hover {  }
.ControlLinkSeperator_1101 {  }
.ControlText_1101 {  }
.ControlInput_1101 {  }
.ControlFooter_1101 {  }
.CustomerLoginEmailTextbox_1101 { width: 180px; }

.usernameLabel { color: black; }
.passwordLabel { color: black; }
/* [/Widget1101] */

/* [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] */

/* [Widget18087] */
/* .Control_18087 a {  }
* { box-sizing: border-box; margin: 0; padding: 0; }

html { font-family: system-ui; background: #3d76d9; }

.visuallyhidden { position: absolute; z-index: -1; right: 0; opacity: 0; }

h1 { color: white; text-align: center; margin-top: 1em; }

.container { overflow: hidden; padding: 20px; margin-top: 2em; background: rgba(0,0,0,.1); }

.card-carousel { --card-width: 80%; --card-max-width: 400px; --card-height: 480px; --carousel-min-width: 600px; z-index: 1; position: relative; margin: 0 auto; width: 100%; height: var(--card-height); min-width: var(--carousel-min-width); transition: filter .3s ease; }

@media screen and (max-width: 640px) {
.card-carousel { margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2); }
}

.card-carousel.smooth-return { transition: all .2s ease; }

.card-carousel .card { background: whitesmoke; width: var(--card-width); max-width: var(--card-max-width); text-align: center; padding: 1em; min-width: 250px; height: var(--card-height); position: absolute; margin: 0 auto; color: rgba(0,0,0,.5); transition: inherit; -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); border-radius: 1em; filter: brightness(.9); display: flex; flex-direction: column; align-items: center; justify-content: center; }

.card.highlight { filter: brightness(1); }


.card:nth-of-type(1) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/adriano-casarotti-sw-laser-260-ds160clhv.jpg?auto=compress&cs=tinysrgb&dpr=1&w=500"); }

.card:nth-of-type(2) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/allen-bishop-tigermoth-ds305clhv.jpg?auto=compress&cs=tinysrgb&dpr=1&w=500"); }

.card:nth-of-type(3) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/bill-duarte-ds470-630blhv.jpg?auto=compress&cs=tinysrgb&dpr=1&w=500"); }
.card:nth-of-type(4) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/bob-belluomini-ds150-160.jpg?auto=compress&cs=tinysrgb&dpr=1&w=500"); }
.card:nth-of-type(5) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/charles-moradi-x-maxx-ds1885blwr.jpg"); }
.card:nth-of-type(6) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/charles-moradi-x-maxx-ds1885blwr.jpg"); }
.card:nth-of-type(7) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/charles-moradi-x-maxx-ds1885blwr.jpg"); }

.image-container { width: 90%; height: 75%; position: relative; background-size: cover; margin-bottom: 2em; border-radius: 10%; padding: 1em; -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3); box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3); }

.image-container::after { content: ""; display: block; width: 110%; height: 110%; border: solid 3px rgba(0,0,0,.1); border-radius: 10%; position: absolute; top: calc(-5% - 3px); left: calc(-5% - 3px); }

h2 { padding: 1em; margin-top: 1em; background: rgba(0,0,0,.3); text-align: center; color: white; border-radius: .2em; display: inline-block; transform: translateX(calc((100vw - 100%) / 2)); }

h2 a { color: #f5b916; } /*
/* [/Widget18087] */

/* [Widget18088] */
:root { --card-height: 40vw; --card-max-height: 305px; --card-min-height: 240; --card-width: 40vw; --card-max-width: 225px; --card-min-width: 180px; }

* { margin: 0; padding: 0; box-sizing: border-box; }


.carousel {
background: rgb(26,83,246);
background: linear-gradient(114deg, rgba(26,83,246,1) 0%, rgba(210,235,68,1) 100%);
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
}

.carousel:hover { cursor: grab; }



.carousel__item {
position: absolute;
height: 0px;
width: 0px;
height: var(--card-height);
width: var(--card-width);
max-width: var(--card-max-width);
max-height: var(--card-max-height);
min-height: var(--card-min-height);
min-width: var(--card-min-width);
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
list-style-type: none;
z-index: 0;
display: block;
overflow: hidden;
border-radius: 1.5vmax;
border: solid 1px rgba(255,255,255,.25);
opacity: 0;
background: #eee;
}

.carousel__item-wrapper { background-size: cover !important; background-repeat: no-repeat !important; background-blend-mode: hard-light; font-size: 3.5vw; font-family: system-ui; font-weight: 300; color: rgba(255,255,255, 1); padding-bottom: 2vw; display: flex; justify-content: center; align-items: flex-end; z-index: 1; background: black; height: 100%; width: 100%; -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Safari */ -khtml-user-select: none; /* Konqueror HTML */ -moz-user-select: none; /* Old versions of Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ user-select: none; }

.carousel__controls { position: fixed; top: 75vh; width: 40vw; height: 7vw; left: 0; right: 0; margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); justify-items: center; grid-gap: 5vw; }

.carousel__controls button { background: none; font-size: 4.5vw; width: 7vw; padding-top: 1vw; color: white; border: none; outline: none; line-height: 0vw; display: flex; border-radius: 100%; justify-content: center; align-items: center; background-color: rgba(0,0,0,.4); transition: transform .3s ease; }

.carousel__controls button:hover { cursor: pointer; transform: scale(1.1); }

.carousel__item:nth-of-type(1) .carousel__item-wrapper { background: url(https://picsum.photos/200/300), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }

.carousel__item:nth-of-type(2) .carousel__item-wrapper { background: url(https://picsum.photos/200/301), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%); }

.carousel__item:nth-of-type(3) .carousel__item-wrapper { background: url(https://picsum.photos/200/303), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%); }

.carousel__item:nth-of-type(4) .carousel__item-wrapper { background: url(https://picsum.photos/200/304), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%); }

.carousel__item:nth-of-type(5) .carousel__item-wrapper { background: url(https://picsum.photos/200/305), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%); }

.carousel__item:nth-of-type(6) .carousel__item-wrapper { background: url(https://picsum.photos/200/306), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%); }

.carousel__item:nth-of-type(7) .carousel__item-wrapper { background: url(https://picsum.photos/200/307), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); }


.Control_18088 a {  }
/* [/Widget18088] */

/* [Widget15008] */
.Control_15008 {

:root {
--card-height: 40vw;
--card-max-height: 305px;
--card-min-height: 240;
--card-width: 40vw;
--card-max-width: 225px;
--card-min-width: 180px;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
}


.carousel {
background: rgb(26,83,246);
background: linear-gradient(114deg, rgba(26,83,246,1) 0%, rgba(210,235,68,1) 100%);
position: fixed;
width: 100vw;
height: 100vh;
top: 0;
left: 0;
}

.carousel:hover {
cursor: grab;
}



.carousel__item {
position: absolute;
height: 0px;
width: 0px;
height: var(--card-height);
width: var(--card-width);
max-width: var(--card-max-width);
max-height: var(--card-max-height);
min-height: var(--card-min-height);
min-width: var(--card-min-width);
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
list-style-type: none;
z-index: 0;
display: block;
overflow: hidden;
border-radius: 1.5vmax;
border: solid 1px rgba(255,255,255,.25);
opacity: 0;
background: #eee;
}

.carousel__item-wrapper {
background-size: cover !important;
background-repeat: no-repeat !important;
background-blend-mode: hard-light;
font-size: 3.5vw;
font-family: system-ui;
font-weight: 300;
color: rgba(255,255,255, 1);
padding-bottom: 2vw;
display: flex;
justify-content: center;
align-items: flex-end;
z-index: 1;
background: black;
height: 100%;
width: 100%;
 /* iOS Safari */
 /* Safari */
 /* Konqueror HTML */
 /* Old versions of Firefox */
 /* Internet Explorer/Edge */
user-select: none;
}

.carousel__controls {
position: fixed;
top: 75vh;
width: 40vw;
height: 7vw;
left: 0;
right: 0;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(2, 1fr);
justify-items: center;
grid-gap: 5vw;
}

.carousel__controls button {
background: none;
font-size: 4.5vw;
width: 7vw;
padding-top: 1vw;
color: white;
border: none;
outline: none;
line-height: 0vw;
display: flex;
border-radius: 100%;
justify-content: center;
align-items: center;
background-color: rgba(0,0,0,.4);
transition: transform .3s ease;
}

.carousel__controls button:hover {
cursor: pointer;
transform: scale(1.1);
}

.carousel__item:nth-of-type(1) .carousel__item-wrapper {
background: url(https://picsum.photos/200/300), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.carousel__item:nth-of-type(2) .carousel__item-wrapper {
background: url(https://picsum.photos/200/301), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
}

.carousel__item:nth-of-type(3) .carousel__item-wrapper {
background: url(https://picsum.photos/200/303), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
}

.carousel__item:nth-of-type(4) .carousel__item-wrapper {
background: url(https://picsum.photos/200/304), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
}

.carousel__item:nth-of-type(5) .carousel__item-wrapper {
background: url(https://picsum.photos/200/305), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
}

.carousel__item:nth-of-type(6) .carousel__item-wrapper {
background: url(https://picsum.photos/200/306), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,.9) 100%);
}

.carousel__item:nth-of-type(7) .carousel__item-wrapper {
background: url(https://picsum.photos/200/307), radial-gradient(circle, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

}
.Control_15008 a {  }
/* [/Widget15008] */

/* [Widget18090] */
.Control_18090 {  }
.Control_18090 a {  }

* { box-sizing: border-box; margin: 0; padding: 0; }

/* html {
font-family: system-ui;
background: #3d76d9;
} */

.visuallyhidden { position: absolute; z-index: -1; right: 0; opacity: 0; }

h1 { color: black; text-align: center; margin-top: 1em; }

.container { overflow: hidden; padding: 10px; margin-top: .5em; background: rgba(0,0,0,.01); }

.card-carousel { --card-width: 80%; --card-max-width: 360px; --card-height: 360px; --carousel-min-width: 600px; z-index: 1; position: relative; margin: 0 auto; width: 100%; height: var(--card-height); min-width: var(--carousel-min-width); transition: filter .3s ease; }

@media screen and (max-width: 640px) {
 .card-carousel { margin-left: calc((100vw - var(--carousel-min-width) - 40px) / 2); }
}

.card-carousel.smooth-return { transition: all .2s ease; }

.card-carousel .card { background: whitesmoke; width: var(--card-width); max-width: var(--card-max-width); text-align: center; padding: 1px; min-width: 360px; height: var(--card-height); position: absolute; margin: 0 auto; color: rgba(0,0,0,.5); transition: inherit; -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3); border-radius: 0%; filter: brightness(.9); align-items: center; justify-content: center; }

.card.highlight { filter: brightness(1); }


.card:nth-of-type(1) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-joey-tavora-skywing-laser-ds630.jpg"); }
.card:nth-of-type(2) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-adriano-casarotti-laser-260-ds160clhv.jpg"); }
.card:nth-of-type(3) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tony-cypert-ds360.jpg"); }
.card:nth-of-type(4) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gill-breaux-edge-540-ds505.jpg"); }
.card:nth-of-type(5) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dan-machis-p3-revolution-ds360.jpg"); }
.card:nth-of-type(6) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-kevin-phoon-ds160.jpg"); }
.card:nth-of-type(7) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tom-ramm-ki-43-oscar-ds180-270dlhv.jpg"); }
.card:nth-of-type(8) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-rich-ranaudo-gb-y-ds270dlhv.jpg"); }
.card:nth-of-type(9) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mark-armbrust-graves-fokker-g1-ds75-90-270-360.jpg"); }
.card:nth-of-type(10) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-cam-devries-pilot-rc-sbach-342-ds505.jpg"); }
.card:nth-of-type(11) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-steve-tillman-ef-edge-60-ds205blhv.jpg"); }
.card:nth-of-type(12) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-justin-haynes-ef60-ds205.jpg"); }
.card:nth-of-type(13) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gerry-graham-z-wing2-ds105.jpg"); }
.card:nth-of-type(14) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dan-garrison-mig29-ds150.jpg"); }
.card:nth-of-type(15) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-danny-nowlan-ef-52-ds150.jpg"); }
.card:nth-of-type(16) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ken-othman-phoenix-waco-ds130.jpg"); }
.card:nth-of-type(17) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gary-jones-f-16xlds630-355.jpg"); }
.card:nth-of-type(18) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ken-elder-ef-52-velox-ds100.jpg"); }
.card:nth-of-type(19) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-greg-gee-ds150clhv.jpg"); }
.card:nth-of-type(20) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-todd-bonack-pau-extra-ds270.jpg"); }
.card:nth-of-type(21) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jimmy-russell-bridi-ufo-ds75.jpg"); }
.card:nth-of-type(22) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-james-vinnie-ditta-freewing-f-14-f-5-ds150.jpg"); }
.card:nth-of-type(23) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-santiago-oneto-futura-ds630.jpg"); }
.card:nth-of-type(24) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-lesley-muller-sledge-ds635.jpg"); }
.card:nth-of-type(25) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mark-dobson-69-turbo-raven-ds160.jpg"); }
.card:nth-of-type(26) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dan-pesonen-ds160-edge-540.jpg"); }
.card:nth-of-type(27) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-marty-jones-ef-69-turbo-raven-ds205.jpg"); }
.card:nth-of-type(28) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-paul-westrich-fokker-d6-ds505.jpg"); }
.card:nth-of-type(29) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mark-tree-trx4-ds505.jpg"); }
.card:nth-of-type(30) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jared-dunlap-fire-remains-ds305.jpg"); }
.card:nth-of-type(31) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-scott-tonak-pti-tunnel-ds75-throttle.jpg"); }
.card:nth-of-type(32) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gabriel-morales-ds1155blhv.jpg"); }
.card:nth-of-type(33) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dirk-lecsense-ds105clhv.jpg"); }
.card:nth-of-type(34) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-kevin-emblin-carf-rebel-classic-ds505.jpg"); }
.card:nth-of-type(35) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-doc-austin-52-velox-ds100dlhv.jpg"); }
.card:nth-of-type(36) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tommy-hillsman-ef-laser-ds505.jpg"); }
.card:nth-of-type(37) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-george-kreyling-taurus-ds75-105.jpg"); }
.card:nth-of-type(38) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-russ-welton-carden-extra-260-ds505.jpg"); }
.card:nth-of-type(39) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ron-gio-conglierre-ds150-ds75.jpg"); }
.card:nth-of-type(40) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-monte-stratton-busa-smoothiexl-ds270.jpg"); }
.card:nth-of-type(41) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-toryn-stipati-ef-slick-ds845.jpg"); }
.card:nth-of-type(42) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-david-mcquin-ds930-dalton-extra-260.jpg"); }
.card:nth-of-type(43) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jeffrey-sprintz-ef-53in-peregrine-ds160-ds150.jpg"); }
.card:nth-of-type(44) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dan-machis-ds360dlhv.jpg"); }
.card:nth-of-type(45) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-bill-duarte-630blhv.jpg"); }
.card:nth-of-type(46) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-david-churchill-carf-rebl-pro-2_6-ds505.jpg"); }
.card:nth-of-type(47) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-luc-dietvorts-stearnman-ds360.jpg"); }
.card:nth-of-type(48) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-richard-hartley-whiplash-ds360dlhv.jpg"); }
.card:nth-of-type(49) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-todd-bonack-ef-mxs-aj-laser-ds160.jpg"); }
.card:nth-of-type(50) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jason-starmer-mystery-ship.jpg"); }
.card:nth-of-type(51) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-bryan-wood-muscle-bipe-ds360.jpg"); }
.card:nth-of-type(52) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mohammed-javed-kamran-acuity-62-ds110.jpg"); }
.card:nth-of-type(53) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-richard-short-75-edge-540-ds305.jpg"); }
.card:nth-of-type(54) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-david-churchill-pilot-rc-predator-ds505.jpg"); }
.card:nth-of-type(55) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ron-sormrude-ef-extra-300-ds505.jpg"); }
.card:nth-of-type(56) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-sean-carsten-axial-ryft-ds635.jpg"); }
.card:nth-of-type(57) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-frank-gitto-a-10.jpg"); }
.card:nth-of-type(58) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-don-rainer-x-maxx-ds845.jpg"); }
.card:nth-of-type(59) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mark-bullard-ds505-150.jpg"); }
.card:nth-of-type(60) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-eric-rodden-rico-racing-rigger-ds505-270.jpg"); }
.card:nth-of-type(61) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ben-nakajima-fleet-ds505-415-270.jpg"); }
.card:nth-of-type(62) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-george-kreyling-taurus-ds75-105.jpg"); }
.card:nth-of-type(63) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-pete-markese-ds360-90.jpg"); }
.card:nth-of-type(64) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-matt-morley-roban-huey-ds135-630.jpg"); }
.card:nth-of-type(65) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-rex-birkinbine-phoenix-slick-580-ds635-845.jpg"); }
.card:nth-of-type(66) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-graham-weilein-ds160clhv.jpg"); }
.card:nth-of-type(67) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-marty-rezmer-oxy5-ds110.jpg"); }
.card:nth-of-type(68) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-terry-phillips-3dhs-edge-540-ds505.jpg"); }
.card:nth-of-type(69) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-adam-mantovani-ds305clhv.jpg"); }
.card:nth-of-type(70) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gary-jones-freewing-mig_29-ds160.jpg"); }
.card:nth-of-type(71) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-john-carson-ef-extra-ng-ds110.jpg"); }
.card:nth-of-type(72) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-john-sabini-carf-sia-marchetti-ds305.jpg"); }
.card:nth-of-type(73) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jon-watson-factor-ds180.jpg"); }
.card:nth-of-type(74) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-greg-gollan-p-51-ds360.jpg"); }
.card:nth-of-type(75) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-trenton-perretti-x-maxx-ds845.jpg"); }
.card:nth-of-type(76) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-kevin-emblin-flex-innovations-70cc-mamba-ds505-255.jpg"); }
.card:nth-of-type(77) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-lorne-bidwell-h9-pt-19-ds90.jpg"); }
.card:nth-of-type(78) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-keith-sherrill-limitless-ds630.jpg"); }
.card:nth-of-type(79) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jamie-park-nijhuis-vulcan-ds270-ds160.jpg"); }
.card:nth-of-type(80) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-john-carson-skywing-laser-ds635blhv.jpg"); }
.card:nth-of-type(81) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-kevin-emblin-pcm-modeles-dv8r-ds505.jpg"); }
.card:nth-of-type(82) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tim-johnson-h9-81-ultrastick-ds180.jpg"); }
.card:nth-of-type(83) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-john-devries-ef-slick-ds635.jpg"); }
.card:nth-of-type(84) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jeff-skowron-ef-muscle-bipe-ds150-355.jpg"); }
.card:nth-of-type(85) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-donivan-godsil-pau-extra-300sp-ds160.jpg"); }
.card:nth-of-type(86) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jon-rodriguez-axial-capra-ds630.jpg"); }
.card:nth-of-type(87) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jason-sandstedt-pt-19-ds385.jpg"); }
.card:nth-of-type(88) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-matt-morley-hog-bipe-ds130.jpg"); }
.card:nth-of-type(89) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ford-truggy-aric-koehler-ds470blhv.jpg"); }
.card:nth-of-type(90) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-natalio-cruz-60-ef-extra-ds205blhv.jpg"); }
.card:nth-of-type(91) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig--louis-silva-78in-edge-540-ds505.jpg"); }
.card:nth-of-type(92) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dany-pelletier-ds100dlhv.jpg"); }
.card:nth-of-type(93) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-santiago-oneto-futura-ds630.jpg"); }
.card:nth-of-type(94) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-troy-emmett-ef-extra-ng.jpg"); }
.card:nth-of-type(95) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jim-richards-carf-extra-330lx-ds630.jpg"); }
.card:nth-of-type(96) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-david-hargrove-kam-aero-300kk-ds470.jpg"); }
.card:nth-of-type(97) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-hank-durrer2-ds630.jpg"); }
.card:nth-of-type(98) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-steve-harvey-ef-slick-580-ds160.jpg"); }
.card:nth-of-type(99) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-kevin-emblin-pilot-107in-edge-ds505-255.jpg"); }
.card:nth-of-type(100) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-sean-thorpe-x-maxx-ds1155-25.jpg"); }
.card:nth-of-type(101) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-bill-gilbert-ds360-yak-35.jpg"); }
.card:nth-of-type(102) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gene-cope-1-26a-schweizer.jpg"); }
.card:nth-of-type(103) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-eric-councell-gary-ward-mx2.jpg"); }
.card:nth-of-type(104) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jay-maquire-flight-of-the-phoenix-ds100.jpg"); }
.card:nth-of-type(105) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-randal-ferrell-85-slick-580-ds635.jpg"); }
.card:nth-of-type(106) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-andreas-heinz-x-maxx-ds1885.jpg"); }
.card:nth-of-type(107) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-charles-wright-cy-models-p-47-snafu-ds180.jpg"); }
.card:nth-of-type(108) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-terry-boston-kimbro-deception-ds100.jpg"); }
.card:nth-of-type(109) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jimmy-russell-bridi-dirty-birdy-ds150.jpg"); }
.card:nth-of-type(110) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-adam-aidan-hoelper-ds470blhv.jpg"); }
.card:nth-of-type(111) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tom-wilczek-arrma-tlr-typhon-ds505blhv.jpg"); }
.card:nth-of-type(112) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-anthony-abdullah-predator-2_2-ds505.jpg"); }
.card:nth-of-type(113) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dan-garrison-mig29-ds150.jpg"); }
.card:nth-of-type(114) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jacob-isch-ds110clhv.jpg"); }
.card:nth-of-type(115) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-scott-morgan-laser-200-ds360.jpg"); }
.card:nth-of-type(116) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jamie-park-grumania-eurofighter-ds270.jpg"); }
.card:nth-of-type(117) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dag-roppe-ds505.jpg"); }
.card:nth-of-type(118) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-john-mellis-42--edge-540-ds505.jpg"); }
.card:nth-of-type(119) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-cory-johnson-limitless-notorious-ds630-1155.jpg"); }
.card:nth-of-type(120) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jim-ellis-comp-arf-330lx-ds505.jpg"); }
.card:nth-of-type(121) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-wayne-reynolds-ds360.jpg"); }
.card:nth-of-type(122) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-shamus-coughlin-demonstrator-v3-ds470-630.jpg"); }
.card:nth-of-type(123) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-bill-gilbert-h9-pitts-ds270.jpg"); }
.card:nth-of-type(124) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-paul-witko-venture-60-ds130.jpg"); }
.card:nth-of-type(125) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-geoff-tattrie-ef-bushmaster-120-ds930.jpg"); }
.card:nth-of-type(126) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-patrick-schulfer-kraton-limitless-ds630.jpg"); }
.card:nth-of-type(127) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dustin-young-ef-104-extra-ds630.jpg"); }
.card:nth-of-type(128) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mike-batson-seagull-super-decathlon-ds130.jpg"); }
.card:nth-of-type(129) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-todd-davis-ki-61-ds360.jpg"); }
.card:nth-of-type(130) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tom-deorio-x-maxx-ds930blhv.jpg"); }
.card:nth-of-type(131) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tony-cook-ds255.jpg"); }
.card:nth-of-type(132) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-charles-moradi-x-maxx-ds1885blwr.jpg"); }
.card:nth-of-type(133) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jim-ellis-elite-aerosports-picaro-ds630.jpg"); }
.card:nth-of-type(134) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-phil-formento-cy-p-51-ds270.jpg"); }
.card:nth-of-type(135) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-roger-gonzales-basler-dc-3-ds270-360.jpg"); }
.card:nth-of-type(136) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-richy-harris-aj-laser-230z-ds270.jpg"); }
.card:nth-of-type(137) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mark-adams-roadrunner-ds630-150.jpg"); }
.card:nth-of-type(138) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-rich-taylor-ef-85-ds505-630.jpg"); }
.card:nth-of-type(139) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-richard-hartley-insane-t2-ds360dlhv.jpg"); }
.card:nth-of-type(140) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-juan-sanchez-axial-capra-ds630.jpg"); }
.card:nth-of-type(141) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-james-richard-extra-330lx-ds630.jpg"); }
.card:nth-of-type(142) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-cliff-chmiel-ef-laser-ds360.jpg"); }
.card:nth-of-type(143) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-randy-wegner-kamaero-extra-ds630.jpg"); }
.card:nth-of-type(144) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gordon-mason-phoenix--extra-260-ds180.jpg"); }
.card:nth-of-type(145) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-matt-morley-seagull-fw190-ds180-270.jpg"); }
.card:nth-of-type(146) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-justin-santillo-pilot-rc-extra-330ng-ds505.jpg"); }
.card:nth-of-type(147) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tom-cinquegrani-blazer-marine-backlash-ds360-180.jpg"); }
.card:nth-of-type(148) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-brian-murphy-ds360dlhv.jpg"); }
.card:nth-of-type(149) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-scott-morgan-laser-230z-d630.jpg"); }
.card:nth-of-type(150) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ken-haines-grim-nexgen-rigger-ds150.jpg"); }
.card:nth-of-type(151) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-bob-notter-x-maxx-ds1885.jpg"); }
.card:nth-of-type(152) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-matt-morley-pitts-s1-ds270.jpg"); }
.card:nth-of-type(153) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-rick-libersat-team-duster-air-tractor-ds90.jpg"); }
.card:nth-of-type(154) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-luis-tavarez-mask.jpg"); }
.card:nth-of-type(155) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-allen-bishop-tigermoth-ds305clhv.jpg"); }
.card:nth-of-type(156) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-darrin-covington-hammerd-se2-ds360-1155.jpg"); }
.card:nth-of-type(157) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-ricardo-villegas-seagull-j-3-ds110.jpg"); }
.card:nth-of-type(158) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-frank-muller-ds180.jpg"); }
.card:nth-of-type(159) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-steve-ort-chaz-3d-ds180.jpg"); }
.card:nth-of-type(160) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-baker-hart-ef-85-extra-ds355clhv.jpg"); }
.card:nth-of-type(161) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gabriel-morales-and-mia-ds630blhv.jpg"); }
.card:nth-of-type(162) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-scott-brownewell-3hs-edge-ds305.jpg"); }
.card:nth-of-type(163) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-bill-evans-semi--pro-ds505.jpg"); }
.card:nth-of-type(164) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-todd-davis-aerobeez-ds360.jpg"); }
.card:nth-of-type(165) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jim-richards-flex-mamba-ds630.jpg"); }
.card:nth-of-type(166) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jeff-kasner-52-3dhs-edge540-ds105.jpg"); }
.card:nth-of-type(167) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-alex-hewson-turbo-raven-ds160.jpg"); }
.card:nth-of-type(168) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-dave-dupre-dalton-330sp-ds630.jpg"); }
.card:nth-of-type(169) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-silas-billups-edge-540-ds360dlhv.jpg"); }
.card:nth-of-type(170) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-marshall-rutter-ef-edge-540t-ds635-ds150.jpg"); }
.card:nth-of-type(171) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-braeden-banci-e-buggy-ds415.jpg"); }
.card:nth-of-type(172) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-vi-koenig-phantom-ds105.jpg"); }
.card:nth-of-type(173) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-david-churchill-fly-model-navy-cat-ds505.jpg"); }
.card:nth-of-type(174) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-hank-durrer1-ds630.jpg"); }
.card:nth-of-type(175) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-gabriel-morales-ds1155blhv.jpg"); }
.card:nth-of-type(176) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-john-dodrill-ercoupe-ds115.jpg"); }
.card:nth-of-type(177) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-jason-sandstedt-bvm-f-18-ds635.jpg"); }
.card:nth-of-type(178) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-kevin-emblin-pilot-107in-sbach-342-ds630-505-255.jpg"); }
.card:nth-of-type(179) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-rick-libersat-team-duster-air-tractor-ds90.jpg"); }
.card:nth-of-type(180) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-tom-leone-yak55m-ds305.jpg"); }
.card:nth-of-type(181) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-charles-moradi-kraton-8s-ds1735bldp.jpg"); }
.card:nth-of-type(182) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-matthew-morley-fokker-d7-ds180.jpg"); }
.card:nth-of-type(183) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-andy-gideon-globe-swift-ds180.jpg"); }
.card:nth-of-type(184) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-mark-tree-vs-410-pro-ds505.jpg"); }
.card:nth-of-type(185) .image-container { background-image: url("https://promodeler.americommerce.com/Carousel/1024x1024-ig-matt-morley-roban-huey-ds135-630.jpg"); }

.image-container { width: 100%; height: 100%; position: relative; background-size: contain; margin-bottom: 1em; border-radius: 0%; padding: 1em; -webkit-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3); -moz-box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3); box-shadow: inset 0px 0px 17px 0px rgba(0,0,0,0.3); }

/* border: solid .1px rgba(0,0,0,.1) */

/* h2 {
padding: 1em;
margin-top: 1em;
background: rgba(0,0,0,.3);
text-align: center;
color: white;
border-radius: .2em;
display: inline-block;
transform: translateX(calc((100vw - 100%) / 2))
}

h2 a {
color: #f5b916
} */
/* [/Widget18090] */

/* [Widget18092] */
.Control_18092 {  }
.Control_18092 a {  }
/* [/Widget18092] */

/* [TextOverImage] */
.TextOverImage-container { position: relative; }
/* [/TextOverImage] */

/* [Widget18095] */
.Control_18095 { padding: 30px 0; }
.Control_18095 a {  }
.table-pot { margin-left: auto; margin-right: auto; }
td.learn-pots {
 /* margin-left: 35%;
  margin-right: 35%;
  height: 28px; */
width: 330px;
height: 330px;
background: url("https://promodeler.americommerce.com/images/330x330-pot-5-servos-norml.png") no-repeat center;
display: inline-block;}
td.learn-pots:hover { background: url("https://promodeler.americommerce.com/images/330x330-pot-5-servos-rlover.png") no-repeat center; }
/* [/Widget18095] */

/* [Widget18099] */
.Control_18099 a {  }

:root { --color-text: navy; --color-bg: white; --color-bg-accent: #ffffff; --size: clamp(10rem, 1rem + 40vmin, 30rem); --gap: calc(var(--size) / 2); --duration: 120s; --scroll-start: 0; --scroll-end: calc(-100% - var(--gap)); }

@media (prefers-color-scheme: dark) {
 :root { --color-text: papayawhip; --color-bg: navy; --color-bg-accent: #2626a0; }
}

* { box-sizing: border-box; }

/* body { display: grid; align-content: center; overflow: hidden; gap: var(--gap); width: 100%; min-height: 100vh; font-family: system-ui, sans-serif; font-size: 1rem; line-height: 1.5; color: var(--color-text); background-color: var(--color-bg); } */

.marquee {
display: flex;
overflow: hidden;
user-select: none;
gap: var(--gap);
mask-image: linear-gradient(
var(--mask-direction, to right),
hsl(0 0% 0% / 0),
hsl(0 0% 0% / 1) 20%,
hsl(0 0% 0% / 1) 80%,
hsl(0 0% 0% / 0)
);
}

.marquee__group { flex-shrink: 0; display: flex; align-items: center; justify-content: space-around; gap: var(--gap); min-width: 100%; animation: scroll-x var(--duration) linear infinite; }

@media (prefers-reduced-motion: reduce) {
 .marquee__group { animation-play-state: paused; }
}

/* .marquee--vertical { --mask-direction: to bottom; }

.marquee--vertical, .marquee--vertical .marquee__group { flex-direction: column; }

.marquee--vertical .marquee__group { animation-name: scroll-y; }

.marquee--reverse .marquee__group { animation-direction: reverse; animation-delay: -3s; } */

@keyframes scroll-x {
from {
transform: translateX(var(--scroll-start));
}
to {
transform: translateX(var(--scroll-end));
}
}

/* @keyframes scroll-y {
from {
transform: translateY(var(--scroll-start));
}
to {
transform: translateY(var(--scroll-end));
}
} */

/* Element styles */
.marquee svg { display: grid; place-items: center; width: var(--size); fill: var(--color-text); background: var(--color-bg-accent); aspect-ratio: 16/9; padding: calc(var(--size) / 10); border-radius: 0.5rem; }

.marquee--vertical svg { aspect-ratio: 1; width: calc(var(--size) / 1.5); padding: calc(var(--size) / 6); }

/* Parent wrapper */
.wrapper { display: flex; flex-direction: column; gap: var(--gap); margin: auto; max-width: 100vw; }

.wrapper--vertical { flex-direction: row; height: 100vh; }

/* Toggle direction button */
.toggle {
--size: 3rem;
position: relative;
position: fixed;
top: 1rem;
left: 1rem;
width: var(--size);
height: var(--size);
font: inherit;
text-align: center;
cursor: pointer;
outline: none;
border: none;
border-radius: 50%;
color: inherit;
background-color: var(--color-bg-accent);
z-index: 1;
}

.toggle:focus-visible { box-shadow: 0 0 0 2px var(--color-text); }

.toggle span { position: absolute; display: inline-block; top: 50%; left: calc(100% + 0.4em); width: fit-content; white-space: nowrap; transform: translateY(-50%); animation: fade 400ms 4s ease-out forwards; user-select: none; }

.toggle svg { --size: 1.5rem; position: absolute; top: 50%; left: 50%; width: var(--size); height: var(--size); fill: currentcolor; transform: translate(-50%, -50%); transition: transform 300ms cubic-bezier(0.25, 1, 0.5, 1); }

.toggle--vertical svg { transform: translate(-50%, -50%) rotate(-90deg); }

@keyframes fade {
to {
opacity: 0;
visibility: hidden;
}
}
/* [/Widget18099] */

/* [ImageLogo] */

/* [/ImageLogo] */

/* [Widget18102] */
.MIL-STD { background-color: black; }

.MIL-img { margin-left: auto; margin-right: auto; display: block; width: 60%; }

.Control_18102 a {  }
/* [/Widget18102] */

/* [Widget18113] */
.Control_18113 { padding: 30px 0; background: white; }
.Control_18113 a {  }
.table-pork { margin-left: auto; margin-right: auto; }
/* [/Widget18113] */

/* [Widget18114] */
.Control_18114 {  }
.ControlHeader_18114 {  }
.ControlItem_18114 {  }
.ControlLink_18114 {  }
.ControlLink_18114:hover {  }
.ControlLink_18114 a {  }
.ControlLink_18114 a:hover {  }
.ControlLink_Link_18114 {  }
.ControlLink_Link_18114:hover {  }
.ControlLinkSeperator_18114 {  }
.ControlText_18114 {  }
.ControlInput_18114 {  }
.ControlFooter_18114 {  }
.Slideshow_18114 { position: relative; }
.SlideList_18114 { margin: 0; padding: 0; list-style: none; }
.Slide_18114 { overflow: hidden; }
.SlideshowButtons_18114 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_18114 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_18114 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_18114 { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink:focus_18114 { outline: none; }
.SlideshowPrevious_18114 { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext_18114 { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink_18114 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_18114 { color: #fff; padding: 5px; display: block; }
/* [/Widget18114] */

/* [Widget18135] */
.learn:hover { background: url(https://promodeler.americommerce.com/! Frequent/Buttons/btnlearn-more-over.png) no-repeat; }
/* [/Widget18135] */

/* [Widget18136] */
.Control_18136 {  }
.Control_18136 a { text-decoration: none; }
.learn-more { margin-left: 35%; margin-right: 35%; height: 28px; background: url("https://promodeler.americommerce.com/! Frequent/Buttons/btnlearn-more.png") no-repeat center; display: inline-block; }
.learn-more:hover { background: url("https://promodeler.americommerce.com/! Frequent/Buttons/btnlearn-more-over.png") no-repeat center; }
/* [/Widget18136] */

/* [Widget18137] */
.Control_18137 {  }
.Control_18137 a { text-decoration: none; }
.learn-more { margin-left: 35%; margin-right: 35%; height: 28px; background: url("https://promodeler.americommerce.com/! Frequent/Buttons/btnlearn-more.png") no-repeat center; display: inline-block; }
.learn-more:hover { background: url("https://promodeler.americommerce.com/! Frequent/Buttons/btnlearn-more-over.png") no-repeat center; }
/* [/Widget18137] *//* [Product Background Photo] */
.product-info-wrapper { background: rgba(0,0,0,0.8); color: #fff; }
.product-photo { background-size: cover !important; background-position: center center !important; background-color: #000; }
.PhotoBgThumbnails { float: right; }
/* [/Product Background Photo ] */



/* [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; }