/* [Global] */
body { font: normal 14px/1.5 "Cabin","Helvetica Neue",Helvetica,Arial,sans-serif; background: #ddceb9; }
p { line-height: 1.9; }
a { color: #e35806; }
a:hover, a:focus { color: #f05900; }
h1, .h1 { font-size: 28px; }
label { display: block; }
input[type=radio] + label, input[type=checkbox] + label { display: inline-block; padding-left: 10px; font-weight: normal; }

button[disabled], html input[disabled] { background: rgb(235, 235, 228); }
.btn-primary { border: none; border-radius: 15px; }
.btn-primary:hover { color: #000; background: #d4d4d4; }
.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; }

.clear { clear: both; }
.font-georgia, .banner-sml .txt { font-family: Georgia, Times, "Times New Roman", serif; }
.font-cabinc, .h2, .footer-row .h3 { font-family: "Cabin Condensed","Helvetica Neue",Helvetica,Arial,sans-serif; }
.h2 { color: #dbcebb; font-size: 20px; text-transform: uppercase; line-height: 1.2; margin: 10px 0; padding: 10px; letter-spacing: 1px; background: #544030; border-right: 4px solid #b3a07e; }

/* 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%; }

.modal-body { min-height: 70px; }
.modal-body .progress { top: 50%; left: 30px; right: 30px; height: 30px; margin-top: -15px; }
.modal-body iframe { z-index: 1; }

.PicturePopup iframe { max-width: 100%; }
.alert a { color: inherit; }

.text-muted a { color: inherit; }


.ui-autocomplete { z-index: 10; }

.LayoutTopTop { padding-top: 30px; }


.navbar-header-leftcol { background: #F5F5F5; color: #777; margin-bottom: 30px; }
.navbar-header-leftcol  .navbar-toggle { background: none; border: 1px solid #ddd; }
.navbar-header-leftcol  .navbar-toggle .icon-bar { background: #888; }
.navbar-header-leftcol .navbar-brand { color: #777; }
.navbar-collapse.left-collapse { max-height: inherit; }

/* 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; }
.thumbnail .quick-view { top: 0px; left: 50%; width: 120px; margin-left: -60px; opacity: 0; display: none; transition: 0.25s; z-index: 4; }
.thumbnail:hover .quick-view { top: 100px; display: block; opacity: 1; transition: 0.25s; }
.thumbnail img, .Slideshow img, #imgMfgLogo, img { max-width: 100%; }
.zoomWrapper img { max-width: none; }
.thumbnail:hover { text-decoration: none; }

.homepage-product .thumbnail { min-height: 260px; line-height: 260px; margin-bottom: 10px; }
.homepage-product .thumbnail img { display: inline; }

.product-flag { width: 150px; height: 150px; display: none\9; line-height: 1.5; }
.product-flag span { background: #222; color: #eee; text-align: center; display: block; box-shadow: 0 5px 10px 0 rgba(0,0,0,0.5); position: absolute; width: 100%; }
.product-flag.top span { bottom: 0; }
.product-flag.bottom span { top: 0; }

.product-flag.left { left: -90px; }
.product-flag.right { right: -90px; }
.product-flag.top { top: -90px; }
.product-flag.bottom { bottom: -90px; }
.product-flag.top.left { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.product-flag.top.right { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.product-flag.bottom.left { transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.product-flag.bottom.right { transform: rotate(-45deg); -ms-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }

input[type=text], input[type=password], input[type=email], select, textarea { min-height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.428571429; color: #555; vertical-align: middle; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
select { padding: 6px; }
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, select:focus, textarea:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6); }

input, select, textarea { max-width: 100%; }

.Hidden { display: none; }
.AddressBookNameTextbox { width: 194px; }
.AddressBookCityTextbox { width: 152px; }
.AddressBookStateTextbox { width: 160px; }
.AddressBookZipCodeTextbox { width: 112px; }
.AddressBookNotes { font-family: Verdana; font-size: 10px; }
.ProductGroupItemPricing { white-space: nowrap; }
.ProductGroupItemQuantity { width: 40px; }
.ProductGroupItemDescription { margin: 0px 4px 0px 4px; }
.CustomPaymentMethodsAmountArea { float: right; }
.CustomPaymentMethodsAmountTextbox { width: 80px; }
.CustomPaymentMethodsFieldName { padding-left: 15px; width: 100px; text-align: right; }
.CustomPaymentMethodsChooseArea { padding-left: 35px; }
.CustomPaymentMethodsSeparator { height: 1px; color: #999999; }
.MicroStoreMoreInfoLink { font-size: 10px; }
.PaymentMethodsCC {  }
.PaymentMethodsNewCardNum {  }
.PaymentMethodsNewCardName {  }
.PaymentMethodsChoosePaypalButton { padding-left: 35px; }
.PaymentMethodsCustomFieldName { padding-left: 35px; width: 200px; }
.PaymentMethodsChooseCustomButton { padding-left: 35px; }
.PaymentMethodsEcheckTextbox { width: 75px; }
.PersonalizationFileUpload { width: 250px; }
.ProductReviewTagSelectorRemoveTagArea { width: 15px; text-align: center; }
.ProductReviewTagSelectorRemoveTagImage { border: 0 none; }
.RelatedItemsContainer { padding: 10px; }
.RelatedItemsSeparator { color: #999999; height: 1px; }
.RelatedItemsProductPhotoArea { float: left; width: 14%; }
.RelatedItemsProductNameArea { float: left; width: 34%; }
.RelatedItemsPricingArea { float: left; width: 24%; }
.RelatedItemsAddToCartArea { float: left; width: 24%; text-align: right; }
.RelatedItemsQtyTextbox { width: 40px; }
.RelatedItemsMessageText { float: left; width: 24%; text-align: right; }
.RelatedItemsAddToCartButton { clear: both; text-align: right; }
.ShippingMethodCalendarPickerArea { float: left; width: 49%; }
.ErrorText, .errorText { display: block; }
.attentionText { background: #e5e5e5; margin: 10px 0; padding: 10px; color: #000; }
.itemoriginalprice { text-decoration: line-through; }
.EProductCredentials { font-weight: bold; }
.EProductCredentials span { font-weight: normal; padding-right: 20px; }
.EProductNameContainer { display: inline; padding-right: 20px; }
.EProductURLContainer { display: inline; }
.EProductItemContainer { text-align: left; }
.ShippingEstimationZipTextbox { width: 100px; }
.ShippingEstimationItemInfo .QtyTextbox { width: 50px; text-align: center; }

div.ac-admin-help { background: #fafafa; border: none; border-radius: 3px; color: #666; font-family: inherit; font-size: inherit; }
.panel-heading:empty { display: none; }
/* [/Global] */

/* [Layout] */

/* [/Layout] */

/* [Widgets] */

/* [/Widgets] */

/* [ProductDetails] */
.prod-photo-slider { max-height: 800px; overflow: hidden; }
.prod-photo-slider .snav { float: left; position: absolute; top: 50%; z-index: 2; margin-top: -13px; }
#slider-next { right: 0; }
#slider-prev { left: 0; }
.prod-photo-slider .snav a { float: left; width: 26px; height: 26px; text-indent: 100px; overflow: hidden; background: url(../images/slidebox_next_hover.png) no-repeat 0 0; background-size: cover; }
.prod-photo-slider #slider-prev a { background-image: url(../images/slidebox_previous_hover.png); }
.prod-photo-slider .bx-wrapper { margin: 0; }
.prod-photo-slider .bx-wrapper .bx-pager, .prod-thumbs .bx-wrapper .bx-pager { display: none; }
.prod-photo-slider .bx-wrapper .bx-viewport { left: 0; }
.prod-thumbs .bx-wrapper, .prod-thumbs li, .prod-thumbs .thumbnail { margin: 0; }
.prod-thumbs .bx-wrapper { max-width: 100% !important; padding: 10px 20px; }
.prod-thumbs .thumbnail img { max-height: 50px; width: auto; }
.prod-thumbs .bx-wrapper .bx-prev { left: 0; }
.prod-thumbs .bx-wrapper .bx-next { right: 0; }
.prod-thumbs .bx-wrapper .bx-controls-direction a { transform: scale(0.75); }
.main-prod-photo .prod-slider { display: none; }
.main-prod-photo .bx-wrapper .prod-slider { display: block; }
.main-prod-photo .bx-wrapper { margin: 0 auto; }
.main-prod-photo .bx-wrapper .bx-viewport { left: 0; }
.main-prod-photo .bx-controls-direction { opacity: 0.7; }
.main-prod-photo .ProductDetailsThumbPhoto { max-height: 100%; max-width: 100%; margin: 0 auto; vertical-align: middle; display: inline-block; }
.main-prod-photo .main-product-photo { height: 300px; line-height: 300px; text-align: center; }
.prod-single-photo { display: none; }
.prod-slider li a { display: block; }
#ps-pager a { display: table; width: 100%; height: 80px; text-align: center; }
#ps-pager a span { display: table-cell; vertical-align: middle; width: 100%; height: 100%; padding: 3px; }
#ps-pager img { max-height: 75px; margin: 0 auto; }
.main-prod-photo .bx-wrapper .bx-controls-direction a { transform: scale(0.8); }
.prod-info { padding: 15px 0; }
.prod-info .ProductDetailsTimeFrame { display: block; }
.prod-info .ProductDetailsAvailability span span { font-weight: bold; }
.prod-info .ProductDetailsRetail { text-decoration: line-through; }
.ProductDetailsPriceLabel { display: none; }
input.ProductDetailsQuantityTextBox { width: 70px; text-align: center; padding: 0; }
#lblProductStatus + br { display: none; }
.ProductDetailsBullets ul { padding: 15px; }
.varpicmax_img { border: 1px solid transparent; }
.ProductDetailsVariations input[type=checkbox] + label { display: inline; font-weight: normal; padding-left: 5px; vertical-align: top; }
.yotpo.bottomLine { padding-bottom: 10px; }

.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; }
.ProductDetails .nav-tabs, .prod-reviews { clear: both; }
/* [/ProductDetails] */

/* [Catalog] */
.CatalogItemQuantityBox input { width: 75px !important; text-align: center; }
/* [/Catalog] */

/* [Category] */
.category-header { background: #d9d9d9; padding: 10px; margin-bottom: 10px; }
.CategoryChildCategoryHeader { padding: 5px 0; font-weight: bold; }
#lblNumPerPageDropDownLabel { position: relative; top: 2px; padding-right: 5px; }
.product-list div[class*=col-] { transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; }
.category-product .thumbnail { min-height: 260px; line-height: 260px; margin-bottom: 10px; }
.category-product .thumbnail img { display: inline; }

.Pagination li { border-radius: 2px; }
.Pagination li:first-child { margin-left: 5px; }
.Pagination li > a, .Pagination li > a:hover { color: inherit; border-radius: 2px; }
.Pagination .CurrentPage { color: #ccc; }


.category-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] */
.ShoppingCartTable { width: 100%; }
div.ShoppingCart { text-align: left; padding: 30px 0 0; vertical-align: top; }


.ShoppingCartProductDescriptionHeader { width: 235px; }
.ShoppingCartSpacer { width: 20px; padding: 0; }
.ShoppingCartUnitPriceHeader { text-align: center; }
.ShoppingCartTotalHeader { text-align: center; }
.ShoppingCartQuantityHeader { text-align: center; }

.CartBorder { border: none; height: 75px; }
.ShoppingCartQuantity .CartBorder { line-height: 1; }
.ProductInfo { margin: 0; }
.ItemName a { color: #000; }
.ItemNumber { color: #666; font-size: 11px; }
.Variants { color: #666; font-size: 11px; }
.Personalizations { color: #666; font-size: 11px; }

.ShoppingCartPrice { font-weight: normal; font-size: 20px; text-align: center; padding: 30px 0 0 0; vertical-align: top; }
.ShoppingCartQuantity { text-align: center; vertical-align: top; }
.ShoppingCartRemove { text-align: center; }
.UnderCartSubTotal { border: 1px solid #dddfde; border-left: none; border-right: none; margin-top: 30px; font-size: 23px; font-weight: bold; text-align: right; padding: 10px 20px; line-height: 100%; text-transform: uppercase; }

.qty-spinner { margin-right: 0 !important; }

.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 .acceptedCreditCardLogos { float: none; margin: 0; }
.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 { float: left; margin-left: 10px; }
.acceptedCreditCardLogos div, .footer-mdl .paypal { display: inline-block; *display: inline; zoom: 1; margin: 0 2px; padding: 0; height: 32px; width: 47px; background: url(../images/icon-cards.png) no-repeat; }
.acceptedCreditCardLogos .jcb { background: url("/store/i/jcb_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos  span { display: none; }
.acceptedCreditCardLogos .visa { background-position: -52px 0; width: 50px; }
.footer-mdl .paypal { background-position: -211px 0; width: 50px; margin-right: 10px; }
.acceptedCreditCardLogos .discover { background-position: -105px 0; width: 51px; }
.acceptedCreditCardLogos .bankcard { background: url("/store/i/bankcard_33x22.jpg") no-repeat; }
.acceptedCreditCardLogos .mastercard { background-position: -160px 0; }
.acceptedCreditCardLogos .dinersclub { background: url("/store/i/diners_33x22.jpg") no-repeat; }

.LastItemAdded { font-size: 11px; min-height: 100px; margin-right: 255px; background: #f2f3f5; border-radius: 3px; padding: 1px; margin-bottom: 10px; }
.LastItemAdded img { float: left; margin-right: 10px; max-width: 75px; max-height: 80px; } 
.LastItemAdded strong { display: block; padding: 0 0 10px; border-bottom: 2px solid #DDDFDE; font-size: 14px; }


.UpsellItem { padding: 10px 0 0; display: block; margin: auto; cursor: pointer; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-color: transparent; border-style: solid; border-width: 1px; overflow: hidden; }
.UpsellItem:hover { background-color: #fff; border-color: #686868; color: #1D4B7C; text-decoration: none; }
.UpsellItemAddToCartText { visibility: hidden; padding: 4px; background: #686868; font-weight: bold; color: #fff; }
.UpsellItem:hover .UpsellItemAddToCartText { visibility: visible; }

input.ShoppingCartCheckoutThemeButton { width: 100%; height: 50px; font-size: 18px !important; }

.RewardPointsEarned { text-align: center; }
.PointsTotal { font-size: 12px; font-weight: normal; }

.ShoppingCartButtons .ThemeButton { margin-bottom: 4px; vertical-align: top; }
.ShoppingCartButtons .ThemeButton:last-of-type { margin-bottom: 0; }
/* [/ShoppingCart] */

/* [LargeShoppingCart] */
.ShoppingCart {  }
.ShoppingCartHeader {  }
.ShoppingCartClear {  }
.ShoppingCartPrice {  }
.ShoppingCartTotals {  }
.ShoppingCartShippingInfo {  }
.ShoppingCartDiscount {  }
.ShoppingCartCouponCode {  }
.ShoppingCartThumbnail {  }
.ShoppingCartItemNr {  }
.ShoppingCartVariations {  }
.ShoppingCartPersonalize {  }
.ShoppingCartGiftMessage {  }
.ErrorText {  }
.ShoppingCartSelectCheckbox { border: 0; }
input.ShoppingCartQtyTextbox { width: 40px; padding: 0; }
.ShoppingCartInlineCalculateShippingForm { display: inline; }
.ShoppingCartInlinePostalCode { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox { width: 150px; }
.ShoppingCartCouponCodeTextbox { width: 80px; }
.ShoppingCartSavedCartText { text-align: center; }
/* [/LargeShoppingCart] */

/* [LinkGroup] */

/* [/LinkGroup] */

/* [MailingList] */

/* [/MailingList] */

/* [ManufacturerNavigationLinks] */

/* [/ManufacturerNavigationLinks] */

/* [MicroStoreDropDown] */
.MicroStoreDropDown { width: 160px; }
/* [/MicroStoreDropDown] */

/* [ProductDisplay] */
.FeaturedItemsRating {  }
.FeaturedItemsDetails {  }
.FeaturedItemsPriceHR {  }
.FeaturedItemsPriceAlignment {  }
.FeaturedItemsBuyMoreLinkHR {  }
.FeatureItemsThumbNail {  }
.PriceLabels {  }
.ProductDisplayBuyNowLink { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea { float: right; padding-right: 5px; display: inline; }
/* [/ProductDisplay] */

/* [ProductReviewsListing] */
.ProductReviewDimensionName {  }
.ProductReviewSummary {  }
.ProductReviewWriteLink {  }
.ProductReviewAllReviewsLink {  }
.ProductReviewTitle {  }
.ProductReviewRatings {  }
.ProductReviewBody {  }
.ProductReviewProsArea {  }
.ProductReviewProsHeader {  }
.ProductReviewPros {  }
.ProductReviewConsArea {  }
.ProductReviewConsHeader {  }
.ProductReviewCons {  }
.ProductReviewItemMeta {  }
/* [/ProductReviewsListing] */

/* [QuickOrderEntry] */
.QuickOrderEntryHeader { text-align: center; }
.QuickOrderEntryItemNumberTextbox { width: 100px; }
.QuickOrderEntryQuantityTextbox { width: 50px; }
.QuickOrderEntryAddButton { text-align: center; }
/* [/QuickOrderEntry] */

/* [RepeatedList] */

/* [/RepeatedList] */

/* [RSSFeedReader] */

/* [/RSSFeedReader] */

/* [SearchBox] */

/* [/SearchBox] */

/* [SmallShoppingCart] */
.SmallCartItemLink { text-decoration: underline; }
input.SmallCartQtyTextbox, input.SmallCartQtyTextbox:focus { padding: 0; border: none; border-bottom: 1px dotted #ccc; height: auto; width: 30px; box-shadow: none; border-radius: 0; text-align: center; }
input.SmallCartQtyTextbox:focus { border-color: #66afe9; }
.SmallCartItem .badge { line-height: 20px; width: 20px; padding: 0; }
/* [/SmallShoppingCart] */

/* [Tabs] */

/* [/Tabs] */

/* [TreeNavigation] */
.Node {  }
.NodeHover {  }
.NodeSelected {  }
.RootNode {  }
.LeafNode {  }
.Island {  }
/* [/TreeNavigation] */

/* [WidgetArea] */

/* [/WidgetArea] */

/* [Widget6082] */
.Control_6082 { float: left; }
.ControlHeader_6082 {  }
.ControlItem_6082 {  }
.ControlLink_6082 {  }
.ControlLink_6082 a {  }
.ControlLink_6082 a:hover {  }
.ControlLinkSeperator_6082 {  }
.ControlText_6082 {  }
.ControlInput_6082 {  }
.ControlFooter_6082 {  }
/* [/Widget6082] */

/* [Widget6083] */
.Control_6083 { float: right; }
.ControlHeader_6083 {  }
.ControlItem_6083 {  }
.ControlLink_6083 {  }
.ControlLink_6083 a {  }
.ControlLink_6083 a:hover {  }
.ControlLinkSeperator_6083 {  }
.ControlText_6083 {  }
.ControlInput_6083 {  }
.ControlFooter_6083 {  }
/* [/Widget6083] */

/* [Widget6076] */
.Control_6076 { text-align: right; }
.ControlHeader_6076 {  }
.ControlItem_6076 {  }
.ControlLink_6076 {  }
.ControlLink_6076 a {  }
.ControlLink_6076 a:hover {  }
.ControlLinkSeperator_6076 {  }
.ControlText_6076 {  }
.ControlInput_6076 {  }
.ControlFooter_6076 {  }
/* [/Widget6076] */

/* [Buttons] */
/* .ThemeButton { display: inline-block; background: #e4e4e4; -webkit-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -moz-box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; box-shadow: -1px 1px 0px 0px #dfdcdc inset, 1px -1px 0px 0px #bfbfbf inset, 0 10px 10px 0 rgba(255,255,255,0.5) inset; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; border: none; padding: 7px 15px; font-family: arial; font-size: 11px; color: #595959; font-weight: bold; cursor: pointer; }
.ThemeButton:hover { -webkit-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; -moz-box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; box-shadow: 0px 0px 0px 1px #a8a8a8 inset, 1px 1px 4px 0px #bababa; color: #424242; }
.ThemeButton:active { background: #e6e6e6; -webkit-box-shadow: 0px 1px 5px 0px #808080 inset; -moz-box-shadow: 0px 1px 5px 0px #808080 inset; box-shadow: 0px 1px 5px 0px #808080 inset; } */
.GoThemeButton { padding: 5px; }
/* [/Buttons] */

/* [Slideshow] */
.Slideshow { position: relative; }
.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 #222; border-radius: 50%; }
.SlideshowButtonLinkCurrent { background: #222; }
.SlideshowButtonLink:focus { outline: none; }
.SlideshowPrevious { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink { color: #fff; padding: 5px; display: block; }
/* [/Slideshow] */

/* [Widget5986] */
.Control_5986 {  }
.Control_5986 table { background: #f2f3f5; }
.Control_5986 td { vertical-align: top; }
.ControlHeader_5986 { font-size: 13px; font-style: italic; margin: 10px 0; text-align: center; }
.ControlItem_5986 { text-align: center; padding: 20px 0; border-bottom: 1px solid #dfdfe1; margin: 0 12px; }
.Control_5986 tr:last-child .ControlItem_5986 { border: none; }
.ControlLink_5986 { padding: 10px 0; display: block; width: 120px; overflow: hidden; text-overflow: ellipsis; }
.Control_5986 img.FeaturedItemsThumbNail { padding: 3px; border: 1px solid #DDDFDE !important; box-shadow: 2px 2px 3px #dddfde; max-width: 75px; max-height: 150px; }
.Control_5986 .lblPriceLabel { display: none; }
.Control_5986 .UpsellItemPrice { font-size: 20px; }
/* [/Widget5986] */

/* [BlogRoll] */
/* these are shared between Blog Post, Blog Roll, and Blog Roll Widget */

.BlogPostCommentProfileName {  }
.BlogPostTitle { padding: 0; margin: 0; font-weight: normal; }
.BlogPostImage {  }
.BlogPostCategoryAndTags { padding: 15px 0; color: #999; }
.BlogPostTags { padding: 0 0 0 10px; display: inline; }
.BlogPostTag { display: inline-block; *display: inline; padding: 0 3px; background: #eee; border-radius: 3px; border: 1px solid #ddd; margin: 0 5px 0 0; }
.BlogPostTag a { color: #999; }
.BlogPostCategories, .BlogPostCategory { display: inline; }
.BlogCommentModerationMessage { background: #FEEFB3; color: #9F6000; border: 1px solid #9F6000; border-radius: 5px; padding: 10px; margin: 10px; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.BlogCommentModerationMessage.Flash { background: #FFF5CF; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; }
.BlogPostComments  .BlogPostCommentsHeader, .BlogPostComments  .BlogPostCommentsHeader h3, .BlogPostComments  .BlogPostCommentCount { display: inline; font-size: 24px; }


.BlogRoll .BlogPostCommentProfileImage { float: left; padding-right: 10px; }
.BlogRoll .BlogPostCommentText { margin: 0; }
.BlogRoll .BlogPostCommentDisplayName { margin-top: -5px; }
.BlogRoll .BlogPostCommentsAddTextbox { height: 50px; }
.BlogRollFeedLinks { float: right; padding: 5px 0; }
.BlogRollBlogImage { padding: 0 0 10px 0; max-width: 100%; }
.BlogRollBlogImage img { display: block; max-width: 100%; }

.BlogPostDatePretty { position: relative; float: left; width: 50px; height: 45px; color: #999; margin: 10px 10px 10px 0; }
.DateMonth, .DateDay, .DateYear { position: absolute; text-indent: -9999px; background: url(/store/i/a/login-date-sprite.png) no-repeat; }
.DateMonth { top: 0; left: 0; width: 30px; height: 18px; }
.DateDay { top: 18px; font-size: 18px; line-height: 18px; width: 31px; height: 24px; text-align: center; }
.DateYear { right: 0; top: 0px; width: 21px; height: 45px; }
.month-1 { background-position: 0px -50px; }
.month-2 { background-position: 0px -81px; }
.month-3 { background-position: 0px -112px; }
.month-4 { background-position: 0px -143px; }
.month-5 { background-position: 0px -174px; }
.month-6 { background-position: 0px -205px; }
.month-7 { background-position: 0px -236px; }
.month-8 { background-position: 0px -267px; }
.month-9 { background-position: 0px -298px; }
.month-10 { background-position: 0px -329px; }
.month-11 { background-position: 0px -360px; }
.month-12 { background-position: 0px -391px; }

.day-1 { background-position: -51px -45px; }
.day-2 { background-position: -51px -76px; }
.day-3 { background-position: -51px -107px; }
.day-4 { background-position: -51px -138px; }
.day-5 { background-position: -51px -169px; }
.day-6 { background-position: -51px -200px; }
.day-7 { background-position: -51px -231px; }
.day-8 { background-position: -51px -263px; }
.day-9 { background-position: -51px -294px; }
.day-10 { background-position: -51px -325px; }
.day-11 { background-position: -51px -356px; }
.day-12 { background-position: -51px -387px; }
.day-13 { background-position: -51px -418px; }
.day-14 { background-position: -51px -449px; }
.day-15 { background-position: -101px -45px; }
.day-16 { background-position: -101px -76px; }
.day-17 { background-position: -101px -107px; }
.day-18 { background-position: -101px -139px; }
.day-19 { background-position: -101px -171px; }
.day-20 { background-position: -101px -201px; }
.day-21 { background-position: -101px -232px; }
.day-22 { background-position: -101px -263px; }
.day-23 { background-position: -101px -294px; }
.day-24 { background-position: -101px -325px; }
.day-25 { background-position: -101px -356px; }
.day-26 { background-position: -101px -387px; }
.day-27 { background-position: -101px -418px; }
.day-28 { background-position: -101px -450px; }
.day-29 { background-position: -101px -482px; }
.day-30 { background-position: -101px -513px; }
.day-31 { background-position: -101px -545px; }

.year-2011 { background-position: -145px -7px; }
.year-2012 { background-position: -145px -79px; }
.year-2013 { background-position: -145px -145px; }
.year-2014 { background-position: -145px -212px; }
.year-2015 { background-position: -145px -267px; }
.year-2016 { background-position: -145px -322px; }
.year-2017 { background-position: -145px -378px; }
.year-2018 { background-position: -145px -433px; }
.year-2019 { background-position: -145px -488px; }
.year-2020 { background-position: -145px -544px; }
/* [/BlogRoll] */

/* [BlogPost] */
.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: none; content: ' '; width: 0px; height: 0px; border-style: solid; border-color: transparent transparent transparent; border-left-color: inherit; border-width: 5px 5px 5px 10px; position: relative; top: -3px; }
.payment-method.active .payment-name:before { border-color: transparent; border-top-color: inherit; border-width: 10px 5px 5px 5px; top: 2px; }

.custom-fields .field { min-height: 80px; }

label.remove-payment, label.image-input-replace { position: relative; padding: 0; font-weight: inherit; }

label.remove-payment a, label.image-input-replace a { cursor: pointer; position: relative; z-index: 1; }

label.remove-payment input, label.image-input-replace input { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; }

.floating-totals { min-height: 1px; }


.BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; }
.BillMeLater .payment-name span { display: none; }
.BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; }
.BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; }
.BillMeLater .payment-name span { display: none; }
.BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; }
.PayPalExpress .payment-name, .PayPal .payment-name { background: url('../images/paypal-logo.png') no-repeat top left; text-indent: 90px; margin-left: 20px; height: 25px; }
.PayPalExpress .payment-name:before, .PayPal .payment-name:before { left: -110px; }
.PayPalExpress .payment-name span, .PayPal .payment-name span { display: none; }
.PayPal .paypal-text { display: none; }
.PayPal.active .paypal-text { display: block; }
.OnePageCheckOut .ShoppingCartCouponCode { padding: 0; }
/* [/OnePageCheckOut] */

/* [MyAccount] */
.MyAccountPercentBarArea { border: 1px solid #999; border-radius: 5px; }
.MyAccountPercentBarInner { padding: 1px; }
.MyAccountPercentBar { border-radius: 4px; background: #66CC66; box-shadow: -5px -5px 5px rgba(0,0,0,0.25) inset, 5px 5px 5px rgba(255,255,255,0.5) inset; text-align: center; font-weight: bold; font-size: 11px; line-height: 15px; }

.MyAccountShowHideTable { display: none; }

.MyAccountSection .StarRatings { float: none; margin: 0 auto; }
.MyAccountSection .StarRatings td { padding: 0 2px; border: none; }
.CustomField.MyAccountSectionEntry { padding: 0 0 10px; width: 48%; float: left; min-height: 40px; }
.CustomField.MyAccountSectionEntry:nth-child(2n) { margin-bottom: 15px; }
#trAddNew { font-weight: bold; }
/* [/MyAccount] */

/* [CustomerLogin] */
.CustomerLoginEmailTextbox { width: 180px; }


.FacebookButton { background-color: #4c66a4; color: #fff; }
.FacebookButton:hover { background-color: #364c7c; color: #fff; } 
.FacebookButton .icon-facebook { font-size: 1.2em; }

.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 {  }
.MoreAttributesLink { cursor: pointer; }
.MoreAttributes { display: none; }
/* [/AttributeNavigationLinks] */

/* [HTML] */

/* [/HTML] */

/* [Carousel] */

/* [/Carousel] */

/* [Widget21537] */
.Control_21537 {  }
.ControlHeader_21537 {  }
.ControlItem_21537 {  }
.ControlLink_21537 {  }
.ControlLink_21537:hover {  }
.ControlLink_21537 a {  }
.ControlLink_21537 a:hover {  }
.ControlLink_Link_21537 {  }
.ControlLink_Link_21537:hover {  }
.ControlLinkSeperator_21537 {  }
.ControlText_21537 {  }
.ControlInput_21537 {  }
.ControlFooter_21537 {  }
.SmallCartItemLink_21537 { text-decoration: underline; }
.SmallCartQtyTextbox_21537 { border-color: #333333; border-width: 1px; border-style: Solid; font-size: 8pt; width: 30px; }
/* [/Widget21537] */

/* [Widget652] */
.Control_652 {  }
.ControlHeader_652 {  }
.Control_652 h4 { margin-bottom: 0; }
.ControlItem_652 {  }
.ControlLink_652 {  }
.ControlLink_652:hover {  }
.ControlLink_652 a {  }
.ControlLink_652 a:hover {  }
.ControlLink_Link_652 {  }
.ControlLink_Link_652:hover {  }
.ControlLinkSeperator_652 {  }
.ControlText_652 {  }
.ControlInput_652 {  }
.ControlFooter_652 {  }
.FeaturedItemsRating_652 {  }
.FeaturedItemsDetails_652 {  }
.FeaturedItemsPriceHR_652 {  }
.FeaturedItemsPriceAlignment_652 {  }
.FeaturedItemsBuyMoreLinkHR_652 {  }
.FeaturedItemsThumbnail_652 {  }
.PriceLabels_652 {  }
.ProductDisplayBuyNowLink_652 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_652 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_652 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_652 { float: right; padding-right: 5px; display: inline; }
/* [/Widget652] */

/* [Widget7313] */
.Control_7313 { padding-top: 20px; padding-bottom: 20px; }
.ControlHeader_7313 {  }
.ControlItem_7313 {  }
.ControlLink_7313 {  }
.ControlLink_7313:hover {  }
.ControlLink_7313 a {  }
.ControlLink_7313 a:hover {  }
.ControlLink_Link_7313 {  }
.ControlLink_Link_7313:hover {  }
.ControlLinkSeperator_7313 {  }
.ControlText_7313 {  }
.ControlInput_7313 {  }
.ControlFooter_7313 {  }
.BlogTagCloud.Control_7313 { text-align: justify; }
.TagCloudList_7313 { list-style-type: none; margin: 0; padding: 0; }
.BlogTagCloud .ControlItem_7313 { display: inline; padding: 0 5px 0 0; vertical-align: bottom; }
.BlogTagCloud .ControlLink_Link_7313 { -webkit-transition: 0.5s; -moz-transition: -.5s; }
.BlogTagCloud .TagCloud_MinSize_7313 { opacity: 0.5; }
.BlogTagCloud .TagCloud_MedSize_7313 {  }
.BlogTagCloud .TagCloud_MaxSize_7313 { font-weight: bold; }
.BlogTagCloud .ControlLink_Link:hover_7313 { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; }
/* [/Widget7313] */

/* [Widget6093] */
.ControlLink_6093:hover {  }


.ControlLink_Link_6093 {  }
.ControlLink_Link_6093:hover {  }
/* [/Widget6093] */

/* [Widget653] */
.Control_653 {  }
.Control_653 h4 { margin-bottom: 0; }
.ControlHeader_653 {  }
.ControlItem_653 {  }
.ControlLink_653 {  }
.ControlLink_653:hover {  }
.ControlLink_653 a {  }
.ControlLink_653 a:hover {  }
.ControlLink_Link_653 {  }
.ControlLink_Link_653:hover {  }
.ControlLinkSeperator_653 {  }
.ControlText_653 {  }
.ControlInput_653 {  }
.ControlFooter_653 {  }
.FeaturedItemsRating_653 {  }
.FeaturedItemsDetails_653 {  }
.FeaturedItemsPriceHR_653 {  }
.FeaturedItemsPriceAlignment_653 {  }
.FeaturedItemsBuyMoreLinkHR_653 {  }
.FeaturedItemsThumbnail_653 {  }
.PriceLabels_653 {  }
.ProductDisplayBuyNowLink_653 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_653 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_653 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_653 { float: right; padding-right: 5px; display: inline; }
/* [/Widget653] */

/* [Widget794] */
.Control_794 {  }
.ControlHeader_794 {  }

.ControlItem_794 {  }
.ControlText_794 {  }
.ControlInput_794 {  }
/* [/Widget794] */

/* [Widget788] */
.Control_788 {  }
.Control_788 a { font-size: 1.5em; }
/* [/Widget788] */

/* [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] */

/* [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] */

/* [Header] */
.header { position: relative; z-index: 9; }
.header-fixed { position: relative; height: 29px; width: 100%; z-index: 4; }
.header-global { position: absolute; top: 0; left: 0; right: 0; background: #584436; box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.header-global { position: fixed; z-index: 9; }
.header-global .container { position: relative; }
.header-global ul { margin: 0; }
.w-links { position: relative; float: left; padding: 5px 0; }
.w-links .btn-wlinks { float: left; color: #fff; background: #e35806; font-weight: bold; font-size: 14px; text-transform: uppercase; }
.w-links ul { margin: 0; padding: 0; list-style: none; position: absolute; top: 100%; left: 0; }
.w-links li { padding: 0; width: 150px; }
.w-links a { position: relative; display: block; padding: 10px 15px; color: #fff; font-size: 12px; text-align: center; line-height: 1.2; }
.w-links li a:after { display: none; content: ''; position: absolute; left: 0; right: 0; bottom: -6px; height: 6px; }
.w-links a strong { display: block; font-size: 14px; }
.w-links .wl-critterfence a { color: #544030; background: #dacdba; }
.w-links .wl-deerfencing a { color: #67733e; background: #dae0c7; }
.w-links .wl-puppyfence a { color: #6f3e11; background: #ebceb6; }
.w-links .wl-kittyfence a { color: #233142; background: #cedaed; }
.w-links .wl-netsandbeyond a { color: #494945; background: #c0bebe; }
.w-links img { max-height: 40px; width: auto; }
.top-cart { float: right; padding: 5px 0; }
.top-cart ul { float: left; }
.top-cart li { float: left; padding: 0; }
.btn-checkout, .btn-checkout:hover, .btn-checkout:focus { color: #fff; background: #f3752b; outline: none; border: none; box-shadow: none; }
.btn-checkout { padding: 10px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; border-radius: 4px; background: #e35806; }
.btn-checkout span { display: none; }
.cart-link:hover, .cart-link:focus { color: #fff; text-decoration: none; background: #333; }
.cart-link { position: relative; float: left; color: #fff; font-size: 11px; line-height: 12px; text-align: center; padding: 8px 10px 8px 45px; margin: 0 5px 0 0; border-radius: 4px; background: #222; }
.cart-count, .cart-link .fa-shopping-cart { position: absolute; left: 0; top: 0; width: 45px; line-height: 33px; text-align: center; font-size: 11px; }
.cart-link .fa-shopping-cart { width: 40px; color: #f3752b; font-size: 28px; line-height: 40px; }
.cart-subtotal { display: block; font-weight: bold; font-size: 14px; }

.header-top { padding: 3px 0 1px; color: #614e44; background: #dacdba; }
.header-top .lbl { display: none; float: left; padding: 10px 5px 10px 0; font-size: 15px; font-weight: bold; }
.p-share { float: left; }
.p-share-item { float: left; padding: 10px 5px 5px 0; min-width: 50px; }
.social-links { float: left; padding: 0 10px; font-size: 20px; }
.social-links a { float: left; width: 30px; margin: 6px 4px; text-align: center; color: #fff; background: #38538a; border-radius: 4px; }
.social-links .youtube { background: #bc1818; }
.social-links .twitter { background: #28a9e0; }
.social-links .pinterest { background: #ba2127; }
.top-ulinks { float: right; }
.top-ulinks a { color: #614e44; }
.top-ulinks .nav li a { padding: 2px 5px; }
.top-ulinks .nav>li>a:hover, .top-ulinks .nav>li>a:focus { outline: none; background-color: transparent; }
.header-mdl { background: #fff; background-color:rgba(255,255,255,0.9);}
.header-mdl .container { position: relative; padding-top: 20px; padding-bottom: 40px; color: #614e44; }
.header-mdl a { color: #b3a07e; }
.link-ws { position: absolute; right: 15px; bottom: 0; color: #614e44; background: #d4c4b0; border-radius: 6px 6px 0 0; }
.link-ws a { color: #614e44; border-radius: 5px 5px 0 0; border: none; }
.txt-top { color: #b3a07e; font-size: 17px; text-align: center; }
.txt-freeshipping { float: left; color: #f3752b; font-size: 16px; text-align: left; line-height: 1; padding: 2px 10px 0 0; }
.txt-freeshipping a { color: #f3752b; }
.header-mdl .txt-freeshipping { float: none; color: #614e44; text-align: center; padding: 10px; }
.header-mdl .txt-freeshipping a { color: #b3a07e; }
.header-mdl .txt-freeshipping strong { font-size: 110%; }


.header .navbar { margin: 0; border-radius: 0; min-height: inherit; }
.header .navbar-collapse { padding: 0; }
.header-btm { background: #b6a382; background-color: rgba(182,163,130,0.3); }
.header-btm a { color: #614e44; }
.header-btm a:hover { color: #fff; }
.header-btm .menu-primary { font-size: 14px; font-weight: bold; text-transform: uppercase; background: #544030; }
.menu-primary a { color: #dbcebb; }
.menu-primary .nav .fa { float: left; font-size: 32px; line-height: 40px; }
.btn-menu { margin: 8px 0 0; }
.btn-menu:hover { background: #e35806; }
.header-btm .nav .dropdown-menu { background: #544030; }
.header-btm .dropdown-menu>li>a { color: #fff; font-weight: bold; padding: 5px 15px; }
.header-btm .dropdown-menu>li>a:hover, .menu-primary .dropdown-menu>li>a:focus, .menu-primary .nav .open>a, .menu-primary .nav .open>a:hover, .menu-primary .nav .open>a:focus { background: #4E3B2E; }
.header-btm .nav>li>a:hover, .header-btm .nav>li>a:focus { background: transparent; }
.menu-secondary { font-weight: bold; text-align: center; text-transform: uppercase; }
.menu-secondary .navbar-nav, .menu-secondary .navbar-nav li { float: none; }
.menu-secondary .nav li { display: inline-block; }
.menu-secondary .nav>li>a { padding: 2px 8px; line-height: 1.2; }
.search-form { position: relative; margin: 9px 0 5px; }
.search-form input[type="text"] { width: 185px; color: #111111; border-radius: 0; background: #b4a180; border: none; }
.search-form input[type="submit"] { position: absolute; right: 0; top: 0; bottom: 0; z-index: 2; width: 30px; text-indent: 100px; overflow: hidden; border-radius: 0; border: none; background: transparent; }
.search-form .fa-search { position: absolute; right: 0; top: 50%; margin-top: -10px; width: 30px; height: 20px; line-height: 20px; color: #544030; text-align: center; }

.banner-c4 img, .banner-c3 img { display: block; width: 100%; height: inherit; }
.banner-c3 a, .banner-c4 a { display: block; margin-bottom: 10px; }

.h3 { font-weight: bold; }
.h3 { font-size: 20px; color: #614e44; }
/* [/Header] */

/* [Footer] */
.footer { color: #fff; background: #5d493c url(../images/cf/bg-footer-df.jpg); border-top: 10px solid #a18f6f; }
.footer a { color: #fff; }
.footer-row .nav>li>a { padding: 4px 0; background: none; }
.footer-row .h3 { color: #dbcebb; font-size: 20px; text-transform: uppercase; margin: 10px 0; padding: 8px 0; border-bottom: 1px solid #b3a07e; }
.fc-1 { padding-top: 10px; padding-bottom: 10px; }
.fc-1 a { color: #dbcebb; }
.fc-1 p { line-height: 1.25; padding: 10px 0 0; }
.fc-1 .h4 { color: #dbcebb; }
.tel-txt { font-size: 19px; display: block; font-weight: bold; }
.tel-txt .fa { float: left; font-size: 28px; padding-right: 10px; }
.fc-2 .MenuList { float: left; width: 50%; }
.fc-2 .MenuList .MenuList { float: none; width: auto; padding-right: 10px; }
.nl-form { position: relative; }
.nl-form input { border-radius: 0; border: none; font-size: 13px; }
.nl-form .ControlInput { background: #dbcebb; width: 100%; padding-right: 65px; }
.nl-form .GoThemeButton { position: absolute; right: 0; top: 0; bottom: 0; float: left; padding: 5px 10px; background: #b09e7c; }
.footer-mdl { padding: 20px 10px 25px; text-align: center; border-top: 1px solid #a18f6f; border-bottom: 1px solid #a18f6f; }
.footer-mdl div { display: inline-block; }
.footer-mdl .social-links, .footer-mdl .social-links li { float: none; display: inline-block; }
.footer-mdl .social-links { position: relative; font-size: 24px; }
.footer-mdl .social-links a { width: 40px; margin: 0 3px; }
.footer-btm { padding: 12px 0; color: #dbcebb; font-size: 13px; text-align: center; }
/* [/Footer] */

/* [CheckOut] */
.CheckOutHeader { font-weight: bold; font-size: 16px; }
.CheckOutSubHeader { font-weight: bold; font-size: 16x; 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] */




/* [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 ] */


.SlideshowNext, .SlideshowPrevious { right: 15px; background: transparent; }
.SlideshowPrevious { right: auto; left: 15px; }
.SlideshowNextLink, .SlideshowPreviousLink { float: left; width: 30px; height: 45px; text-indent: 100px; overflow: hidden; background: url(../images/slider-arrow.png) no-repeat 0 50%; opacity: 0.5; transition: opacity 1s; }
.SlideshowNextLink { background-position: 100% 50%; }
.SlideshowNextLink:hover, .SlideshowPreviousLink:hover { opacity: 1; }

.Layout { position: relative; }
.LayoutContentInner { padding: 20px; background: #fff; }
.bg-body { position: absolute; left: 0; top: 80px; right: 0; height: 800px; overflow-x: hidden; background-repeat: repeat-x; background-position: 50% 0; }
.bg-body img { display: none; min-width: 100%; max-width: inherit; width: 2000px; }
.breadcrumb { border-radius: 0; margin: 0; padding: 0 0 10px; color: #b0b0b0; font-size: 12px; background: none; }
.breadcrumb a { color: #615444; margin-right: 3px; }
.breadcrumb b { font-weight: normal; padding-left: 3px; }
.breadcrumb div { display: inline-block; }
.page-header { margin: 0 0 10px; padding: 0; border: none; }
.bordered { border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.title { padding: 10px 0; margin: 0; }
.content { position: relative; z-index: 1; }
.content-in { padding: 10px; background: #fff; }
.home-slider .SlideshowButtons { left: 0; right: 0; bottom: 10px; text-align: center; }
.home-slider .SlideshowButton { float: none; display: inline-block; margin: 0 5px; }
.home-slider .SlideshowButtonLink { border-width: 2px; border-radius: 0; width: 10px; height: 10px; }
.home-slider img { width: 100%; }
.home-txt { padding: 10px 0; }
.yotpo-reviews-carousel .grid { padding: 0; }
.yotpo-reviews-carousel { padding: 20px 0 10px; }
.yotpo-reviews-carousel .yotpo-small-box { display: block; float: none !important; padding: 20px 0 !important; text-align: right; }
.yotpo-reviews-carousel .carousel-arrows { display: block !important; }
.banner-sml { position: relative; display: block; overflow: hidden; text-align: center; background: #dacdba; border: 5px solid #dacdba; }
.banner-sml .txt { position: absolute; left: 0; right: 0; z-index: 1; bottom: 0; font-size: 19px; text-transform: uppercase; color: #544030; padding: 5px 15px; background: #dacdba; overflow:hidden;}
.banner-sml .txt span{display:inline-block;position:relative;}
.banner-sml .txt span:before,.banner-sml .txt span:after{content:'';position:absolute;top:50%;margin-top:-1px;float:left;width:100%;height:1px;border-top:1px solid #544030;}
.banner-sml .txt span:before{right:100%;margin-right:10px;}
.banner-sml .txt span:after{left:100%;margin-left:10px;}
.banner-sml img { display: block; position: relative; z-index: 0; min-width: 100%; height: auto; min-height: 150px; max-width: inherit; width: inherit; }
.banner-sml iframe { display: block; }
.prod-carousel .h2 { padding-right: 80px; }
.prod-carousel .bx-wrapper { max-width: inherit !important; }
.prod-carousel .bx-wrapper .bx-viewport { left: auto; }
.prod-carousel ul { text-align: center; }
.prod-carousel .bx-controls-direction { position: absolute; right: 10px; top: -50px; opacity: 1; }
.prod-carousel .bx-wrapper .bx-controls-direction a { position: static; margin: 3px 5px; float: left; }
.prod-carousel .bx-pager, .prod-carousel .lblPriceLabel, .product-list .CategoryProductPriceLabel { display: none; }
.prod-carousel img { margin: 0 auto; }
.item-img { display: block; width: 100%; text-align: center; overflow: hidden; background: #fff; }
.item-img-in { display: table; width: 100%; height: 100%; }
.item-img a { display: table-cell; vertical-align: middle; }
.item-title { font-size: 15px; color: #615444; font-weight: 500; margin: 10px; }
.item-title a { color: #615444; }
.prod-carousel .lblPriceArea, .prod-carousel .ProductDetailsPrice, .product-list .CategoryProductPriceArea { display: block; padding: 0 10px 10px; font-weight: 700; font-size: 16px; }
.item-prod { padding: 1px 1px 15px; margin: 0 4px; text-align: center; background: #f4f4f4; border: 1px solid #e3e3e3; }
.item-prod .item-cap { min-height: 100px; }
.item-prod .btn { display: block; margin: 0 10px; padding: 7px 5px; font-weight: bold; text-transform: uppercase; }
.product-list .item-prod { margin: 0; }
.product-list .item-title { margin-bottom: 5px; }
.product-list .item-cap .pull-left { float: none !important; text-align: center !important; }

.list-count { counter-reset: li; margin: 0; padding: 0; list-style: none; }
.list-count li { position: relative; margin: 0; padding: 4px 8px 4px 35px; list-style: none; }
.list-count > li:before { content: counter(li); counter-increment: li; position: absolute; top: 5px; left: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; color: #b3aea9; font-size: 36px; font-weight: bold; line-height: 1; }


body { background-color: #dae0c7; }
.header-top { color: #6b7746; background: #dae0c7; }
.header-global { background: #65713a; }
.w-links .wl-deerfencing a:after { display: block; background: #dae0c7; }
.header-scrolled .w-links .wl-deerfencing a:after { display: none; }
.header-mdl .container { padding-bottom: 10px; }
.header-mdl a { color: #a2ae7c; }
.txt-top{color:#a2ae7c;}
.top-cart .txt-top { color: #f3752b; }
.top-ulinks a { color: #6b7746; }
.header-mdl .txt-freeshipping a{color:#a2ae7c;}
.h3 { color: #6b7746; }
.header-mdl .link-ws a { color: #6b7746; background: #d9dfc6; }
.header-btm { background: #a6b181; background-color: rgba(166,177,129,0.65); }
.header-btm a{color:#6b7746;}
.header-btm .menu-primary { background: #65713a; }
.header-btm .nav .dropdown-menu { background: #a2ae7c; }
.menu-secondary .nav li li{display:block;}
.header-btm .dropdown-menu>li>a:hover, .menu-primary .dropdown-menu>li>a:focus, .menu-primary .nav .open>a, .menu-primary .nav .open>a:hover, .menu-primary .nav .open>a:focus { background-color: #6b7746; }
.menu-primary a { color: #dae0c7; }
.search-form input[type="text"] { background: #a2ae7c; }
.search-form .fa-search { color: #6e7a49; }
.h2 { color: #dae0c7; border-right-color: #a2ae7c; background: #66733c; }
.banner-sml { background: #d0d7b8; border-color: #d0d7b8; }
.banner-sml .txt { color: #6b7745; background: #d0d7b8; }
.banner-sml .txt span:before,.banner-sml .txt span:after{border-color:#969e75;}
.footer { border-top-color: #a2ae7c; background: #66733c url(../images/cf/bg-footer-df.jpg); }
.footer-row .h3,.fc-1 a,.fc-1 .h4{color:#dae0c7;}
.footer-row .h3{border-color:#a2ae7c;}
.nl-form .ControlInput{background:#dae0c7;}
.nl-form .GoThemeButton{color:#6b7746;background:#9fab79;}
.footer-mdl{border-color:#a2ae7c;}
.footer-btm{color:#dae0c7;}
.item-title a{color:#616e35;}
.ShippingSelect input[type="radio"] + label { margin-left: 1em; }

#promo-opener {
  background: #5074B2 !important;
}