/* [Widgets] */
.parallax-content h1 { text-transform: uppercase; }
.parallax-content .btn { padding: 1rem 3rem; }
/* [/Widgets] */

/* [Catalog] */
.CatalogItemQuantityBox input { width: 40px !important; text-align: center; }
.CatalogCategoryTrail { padding: 15px; background-color: #f5f5f5; border-radius: 4px; }
.manufacturer-link-divider:only-child { opacity: 0; }
/* [/Catalog] */

/* [Category] */
.Pagination li { border-radius: 2px; }ProductDetails-photoArea .product-flag
.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; chkGuestCheckouttransition: 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-only { display: none; opacity: 0; }
.list-view .list-view-only { display: block; opacity: 1; }
/* .list-view .product-miniature { display: flex; } */

.step-item.active { background: #fff; border: 1px solid #b33575; margin-bottom: -1px; }
.lblPriceArea .lblPriceLabel, .lblPriceArea .CategoryProductPriceLabel, .CategoryProductPriceArea .lblPriceLabel, .CategoryProductPriceArea .CategoryProductPriceLabel { display: none; }
.ChildCategoriesList { display: flex; flex-wrap: wrap; margin-left: calc(-1 * var(--space-2)); margin-right: calc(-1 * var(--space-2)); }
.ChildCategoriesList .CategoryChildCategoryHeader { display: none; }
.ChildCategoriesList .CategoryChildCategories { flex: 0 0 16.6666666%; padding-left: var(--space-2); padding-right: var(--space-2); margin-bottom: var(--space-2); }
.ChildCategoriesList .CategoryChildCategories > div { height: 100%; overflow: hidden; }
.ChildCategoriesList .CategoryChildCategories .CategoryChildText { display: flex; flex-direction: column; justify-content: center; padding: var(--space-custom-label); text-align: center; }
.ChildCategoriesList .CategoryChildCategories .CategoryChildThumbnail > a { display: block; }
.ChildCategoriesList .CategoryChildCategories .CategoryChildThumbnail a > img { height: 100%; width: 100%; }
ChildCategoriesList .CategoryChildCategories .CategoryChildText .CategoryChildShortDesc { font-size: 0.875rem; }
.ChildCategoriesList .CategoryChildCategories .CategoryChildThumbnail:empty + .CategoryChildText { border: var(--border-width) solid var(--black); height: 100%; }
.ChildCategoriesList .CategoryChildCategories .CategoryChildThumbnail:not(:empty) + .CategoryChildText { pointer-events: none; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: var(--border-width) solid var(--white); transition: .3s; background: rgba(36, 36, 36, 0.5); color: var(--white); }
.ChildCategoriesList .CategoryChildCategories .CategoryChildThumbnail:not(:empty) + .CategoryChildText h2 a { color: var(--white); }
.ChildCategoriesList .CategoryChildCategories:hover .CategoryChildThumbnail:not(:empty) + .CategoryChildText { background: rgba(36, 36, 36, 0.8); }

.Category .all-likebtn { top: var(--space-2); right: var(--space-2); }
.CategoryChildCategoryHeader { max-width: 100%; flex: 0 0 100%; padding-left: 15px; margin-bottom: 15px; }
.category-card:after { content: ""; background: rgba(0,0,0,0.4); height: 100%; width: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }
.category-card { position: relative; min-height: 95px; }
.category-card img:after { border-radius: 4px; }
.category-card img { width: 100%; height: 95px; object-fit: cover; border-radius: 4px; }
.page-category li.splide__slide img { height: 120px; object-fit: cover; width: 100%; /* position: absolute; */ z-index: -1; }
.CategoryChildText { text-align: center; position: absolute; width: 100%; top: 50%; transform: translateY(-50%); z-index: 1; }
.CategoryChildText * { color: #fff; }
.CategoryChildText a:hover { color: #fff; }
/* JG CSS */
body.Category.LeftColumn { background: #E5E5E5; }

.category-header { height: 135px; }
.product-list .productItem .productItem-wrap, .list-view .list-view-card { background: var(--white); border-radius: 4px; box-shadow: 0px 4px 10px rgb(0 0 0 / 10%); }
.category-feed .splide { margin: 0 auto; }
.leftColumn .Control { padding-top: var(--space-1); padding-bottom: var(--space-1); padding-right: var(--space-2); background: #fff; padding-left: var(--space-2); border-top: 1px solid #CED4DA; border-right: 1px solid #CED4DA; border-left: 1px solid #CED4DA; }
.leftColumn .all-leftColumn-header { display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.leftColumn .Control .all-leftColumn-header:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  /* Unicode character for "plus" sign (+) */
}

.leftColumn .Control .all-leftColumn-header.active:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f068";
  /* Unicode character for "minus" sign (-) */
}
.leftColumn .Control ul { background-color: white; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; }
/* .category-product .thumbnail img { height: 100%; object-fit: cover; } */
.productItem-caption .productItem-caption-name a { -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.StarRatings img { width: 15px; }
.in-stock-status { color: var(--success); }
.no-stock-status { color: var(--danger); }
input.CategoryProductAddToCart { width: 100%; }
.col-lg-3.splide__slide { margin-bottom: 0px !important; }
.leftColumn .Control:first-child { border-radius: 4px 4px 0px 0px !important; }
.leftColumn .Control:last-child { border-radius: 0px 0px 4px 4px !important; border-bottom: 1px solid #CED4DA !important; }
.leftColumn .Control input[type=checkbox], .leftColumn .Control .checkbox input { margin: 1px 20px 1px 1px !important; }
.nav.nav-stacked>li { margin-top: var(--space-2); }
.AverageReviewRatings { min-height: 25px; }
.pageNav-wrap .pagination li a { padding: var(--space-1) var(--space-2); }
li.pageNav-pagination-next.next a { padding: 0; }
li.pageNav-pagination-prev.prev span, li.pageNav-pagination-next.next span, li.CurrentPage.active a, .LayoutLeftColumnInner ul.nav-stacked.nav-pills li a:hover { font-weight: 500; }
li.leftAttributeNav-filterBtn a { font-weight: 500; border-bottom: 1px solid #e8e8e8; padding-bottom: var(--space-2); }
.CategoryCategoryHeader p { margin: 0; }
.mobile-filters p { font-weight: 600; margin-left: var(--space-2) !important; margin-right: var(--space-1) !important; border-bottom: 1px solid; position: relative; }
.mobile-filters p:first-child:after {
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  position: absolute;
  right: -30%;
  transform: translateX(30%);
  top: 50%;
  transform: translateY(-50%);
}
.productItem .CategoryProductRetailPriceLabel, .category-card .CategoryChildShortDesc, .CategoryProductSalePriceArea .CategoryProductSalePriceLabel, .CategoryWasPriceArea .CategoryWasPriceLabel { display: none; }
.CategoryHeader .CategoryHeader-text { position: absolute; top: 50%; transform: translate(-50%, -50%); left: 50%; }
.product-flags .product-flag:not(:only-child):first-child { /* margin-bottom: var(--space-1); */ }
@media(max-width:1400px){
  .CategoryProductAddToCart .btn { font-size: 0.75rem; }
}
@media(max-width:1199px){
  .CategoryProductAddToCart > div { flex: 0 100%; }
  .CategoryProductAddToCart .qty-spinner { max-width: 100%; justify-content: center !important; margin-bottom: var(--space-2); }
}
@media(min-width:991px){
  .mobile-filters { display: none; }
  .post-category-name { margin: 0; } 
  .category-description .category-description-text { border-left: 1px solid #000; padding-left: 40px; }

}
.topNavigation-mobilesortby, .sectionHeader-mobile { display: none; }
@media only screen and (max-width: 1024px) {
  .topNavigation-pagesLabel, .topNavigation-pages { display: none; }

  .ChildCategoriesList { display: block; overflow-x: auto; white-space: nowrap; }
  .CategoryChildCategories { display: inline-flex; }
}
@media(max-width:991px){
  .ddSortByMobile:first-child { position: relative; }
  i.far.fa-times.close-filter, .ddSortByMobile .close-sort { position: absolute; top: 50%; right: 5%; transform: translateY(-50%); }
  .leftColumn.left-collapse { position: fixed; top: -100%; left: 0; border-radius: 0; width: 100%; max-width: 100%; height: 100%; z-index: 10000000; background: #fff; padding: 0; overflow-y: scroll; transition: top 0.2s ease-out; }
  .leftColumn.left-collapse.active { top: 0px; bottom: 0px; }
  select#ddSortBy { display: none; }
  .topNavigation-sortby { position: fixed; top: -100%; left: 0; background: #fff; width: 100%; height: 100%; z-index: 10000000; transition: top 0.2s ease-out; overflow-y: scroll; }
  .topNavigation-sortby.active { top: 0px; bottom: 0; }
  .topNavigation-sortby.active .topNavigation-mobilesortby, .sectionHeader-mobile { display: block; position: relative; }

  .topNavigation-mobilesortby .ddSortByMobile:first-child, .sectionHeader-mobile span { width: 100%; text-align: center; text-transform: uppercase; }
  .sectionHeader-mobile span { display: block; }
  .topNavigation-mobilesortby .ddSortByMobile, .sectionHeader-mobile span { padding: 15px 10px; font-weight: 500; border-bottom: 1px solid #EDF0F0; }
}
@media only screen and (max-width: 765px) {

  .list-view .productItem-thumbnail, .list-view .productItem-caption { flex: 0 0 100%; max-width: 100%; padding-left: var(--space-2); padding-right: var(--space-2); }

  .CompGridProduct-list>div:nth-of-type(2n+1) div.category-product:first-of-type, .CompGridProduct-list>div:nth-of-type(1n+1) div.category-product:first-of-type { min-height: unset !important; width: 100% !important; }
  .CompGridProduct-list > div div.category-product:first-of-type a { height: unset !important; line-height: unset !important; }
}

@media (max-width: 767px){
  .bottomNav .pageNav-wrap, .pageNav-wrap .pagination { width: 100%; }
  .pageNav-wrap .pagination { justify-content: center; }

  /* .category-product .thumbnail img { height: 100%; object-fit: cover;} */
  .btn { font-size: 0.75rem; }
  .product-flags .product-flag, .abs.product-flag span { padding: var(--space-1) var(--space-1); font-size: 10px; }
  .no-stock-status, .in-stock-status { font-size: 0.75rem; font-weight: 600; }
  .product-miniature .thumbnail, .category-product .thumbnail{ padding:0px!Important;}
  .category-header img { width: 100%; position: absolute; left: 0; right: 0; }
  .category-header { height: 85px; }
}
@media(max-width:420px){
  .mobile-filters p { font-size: 0.75rem; } 
}
#mainContent {
  background: linear-gradient(
    to bottom,
    var(--feature-gradient-start, #fff0f5),
    var(--feature-gradient-end, #ffe6ee)
  );
}

.Control_9796, .Control_9797, .Control_9795 { background: linear-gradient(135deg, #ff6fb5, #ffa3cb) !important; color: #ffffff; border-color: transparent; border: 0px !important; }
.Control_9795 { border-top-left-radius: 7px; border-top-right-radius: 7px; }

.Control_9797 { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }

#leftColumnPrice-controls input { background: white; color: #757575; border: 1px solid transparent; }
.left-collapse ul { background: linear-gradient(135deg, rgb(255, 111, 181), rgb(255, 163, 203)); } 

.left-collapse a { color: white !important; }
.ProdQuickViewContainer .splide--ltr .splide__arrow--prev { left: -2.5rem !important; }
.ProdQuickViewContainer .splide--ltr .splide__arrow--next { right: -2.5rem !important; }

.Control_9796 { display: none; }
.Control_10072 .qty-spinner {
  max-width: 13rem; 
}

.CategoryProductAddToCart {
  padding: 0.65rem 0.5rem !important;
}
/* [/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; }
.acceptedCreditCardLogos div, .acceptedPaymentMethodLogos li { display: inline-block; zoom: 1; margin: 0px 5px 0px; padding: 0; height: 32px; width: 40px; background-size: contain !important; vertical-align: text-bottom; }
.acceptedCreditCardLogos .jcb { background: url("../images/ccs/jcb.png") no-repeat; }
.acceptedCreditCardLogos span, .acceptedPaymentMethodLogos 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("../images/ccs/diner.png") no-repeat; }
.ShoppingCartTable div { vertical-align: middle; }
.ProductDisplay .widget-upsells .ControlItem { display: flex; flex-direction: column; height: 100%; }
.LineItemPrice { float: right; }
.shipping-methods { flex: 1; }
#dvShippingMethod br { display: none; }
.ShoppingCart-tableWrapper { overflow-x: inherit; }

#tblcart { display: table; }
.ShoppingCartHead-row { display: table-row; }

.ShoppingCart .free-text { display: none; }
[price="0"] .free-text { display: initial; }

#tblSaveForLaterCart .ShoppingCartThumbnail { max-width: 200px; }
@media(min-width:991px){
  .ShoppingCart-subtotal.card-summary { background: #f9f9f9; }
}
.cart-items-product .ProductDetailsSwatches { margin-bottom: var(--space-2) !important; margin-top: var(--space-2) !important; }
.ShoppingCartSubtotal-inlineShipping label, .cart-item-info span.ProductDetailsVariations { display: none; }
.ShoppingCartQtyWrapper { border: 1px solid #E0E0E0; border-radius: 3px; padding: 3px 5px; }
.cart-items-actions .btn-outline-dark { font-weight: 400; }
.cart-item-info .pd-variant-items select { font-size: 0.875rem; font-weight: 700; }
.cart-item-info span.ShoppingCartQtyLabel { font-size: 0.874rem; }
.cart-item-info .spinnerBtn { font-size: 0.625rem; }
.cart-items-actions .col-6 .btn { width: 100%; }
input.ShoppingCartQtyTextbox { width: 40px !important; }
.ShoppingCartItem-remove-btn a.RemoveFromCartLink:hover, .SaveForLaterAddToCart a.btn:hover { color: var(--white); }
.ProductDetailsSwatches img { border: 1px solid #d4d4d4; }
.smallCart-variants .Variant.mt-2 { display: flex; align-items: center; }
.smallCart-variants .Variant > select.variantGroup_Color { display: none; }
h4.SaveForLaterItemInfo-item-header, .SaveForLaterTable-item-price { padding: 0; }
.SaveForLaterAddToCart .btn { width: 100%; }
.shipping-btn { padding: 0; }
.smallCart-variants-inner .Variant { margin-bottom: var(--space-3); }
.smallCart-variants .Variant.mt-2 > div:first-child { margin-right: var(--space-3); }
@media(min-width:767px){
  .removeLinkMobile { opacity: 0; }
}
@media(max-width:767px){
  .ShoppingCartItem-remove-btn { display: none !important; }
  span.saveForLaterBtn { width: 100%; }
}
@media only screen and (min-width: 1200px) {
  .ShoppingCart-totals { border-top: 0 !important; }
}

@media only screen and (max-width: 1200px) {
  .ShoppingCart-header { text-align: center; margin-bottom: var(--space-3) !important; }
  .cart-items-product { width: 100% !important; }
  /*.ItemName { font-size: calc(1.3 * var(--font-size)); }*/
  /* .ShoppingCart .UpdateButton { width: 50%; right: 0; left: unset; transform: unset; } */

}

.total-span { color: #777 !important; }

.ShoppingCart-main, .ShoppingCartRelated-saveForLater { background-color: #fff; border-radius: 10px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }

.MoveToWishListThemeButton { padding: 0.5rem 1rem !important; }
.ShippingSelect .shipping-methods select { padding: 0.8rem 2rem !important; width: 9rem; }



/* Save-For-Later – match wishlist style */
.saveforlater-item { display: flex; align-items: center; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); padding: 1.5rem; border-radius: 1rem; box-shadow: 0 6px 20px rgba(0,0,0,0.08); margin-bottom: 1.5rem; transition: all 0.3s ease; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.6s forwards; justify-content: space-between; }

.saveforlater-item:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 10px 25px rgba(0,0,0,0.15); }

.saveforlater-image { width: 100px; height: 100px; object-fit: cover; border-radius: 0.7rem; margin-right: 1.5rem; }

.saveforlater-details { flex-grow: 1; }

.saveforlater-details h4 { margin: 0; font-weight: 600; font-size: 1.1rem; color: #333; }

.saveforlater-details p { margin: 0.3rem 0; color: #666; font-size: 0.9rem; }

.saveforlater-price { font-size: 1.2rem; font-weight: 700; color: var(--pink-main); margin-top: 0.5rem; }

.saveforlater-actions { display: flex; flex-direction: column; gap: 0.5rem; margin-left: 1.5rem; }

.saveforlater-actions .btn { padding: 0.6rem 1rem; border-radius: 0.7rem; border: none; cursor: pointer; font-weight: 600; font-size: 0.9rem; transition: all 0.3s ease; }

.saveforlater-actions .btn-move { background: var(--btn-gradient); color: #fff; box-shadow: 0 4px 12px rgba(239,80,160,0.4); }
.saveforlater-actions .btn-move:hover { transform: scale(1.05); box-shadow: 0 6px 16px rgba(239,80,160,0.5); }

.saveforlater-actions .btn-remove { background: #e5e7eb; color: #333; }
.saveforlater-actions .btn-remove:hover { background: #d1d5db; transform: scale(1.05); }

/* Mobile: stack Continue / Clear buttons neatly */
@media (max-width: 767px) {
  .saveforlater-item { flex-direction: column; text-align: center; }
  .saveforlater-image { margin-bottom: 1rem; }
  .saveforlater-actions { flex-direction: row; margin: 1rem 0 0; }
  .ShoppingCartButtonsWrapper { display: block !important; margin: 0 !important; padding: 0 !important; text-align: center; }

  .ShoppingCartButtonsWrapper > span, .ShoppingCartButtonsWrapper > div { display: block !important; width: 100% !important; max-width: 100% !important; margin: 0 0 0.75rem 0 !important; }

  .ShoppingCartButtonsWrapper > .col-4 { flex: none !important; max-width: 100% !important; padding: 0 !important; }
  .ShoppingCartButtonsWrapper .btn { width: 100% !important; }
}

.ShoppingCart-subtotal.card-summary.p-3 { border-radius: 10px; }
.HomeNewItem-thumbnail-quickView.quick-view { left: 43% !important; }
/* [/ShoppingCart] */

/* [LargeShoppingCart] */
.ShoppingCart {  }
.ShoppingCartHeader {  }
.ShoppingCartClear {  }
.ShoppingCartPrice {  }
.ShoppingCartTotals {  }
.ShoppingCartShippingInfo {  }
.ShoppingCartDiscount {  }
.ShoppingCartCouponCode {  }
.ShoppingCartCouponCode > .collapse, .ShoppingCartCouponCode > .collapsing, .ShoppingCartCouponCode > .collapse.show { position: relative; left: 0; }
.ShoppingCartThumbnail {  }
.ShoppingCartItemNr {  }
.ShoppingCartVariations {  }
.ShoppingCartPersonalize {  }
.ShoppingCartGiftMessage {  }
.ErrorText {  }
.ShoppingCartSelectCheckbox { border: 0; }
.ShoppingCartInlineCalculateShippingForm { display: inline; }
.ShoppingCartInlinePostalCode { display: inline; float: left; }
.ShoppingCartInlinePostalCodeTextbox { width: 150px; }
.ShoppingCartCouponCodeTextbox { width: 80px; }
.ShoppingCartSavedCartText { text-align: center; font-size: 1.78571rem; }
/* [/LargeShoppingCart] */

/* [MicroStoreDropDown] */
.MicroStoreDropDown { padding-bottom: var(--space-2); }
.MicroStoreDropDown .ControlHeader { font-weight: bold; margin-bottom: var(--space-1); }
/* [/MicroStoreDropDown] */

/* [ProductDisplay] */
.ProductDisplay .row .homepage-product { margin-bottom: 30px; }
.ProductDisplay .homepage-product .caption { text-align: center; padding-top: 20px; }
/* [/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] */

/* [SmallShoppingCart] */
.SmallCartItemLink { text-decoration: none; }
.small-cart-item .badge { line-height: 20px; width: 20px; padding: 0; }
.smallCart-item-remove { line-height: 20px; width: 20px; height: 20px; padding: 0; }
/* [/SmallShoppingCart] */

/* [TreeNavigation] */
.Node {  }
.NodeHover {  }
.NodeSelected {  }
.RootNode {  }
.LeafNode {  }
.Island {  }
/* [/TreeNavigation] */

/* [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] */

/* [Slideshow] */
ol.SlideshowButtons { left: 0; width: 100%; transform: translate(0px, 0px); display: flex; justify-content: center; }
.Slideshow { position: relative; }
.SlideList, Slide { margin: 0; padding: 0; list-style: none; }
.Slide { overflow: hidden; position: relative; }
.Slideshow .slide-caption { position: absolute; left: 35%; top: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); max-width: 600px; max-height: 100%; text-align: left; }
.Slideshow .slide-caption .h1 { text-transform: uppercase; }
.Slideshow .slide-caption p, .Slideshow .slide-caption h1 { color: #fff; }
.SlideshowButtons { position: absolute; left: 50%; bottom: 1rem; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; }
.SlideshowButton { margin: 0 1em 0 0; padding: 0; float: left; list-style: none; }
.SlideshowButtonLink { float: left; width: 16px; height: 16px; text-indent: -9999px; border: 2px solid #fff; border-radius: 50%; }
.SlideshowButtonLinkCurrent { background: #fff; }
.SlideshowButtonLink:focus { outline: none; }
.SlideshowPrevious,
.SlideshowNext {position: absolute;left: 10%;top: 50%;-webkit-transform: translate(0, -50%);-ms-transform: translate(0, -50%);transform: translate(0, -50%);z-index: 1;padding: 0;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 2.85714rem;height: 2.85714rem;}
.SlideshowPrevious a, .SlideshowNext a { text-indent: -9999px; text-decoration: none; font-size: 0; line-height: 17px; height: 100%; width: 100%; }
.SlideshowPrevious a:after,
.SlideshowNext a:after {
  font-family: var(--font-awesome);
  font-weight: bold;
  content: "\f104";
  text-indent: 0;
  font-size: 14px;
  line-height: 14px;
  display: block;
}
/* .SlideshowPrevious a:hover:after, .SlideshowNext a:hover:after { color: #fff; } */
.Slideshow .btn-light:hover, .Slideshow .btn-light:focus, .Slideshow .btn-light:active, .Slideshow .btn-light:visited, .Slideshow .btn-light:not(:disabled):not(.disabled):active { color: var(--text-dark); background-color: var(--light); border-color: var(--light); }
.SlideshowNext { left: auto; right: 10%; }
.SlideshowNext a:after {
  content: "\f054";
}
.Slide .gradient, .gradient {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5060399159663865) 63%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5060399159663865) 63%, rgba(255,255,255,0) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5060399159663865) 63%, rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}
/* [/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] */
.Control.BlogRoll .BlogPostImage img { border-radius: var(--border-radius); }
@media(min-width:767px){
  .BlogRoll .BlogPostTitle { min-height: 66px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
}
.BlogPostImage img { height: 300px; object-fit: cover; width: 100%; border-radius: 4px; }
/* these are shared between Blog Post, Blog Roll, and Blog Roll Widget */
.BlogPostCommentProfileName {  }
.BlogPostTitle { padding: 0; font-weight: normal; }
.BlogPostImage {  }
.BlogPostCategoryAndTags { padding: 15px 0; color: #999; }
.BlogPostTags { margin-bottom: var(--space-2); }
/*
.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; }
*/
.BlogPost-footer { text-transform: capitalize; }
.BlogPostTag a { text-transform: capitalize; }
.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%; }
.BlogPostDate { font-weight: 600; margin-top: 20px; }
.BlogRollBanner { background: var(--blogroll-banner); }
.BlogPostDate>div { padding-right: var(--space-1); }
span.DateMonth { padding-right: var(--space-1); }
/* Blogroll buttons */
.BlogRoll-layout .btn { font-size: 0.875rem; font-weight: 500; }
/* .blog-item img {
position: absolute;
width: 100%;
top: 50%;
z-index: -1;
transform: translateY(-50%);
} */
@media(min-width:991px){
  .BlogRoll-layout .BlogPost:nth-last-child(-n+3) { margin-bottom: 0px !important; }
}
@media(max-width:767px){
  .blog-item_content .fs-md-4 { font-size: 0.875rem !important; } 
  .blog-item .row { padding-right: var(--space-2); padding-left: var(--space-2); }
}
/* .BlogPostDatePretty { position: relative; float: left; width: 50px; height: 45px; color: #999; margin: 10px 10px 10px 0; }
.DateMonth, .DateDay, .DateYear { position: absolute; font-family: Open sans-serif, sans-serif; color: #c6c6c6; }
.DateMonth { top: 0; left: 0; width: 30px; height: 18px; text-align: center; margin-top: -6px; }
.DateDay { top: 18px; line-height: 18px; width: 31px; height: 24px; text-align: center; font-size: 30px; }
.DateYear { right: 0; top: 0px; width: 21px; height: 45px; transform: rotate(-90deg); font-size: 20px; margin-top: 6px; margin-right: -11px; } */


/* [Widget8964] */
.Control_8964 {  }
.Control_8964 a {  }
/* [/Widget8964] */

/* [HTML] */
/* Blog Page Specific Styles */
.blog-page-content { background-color: var(--contact-section-bg); }

.blog-card { background-color: var(--card-bg); border: 1px solid var(--gray-100); border-radius: 1rem; overflow: hidden; box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08); transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease; height: 100%; display: flex; flex-direction: column; }

.blog-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15); }

.card-img-wrapper { overflow: hidden; border-bottom: 1px solid var(--gray-100); }

.blog-card .card-img-top { height: 250px; width: 100%; object-fit: cover; transition: transform 0.4s ease; }

.blog-card:hover .card-img-top { transform: scale(1.1); }

.blog-card .card-body { padding: 1.5rem; flex-grow: 1; display: flex; flex-direction: column; }

.blog-card .card-title { font-weight: 600; font-size: 1.5rem; color: var(--gray-900); margin-bottom: 0.5rem; }

.blog-card .card-meta { font-size: 0.9rem; color: #999; margin-bottom: 1rem; display: flex; flex-wrap: wrap; align-items: center; }

.blog-card .card-meta i { color: var(--pink-color); margin-right: 0.5rem; }

.blog-card .card-text { font-size: 1rem; color: #666; margin-bottom: 1.5rem; flex-grow: 1; letter-spacing: 0.04rem; font-weight: 300; }

/* Sidebar Styles */
.blog-sidebar { background-color: var(--card-bg); padding: 2rem; border-radius: 1rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); height: auto; }

.sidebar-widget { padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--gray-100); }

.sidebar-widget:last-child { border-bottom: none; padding-bottom: 0; }

.sidebar-widget .widget-title { font-weight: 700; color: var(--gray-900); font-size: 1.5rem; margin-bottom: 1rem; }

.sidebar-widget .form-control { border-radius: 50px 0 0 50px; border: 1px solid var(--gray-100); }

.sidebar-widget .input-group .btn-gradient { border-radius: 0 50px 50px 0; padding: 0.75rem 1.25rem; }

.list-group-item { background-color: transparent; border-color: var(--gray-100); padding: 0.75rem 0; }

.list-group-item a { text-decoration: none; font-size: 1rem; transition: color 0.2s ease; align-items: center; }

.list-group-item a:hover { color: var(--pink-color); }

.list-group-item i { color: #ef6fa6; }

.badge.bg-pink { margin-top: -8px; margin-right: 3px; background-color: #ef6fa6; border-radius: 50%; width: 25px; height: 25px; display: flex; align-items: center; justify-content: center; font-size: 0.8rem; font-weight: 600; }
.blog-image { background: var(--contact-section-bg); }

.blog-image img { max-width: 100%; }

/* Styling for the new "Meet You" section */
.meet-you-section { background-color: #f9f1f5; padding: 5rem 0; margin-top: 3rem; }

.meet-you-section .container { display: flex; flex-wrap: nowrap; align-items: center; gap: 2rem; }

.meet-you-text { color: #111827; padding-right: 2rem; flex-grow: 1; }

.meet-you-text h2 { color: #c22e77; margin-bottom: 1rem; font-weight: 700; font-size: 2.5rem; }

.meet-you-text p { color: #4b5563; line-height: 1.8; font-size: 1.1rem; letter-spacing: 0.04rem; font-weight: 300; }

.meet-you-image { flex-grow: 1; }

.meet-you-image img { max-width: 100%; border-radius: 1rem; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); }

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.logo-section { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 2rem; margin-top: 3rem; margin-bottom: 3rem; padding: 2rem; background: linear-gradient(90deg, #c1e0ec, #ee80b7); border-radius: 20px; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); }

.logo-item { text-align: center; flex: 1 1 200px; max-width: 220px; padding: 1.5rem 1rem; /* background: #fff; */ border-radius: 16px; transition: transform 0.3s ease, box-shadow 0.3s ease; animation: floatIn 1s ease forwards; opacity: 0; }

.logo-item:nth-child(1) { animation-delay: 0.1s; }
.logo-item:nth-child(2) { animation-delay: 0.3s; }
.logo-item:nth-child(3) { animation-delay: 0.5s; }
.logo-item:nth-child(4) { animation-delay: 0.7s; }

.logo-item:hover { transform: translateY(-10px) scale(1.05); /* box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); */ }

.logo-item img { max-height: 100px; width: auto; object-fit: contain; margin-bottom: 0.75rem; transition: transform 0.3s ease; }

.logo-item:hover img { transform: scale(1.1) rotate(1deg); }

.logo-item p { font-weight: 700; color: #ffffff; font-size: 1rem; letter-spacing: 0.5px; margin-top: 0.5rem; }

/* Responsive Adjustments */
@media (min-width: 992px) {
  .blog-main { display: flex; gap: 3rem; flex-wrap: nowrap; }

  .blog-posts { flex: 1 1 66.6667%; display: flex; flex-wrap: wrap; gap: 2rem; }

  .blog-post-card { flex: 1 1 calc(50% - 1rem); }

  .blog-sidebar { flex: 0 0 33.3333%; max-width: 33.3333%; }

  .meet-you-text { flex-basis: 50%; }

  .meet-you-image { flex-basis: 50%; }
}

@media (max-width: 991.98px) {

  .contact-header-title { font-size: 2.5rem; }

  .contact-header-description { font-size: 1rem; padding: 0 1rem !important; }

  .blog-sidebar { margin-top: 2rem; }

  .meet-you-section .container { flex-direction: column; }

  .meet-you-text, .meet-you-image { padding: 0 1rem; }

  .meet-you-image { margin-top: 2rem; }
}

@media (max-width: 767.98px) {

  .mt-4-0 { margin-top: 2rem !important; }
  .blog-card .card-img-top { height: 200px; }

  .blog-card .card-title { font-size: 1.3rem; }

  .blog-card .card-meta { font-size: 0.8rem; }

  .blog-card .card-body { padding: 1rem; }

  .blog-post-card { flex: 1 1 100%; }
}

@media (max-width: 575.98px) {
  .contact-header { padding: 4rem 0; }

  .contact-header-title { font-size: 2rem; }

  .contact-header-description { font-size: 0.9rem; }

  .blog-card .card-body { padding: 1.5rem; }
}
/* [/HTML] */

/* [/Widgets] */

/* Make FB Like plugin responsive */
.card .fb_iframe_widget {
  display: inline-block !important;
  width: 100% !important;
  min-width: 180px;
}

.card .fb_iframe_widget span {
  display: block !important;
  width: 100% !important;
}

.card .fb_iframe_widget iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 28px !important;
  display: block !important;
}
/* [/BlogRoll] */

/* [BlogPost] */
.BlogPostCommentNameDate { font-size: 10px; }
.BlogPostAddCommentHide, .HideComments { display: none; }
.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; }
.BlogPostPostedOnBy { margin-right: 0; max-width: 500px; margin-left: auto; }
.BlogPostCommentsAddTextbox { height: 10.71429rem !important; }
.comment-anchor-wrapper a:empty { display: none; }
body.BlogPost #mainContent { background-color: var(--light); }
.BlogPostCategories, .BlogPostTags { display: flex; align-items: center; flex-wrap: wrap; gap: 0.50rem; }
.BlogPostCategories > div, .BlogPostTags .BlogPostTag { padding: var(--space-1); box-shadow: 0 0.21429rem 0.64286rem rgb(52 58 64 / 20%); margin-right: var(--space-2); }


article.BlogPost-content .BlogPostContent p:first-child:first-letter { font-size: 75px; font-weight: 700; line-height: 60px; padding-top: 4px; padding-right: 8px; padding-left: 3px; }
.BlogPostImageHero:empty {
  display: none;
}

@media (min-width: 991px) {
  .BlogPostImageHero:not(:empty) {
    min-height: 580px;
    position: relative;
  }
}
@media(min-width:991px){
  body.BlogPost .BlogPostImageHero img { position: absolute; height: 100%; top: 0; width: 100%; object-fit: cover; }
}
@media(max-width:991px){
  body.BlogPost .BlogPostImageHero img { position: absolute; width: 100%; top: 0; }
  .BlogPostImageHero { position: relative; }
}
body.BlogPost article.BlogPost-content .BlogPostContent img { margin: auto; max-width: 100%; display: block; width: 50%; margin-bottom: var(--space-3); margin-top: var(--space-3); }
.BlogPost-content blockquote { font-weight: 700; padding-left: var(--space-4); margin: var(--space-2) 0; }
.BlogPost-content blockquote::before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  padding-right: var(--space-2);
}
.BlogPostCommentText-name > a { position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
/* [/BlogPost] */

/* [Profile] */
.ProfileName { float: left; }
.PofileImage { float: right; padding: 0 0 20px 20px; }
.ProfileInfoTable > tbody > tr > td >span.ThemeButton > a { color: #fff; }
.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; }
.StarRatingButton { border: 0 !important; }
.WriteReview { height: fit-content; }
.review-upload-img #lblSupportedTypes { display: block; margin-bottom: var(--space-1); }
.review-upload-img a { text-decoration: underline; font-size: 14px; color: var(--secondary); }
/* [/WriteReview] */

/* [OnePageCheckOut] */
.ShoppingCartVariationsItem { padding: 0px !important; }
.OrderGiftingArea input[type=checkbox] { margin-right: 5px; }
#addrBilling_ddAddressList_dd_ddCombo, #addrShipping_ddAddressList_dd_ddCombo, #ddExpireMonth { width: 100% !important; }
.checkout .list-group-item.hide:first-child+.list-group-item { border-top-width: thin; border-top-left-radius: var(--border-radius); border-top-right-radius: var(--border-radius); }
.OnePageCheckOut label { margin-bottom: 8px; }
.checkoutShipping-zip:last-child, .checkoutBilling-zip:last-child { padding-right: 0; }
.checkoutShipping-zip:not(:last-child), .checkoutBilling-zip:not(:last-child) { width: 66.666%; }
#dvAddressValidationPopup { background: rgba(0,0,0,0.7); }
#dvAddressValidationPopup  .modal-header { flex-direction: column; text-align: center; margin-top: var(--space-2); }
.checkout .optional-text { margin-left: var(--space-1); }
#btnAddGiftCertificate + .optional-text { display: none; }
#CustomerFieldsUpdatePanel, #UpdatePanelOrderCustomFields { display: grid; gap: var(--space-2); }
.checkout [class*="custom-field"] .form-control { display: flex; flex-direction: column; }
.checkout [class*="custom-field"] select.form-control + label, .checkout [class*="custom-field"] textarea.form-control + label, .checkout [class*="custom-field"] input:not([type="radio"]):not([type="checkbox"]).form-control + label, .checkout [class*="custom-field"] table + label, .checkout [class*="custom-field"] [id*="dateCustomField"] + label, .checkout .form-control label, .checkout .custom-file-upload + label { order: -1; width: 100%; }
.checkout .checkoutCustomerCustom-field > a { width: 100%; }
.checkout input[type="radio"] + label, .checkout input[type="checkbox"] + label { order: initial; }
.custom-fields-row > *:not(.custom-file-upload):not(select):not(input):not(textarea) { padding: 0; }
#trDiscount a, #trDiscount a:hover { text-decoration: none; }
#trTotal span, #trTotal b, #trAdjustedTotal span, #trAdjustedTotal b { font-weight: bold; }
.totalsArea-subtotal-label b, .totalArea-discount-label b, .totalArea-tax-label b, #trShipping b, #trHandling b { font-weight: normal; }
.PublicCommentsArea { width: 100% !important; position: static; float: none !important; }
.RequiredField { display: none; color: #df8f8e; font-weight: bold; line-height: 1; font-size: 150%; padding-left: 5px; }
.payment-method { padding: 0; }
.payment-method.active .payment-name { border-bottom: 1px solid var(--border); }
.payment-method .payment-name, [data-payment-name="Coupon"] { cursor: pointer; height: 90px; padding: var(--space-1) var(--space-3); background-color: var(--white); }
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; }
.PayPalExpress .payment-name:before, .PayPal .payment-name:before { left: -110px; }
.PayPal .paypal-text { display: none; }
.PayPal.active .paypal-text { display: block; }
.OnePageCheckOut .ShoppingCartCouponCode { padding: 0; }
.PayPalCommerce .payment-name span { display: none; }
.PayPalCommerce .payment-name:before { left: -147px; }
.PayPalCommerce .fa-paypal, .PayPalExpress .fa-paypal, .PayPal .fa-paypal { color: #012169; }
.PaymentMethodArea .list-group-item.active, .checkout-coupon.list-group-item.active { color: inherit; background-color: inherit; border-color: rgba(0,0,0,.125); }
.list-group-item.hide + .CouponCodeArea .checkout-coupon.list-group-item, .CouponCodeArea:first-child { border-top: 0; }
.PaymentMethodArea .list-group { padding-left: 15px; }
[id$=lblCustomFieldSep] { display: none; }
.checkout-contact-actions:nth-child(2), .checkout-customerCustom:first-child { margin-top: var(--space-4) !important; } 
.address1:empty + .address2:empty ~ .comma { display: none; }
.address-book-label { width: 100%; }
.shipping-as-list { width: 100%; }
.shipping-as-list .list-group-item { display: flex; cursor: pointer; margin-bottom: 0; }
.shipping-as-list .list-group-item label { display: flex; width: 100%; }
.shipping-as-list input[type="radio"] { flex-shrink: 0; }
.shipping-as-list .shipping-cost { margin-left: auto; }
.shipping-as-list .estimated-time { display: none; }
.shipping-as-list .estimated-time, .shipping-as-list .estimated-date { padding: 0 15px; font-weight: bold; }
.checkout-shipping-checkboxes table { margin: 0; width: 100%; } 
.checkout-shipping-checkboxes tbody { display: flex; }
.checkout-shipping-checkboxes tr { width: 50%; }
.checkoutCreditCard-expiration-label { padding-left: 15px; top: -15px; }
.checkoutCustomItem-field { margin: 0; margin-bottom: 0 !important; }
[id$="dlCustomMethodFields"] { width: 100%; }
.Custom.list-group-item+.list-group-item.active { margin-top: inherit; border-top-width: inherit; }
[id^="UpdateProgress"]:not([style*="display:none"]) + .checkoutShippingMethod-methods { display: none; }
#rblSameAsBillingAddress tr:first-child { width: 100%; }
#rblSameAsBillingAddress tr:last-child { display: none; }
[id$="btnRemoveAppliedPayment"] { position: absolute; left: 0; right: 0; width: 100%; height: 100%; z-index: 2; opacity: 0; }
.checkoutApplied-remove { position: relative; }
.checkout-applied .checkoutApplied-row td { margin-right: var(--space-2); }
.checkout-applied .checkoutApplied-info { flex: inherit; width: inherit; }
.CreditCards-applied [id*='lblAppliedPaymentAdditionalInfo'] img, .applied-img { margin-right: var(--space-2); }
.CreditCards-applied .checkoutApplied-name { display: none; } 
.CreditCards-applied tbody, .CreditCards-applied table { display: block; }
.CreditCard-body .nav-tabs .nav-link { color: inherit; background-color: transparent; border-color: transparent; }
.checkoutApplied-table td { padding: 0; border: 0; }
#CardNumber .input-left-icon { max-width: 40px; }
#trCreditCardPartialPaymentArea, .checkoutApplied-row, [id$='lblAppliedPaymentAdditionalInfo'] { display: flex; align-items: center; }
.applied-img { width: 40px; display: inline-block; }
.applied-img img { width: 40px; } 
.CreditCardSplit-label { width: 100px !important; }
.applied-amount, .applied-percent { display: inline-block; width: 100px !important; }
.applied-ending span { display: inline-block; min-width: 34.65px; }
.applied-ending, .applied-amount, .applied-or, .applied-percent { margin-right: var(--space-3); } 
.savedCards-group > div { cursor: pointer; }
.savedCard-img { margin-right: var(--space-3); align-self: center; }
.cvv-control { max-width: 65px; text-align: center; }
.cvv-label, .cardItem-ending { margin-top: 0; margin-bottom: 0; align-self: center; }
[data-payment-name="Coupon"]:before, .payment-name.arrow:before {
  content: "\f107"; font-family: var(--font-awesome); font-weight: bold; font-size: 20px; position: absolute; right: 15px; }
[data-payment-name="Coupon"].active:before, .payment-method.active .payment-name.arrow:before { content: "\f105"; }
.discount-item-inner:not(:empty) { vertical-align: text-bottom; background-color: #E0E0E0; border: 1px solid #CED4DA; border-radius: 4px; width: fit-content; padding: var(--space-1); }
.discount-item-inner:not(:empty):before { content: "\f02b"; font-family: var(--font-awesome); font-weight: bold; font-size: 1rem; margin-right: var(--space-1); }
.reward-points .discount-item-inner:not(:empty):before { content: "\f06b"; }
.discount-name-anchor:empty + hr { display: none; }
#btnApplyCreditCardPayment { border-color: var(--dark); }
#ddSavedCreditCards { width: 100% !important; }
.step-item { border: 1px solid var(--control-border); padding: 24px; }
.title { color: var(--pink-500); }
.checkout-summary[sticky="True"] > div { position: sticky; top: 100px; }
/** Multi Step Styling **/
.field-summary { word-break: break-word; }
.field-summary *:empty { display: none; }
.summ-field:empty + .comma { display: none; }
.OnePageCheckOut-checkoutArea:not([multistep='True']) .next-btn { display: none; }
.step-item:not(.active)[step-completed="true"], .step-item:not(.active)[step-started="true"] { cursor: pointer; }
.step-item:not([step-completed="true"]) .title:not(.dont-expand) { width: 83.3333333333%; }
.step-item .numbadge-container { padding-left: 0; }
.checkout:not([multistep='True']) .step-item .numbadge-container { display: none; }
.step-item .numbadge { font-size: calc(1.2 * var(--font-size)); color: var(--white); flex-shrink: 0; }
.step-item.active .numbadge { background-color: var(--pink-600); }
.step-item:not(.active) .numbadge { background-color: var(--inactive-section); }
.step-item:not(.active) .title { color: var(--inactive-section); }
.checkout:not([multistep='True']) .numbadge { display: none; }
[multistep='True'] .step-item[step-completed="true"] .numbadge { font-size: 0; }
[multistep='True'] .step-item[step-completed="true"] .numbadge:before { --font-mult: 1.2; content: "\f00c"; font-family: var(--font-awesome); font-size: calc(var(--font-mult) * var(--font-size)); font-weight: bold; }
[multistep='True'] .step-item.step-has-error .numbadge { background-color: var(--danger); }
[multistep='True'] .step-item.step-has-error .numbadge:before { content: "\f12a"; }
[multistep='True'] .step-item.active .step-minarea, [multistep='True'] .step-item:not([step-completed="true"]):not([step-started="true"]) .step-minarea, .checkout:not([multistep='True']) .step-minarea { display: none; }
[multistep='True'] .title { margin: 0; }
.checkout:not([multistep='True']) .title { padding-left: 0; color: var(--active-section); }
[multistep='True'] .step-item:not(.active) .step-body, [multistep='True'] .step-item:not(.active) .step-header-omit { display: none !important; }
@media only screen and (max-width: 1336px) {
  .step-item .numbadge { font-size: calc(var(--font-size)); width: 25px; height: 25px; line-height: 25px; }
  .step-item .title { font-size: calc(1.3 * var(--font-size)); }
}
@media only screen and (max-width: 765px) {
  .checkout-wrap { order: 2; padding: 0; }
  .checkout-container { padding: 0; }
  .checkout-summary { padding: 0; }
  .checkout-summary-body { padding: 0; }
  .checkout-summary[sticky="True"] > div { position: initial; }
  .totalsArea-subtotal-headerWrap { background: transparent; padding-bottom: 0; }
  .totalsArea-subtotal-header { border: 0 !important; }
  .totalsArea-subtotal-label, .totalsArea-subtotal-text { margin-bottom: 0 !important; }
  .checkout-express { text-align: center; }
  .checkout-express-body { justify-content: center; }
  .title { font-size: calc(1.5 * var(--font-size)); }
  .shipping-as-list .shipping-name { display: block; width: 50%; }
  .shipping-as-list .list-group-item { display: inherit; }
  .shipping-as-list .list-group-item > span { display: unset; }
  .shipping-as-list .estimated-time { display: inline; }
  .shipping-as-list .estimated-date { display: none; }
  .affirm-desc { font-size: calc(0.8 * var(--font-size)); }
  .CreditCard-body .nav-link { padding-left: 0; padding-right: 0; }
  .applied-endingin { display: none !important; }
  .applied-ending, .applied-amount, .applied-or, .applied-percent { margin-right: var(--space-1); } 
}
@media only screen and (max-width: 576px) {
  .OnePageCheckOut .LayoutContent { padding: 0; }
  .totalsArea-subtotal-header { font-size: var(--font-size); }
  .OnePageCheckOut .CreditCard-cvv { padding: 0; }
  [multistep='True'] .step-item[step-completed="true"] .numbadge:before { --font-mult: 1; }
  [multistep='True'] .step-minarea { border: 1px solid var(--control-border); border-radius: var(--border-radius); padding-top: var(--space-2); padding-bottom: var(--space-2); margin-top: var(--space-2) !important; }
  [multistep='True'] .step-minarea .field-summary { color: var(--secondary) !important; }
  [multistep='True'] .step-minarea .edit-btn { color: var(--control-border) !important; }
  [multistep='True'] .edit-btn { font-size: 0; }
  [multistep='True'] .edit-btn:before { content: "\f304"; font-family: var(--font-awesome); font-weight: bold; font-size: var(--font-size); }
  .cardItem-or, .cardItem-percent { display: none; }
  .currentCard { justify-content: center; }
}
/** END Multi Step Styling **/
@media only screen and (max-width: 500px) {
  .currentCard-submitBtn { display: grid; }
}
@media only screen and (max-width: 360px) {
  .checkout-express-body > div:first-child { margin-left: var(--space-5); }
}
.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; }

.checkout-wrap { background: #fff; border-radius: 1rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); }
.section-title { font-size: 1.2rem; font-weight: 600; color: var(--pink-main); margin-bottom: 1rem; border-bottom: 2px solid var(--pink-light); padding-bottom: 0.5rem; }
.ShoppingCartItem-qty {font-size: 1.1rem;}
/* [/OnePageCheckOut] */

/* [MyAccount] */
.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; }
.ReviewItem-rating td { border: 0; padding: 0 0.25rem; }
.MyAccountOther .MyAccountLabel span:last-child { display: inherit; }
/* [/MyAccount] */

/* [CategoryNavigationLinks] */
.BrowseCategoryIcon {  }
/* [/CategoryNavigationLinks] */

/* [AttributeNavigationLinks] */
.BrowseByAttributeFilterButtonArea {  }
.BrowseByAttHeader {  }
.MoreAttributesLink { cursor: pointer; }
.MoreAttributes { display: none; }
/* [/AttributeNavigationLinks] */

/* [Widget3921] */
.Control_3921 {  }
.ControlHeader_3921 {  }
.ControlItem_3921 {  }
.ControlLink_3921 {  }
.ControlLink_3921:hover {  }
.ControlLink_3921 a {  }
.ControlLink_3921 a:hover {  }
.ControlLink_Link_3921 {  }
.ControlLink_Link_3921:hover {  }
.ControlLinkSeperator_3921 {  }
.ControlText_3921 {  }
.ControlInput_3921 {  }
.ControlFooter_3921 {  }
.SmallCartItemLink_3921 { text-decoration: underline; }
.SmallCartQtyTextbox_3921 { border-color: #333333; border-width: 1px; border-style: Solid; font-size: 8pt; width: 30px; }
/* [/Widget3921] */

/* [Widget3828] */
.Control_3828 h4 { margin-bottom: 0; }
/* [/Widget3828] */

/* [Widget3984] */
.BlogTagCloud .ControlLink_Link_3984:hover { color: red; opacity: 1; -webkit-transition: 0.5s; -moz-transition: -.5s; }
/* [/Widget3984] */

/* [Widget6093] */
.ControlLink_6093:hover {  }
.ControlLink_Link_6093 {  }
.ControlLink_Link_6093:hover {  }
/* [/Widget6093] */

/* [Widget3829] */
.Control_3829 h4 { margin-bottom: 0; }
/* [/Widget3829] */

/* [Widget3970] */
.Control_3970 {  }
.Control_3970 a { font-size: 1.5em; }
/* [/Widget3970] */

/* [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] */

/* [Widget3920] */
.Control_3920 {  }
.Control_3920 .navbar { background: #ce1515; border: none; height: 70px; }
.Control_3920 .navbar-default .navbar-nav > li > a { color: #fff; line-height: 40px; border-right: 1px solid #ad2121; }
.Control_3920 .navbar-default .navbar-nav > li > a:hover { background: #ad2121; }
.Control_3920 .navbar-collapse { padding-left: 0; padding-right: 0; }
.ControlHeader_3920 {  }
.ControlItem_3920 {  }
.ControlLink_3920 {  }
.ControlLink_3920:hover {  }
.ControlLink_3920 a {  }
.ControlLink_3920 a:hover {  }
.ControlLink_Link_3920 {  }
.ControlLink_Link_3920:hover {  }
.ControlLinkSeperator_3920 {  }
.ControlText_3920 {  }
.ControlInput_3920 {  }
.ControlFooter_3920 {  }
/* [/Widget3920] */

/* [Widget3997] */
.Control_3997 .navbar { background: #1f2123; height: 64px; border: none; }
.Control_3997 .navbar-default .navbar-nav > li > a { line-height: 34px; border-right: 1px solid #000; }
.ControlHeader_3997 {  }
.ControlItem_3997 {  }
.ControlLink_3997 {  }
.ControlLink_3997:hover {  }
.ControlLink_3997 a {  }
.ControlLink_3997 a:hover {  }
.ControlLink_Link_3997 {  }
.ControlLink_Link_3997:hover {  }
.ControlLinkSeperator_3997 {  }
.ControlText_3997 {  }
.ControlInput_3997 {  }
.ControlFooter_3997 {  }
/* [/Widget3997] */

/* [Widget3960] */
.Control_3960 .navbar { background: none; border-bottom: none; margin-bottom: 0; }
.Control_3960 .navbar-default .navbar-right .navbar-nav > li > a, .Control_3960 .navbar-default .navbar-right .navbar-nav > li:first-child > a { border: none; background: none; color: #999; }
.Control_3960 .navbar-default .navbar-right .navbar-nav > li > a:hover { border: none; background: none; color: #fff; }
.Control_3960 .navbar-default .navbar-nav > li > a { border-right: 1px solid #000; line-height: 20px; color: #999; }
.Control_3960 .navbar-default .navbar-nav > li:first-child > a { border-left: 1px solid #000; }
.Control_3960 .navbar-default .navbar-nav > li > a:hover { border-right: 1px solid #000; background: #1a1b1c; color: #fff; }
.Control_3960 .navbar-collapse { padding-left: 0; padding-right: 0; }
/* [/Widget3960] */

/* [Widget3833] */
.ControlInput_3833, .Control_3833 input[type="text"], .Control_3833 input[type="password"], .Control_3833 input[type="email"] { border: medium none; border-radius: 4px 0 0 4px; box-shadow: none; display: inline-block; line-height: 0; margin-bottom: 0; margin-right: 0; margin-top: 0; padding: 15px; }
.Control_3833 .MailingListGoThemeButton { background: none repeat scroll 0 0 #CE1515; border: medium none; border-radius: 0 4px 4px 0; color: #FFFFFF; display: inline-block; font-size: 18px; margin: 0 0 0 -5px; padding: 12px; }
/* [/Widget3833] */

/* [Widget3835] */
.Control_3835 {  }
.Control_3835 .BlogPostImage { margin-top: 20px; margin-bottom: 20px; }
.ControlHeader_3835 {  }
.ControlItem_3835 {  }
.ControlLink_3835 {  }
.ControlLink_3835:hover {  }
.ControlLink_3835 a {  }
.ControlLink_3835 a:hover {  }
.ControlLink_Link_3835 {  }
.ControlLink_Link_3835:hover {  }
.ControlLinkSeperator_3835 {  }
.ControlText_3835 {  }
.ControlInput_3835 {  }
.ControlFooter_3835 {  }
/* [/Widget3835] */

/* [Widget3968] */
.Control_3968 .nav > li > a:hover, .nav > li > a:focus { background: none; color: #999; }
.ControlHeader_3968 {  }
.ControlItem_3968 {  }
.ControlLink_3968 {  }
.ControlLink_3968:hover {  }
.ControlLink_3968 a {  }
.ControlLink_3968 a:hover {  }
.ControlLink_Link_3968 {  }
.ControlLink_Link_3968:hover {  }
.ControlLinkSeperator_3968 {  }
.ControlText_3968 {  }
.ControlInput_3968 {  }
.ControlFooter_3968 {  }
/* [/Widget3968] */

/* [Widget3978] */
strong .ControlHeader_3978 { display: none; }
/* [/Widget3978] */

/* [Widget3980] */
.Control_3980 .well .row:last-child .ControlItem_3980 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0; }
.Control_3980 a { color: #000; font-size: 16px; }
.LayoutLeftColumn .ProductDisplay strong .ControlHeader_3980 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; }
/* [/Widget3980] */

/* [Widget3981] */
.Control_3981 .well .row:last-child .ControlItem_3981 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; }
.Control_3981 a { color: #000; font-size: 16px; }
.LayoutLeftColumn .ProductDisplay strong .ControlHeader_3981 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; }
/* [/Widget3981] */

/* [Widget3982] */
.Control_3982 .well .row:last-child .ControlItem_3982 { padding-left: 0; border-bottom: none; box-shadow: none; color: #000; margin-bottom: 0px; }
.Control_3982 a { color: #000; font-size: 16px; }
.LayoutLeftColumn .ProductDisplay strong .ControlHeader_3982 { text-transform: uppercase; padding-bottom: 20px; padding-left: 0; }
/* [/Widget3982] */

/* [Category Complex Grid] */
.CompGridProduct-list > div { width: 100%; float: left; }
.CompGridProduct-list .category-product { float: left; width: 25%; padding: 15px; overflow: visible; max-height: inherit; height: inherit; margin-bottom: 0; }
.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 .thumbnail img { width: auto; max-width: 100%; max-height: 100%; padding-bottom: 30px; }
.thumbnail .CompGridCaption { bottom: 0; position: absolute; width: 100%; 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 { margin-bottom: var(--space-3); }
.CategoryListProductName { margin-top: var(--space-2); }
/* [/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] */

/* [MenuBar] */
.horizontal-menu .nav .nav-item { padding: 15px 18px; }
.horizontal-menu .nav .nav-item .nav-link { padding: 0; }
.horizontal-menu a:hover { color: var(--secondary); }
.bg-dark .nav .dropdown-menu a { color: var(--dark); }
/* [/MenuBar] */

/* [Widget44185] */
.Control_44185 {  }
.ControlHeader_44185 {  }
.ControlItem_44185 {  }
.ControlLink_44185 {  }
.ControlLink_44185:hover {  }
.ControlLink_44185 a {  }
.ControlLink_44185 a:hover {  }
.ControlLink_Link_44185 {  }
.ControlLink_Link_44185:hover {  }
.ControlLinkSeperator_44185 {  }
.ControlText_44185 {  }
.ControlInput_44185 {  }
.ControlFooter_44185 {  }
/* [/Widget44185] */

/* [SearchBox] */

/* [/SearchBox] */

/* [CustomerLoginWidget] */
.customer-login .dropdown-menu { width: 300px; }
.CustomLogin-inner { background: #fff; padding: 40px 40px; border-radius: 21px; }
.signin-email label, .signin-password label { margin-bottom: var(--space-2); }
.signin-email label span, .signin-password label span { color: #8B8B8B; }
.signin-email label span, .signin-password label span, .signin-forgot-password #hlForgot span { font-size: var(--font-size-sm); }
div#btnGoogleSignIn { display: flex; align-items: center; justify-content: center; margin-top: 10px; }
.g_id_signin, .g_id_signin [role="button"] { width: 100% !important; }
/* [/CustomerLoginWidget] */

/* [Widget44191] */
.Control_44191 {  }
.ControlHeader_44191 {  }
.ControlItem_44191 {  }
.ControlLink_44191 {  }
.ControlLink_44191:hover {  }
.ControlLink_44191 a {  }
.ControlLink_44191 a:hover {  }
.ControlLink_Link_44191 {  }
.ControlLink_Link_44191:hover {  }
.ControlLinkSeperator_44191 {  }
.ControlText_44191 {  }
.ControlInput_44191 {  }
.ControlFooter_44191 {  }
.CustomerLoginEmailTextbox_44191 {  }
/* [/Widget44191] */

/* [CategoryDropDownFilter] */
.CategoryFilterDropDown {  }
.CategoryFilterCategoryDropDown {  }
.CategoryFilterAttributeDropDown {  }
.CategoryFilterDropDownContainer {  }
/* [/CategoryDropDownFilter] */

/* [Carousel] */
.CarouselPrevButton {  }
.CarouselNextButton {  }
.CarouselBuyNowLink { font-size: 7pt; text-decoration: none; }
.CarouselMoreLink { font-size: 7pt; text-decoration: none; }
.blog-carousel .splide__track { padding: 0px; }
.blog-carousel .blog-item:after { content: ""; width: 100%; height: 100%; position: absolute; top: 0; background: rgba(0,0,0, 0.5); z-index: -1; }
.splide .blog-item { position: relative; }
.splide .blog-item img.FeaturedItemsThumbnail { display: block; position: absolute; right: 0; left: 0; width: 100%; z-index: -1; top: 0; }
.blog-carousel ul.splide__pagination { position: absolute; bottom: 30px; }
.blog-carousel .splide__pagination__page { border: 1px solid var(--white); }
.blog-carousel .splide__pagination__page.is-active { background: var(--white); }
@media(min-width:767px){
  .blog-item_content { min-height: 620px; } 
  .splide .blog-item img.FeaturedItemsThumbnail { object-fit: cover; height: 620px; }
}
@media(max-width:767px){
  .blog-item_content { min-height: 350px; } 
  .splide .blog-item img.FeaturedItemsThumbnail { object-fit: cover; height: 350px; }
}
@media(max-width:420px){
  .blog-item_content { min-height: 300px; } 
  .splide .blog-item img.FeaturedItemsThumbnail { object-fit: cover; height: 300px; }
  .splide .blog-item .h2 { font-size: var(--font-size-lg); }
}
/* [/Carousel] */

/* [MailingList] */

/* [/MailingList] */

/* [CategoryQuickList] */
.CategoryQuickListContainer {  }
.CategoryQuickListContainer tr td { vertical-align: top; }
.CategoryQuickListIndividualContainer { margin: 2px 8px 2px 2px; }
.CategoryQuickListRootCategory { font-weight: bold; font-size: 125%; text-transform: capitalize; }
.CategoryQuickListRootImage { border: none; display: block; margin-bottom: 4px; }
.CategoryQuickListSubCategory { display: list-item; list-style-type: square; margin: 0 0 0 14px; }
/* [/CategoryQuickList] */

/* [LinkGroup] */

/* [/LinkGroup] */

/* [CustomWidget] */

/* [/CustomWidget] */

/* [Widget51905] */
.Control_51905 { max-width: 335px; }
.ControlHeader_51905 {  }
.ControlItem_51905 {  }
.ControlText_51905 {  }
.ControlInput_51905 {  }
/* [/Widget51905] */

/* [HTML] */
/* Blog Page Specific Styles */



@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}


/* Responsive Adjustments */
@media (min-width: 992px) {
  .blog-main { display: flex; gap: 3rem; flex-wrap: nowrap; }

  .blog-posts { flex: 1 1 66.6667%; display: flex; flex-wrap: wrap; gap: 2rem; }

  .blog-post-card { flex: 1 1 calc(50% - 1rem); }

  .blog-sidebar { flex: 0 0 33.3333%; max-width: 33.3333%; }

  .meet-you-text { flex-basis: 50%; }

  .meet-you-image { flex-basis: 50%; }
}

@media (max-width: 991.98px) {

  .contact-header-title { font-size: 2.5rem; }

  .contact-header-description { font-size: 1rem; padding: 0 1rem !important; }

  .blog-sidebar { margin-top: 2rem; }

  .meet-you-section .container { flex-direction: column; }

  .meet-you-text, .meet-you-image { padding: 0 1rem; }

  .meet-you-image { margin-top: 2rem; }
}

@media (max-width: 767.98px) {

  .mt-4-0 { margin-top: 2rem !important; }
  .blog-card .card-img-top { height: 200px; }

  .blog-card .card-title { font-size: 1.3rem; }

  .blog-card .card-meta { font-size: 0.8rem; }

  .blog-card .card-body { padding: 1rem; }

  .blog-post-card { flex: 1 1 100%; }
}

@media (max-width: 575.98px) {
  .contact-header { padding: 4rem 0; }

  .contact-header-title { font-size: 2rem; }

  .contact-header-description { font-size: 0.9rem; }

  .blog-card .card-body { padding: 1.5rem; }
}
/* [/HTML] */

/* [Widget44193] */
.Control_44193 {  }
.Control_44193 a {  }
.Control_44193 .dropdown-menu { width: 300px; }
/* [/Widget44193] */

/* [Widget44042] */
.Control_44042 {  } 
.ControlHeader_44042 {  } 
.ControlItem_44042 {  } 
.ControlLink_44042 {  } 
.ControlLink_44042:hover {  } 
.ControlLink_44042 a {  } 
.ControlLink_44042 a:hover {  } 
.ControlLink_Link_44042 {  } 
.ControlLink_Link_44042:hover {  } 
.ControlLinkSeperator_44042 {  } 
.ControlText_44042 {  } 
.ControlInput_44042 {  } 
.ControlFooter_44042 {  } 
.Slideshow_44042 { position: relative; }
.SlideList_44042 { margin: 0; padding: 0; list-style: none; }
.Slide_44042 { overflow: hidden; }
.SlideshowButton_44042 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; }
.SlideshowButtonLink_44042 { float: left; border: 1px solid#ccc; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_44042 { color: #fff; }
.homeSlideshow-slide-img { max-height: 800px; object-fit: cover; }
/* [/Widget44042] */

/* [AttributeGroupLinks] */

/* [/AttributeGroupLinks] */

/* [ImageLogo] */

/* [/ImageLogo] */

/* [Widget44044] */
.Control_44044 { margin-bottom: 70px; }
.ControlHeader_44044 {  }
.ControlItem_44044 {  }
.ControlLink_44044 {  }
.ControlLink_44044:hover {  }
.ControlLink_44044 a {  }
.ControlLink_44044 a:hover {  }
.ControlLink_Link_44044 {  }
.ControlLink_Link_44044:hover {  }
.ControlLinkSeperator_44044 {  }
.ControlText_44044 {  }
.ControlInput_44044 {  }
.ControlFooter_44044 {  }
.CarouselPrevButton_44044 {  }
.CarouselNextButton_44044 {  }
.CarouselBuyNowLink_44044 { font-size: 7pt; text-decoration: none; }
.CarouselMoreLink_44044 { font-size: 7pt; text-decoration: none; }
/* [/Widget44044] */

/* [CustomerLogin] */
#lblErrorText br:first-child { display: none; }

.CustomerLogin-body { margin-bottom: 3em; margin-top: 8rem; }
@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.login-card { position: relative; z-index: 2; background-color: #ffffff; border-radius: 1rem; padding: 2.5rem; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); max-width: 500px; width: 100%; }

.login-card h2 { color: #c22e77; font-weight: 600; margin-bottom: 2rem; }

.form-control:focus { box-shadow: none; border-color: #c22e77; }

.btn-login { background: linear-gradient(135deg, #ef50a0, #58bbe4); border: none; color: white; font-weight: 100; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; font-family: 'Oswald', sans-serif; letter-spacing: 0.4px; }

.btn-login:hover { color: white; background: linear-gradient(to right, #ff71b8, #83dbff); transform: translateY(-2px) scale(1.02); }

.form-text a { color: #c22e77; text-decoration: none; }

.form-text a:hover { text-decoration: underline; }
.login-illustration { max-width: 410px; /* same as .login-card */ width: 100%; height: auto; }
@media (max-width: 576px) {
  .login-card { padding: 1.5rem; }

  .CustomerLogin-body { margin-top: 5rem; }
}
/* [/CustomerLogin] */

/* [Widget44425] */
.Control_44425 {  }
.Control_44425 a {  }
.Control_44425 .dropdown-menu { width: 300px; }
/* [/Widget44425] */

/* [Widget4240] */
.Control_4240 {  }
.Control_4240 a {  }
.Control_4250 .dropdown-menu { width: 300px; }
/* [/Widget4240] */

/* [ManufacturerNavigationLinks] */

/* [/ManufacturerNavigationLinks] */

/* [BannerAd] */

/* [/BannerAd] */

/* [AppliedAttributeFilters] */
.AppliedAttributeFilters { margin-bottom: 20px; } 
.AppliedAttributeFilters a { display: inline-block; } 
.applied-attribute-filter { display: flex; margin-top: 5px; margin-bottom: 5px; }
/* .applied-attribute-filter:hover { background-color: #67C1D6; border: 1px solid #3ba5bf !important; } */
.applied-attribute-filter-clear { order: 2; background-color: transparent !important; border: none !important; font-weight: bold !important; padding-left: 10px !important; padding-right: 10px !important; margin: 0 !important; height: 30px !important; border-radius: 0px !important; line-height: 30px; font-size: 22px; }
.applied-attribute-filter-text { border-left: none !important; padding-left: 10px !important; padding-right: 10px; font-size: 11px; line-height: 30px; cursor: pointer; }
/* [/AppliedAttributeFilters] */

/* [Parallax] */
.homeParallaxContent-wrap { position: absolute; top: 50%; transform: translateY(-50%); left: 10%; }
.Parallax .gradient { z-index: 2; }
.ParallaxList { position: relative; overflow: hidden; height: 325px; }
.homeParallaxBg img, .ParallaxItem img { width: 100%; }
.parallax-content { display: flex; flex-direction: column; justify-content: center; align-items: center; align-content: flex-start; padding: 87px; }
/* [/Parallax] */

/* [Widget44048] */
.Control_44048 { margin-bottom: 70px; }
.ControlHeader_44048 {  }
.ControlItem_44048 {  }
.ControlLink_44048 {  }
.ControlLink_44048:hover {  }
.ControlLink_44048 a {  }
.ControlLink_44048 a:hover {  }
.ControlLink_Link_44048 {  }
.ControlLink_Link_44048:hover {  }
.ControlLinkSeperator_44048 {  }
.ControlText_44048 {  }
.ControlInput_44048 {  }
.ControlFooter_44048 {  }
/* [/Widget44048] */

/* [StoreTestimonials] */
.testimonials-container { overflow: hidden; position: relative; width: 100%; height: 250px; }
.testimonials-container #Item { list-style: none; width: 100%; height: 250px; margin: 0; padding: 0; position: relative; }
.testimonials-container .testimonials { width: 100%; height: 250px; float: left; text-align: center; position: relative; font-family: lato, sans-serif; }
.btn-bar { width: 60%; margin: 0 auto; display: block; position: relative; top: 40px; }
#buttons { padding: 0 0 5px 0; float: right; }
#buttons a { text-align: center; display: block; font-size: 50px; float: left; outline: 0; margin: 0 60px; color: #b14943; text-decoration: none; padding: 9px; width: 35px; }
a#prev:hover, a#next:hover { color: #FFF; text-shadow: .5px 0px #b14943; }
.StoreTestimonials .pageNavigation ol { list-style-type: none; padding: 0; margin: 0; }
.StoreTestimonials .pageNavigation ol li { float: left; padding-right: 5px; }
.testimonalsTitle { vertical-align: sub; }
/* [/StoreTestimonials] */

/* [Widget52116] */
.Control_52116 {  }
.ControlHeader_52116 {  }
.ControlItem_52116 {  }
.ControlLink_52116 {  }
.ControlLink_52116:hover {  }
.ControlLink_52116 a {  }
.ControlLink_52116 a:hover {  }
.ControlLink_Link_52116 {  }
.ControlLink_Link_52116:hover {  }
.ControlLinkSeperator_52116 {  }
.ControlText_52116 {  }
.ControlInput_52116 {  }
.ControlFooter_52116 {  }
/* [/Widget52116] */

/* [Widget44389] */
.Control_44389 {  }
.ControlHeader_44389 {  }
.ControlItem_44389 {  }
.ControlLink_44389 {  }
.ControlLink_44389:hover {  }
.ControlLink_44389 a {  }
.ControlLink_44389 a:hover {  }
.ControlLink_Link_44389 {  }
.ControlLink_Link_44389:hover {  }
.ControlLinkSeperator_44389 {  }
.ControlText_44389 {  }
.ControlInput_44389 {  }
.ControlFooter_44389 {  }
.CustomerLoginEmailTextbox_44389 {  }
/* [/Widget44389] */

/* [Widget44047] */
.Control_44047 {  }
.ControlHeader_44047 {  }
.ControlItem_44047 {  }
.ControlLink_44047 {  }
.ControlLink_44047:hover {  }
.ControlLink_44047 a {  }
.ControlLink_44047 a:hover {  }
.ControlLink_Link_44047 {  }
.ControlLink_Link_44047:hover {  }
.ControlLinkSeperator_44047 {  }
.ControlText_44047 {  }
.ControlInput_44047 {  }
.ControlFooter_44047 {  }
.CarouselPrevButton_44047 {  }
.CarouselNextButton_44047 {  }
.CarouselBuyNowLink_44047 { font-size: 7pt; text-decoration: none; }
.CarouselMoreLink_44047 { font-size: 7pt; text-decoration: none; }
/* [/Widget44047] */

/* [Search] */
.CategoryProductItemNrDash:last-child { opacity: 0; }
.CMSPageTitle, .BlogPageTitle, .BlogTitle { font-weight: bold; }
.CMSPageDescription, .BlogPageDescription, .BlogPostDescription { margin-bottom: var(--space-2); }
.Search .caption { margin-top: -20px; overflow: visible; z-index: 10; position: relative; }

.search-page .Search-productItem { width: 90%; }

@media (min-width: 992px) {
  .search-page .grid-view.Search-productItem { width: 22%; }
}
/* [/Search] */

/* [Register] */
.CustomFieldLabel span:last-child { display: none; }
.registration-custom img.ui-datepicker-trigger { opacity: 0; }


@keyframes gradientAnimation {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.signup-card { background-color: #ffffff; border-radius: 1rem; padding: 1rem; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1); width: 100%; max-width: 600px; z-index: 2; }

.signup-card h2 { color: #c22e77; font-weight: 600; margin-bottom: 2rem; }

.form-control:focus { box-shadow: none; border-color: #c22e77; }

.btn-signup { background: linear-gradient(135deg, #ef50a0, #58bbe4); border: none; color: white; font-weight: 100; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); transition: all 0.3s ease; }

.btn-signup:hover { background: linear-gradient(to right, #ff71b8, #83dbff); transform: translateY(-2px) scale(1.02); }

@media(max-width: 576px) {
  .signup-card { padding: 1.5rem; }
  .row > .col { margin-bottom: 1rem; }
}
.register-illustration { border-radius: 1rem; }
/* [/Register] */

/* [Widget52110] */
.Control_52110 {  }
.ControlHeader_52110 {  }
.ControlItem_52110 {  }
.ControlLink_52110 {  }
.ControlLink_52110:hover {  }
.ControlLink_52110 a {  }
.ControlLink_52110 a:hover {  }
.ControlLink_Link_52110 {  }
.ControlLink_Link_52110:hover {  }
.ControlLinkSeperator_52110 {  }
.ControlText_52110 {  }
.ControlInput_52110 {  }
.ControlFooter_52110 {  }
.Slideshow_52110 { position: relative; }
.SlideList_52110 { margin: 0; padding: 0; list-style: none; }
.Slide_52110 { overflow: hidden; }
.SlideshowButtons_52110 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_52110 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_52110 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_52110 { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink_52110:focus { outline: none; }
/* [/Widget52110] */

/* [ProductDetails] */
body.ProductDetails { overflow-x: hidden; }
.ProductDetailsProductName { order: -2; }
.ProductDetailsManufacturerName, #dvProductItemNr, .ProductDetailsReviewDisplay { order: -1; }
.main-product-photo { max-width: 1000px; }
.product-list .product-flags { width: 100%; }
.ProductDetails-photoArea .product-flags, .all-product-card .product-flags { padding: 0  var(--space-2); width: 100%; opacity: 0.9; }
.ProductDetails-photoArea .product-flag { font-size: 0.75rem; padding: 0.25rem 0.75rem; }
/* .ProductDetails-photoArea .product-flag:not(:first-child) { margin-top: 0; } */
.ProductDetailsTabs img { max-width: 100%; }
.ProductDetails .tab-content.collapsing { overflow: unset; }
.ProductDetailsTabs .nav-item .nav-link { font-size: 1.5rem; }
.Center-Photo-Carousel .RelatedAddToCartMsg { text-align: center; }
.RelatedItemsContainer .ProductDetailsRelatedProductQuantityPriceTable { display: none; }
.Product-Quick-View, .Product-Quick-View > form { height: fit-content; }
[id^="ctlReviewRatingAverage"] { width: 16px; }
#lblAvailability #lblProductStatus:after { content: " - "; }
#lblAvailability #lblProductStatus + br { display: none; }
.ProductReviewItem-meta .ProfileImage { width: 57px; height: auto; }
.ProductReviewItem-meta  [src*="gravatar.com/avatar"].ProfileImage { border-radius: 50%; }
.ProductReviewItem .location [id$=lblAuthorLocation]:empty + .in, .ProductReviewItem .location [id$=lblAuthorLocation]:empty ~ .after-space { display: none; }
.ProductReviewItem .location .after-space { order: -1; }
.ProductReviewItem + hr:last-child { display: none; }
.ProductReviewItem:last-of-type .ProductReviewItem-body { margin-bottom: var(--space-3); }
.ProductReviews-Item:empty { display: none; }
.ProductReviews-Item:empty + .ProductReviews-summary { width: 100%; border: 0 !important; }
.ProductReviews-Item:empty + .ProductReviews-summary .ProductReviewWriteLink { float: left; }
.__affirm-logo.__ligature__affirm_full_logo__ { font-size: 1.4rem !important; }
.affirm-as-low-as { margin-bottom: var(--space-1); }
.affirm-ala-price { font-weight: bold; }
.ProductDetailsSwatches li { width: 24px; height: 24px; border-radius: 50%; border: 1px solid black; overflow: hidden; padding: 1px; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.ProductDetailsSwatches img[style^="background-color"] { border-radius: 50%; max-width: 100%; height: auto; }
.iFrame body.ProductDetails { min-width: 750px; overflow: visible; }
.NotifyMe { overflow: hidden; }
iframe[src*="NotifyMePage.aspx"] { min-width: unset !important; }
/* .ProductDetails .splide__pagination { position: absolute; bottom: 10px; } */
.ProductDetails .Carousel .splide__pagination { top: 84%; bottom: unset; }
.productdetails-photoarea-thumbnail { overflow: hidden; }
.thumbs-slideshow { margin: auto; }
.Image-Slider-With-Right-Column .thumbs-slideshow:not(:empty) ~ .main-product-photo { display: none; }
.Image-Slider-With-Right-Column .splide__track { padding: 0; }
@media (max-width: 1012px) {
  .nav-tabs .nav-link { padding-left: 0; }
}
@media (max-width: 576px) {
  .ProductDetails-photoArea .product-flag { font-size: var(--font-size-sm); padding: var(--space-1); }
  .ProductDetails .LayoutContent { padding: 0; }
  .ProductDetails .splide__track { padding: 0; }
  .ProductDetails #reviews .reviews-body { padding: 0; }
  .ProductDetails #reviews .ProductReviewItem { padding: 20px; }
  .ProductDetails #reviews .ProductReviews-summary { order: -1; }
  .ProductDetails .all-carosel-header { padding: var(--space-3); }
  .ProductDetails .thumbs-slideshow:not(:empty) ~ .main-product-photo { display: none; }
  .noreviews-label { display: block; }
}
@media (hover: none) {
  .ProductDetails .zoomple_previewholder { display: none; }
}

@media (max-width: 767px) {
  .ProductDetails-photoArea { width: 100% !important; max-width: 100% !important; padding: 0 !important; }

  .ProductDetails-photoArea img { width: 90% !important; height: auto !important; object-fit: contain; }
  .ProductDetailsQuantity .qty-spinner {
    max-width: 12rem;
  }
}

.ProductDetails-photosAreaWrapper { border: 1px solid rgba(0, 0, 0, .125); border-radius: 1.5rem; background-color: #fff; margin: 0px; }

.ProductDetails-photosAreaWrapper .thumbs-slideshow { max-width: 80% !important; }

.ProductDetailsManufacturerName a {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  border-left: 4px solid #ec4899;
  padding-left: 10px;
  transition: all 0.3s ease; /* smooth for color + scale */
  display: inline-block; /* required for transform to work */
}

.ProductDetailsManufacturerName a:hover {
  transform: scale(1.08); /* zoom effect */
}
.spinnerBtn .fa-plus{
  transform: scale(1.3);
  -webkit-text-stroke: 1px currentColor;
}
/* [/ProductDetails] */

/* [ProductReviews] */
#ctlReviewPaging_tdProductListTextEntryPaging, #ctlReviewPagingBottom_tdProductListTextEntryPaging { width: 50px; }

.ReviewProductInfoThumbnail { max-width: 100px !important; }
/* [/ProductReviews] */

/* [ProfileEdit] */
#rpContactTypes_ctl01_txtNewContactTypeValue { margin-top: 1.5rem; }
#rpContactTypes_ctl00_btnDelete, #btnAddContactType { cursor: pointer; }

.table.contact-info-table tr td:last-child { display: flex; align-items: flex-end; }
.table.contact-info-table tr td:nth-last-child(2) { display: flex; flex-direction: column; }
.table.contact-info-table tr:last-child { display: flex; }
#btnAddContactType img { margin: 8px; }
/* [/ProfileEdit] */

/* [Header] */
.smallCart-item { position: relative; }
.shoppingCart-icon, #head-account-icon { cursor: pointer; }
.smallCart-wrapper.show { box-shadow: 0 0 20px rgba(0,0,0,.2); right: 0; }
.smallCart-close { cursor: pointer; z-index: 1000; }
.smallCart-item-remove .all-close:after { font-size: calc( 0.8 * var(--font-size)); }
.smallCart-actions a, .smallCart-actions input { font-size: 0.75rem; } 
.smallCart-wrapper:not(.show) + #smallCart-overlay { display: none; }
.smallCart-item-img { object-fit: contain; }
.smallCart-item img[src^="/resize?po=&"] { content: url(/resize?po=%2fstore%2fimages%2fno-image.png&bw=150&lr=t); }
.smallCart .ProductDetailsSwatches li { position: relative; }
.smallCart .ProductDetailsSwatches li > * { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.head-login-dropdownMenu { width: 350px; margin-left: -175px !important; transform: unset !important; inset: unset !important; }
.header3 .navbar-collapse.show a { color: var(--text-dark); }
.icon-facebook { font-family: "Font Awesome 5 Brands"; font-weight: 400; font-style: normal; padding: 0; }
.icon-facebook:before { content: "\f39e"; }
.head-nav:not(.dark) .head-icons i, .head-nav:not(.dark) .head-cart-desc, .head-nav:not(.dark) .head-login-link span { color: var(--muted); }
.shoppingCart-icon { position: relative; }
#collapsibleNavbar .nav-item-submenu { margin-left: calc(-1 * var(--space-1)) !important; } 
#collapsibleNavbar .nav-item.Active, #collapsibleNavbar .nav-item-subitem.Active { font-weight: bold; }
#collapsibleNavbar > .navbar-nav > .nav-item-drop > .nav-item-submenu { margin-top: calc(-1 * var(--space-2)) !important; } 
.navbar-collapse:not(.show) + #head-menu-overlay { display: none; }
.navbar-nav .nav-item { padding-left: 0 !important; }
.head-mobile-categories .nav-link { border: 1px solid var(--dark); color: var(--dark); }
.head-mobile-categories .active.nav-link { background: var(--dark); }
.head-mobile-categories .nav-item { margin: var(--space-1); }
.headMobileCategories-header { font-weight: bold; margin: var(--space-2) var(--space-1); }
.head-search-rest { height: 100vh; width: 100%; background: var(--white); }
#ddSearchBoxCategories { display: none; width: auto; }
.store-logo img { width: 80%; }
/** Banner **/
.LayoutTop .BannerAd a { background: rgba(36, 36, 36, 1); display: block; text-align: center; color: rgba(255, 255, 255, 1); padding: var(--lt-bannerAd-paddingY) 0; } 
.head-search select { background: none; }
.LayoutTop .BannerAd a > img { margin: calc(-1 * var(--lt-bannerAd-paddingY)) 0; }
@media(max-width:1400px){
  .head-wish-icon.head-icon p { display: none; } 
}
@media(min-width:991px){
  .nav-item-drop > .nav-item { display: flex; align-items: center; justify-content: space-between; }
  .nav-item-drop > .nav-item > a.nav-link { margin-right: 8px; }
  .head-mobile-nav { display: none; }
}
@media only screen and (max-width: 989px) {
  #ddSearchBoxCategories { display: none; }
}
@media only screen and (max-width: 769px) {
  .head-menuWrap { position: absolute; left: 0; transform: unset; }
  .SmallCartCheckoutThemeButton, .SmallShoppingCart [id$='btnViewCart'] { width: 100%; margin-bottom: var(--space-2); }
  .head-login-dropdownMenu { width: 100% !important; min-height: 100%; position: fixed !important; transform: unset !important; margin-left: 0 !important; left: 0 !important; top: 0 !important; }
  .smallCart-item-remove { position: absolute; right: 0; top: 0; } 
  .nav-item-drop .nav-item > i { display: none; }
}
@media only screen and (max-width: 400px) {
  .head-login-dropdownMenu { width: 100% !important; min-height: 100%; position: fixed !important; transform: unset !important; margin-left: 0; }
  .smallCart-actions a, .smallCart-actions input { width: 100%; }
  .icon-tray i { font-size: var(--font-size); }
  .head-icons > div { margin-right: 0 !important; align-self: center; }
}
@media only screen and (min-width: 992px) {
  .head-mobile-categories { display: none; }
}
@media only screen and (hover:hover) and (min-width: 992px) {
  .nav-item-drop:hover > ul { display: inherit; }
  .nav-item-drop:hover > ul ul { left: 100%; top: 0; }
}

.dropdown-menu.dropdown-menu-end.p-3 { max-height: 90vh; /* or any value you prefer */ overflow-y: auto; overflow-x: hidden; /* optional, keeps width clean */ }
.header-search-icon { font-size: 1.2rem; color: #555; transition: color 0.2s ease-in-out; }
/* [/Header] */

/* [Widget44418] */
.Control_44418 {  }
.ControlHeader_44418 {  }
.ControlItem_44418 {  }
.ControlLink_44418 {  }
.ControlLink_44418:hover {  }
.ControlLink_44418 a {  }
.ControlLink_44418 a:hover {  }
.ControlLink_Link_44418 {  }
.ControlLink_Link_44418:hover {  }
.ControlLinkSeperator_44418 {  }
.ControlText_44418 {  }
.ControlInput_44418 {  }
.ControlFooter_44418 {  }
/* [/Widget44418] */

/* [Default] */
.Default .thumbnail { min-height: 200px; }
.home-footer-banner { min-height: 300px; object-fit: cover; }
.home-banners > div { max-width: 33.333%; }
.lblRetailPrice { margin-left: 13px; }
#category-slider img { height: 300px; object-fit: cover; border-radius: 4px; width: 100%; }

/* Foundation Slideshow Fix */
/* .Slider li a {display: block; width: 100%;} */
.Slider li img { width: 100%; }
@media (min-width: 768px) {
  .OneColumn.Default.Home-Page-1 #mainContent.content-top-margin { margin-top: 0px !important; }
}
.your-pup .card { box-shadow: none !important; }
.your-pup { background: linear-gradient(145deg, #ffb8cc, #e0eaff); }

#acctl9634_dvReCaptcha {
  margin: auto;
  padding-top: 10px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  #acctl9634_dvReCaptcha {
    width: 72%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #acctl9634_dvReCaptcha {
    width: 81%;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #acctl9634_dvReCaptcha {
    width: 68%;
  }
}
@media (min-width: 1400px) {
  #acctl9634_dvReCaptcha {
    width: 58%;
  }
}

#acctl9634_dvReCaptcha #rc-anchor-container {
  width: 690px !important;
}
#acctl9634_dvReCaptcha iframe[title="reCAPTCHA"] {
  width: 600px !important;
}
.rc-anchor-normal {
  width: 690px !important;
}
.banner-image {
  width: 100%;
  height: auto;
  border-radius: 1.5rem;
  transition: transform 0.3s 
    ease;
}
.banner-image:hover {
  transform: scale(1.05);
}
/* [/Default] */

/* [Footer] */
.footer { font-size: var(--font-size-sm); }
.MenuList .nav-list { flex-direction: column; }
.footer .MenuList .nav-header, .footer .all-footer-header { font-size: var(--font-size-lg); margin-bottom: var(--space-2); }
/*.footer .MenuList li, .footer .vertical-menu li { margin-bottom: calc(0.5 * var(--space-2)); } */
.all-footer-icon { font-size: var(--font-size-lg); }
.dark .all-footer-link:hover, .dark .Control .ControlLink a.all-footer-link:hover { color: var(--white); }
.ContactInformation > .ControlHeader { display: none; }
.footer.dark .acceptedCreditCardLogos .amex { background: url("../images/ccs/footer/amex.svg") no-repeat; }
.footer.dark .acceptedCreditCardLogos .discover { background: url("../images/ccs/footer/discover.svg") no-repeat; }
.footer.dark .acceptedCreditCardLogos .mastercard { background: url("../images/ccs/footer/mastercard.svg") no-repeat; }
.footer.dark .acceptedCreditCardLogos .visa { background: url("../images/ccs/footer/visa.svg") no-repeat; }
.footer.dark .acceptedCreditCardLogos .dinersclub { background: url("../images/ccs/footer/diner.svg") no-repeat; }
.footer.dark .acceptedCreditCardLogos .jcb { background: url("../images/ccs/footer/jcb.svg") no-repeat; }
.acceptedCreditCardLogos div[role=img], .acceptedPaymentMethodLogos li[role=img] { height: 18px; }
.acceptedPaymentMethodLogos li[role=img] { margin-right: 0; margin-left: 0; }

@media only screen and (max-width: 769px) {
  .footerSocialIcons > div:first-child { padding-left: 0; }
  .footer-acceptedCards, .acceptedPaymentMethodLogos { margin-top: 0.5rem; }
  .footer.dark .acceptedCreditCardLogos .amex { margin-left: 0; }
  .footer-mailingList-email div.input-group-append input { height: 100%; }
}
@media only screen and (min-width: 991px) {
  .footer-bottom.row > div { display: flex; flex: 1; padding: 0; }
  .footer-bottom.row > div:nth-child(2) { justify-content: center; }
  .footer-bottom.row > div:last-child { justify-content: flex-end; }
  .acceptedCreditCardLogos > div:last-child { margin-right: 0; }
}


.footer-social-icons i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;  /* fixed width */
  height: 40px; /* fixed height */
  border-radius: 50%; /* perfect circle */
  background-color: transparent;
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 20px; /* adjust icon size */
}

.footer-social-icons i:hover {
  background-color: var(--pink-500);
  color: white;
  transform: scale(1.1); /* optional slight zoom */
  cursor: pointer;
}
/* [/Footer] */

/* [PaymentMethod] */
.PaymentMethodSavedItem-actions .btn { padding-left: 0.5rem; padding-right: 0.5rem; }
@media only screen and (min-width: 768px) {
  .PaymentMethodSaved select[id*="exp_month"], .PaymentMethodSaved select[id*="exp_year"], .PaymentMethodNew select[id*="exp_month"], .PaymentMethodNew select[id*="exp_year"] { width: 50%; display: inline-block; float: left; }
  .PaymentMethodSaved select[id*="exp_month"] { width: 40%; margin-right: 10px; }
  .PaymentMethodNew select[id*="exp_month"] { width: 40%; margin-right: 10px; }
}
/* [/PaymentMethod] */

/* [Quote] */
.AddressBookAddresses:empty { display: none; }
/* [/Quote] */

/* [PicturePopup] */
.PicturePopup { height: fit-content; }
/* [/PicturePopup] */

/* [ExplainCVV] */
.ExplainCVV { height: fit-content; }
#CVV_imgCVV { max-width: 100%; }
/* [/ExplainCVV] */

/* [Widget52114] */
.ControlHeader_52114 {  }
.ControlItem_52114 {  }
.ControlLink_52114 {  }
.ControlLink_52114:hover {  }
.ControlLink_52114 a {  }
.ControlLink_52114 a:hover {  }
.ControlLink_Link_52114 {  }
.ControlLink_Link_52114:hover {  }
.ControlLinkSeperator_52114 {  }
.ControlText_52114 {  }
.ControlInput_52114 {  }
.ControlFooter_52114 {  }
/* [/Widget52114] */

/* [Statement] */
.payinfull { margin: 1px; }
/* [/Statement] */

/* [WishList] */
#ddWishLists, #txtNewWishlistName { margin-bottom: var(--space-2); }
#tblCart td, #tblCart td > .row { align-items: center; vertical-align: middle; }
.WishListSaveForLaterItem-total .btn { font-size: 0.875rem !important; }
table#dvWishList td { padding: 10px; }
.checkall input[type="checkbox"] { margin: 0; }
.WishListSaveForLaterItem-qty .qty-spinner { max-width: 100%; justify-content: center; }
table#dvWishList select#ddWishLists { width: 100px; height: 48px; }
@media(max-width:1700px) and (min-width:991px){
  .WishListSaveForLaterItem-total .Actions .col-6, .SavedWishListDetails-actions .Actions .col-6 { flex: 0 0 auto; width: 100%; margin-bottom: var(--space-1); }
}
@media(min-width:991px){
  .WishListRating > table { margin: 0 auto; }
  .CartItemPriceArea { font-weight: 700; }
}
@media(max-width:991px){
  .WishListSaveForLaterItem-selectAll { display: none; } 
  .WishListSaveForLater-table-item .col-md-9, .WishListSaveForLater-table-item .col-md-3, .SavedWishListDetailCartItem .col-md-9, .SavedWishListDetailCartItem .col-md-3 { flex: 0 0 auto; width: 100%; }
  .WishListSaveForLater-table-head, .WishListSaveForLaterItem-qty { display:none ; }
  /* table#dvWishList td{ display:block; width:100%; } */
  .ProductInfo-details-row .col { max-width: 100%; flex: 0 0 100%; }
}
@media(max-width:576px){
  .WishListSaveForLaterItem .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; } 
  .WishListSaveForLaterItem .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
}

/* Main */
.main-content { flex-grow: 1; padding: 2rem; }

.header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }

.toggle-menu { display: none; font-size: 1.5rem; cursor: pointer; color: var(--pink-main); }

@media (max-width: 992px) {
  .toggle-menu { display: block; }
}
/* Wishlist Items */
.wishlist-item { display: flex; align-items: center; background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px); padding: 1.5rem; border-radius: 1rem; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); margin-bottom: 1.5rem; transition: all 0.3s ease; opacity: 0; transform: translateY(20px); animation: fadeInUp 0.6s forwards; justify-content: space-between; }

.wishlist-item:nth-child(1) { animation-delay: 0.2s; }
.wishlist-item:nth-child(2) { animation-delay: 0.4s; }

.wishlist-item:hover { transform: translateY(-5px) scale(1.02); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15); }

.product-image { width: 100px; height: 100px; object-fit: cover; border-radius: 0.7rem; margin-right: 1.5rem; }

.product-details { flex-grow: 1; }

.product-details h4 { margin: 0; font-weight: 600; font-size: 1.1rem; color: #333; }

.product-details p { margin: 0.3rem 0; color: #666; font-size: 0.9rem; }

.product-price { font-size: 1.2rem; font-weight: 700; color: var(--pink-main); margin-top: 0.5rem; }

.item-actions { display: flex; flex-direction: column; gap: 0.5rem; margin-left: 1.5rem; }

.btn { padding: 0.6rem 1rem; border-radius: 0.7rem; border: none; cursor: pointer; font-weight: 600; transition: all 0.3s ease; font-size: 0.9rem; }

.btn-move { background: var(--btn-gradient); color: #fff; box-shadow: 0 4px 12px rgba(239, 80, 160, 0.4); }

.btn-move:hover { transform: scale(1.05); box-shadow: 0 6px 16px rgba(239, 80, 160, 0.5); }

.btn-remove { background: #e5e7eb; color: #333; }

.btn-remove:hover { background: #d1d5db; transform: scale(1.05); }

/* Subtotal Box */
.subtotal-box { margin-top: 2rem; padding: 1.5rem; background: #fff; border-radius: 1rem; box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); font-weight: 700; font-size: 1.3rem; text-align: right; color: var(--pink-main); opacity: 0; animation: fadeInUp 0.6s 0.6s forwards; }



/* Corrected Top Controls */
.top-controls { display: grid; gap: 1.5rem; background: #fff; padding: 2rem; border-radius: 1rem; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); margin-bottom: 2rem; }

.top-controls-section { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }

#dvWishList th { font-family: var(--font-heading); font-size: 1.1rem; font-weight: 600; color: var(--gray-dark); text-align: left; /* optional */ }

#dvWishList input, #dvWishList select { padding: 0.6rem 1rem; border: 1px solid var(--gray-light); border-radius: 0.5rem; font-family: var(--font-main); font-size: 0.9rem; color: var(--gray-dark); outline: none; }

#dvWishList input:focus, #dvWishList select:focus { border-color: var(--pink-main); box-shadow: 0 0 0 2px rgba(219, 39, 119, 0.2); }
#txtNewWishlistName { width: auto; display: inline; }

/* Animations */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .wishlist-item { flex-direction: column; text-align: center; }
  .product-image { margin-bottom: 1rem; }
  .item-actions { flex-direction: row; margin: 1rem 0 0; }
}

.details { max-width: 320px; }

@media (max-width: 768px) {
  #WishListTableContainer table, #WishListTableContainer tbody, #WishListTableContainer tr { display: block; width: 100%; }

  #WishListTableContainer th, #WishListTableContainer td { display: block; width: 100% !important; text-align: left; }

  #WishListTableContainer tbody > tr:first-child { display: none; }

  #WishListTableContainer td:nth-child(1)::before { content: "Save selected items to a NEW List"; font-weight: bold; display: block; margin-bottom: 5px; }

  #WishListTableContainer td:nth-child(2)::before { content: "Save selected items to an EXISTING List"; font-weight: bold; display: block; margin-bottom: 5px; }
}
/* [/WishList] */

/* [QuestionAnswer] */
.AskQuestion { padding-bottom: 50px; }
.AskQuestionLabel span, .AnswerQuestionLabel span, .AnswersHeader { font-weight: bold; font-size: 125%; padding: 20px 0 10px; }
.AskQuestionTextbox textarea, .AnswerQuestionTextbox textarea { width: 100%; box-sizing: border-box; margin-bottom: 10px; min-height: 75px; }
.Question { clear: both; padding: 20px 0; border-bottom: 1px solid #eaeaea; }
.Question:last-of-type { border: none; }
.QuestionVote, .AnswerVote { float: left; width: 100px; margin-right: 20px; text-align: center; }
.UpVotes, .DownVotes { font-size: 200%; font-weight: bold; padding: 5px; }
.UpVotes { color: green; }
.DownVotes { color: red; }
.VoteFace { display: inline-block; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); transform: rotate(90deg); }
.QuestionVote input[type=submit], .AnswerVote input[type=submit] { padding: 2px 5px; margin: 3px; }
.QuestionText, .AnswerText { overflow: hidden; }
.QuestionAuthor, .AnswerAuthor { font-size: 80%; padding: 10px 0 20px; }
.QuestionAnswer { clear: left; padding: 20px 0; border-bottom: 1px solid #eaeaea; }
.QuestionAnswer:last-of-type { border: none; padding-bottom: 0; }
.QuestionAddAnswer { padding: 20px 0; overflow: hidden; clear: left; }
.Votes { padding-bottom: 20px; }
/* [/QuestionAnswer] */

/* [FileUpload] */
.UploadFileResult { height: 40px; text-align: center; color: red; }
/* [/FileUpload] */

/* [PublicDocuments] */
.PublicDocumentsTable 
.PublicDocumentsTable { width: 100%; margin-bottom: 1rem; color: #212529; }
.PublicDocumentsTable th, .PublicDocumentsTable td { padding: .75rem; vertical-align: top; border-top: 1px solid #dee2e6; }
.PublicDocumentsHeaderRow { background: #f3f3f3; }
/* [/PublicDocuments] */

/* [ShippingEstimation] */
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.shipping-card { background: rgba(255, 255, 255, 0.8); border-radius: 1.5rem; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12); padding: 3rem 2.5rem; max-width: 720px; width: 100%; text-align: center; backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.5); transition: transform 0.4s ease, box-shadow 0.4s ease; animation: fadeInUp 1s ease-out; }

.shipping-card:hover { transform: translateY(-8px) scale(1.02); box-shadow: 0 22px 55px rgba(0, 0, 0, 0.18); }

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

.truck-icon { font-size: 3.8rem; color: #b00060; margin-bottom: 20px; animation: float 3s ease-in-out infinite; text-shadow: 0px 0px 12px rgba(255, 64, 129, 0.4); }

@keyframes float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-12px); }
}

.instruction-text { color: #444; margin-bottom: 35px; font-size: 1.1rem; }

.separator-x { font-size: 1.8rem; font-weight: 600; color: #b00060; margin: 0 15px; }

.item-description { font-size: 1.15rem; font-weight: 500; color: #333; max-width: 400px; }

.zip-code-label { font-size: 1.05rem; font-weight: 600; color: #333; padding-right: 15px; white-space: nowrap; }

.form-control-custom { height: 52px; border-radius: 12px 0 0 12px; border: 2px solid #ddd; font-size: 1rem; padding: 10px 15px; transition: border-color 0.3s ease, box-shadow 0.3s ease; }

.form-control-custom:focus { border-color: #b00060; box-shadow: 0 0 8px rgba(176, 0, 96, 0.3); outline: none; }

.btn-go { background: linear-gradient(90deg, #b00060, #ff4081); color: white; font-weight: 600; padding: 0 28px; height: 52px; border: none; border-radius: 0 12px 12px 0; font-size: 1.1rem; box-shadow: 0 6px 15px rgba(176, 0, 96, 0.35); transition: all 0.3s ease; }

.btn-go:hover { background: linear-gradient(90deg, #ff4081, #b00060); transform: scale(1.07); box-shadow: 0 8px 22px rgba(176, 0, 96, 0.5); }

@media (max-width: 768px) {
  .shipping-card { padding: 2rem; }
  .shipping-heading { font-size: 2rem; }
  .instruction-text { font-size: 1rem; }
  .item-description { font-size: 1rem; }
  .qty-box { width: 55px; height: 55px; font-size: 1.2rem; }
}
/* [/ShippingEstimation] */

/* [Manufacturer] */
@media only screen and (max-width: 585px) {
  .Manufacturer-header { text-align: center; }
}
.custom-left-column-wrapper .ManufacturerNavigationLinks.Control_9796 { border-bottom-left-radius: 7px; border-bottom-right-radius: 7px; }
/* [/Manufacturer] */

/* [StorePassword] */

/* [/StorePassword] */

/* [TextOverImage] */
.TextOverImage-container { position: relative; }
/* [/TextOverImage] */

/* [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] */

/* [BrowseByRating] */
.BrowseByRating-selected { font-weight: bold; -webkit-filter: brightness(0.85); filter: brightness(0.85); }
/* [/BrowseByRating] */

/* [PhotoGallery] */
.PhotoGallery {  }
/* [/PhotoGallery] */

/* [BlogList] */
.BlogPostImage img { width: 100%; }
/* [/BlogList] */

/* [EditDetails] */
.EditDetailsForm-field-label  span { padding: 0; }
.EditDetailsForm-field-label  input[type="checkbox"] + label { padding: 0; margin: 0 !important; }
.EditDetailsForm-field-label [type="checkbox"] + label { order: -1; }
.EditDetailsForm-field-label label:not(.hasDatepicker), .EditDetailsForm-field-label *:first-child:not(.hasDatepicker) { margin-right: var(--space-2); }
.EditDetailsForm table { margin-left: calc(var(--bs-gutter-x) / 2); }
.EditDetailsForm-field .custom-file-upload { width: auto; }
/* [/EditDetails] */

/* [EditLogin] */
.EditLoginPassword label { width: 100%; }
.EditLogin-editAccount-body label { width: 100%; }
/* [/EditLogin] */

/* [OrderHistory] */

/* [/OrderHistory] */

/* [BrowseByPrice] */
.BrowseByPrice-filter { padding-top: 0 !important; padding-bottom: 0 !important; }
.BrowseByPrice-selected { font-weight: bold; }
/* [/BrowseByPrice] */

/* [Widget18427] */
.Control_18427 {  }
.ControlHeader_18427 {  }
.ControlItem_18427 {  }
.ControlLink_18427 {  }
.ControlLink_18427:hover {  }
.ControlLink_18427 a {  }
.ControlLink_18427 a:hover {  }
.ControlLink_Link_18427 {  }
.ControlLink_Link_18427:hover {  }
.ControlLinkSeperator_18427 {  }
.ControlText_18427 {  }
.ControlInput_18427 {  }
.ControlFooter_18427 {  }
/* [/Widget18427] */

/* [Widget18422] */
.Control_18422 {  }
.ControlHeader_18422 {  }
.ControlItem_18422 {  }
.ControlLink_18422 {  }
.ControlLink_18422:hover {  }
.ControlLink_18422 a {  }
.ControlLink_18422 a:hover {  }
.ControlLink_Link_18422 {  }
.ControlLink_Link_18422:hover {  }
.ControlLinkSeperator_18422 {  }
.ControlText_18422 {  }
.ControlInput_18422 {  }
.ControlFooter_18422 {  }
.Slideshow_18422 { position: relative; }
.SlideList_18422 { margin: 0; padding: 0; list-style: none; }
.Slide_18422 { overflow: hidden; }
.SlideshowButtons_18422 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_18422 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_18422 {  }
.SlideshowButtonLinkCurrent_18422 {  }
.SlideshowButtonLink: focus_18422 { outline: none; }
.SlideshowPrevious_18422 { position: absolute; color: #666; }
.SlideshowNext_18422 { position: absolute; color: #666; }
.SlideshowPreviousLink_18422 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_18422 { color: #fff; padding: 5px; display: block; }
@media(max-width:767px){
  ol.SlideshowButtons { bottom: -5px !important; }
}
/* [/Widget18422] */

/* [Widget18426] */
.Control_18426 {  }
.ControlHeader_18426 {  }
.ControlItem_18426 {  }
.ControlLink_18426 {  }
.ControlLink_18426:hover {  }
.ControlLink_18426 a {  }
.ControlLink_18426 a:hover {  }
.ControlLink_Link_18426 {  }
.ControlLink_Link_18426:hover {  }
.ControlLinkSeperator_18426 {  }
.ControlText_18426 {  }
.ControlInput_18426 {  }
.ControlFooter_18426 {  }
/* [/Widget18426] */

/* [ViewOrder] */
.bg-accent { background: var(--accent); }
.ViewOrder-table-total .ViewOrderPricingText, .ViewOrder-table-total #lblTotal { font-weight: 800; }
.card .order-title p { margin: 0; }
.card.no-shadow { box-shadow: 0px 0px #fff; }
.fc-secondary { color: var(--lite-text); }
.vieworder-email { color: var(--dark); }
.ViewOrder-table-discountFlags.inactive { display: none !important; }
.EProductItemContainer { text-align: center !important; }
#lnkPrintInvoice:before {
  content: '\f02f';
  font-family: var(--font-awesome);
  padding-right:var(--space-1);
}
.actionLinks-text a, .ViewOrder-confirmationheader a { text-decoration: underline; }
@media(min-width:991px){
  .order-title { text-align: right; } 
  .mobile-page-header { display: none; }
}
@media(max-width:991px){
  .orderHeader { display: none; } 
  .viewOrder-icon { margin: 0 auto 20px auto; display: block; }
}
@media(max-width:500px){
  .ViewOrder-orderDet-body { overflow: scroll; }
}
/* [/ViewOrder] */

/* [SavedWishLists] */
.SavedWishLists-list.wishlist-list table td { vertical-align: middle !important; }
.top-controls-section {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.top-controls-section a.btn {
  flex: 1 1 auto;
  text-align: center;
}

.SavedWishLists-create {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: space-between;
}

.SavedWishLists-create span {
  display: block;
}

.wishlist-list table {
  width: 100%;
  border-collapse: collapse;
}

.wishlist-list th,
.wishlist-list td {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

/* Tablets */
@media (max-width: 992px) {
  .SavedWishLists-create {
    flex-direction: column;
  }

  .top-controls-section {
    flex-direction: column;
  }

  .top-controls-section a.btn {
    width: 100%;
  }

  .wishlist-list table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }

  .wishlist-items-list .card {
    padding: 1rem;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .SavedWishLists-create span.col-md-6,
  .SavedWishLists-create span.col-md-auto {
    width: 100%;
  } 
}
/* [/SavedWishLists] */

/* [SavedWishListDetail] */
.SavedWishListDetailCartItem-purchased input { margin: 0 auto; }
.SavedWishListDetailCartItem-qty .UpdateButton a { font-weight: 700; text-decoration: underline; }
.subtotal-price { text-align: right; }
@media(min-width:991px){
  .CartItemTotalArea { font-weight: 700; }
  .ShoppingCartPrice, .WishListRating, .ShoppingCartHeader { text-align: center; } 
}

@media(max-width:991px){
  .SavedWishListDetailCartHead, .SavedWishListDetailCartItem-qty, .SavedWishListDetailCartItem-purchased, .ProductInfoWishlist-Details .ItemNumber { display: none; } 
  .SavedWishListDetails-actions { margin-top: var(--space-3); }
  .SavedWishListDetailCart-table-item { padding-top: var(--space-2); padding-bottom: var(--space-2); margin-bottom: var(--space-2); }

  /* Column Alignment for product details - mobile */
  .SavedWishListDetailCartItem-desc .ProductInfoWishlist-thumbnail { flex: 0 0 25%; max-width: 25%; }
  .SavedWishListDetailCartItem-desc .ProductInfoWishlist-Details { flex: 0 0 75%; max-width: 75%; }
  .SavedWishListDetailCartItem-desc .ProductInfoWishlist-Details .col { flex: 0 0 100% !important; max-width: 100% !important; margin-bottom: var(--space-1); }
}
/* [/SavedWishListDetail] */

/* [SharedWishList] */
.SharedWishList-results.wishlist-list td { vertical-align: middle; }
tr.SharedWishListResultsItem, tr.SavedWishListsItem { transition: 0.2s; }
tr.SharedWishListResultsItem:hover, tr.SavedWishListsItem:hover { background: var(--bs-gray-200); transition: 0.2s; }
/* [/SharedWishList] */

/* [Widget39194] */
.Control_39194 {  }
.ControlHeader_39194 {  }
.ControlItem_39194 {  }
.ControlLink_39194 {  }
.ControlLink_39194:hover {  }
.ControlLink_39194 a {  }
.ControlLink_39194 a:hover {  }
.ControlLink_Link_39194 {  }
.ControlLink_Link_39194:hover {  }
.ControlLinkSeperator_39194 {  }
.ControlText_39194 {  }
.ControlInput_39194 {  }
.ControlFooter_39194 {  }
.CarouselPrevButton_39194 {  }
.CarouselNextButton_39194 {  }
.CarouselBuyNowLink_39194 { font-size: 7pt; text-decoration: none; }
.CarouselMoreLink_39194 { font-size: 7pt; text-decoration: none; }
/* [/Widget39194] */

/* [Widget9803] */
.Control_9803 {  }
.ControlHeader_9803 {  }
.ControlItem_9803 {  }
.ControlLink_9803 {  }
.ControlLink_9803:hover {  }
.ControlLink_9803 a {  }
.ControlLink_9803 a:hover {  }
.ControlLink_Link_9803 {  }
.ControlLink_Link_9803:hover {  }
.ControlLinkSeperator_9803 {  }
.ControlText_9803 {  }
.ControlInput_9803 {  }
.ControlFooter_9803 {  }
.MicroStoreDropDown_9803 {  }
/* [/Widget9803] */

/* [ProductInventoryReport] */
.ProductTable td.productCell:hover, td.productCell-name:hover { background-color: #eaebed; }
.ProductTable td.productCell-name { width: 28%; }
.ProductTable td.productCell { width: 12%; }
.ProductTable td.productCell:empty, td.productCell-name:empty { visibility: hidden; width: 0%; }

/* .ProductTable th, td { height: 50px !important; text-align: left; } */
.ProductTable th, td { text-align: left; }
.ProductTable tr.productCell-header { background-color: #eaebed; border-bottom: 1px solid #ccc; }
.ProductTable tr.productCell-item { border-bottom: 1px solid #ccc; }
.ProductInventoryDropdown { float: right; }
/* [/ProductInventoryReport] */

/* [UserEdit] */
.EmployeeSearchBox { display: flex; gap: 12px; }
.ManagerSearchBox { display: flex; gap: 12px; }
/* [/UserEdit] */

/* [Widget8843] */
/* Promo Banner */
.promo-banner { background: linear-gradient(90deg, #87ceeb, #ff69b4); height: 2.7rem; overflow: hidden; position: relative; }

.slider-wrapper { width: 100%; overflow: hidden; white-space: nowrap; position: relative; height: 100%; }
/* [/Widget8843] */

/* [Widget8964] */

/* [/Widget8964] */

/* [OrderList] */
body { font-family: var(--font-main); background: linear-gradient(135deg, #fff, var(--pink-light)); color: #333; margin: 0; padding: 0; }

/* Header */
.header h1 { font-family: var(--font-heading); font-size: 2.5rem; background: linear-gradient(to right, var(--pink-main), #ef50a0); -webkit-background-clip: text; background-clip: text; color: var(--pink-main); font-weight: 700; opacity: 0; animation: fade-in 0.8s ease-out 0.1s forwards; }
.header h2 { font-family: var(--font-heading); background: linear-gradient(to right, var(--pink-main), #ef50a0); -webkit-background-clip: text; background-clip: text; color: transparent; font-weight: 700; opacity: 0; animation: fade-in 0.8s ease-out 0.1s forwards; }

@keyframes fade-in { from{opacity:0;} to{opacity:1;} }

/* Filters */
.filters { background: #fff; padding: 1rem; border-radius: 1rem; box-shadow: 0 4px 12px rgba(0,0,0,0.08); margin-bottom: 1.5rem; display: flex; gap: 1rem; flex-wrap: wrap; }
.filters select, .filters button { padding: 0.6rem; border: 1px solid var(--pink-light); border-radius: 0.5rem; background: #fff; color: var(--gray-dark); cursor: pointer; }
.filters button { background: var(--btn-gradient); color: #fff; border: none; transition: all 0.3s ease; }
.filters button:hover { transform: scale(1.05); box-shadow: 0 4px 12px rgba(239,80,160,0.4); }

@keyframes slide-up { from{opacity:0;transform:translateY(30px);} to{opacity:1;transform:translateY(0);} }

/* Scrollable table wrapper */
.table-wrapper { overflow-x: auto; -webkit-overflow-scrolling: touch; }

.orders-table table { width: 100%; min-width: 1000px; /* keeps columns aligned on small screens */ border-collapse: collapse; }
.orders-table th, .orders-table td { padding: 0.75rem 1rem; font-size: 0.875rem; color: #6b7280; text-align: left; border-bottom: 1px solid var(--gray-light); }
.orders-table th { text-transform: uppercase; letter-spacing: 0.05rem; font-weight: 600; background: linear-gradient(to right, var(--pink-light), #fff); }

/* Mobile tweaks */
@media (max-width: 768px) {
  .filters { flex-direction: column; }
}

#OrderListTools select { width: 100%; }
/* [/OrderList] */

/* [Reviews] */
.sidebar { width: 260px; background: #fff; padding: 2rem 1.5rem; box-shadow: 2px 0 15px rgba(0,0,0,0.08); transition: transform 0.3s ease-in-out; }
.sidebar { position: fixed; left: 0; top: 0; height: 100%; transform: translateX(-100%); }
.sidebar.active { transform: translateX(0); } 

.sidebar h2 { font-family: var(--font-heading); font-size: 1.8rem; font-weight: 700; color: var(--pink-main); text-align: center; margin-bottom: 2rem; }
.sidebar-menu { list-style: none; padding: 0; }
.sidebar-menu li { margin-bottom: 0.7rem; }
.sidebar-menu a { display: block; padding: 0.8rem 1rem; color: var(--gray-dark); text-decoration: none; border-radius: .5rem; transition: .2s; font-weight: 500; }
.sidebar-menu a:hover, .sidebar-menu a.active { background: var(--pink-light); color: var(--pink-main); transform: translateX(5px); }
.sidebar-menu a.logout { background: var(--pink-main); color: #fff; margin-top: 2rem; text-align: center; }
.toggle-menu { display: block; }

.card ,.grid-view.custom-card{background:#fff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 8px 20px rgba(0,0,0,0.1);transition:all .3s ease;}
.card:hover,.grid-view.custom-card:hover{transform: translateY(-8px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);box-shadow:0 12px 30px rgba(0,0,0,0.15);}

.reviews-table .table-wrapper { overflow-x: auto; }
.reviews-table table { width: 100%; border-collapse: collapse; }
.reviews-table th, .reviews-table td { padding: .75rem; text-align: left; }
.reviews-table th { white-space: nowrap; background: var(--pink-light); color: var(--pink-main); font-weight: 600; }
.reviews-table tr:hover td { background: var(--gray-light); }
.reviews-table .rating .star { color: var(--star-color); font-size: 1.2rem; }
.reviews-table td { word-break: break-word; white-space: normal; padding: 1rem; font-size: 0.875rem; color: #6b7280; transition: background .3s; }
/* [/Reviews] */

/* [UserManagement] */
/* Utility classes to replicate Tailwind */
.flex { display: flex; }
.flex-col { flex-direction: column; }
.items-center { align-items: center; }
.justify-between { justify-content: space-between; }
.space-x-3 > :not([hidden]) ~ :not([hidden]) { margin-left: 0.75rem; }
.space-y-2 > :not([hidden]) ~ :not([hidden]) { margin-top: 0.5rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-8 { margin-bottom: 2rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-sm { font-size: 0.875rem; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.text-pink-600 { color: #db2777; }
.text-gray-500 { color: #6b7280; }
.text-gray-700 { color: #374151; }
.text-gray-800 { color: #1f2937; }
.text-gray-600 { color: #4b5563; }
.text-purple-600 { color: #9333ea; }
.bg-purple-100 { background-color: #f3e8ff; }
.p-3 { padding: 0.75rem; }
.w-full { width: 100%; }
.md\:hidden { display: none; }
.add-employee-link { color: #db2777; text-decoration: none; font-size: 0.875rem; margin-bottom: 1rem; }

.table-container { margin-top: 1rem; overflow-x: auto; background-color: #fff; }

.user-table { width: 100%; border-collapse: collapse; }

.user-table th, .user-table td { padding: 0.75rem; text-align: left; border-bottom: 1px solid #e5e7eb; }

.user-table th { font-size: 0.75rem; font-weight: 700; color: #6b7280; text-transform: uppercase; }

.user-table td { font-size: 0.875rem; color: #1f2937; white-space: nowrap; }

.table-row-buttons button { padding: 0.5rem 1rem; border: none; border-radius: 0.5rem; cursor: pointer; font-size: 0.875rem; font-weight: 600; transition: background-color 0.2s; }

.table-row-buttons .edit-btn { background-color: #db2777; color: #ffffff; }

.table-row-buttons .delete-btn { background-color: #f7fafc; color: #db2777; border: 1px solid #db2777; }
/* [/UserManagement] */

/* [Company] */
/* Search Bar Layout */
#ctlCompanyAssociationTree_dvControl { display: flex !important; gap: 0.5rem; flex-wrap: wrap; }

/* Search Input */
#ctlCompanyAssociationTree_txtSearchBox { flex: 1; min-width: 150px; padding: 0.5rem; border: 1px solid #e5e7eb; border-radius: 0.5rem; font-size: 0.875rem; }

/* Buttons */
#ctlCompanyAssociationTree_btnSearch, #ctlCompanyAssociationTree_btnExpandAll { padding: 0.5rem 1rem; background: linear-gradient(to right, #ff71b8, #83dbff); color: #ffffff; border: 1px solid transparent; border-radius: 0.5rem; font-size: 0.875rem; cursor: pointer; transition: background-color 0.2s, border-color 0.2s; }

#ctlCompanyAssociationTree_btnSearch:hover, #ctlCompanyAssociationTree_btnExpandAll:hover { background-color: #be185d; }

#ctlCompanyAssociationTree_btnClear { background-color: transparent; color: #db2777; border: 1px solid #db2777; padding: 0.5rem 1rem; border-radius: 0.5rem; font-size: 0.875rem; cursor: pointer; transition: background-color 0.2s, border-color 0.2s; }

#ctlCompanyAssociationTree_btnClear:hover { background-color: #fdf2f8; }

/* Tree Nodes */
.user-select-leafNode, .user-select-treeNode { padding: 8px 16px 8px 6px; border-radius: 6px; color: #4A4B4D; background: #FFFFFF; display: block; white-space: normal; word-wrap: break-word; overflow-wrap: break-word; max-width: 85%; }
/* Responsive Adjustments */
@media (max-width: 768px) {
  .MyAccountSection { padding: 1rem; }

  #ctlCompanyAssociationTree_dvControl { flex-direction: column; align-items: stretch; }

  #ctlCompanyAssociationTree_dvControl input, #ctlCompanyAssociationTree_dvControl input[type="submit"] { width: 100%; font-size: 1rem; }

  #ctlCompanyAssociationTree_btnSearch, #ctlCompanyAssociationTree_btnClear, #ctlCompanyAssociationTree_btnExpandAll { margin-top: 0.5rem; }

  #btnAddUser { width: 100%; }
}
/* [/Company] */

/* [SavedCarts] */
@media (max-width: 768px) {
  #tblCustomerSavedCarts td { padding-right: 1rem; }
}
/* [/SavedCarts] */

/* [LostPassword] */
.LostPassword-header-text { color: #c22e77; }
/* [/LostPassword] */

/* [_404] */
.error-card { background: #fff; border-radius: 1.5rem; box-shadow: 0 15px 40px rgba(136,14,79,.2); padding: 3rem; transition: transform 0.4s ease, box-shadow 0.4s ease; position: relative; z-index: 10; }
.error-card:hover { transform: scale(1.02); box-shadow: 0 20px 50px rgba(136,14,79,.3); }
.error-code { font-family: 'Dosis', sans-serif; font-size: 8rem; font-weight: 800; line-height: 1; }
.error-digit { background: linear-gradient(45deg,#880e4f,#ec4899); -webkit-background-clip: text; background-clip: text; color: transparent; animation: floatUpDown 4s ease-in-out infinite; }
.dog-image-container { width: 150px; height: 150px; border-radius: 50%; border: 5px solid #ffc0cb; overflow: hidden; display: flex; align-items: center; justify-content: center; background: #fff; animation: pulseBorder 2s infinite alternate; }
.dog-image { font-size: 5rem; color: #880e4f; line-height: 1; }

@keyframes floatUpDown { 0%{transform:translateY(0)} 50%{transform:translateY(-15px)} 100%{transform:translateY(0)} }
@keyframes pulseBorder { from{border-color:#ffc0cb;box-shadow:0 0 10px #ffc0cb} to{border-color:#ec4899;box-shadow:0 0 20px #ec4899} }

.error-message { font-size: 1.75rem; font-weight: 600; color: #880e4f; margin-top: 1rem; }
.btn-home { background-color: transparent; color: #db2777; border: 1px solid #db2777; font-weight: 100; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); transition: background-color 0.6s ease, color 0.6s ease, transform 0.6s ease; font-family: 'Oswald', sans-serif; letter-spacing: 0.4px; }
.btn-home:hover { background-color: #db2777; border: none; color: white; font-weight: 100; box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1); transform: translateY(-2px) scale(1.02); }

.star { position: absolute; color: #ffc0cb; font-size: 1.5rem; opacity: .8; animation: rotateStar 10s linear infinite,floatStar 8s ease-in-out infinite alternate; }
@keyframes floatStar{0%{transform:translate(0,0)}100%{transform:translate(15px,20px)}}
@keyframes rotateStar{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.star:nth-child(1) { top: 10%; left: 10%; animation-delay: 0s; font-size: 2rem; }
.star:nth-child(2) { top: 75%; right: 15%; animation-delay: 2s; font-size: 1.2rem; }
.star:nth-child(3) { bottom: 5%; left: 50%; animation-delay: 4s; font-size: .8rem; }
.star:nth-child(4) { top: 20%; right: 5%; animation-delay: 6s; font-size: 2.5rem; }
.star:nth-child(5) { bottom: 30%; left: 20%; animation-delay: 8s; }


@media (max-width: 767px) {
  .btn-home1 {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .btn-home2 {
    margin-left: 0 !important;
  }
}
/* [/_404] */

/* [PackingSlip] */
.store-address br:first-child {
  display: none;
}

.shipping-address span:nth-of-type(2) {
  display: none;
}
.shipping-address span:last-of-type {
  display: none;
}

.shipping-address {
  top: 0px; left: 40px; position: relative;
}
/* [/PackingSlip] */

/* [Widget10080] */
.Control_10080 {  }
.ControlHeader_10080 {  }
.ControlItem_10080 {  }
.ControlLink_10080 {  }
.ControlLink_10080:hover {  }
.ControlLink_10080 a {  }
.ControlLink_10080 a:hover {  }
.ControlLink_Link_10080 {  }
.ControlLink_Link_10080:hover {  }
.ControlLinkSeperator_10080 {  }
.ControlText_10080 {  }
.ControlInput_10080 {  }
.ControlFooter_10080 {  }
.Slideshow_10080 { position: relative; }
.SlideList_10080 { margin: 0; padding: 0; list-style: none; }
.Slide_10080 { overflow: hidden; }
.SlideshowButtons_10080 { padding: 0; bottom: 10px; left: 10px; position: absolute; }
.SlideshowButton_10080 { margin: 0 10px 0 0; padding: 0; float: left; list-style: none; height: 28px; line-height: 28px; }
.SlideshowButtonLink_10080 { float: left; height: 28px; line-height: 28px; border: 1px solid#ccc; background: #DAF3F8; color: #555; padding: 0 10px; text-decoration: none; }
.SlideshowButtonLinkCurrent_10080 { background: #5DC9E1; color: #fff; }
.SlideshowButtonLink:focus_10080 { outline: none; }
.SlideshowPrevious_10080 { position: absolute; left: 5px; background: #666; color: #fff; }
.SlideshowNext_10080 { position: absolute; right: 5px; background: #666; color: #fff; }
.SlideshowPreviousLink_10080 { color: #fff; padding: 5px; display: block; }
.SlideshowNextLink_10080 { color: #fff; padding: 5px; display: block; }



/* Force full promo bar height everywhere */
.Control_10080 { background: linear-gradient(90deg, #87ceeb, #ff69b4); height: 2.7rem; overflow: hidden; } /* Each slide center align */ .Control_10080 .Slide { display: flex; align-items: center; overflow: hidden; }
.Control_10080,
.Control_10080 .Slider_10080,
.Control_10080 .SlideList_10080,
.Control_10080 .Slide {
  height: 2.7rem;
}

/* Slide becomes flex container */
.Control_10080 .Slide {
  display: flex;
  align-items: center;        /* vertical center */
  justify-content: flex-start;
}

/* Promo text */
.Control_10080 .promo-slide {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  color: #fff;
  font-weight: bold;
  position: relative;
  left: 100%;
  line-height: 1;             
}

/* Animate ONLY active slide */
.Control_10080 .CurrentSlide .promo-slide {
  animation: promo-scroll-left 10s linear forwards;
}

/* Animation */
@keyframes promo-scroll-left {
  from { left: 100%; }
  to   { left: -100%; }
}

/* Mobile */
@media (max-width: 576px) {
  .Control_10080,
  .Control_10080 .Slider_10080,
  .Control_10080 .SlideList_10080,
  .Control_10080 .Slide {
    height: 2.5rem;
  }

}
/* OVERRIDE GLOBAL SLIDESHOW HEIGHT FOR PROMO BAR ONLY */
@media (max-width: 991px) {
  .Control_10080 ul.SlideList li.Slide {
    height: 2.7rem !important;
  }
}

@media (max-width: 667px) {
  .Control_10080 ul.SlideList li.Slide {
    height: 2.7rem !important;
  }
}

@media (max-width: 576px) {
  .Control_10080,
  .Control_10080 .Slider_10080,
  .Control_10080 .SlideList_10080,
  .Control_10080 ul.SlideList li.Slide {
    height: 2.5rem !important;
  }
}




/* Stop animation on cloned / hidden slides */ .Control_10080 .Slide:not(.CurrentSlide) .promo-slide { animation: none !important; }   /* Mobile */ @media (max-width: 576px) { .Control_10080 { height: 2.5rem; } }

.SlideshowNext_10080,
.SlideshowPrevious_10080 {display:none}
/* [/Widget10080] */

:root {
  --pink-main: #db2777;
  --pink-light: #fce7f3;
  --gray-light: #f3f4f6;
  --gray-dark: #4b5563;
  --font-main: 'Poppins', sans-serif;
  --font-heading: 'Dosis', sans-serif;
  --btn-gradient: linear-gradient(135deg, #ef50a0, #58bbe4);
  --lt-bannerAd-paddingY: 12px;
}






























































































































































































































































/* [CheckOut] */
.CardFieldHeaders { background: #666; color: #fff; padding: 5px; }
.CheckOutText > a { font-weight: bold; }
.OnePageCheckoutShoppingCart .ShoppingCartPrice { padding: 10px 0; font-size: inherit; border: none; }
.SplitPaymentLink { cursor: pointer; }
#tbAppliedPayments { width: 100%; }
.AppliedPaymentHeader th { padding: 5px; }
.AddressBookEditor { padding: 2px 10px 2px 0; }
.OnePageCheckoutShoppingCart .ShoppingCartTotals { border: none; }
/* [/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 ] */
input[type="file"] + span { top: 0px; }
.navbar-collapse.left-collapse.collapse > .Control+.Control { margin-top: 20px; }
/* MyAccountPage */
/* ContactPage */
.contact-header { display: flex; align-items: center; margin-bottom: 0.5rem; }
.contact-header > p { margin: 0; }
.contact-header > span { margin-right: 0.5rem; }
/* /ContactPage */
/* SaveForLaterArea */
table.SaveForLaterTable td { vertical-align: middle; }
.SaveForLaterTable td.SaveForLater > div { display: flex; }
.SaveForLaterTable td.SaveForLater > div > a { display: block; }
.SaveForLaterItemInfo > table td { border: none; }
.SaveForLaterTable td > .CartItemPriceArea { display: flex; align-items: center; }
.SaveForLaterTable td > .CartItemPriceArea > .ShoppingCartPrice { padding: 0; }
#tblUploadFile td { display: flex; }
#tblUploadFile .ac-content-edit-literal { margin-top: 10px; font-size: 16px; }
#tblUploadFile .UploadFileResult { margin-top: 20px; margin-bottom: 20px; justify-content: center; font-size: 20px; color: black; }
.ShippingSelect input[type="radio"] + label { margin-left: 1em; }
/* Sticky Header For All Headers */
.stuck, .simple-sticky { position: fixed; top: 0; width: 100%; z-index: 200; }
.second-head { background: #fff; }
/* Responsive */
@media (max-width: 991px) {
  .ChildCategoriesList { flex-wrap: wrap; }
}
/* [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; }

/* [FavoritesListWidget] */
.head-orderPad-wrap { position: fixed; right: 0; top: 50%; transform: translate(101%,-50%); background: #fff; z-index: 1000; border-radius: 4px 0 0 4px; padding: 12px; width: 350px; transition: all .5s ease-in-out; }
.orderPadOpen { transform: translate(0, -50%); -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75); }
.head-orderPad-inner { max-height: 90vh; overflow-y: scroll; overflow-x: hidden; }
.head-orderPad-inner::-webkit-scrollbar { width: 0; }

.head-orderPad-tab { position: absolute; left: -82px; top: 56px; transform: rotate(-90deg); background: #fff; padding: 10px; border-radius: 4px 4px 0 0; font-weight: 600; cursor: pointer; -webkit-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.75); -moz-box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.75); box-shadow: 0px -3px 3px 0px rgba(0,0,0,0.75); }

.head-orderPad-header { display: flex; align-items: center; justify-content: space-between; border-bottom: solid 1px #000; padding-bottom: 10px; margin-bottom: 10px; }
.orderPad-header-title .ControlHeader { font-size: 24px; font-weight: 600; }
.orderPad-header-close { font-size: 24px; cursor: pointer; }

.orderPad-items-inner { display: flex; align-items: stretch; justify-content: space-between; gap: 12px; }
.orderPad-items-name { font-size: 14px; font-weight: 600; text-align: left; }
.orderPad-items-left { position: relative; min-width: 100px; max-width: 100px; }
.orderPad-items-left a { width: 100%; display: flex; align-items: center; justify-content: center; min-height: unset !important; }
.orderPad-items-left a img { max-width: 100%; max-height: 100%; }
.orderPad-items-right { flex: auto; }
.orderPad-items-remove { position: absolute; top: 3px; left: 3px; z-index: 10; background: #fff; padding: 5px 7px 3px 7px; line-height: 100%; border-radius: 4px; transition: all .5s ease-in-out; }
.orderPad-items-remove:hover { background: #000; color: #fff !important; }
.orderPad-items-remove .RemoveFromCartLink { transition: all .5s ease-in-out; }
.orderPad-items-remove:hover .RemoveFromCartLink { color: #fff !important; }
.orderPad-items-quantRow { display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; }
.orderPad-items-row { margin-bottom: 10px; }
.orderPad-items-nameRow { margin-bottom: 0; }
.orderPad-items-quant { margin-right: auto; }
.orderPad-items-quant input { width: 30px !important; }
.orderPad-items-update { width: 100%; margin-top: 10px; display: none; }
.orderPad-items-update a { background: #000; display: block; color: #fff; text-align: center; text-transform: uppercase; font-weight: 800; padding: 10px; border-radius: 4px; border: solid 1px #000; transition: all .5s ease-in-out; }
.orderPad-items-update a:hover { background: #fff; color: #000; }
.orderPad-items-move input, .orderPad-items-copy input { background: transparent !important; color: #000 !important; border: none !important; padding: 0 !important; font-weight: 400 !important; text-transform: none !important; text-decoration: underline; }
.orderPad-items-bottom { display: flex; align-items: center; justify-content: space-between; background: #eee; padding: 5px 10px; border-radius: 4px; gap: 12px; flex-wrap: wrap; margin-top: 10px; }
.orderPad-items-stars { display: flex; align-items: center; justify-content: center; }
.orderPad-items-wrap { margin-bottom: 24px; }
.orderPad-footer-addAll input { width: 100%; }
.orderPad-items-numbersRow { display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 12px; color: #999; }

@media (max-width: 575px) {
  .head-orderPad-wrap { top: 0; width: 100%; height: 100vh; transform: translate(101%, 0); }
  .orderPadOpen { transform: translate(0, 0); }
  .head-orderPad-tab { top: 106px; }
}

.overlay { max-height: 0; overflow: hidden; }

/* [ProductInventoryReportWidget] */
.report-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: solid 1px #999; padding-bottom: 12px; margin-bottom: 12px; }
.report-head h2 { margin: 0; }
.report-head-export a { margin-bottom: 0 !important; }
.report-head-explain { background: #eee; display: inline-block; padding: 5px 12px; border-radius: 4px; margin-bottom: 0; }

.report-body-table { margin-top: 12px; }
.report-mobile-head { display: none; }
.report-table-head, .report-body-row { display: flex; align-items: stretch; justify-content: flex-start; gap: 0; }

.report-table-head { font-size: 14px; border-bottom: solid 1px #999; margin-bottom: 12px; padding-bottom: 12px; }
.report-body-row { font-size: 14px; border-bottom: solid 1px #eee; margin-bottom: 12px; padding-bottom: 12px; }
.report-body-cell:not(.report-cell-name), .report-head-cell:not(.report-cell-name) { padding-left: 5px; }
.report-cell-velocity a, .report-cell-days a { display: block !important; }

.report-cell-name { width: 25%; }
.report-cell-sku { width: 20%; }
.report-cell-qty { width: 5%; text-align: center; }
.report-cell-velocity { width: 10%; text-align: center; }
.report-cell-days { width: 10%; text-align: center; }
.report-cell-warehouse { width: 20%; }
.report-cell-retail { width: 10%; }

.report-foot { display: flex; align-items: stretch; justify-content: space-between; gap: 12px; }
.report-foot select { padding: 10px 20px; min-width: 200px; height: 100%; box-shadow: none; }

@media (max-width: 1199px) {
  .report-cell-retail { width: 20%; }
  .report-cell-name { width: 20%; }
  .report-cell-sku { width: 15%; }
}

@media (max-width: 991px) {
  .report-table-head .report-cell-name { display: none; }
  .report-body-cell.report-cell-name { width: 100%; margin-bottom: 12px; }
  .report-body-row { flex-wrap: wrap; }
  .report-cell-days { width: 20%; }
  .report-cell-velocity { width: 20%; }
  .report-body-cell.report-cell-sku, .report-head-cell.report-cell-sku { padding-left: 0; }
}

@media (max-width: 575px) {
  .report-table-head, .report-head-explain { display: none !important; }
  .report-mobile-head { display: block; font-weight: 700; }
  .report-cell-name { font-size: 16px; }
  .report-cell-sku, .report-cell-qty, .report-cell-velocity, .report-cell-days, .report-cell-retail, .report-cell-warehouse { width: 100%; margin-bottom: 5px; }

  .report-cell-sku { order: 2; }
  .report-cell-qty { order: 3; }
  .report-cell-velocity { order: 4; }
  .report-cell-days { order: 5; }
  .report-cell-warehouse { order: 7; }
  .report-cell-retail { order: 6; }

  .report-body-cell { display: flex; align-items: center; justify-content: flex-start; gap: 12px; padding-left: 0 !important; }
  .report-body-row { background: #eee; padding: 12px; border-radius: 4px; }
  .report-head h2 { font-size: 20px; font-weight: 700; }
  .report-foot { flex-direction: column; }
  .report-foot select { max-width: 100%; width: 100%; }
  .report-head { flex-direction: column; }
  .report-head-export { width: 100%; }
  .report-head-export a { width: 100%; display: block !important; text-align: center; }
}

#apay-tooltip-display-parent { width: 100%; }
.form-control::placeholder { color: #888; }
#acctl5163_dvControlHeader, .bx-wrapper .ControlLink, .bx-wrapper .lblPrice, .CategoryProductItemNr, #AmeriCommerce-powered-by-link { display: none; }

.badge.translate-middle { margin-top: 9px !important; margin-left: -25px !important; }
.ErrorText, .errorText {display: block !important;}



.freeItemsList .bx-wrapper { margin-bottom: 40px; margin-top: 40px; }
.bx-wrapper { max-width: unset !important; width: 72%; }
.bx-wrapper .FeaturedItemsThumbnail { margin: auto !important; }
.bx-wrapper .bx-controls-direction .bx-prev { margin-left: -80px; }
.bx-wrapper .bx-controls-direction .bx-next { margin-right: -80px; }
.bx-wrapper *, .addthis_toolbox * { box-sizing: content-box; }
.bx-controls-direction { opacity: 0.25; transition: 0.25s; }
.bx-controls-direction:hover { opacity: 0.75; transition: 0.25s; }
.PriceWhite { width: 100%; border: 1px solid lightgray; min-height: 184px !important; }
.freeItemsName { font-size: 15px; width: 100%; line-height: 30px; text-align: center; }
.freeItemsTitle { padding: 5px; }
.freeItemsName input[type="checkbox"] { position: absolute; top: 1px; left: 1px; }
.freeItemsModal .QuantityForCart { display: none; }
.freeItemsModal .modal-title { color: #d673a5; text-align: center; }
.freeItemsAddtoCart { width: 100%; text-align: center; margin-top: 30px; display: inline-block; }
.freeItemsName label img { max-width: 50px; margin-right: 20px; }
/* .bx-wrapper .freeItemsName img { width: 100%; } */
.PriceWhite { width: 100%; text-align: center; line-height: 23px; font-size: 13px; }
button.close.btn-default { background: #d676a4; color: #fff; opacity: 1; padding: 3px 11px 7px 11px; }

.bx-wrapper .bx-prev { background: url(/shared/themes/Freshly/images/arrow-left.png?v=2); background-size: contain; }
.bx-wrapper .bx-next { background: url(/shared/themes/Freshly/images/arrow-right.png?v=2); background-size: contain; }
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:focus, .bx-wrapper .bx-prev:focus { background-size: contain !important; background-position: center; }

.freeItemsList .bx-wrapper img { display: revert !important; }
#myModal9594 { padding-left: 0px; padding-right: 0px; }

