
/* New changes to popover on profile icon hover in header */
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD #samHeaderTop_CADiv a.create-account-link {
	font-size: 16px;
	padding: 9px 18px;
	display: block;
	color: #303030;
	background-color: #ffffff;
	border: 1px solid #303030;
	margin-top: 6px;
	white-space: nowrap;
}
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD #samHeaderTop_CADiv a.create-account-link:hover {
	color: #ffffff;
	background-color: #303030;
	border: 1px solid #303030;
	text-decoration: none;
}

#samNewHeader .samHeaderTop_New #samHeaderTop_SignInDD,
#samNewHeader .samHeaderTop_New #samHeaderTop_AccountDiv {
	width: fit-content;
	position: absolute;
	left: -50px;
	top: 40px;
	z-index: 10021;
	padding: 20px;
	box-shadow: 0 10px 10px -4px #0003;
  background-color:#FFF;
	color: #000;
}

@media (max-width: 1200px) {
	#samNewHeader .samHeaderTop_New #samHeaderTop_SignInDD,
	#samNewHeader .samHeaderTop_New #samHeaderTop_AccountDiv {
		left: -125px; 
	}
}

/* Search bar margin changed to not overlap profile icon */
#samNewHeader #samHeaderTop .samHeaderTop_Search {
	padding: 0;
	margin: 0px var(--samHeaderSearchLRPadding);
}

/* Footer social icons */
.footer-social-icon {
	width: 16px;
	height: 16px;
	margin-right: 10px;
}

/* CGBCCART */
.trending-now {
	margin-top: 104px;
}

.empty-cart-container {
	margin-top: 40px;
	margin-bottom: clamp(134px, 3.52vw, 172px);
	width: 95%;
}

@media (min-width: 768px) {
	.empty-cart-container {
		margin-top: 20px;
		width: 90%;
	}
}

/* Privacy Policy Cookie */
.cookie_privacyPolicy{
	position: fixed;
	bottom: 0;
	left: 0;
	margin-left: 14px;
	margin-bottom: 18px;
	z-index: 2147483001;
	display: none;
}

.cookie_card {
  display: flex;
  align-items: end;
  gap: 10px;

  max-width: 500px;
  padding: 10px;

  background-color: white;
  border: 1px solid #E3E3E3;
	font-family: sans-serif;

  box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.20);

  font-size: 14px;
	line-height: normal;
}

.cookie_img {
	width: 30px;
	height: 30px;
}

@media (max-width: 768px) {
	.cookie_privacyPolicy {
		margin: 5px;
	}
	.cookie_card {
		max-width: 60%;	
	}
	.cookie_card.align-items-center.text-primary {
		align-items: flex-end !important;
	}
	.cookie_img {
		display: none;
	}
}

/* OVERRIDE PDP MOBILE PRODUCT IMAGE CONTAINER */
main.product .product__header #product__mobile-slider {
	background-color: transparent;
	padding: unset;
	width: 100%;
  aspect-ratio: 1 / 1;
}

/* Display nav menus faster OVERRIDE */
#navigation-dropdown.active {
	transition-delay: 0s;
}

/* Scroll to reviews section on PDP */
.TurnToReviewsTeaser {
	cursor: pointer;
}

/* A/B Testing Minicart */
.xcart-popup-container-mobile {
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: #F7F7F7;
}

@media	(min-width: 768px) {
	.xcart-popup-container-mobile {
		display: none;
	}
}

.xsell-cart-popup-mobile {
	width: 100%;
	position: absolute;
	bottom: 147.79px;
	background-color: #F7F7F7;
}

@media	(min-width: 768px) {
	.xsell-cart-popup-mobile {
		display: none;
	}
}

.xsell-cart-popup-mobile a,
.xsell-cart-popup-desktop a {
	color: #303030;
	font-family: Lato;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.xsell-cart-popup-mobile a:hover,
.xsell-cart-popup-desktop a:hover {
	text-decoration: underline;
}

/* .xsell-cart-popup-desktop {
	height: 100%;
	background-color: #f7f7f7;
	border-left: 1px solid #ccc;
	overflow-y: scroll;
}

@media	(max-width: 768px) {
	.xsell-cart-popup-desktop {
		display: none;
	}
} */

.xsell-cart-popup-btn {
	background-color: #F7F7F7;
	box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.10), 0px -4px 6px -1px rgba(0, 0, 0, 0.05), 0px -2px 4px -2px rgba(0, 0, 0, 0.03);
	background-color: #29845A;
}

.xsell-cart-desc-mobile {
	font-family: Lato;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.xsell-cart-popup-btn svg {
	stroke: white;
}

.xsell-gear-up {
	color: white;
}

.xsell-cart__card {
	width: 222px;
	background-color: white;
}

.xsell-cart__content {
  overflow-y: hidden;
	scrollbar-width: none;
	margin-bottom: 10px;
}

.xsell-cart__content .slick-slide {
  height: 100% !important;
  box-sizing: border-box;
}

.xsell-cart__content img {
	object-fit: contain;
	max-width: 100%;
  height: auto;
}

.xsell-cart__content .slick-track {
	display: flex;
	height: 100%;
}

.xsell-cart__form-control {
	display: flex;
	height: 40px;
	padding: 9px 18px;
	justify-content: center;
	align-items: center;
	gap: 6px;
	flex: 1 0 0;
	border-radius: 12px;
	background: #F2F2F2;
	border: #F2F2F2;
}

.xsell-cart__atc {
	border-radius: 6px !important;
}

.xsell-cart-free-shipping {
	color: #92FEC2;
}

.xsell-cart__content .slick-slide {
  min-width: 150px;
  box-sizing: border-box;
}

.xsell-cart__content.slick-dotted.slick-slider {
	padding-bottom: 30px;
	margin-bottom: 0;
}

.xsell-cart__content .slick-dots  {
	bottom: 10px;
	width: 100%;
}

.sidecart-container {
	position: fixed;
	top: 0;
	right: 0;
	height: 100%;
	display: flex;
	z-index: 10011;
	box-shadow: 0 0 6px #000;
	transition: all 0.2s ease-out;
	font-family: var(--samCD_Font_Family);
	font-size: var(--samCD_Font_Standard);
}

.sam-cart-drawer-container {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10013;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
}

/* Cross Sell Minicart Desktop - Uses some classes above */
.xcart-popup-container-desktop {
	position: relative;
	overflow: scroll;
	cursor: default;
	
	-ms-overflow-style: none !important;  /* IE and Edge */
  scrollbar-width: none !important;     /* Firefox */
}

/* For Chrome, Safari, and Opera */
.xcart-popup-container-desktop::-webkit-scrollbar {
  display: none !important;
}

.xcart-popup-container-desktop::-webkit-scrollbar-corner {
  background: transparent !important;
  display: none !important;
}

.xsell-cart-free-shipping-desktop {
	color: var(--g-green, #0B6D38);
}

@media	(max-width: 768px) {
	.xcart-popup-container-desktop {
		display: none;
	}
}

.xsell-cart-popup-desktop {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	padding: 12px;
	background: var(--default-bg, #F7F7F7);
	box-shadow: 0px -1px 3px 0px rgba(0, 0, 0, 0.10), 0px -4px 6px -1px rgba(0, 0, 0, 0.05), 0px -2px 4px -2px rgba(0, 0, 0, 0.03);
	position: relative;
	height: 100%;
}

/* Cart Overrides */
.xcart-popup-container-desktop .xsell-cart__content {
	height: 100%;
	justify-content: space-between;
}

#samCartDrawer_Right {
	position: unset;
	top: unset;
	right: unset;
}

.samCartDrawer_Right_Width {
	cursor: default;
}

.modal.quick-view.in .modal-content {
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}
/* End Cross Sell Minicart Desktop - Uses some classes above */

/* Cross Sell Cart Page - Uses some classes above */
.xsell-cart-page-content {
	margin: 36px 0;
}

/* Override Sam */
.xsell-cart-page-container .samFullCarouselSection {
	padding: 0;
}
/* End Cross Sell Cart Page - Uses some classes above*/

/* Cross Sell A/B Testing - AB Tasty */

#samCartDrawer_YouMightLike {
	display: none;
}
.ab-test-xsell-cart-desktop {
	display: none;
}

.xsell-cart-page-container {
	display: none;
}

/* OVERRIDE - Widen site content */

/* Header */
/* .header-top .container {
	max-width: 1500px;
} */

/* Nav, PLP's */
/* .header-nav .main-nav .container {
	max-width: 1500px;
	width: unset;
}

@media (min-width: 1400px) {
	.header-nav .main-nav .container {
		max-width: 1500px;
		width: unset;
	}
}

@media (min-width: 1200px) {
	.header-nav .main-nav .container {
		max-width: 1500px;
		width: unset;
	}
}

@media (min-width: 1400px) {
	.header-nav .main-nav .container {
		max-width: 1500px;
		width: unset;
	}
	.main__wrapper .container {
		width: unset;
		max-width: 1400px;
	}
}

@media (min-width: 1200px) {
	.header-nav .main-nav .container {
		max-width: 1500px;
		width: unset;
	}
	.main__wrapper .container {
		width: unset;
		max-width: 1400px;
	}
}

@media (min-width: 992px) {
	.header-nav .main-nav .container {
		max-width: 1500px;
		width: unset;
	}
	.main__wrapper .container {
		width: unset;
		max-width: 1400px;
	}
	main.product .product__header .right {
		padding: 0 10px 0 0;
	}
}

@media (min-width: 768px) {
	.header-nav .main-nav .container {
		max-width: 1500px;
		width: unset;
	}
	.main__wrapper .container {
		width: unset;
		max-width: 1400px;
	}
} */