/* [Global] */
body { font: 300 15px/1.5 "Roboto",Arial, 'Helvetica Neue', Helvetica, sans-serif; background-color: #f4f4f4; }

label { display: block; }
input[type=radio] + label, input[type=checkbox] + label { display: inline-block; padding-left: 10px; font-weight: normal; }

button[disabled], html input[disabled] { background: rgb(235, 235, 228); }
.col-xs-6:nth-of-type(2n) { margin-bottom: 10px; }
[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%; }

.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; }
.LayoutMiddle { padding: 20px 0; background: #fff; }

.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; }
.g-signin2 { display: inline-block; }
/* [/Global] */

/* [Layout] */

/* [/Layout] */

/* [Widgets] */

/* [/Widgets] */

/* [ProductDetails] */
.ProductDetailsPriceLabel { display: none; }
input.ProductDetailsQuantityTextBox { width: 70px; text-align: center; padding: 0; }
#lblProductStatus:after { content: " - "; }
#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; }

.variant-carousel .variantSelection, .variant-carousel .variantSelection tr, .variant-carousel .variantSelection td { float: left; width: 0; height: 0; overflow: hidden; }
.variant-carousel .tbl input { opacity: 0; position: absolute; left: 0; top: 0; bottom: 0; right: 0; width: 100%; height: 100%; float: left; }
.variant-carousel .tbl input[type="radio"] + label { border: 1px solid #dddddd; }
.variant-carousel .tbl input[type="radio"]:checked + label { background: #f4634b; border-color: #f4634b; }
.variant-carousel select { display: none; }

.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; }
.single-prod { background-color: #fff; }
.single-prod a:hover { text-decoration: none; }
.single-prod .top { margin-bottom: 20px; text-transform: uppercase; font-size: 13px; font-weight: bold; background-color: #f4634b; color: #fff; border-radius: 5px; }
.single-prod .top ul { margin: 0; padding: 0; padding-left: 20px; text-align: left; }
.single-prod .top .col { padding: 18px 0; text-align: left; list-style: none; }
.top p { margin: 0; }
.single-prod .top .col:nth-child(1) .feature-block { display: block; }
.top .col:nth-child(1) .prod-feature-icon { top: 8px; }
.top .restocking-icon { background-position: -35px 0; }
.top .delivery-icon { background-position: -69px 0; }
.bx-wrapper img { margin: 0 auto; }

.ProductDetailsSocialBookmarks { text-align: center; }
.ProductDetailsSocialBookmarks .addthis_default_style .at300b, .ProductDetailsSocialBookmarks .addthis_default_style .at300m { float: none; }
.prod-left-btm { color: #000; border: 1px solid #bababa; border-radius: 3px; }
.prod-left-btm-top { border-bottom: 1px solid #bababa; }
.shopping-guarante { padding: 10px 20px; color: #fff; background-color: #bababa; }
.shopping-guarante p { font-size: 12px; }
.shopping-guarante p:last-child { margin-top: 3px !important; }
.prod-left-btm img { display: block; margin: 3px auto; }
.prod-left-btm .prod-featured { text-align: left; padding-top: 15px; padding-bottom: 15px; }
.prod-left-btm .prod-featured-item { display: block; padding: 10px 15px; font-size: 11px; font-weight: bold; }
.prod-left-btm .prod-featured-item span { display: inline-block; }
.prod-featured p { line-height: 12px; }
.prod-featured li:nth-child(2) { line-height: 18px; }
.icon-protection { position: absolute; display: inline-block; top: -7px; left: 0; width: 30px; height: 30px; background: url(../images/protection-icon.png) no-repeat; }
.icon-purchase { background-position: -30px 0; } 
.icon-lowest-price { background-position: -60px 0; }
.prod-tabs.prod-tabs-left a { color: #f4634b; }

.prod-right { padding: 20px 0; border-bottom: 1px solid #dddddd; }
.ProductDetailsProductName { font-size: 20px; }
.prod-availability { display: inline-block; padding: 5px 7px; color: #fff; background-color: #79c654; border-radius: 3px; }
.prod-right .ProductDetailsReviewRatingCount, .prod-right .ProductDetailsReviewRatingCount a { color: #f56d57; }
.ProductDetailsReviewDisplay { clear: both; padding: 10px 0; font-size: 12px; }
.prod-price-area .home-title:after, .prod-price-area .home-title:before { width: 30%; } 
.prod-feature { padding: 30px 0; border-bottom: 1px solid #ddd; font-size: 13px; }
.prod-right .prod-feature div { display: inline-block; padding: 10px 0; }
.prod-right .prod-feature div:nth-child(2) { float: right; }
.prod-right .prod-feature div:last-child { display: block; margin-right: 0; text-align: center; }
.prod-feature span { text-transform: uppercase; font-weight: bold; }
.prod-feature-icon { display: inline-block; position: absolute; left: 0; top: -5px; width: 30px; height: 28px; background: url(../images/rar/prod-icon.png) no-repeat; }
.prod-shipping-icon { background-position: -105px 0; }
.free-rug { background-position: -140px 0; }
.no-tax-icon { background-position: -170px 0; }
.exclamatory-icon { position: absolute; display: inline-block; top: 15%; right: -30px; height: 16px; width: 16px; background: url(../images/rar/exclamatory-icon.png) no-repeat; }
.prod-attr a { color: #f4634b; }
.ProductDetailsManufacturerName { color: #000; }
.ProductDetailsManufacturerName a { color: #f56d57; }
.ProductDetailsAttributesTable tr { display: block; margin: 10px 0; }
.prod-right .ProductDetailsAttributes strong { margin: 0; color: #000; }
.prod-right .ProductDetailsAttributesDiv { margin-left: 3px; color: #f56d57; }
.prod-links .col { margin: 0; padding: 15px; color: #000; border: 1px solid #ddd; }
.prod-links .col:nth-child(2n+1) { padding-left: 0; border-left: none; }
.prod-links .col:nth-child(2n+2) { margin-bottom: 0; border-right: none; }
.prod-links-col a { font-size: 12px; font-weight: bold; color: #000; }
.prod-links-col span { padding-left: 25px; }
.prod-right .prod-links-col .ProductDetailsAddToWishlistButton { margin: 0; padding: 0; color: #000; text-transform: capitalize; font-size: 12px; font-weight: bold; background-color: transparent; }
.prod-right .prod-links-col .ProductDetailsAddToWishlistButton:hover { color: #000; background-color: transparent; }
.prod-links-icon { top: -3px; height: 22px; width: 19px; background: url(../images/rar/prod-links.png) no-repeat; }
.prod-feature-icon2 { background-position: -19px -1px; }
.prod-feature-icon3 { background-position: -38px 0; }
.prod-feature-icon4 { background-position: -57px 0; }
.chat-with-us { margin-top: 30px; color: #000; font-size: 12px; }
.chat-icon { position: absolute; display: inline-block; left: 0; top: 0; width: 20px; height: 20px; background: url(../images/chat-icon.jpg) no-repeat; }
.chat-with-us a { color: #f4634b; }
.variant-carousel li { padding: 10px; }
.variant-carousel label { padding: 15px 20px; }
.ProductDetailsVariations { text-align: center; font-size: 18px; }

.prod-price { font-size: 40px; font-weight: bold; color: #82c8bd; }
.ProductDetailsQuantity input:first-child { margin-right: 15px; }
.prod-right .ProductDetailsAddToWishlistButton, .prod-right .ProductDetailsAddToCartButton { text-transform: uppercase; margin: 10px 0; padding: 17px 25px; background-color: #f4634b; color: #fff; border: none; }
.prod-right .ProductDetailsAddToWishlistButton { margin-right: 0; padding: 17px 7px; background-color: #82c8bd; }
.ProductDetailsAddToWishlistButton:hover { color: #fff; background-color: #82c8bd; }
.ProductDetailsAddToCartButton:hover { background-color: #f4634b; }

.prod-mdl { border-top: 1px solid #ddd; }
.prod-tabs { margin: 10px 0; border: 1px solid #dddddd; border-radius: 3px; background: #f4f4f4; }
.prod-tabs a { position: relative; display: block; padding: 14px; color: #82c8bd; }
.prod-tabs .icon-collapsed { float: right; padding: 2px 6px; line-height: 14px; font-size: 18px; font-weight: bold; border: 1px solid #ddd; border-radius: 50%; }
.plus { display: none; }
.prod-tabs a.design-tips, #design-tips { background-color: #f4f4f4; }
.prod-tabs a.collapsed.design-tips { background-color: #f4f4f4; }
a.collapsed .plus { display: inline-block; padding: 2px 4px; }
a.collapsed .minus { display: none; }
.area-design img { display: block; margin: 0 auto; }
.carousel-prod-display .bx-wrapper { margin-top: 35px; }
.carousel-prod-display .prod-feature { padding: 10px 0; border: none; }
.carousel-prod-display .prod-feature .free-rug { top: -10px; }
.carousel-prod-display .prod-feature span { padding-left: 30px !important; font-size: 12px; }
.carousel-prod-display .prod-feature .rug { display: none; }
.prod-brand { display: block; margin: 5px 0; }
.carousel-prod-display .prod-name a { margin: 5px 0; }

.review-prod-name { font-size: 16px; }
.review-count { display: inline-block; padding: 12px 67px; font-size: 24px; font-weight: 500; color: #fff; background-color: #f4634b; border-radius: 25px; }
.StarRatings td { display: inline-block; margin: 0 3px; }
.star-rating { margin: 0 10px; } 

.star-rating table { display: inline-block; }
.write-review { margin: 40px 0; color: #82c8bd; }
.write-review a { color: #82c8bd; }
.FeaturedItemsRating table { margin: 0 auto; }


.icon.icon-review { background: url(../images/rar/icon-reviews.png) no-repeat; }
.reviews-border { padding-bottom: 25px; border-bottom: 1px solid #ddd; }
.ratings-detail { display: inline-block; line-height: 0; }
.ratings-detail .ProductReviewRatings { display: inline-block; }
.ratings-detail .ProductReviewDimensionName { display: none; }
.ratings-detail .review-count { display: inline-block; padding: 20px 18px; font-size: 16px; }
.review-date { color: #666666; }
/* [/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: 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 */
.categoryLeft { width: 100%; padding: 0 15px; }
.cat-promo-banner { margin-bottom: 10px; padding: 11px 10px; border: 1px solid #dddddd; border-radius: 5px; }
.cat-promo-banner a { font-size: 15px; font-weight: 400; color: #000;  }
.cat-promo-banner a:hover { text-decoration: none; }
.cat-promo-banner img { position: absolute; height: 100%; right: 0; top: 0; bottom: 0; }
.categoryRight { width: 100%; padding: 0 15px; }
.categoryRight .breadcrumb { display: inline-block; }
.content a.thumbnail { display: inline-block; border: none; background: transparent; }
.content { padding: 30px 0; background-color: #ffffff; }
.content .well { padding: 10px 20px; background-color: #ffffff; }
.content .well p { margin: 0; font-size: 16px; }
.content .well .discount { font-size: 16px; color: #82c8bd; }
.discount-image { position: absolute; right: 0; top: 0; bottom: 0; }
.discount-image img { height: 100%; }
.content .banner img { max-width: 100%; }
.selected-filter { float: right; padding: 10px 0; }
.selected-items { position: relative; padding: 3px 8px; padding-right: 35px; color: #fff; background-color: #82c8bd; border-radius: 5px; }
.selected-items i { position: absolute; top: 0; bottom: 0; right: 0; padding: 4px 10px; background-color: #59aa9d; border-radius: 0 5px 5px 0; }
.content .page-header { margin: 0; padding: 0; border: none; }
.content .page-header h2 { margin: 10px 0; }

.content select { font-weight: 100; }
.filter-select { margin: 20px 0; padding: 0 10px; font-size: 13px; color: #000; border: 1px solid #ddd; background-color: #f4f4f4; }
.select-section { padding: 0; }


.filter-select .select-items { display: inline-block; padding: 10px 3px; } 
.filter-select select { padding: 9px; }
.filter-select span { color: #82c8bd; font-weight: 500; }
.select-right li:last-child select { width: 60px; }

.content .CategoryProductPriceLabel { display: none; }
.content .header-top-icon { position: relative; }

.content .sec-filter { margin: 0; padding: 20px; border-bottom: 1px solid #ddd; list-style-type: none; }
.content .sec-filter label { margin: 0; padding: 10px 30px; background-color: #fff; border-radius: 3px; font-weight: 100; }
.left-attr label span:before { content: " "; position: absolute; left: 10px; top: 46%; margin-top: -4px; float: left; width: 12px; height: 12px; background: #ffffff; border: 1px solid #999; border-radius: 2px; }
.left-attr label input[type=checkbox]:checked + span:before { content: "\2713"; color: #fff; background: #e28413; border-color: #e28413; font-size: 9px; font-weight: 700; }
.content .sec-header { padding-bottom: 10px; font-weight: 700; }
.content .sec-footer { display: block; text-align: center; }



.category-product .prod-hover { position: relative; padding: 0 10px; border: 1px solid transparent; text-align: center; background-color: #ffffff; }
.category-product .prod-hover:hover { clear: both; border: 1px solid #e8e8e8; border-bottom: transparent; -webkit-box-shadow: 1px -6px 27px 6px rgba(235,235,235,1); -moz-box-shadow: 1px -6px 27px 6px rgba(235,235,235,1); box-shadow: 1px -6px 27px 6px rgba(235,235,235,1); }
.category-product.grid-view:hover .prod-adds { display: block; }

.catalog-icon { display: inline-block; height: 35px; width: 35px; background: url(../images/rar/catalog-icon.png) no-repeat; }
.catalog-icon.balance-icon { background-position: -50px 0; }

.category-product .prod-feature { display: inline-block; text-align: left; padding: 10px 20px; border: none; }
.category-product .prod-feature span { padding-left: 35px !important; font-size: 11px; font-weight: 500; }
.category-product .prod-feature div { margin: 10px 0; }
.category-product .prod-feature .rug { display: none; }
.CategoryProductReview table { margin: 5px auto; }
.content .product-flag.top.left { position: absolute; left: 0; top: 6px; z-index: 1; overflow: hidden; width: 75px; height: 75px; text-align: right; transform: rotate(0); -ms-transform: rotate(0); -moz-transform: rotate(0); -webkit-transform: rotate(0); }
.content .product-flag span { font-size: 10px; font-weight: bold; color: #fff; text-transform: uppercase; text-align: center; line-height: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); width: 100px; display: block; background: #3ea400; box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1); position: absolute; top: 19px; left: -21px; bottom: initial; }
.content .product-flag span::before { content: ""; position: absolute; left: 0px; top: 100%; z-index: -1; border-left: 3px solid #266400; border-right: 3px solid transparent; border-bottom: 3px solid transparent; border-top: 3px solid #266400; }
.content .product-flag span::after { content: ""; position: absolute; right: 0px; top: 100%; z-index: -1; border-left: 3px solid transparent; border-right: 3px solid #266400; border-bottom: 3px solid transparent; border-top: 3px solid #266400; }
.content .product-flag.spotlight span { background: #AC34A3; }
.prod-adds { display: none; position: absolute; left: -1px; right: -1px; text-align: center; bottom: -116px; border: 1px solid #e8e8e8; border-top: none; z-index: 99; background-color: #fff; -webkit-box-shadow: 1px 5px 25px 4px rgba(235,235,235,0.96); -moz-box-shadow: 1px 5px 25px 4px rgba(235,235,235,0.96); box-shadow: 1px 5px 25px 4px rgba(235,235,235,0.96); } 
.prod-adds .btn-primary { margin-top: 20px; }
.content .filter { margin: 10px 0; padding: 10px; background-color: #f4f4f4; border: 1px solid #e3e3e3; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0,0,0,.05); font-weight: 700; }
.content .pagination { margin: 0; }
.content .pagination { margin-top: 4px; }

.pagination li a, .pagination li span { margin: 0 5px; padding: 4px 10px; color: #000; border-radius: 4px; }
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>li>a:hover, .pagination>li>a:focus { background-color: #82c8bd; color: #fff !important; border-color: #82c8bd; }
li.pagi-btn span, li.pagi-btn a { text-indent: -99px; margin-right: 25px; padding: 4px 14px; overflow: hidden; background: url(../images/rar/catalog-pagination-arrow.png) no-repeat 9px -1px; }
.pagi-btn.prev a { margin-left: 25px; margin-right: 0; padding: 4px 14px; background-position: -19px -1px; }
.pagi-btn.prev a span { margin: 0; padding: 0; }
.carousel-prod-display { clear: both; }
/* [/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%; }
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; }

.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; }


.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: inline-block; content: ' '; width: 0px; height: 0px; border-style: solid; border-color: transparent transparent transparent; border-left-color: inherit; border-width: 5px 5px 5px 10px; position: relative; top: -3px; }
.payment-method.active .payment-name:before { border-color: transparent; border-top-color: inherit; border-width: 10px 5px 5px 5px; top: 2px; }

.custom-fields .field { min-height: 80px; }

label.remove-payment, label.image-input-replace { position: relative; padding: 0; font-weight: inherit; }

label.remove-payment a, label.image-input-replace a { cursor: pointer; position: relative; z-index: 1; }

label.remove-payment input, label.image-input-replace input { position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; }

.floating-totals { min-height: 1px; }


.BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; }
.BillMeLater .payment-name span { display: none; }
.BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; }
.BillMeLater .payment-name { background: url('https://www.paypalobjects.com/webstatic/en_US/i/buttons/ppcredit_SM_BNPOT_1x.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 40px; }
.BillMeLater .payment-name span { display: none; }
.BillMeLater .payment-name:before, .PayPal .payment-name:before { left: -147px; }
.PayPalExpress .payment-name, .PayPal .payment-name { background: url('../images/paypal-logo.png') no-repeat top left; text-indent: 90px; margin-left: 20px; height: 25px; }
.PayPalExpress .payment-name:before, .PayPal .payment-name:before { left: -110px; }
.PayPalExpress .payment-name span, .PayPal .payment-name span { display: none; }
.PayPal .paypal-text { display: none; }
.PayPal.active .paypal-text { display: block; }
.OnePageCheckOut .ShoppingCartCouponCode { padding: 0; }
.PayPalCommerce .payment-name { background: url('https://www.paypalobjects.com/webstatic/mktg/Logo/pp-logo-100px.png') no-repeat top left; text-indent: 127px; margin-left: 20px; height: 26px; }
.PayPalCommerce .payment-name span { display: none; }
.PayPalCommerce .payment-name:before { left: -147px; }
.CardNumberIframe { height: 35px; }
.Afterpay .payment-name { background: url('/store/images/afterpay.png') no-repeat top left; background-size:126px 35px; text-indent: 127px; margin-left: 20px; height: 30px; }
.Afterpay .payment-name:before { left: -147px; }
/* [/OnePageCheckOut] */

/* [MyAccount] */
.MyAccountPercentBarArea { border: 1px solid #999; border-radius: 5px; }
.MyAccountPercentBarInner { padding: 1px; }
.MyAccountPercentBar { border-radius: 4px; background: #66CC66; box-shadow: -5px -5px 5px rgba(0,0,0,0.25) inset, 5px 5px 5px rgba(255,255,255,0.5) inset; text-align: center; font-weight: bold; font-size: 11px; line-height: 15px; }

.MyAccountShowHideTable { display: none; }

.MyAccountSection .StarRatings { float: none; margin: 0 auto; }
.MyAccountSection .StarRatings td { padding: 0 2px; border: none; }
.CustomField.MyAccountSectionEntry { padding: 0 0 10px; width: 48%; float: left; min-height: 40px; }
.CustomField.MyAccountSectionEntry:nth-child(2n) { margin-bottom: 15px; }
#trAddNew { font-weight: bold; }
/* [/MyAccount] */

/* [CustomerLogin] */
.CustomerLoginEmailTextbox { width: 180px; }


.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] */

/* [Widget6545] */
.Control_6545 {  }
.ControlHeader_6545 {  }
.Control_6545 h4 { margin-bottom: 0; }
.ControlItem_6545 {  }
.ControlLink_6545 {  }
.ControlLink_6545:hover {  }
.ControlLink_6545 a {  }
.ControlLink_6545 a:hover {  }
.ControlLink_Link_6545 {  }
.ControlLink_Link_6545:hover {  }
.ControlLinkSeperator_6545 {  }
.ControlText_6545 {  }
.ControlInput_6545 {  }
.ControlFooter_6545 {  }
.FeaturedItemsRating_6545 {  }
.FeaturedItemsDetails_6545 {  }
.FeaturedItemsPriceHR_6545 {  }
.FeaturedItemsPriceAlignment_6545 {  }
.FeaturedItemsBuyMoreLinkHR_6545 {  }
.FeaturedItemsThumbnail_6545 {  }
.PriceLabels_6545 {  }
.ProductDisplayBuyNowLink_6545 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_6545 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_6545 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_6545 { float: right; padding-right: 5px; display: inline; }
/* [/Widget6545] */

/* [Widget16157] */
.Control_16157 { padding-top: 20px; padding-bottom: 20px; }
.ControlHeader_16157 {  }
.ControlItem_16157 {  }
.ControlLink_16157 {  }
.ControlLink_16157:hover {  }
.ControlLink_16157 a {  }
.ControlLink_16157 a:hover {  }
.ControlLink_Link_16157 {  }
.ControlLink_Link_16157:hover {  }
.ControlLinkSeperator_16157 {  }
.ControlText_16157 {  }
.ControlInput_16157 {  }
.ControlFooter_16157 {  }
.BlogTagCloud.Control_16157 { text-align: justify; }
.TagCloudList_16157 { list-style-type: none; margin: 0; padding: 0; }
.BlogTagCloud .ControlItem_16157 { display: inline; padding: 0 5px 0 0; vertical-align: bottom; }
.BlogTagCloud .ControlLink_Link_16157 { -webkit-transition: 0.5s; -moz-transition: -.5s; }
.BlogTagCloud .TagCloud_MinSize_16157 { opacity: 0.5; }
.BlogTagCloud .TagCloud_MedSize_16157 {  }
.BlogTagCloud .TagCloud_MaxSize_16157 { font-weight: bold; }
.BlogTagCloud .ControlLink_Link:hover_16157 { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; }
/* [/Widget16157] */

/* [Widget6093] */
.ControlLink_6093:hover {  }


.ControlLink_Link_6093 {  }
.ControlLink_Link_6093:hover {  }
/* [/Widget6093] */

/* [Widget6546] */
.Control_6546 {  }
.Control_6546 h4 { margin-bottom: 0; }
.ControlHeader_6546 {  }
.ControlItem_6546 {  }
.ControlLink_6546 {  }
.ControlLink_6546:hover {  }
.ControlLink_6546 a {  }
.ControlLink_6546 a:hover {  }
.ControlLink_Link_6546 {  }
.ControlLink_Link_6546:hover {  }
.ControlLinkSeperator_6546 {  }
.ControlText_6546 {  }
.ControlInput_6546 {  }
.ControlFooter_6546 {  }
.FeaturedItemsRating_6546 {  }
.FeaturedItemsDetails_6546 {  }
.FeaturedItemsPriceHR_6546 {  }
.FeaturedItemsPriceAlignment_6546 {  }
.FeaturedItemsBuyMoreLinkHR_6546 {  }
.FeaturedItemsThumbnail_6546 {  }
.PriceLabels_6546 {  }
.ProductDisplayBuyNowLink_6546 { font-size: 7pt; text-decoration: none; }
.ProductDisplayMoreLink_6546 { font-size: 7pt; text-decoration: none; }
.ProductDisplayStatus_6546 { font-size: 7pt; text-decoration: none; }
.ProductDisplayBuyMoreArea_6546 { float: right; padding-right: 5px; display: inline; }
/* [/Widget6546] */

/* [Widget6687] */
.Control_6687 {  }
.ControlHeader_6687 {  }

.ControlItem_6687 {  }
.ControlText_6687 {  }
.ControlInput_6687 {  }
/* [/Widget6687] */

/* [Widget6681] */
.Control_6681 {  }
.Control_6681 a { font-size: 1.5em; }
/* [/Widget6681] */

/* [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; }
/* [/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] */
.primary-color { color: #f4634b; }
.txt-black { color: #000000; }
.icon { float: left; width: 20px; height: 20px; background: url(../images/rar/icons.png) no-repeat; }
.icon-calendar { background-position: -30px 0; }
.icon-price { background-position: -60px 0; } 
.icon-balance { background-position: -90px 0; } 

.header-top { background-color: #fff; box-shadow: 0 0 18px rgba(0,0,0,0.2); }
.header-top .container { position: relative; }
.header-top a { margin: 0; color: #000; }
.header-top ul li { display: inline-block; }

.header-top-left { padding: 10px 0; color: #82c8bd; font-size: 13px; text-align: center; border-bottom: 1px solid #ddd; }
.header-top-left p { margin: 0; }
.header-top-mdl { font-size: 13px; font-weight: bold; color: #f4634b; }
.header-top-mdl ul { float: left; margin: 0; padding: 0; }
.header-top-mdl li { float: left; padding: 0 15px; line-height: 20px; border-right: 1px solid #dddddd; }
.header-top-mdl li:last-child { border: none; }
.header-top-mdl li span { position: relative; display: inline-block; padding-left: 25px; }
.header-top-mdl .icon { position: absolute; left: 0; top: 50%; margin-top: -10px; }

.header-top-right { padding: 5px 0 0; margin: 0; text-align: center; }
.header-top-right li { position: relative; padding: 0 10px; list-style: none; }
.header-top-right li:last-child { padding-right: 0; }
.header-top-right li a { float: right; padding: 0 12px; color: #000; }

.header-mdl { padding: 20px 0; }
.header-mdl .logo { margin-bottom: 10px; }
.search-box { position: relative; }
.search-box .fa-search { position: absolute; top: 50%; right: 18px; z-index: 0; float: left; margin-top: -8px; color: #82c8bd; font-size: 20px; line-height: 16px; }
.search-box .SearchBox1 { width: 100%; height: 40px; padding-right: 50px; font-style: italic; border-color: #ddd; }
.header-mdl .SearchGoThemeButton { position: absolute; top: 0; bottom: 0; right: 0; z-index: 1; text-indent: 200px; width: 60px; padding: 0; border: none; background: transparent; }
.header-mdl .SearchGoThemeButton:focus, .header-mdl .SearchGoThemeButton:active:focus { outline: 0; }

.header-btm { text-align: center; border-bottom: 1px solid #ddd; border-top: 1px solid #ddd; }
.header-btm .primary-menu { float: left; display: block; margin-left: 10px; line-height: 22px; font-size: 13px; color: #000; font-weight: bold; }
.primary-menu .txt-menu { position: relative; display: inline-block; padding: 8px 10px 8px 35px; }
.primary-menu .icon-menu { position: absolute; left: 0; top: 10px; float: left; width: 24px; border-top: 2px solid #000; }
.primary-menu .icon-menu:before, .primary-menu .icon-menu:after { content: ''; position: absolute; left: 0; top: 5px; float: left; width: 24px; border-top: 2px solid #000; }
.primary-menu .icon-menu:after { top: 12px; }

.header-btm-left { font-weight: bold; }
.main-menu li a { padding: 10px; font-size: 13px; color: #000; border: 1px solid transparent; }
.main-menu li a:hover, .main-menu li a:focus, .main-menu li a:active { color: #82c8bd; }
.main-menu .open>a, .main-menu .open>a:hover, .main-menu .open>a:focus { background-color: #ffffff; border-color: transparent; border-radius: 4px 4px 0 0; box-shadow: 0 0 8px rgba(0,0,0,0.25); }
.main-menu .dropdown-menu { display: none; }

.header-btm .collapse-menu { float: left; width: 100%; position: relative; }
.header-btm .mega-menus { display: none; position: absolute; left: 0; top: 100%; right: 0; z-index: 9; background: #fff; }
.header-btm .megamenu { display: none; clear: both; }
.header-btm .megamenu.mm-show { display: block; }
.megamenu .nav-list { float: left; width: 25%; padding: 10px; }
.megamenu .nav-list li { float: left; width: 50%; }
.megamenu .nav-list li a { text-indent: 35px; color: #000; }
.megamenu .shape-blanket { width: 18px; height: 30px; margin-top: 25px; }
.megamenu .shape-sample { width: 30px; height: 40px; }
.megamenu .shape-rectangle { width: 40px; height: 50px; }
.megamenu .shape-runner { width: 15px; height: 50px; }
.megamenu .shape-square { width: 50px; height: 50px; }
.megamenu .shape-round { width: 50px; height: 50px; }
.megamenu .shape-oval { width: 34px; height: 50px; }
.megamenu .shape-octangle { width: 50px; height: 50px; }
.megamenu .shape-octangle:before, .megamenu .shape-octangle span:before, .megamenu .shape-octangle:after, .megamenu .shape-octangle span:after { width: 50px; border-left-color: #fff; border-right-color: #fff; }
.megamenu .shape-octangle:before, .megamenu .shape-octangle:after { border-left-width: 15px; border-right-width: 15px; }
.megamenu .shape-octangle:before { border-bottom-width: 15px; }
.megamenu .shape-octangle:after { border-top-width: 15px; }
.megamenu .shape-octangle span { width: 46px; height: 18px; top: 15px; background: #fff; }
.megamenu .shape-octangle span:before, .megamenu .shape-octangle span:after { left: 1px; width: 44px; border-left: 11px solid transparent; border-right: 11px solid transparent; }
.megamenu .shape-octangle span:before { top: -11px; border-bottom: 11px solid #fff; }
.megamenu .shape-octangle span:after { bottom: -11px; border-top: 11px solid #fff; }
.megamenu .shape-freeform span, .megamenu .shape-freeform span:before, .megamenu .shape-freeform span:after { background: #fff; }
.megamenu .shape-freeform, .megamenu .shape-freeform:before, .megamenu .shape-freeform:after { width: 50px; height: 50px; border-radius: 8px; }
.megamenu .shape-freeform span, .megamenu .shape-freeform span:before, .megamenu .shape-freeform span:after { width: 46px; height: 46px; border-radius: 6px; }
.megamenu .shape-heart { width: 50px; height: 50px; }
.megamenu .shape-heart span { left: -1px; top: 0; }
.megamenu .shape-heart:before, .shape-heart:after, .shape-heart span:before, .shape-heart span:after { left: 20px; width: 20px; height: 40px; border-radius: 20px 20px 0 0; }
.megamenu .shape-heart:after, .shape-heart span:after { left: 0; }
.megamenu .shape-heart span:before, .shape-heart span:after { background: #fff; }

.breadcrumb { background: #fff; margin: 0; padding: 10px; font-weight: bold; line-height: 20px; font-size: 11px; text-transform: uppercase; color: #999999; }
.breadcrumb a { position: relative; padding-right: 9px; margin-right: 10px; color: #999999; }
.breadcrumb a:after { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(136, 136, 136, 0); border-left-color: #888; border-width: 4px 4px 4px 5px; margin-top: -5px; }
.breadcrumb b { display: inline-block; }
/* [/Header] */

/* [Footer] */
.back-to-top { position: fixed; bottom: 0; right: 25px; z-index: 1; }
.back-to-top a { display: inline-block; padding: 10px 20px; color: #fff; background-color: #f4634b; border-radius: 3px 3px 0 0; }
.back-to-top a:hover, .back-to-top a:focus { color: #fff; }
.back-to-top .fa { display: inline-block; margin-right: 8px; font-size: 18px; }
.footer { border-top: 1px solid #dddddd; }
.footer-top { position: relative; text-align: center; padding: 15px 0; border-top: 1px solid #dddddd; }
.footer-border-top { padding: 0 0 20px; border-bottom: 1px solid #dddddd; }
.footer-border-top a { color: #000; }
.footer-border-btm { padding: 20px 0; border-bottom: 1px solid #dddddd;}
.vertical i:hover { color: #82c8bd; }
.footer-top-right { border-left: 1px solid #dddddd; }
.mail-header div { text-transform: uppercase; margin: 10px 0; font-weight: bold; color: #000; }
.footer-top input[type=text] { height: 50px; width: 100%; }
.footer-top  input[type=submit] { position: absolute; top: 9px; right: 10px; width: 30px; padding: 6px 12px; margin-left: -3px; text-indent: -99px; border: none; background: #f4634b url(../images/rar/icon-arrow-right-white.png) no-repeat 50% 50%; }
.footer-mdl { position: relative; padding: 22px 0; background-color: #fff; border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }

.acceptedCreditCardLogos { display: inline-block; }
.acceptedCreditCardLogos div, .acceptedPaymentMethodLogos li { margin-right: 15px; margin-bottom: 0; }
.payment-card2 { text-align: center; }
.payment-icon { display: inline-block; height: 20px; width: 32px; text-indent: 100px; overflow: hidden; margin-right: 15px; background: url(../images/rar/icon-payments.jpg) no-repeat; }
.payment-icon:last-child { margin: 0; }
.american-icon { background-position: -60px 0; }
.pci-icon { background-position: -120px; }
.payment-card2 img { margin: 10px 0; }

.footer-btm { padding-bottom: 30px; }
.footer-btm h4 { font-size: 14px; font-weight: 600; }
.footer-btm a, .footer-btm { padding-left: 0 !important; color: #000; }
.nav-header { position: relative; margin: 0; padding: 15px 0; border-bottom: 1px solid #dddddd; }
.nav-header div { display: inline-block; }
.footer-btm .nav-header:after { content: '-'; position: absolute; right: 0; top: 50%; width: 20px; height: 20px; margin-top: -10px; line-height: 18px; font-size: 18px; font-weight: bold; text-align: center; }
.footer-btm .nav-header.collapsed:after { content: '+'; }
.footer-btm .nav-header i { float: right; display: none; }
.footer-btm a.collapsed .fa-plus { display: inline-block; }
.footer-btm .nav-header .fa-minus { display: inline-block; }
.footer-btm a.collapsed .fa-minus { display: none; }
.display-table { display: table; width: 100%; height: 100%; }
.display-cell { display: table-cell; vertical-align: middle; }
/* [/Footer] */

/* [Default] */
.font-georgia, .title, .promo-title, .filter-title { font-family: Georgia, Times, 'Times New Roman', serif; }
.txt-white { color: #fff; }
.txt-primary { color: #f4634b; }
.txt-secondary { color: #82c8bd; }
.btn { padding: 11px 20px; font-weight: bold; }
.btn-primary { background-color: #f4634b; border-color: #f4634b; }
.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #f4634b; border-color: #f4634b; }
.nav>li>a:hover, .nav>li>a:focus, .nav>li>a:active { background-color: transparent; }

.tooltip-inner { padding: 5px 10px; font-size: 12px; font-weight: 500; background-color: #82c8bd; }
.tooltip.top .tooltip-arrow { border-top-color: #82c8bd; }
.tooltip.left .tooltip-arrow { border-left-color: #82c8bd; }
.tooltip.right .tooltip-arrow { border-right-color: #82c8bd; }
.tooltip.bottom .tooltip-arrow { border-bottom-color: #82c8bd; }

.table { display: table; height: 100%; width: 100%; }
.table-cell { display: table-cell; vertical-align: middle; text-align: center; }
.owl-nav .owl-prev, .owl-nav .owl-next { position: absolute; left: 0; top: 50%; float: left; width: 16px; height: 34px; margin-top: -17px; opacity: 0; text-indent: -200px; overflow: hidden; transition: opacity 800ms; background: url(../images/rar/nav-carousel.png) no-repeat; }
.owl-nav .owl-next { left: auto; right: 0; background-position: -30px 0; }
.owl-carousel:hover .owl-nav .owl-prev, .owl-carousel:hover .owl-nav .owl-next { opacity: 1; }
.list-attr { float: left; width: 100%; padding: 0 20px; }
.list-attr .item { padding: 0 8px; }
.carouselSizeShapeNav { padding: 0 20px; text-align: center; }
.carouselSizeShapeNav a { position: relative; display: inline-block; min-width: 80px; padding: 45px 12px 12px; text-indent: -350px; overflow: hidden; }
.carouselSizeShapeNav div { text-indent: 0; }
.carouselSizeShapeNav .tooltip.top { top: -2px !important; }
.shape-heart, .shape-blanket, .shape-sample, .shape-runner, .shape-rectangle, .shape-square { display: block; width: 26px; height: 100px; margin: 0 auto; border: 2px solid #c2c2c2; }
.shape-blanket { width: 32px; height: 60px; margin-top: 40px; }
.shape-sample { width: 56px; height: 80px; margin-top: 20px; }
.shape-runner { width: 76px; }
.shape-square { width: 100px; }
.shape-heart { position: relative; width: 100px; margin-left: 10px; border-width: 0; }
.shape-heart span { display: block; position: absolute; top: 1px; left: 0; right: 0; bottom: 0; z-index: 1; transform: scale(0.92); }
.shape-heart:before, .shape-heart:after, .shape-heart span:before, .shape-heart span:after { position: absolute; content: ""; left: 50px; top: 0; width: 50px; height: 100px; background: #c2c2c2; border-radius: 50px 50px 0 0; transform: rotate(-45deg); transform-origin: 0 100%; }
.shape-heart:after, .shape-heart span:after { left: 0; transform: rotate(45deg); transform-origin: 100% 100%; }
.shape-heart span:before, .shape-heart span:after { background: #f4f4f4; }
.shape-freeform, .shape-octangle { display: block; height: 100px; width: 100px; margin: 0 auto; background: #c2c2c2; position: relative; }
.shape-freeform { border-radius: 18px; }
.shape-freeform:before, .shape-freeform:after { content: ""; position: absolute; left: 0; top: 0; height: 100px; width: 100px; background: #c2c2c2; transform: rotate(30deg); border-radius: 18px; }
.shape-freeform:after { transform: rotate(-30deg); }
.shape-freeform span { position: absolute; left: 2px; top: 2px; z-index: 1; display: block; height: 96px; width: 96px; background: #f4f4f4; border-radius: 16px; }
.shape-freeform span:before, .shape-freeform span:after { content: ""; position: absolute; left: 0; top: 0; height: 96px; width: 96px; background: #f4f4f4; border-radius: 16px; transform: rotate(30deg); }
.shape-freeform span:after { transform: rotate(-30deg); }
.shape-octangle { height: 108px; width: 108px; }
.shape-octangle:before, .shape-octangle span:before { content: ""; position: absolute; top: 0; left: 0; width: 108px; height: 0; border-bottom: 30px solid #c2c2c2; border-left: 30px solid #f4f4f4; border-right: 30px solid #f4f4f4; }
.shape-octangle:after, .shape-octangle span:after { content: ""; position: absolute; bottom: 0; left: 0; width: 108px; height: 0; border-top: 30px solid #c2c2c2; border-left: 30px solid #f4f4f4; border-right: 30px solid #f4f4f4; }
.shape-octangle span { position: absolute; left: 2px; top: 32px; z-index: 1; display: block; height: 44px; width: 104px; background: #f4f4f4; }
.shape-octangle span:before, .shape-octangle span:after { width: 104px; border-left: 30px solid transparent; border-right: 30px solid transparent; }
.shape-octangle span:before { top: -30px; border-bottom: 30px solid #f4f4f4; }
.shape-octangle span:after { bottom: -30px; border-top: 30px solid #f4f4f4; }
.shape-octangle:hover, .shape-octangle:hover span { background: #82c8bd; }
.shape-octangle:hover:before, .shape-octangle:hover span:before { border-bottom-color: #82c8bd; }
.shape-octangle:hover:after, .shape-octangle:hover span:after { border-top-color: #82c8bd; }
.shape-oval, .shape-round { display: block; height: 108px; width: 70px; border-radius: 50%; border: 2px solid #c2c2c2; }
.shape-round { width: 108px; }
.shape-freeform:hover, .shape-freeform:hover:before, .shape-freeform:hover:after, .shape-freeform:hover span, .shape-freeform:hover span:before, .shape-freeform:hover span:after, .shape-oval:hover, .shape-round:hover, .shape-blanket:hover, .shape-sample:hover, .shape-runner:hover, .shape-rectangle:hover, .shape-square:hover { background: #82c8bd; }
.shape-freeform:hover, .shape-freeform:hover:before, .shape-freeform:hover:after { box-shadow: 0 0 6px rgba(0,0,0,0.15); }
.shape-round:hover, .shape-blanket:hover, .shape-sample:hover, .shape-runner:hover, .shape-rectangle:hover, .shape-square:hover { box-shadow: 0 0 6px rgba(0,0,0,0.15); border-width: 0; }

.carouselColorNav { padding-bottom: 10px; }
.carouselColorNav a { display: block; margin: 0 auto; padding: 35px 0 10px; }
.carouselColorNav a img { transition: transform 800ms; }
.carouselColorNav a:hover img { transform: scale(1.1); }

/* Home Banner */
.section-banner { padding-top: 15px; }.home-page-banner .container { overflow: hidden; }
.SlideshowPrevious, .SlideshowNext { text-indent: -999px; top: inherit !important; bottom: 22px; height: 34px; width: 20px; background: url(../images/rar/icon-arrow-slider.png) no-repeat; }
.SlideshowPrevious { left: 20px; }
.SlideshowNext { right: 20px; }
.SlideshowPrevious a, .SlideshowNext a { width: 20px; height: 35px; overflow: hidden; }
.SlideshowNext { background-position: -20px; }
.banner-slider { font-size: 16px; margin-bottom: 20px; }
.banner-slider img { width: auto; max-width: inherit; }
.banner-slide { position: relative; }
.banner-in { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.banner-title, .banner-subtitle { margin: 0; padding: 0; font-weight: normal; text-transform: uppercase; }
.banner-title { font-size: 30px; }
.banner-subtitle { font-size: 26px; }
.banner-txt { margin: 0; padding: 10px 0 20px; font-weight: 300; font-size: 16px; }
.banner-slider .btn { min-width: 150px; }
.banner-slider .SlideshowButtons { text-align: center; left: 0; right: 0; bottom: 30px; margin: 0 50px; }
.banner-slider .SlideshowButtons li { float: none; display: inline-block; }
.banner-slider .SlideshowButtons .SlideshowButtonLink { height: 10px; width: 10px; background-color: #a99d96; border: none; } 
.banner-slider .SlideshowButtons .SlideshowButtonLinkCurrent { background-color: #fff; }

.promo-banner { display: block; position: relative; color: #000; overflow: hidden; border-radius: 4px; background: #fff; border: 1px solid #ddd; }
.promo-banner:hover, .promo-banner:focus, .promo-banner:active { text-decoration: none; color: #000; }
.promo-banner-in { position: relative; padding: 25px 20px; z-index: 1; }
.w-img .promo-banner-in { padding-right: 90px; }
.promo-title { margin: 0; line-height: 1.3; font-size: 20px; }
.promo-banner .txt-secondary { padding: 0 0 0 8px; font-size: 24px; }
.promo-banner .img { position: absolute; bottom: 0; right: 0; z-index: 0; }
.left-column .promo-banner-in { padding: 20px 10px; }
.primary-link { position: relative; display: inline-block; padding-right: 15px; text-transform: uppercase; font-size: 11px; font-weight: bold; color: #f4634b; }
.primary-link:hover { color: #f4634b; }
.primary-link:after { content: ''; position: absolute; display: inline-block; top: 50%; right: 0; height: 12px; width: 6px; margin-top: -7px; background: url(../images/rar/icon-arrow-right.png) no-repeat 50% 50%; }
.promo-text { position: relative; padding: 15px 0; }
.promo-text a { color: #000; text-decoration: none; }
.promo-text .sep:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; border-left: 1px solid #dddddd; }
.promo-text { text-transform: uppercase; margin: 0; font-size: 11px; font-weight: bold; }
.promo-text .primary-link { padding-left: 10px; font-size: inherit; }

.home-section { clear: both; float: left; width: 100%; padding-top: 15px; text-align: center; }
.home-section img { margin: 0 auto; }
.home-section .nav li a { padding: 0; }
.title { margin: 0; padding: 10px 5px; font-size: 24px; color: #010101; text-align: center; }
.title-bordered { overflow: hidden; }
.title-bordered .txt { position: relative; display: inline-block; }

.carouselStyleNav .item { padding: 0 10px; }
.carouselStyleNav .item-style { position: relative; overflow: hidden; }
.carouselStyleNav img { max-width: 100%; }
.style-hover { position: absolute; left: 0; right: 0; top: 100%; bottom: 0; text-align: left; padding: 0 15px; color: #fff; transform: scale(0); background-color: rgba(130,200,189,0.9); border-radius: 4px; transition: transform 800ms; }


.brands-carousel { float: left; width: 100%; margin-top: 10px; padding: 10px 20px; text-align: center; font-size: 16px; }
.brands-carousel .item { padding: 0 10px; }
.brands-carousel .img { display: block; position: relative; margin-bottom: 10px; }
.brands-carousel .img .btn-in { display: none; position: absolute; top: 50%; left: 0; right: 0; margin: -23px auto 0; }
.brands-carousel .img:hover .btn-in { display: block; }
.brands-carousel .owl-item img { width: auto; }
.brand-name { margin: 10px 0; font-size: 16px; color: #000; font-weight: 300; }
.brand-name a { color: #000; }

.prod-display { padding: 55px 20px; background-color: #fff; border: 1px solid #dddddd; border-radius: 3px; }
.home-page .bx-viewport { height: auto !important; }
.prod-display .bx-wrapper img { width: 100% !important; }
.prod-display li { margin: 0 10px !important; }
.prod-display .bx-wrapper { max-width: 950px !important; }
.bx-loading { background-color: transparent; }
.bx-wrapper .bx-controls-direction { opacity: 0; }
.bx-wrapper:hover .bx-controls-direction { opacity: 1; }
.bx-wrapper .bx-controls-direction a { width: 18px; opacity: 1; }
.bx-wrapper .bx-prev { left: 0; background: url(../images/rar/nav-carousel.png) no-repeat; }
.bx-wrapper .bx-next { right: 0; background: url(../images/rar/nav-carousel.png) no-repeat -30px 0; }
.bx-wrapper .bx-prev:hover { background-position: 0 0; }
.bx-wrapper .bx-next:hover { background-position: -18px 0; }
.home-section .bx-wrapper .bx-prev, .home-section .bx-wrapper .bx-next { display: none; }
.home-section:hover .bx-wrapper .bx-prev, .home-section:hover .bx-wrapper .bx-next { display: block; }
.bx-pager { display: none; }
.prod-name a { display: block; margin: 10px 0; font-size: 16px; color: #000; }
.prod-display .ac-store-text-label { display: none; }
.sizes { display: block; margin: 10px 0; color: #e28413; }
.home-mdl { padding: 40px 0 0; background-color: #fff; }
.homepage-product { text-align: center; }
.homepage-product .thumbnail { display: inline-block; }
.homesection6 { text-align: left; }
.service-feature { padding: 20px 0 0; }
.service-feature ul { padding: 0; }
.service-feature li { position: relative; text-align: left; display: block; margin-bottom: 30px; padding: 0  34px 0 70px; font-size: 14px; font-weight: 600; }
.service-feature li:first-child { border: none; }
.service-feature li:last-child { padding-right: 0 !important; }
.service-feature p { line-height: 1.2; }
.home-icon { position: absolute; left: 10px; top: 0; display: inline-block; width: 49px; height: 35px; background: url(../images/rar/icon-features.png) no-repeat; }
.home-calendar-icon { background-position: -50px 0; }
.home-price-icon { background-position: -100px 0; }
.service-feature span { display: block !important; font-size: 18px; line-height: 1; }
.service-feature a { display: inline-block; font-size: 11px; }
.service-feature .link-arrow { top: 2px; right: -14px; }

.ribbon { position: absolute; left: 0; top: 6px; z-index: 1; overflow: hidden; width: 75px; height: 75px; text-align: right; }
.ribbon span { font-size: 10px; font-weight: bold; color: #fff; text-transform: uppercase; text-align: center; line-height: 20px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); width: 100px; display: block; background: #3ea400; box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1); position: absolute; top: 19px; left: -21px; }
.ribbon span::before { content: ""; position: absolute; left: 0px; top: 100%; z-index: -1; border-left: 3px solid #266400; border-right: 3px solid transparent; border-bottom: 3px solid transparent; border-top: 3px solid #266400; }
.ribbon span::after { content: ""; position: absolute; right: 0px; top: 100%; z-index: -1; border-left: 3px solid transparent; border-right: 3px solid #266400; border-bottom: 3px solid transparent; border-top: 3px solid #266400; }
.prod-variant li { padding: 45px 0; }
.variant-style:hover .home-bubble { display: inline-block !important; }
.bubble:after { content: ""; position: absolute; bottom: -5px; left: 0; right: 0; margin: 0 auto; border-style: solid; border-width: 7px 7px 0; border-color: #000000 transparent; display: block; width: 0; z-index: 1; }

.banner-feature-btm { padding: 15px 0; background-color: #efefef; }
.feature-btm-in a { color: #000; font-weight: bold; }
.feature-btm-in a:hover { text-decoration: none; }
.feature-btm-in p { margin: 0; margin-top: 5px; }
.feature-btm-in img { float: left; margin-right: 25px; }
.feature-btm-in .primary-link:after { margin-top: -6px; }
/* [/Default] */

/* [AttributeDropDownGroup] */
.AttributeDropDownGroupItem { white-space: nowrap; }
/* [/AttributeDropDownGroup] */

/* [LeftColumn] */
.filter-item input[type=checkbox] + span:before { position: absolute; content: ''; left: 0; top: 5px; width: 12px; height: 12px; text-align: center; background-color: #fff; border: 1px solid #c2c2c2; border-radius: 2px; }
.filter-item input[type=checkbox]:checked + span:before { content: "\2713"; color: #fff; font-size: 8px; background-color: #82c8bd; }
.left-filter span:before { content: " "; position: absolute; left: 0; top: 41%; margin-top: -4px; float: left; width: 12px; height: 12px; background: #ffffff; border: 1px solid #999; }
.left-carousel { border: 1px solid #dddddd; }
.carousel-prod-display .prod-feature div { padding: 10px 0; }

.ctitle { position: relative; display: block; padding: 15px; font-size: 20px; color: #82c8bd; }
.ctitle:hover, .ctitle:focus, .ctitle:active { text-decoration: none; color: #82c8bd; }
.ctitle:after { content: '-'; position: absolute; right: 0; top: 50%; width: 20px; height: 20px; margin-top: -10px; line-height: 18px; font-size: 18px; font-weight: bold; text-align: center; border: 1px solid #ddd; border-radius: 50%; }
.ctitle.collapsed:after { content: '+'; }
.filter-section { border: 1px solid #dddddd; border-top: none; background: #f4f4f4; }
.filter-section:first-child { border-top: 1px solid #dddddd; }
.filter-title:after { right: 15px; }
.filter-details { margin: 0 15px; }
.filter-details.in { padding-bottom: 20px; }
.filter-items { padding: 0 15px; max-height: 160px; overflow: auto; background-color: #fff; }
.filter-details ul { padding: 0; margin: 0; list-style: none; }
.filter-details li { text-transform: capitalize; margin: 5px 0; }
.filter-details .filter-item { font-weight: normal; padding-left: 20px; position: relative; }
.filter-details input[type=checkbox] { position: absolute; top: 5px; left: 0; margin: 0; border-radius: 2px; }
.sizes-between { padding: 10px; background: #fff; border-radius: 4px; }

.form-size input { width: 55px; }
.form-size input[type=submit] { margin: 0 5px; padding: 6px 0; text-indent: -999px; overflow: hidden; border-color: #f4634b; background: #f4634b url(../images/arrow-icon.png) no-repeat 23px 10px; }

.filter-color li { display: inline-block; }
.filter-color span { width: 38px; height: 37px; display: inline-block; border-radius: 50%; } 
.filter-color .filter-item { display: inline-block; padding: 0; }
.filter-color input[type=checkbox] { opacity: 0; left: auto; right: 0; top: -5px; }
.filter-color input[type=checkbox] + span:before { display: none; left: auto; right: 0; top: -5px; }
.filter-color input[type=checkbox]:checked + span { background-color: #82c8bd; padding: 2px; }
.filter-color input[type=checkbox]:checked + span:before { display: block; }

.filter-price .filter-items { max-height: 100%; }

.ui-slider.ui-widget-content { border-color: #f2f2f2; background: #f2f2f2; border-radius: 0; }
.ui-slider.ui-slider-horizontal { height: 6px; }
.ui-slider.ui-widget-content .ui-slider-handle { width: 12px; height: 12px; border-color: #82c8bd; background: #82c8bd; border-radius: 0; }
/* [/LeftColumn] */

/* [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 ] */
.ShippingSelect input[type="radio"] + label { margin-left: 1em; }
input[type="file"] + span { top: 0px; }
.ShippingSelect input[type="radio"] + label { margin-left: 1em; }
input[type="file"] + span { top: 0px; }

/* [ToggleSlider] */
.toggle-switch { position: relative; display: inline-block; width: 3.75em; height: 2.125em; }
.toggle-switch input { opacity: 0; width: 0; height: 0; }
.toggle-slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }
.toggle-slider:before { position: absolute; content: ""; height: 1.625em; width: 1.625em; left: 0.25em; bottom: 0.25em; background-color: white; -webkit-transition: .4s; transition: .4s; }
input:checked + .toggle-slider { background-color: #2196F3; }
input:focus + .toggle-slider { box-shadow: 0 0 1px #2196F3; }
input:checked + .toggle-slider:before { -webkit-transform: translateX(1.625em); -ms-transform: translateX(1.625em); transform: translateX(1.625em); }
.toggle-slider.round { border-radius: 2.125em; }
.toggle-slider.round:before { border-radius: 50%; }
/* [/ToggleSlider]*/ 
                                /* [ItemRepeater] */
                                .variant-repeater__group { display: inline-flex; }
                                .variant-repeater__variant { padding: 5px; cursor: grab; }
                                .variant-repeater__card { width: 8rem; }
                                .card-text { font-size: .8rem; }
                                .variant-repeater__variant.selected { border: dotted !important; }
                                .variant-repeater__card-small { width: 4rem; }
                                .card-text-small { font-size: .5rem; }