
/* GLOBAL SETTINGS */
/* scrollbar */
::-webkit-scrollbar {width: 6px;}   /* width */
::-webkit-scrollbar-track {background-color: transparent;}  /* Main Scrollbar */
::-webkit-scrollbar-thumb {background-color: #9E9E9E;}  /* Cart Item Scrollbar */
::-webkit-scrollbar-thumb:hover {background-color: #cfcfcf;}    /* Cart Item Scrollbar:hover */
/* END */



:root {
	--samHeaderSearchLRPadding: 30px;
}


/* K9 Collection::::::::::::::: */
.k9_container {
	margin-top: 20px;
	font-family:var(--galls-font-body);
	font-weight: 500;
}
.k9_container h1,
.k9_container .k9-video-row h2 {
	font-size: 48px;
}
.k9_container h2 {
	font-size: 38px;
}
.k9_container .k9-image {
	width: 100%;
	height: auto;
}
.k9_container p {
	margin: 20px 0 0 0;
	font-size: 16px;
	text-align: justify;
}
.k9_container .k9-hero-row p {
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
}
@media (max-width: 700px) {
	.k9_container .hero-banner .k9-image {
		margin-left: 10px;
	}
	.k9_container p {
		font-size: 15px;
	}	
	.k9_container .k9-hero-row p {
		font-size: 16px;
	}
	.k9_container h1,
	.k9_container .k9-video-row h2 {
		font-size: 28px;
	}
	.k9_container h2 {
		font-size: 24px;
	}
}
@media (max-width: 500px) {
	.k9_container .hero-banner .k9-image {
		margin-left: 8px;
	}
}
@media (max-width: 375px) {
	.k9_container .hero-banner .k9-image {
		margin-left: 5px;
	}
}

/* Hero Section */
.k9_container .k9-hero-row {
	padding-bottom: 60px;
}
.k9_container .k9-hero-row .k9-hero-wrapper {
	width: 102vw;
	position: relative;
	margin-left: -51vw;
	left: 50%;
	margin-top: -30px;
}
.k9_container .k9-hero-row .k9-hero-row .k9-slider-title { 
	text-transform: capitalize;
	margin-bottom: -10px; 
	padding: 20px 0 0 0;
}
.k9_container .k9-hero-row .k9-hero-indicators {
    margin-bottom: -0px;
}
.k9_container .k9-hero-row .k9-hero-indicators li {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 14px;
	background-color: #9E9E9E;
    border: 1px solid #9E9E9E;
    border-radius: 50%;
    margin: 0 5px;
}
.k9_container .k9-hero-row .k9-hero-indicators .active {
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    border-radius: 50%;
    color: #fff;
    position: relative;
    top: 2px;
}
@media (max-width: 960px) {
	.k9_container .k9-hero-row {
		padding-bottom: 40px;
	}
}
@media (max-width: 834px) {
	.k9_container .k9-hero-row {
		padding-bottom: 30px;
	}
	.k9_container .k9-hero-row .k9-hero-wrapper {
		margin-left: -52vw;
	}
}
@media (max-width: 500px) {
	.k9_container .k9-hero-row {
		padding-bottom: 30px;
	}
}

/* Collection Section */
.k9_container .k9-collection-div {
	width: 102vw;
	position: relative;
	margin-left: -51vw;
	left: 50%;
	background: #ebebeb;
	padding: 80px 0 50px 0;
}
.k9_container .k9-collection-div .k9-title-row {
	margin-top: -25px;
}

.k9_container .k9-collection-div .k9-title-row h2 {
	border-bottom: 3px solid #000000;
}
.k9_container .k9-collection-div .k9-title-row a {
	position: absolute;
	top: calc(50% - 30px);
	right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 22px;
}
.k9_container .k9-collection-div .k9-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center;
	display: block;
	padding-top: 10px;
	margin-bottom: 30px;
}
.k9_container .k9-collection-div .k9-shop-btn {
	color: #007ac2;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 30px;
	border: 2px solid #007ac2;
	border-radius: 6px;
	font-size: 18px;
}
.k9_container .k9-collection-div .k9-shop-btn:hover {
	background: #007ac2;
	cursor: pointer;
	color: #ffffff;
}
.k9_container .k9-collection-div .k9-logo-section {
	margin-top: 50px;
	display: block;
	text-align: center;
}
.k9_container .k9-collection-div .k9-logo-section img {
	width: 90%;
}
@media (max-width: 1120px) {
	.k9_container .k9-collection-div .k9-title {
		height: 60px;
		line-height: 25px;
	}
}
@media (max-width: 960px) {
	.k9_container .k9-collection-div {
		padding: 40px 0 30px 0;
	}
	.k9_container .k9-collection-div .col-sm-12 {
		margin-bottom: 40px;
	}
	.k9_container .k9-collection-div .k9-title {
		height: auto;
		font-size: 40px;
		padding-top: 15px;
	}
	.k9_container .k9-collection-div .k9-title span {
		border-radius: 4px;
		padding: 10px 20px;
	}
	.k9_container .k9-collection-div .k9-shop-btn {
		position: absolute;
		top: 44%;
		left: 25%;
		width: 50%;
		font-size: 30px;
		background-color: #000;
		border: 1px solid #ebebeb;
		border-radius: 4px;
		color: #fff;
	}
	.k9_container .k9-collection-div .k9-logo-section {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
@media (max-width: 834px) {
	.k9_container .k9-collection-div {
		margin-left: -52vw;
	}
}
@media (max-width: 767px) {
	.k9_container .k9-collection-div {
		margin-left: -51vw;
		padding: 60px 20px 20px 20px;
	}
	/* .k9_container .k9-collection-div .col-sm-12 {
		padding: 0 50px;
	} */
	.k9_container .k9-collection-div .k9-title {
		font-size: 32px;
	}
	.k9_container .k9-collection-div .k9-shop-btn {
		font-size: 26px;
	}
}
@media (max-width: 700px) {
	/* .k9_container .k9-collection-div .col-sm-12 {
		padding: 0 30px;
	} */
	.k9_container .k9-collection-div .k9-title {
		font-size: 30px;
	}
	.k9_container .k9-collection-div .k9-title-row a {
		top: calc(50% - 23px);
		right: 10px;
		font-size: 20px;
	}
	.k9_container .k9-collection-div .k9-shop-btn {
		font-size: 24px;
	}
}
@media (max-width: 500px) {
	.k9_container .k9-collection-div .k9-title {
		font-size: 20px;
		padding-top: 10px;
	}
	.k9_container .k9-collection-div .k9-shop-btn {
		font-size: 18px;
		top: 38%;
		left: 20%;
		width: 60%;
	}
	.k9_container .k9-collection-div .k9-title-row h2 {
		font-size: 24px;
	}
	.k9_container .k9-collection-div .k9-title-row a {
		top: calc(50% - 23px);
		right: 10px;
		font-size: 18px;
	}
}
@media (max-width: 390px) {
	.k9_container .k9-collection-div .k9-title-row h2 {
		font-size: 23px;
	}
	.k9_container .k9-collection-div .k9-title-row a {
		top: calc(50% - 21px);
		right: 10px;
		font-size: 17px;
	}
}
@media (max-width: 377px) {
	.k9_container .k9-collection-div .k9-shop-btn {
		left:15%;
		width: 70%;
	}
}
@media (max-width: 320px) {
	.k9_container .k9-collection-div .k9-title-row a {
		position: relative;
		padding: 0 0 0 10px;
		display: block;
		margin: 10px 0 15px 0;
	}
	.k9_container .k9-collection-div .k9-shop-btn {
		left: 9%;
		width: 82%;
	}
	.k9_container .k9-collection-div .k9-title span {
		padding: 0;
	}
}


/* Video Section */
.k9_container .k9-video-row {
	margin-left: -20px; 
	margin-bottom: 50px; 
	margin-top: 50px
}
.k9_container .k9-video-row iframe {
	padding-top: 10px;
	width: 100%;
	/* aspect-ratio: 16 / 9; */
	height: calc( 100vw / 2.15);
}
@media (max-width: 960px) {
	.k9_container .k9-video-row {
		margin-bottom: 40px; 
		margin-top: 30px
	}
	.k9_container .k9-video-row iframe {
		height: calc( 100vw / 1.2);
	}
}
@media (max-width: 600px) {
	.k9_container .k9-video-row {
		margin-left: -5px;
		margin-right: -5px;
	}
}


/* Product List Section */
.k9_container .k9-prodct-list-row {
	margin-left: -20px; 
	margin-bottom: 50px
}
.k9_container .k9-prodct-list-row .product-side-info {
	position: absolute;
	top: 0;
	width: calc(100% - 20px);
	height: 100%;
	color: #ffffff;
	font-weight: 600;
	text-align: center;
}
.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
	position: absolute;
	width: calc(100% - 100px);
	display: block;
	left: 50px;
}
.k9_container .k9-prodct-list-row .product-side-info .side-info-title {
	top: 30px;
	font-size: 66px;
	text-align: left;
	text-transform: uppercase;
	line-height: 60px;
	font-weight: bold;
}
.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
	bottom: 180px;
	font-size: 26px;
	text-align: left;
}
.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
	bottom: 50px;
	border: 2px solid #ffffff;
	border-radius: 6px;
	padding: 10px 0;
}
.k9_container .k9-prodct-list-row .product-side-info a {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 26px;
}
.k9_container .k9-prodct-list-row .product-side-info a:hover {
	cursor: pointer;
	background-color: #007ac2;
}
.k9_container .k9-prodct-list-row h4 {
	padding: 10px 0 0 0;
	margin-bottom: -15px;
	color: #007ac2;
}
.k9_container .k9-prodct-list-row .k9-product-slider h4 {
	color: #000000;
}
.k9_container .k9-prodct-list-row .k9-product-slider h6 {
	color: #007ac2;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 15px;
	height: 40px;
}
.k9_container .k9-prodct-list-row .k9-product-slider .image--slider--row {
	margin-top: -30px;
	margin-bottom: 0;
}
.k9_container .k9-prodct-list-row .image--slider--container a:hover {
	text-decoration: underline;
}
.k9_container .k9-prodct-list-row .image--slider--container .k9-price-list {
	text-align: center;
	display: block;
	color: #007ac2;
	font-weight: 600;
	font-size: 16px;
	background: #ebebeb;
}
.k9_container .k9-prodct-list-row .image--slider--container .k9-price-list:first-of-type {
	padding-top: 5px;
}
.k9_container .k9-prodct-list-row .image--slider--container .k9-price-list:last-of-type {
	padding-bottom: 5px;
}
@media (max-width: 1500px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		bottom: 150px;
		font-size: 21px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		left: 40px;
	}
}
@media (max-width: 1200px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		bottom: 150px;
		font-size: 20px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		left: 35px;
	}
}
@media (max-width: 1000px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		left: 60px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		font-size: 42px;
		bottom: 300px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		background-color: #000;
		color: #ffffff;
		width: calc(100% - 120px);
	}
	.k9_container .k9-prodct-list-row .col-md-7 img {
		display: none;
	}
}
@media (max-width: 700px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		left: 50px;
	}
	.k9_container .k9-prodct-list-row .col-sm-12 {
		padding: 0 15px 0 25px;
	}
	.k9_container .k9-prodct-list-row .slick-slide {
		margin-left: -5px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		font-size: 32px;
		bottom: 250px;
	}
}
@media (max-width: 600px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		font-size: 28px;
		bottom: 220px;
	}
}
@media (max-width: 500px) {
	.k9_container .k9-prodct-list-row .k9-product-slider .image--slider--row {
		margin-top: -40px;
		margin-bottom: -30px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title {
		top: 30px;
		font-size: 56px;
		line-height: 56px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		bottom: 150px;
		font-size: 21px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		width: calc(100% - 100px);
		left: 40px;
	}
}
@media (max-width: 428px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title {
		top: 30px;
		font-size: 50px;
		line-height: 50px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		width: calc(100% - 100px);
		left: 40px;
	}
}
@media (max-width: 414px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title {
		top: 30px;
		font-size: 46px;
		line-height: 46px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		bottom: 135px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		bottom: 30px;
	}
}
@media (max-width: 390px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		bottom: 120px;
		font-size: 19px;
	}
	.k9_container .k9-prodct-list-row .k9-product-slider h4 {
		font-size: 24px;
	}
}
@media (max-width: 375px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		bottom: 120px;
		font-size: 18px;
	}
	.k9_container .k9-prodct-list-row .k9-product-slider h4 {
		font-size: 23px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		width: calc(100% - 100px);
		left: 40px;
		font-size: 22px;
	}
}
@media (max-width: 320px) {
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc,
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		left: 25px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-title {
		top: 20px;
		font-size: 40px;
		line-height: 38px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-desc {
		bottom: 80px;
		font-size: 15px;
	}
	.k9_container .k9-prodct-list-row .product-side-info .side-info-btn {
		width: calc(100% - 100px);
		font-size: 18px;
		bottom: 20px;
	}
}
/* END K9 Collection::::::::::::::: */



/* Success Web Signup Popup */
#samPopupSubscriberForm {
	box-shadow: 0px 0px 10px #000;
	width: 800px;
	height: 500px;

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
#samPopupSubscriberForm .samClosePopupSubscriberDiv {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: rgba(0,0,0,.5);
	z-index: 990;
}
#samPopupSubscriberForm img {
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 995;
}
#samPopupSubscriberForm h2,
#samPopupSubscriberForm .h2 {
	
	padding: 20px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	z-index: 996;
	background-color: #000;
	text-shadow: 2px 2px #445056;
	opacity: 0.9;

	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 100%;
}

#samPopupSubscriberForm button {
	position: absolute;
	top: 10px;
	right: 10px;
  	width: 40px;
  	height: 40px;
	border: 0;
  	border-radius: 50%;
  	background-color: #ffffff;
  	opacity: 0.8;
  	transition: 0.3s ease-out;
	  z-index: 997;
}
#samPopupSubscriberForm button:before, 
#samPopupSubscriberForm button:after {
	content: "";
	position: absolute;
	width: 70%;
	height: 6px;
	background-color: #000000;
	left: 50%;
	top: 50%;
}
#samPopupSubscriberForm button:after {
  	transform: translate(-50%, -50%) rotate(45deg);
}
#samPopupSubscriberForm button:before {
  	transform: translate(-50%, -50%) rotate(-45deg);
}
#samPopupSubscriberForm button:hover, 
#samPopupSubscriberForm button:focus {
  	transform: scale(1.15);
  	opacity: 1;
}

@media (max-width: 1024px) {
	#samPopupSubscriberForm h2 {
		font-size: 42px;
	}
}
@media (max-width: 834px) {
	#samPopupSubscriberForm {
		width: 650px;
		height: 406px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 34px;
	}
}
@media (max-width: 700px) {
	#samPopupSubscriberForm {
		width: 600px;
		height: 375px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 32px;
	}
}
@media (max-width: 600px) {
	#samPopupSubscriberForm {
		width: 500px;
		height: 313px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 30px;
	}
	#samPopupSubscriberForm button {
	  	width: 30px;
	  	height: 30px;
	}
}
@media (max-width: 500px) {
	#samPopupSubscriberForm {
		width: 380px;
		height: 238px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 24px;
	}
	#samPopupSubscriberForm button {
	  	width: 25px;
	  	height: 25px;
	}
}
@media (max-width: 390px) {
	#samPopupSubscriberForm {
		width: 350px;
		height: 219px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 22px;
	}
	#samPopupSubscriberForm button {
	  	width: 20px;
	  	height: 20px;
	}
}
@media (max-width: 375px) {
	#samPopupSubscriberForm {
		width: 330px;
		height: 206px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 20px;
	}
}
@media (max-width: 320px) {
	#samPopupSubscriberForm {
		width: 290px;
		height: 181px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 18px;
	}
}
/* END Success Web Signup Popup */





/* Frequently Bought Together */
#samYouMightLike #recommendations {
	margin-bottom: 50px;
}
#samYouMightLike .owl-dots,
#samYouMightLikeCart .owl-dots,
#samYouMightLikeCartQ .owl-dots {
	display: none;
}
#samYouMightLike .owl-dots button.owl-dot span {
	display: none;
}
#samYouMightLikeCartQ h4 {
	z-index: 1;	
	padding-top: 10px;
}
#samYouMightLikeCartQ h4 .linebg {
	top: 55%;
}
@media (max-width: 1000px) {
	#samYouMightLike h4 {
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	#samYouMightLike .owl-dots,
	#samYouMightLikeCart .owl-dots,
	#samYouMightLikeCartQ .owl-dots {
		display: block;
		text-align: center;
	}
	#samYouMightLike .owl-dots button.owl-dot{
		border: 1px solid #ebebeb;
		background-color: #ebebeb;
		border-radius: 50%;
		height: 12px;
		width: 12px;
		position: relative;
		margin: 0 6px;
		z-index: 2;
	}
	#samYouMightLike .owl-dots button.active {
		background-color: #000;
		border: 1px solid #000;
	}
    #samYouMightLike #recommendations {
        background-color: #fff;
		/* margin-bottom: 20px; */
		margin-left: -10px;
		width: calc(100% + 20px);
    }
    #samYouMightLike .owl-dots {
        padding: 0 0 20px 0;
    }
    #samYouMightLike .owl-carousel .owl-nav button.owl-prev,
    #samYouMightLike .owl-carousel .owl-nav button.owl-next {
        display: none;
    }
	
	.product__details .row .product__details--left {
		padding-left: 0px;
		margin-left: 0
	}
	.samTurnToChatterContent {
		padding: 0
	}
}

/* Apple Pay */
.samCartPaymentLabel em {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.samCartPaymentLabel img {
	display: inline;
	width: 60px;
	height: auto;
}
.checkout__left #stepThree apple-pay-button {
    padding: 10px 0 25px 0;
}
.checkout__left #applePayDiv {
	display: none !important;
}






/* Cart Add-On */
#sambonus-cart-page-div {
	display: none !important;
}








/* ==================NEW HEADER DESIGN ==================*/

/* Coupon Navigation Bar (Top) */
#samTopInfoBarDiv {
	display: none;
	margin: 0;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #ffffff;
	font-family:var(--galls-font-body);
	font-size: 17px;
	padding: 8px 0 6px 0;

	position: absolute;
	z-index: 9999;
	width: 100%;
}
@media (max-width: 991px) {
	#samTopInfoBarDiv {
		font-size: 15px;
		padding: 5px 0 4px 0;
	}
}

/* General - Except Menu Navigation */
#samNewHeader .samTopNavBar {
	min-height: 30px;
}
#samNewHeader .samTopNavBar,
#samNewHeader .header-top,
#samNewHeader .header-text {
	font-family:var(--galls-font-body) !important;
	/* text-transform: uppercase !important; */
	/* font-weight: 700 !important; */
	/* color: #ffffff !important; */
	padding: 0 !important;
	margin: 0 !important;
}


/* Top Navigation Bar */
.samTopNavBar {
	background-color: #007ac2;
	color: #ffffff;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 15px;
}
.samTopNavBar a {
	color: #ffffff;
}

/* Top Navigation - LEFT */
#samNewHeader #samNavBarLeft {
	width: 40%;
	float: left;
}
.samTopNavBar #samNavBarLeft .container .row {
	margin: 0;
	padding: 8px 10px 8px 10px; /* Vertical Align - Middle */
}
#samNewHeader #samNavBarLeft #samNavBarSlider {
	margin: 0;
	padding: 0;
}
#samNewHeader #samNavBarLeft #samNavBarSlider .container {
	width: 100%;
}

#samNewHeader #samNavBarLeft #samNavBarSlider .slick-prev, 
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-next {
	top: 50%;
	height: auto;
	width: auto;
}
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-prev, 
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-next {
	padding: 5px;
}
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-prev:before, 
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-next:before {
	font-size: 16px;
	opacity: 1;
	color: #ffffff;
}
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-prev:hover, 
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-next:hover {
	opacity: 0.8;
}
#samNewHeader #samNavBarLeft #samNavBarSlider .slick-slide {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	font-weight: 700;
}
@media(max-width: 991px) {
	.samTopNavBar {
		font-weight: 700;
		font-size: 14px;
	}
	#samNewHeader #samNavBarLeft {
		width: 100%;
	}
	.samTopNavBar #samNavBarLeft .container .row {
		padding: 6px 5px 0px 10px; /* Vertical Align - Middle */
	}
}



/* Top Navigation - RIGHT */
#samNewHeader #samNavBarRight {
	width: 60%;
	text-align: right;
	float: right;
	margin: 0;
	padding: 8px 0 8px 10px; /* Vertical Align - Middle */
}
#samNewHeader #samNavBarRight a {
	padding: 0 5px 0 10px;
	font-size: 13px;
}
#samNewHeader #samNavBarRight a:last-child {
	padding-right: 0
}
#samNewHeader #samNavBarRight img#samSVGImgPhone {
	width: 18px;
	transform: rotate(-90deg);
}
@media(max-width: 991px) {
	#samNewHeader #samNavBarRight {
		display: none;
	}
}


/* Header Logo, Search and Signin Section */

/* Header Logo */
#samNewHeader #samHeaderTop {
	padding: 15px 0;
}
#samNewHeader #samHeaderTop .col-xs-12 {
	/* Flex-Grid */
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#samNewHeader #samHeaderTop .samHeaderTop_Logo img {
	width: 130px;
}
@media (max-width: 991px) {
	#samNewHeader .header-top {
		border: 0
	}
	#samNewHeader #samHeaderTop {
		border: 0;
	}
	#samNewHeader #samHeaderTop .col-xs-12 {
		padding: 0 10px;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Logo img {
		width: 115px;
	}
}



/* Header Search */
#samNewHeader #samHeaderTop .samHeaderTop_Search {
	/* border: 1px solid white; */
	margin: 0;
	padding: 0px var(--samHeaderSearchLRPadding);
	width: 100%;
}
#samNewHeader #samHeaderTop .samHeaderTop_Search .autofill__popup {
	/* Note: Padding Left and Right for Search box is 20px */
	width: calc(100% - var(--samHeaderSearchLRPadding) - var(--samHeaderSearchLRPadding)) !important;
	left: var(--samHeaderSearchLRPadding);
	margin-top: -3px;
}
#samNewHeader #samHeaderTop .samHeaderTop_Search .SearchLink {
	/* border: 1px solid red; */
	right: var(--samHeaderSearchLRPadding);
}
@media(max-width: 991px) {
	#samNewHeader #samHeaderTop .samHeaderTop_Search {
		display: none;
	}
}



/* Header Status */
#samNewHeader #samHeaderTop .samHeaderTop_Status {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	padding: 7px 4px 0 0;
	margin-right: -20px;
	cursor: pointer;
	color: #ffffff;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	position: relative;
}
#samNewHeader #samHeaderTop .samHeaderTop_Status span {
	display: inline-block;
}
@media(max-width: 991px) {
	#samNewHeader #samHeaderTop .samHeaderTop_Status {
		display: none;
	}
}


/* Header SignIn */
#samHeaderTop_SignInIcon {
	cursor: pointer;
	font-weight: 600;
	margin-top: 11px;
}
#samHeaderTop_SignInIcon.b5-active .profile-icon {
	max-width: 20px;
}
#samHeaderTop_SignInIcon.b5-active .signin-text {
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 15ch;
	display: inline-block;
}
@media(max-width: 991px) {
	#samHeaderTop_SignInIcon.b5-active {
		display: none;
	}
}
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD a#samHeaderTop_SignInLink {
	min-width: 150px;
	text-align: center;
}
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD #samHeaderTop_CADiv {
	padding-top: 15px;
	font-size: 14px;
	text-align: center;
}
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD #samHeaderTop_CADiv a {
	font-size: 14px;
	padding-top: 5px;
	display: block;
	color: #007ac2;
}
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD #samHeaderTop_CADiv a:hover {
	text-decoration: underline;
}
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv .samHeaderTop_YourAccount {
	width: 120px;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 0 15px 0;
}
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv #samHeaderTop_ViewAccount,
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv #samHeaderTop_OS,
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv #utility-bar__sign-out {
	display: block;
	font-size: 14px;
	padding-bottom: 10px;
	font-weight: 600;
	color: #007ac2;
}
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv #samHeaderTop_ViewAccount:hover,
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv #samHeaderTop_OS:hover,
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv #utility-bar__sign-out:hover {
	text-decoration: underline;
}

@media(max-width: 991px) {
	#samNewHeader #samHeaderTop .samHeaderTop_SignIn {
		display: none;
	}
}

@media (max-width: 992px) {
	.header-sign-in__container {
		display: none;
	}
}
/* Sign In dropdown Mobile from Sign In icon on mobile header */
.mobile-signin-icon .dropdown-menu {
	display: none !important;
}

.mobile-signin-icon.open .dropdown-menu {
	display: block !important;
}



/* Header Cart */
#samNewHeader #samHeaderTop .samHeaderTop_Cart {
	padding-left: 15px;
}
#samNewHeader #samHeaderTop .samHeaderTop_Cart img#samSVGImgCart {
	width: 20px;
	padding-top: 10px;
}
#samNewHeader #samHeaderTop .samHeaderTop_Cart .cart--total {
	color: #ffffff;
	position: absolute;
	top: -5px;
	right: -8px;
	font-weight: 600;
	background-color: #007ac2;
	border-radius: 50%;
/* 	padding: 2px 8px; */
/* 	font-size: 12px; */

	width: 27px;
	height: 27px;
	padding: 4px 0 0 0;
	text-align: center;
}
@media(max-width: 991px) {
	#samNewHeader #samHeaderTop .samHeaderTop_Cart {
		width: 40px;
		padding-left: 0px;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Cart .cart--total {
		width: 22px;
		height: 22px;
		padding: 2px 0 0 0;
		top: -5px;
		right: 10px;
		font-size: 13px;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Cart img#samSVGImgCart {
		width: 26px;
		padding-top: 6px;
		margin-right: 20px;
	}
}





/* Mobile Hamburger Menu */
#samNewHeader .samHeaderTop_MobileMenu {
	display: none;
}
@media(max-width: 991px) {
	#samNewHeader .samHeaderTop_MobileMenu {
		display: block;
		color: #ffffff;
	}
	#samNewHeader .samHeaderTop_MobileMenu #mobile-menu {
		margin-top: 10px;
	}
}


/* Mobile Header Text */
#samNewHeader .header-text {
	display: none;
}
@media(max-width: 991px) {
	#samNewHeader .header-text {
		display:block;
        margin: 0;
        padding: 5px 0!important; /* Vertical Align - Middle */
        font-size: 14px!important;
        background-color: #000;
	}
	#samNewHeader .header-text #samEnableAccessibilityMobile,
	#samNewHeader .header-text .samHeaderText_Right a {
		color: #ffffff;
		font-weight: 700;
	}
	#samNewHeader .header-text .samHeaderText_Right {
		text-align: right;
	}
}


/* Mobile Searchbox */
#mobileSearchAutofill {
	background-color: rgb(255,255,255,0.6);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter: blur(20px);
}
.search__autofill--mobile .autofill__product .product__name {
	color: #000;
}
#samNewHeader #mobilesearchDiv {
	display: none;
}
.samHideSearchBoxPDP {
	display: none !important;	/* To Hide Search Box in PDP using JavaScript*/
}
@media(max-width: 991px) {
	.header-nav {display: none;}	/* Hide Desktop Searchbox */
	#samNewHeader #mobilesearchDiv {
		display: block;
		background-color: #ffffff;
	}
	
	#samNewHeader #mobilesearchDiv #mobileSearchButton {
		box-shadow: 0 5px 10px #00000050;
	}
	#samNewHeader .search__preview--input {
		font-size: 18px;
		padding-left: 0px;
	}
	#samNewHeader .search__preview--icon {
		background-color: #007ac2;
		border-radius: 8px;
		font-size: 18px;
	}
	.search__autofill--mobile .autofill__mobile-header {
		background-color: #ffffff;
		box-shadow: 0 5px 10px #00000050;
	}
	.search__autofill--mobile #mobile-header-search {
		font-size: 18px;
	}
	.search__autofill--mobile .autofill__mobile-header .SearchLinkM2 {
		background-color: #007ac2;
		border-radius: 8px;
	}
}


/* Mobile Main Wrapper and Main Product */
@media(max-width: 991px) {
	.main__wrapper {
		padding-top: 0px;
	}
	main.product {overflow: visible;} /* Important */
}



/* Search Icon PDP Only */
#samNewHeader .samHeaderTop_SearchIconPDP {
	position: absolute;
	top: 7px;
	right: 75px;
}
#samNewHeader .samHeaderTop_SearchIconPDP .icon.search {
	width: 22px;
	height: 21px;
}

/* Fix Homepage Left and Right Padding with New Header Design */
@media screen and (max-width: 767px) {
	.samHPBody {
		padding: 10px 0 50px 0;
	}
	.samHPBody .image--slider--row {
		margin-left: 15px;
		margin-right: 15px;
	}
}

#mobileHeader .fl-r {
	display: none;
}

/* ==================END NEW HEADER DESIGN ==================*/


/* Adjust Menu */
#samNewHeader .main-nav>li {
    width: 100%;
}



/* Transitional and Cancelled Products */
#samTranCanMesg {
	font-weight: 500;
	padding-bottom: 20px;
	display: block;
}
#samTranCanSubstitute,
#samTranCanSimilar {
	display: none;
	margin-top: 30px;
	padding: 5px 20px 20px 20px;
	background-color: #e5f2e5;
}
#samTranCanSimilar {
	background-color: #f2f2f2;
}
@media (max-width: 991px) {
	#samTranCanSubstitute,
	#samTranCanSimilar {
		box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15);
	}
	#samTranCanSimilar {
		margin-bottom: 20px;
	}
}
.samTranCanSubstituteVisible,
.samTranCanSimilarVisible  {
	display: block !important;	
}
.samTranCanFlex {
	display: flex;
}
#samTranCanSimilar .samTranCanFlex {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #dcdcdc;
}
#samTranCanSimilar .samTranCanFlex:last-child {
	margin-bottom: 0;
}
.samTranCanFlex img {
	width: 150px;
	transition: all ease 0.3s;
}
@media (min-width: 992px) {
	.samTranCanFlex img:hover {
		transform: scale(0.9, 0.9);
	}
}
#samTranCanSubstitute .samTranCanFlex img {
	border: 1px solid #dcdcdc;
}
.samTranCanFlex .samTCF_Wrapper {
	position: relative;
	margin-left: 20px;
}
.samTranCanFlex .samTCF_Wrapper span {
	display: block;
	font-weight: 600;
}
.samTranCanFlex .samTCF_Wrapper span.samTCF_Title a {
	color: #007ac2;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	text-transform: capitalize;
}
.samTranCanFlex .samTCF_Wrapper span.samTCF_Title a:hover {
	cursor: pointer;
	text-decoration: underline;
}
.samTranCanFlex .samTCF_Wrapper span.samTCF_Price {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.samTranCanFlex .samTCF_Wrapper span.samTCF_Button {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.samTranCanFlex .samTCF_Wrapper span.samTCF_Button:hover {
	cursor: pointer;
	background-color: #434343;
	
}
.samTranCanFlex .samTCF_Wrapper span.samTCF_Button a {
	color: #ffffff;
}

/* OLD CODES */
.samTranCanMsgVisible {
	display: block !important;
	position: absolute;
	top: 20px;
	left: 5px;
	width: auto;
	padding: 7px 10px 6px 10px;
	border: 1px solid #7f7f7f;
	text-align: left;
	background-color: #ffffe4;
}
@media (max-width: 991px) {
	main.sam-pdp-main .product__info.samTranCanMsgVisibleMobile {
		display: block !important;
		/* box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15); */
		background-color: #ffffe4;
		padding: 15px 20px;
		border: 1px solid rgba(0,0,0,0.15);
	}
}
.samTranCanMsgVisible .sezzle-shopify-info-button,
.samTranCanMsgVisibleMobile .sezzle-shopify-info-button {
	display: none;
}
.samTranCanMsgVisible h4,
.samTranCanMsgVisibleMobile h4 {
	margin: 0;
	padding: 0;
}
.samTranCanMsgVisible h4 .old-price,
.samTranCanMsgVisible h4 .youSave,
.samTranCanMsgVisibleMobile h4 .old-price,
.samTranCanMsgVisibleMobile h4 .youSave {
	display: none;
}
/* END OLD CODES */

/* NEW CODES 1 */
.samTranCanMsgVisibleNew {
	display: block !important;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	padding: 7px 10px 6px 10px;
	border: 1px solid #7f7f7f;
	text-align: left;
	background-color: #ffffe4;
}
@media (max-width: 991px) {
	.samTranCanMsgVisibleNew {
		display: none !important;
	}
	.samTranCanMsgVisibleNewMobile {
		display: block !important;
		box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15);
		background-color: #ffffe4;
		padding: 15px 20px;
	}
}
.samTranCanMsgVisibleNew .sezzle-shopify-info-button,
.samTranCanMsgVisibleNewMobile .sezzle-shopify-info-button {
	display: none;
}
.samTranCanMsgVisibleNew h4,
.samTranCanMsgVisibleNewMobile h4 {
	margin: 0;
	padding: 0;
}
.samTranCanMsgVisibleNew h4 .old-price,
.samTranCanMsgVisibleNew h4 .youSave,
.samTranCanMsgVisibleNewMobile h4 .old-price,
.samTranCanMsgVisibleNewMobile h4 .youSave {
	display: none;
}
/* END NEW CODES 1 */

/* QV */
#samTranCanMesgQV {
	color: #000;
	display: block;
	padding: 20px 0 10px 0;
	text-transform: initial;
	font-weight: 600;
}
#samTranCanSubstituteQV,
#samTranCanSimilarQV {
	display: none;
	margin-top: 20px;
	padding: 5px 20px 20px 20px;
	background-color: #f2f2f2;
	box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15);
	color: #000;
}
#samTranCanSubstituteQV {
	background-color: #e5f2e5;
}
#samTranCanSubstituteQV h6,
#samTranCanSimilarQV h6 {
	font-size: 23px;
}
.samTranCanFlexQV {
	border: 1px solid gray;
	background-color: #ffffff;
	width: calc(33% - 20px);
	margin-right: 20px;
	height: 150px;
	float: left;

	display: flex;
	position: relative;
	font-weight: 500;
}
.samTranCanFlexQV img {
	height: 100%;
	width: auto;
	padding: 8px;
	transition: all ease 0.3s;
}
@media (min-width: 992px) {
	.samTranCanFlexQV img:hover {
		transform: scale(0.9, 0.9);
	}
}
.samTranCanFlexQV span {
	padding: 5px;
}
.samTranCanFlexQV span.samTCF_TitleQV {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	text-transform: capitalize;
	
}
.samTranCanFlexQV .samTCF_WrapperQV span.samTCF_PriceQV {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.samTranCanFlexQV .samTCF_WrapperQV span.samTCF_ButtonQV {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0;
	position: absolute;
	bottom: 10px;
	margin-left: 5px;
}
.samTranCanFlexQV .samTCF_WrapperQV span.samTCF_ButtonQV:hover {
	background-color: #434343;
}
.samTranCanFlexQV .samTCF_WrapperQV span.samTCF_ButtonQV a {
	color: #ffffff;
	padding: 10px 20px;
}
#samTranCanSimilarQV .samTranCanFlexQV:last-child {
	width: 34%;
	margin-right: 0;
}


/* NEW CODES 2 */
#samTranCanSubstituteQV {
	margin-left: 50%;
}
#samTranCanSubstituteQV .samTranCanFlexQV {
	width: 100%;	
}

	/* For Transitional Add To Card Disabled */
	.samTranCanMsgVisible {
		display: block !important;
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
	}
	#samTranCartQVDisabled {
		display: none;
		padding: 5px 20px 20px 20px;
		background-color: #f2f2f2;
		box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15);
		color: #000;
		background-color: #e5f2e5;

		margin: 20px 0 0 0;
	}
	#samTranCartQVDisabled h6 {
		font-size: 23px;
	}
	#samTranCartQVDisabled .samTranCanFlexQV {
		width: 100%;
	}

/* END NEW CODES 2 */

/* END Transitional and Cancelled Products */






/* Footer Signup with Profession */
.email-signup {
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}
#samFooterEmailSignup {
	width: 100%;
	margin-top: 5px;
}
#samFooterEmailSignup .samFooterEmailDiv {
	width: 60%;
	float: left;
}
#samFooterEmailSignup .samFooterProfessionDiv {
	width: calc(40% - 140px);
	float: left;
	margin-left: 10px;
}
#samFooterEmailSignup .samFooterSignUpButtonDiv {
	width: 120px;
	float: right;
}
#samFooterEmailSignup .samFooterEmailDiv input,
#samFooterEmailSignup .samFooterProfessionDiv #samFooterProfession {
	background: #fbfbfb;
	border: 1px solid #007ac2;
	color: #000;
	display: inline-block;
	font-size: 16px;
	height: 50px;
	line-height: 1;
	border-radius: 0px;
	border: 0;
}
#samFooterEmailSignup .samFooterEmailDiv input {
	width: 100%;
	float: left;
	padding: 10px 13px;
	border-radius: 5px;
}

#samFooterEmailSignup .samFooterProfessionDiv #samFooterProfession {
	width: 100%;
	padding: 10px 10px;
	border-radius: 5px;
}
#samFooterEmailSignup .samFooterSignUpButtonDiv {
	text-align: right;
}
#samFooterEmailSignup .samFooterSignUpButtonDiv button {
	position: relative !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	border-radius: 5px;
	border: 0;	
}
@media (max-width: 991px) {
	#samFooterEmailSignup .samFooterEmailDiv,
	#samFooterEmailSignup .samFooterProfessionDiv,
	#samFooterEmailSignup .samFooterSignUpButtonDiv {
		width: 100%;
		float: left;
		margin-left: 0;
	}
	.email-signup .email-signup__input .samFooterEmailDiv button {
		right: 10px;
	}
	#samFooterEmailSignup .samFooterEmailDiv,
	#samFooterEmailSignup .samFooterProfessionDiv {
		margin-bottom: 10px;
	}
	#samFooterEmailSignup .samFooterEmailDiv input,
	#samFooterEmailSignup .samFooterProfessionDiv #samFooterProfession {
		font-size: 14px;
	}
}
@media (max-width: 500px) {
	#samFooterEmailSignup .samFooterEmailDiv input,
	#samFooterEmailSignup .samFooterProfessionDiv #samFooterProfession {
		font-size: 13px;
		padding-left: 5px;
	}
}
@media (max-width: 400px) {
	#samFooterEmailSignup .samFooterEmailDiv input,
	#samFooterEmailSignup .samFooterProfessionDiv #samFooterProfession {
		font-size: 12px;
	}
}
/* END Footer Signup with Profession */




/* Sticky Header */
.anouncement-top-sticky {
	position: fixed;
	width: 100%;
	z-index: 1000;
	top: 0;
}
@media (min-width: 992px) {
	.header-top-sticky {
		position: fixed;
		z-index: 100;
		top: 37px;
		left: 50%;
		transform: translateX(-50%);
		border: 0 !important;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.mobilesearchDiv-sticky {
		position: fixed;
		z-index: 100;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		border: 0 !important;
		width: 100%;
		display: block !important; /* For PDP */
	}
	#mobileFilterAffix {
		top: 79px !important;
		border-top: 1px solid #00000040;
		transition: none;
	}
	#mobileFilterAffix .mobile-filter__dropdown {
		padding: 2px 2px;
	}
	#samPDPZoomIconDiv {
		z-index: 99;
	}
}




/* Exit Intent Form */
#samExitIntentForm {
	box-shadow: 0px 0px 10px #000;
	width: 800px;
	height: 800px;
	background-color: #ffffff;

	position: fixed;
	top: calc(50% + 30px);
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999;
}
@media (min-width: 992px) and (max-height: 900px) {
	#samExitIntentForm {
		height: 70vh;
	}
}
#samWaitBckgd {
	background: #000000;
	width: 100%;
	height: 100%;
	position: fixed;
	opacity: 0.6;
	left: 0;
	top: 0;
	z-index: 9998
}
#samExitIntentCloseBtn {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #007ac2;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	border-radius: 5px;
}
#samExitIntentCloseBtn:hover {
	cursor: pointer;
}
@media (max-width: 900px) {
	#samExitIntentForm {
		width: 85%;
		height: 85%;
	}
	#samExitIntentForm {
		padding-bottom: 55px;
	}
}
.samExitIntentTitle {
	border: 2px solid #9a9a9a;
	border-bottom: 0px;
	background-color: #337ab7;
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -60px;
	padding: 10px 0;
	font-weight: 600;
	font-size: 32px;
	font-family: var(--galls-font-body);
	text-transform: uppercase;
}
/* END Exit Intent Form */






/* ============= FULL WIDTH CLASS TEMPLATE ============= */
.sam_FW {
	width: 102vw;
	position: relative;
	margin-left: -51vw;
	left: 50%;
}
.sam_FW .sam_FW_container {
    width: 100%;
    margin-top: -50px;
}
@media (max-width: 992px) {
    .sam_FW .container {
      margin-top: -10px;
    }
}
/* ============= END ============= */

/* ============= CONTAINER WIDTH CLASS TEMPLATE (Same from Custom.css) ============= */
@media (min-width: 768px) {
    .sam_CW .container {
        width: 740px;
    }
}
@media (min-width: 992px) {
    .sam_CW .container {
        width: 960px;
    }
}
@media (min-width: 1200px) {
    .sam_CW .container {
        width: 1160px;
    }
}
@media (min-width: 1400px) {
    .sam_CW .container {
        width: 1200px;
    }
}
/* end */
/* ============= CONTAINER WIDTH CLASS TEMPLATE ============= */

/* ============= FULL WIDTH CAROUSEL TEMPLATE ============= */
.samFullCarouselSection {
	padding: 0px 0 30px 0;
	font-family:var(--galls-font-body);
}
.samFullCarouselSection .row {
	margin: 0 -20px;
}
.samFullCarouselSection .viewAll {
	display: block;
	width: 100%;
	text-align: center;
}
.samFullCarouselSection .viewAll a {
	color: #007ac2;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 20px;
	margin-top: -5px;
}
.samFullCarouselSection .viewAll a:hover {
	color: #000;
}
.samFullCarouselSection *:focus {
	outline: 0 !important;
}
@media (max-width: 992px) {
	.samFullCarouselSection .slick-prev,
	.samFullCarouselSection .slick-next {
		top: 50% !important;
	}
}
@media (max-width: 800px) {
	.samFullCarouselSection .row {
		margin: 0 0px;
	}
}
@media (max-width: 600px) {
	.samFullCarouselSection {
		padding: 20px 0 40px 0;
	}
	.samFullCarouselSection .row {
		margin: 0 0px;
	}
	.samFullCarouselSection .viewAll a {
		font-size: 18px;
		margin-top: 0px;
	}
}
@media (max-width: 500px) {
	.samFullCarouselSection {
		padding: 20px 0 30px 0;
	}
	.samFullCarouselSection .row {
		margin: 0 -15px;
	}
}
/* ============= END ============= */




/* ============= FULL WIDTH [SLICK SLIDER] CLASS TEMPLATE ============= */
.samFullCarouselSection .slick-prev,
.samFullCarouselSection .slick-next {
	top: 50%;
}
.samFullCarouselSection .slick-prev:before,
.samFullCarouselSection .slick-next:before {
	font: 35px 'FontAwesome';
	color: #000000;
}
.samFullCarouselSection .slick-prev:before {
	content: '\f053';
}
.samFullCarouselSection .slick-next:before {
	content: '\f054';
}
.samFullCarouselSection .slick-slide .card {
    border: 1px solid #ddd;
    /* box-shadow: 0 1px 4px #00000020; */
    padding: 8px;
    background-color: #ffffff;
		position: relative;
    /* border-radius: 5px; */
	/* margin: 10px 10px; */
	margin: 0 3px 10px 3px;
}
.samFullCarouselSection .slick-slide .card .card-header {
	position: relative;
}
.samFullCarouselSection .slick-slide .card .card-header a label.samSRCHResult_TagLabel {
	position: absolute;
	top: 0;
	right: 0;
}
.samFullCarouselSection .slick-slide .card .card-header img {
	padding-bottom: 10px;
	width: 90%;
	aspect-ratio: 1/1;
	transition: all ease 0.5s;
	margin-left: 5%;
}
@media (min-width: 992px) {
	.samFullCarouselSection .slick-slide .card .card-header img:hover {
		transform: scale(0.9);
	}
}
.samFullCarouselSection .slick-slide .card .card-body .card-title {
    color: black;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	text-align: left;
	font-weight: 600;
	min-height: 43px;
}
.samFullCarouselSection .slick-slide .card .card-body .card-title a {
	color: #000000;
}
.samFullCarouselSection .slick-slide .card .card-body .card-title a:hover {
	background-color: #ffffff;
	text-decoration: underline;
	border: 0;
}
.samFullCarouselSection .slick-slide .card .card-body .flex-grid {
	padding: 0 0 5px 0;
	margin: 0;
}
.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-brand {
	width: 50%;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-size: 12px;
}
.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-brand a {
	font-size: 14px;
	color: #000000;
}
.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-brand a:hover {
	background-color: #ffffff;
	text-decoration: underline !important;
	border: 0;
}
.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-rating i {
	font-size: 10px;
}
.samFullCarouselSection .slick-slide .card .card-body .card-price {
	padding: 10px 0 2px 0;
	font-size: 15px;
	font-weight: 600;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	height: 50px;
}
.samFullCarouselSection .slick-slide .card .card-body .card-price b {
	font-weight: 600;
}
.samFullCarouselSection .slick-slide .card .card-body a.card-button {
	width: 100%;
	display: block;
	padding: 6px 0;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0;

	border: 1px solid #000;
	color: #000;
	backdrop-filter: blur(2.5px);
	text-transform: capitalize;
	letter-spacing: 0;
}
.samFullCarouselSection .slick-slide .card .card-body a:hover {
	cursor: pointer;
	background: rgba(48, 48, 48, 0.10);
	border: 1px solid #000;
	color: #000; 
}
.samFullCarouselSection .slick-slide .card .card-body a:active {
	background: rgba(48, 48, 48, 0.20);
	border: 1px solid #000;
	color: #000;
}
@media (max-width: 992px) {
	.samFullCarouselSection .slick-prev,
	.samFullCarouselSection .slick-next {
		/* z-index: 999; */
		z-index: 1;
		top: 40%;
	}
	.samFullCarouselSection .slick-prev:before,
	.samFullCarouselSection .slick-next:before {
		font-size: 30px;
	}
}
@media (max-width: 600px) {
	.samFullCarouselSection .slick-slide .card {
	    box-shadow: 0 2px 4px #00000020;
	}
	.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-brand {
		padding-top: 2px;
	}
	.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-brand {
		font-size: 13px;
	}
	.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-rating i {
		font-size: 10px;
	}
	.samFullCarouselSection .slick-slide .card .card-body .flex-grid .card-rating {
		width: 50%;
		padding-top: 4px;
	}
	.samFullCarouselSection .slick-slide .card .card-body .card-price {
		padding: 10px 0 2px 0;
		font-weight: 600;
	}
	.samFullCarouselSection .slick-dots,
	.samFullCarouselSection .slick-prev,
	.samFullCarouselSection .slick-next {
		display: none !important;
	}
	.samFullCarouselSection .slick-slider {
		width: calc(100% + 130px) !important;
		left: -15px;
	}
	.samFullCarouselSection .slick-slide .card {
		margin: 0 8px;
	}
	.samFullCarouselSection .slick-dots li {
		width: 16px;
		height: 16px;
	}
	.samFullCarouselSection .slick-dots li button {
		background-image: none;
		background-color: #cccccc;
		border-radius: 50%;
	}
	.samFullCarouselSection .slick-dots li.slick-active button {
		background-image: none;
		background-color: #000000;
		border-radius: 50%;
		width: 16px;
		height: 16px;
		margin-left: -3px;
	}
}
@media (max-width: 500px) {
	.samFullCarouselSection .slick-slide .card {
		margin: 0 6px 10px 6px;
	}
	.samFullCarouselSection .slick-slider {
		left: 0;
	}
}

/* ============= END ============= */




/* Modify for New HP */
.hp--component4 {
	padding-top: 10px;
	padding-bottom: 20px;
}
@media (max-width: 500px) {
	.hp--component4 {
		padding-top: 10px;
		padding-bottom: 5px;
	}
}




/* Global Headings as Span */
.samH2 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 25px 0 0 0;
}
@media (max-width: 500px) {
    .samH2 {
		font-size: 26px;
		margin: 10px 0 0 0;
	}
}
/* END Global Headings as Span */


/* Fixed Heading to Reguar Span on Catgory/Brand/Keyword Pages */
.image--slider--row .image--slider--h6 {
    color: #000000;
}


/* Component 5 Changes (Need To Find Out) */
/* .hp--component5 .hp--component5--paragraph {
	margin-bottom: 60px;
} */


/************ STYLING FOR DISABLED PDP COLOR OPTION ONLY ***********/
main.product .product__options .product__options--color li.disabled::before {
	left: 5%;
    top: 45%;
    width: 90%;
    background:#000;
    content: '';
    position: absolute;
    height: 4px;
    transform: rotate(-135deg);  
	border: 1px solid #fff;
}
main.product .product__options .product__options--color li.disabled::after {
	left: 5%;
    top: 45%;
    width: 90%;
    background:#000;
    content: '';
    position: absolute;
    height: 4px;
    transform: rotate(135deg); 
	border: 1px solid #fff;
}
/************ STYLING FOR DISABLED PDP COLOR OPTION ONLY ***********/





/************ VARIOUS FIXES ***********/

/* Fixed Slick Slider Initial Showing Big Images issue */
main.category .image--slider--container {
	display: none;	
}
main.category .image--slider--container.slick-initialized {
	display: block;
}
/* END */

/* Fix Shopping Cart Sidebar */
main.shopping-cart .shopping-cart__sidebar {
	height: auto;
	padding: 20px 20px 0 20px;
	border-radius: 8px;
}
/* END */

/* Fix VIP Program */
.samNavDealVIPText:hover {
	cursor: pointer;
}
/* END */

/* Fix Single Announcement Item */
#samNavBarSection.samSingleSRCE {
	margin-left: -25px;
}
#samNavBarSection.samSingleSRCE .samSRCE_Item {
	text-align: left;
}
@media (max-width: 992px) {
	#samNavBarSection.samSingleSRCE {
		margin-left: -20px;
		
	}
	#samNavBarSection.samSingleSRCE .samSRCE_Item {
		text-align: center;
	}
}
/* END */

/* Disable Create New Account */
form[action="CGBCLGINC"] .section-divider p.text-secondary.mb-0 {
	display: none;
}
/* END */

/* NEW HOMEPAGE CHANGES - FIX CLS ISSUE */
.rizeenHPBody .im1 img {
	height: 440px !important;
}
.rizeenHPBody .im2 img,
.rizeenHPBody .im3 img,
.rizeenHPBody .im4 img {
	height: 210px !important;
}
@media (min-width: 2000px) {
	.rizeenHPBody .im1 img,
	.rizeenHPBody .im2 img,
	.rizeenHPBody .im3 img,
	.rizeenHPBody .im4 img {
		height: auto !important;
	}
	.rizeenHPBody .im1 img {
		min-height: 400px !important;
	}
	.rizeenHPBody .im2 img,
	.rizeenHPBody .im3 img,
	.rizeenHPBody .im4 img {
		min-height: 200px !important;
	}
}
.hp--component2--new2 .hp--quicklinks {
	min-height: 190px;
}
@media (max-width: 992px) {
	.hp--component2--new2 .hp--quicklinks {
		min-height: 200px;
	}
}
.hp--brand--img {min-height: 350px;}
@media (max-width: 1400px) {.hp--brand--img {min-height: 280px;}}
@media (max-width: 992px) {.hp--brand--img {min-height: 420px;}}
@media (max-width: 768px) {.hp--brand--img {min-height: 400px;}}
@media (max-width: 600px) {.hp--brand--img {min-height: 330px;}}
@media (max-width: 500px) {.hp--brand--img {min-height: 280px;}}
@media (max-width: 428px) {.hp--brand--img {min-height: 240px;}}
@media (max-width: 414px) {.hp--brand--img {min-height: 230px;}}
@media (max-width: 390px) {.hp--brand--img {min-height: 220px;}}
/* END */

/* SHOW GCU Banner on Mobile Only */
@media (min-width: 992px) {
	.hp--component1--new .top-right-hero-img .div2.visible-xs-sm {
		display: none;
	}
}
@media (max-width: 991px) {
	.hp--component1--new .top-right-hero-img .div2.hidden-xs-sm {
		display: none;
	}
	.hp--component1--new .top-right-hero-img .div2.visible-xs-sm {
		display: inline-block
	}
}
/* END */

/************ END  ***********/






/************ SPECIFIC BRAND PAGES ONLY ***********/

/* Full Width Main Hero */
.samSBP_MainHero {
	margin-top: 50px;
}
.samSBP_MainHero .sam_FW_row img {
	width: 100%;
	object-fit: contain;
}
@media (max-width: 992px) {
	.samSBP_MainHero {
		margin-top: 10px;
	}
}

/* Headings */
.samSBP_CategoryCarousel h1 {
	font-size: 46px;
	text-align: center;
}
.samSBP_CategoryCarousel h2 {
	font-size: 32px;
	text-align: center;
	margin: 0px 0 0 0 !important;
}
.samSBP_CategoryCarousel h4 {
	font-size: 20px;
}
@media (max-width: 1400px) {
	.samSBP_CategoryCarousel h1 {font-size: 40px;}
	.samSBP_CategoryCarousel h2 {font-size: 28px;}
	.samSBP_CategoryCarousel h4 {font-size: 18px;}
}

@media (max-width: 600px) {
	.samSBP_CategoryCarousel h1 {
		font-size: 36px;
		margin-top: 10px;
	}
	.samSBP_CategoryCarousel h2 {
		font-size: 22px;
		margin: 0 0 -5px 0 !important;
	}
}

/* Sub Category Carousel (Card Image Slider) */
.samSBP_CategoryCarousel .image--slider--container {
	margin-left: -15px !important;
	margin-bottom: 10px;
	width: calc(100% + 20px) !important; 
}
.samSBP_CategoryCarousel .container .row {
	width: calc(100% + 65px);
	margin-left: -40px;
}
.samSBP_CategoryCarousel .slick-prev {
	left: 20px;
}
.samSBP_CategoryCarousel .slick-next {
	right: 20px;
}
.samSBP_CategoryCarousel .slick-prev,
.samSBP_CategoryCarousel .slick-next {
	z-index: 1;
	top: 50%;
	width: 40px;
	height: 60px;
	backdrop-filter: blur(4px);
	background-color: rgba(0,0,0, 0.3);
}
.samSBP_CategoryCarousel .slick-prev:before,
.samSBP_CategoryCarousel .slick-next:before {
	color: #ffffff !important;
}
@media (min-width: 601px) {
	.samSBP_CategoryCarousel .slick-slide .card {
		transition: all .3s ease;
	}
}
.samSBP_CategoryCarousel .slick-slide .card {
	box-shadow: 0 0px 0px #00000020;
	padding: 0 !important;
	margin: 10px 5px;
	border: 0px solid #ddd !important;
	position: relative;
}
@media (min-width: 992px) {
	.samSBP_CategoryCarousel .slick-slide .card:hover {
		opacity: 0.9;
		cursor: pointer;
	}
}
.samSBP_CategoryCarousel .slick-slide .card img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.samSBP_CategoryCarousel .slick-slide .card h4 {
	position: absolute;
	bottom: -10px;
	color: #ffffff;
	padding: 0 10px 10px 10px;
	/* background: linear-gradient(180deg,rgba(0,0,0,0),black); */
	background: linear-gradient(180deg,rgba(0,0,0,0),#0007);
	width: 100%;
	text-align: center;
	border-radius: 5px;
	text-shadow:0 0 5px #000;
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}
@media (max-width: 992px) {
	.samSBP_CategoryCarousel .image--slider--container {
		margin-bottom: 30px;
	}
	.samSBP_CategoryCarousel .container .row {
		width: calc(100% + 45px);
		margin-left: -20px;
	}
}
@media (max-width: 800px) {
	.samSBP_CategoryCarousel .container .row {
		width: calc(100% + 5px);
		margin: 0;
	}
}
@media (max-width: 600px) {
	.samSBP_CategoryCarousel {
		padding: 10px 10px 10px 0;
	}
	.samSBP_CategoryCarousel .image--slider--container {
		margin-left: -8px !important;
	}
	.samSBP_CategoryCarousel .container .row {
		width: calc(100% + 25px);
		margin: -10px;
	}
	.samSBP_CategoryCarousel .slick-prev,
	.samSBP_CategoryCarousel .slick-next {
		width: 30px;
		height: 40px;
	}
	.samSBP_CategoryCarousel .slick-dots {
		display: none !important;
	}
}

/* For Sub Brand Category Pages */
.samSBP_WhiteBg {
	background-color: #ffffff;
}
.samSBP_SubCategory {
	margin-top: 50px;
}
@media (min-width: 600px) {
	.samSBP_SubCategory .container .row {
		width: 100%;
		margin-left: 5px;
	}
}
@media (max-width: 992px) {
	.samSBP_SubCategory {
		margin-top: 10px;
	}
}
@media (max-width: 600px) {
	.samSBP_SubCategory {
		margin-top: 0;
		padding: 30px 10px 0px 0;
	}
	.samSBP_SubCategory .container .row {
		width: calc(100% + 25px);
		margin-left: -15px;
	}
}

/************ END SPECIFIC BRAND PAGES ONLY ***********/






/* FIX CLS ISSUES ON IMAGE CARD CAROUSEL */
.image--slider--row.samSBP_CategoryCarousel {
	min-height: 260px !important;	
}
@media (max-width: 2000px) {
	.image--slider--row.samSBP_CategoryCarousel {
		min-height: 230px !important;	
	}
}
@media (max-width: 1200px) {
	.image--slider--row.samSBP_CategoryCarousel {
		min-height: 220px !important;	
	}
}
@media (max-width: 992px) {
	.image--slider--row.samSBP_CategoryCarousel {
		min-height: 230px !important;	
	}
}
@media (max-width: 800px) {
	.image--slider--row.samSBP_CategoryCarousel {
		min-height: 290px !important;	
	}
}
@media (max-width: 500px) {
	.image--slider--row.samSBP_CategoryCarousel {
		min-height: 260px !important;	
	}
}

/* FIX CLS ISSUES ON FULL WIDTH CAROUSEL */
.samCLSCarousel {
	min-height: 340px !important;
}
@media (max-width: 2000px) {
	.samCLSCarousel {
		min-height: 300px !important;
	}
}
@media (max-width: 992px) {
	.samCLSCarousel {
		min-height: 290px !important;
	}
}
@media (max-width: 800px) {
	.samCLSCarousel {
		min-height: 330px !important;
	}
}
@media (max-width: 600px) {
	.samCLSCarousel {
		min-height: 300px !important;
	}
}
@media (max-width: 500px) {
	.samCLSCarousel {
		min-height: 280px !important;
	}
}






/************ NEW SAM POPUP FORM ***********/
#samNPS_Wrapper {
	font-family:var(--galls-font-body) !important;
}
#samNPS_Wrapper h2,
#samNPS_Wrapper h3 {
	margin: 0;
}
#samNPS_Wrapper #samNPS_Overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
/* Content (First Popup) */
#samNPS_Wrapper #samNPS_Content {
	z-index: 10001;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	width: 900px;
	/* height: 700px; */
	box-shadow: 0px 0px 10px #000;
	background-color: #ffffff;
	border-radius: 8px;
	padding: 0;
	max-height: 80vh;

	display: flex;
}
#samNPS_Wrapper #samNPS_Content form input,
#samNPS_Wrapper #samNPS_Content form label,
#samNPS_Wrapper #samNPS_Content form select {
	display: block;
	padding: 8px;
	border-radius: 4px;
	border: 1px solid #ddd;
	margin: 10px 0;
	width: 100%;
}
#samNPS_Wrapper #samNPS_Content form label {
	text-transform: uppercase;
	padding: 15px 0 0 0;
	margin: 0 0 -10px 0;
	border: 0;
	font-size: 28px;
}
#samNPS_Wrapper #samNPS_Content form input,
#samNPS_Wrapper #samNPS_Content form select {
	font-size: 16px;
	height: 50px;
}
#samNPS_Wrapper #samNPS_Content form input[type=button] {
	background-color: #000;
	color: #ffffff;
	font-weight: 900;
	font-size: 20px;
	line-height: 0;
	border: 0;
}
#samNPS_Wrapper #samNPS_Content form input[type=button]:hover {
	background-color: #005eac;
	color: #ffffff;
}
#samNPS_Wrapper #samNPS_Content form input[type=button].disabled {
	cursor: not-allowed;
	opacity: 0.3;
	border: 0;
}
#samNPS_Wrapper #samNPS_Content #samNPSOutput {
	/* background-color: #fafafa;
	padding: 20px;
	border-radius: 4px; */
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left {
	padding: 20px;
	overflow: scroll;
	max-height: 80vh;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left h3 {
	font-size: 38px;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
	font-size: 13px;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Right {
	padding: 0;
	border-radius: 0 8px 8px 0;
	/* background: url('/images/popup_subscriber/newpopup_logo_galls.jpg');
	background-size: cover;
	height: 100%; */

	transition: all ease 0.5s; 
	background-color: #005eac;
	display: flex;
	align-items: center;
	justify-content: center;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Right img {
	width: 180px; 
	height: auto;
}
/* Close Icon (First Popup) */
#samNPS_Wrapper #samNPS_Content #samNPS_CloseDiv img {
	position: absolute;
	right: -30px;
	top: -40px;
	width: 36px;
	height: 36px;
}
#samNPS_Wrapper #samNPS_Content #samNPS_CloseDiv img:hover {
	cursor: pointer;
}
#samNPS_Wrapper #samNPSOutput .samNPSOutput_Value {
	color: #005eac;
	font-size: 38px;
}

/* Fix windows with smaller Height */
@media (min-width: 993px) and (max-height: 799px) {
	#samNPS_Wrapper #samNPS_Content {
		height: 600px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left h3 {
		font-size: 30px !important;
	}
	#samNPS_Wrapper #samNPS_Content form label {
		font-size: 20px !important;
	}
	#samNPS_Wrapper #samNPS_Content form input,
	#samNPS_Wrapper #samNPS_Content form select {
		font-size: 16px !important;
		height: 40px;
	}
}
/* END */

@media (max-width: 992px) {
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Right {
		display: none;
	}
	#samNPS_Wrapper #samNPS_Content {
		width: 100%;
		height: fit-content;
		border-radius: 8px 8px 0 0;
		top: 100%;
		left: 0;
		transform: translate(0, -100%);
		padding: 10px 8px;
		max-height: 85vh;
	}
	#samNPS_Wrapper #samNPS_Content #samNPS_CloseDiv img {
		right: 5px;
		top: -45px;
	}
}
@media (max-width: 500px) {
	#samNPS_Wrapper #samNPS_Content {
		padding: 0;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left h3 {
		font-size: 30px;
	}
	#samNPS_Wrapper #samNPS_Content form label {
		font-size: 20px;
	}
	#samNPS_Wrapper #samNPS_Content #samNPSOutput {
		padding: 10px;
	}
	#samNPS_Wrapper #samNPSOutput .samNPSOutput_Value {
		color: #005eac;
		font-size: 38px;
	}
	#samNPS_Wrapper #samNPSOutput div {
		line-height: 32px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		font-size: 12px;
	}
	#samNPS_Wrapper #samNPS_Content form input,
	#samNPS_Wrapper #samNPS_Content form select {
		font-size: 16px;
		height: 50px;
		padding: 10px;
	}
	#samNPS_Wrapper #samNPS_Content form input[type=button] {
		font-size: 20px;
		height: 50px;
		margin-top: 20px;
	}
}
@media (max-width: 400px) {
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		margin-bottom: 0;
	}
	#samNPS_Wrapper #samNPS_Content .samNPSOutput_SmallerLH {
		line-height: 22px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left h3 {
		font-size: 28px;
	}
	#samNPS_Wrapper #samNPS_Content form label {
		font-size: 18px;
	}
	#samNPS_Wrapper #samNPSOutput .samNPSOutput_Value {
		color: #005eac;
		font-size: 28px;
	}
	#samNPS_Wrapper #samNPSOutput div {
		line-height: 28px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		font-size: 12px;
	}
	#samNPS_Wrapper #samNPS_Content form input[type=button] {
		font-size: 18px;
	}
}
@media (max-width: 375px) {
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left {
		padding: 10px 15px 5px 15px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		margin-bottom: 0;
	}
	#samNPS_Wrapper #samNPS_Content .samNPSOutput_SmallerLH {
		line-height: 20px;
	}
	#samNPS_Wrapper #samNPS_Content #samNPSOutput {
		padding: 10px 20px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left h3 {
		font-size: 20px;
	}
	#samNPS_Wrapper #samNPS_Content form label {
		font-size: 16px;
		padding-top: 5px;
	}
	#samNPS_Wrapper #samNPSOutput .samNPSOutput_Value {
		color: #005eac;
		font-size: 18px;
	}
	#samNPS_Wrapper #samNPSOutput div {
		line-height: 18px;
		font-size: 18px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		font-size: 11px;
	}
	#samNPS_Wrapper #samNPS_Content form input[type=button] {
		font-size: 14px;
		height: 40px;
	}
	#samNPS_Wrapper #samNPS_Content form input,
	#samNPS_Wrapper #samNPS_Content form select {
		font-size: 14px;
		height: 40px;
	}
}

/* ClaimCode (Second Popup) */
#samNPS_Wrapper #samNPS_ClaimCode {
	z-index: 10001;
	text-align: center;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: fit-content;
	padding: 30px 30px 40px 30px;
	box-shadow: 0px 0px 4px #000;
	border-radius: 8px;
}
#samNPS_Wrapper #samNPS_ClaimCode h2 {
	font-size: 50px;
	color: #005eac;
	/* padding-bottom: 20px; */
	margin-bottom: -30px;
}
#samNPS_Wrapper #samNPS_ClaimCode label {
	font-size: 28px;
	max-width: 600px;
}
@media (max-width: 600px) {
	#samNPS_Wrapper #samNPS_ClaimCode h2 {
		font-size: 30px;	
	}
	#samNPS_Wrapper #samNPS_ClaimCode label {
		font-size: 18px;   
	}
}
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value {
	border: 1px solid #8d8d8d;
	background-color: #fafafa;
	border-radius: 4px;
	padding: 0;
	margin-bottom: 20px;
	font-size: 50px;
	font-weight: bold;

	display: flex;
	align-items: center;
}
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value .samNPSClaimValueDiv {
	padding: 0 30px;
	width: 100%;
}
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value .samNPSCopyDiv {
	background-color: #f0eef0;
	padding: 0 20px;
	border-radius: 0 4px 4px 0;
}
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value .samNPSCopyDiv img {
	width: 30px;
	height: auto;
}
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value .samNPSCopyDiv:hover {
	cursor: pointer;
	background-color: #ddd;
}
#samNPS_Wrapper #samNPS_ClaimCode input[type=button] {
	border: 0;
	background-color: #000;
	color: #ffffff;
	width: 100%;
	border-radius: 4px;
	padding: 10px 30px;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
#samNPS_Wrapper #samNPS_ClaimCode input[type=button]:hover {
	background-color: #005eac;
	color: #ffffff;
}
/* Close Icon (Second Popup) */
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_CloseDiv img {
	position: absolute;
	right: -30px;
	top: -40px;
	width: 36px;
	height: 36px;
}
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_CloseDiv img {
	cursor: pointer;
}
@media (max-width: 992px) {
	#samNPS_Wrapper #samNPS_ClaimCode {
		width: 100%;
		position: fixed;
		top: 100%;
		left: 0;
		transform: translate(0%, -100%); 
		border-radius: 8px 8px 0 0;
		padding: 20px 20px 30px 20px;
	}
	#samNPS_Wrapper #samNPS_ClaimCode label,
	#samNPS_Wrapper #samNPS_ClaimCode input[type=button] {
		font-size: 24px;
	}
	#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value {
		font-size: 40px;
	}
	#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_CloseDiv img {
		right: 5px;
		top: -45px;
	}
	#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value .samNPSClaimValueDiv {
		padding: 0;
	}
}

/* Reopen Div */
#samNPS_ReopenDiv {
	position: fixed;
	bottom: 50px;
	left: 50px;
	padding: 2px 0;
	background-color: #000;
	color: #ffffff;
	font-family:var(--galls-font-body) !important;
	font-size: 20px;
	font-weight: 900;
	border-radius: 4px;
	z-index: 10000;
}
#samNPS_ReopenDiv span {
	padding: 0px 12px 2px 12px;
}
#samNPS_ReopenDiv span:hover {
	cursor: pointer;
}
#samNPS_ReopenDiv img {
	height: 28px;
	width: auto;
	padding-right: 4px;
	padding-bottom: 2px;
}
#samNPS_ReopenDiv img:hover {
	cursor: pointer;
}

@media (max-width: 1700px) {
	#samNPS_ReopenDiv {
		bottom: 30px;
		left: 30px;
	}
}
@media (max-width: 992px) {
	#samNPS_ReopenDiv {
		rotate: -90deg;
		bottom: 80px;
		left: -55px;
		z-index: 10002;
	}
}
/************ END NEW SAM POPUP FORM ***********/





/************ CART ADD-ON ***********/
main.shopping-cart .row-eq-height {
	margin-bottom: 30px;
}
#samCartPage_AddOn {
	margin: -10px 0 100px 0;
	width: 450px;
	margin-left: calc(50% - 225px);
}
@media (max-width: 992px) {
	#samCartPage_AddOn {
		width: 100%;
		margin: 20px 0 40px 0;
		margin-left: 0;
	}
}
#samCartPage_AddOn .samCartPage_AddOn_Title {
	text-align: center;
}
#samCartPage_AddOn .samCartPage_AddOn_Title h6 {
	color: #ffffff;
	margin: 0;
	padding: 10px 15px;
	background-color: green;
	border-radius: 8px 8px 0 0;
	border: 1px solid green;
}
#samCartPage_AddOn .samCartPage_AddOn_Content {
	display: flex;
	padding: 15px;
	align-content: center;
	border-radius: 0 0 8px 8px;
	border: 1px solid green;
	width: 100%;
	background-color: #00800010;
}
#samCartPage_AddOn .samCartPage_AddOn_Content img {
	width: 180px;
	border: 1px solid #dcdcdc;
	border-radius: 8px;
	box-shadow: 0px 0px 4px #dcdcdc;
	transition: all ease 0.3s;
}
#samCartPage_AddOn .samCartPage_AddOn_Content img:hover {
	padding: 4px;
	background-color: #fff;
}

#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details {
	width: 100%;
	padding: 0;
	padding-left: 20px;
	color: #818181;
	font-weight: 500;
	font-size: 16px;
}
#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details h6 {
	color: #000000;
}
#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details h6:hover {
	cursor: pointer;
	color: #007ac2;
}
#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details .samCartPage_AddOn_Price {
	padding: 0px 0 15px 0;
}
#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details a {
	padding-top: 12px;
	background-color: #000000;
	font-size: 18px;
}
@media (max-width: 500px) {
	#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details h6 {
		margin: 0;
	}
	#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details .samCartPage_AddOn_Price {
		padding: 5px 0;
	}
}
@media (max-width: 390px) {
	#samCartPage_AddOn .samCartPage_AddOn_Content .samCartPage_AddOn_Details a {
		padding-top: 10px;
	}
	#samCartPage_AddOn .samCartPage_AddOn_Title h6 {
		font-size: 17px;
	}
}
@media (max-width: 360px) {
	#samCartPage_AddOn .samCartPage_AddOn_Title h6 {
		font-size: 16px;
	}
}
/************ END ***********/





/************ FLEX ROW FOR ALL ***********/
.samFlexRow {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	margin: 0;
	font-family:var(--galls-font-body) !important;
}
.samFlexRow_Left {
	position: relative;
}
.samFlexRow_Left .samFlexRow_Total {
	color: #ffffff;
	position: absolute;
	right: -12px;
    top: -10px;
	font-weight: 600;
	background-color: #007ac2;
	border-radius: 50%;

	width: 27px;
	height: 27px;
	padding: 2px 0 0 0;
	text-align: center;
}
.samFlexRow .samFlexRow_Middle {
	padding: 0 20px;
	text-align: left;
	width: 100%;
}
.samFlexRow .list-separator>li,
.samFlexRow .list-inline>li,
.samFlexRow .samFlexRow_Right,
.samFlexRow .samFlexRow_Middle,
.samFlexRow .samFlexRow_Middle .samFlexRow_FullColumn .customizations ul li,
.samFlexRow .samFlexRow_Middle .samFlexRow_FullColumn .customizations .customization-heading,
.samFlexRow .samFlexRow_Middle .samFlexRow_FullColumn .customizations .customizable-product {
	font-size: 16px !important;
}
@media (max-width: 600px) {
	.samFlexRow .list-separator>li,
	.samFlexRow .list-inline>li,
	.samFlexRow .samFlexRow_Right,
	.samFlexRow .samFlexRow_Middle,
	.samFlexRow .samFlexRow_Middle .samFlexRow_FullColumn .customizations ul li,
	.samFlexRow .samFlexRow_Middle .samFlexRow_FullColumn .customizations .customization-heading,
	.samFlexRow .samFlexRow_Middle .samFlexRow_FullColumn .customizations .customizable-product {
		font-size: 13px !important;
	}
}
.samFlexRow_Middle .samFlexRow_FlexColumn .review__item--options li {
	padding: 0 0 0 5px;
}
.samFlexRow_Middle .samFlexRow_FlexColumn .review__item--options li::after {
	/* content: "\2022";    */
	content: " ";   
	padding: 0 0px 0 5px;
}
.samFlexRow_Middle .samFlexRow_FlexColumn .review__item--options li:last-child::after {
	content: "";    
	padding: 0;
}
/* .samFlexRow .samFlexRow_Middle .samFlexRow_FullColum_Ellipses {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
} */
.samFlexRow .samFlexRow_Right div {
	display: flex;
	align-items:center;
}
.samFlexRow .samFlexRow_Right div span {
	width: 100%;
	text-align: right;
	padding: 0 5px;
}
.samFlexRow .samFlexRow_Right span.original,
.samFlexRow .samFlexRow_Right span.discount {
	padding: 0;
}
@media (min-width: 993px) {
	.samFlexRow .samFlexRow_Right div br {
		display: none;
	}
}
@media (max-width: 992px) {
	.samFlexRow .samFlexRow_Right span.original,
	.samFlexRow .samFlexRow_Right span.discount {
		margin: 0;
	}
}
/************ END FLEX ROW FOR ALL ***********/






/************ ORDER CONFIRMATION PAGE ***********/
.samOrderConfirm {
	padding: 0;
	margin: -10px 0 80px 0;
	font-size: 16px;
	font-family:var(--galls-font-body) !important;
}
@media (max-width: 992px) {
	.samOrderConfirm {
		margin: 0px 0 10px 0;
	}
}

.samOrderConfirm ul li {font-size: 14px;}
.samOrderConfirm p {font-size: 14px;}
.samOrderConfirm h2 {font-size: 34px;}
.samOrderConfirm h3 {font-size: 24px;}
.samOrderConfirm h4 {font-size: 20px;}
@media (max-width: 1500px) {
	.samOrderConfirm h2 {font-size: 28px;}
	.samOrderConfirm h3 {font-size: 20px;}
	.samOrderConfirm h4 {font-size: 18px;}
}
@media (max-width: 1200px) {
	.samOrderConfirm h2 {font-size: 24px;}
	.samOrderConfirm h3 {font-size: 18px;}
	.samOrderConfirm h4 {font-size: 16px;}
}
@media (max-width: 1000px) {
	.samOrderConfirm h2 {font-size: 24px;}
	.samOrderConfirm h3 {font-size: 20px;}
	.samOrderConfirm h4 {font-size: 18px;}
}
@media (max-width: 767px) {
	.samOrderConfirm h2 {font-size: 34px;}
	.samOrderConfirm h3 {font-size: 24px;}
}
@media (max-width: 670px) {
	.samOrderConfirm h2 {font-size: 28px;}
	.samOrderConfirm h3 {font-size: 20px;}
}
@media (max-width: 500px) {
	.samOrderConfirm h2 {font-size: 24px;}
}
@media (max-width: 428px) {
	.samOrderConfirm h2 {font-size: 22px;}
	.samOrderConfirm h3 {font-size: 18px;}
	.samOrderConfirm h4 {font-size: 16px;}
}
@media (max-width: 390px) {
	.samOrderConfirm h2 {font-size: 18px;}
	.samOrderConfirm h3 {font-size: 16px;}
	.samOrderConfirm h4 {font-size: 14px;}
}

.samOrderConfirm .samOrderConfirm_Left {
	padding: 0 30px 0 0;
	background-color: #ebebeb;
}
.samOrderConfirm .samOrderConfirm_Left #confirm__container_top {
	padding: 10px 0 0 0;
	margin: 0;
	background-color: #ebebeb;
}
.samOrderConfirm .samOrderConfirm_Left #confirm__container_top p {
	color: #000;
	font-size: 16px;
}
@media (max-width: 600px) {
	.samOrderConfirm .samOrderConfirm_Left #confirm__container_top p {
		font-size: 13px;
	}
}
.samOrderConfirm .samOrderConfirm_Left .samOrderConfirm_OrderNumber::after {
	content: "\2022";
	padding: 0 4px;
	font-weight: 100;
	color: #9E9E9E;
}
.samOrderConfirm .samOrderConfirm_Right {
	background-color: #fff;
	margin: 30px 0;
	box-shadow: 0 10px 10px -4px #0003;
	border-radius: 12px;
	border: solid 1px #e3e3e3;
}
.samOrderConfirm .samOrderConfirm_BigLabel {
	color: green;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
}
.samOrderConfirm .h-print_link {
	color: green;
	font-size: 16px;
}
@media (max-width: 600px) {
	.samOrderConfirm .h-print_link {
		font-size: 13px;
	}
}

.samOrderConfirm .samOrderConfirm_Left img {
	width: 55px;
}

.samOrderConfirm .samOrderConfirm_Right {
	padding: 20px;
}
.samOrderConfirm .samOrderConfirm_Right .samOrderConfirm_Product img {
	width: 100px;
	border: 1px solid #999999;
	border-radius: 6px;
}
.samOrderConfirm .samOrderConfirm_Right .samOrderConfirm_Product strong {
	font-weight: normal;
}
.samOrderConfirm .samOrderConfirm_Right .samOrderConfirm_Product a {
	color: #000000;
}
.samOrderConfirm .samOrderConfirm_Right .samOrderConfirm_Product a.tipClass img {
	width: auto;
	height: auto;
}
.samOrderConfirm .samOrderConfirm_Right .samOrderConfirm_Product .samOrderConfirm_EachTotalPrice {
	font-weight: bold;
}

.samOrderConfirm .samOrderConfirm_Signup {
	margin: 20px 0 0 0;
}
.samOrderConfirm .samOrderConfirm_Signup h3.samOCS_Heading {
	text-transform: initial;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection {
	margin-bottom: 20px;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_Password,
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_ConfirmPassword {
	width: 40%;
	margin: 0 15px 0 10px;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_ConfirmPassword {
	margin: 0 15px 0 0;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection input {
	background-color: #ffffff;
	border: 1px solid #999999;
	border-radius: 0;
	height: 35px;
	font-size: 14px;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_Button {
	padding: 0;
	width: auto;
	margin-right: 10px;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_Button a {
	border-radius: 0;
	width: 100%;
	padding: 9px;
	font-size: 14px;
}
@media (max-width: 600px) {
	.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_Password,
	.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_ConfirmPassword,
	.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection .samOCS_PS_Button {
		width: 100%;
		margin: 10px;
	}
	.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordSection {
		display: block
	}
}

.samOrderConfirm .samOrderConfirm_Signup #message {
	background-color: #ebebeb;
	padding: 0;
	margin: 0;
}
.samOrderConfirm .samOrderConfirm_Signup #message .samOCS_PasswordRules_Heading {
	text-transform: initial;
	font-weight: 500;
	display: inline;
	padding: 0;
	color: #8d8d8d !important;
}
.samOrderConfirm .samOrderConfirm_Signup #message img {
	width: 22px;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordRules .samOCS_PasswordRules_Wrapper {
	background-color: #ebebeb;
	padding: 0 10px 20px 10px;
	margin-top: 10px;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordRules #samOCS_PasswordRulesDiv {
	cursor: pointer;
}
/************ END ORDER CONFIRMATION PAGE ***********/





/* ============= CART DRAWER ============= */
:root {
	--samCD_Font_Family: 'Rajdhani',Helvetica,sans-serif;
	--samCD_Brand_Background_Color: #007ac2;
	--samCD_Font_Bigger: 18px;
	--samCD_Font_Standard: 16px;
	--samCD_Font_Smaller: 14px;

	/* Font Weight */
	--samCD_Brand_Font_Weight_Normal: 500;
	--samCD_Brand_Font_Weight_Bold: 600;
	--samCD_Brand_Font_Weight_Bolder: 700;

	/* Border Radius */
	--samCD_Border_Radius_Large: 12px;
	--samCD_Border_Radius_Large_0110: 0 12px 12px 0;
	--samCD_Border_Radius_Small: 6px;
	--samCD_Border_Radius_Small_1100: 6px 6px 0 0;	
	--samCD_Border_Radius_Small_0011: 0 0 6px 6px;
}
body .samHeaderTop_Cart a:hover {
	cursor: pointer;
}	
#samCartDrawer_Overlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	z-index: 10010;

	display: none;
}

/* YOU MIGHT LIKE SECTION */
#samCartDrawer_YouMightLike {
	z-index: 10011;
	position: fixed;
	top: 50%;
	left: calc(50% - 275px);
	transform: translate(-50%,-50%);
	color: #000;
	font-weight: var(--samCD_Brand_Font_Weight_Bold);
	font-family: var(--galls-font-body);
}
@media (max-width: 1200px) {
	#samCartDrawer_YouMightLike {
		left: calc(50% - 225px);
	}
}
#samCartDrawer_YouMightLike h5 {
	color: #fff;
}
#samCartDrawer_YouMightLike .samCDYML_Flex {
	display: flex;
	font-size: var(--samCD_Font_Standard);
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item {
	width: 200px;
	margin-right: 15px;
	padding: 8px;
	background-color: #ffffff;
	border-radius: var(--samCD_Border_Radius_Small);
	
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item:last-child {
	margin-right: 0;
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item span {
	display: block;
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item span.samCDYML_Title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	min-height: 45px;
	margin-bottom: 10px;
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item a {
	color: #000;
	font-weight: var(--samCD_Brand_Font_Weight_Normal);
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item a:hover {
	text-decoration: underline;
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item a.samCDYML_Item_ShopNow {
	display: block;
	background-color: #303030;
	color: #ffffff;
	text-align: center;
	padding: 8px 0;
	margin: 10px 0 0 0;
	border-radius: var(--samCD_Border_Radius_Small);
	font-weight: var(--samCD_Brand_Font_Weight_Bold);
	text-transform: uppercase;
}
#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item a.samCDYML_Item_ShopNow:hover {
	background-color: #000000;
	text-decoration: none;
}
@media (max-width: 1200px) {
	#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item {
		width: 170px;
	}
	#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item img {
		width: 88%;
		margin-left: 6%;
		height: auto;
	}
	#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item {
		font-size: var(--samCD_Font_Smaller);
	}
}
@media (max-width: 1100px) {
	#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item {
		width: 160px;
	}
	#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item img {
		width: 80%;
		margin-left: 10%;
		height: auto;
	}
	#samCartDrawer_YouMightLike .samCDYML_Flex .samCDYML_Item {
		font-size: var(--samCD_Font_Smaller);
	}
}
@media (max-width: 991px) { 
	#samCartDrawer_YouMightLike {
		display: none;
	}
}
/* END */


/* RIGHT - CART CONTENTS */
#samCartDrawer_Right {
	position: fixed;
	top: 0;
	right: 0;
	background-color: #fff;
	width: 0;
	height: 100%;
	z-index: 10011;
	font-family: var(--galls-font-body);
	font-size: var(--samCD_Font_Standard);	/* Font Size */
	box-shadow: 0px 0px 6px #000;
	/* transition: all 0.5s ease; */
	transition: all 0.2s ease-out;

	display: flex;
	flex-direction: column;
	align-items: center;
}
.samCartDrawer_Right_Width {
	width: 450px !important;
}
@media (max-width: 700px) { 
	/* Animate From Right To Left */
	/* .samCartDrawer_Right_Width {
		width: 100% !important;
	} */

	/* Changed To Animate From Bottom To Top */
	#samCartDrawer {
		opacity: 1 !important;
	}
	#samCartDrawer_Overlay {
		display: none !important;
	}
	#samCartDrawer_Right {
		height: 0;
		width: 100% !important;
		top: unset;
		bottom: 0;
	}
	.samCartDrawer_Right_Width {
		height: 100% !important;
	}
}

/* CART FLEX ROW */
#samCartDrawer_Right .samCartDrawer_Right_FlexRow {
	display: flex;
	justify-content: center;
	align-items: center;
}

/* CART TITLE SECTION */
#samCartDrawer_Right #samCD_Title {
	background-color: #ffffff;
	box-shadow: 0px 0px 2px #000;
	font-weight: var(--samCD_Brand_Font_Weight_Bolder);
	font-size: var(--samCD_Font_Bigger);
	text-transform: uppercase;
	padding: 12px 0;
	width: 100%;
	height: fit-content;
	position: relative;
}
#samCartDrawer_Right #samCD_Title .samCD_Title_Left {
	width: 100%;
	text-align: center;
}
#samCartDrawer_Right #samCD_Title .samCD_Title_Right {
	position: absolute;
	right: 10px;
	top: calc(50% - 2px);
	transform: translateY(-50%);
}
#samCartDrawer_Right #samCD_Title .samCD_Title_Right #samCartDrawer_Close {
	cursor: pointer
}
/* END */

/* CART THRESHOLD SECTION - FREE SHIPPING */
#samCartDrawer_Right #samCD_Threshold {
	border: 1px solid #dadada;
	padding: 15px 10px;
	display: block;
	float: left;
	width: 100%;
	background-color: #e5f2e5;
	font-weight: var(--samCD_Brand_Font_Weight_Bold);
	text-align: center;
}
#samCartDrawer_Right #samCD_Threshold .samCD_TS_FullRow {
	width: 100%;
	height: 12px;
	display: flex;
	margin: 8px 0;
}
#samCartDrawer_Right #samCD_Threshold .samCD_TS_FullRow .samCD_TS_ThresholdBar {
	width: 100%;
	border: 1px solid green;
	background-color: #ffffff;
	border-radius: var(--samCD_Border_Radius_Large);
}
#samCartDrawer_Right #samCD_Threshold .samCD_TS_FullRow .samCD_TS_ThresholdBar label {
	width: 90%;
	background-color: green;
	display: flex;
	height: 100%;
	align-items: center;
	border-radius: var(--samCD_Border_Radius_Large);
}
#samCartDrawer_Right #samCD_Threshold .samCD_TS_FullRow .samCD_TS_ThresholdPrice {
	display: flex;
	height: 100%;
	align-items: center;
	padding-left: 10px;
}
@media (max-width: 600px) {
	#samCartDrawer_Right #samCD_Title {
		font-size: 22px;
	}
}
/* END */

/* CART CONTENT */
#samCartDrawer_Right #samCD_Content {
	align-items: flex-start;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	scrollbar-color: #f7f7f7 #f7f7f7;
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
	scrollbar-width: none; /* For Firefox */
}
#samCartDrawer_Right #samCD_Content::-webkit-scrollbar {
    display: none ;	/* For Safari */
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex_wrapper {
	width: 100%;
	background-color: #f7f7f7;
	margin-bottom: 40px;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex {
	display: flex;
	/* align-items: flex-start; */
	font-weight: var(--samCD_Brand_Font_Weight_Bold);
	background-color: #ffffff;
	margin: 10px;
	border-radius: var(--samCD_Border_Radius_Large);
	box-shadow: 0 10px 10px -4px #0002;
	border: 1px solid #e3e3e3
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex_alert-warning {
    border: 0;
    box-shadow: unset;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex_alert-warning .alert-warning {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex_alert-warning .alert-warning_title {
    font-weight: 700;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex_alert-warning .alert-warning_body {
    flex: 1 1 100%;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_image {
	padding: 10px 0 10px 10px;
	display: flex;
	flex-direction: column;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_image img {
	border: 1px solid #dadada;
	border-radius: var(--samCD_Border_Radius_Small);
	width: 64px;
	height: 64px;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_image img:hover {
	border: 1px solid #303030;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info {
    padding: 10px;
    width: 100%;
	text-align: left;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_desc {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	font-size: var(--samCD_Font_Standard);	/* Font Size */
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_desc a {
	color: #000;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_desc a:hover {
	text-decoration: underline;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options {
	font-weight: var(--samCD_Brand_Font_Weight_Bold);
    color: #616161;
	font-size: var(--samCD_Font_Smaller);	/* Font Size */
	text-transform: capitalize;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options span::after {
	/* content: "\2022"; */
	content: " ";
    padding: 0 4px;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options ul {
	margin: 0;
	padding: 0;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options ul li {
	text-transform: capitalize;
	display: inline;
	font-size: var(--samCD_Font_Smaller) !important;	/* Font Size */
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options ul li::after {
	content: "\2022";
	padding: 0 4px;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options ul li:last-child::after {
	content: '';
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options_price span::after {
	content: none;
	padding: 0 1px;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options_price br {
	display: none;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options_price .original,
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options_price .discount,
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options_price strong {
	margin: 0;
	font-weight: 600;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_options_price .original::after {
	content: '';
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_stockmsg {
	color: #3c763d;
	font-size: var(--samCD_Font_Smaller);	/* Font Size */
	/* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden; */
}
.CartDrawer_tooltip {
	z-index: 999999;	/* For Cart Drawer Tooltip */
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_stockwarning {
	font-size: var(--samCD_Font_Smaller);	/* Font Size */
	padding: 3px 12px;
	border-radius: 12px;
	background-color: #FFE4C6;
	border: 1px solid #FFC879;
	color: #5D4200;
	margin: 6px 0;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_price_qty {
	text-align: right;
	font-size: var(--samCD_Font_Standard);	/* Font Size */
	padding: 10px 10px 10px 0;
	display: flex;	
	flex-direction: column;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_price br {
	display: none;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_qty {
	width: 100%;
	display: flex;
	justify-content: right;
	padding-top: 5px;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_price_qty .samCDIS_row_flex_qty_select {
	border: 0;
	background: none;
	margin-right: -3px;
	text-align: right;
	width: 40px;
	padding-right: 20px;

	/** Icon at the right */
	appearance: none;
	background-image: url("/images/checkout_page/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 0px center;
	background-size: 18px;
}
/* Disable QTY select for Gift Card */
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_price_qty .samCDIS_row_flex_qty_select.disabled {
	background: none;
	pointer-events: none;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCD_QtyTenPlus_Div {
	width: 100%;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCD_QtyTenPlus_Div input[type=text] {
	border: 1px solid #9E9E9E;
	width: 60px;
	border-radius: var(--samCD_Border_Radius_Small);
	margin-bottom: 6px;
}
@media (max-width: 992px) {
	#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCD_QtyTenPlus_Div input[type=text] {
		font-size: var(--samCD_Font_Standard);	/* Prevent from Zoom In automatically */
	}
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCD_QtyTenPlus_Div span.samCD_QtyTPDiv_Update {
	width: 60px;
	border: 0;
	border-radius: var(--samCD_Border_Radius_Small);
	display: block;
	background-color: var(--samCD_Brand_Background_Color);
	color: #ffffff;
	text-align: center;
	padding: 2px 0;
	float: right;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_edit_n_remove {
	display: flex;
	align-items: center;
	justify-content: right;
	gap: 6px;
	padding-top: 10px;
	margin-top: auto; 
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_edit_n_remove .samFeatherIcon {
	width: 18px;
	height: 18px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	stroke: #303030;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_edit_n_remove a {
	background-color: #f5f5f5;
	border: 1px solid #f5f5f5;
	display: flex;
	padding: 8px;
	border-radius: var(--samCD_Border_Radius_Small);
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_edit_n_remove a:hover {
	/* background-color: #e3e3e3;
	border: 1px solid #e3e3e3; */
	border: 1px solid #303030;
	cursor: pointer;
}

/* Accordion for Cart Items */
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion {
	cursor: pointer;
	text-decoration: underline;
	background: none;
	border: 0;
	padding: 0 20px 0 0;
	margin: 5px 0 0 0;
	font-size: var(--samCD_Font_Smaller);
	font-weight: var(--samCD_Brand_Font_Weight_Bold);
	color: #616161;

	appearance: none;
	background-image: url("/images/checkout_page/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion_active {
	background-image: url("/images/checkout_page/chevron-up.svg");
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion_active, 
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion:hover {
	border-radius: var(--samCD_Border_Radius_Small_1100);
	border-bottom: 0;
} 
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion:hover {
	border-radius: var(--samCD_Border_Radius_Small_1100);
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion_panel {
	padding: 0 10px;
	border-radius: var(--samCD_Border_Radius_Small_0011);
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	color: #616161;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion_panel .customizations span.customizable-product {
	font-size: var(--samCD_Font_Smaller);
	font-weight: var(--samCD_Brand_Font_Weight_Bold);
	color: #616161;
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion_panel .customizations ul {
	font-size: var(--samCD_Font_Smaller);
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_accordion_panel .customization-heading {
	display: none;
}
/* END */

/* CART BOTTOM SECTION */
#samCartDrawer_Right #samCD_BottomSection_SubTotal {
	border-top: 1px solid #dadada;
	width: 100%;
	height: fit-content;
	padding: 10px 20px;
	background-color: #ffffff;
	flex-direction: column
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_SubTotal {
	font-weight: var(--samCD_Brand_Font_Weight_Bolder);
	font-size: var(--samCD_Font_Bigger);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal a {
	background-color: #303030;
	color: #ffffff;
	border-radius: var(--samCD_Border_Radius_Small);
	padding: 10px;
	margin: 10px 0 0 0;
	text-align: center;
	text-transform: uppercase;
	font-size: var(--samCD_Font_Bigger);
	font-weight: var(--samCD_Brand_Font_Weight_Bolder);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal a:hover {
	cursor: pointer;
	background-color: #000000;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal a.samCD_SubTotal_ViewCart {
	background-color: #ffffff;
	color: #616161;
	text-transform: capitalize;
	text-decoration: underline;
	font-weight: var(--samCD_Brand_Font_Weight_Normal);
	padding: 5px;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal a.samCD_SubTotal_ViewCart:hover {
	color: #000000;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal a img {
	width: 20px;
	margin-top: -2px;
	margin-right: 5px;
}
/* END */


/* CART - EMPTY CART */
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart {
	/* text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); */

	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow {
	display: block;
	float: left;
	text-align: center;
	padding: 10px 8px 0 8px;
	
	overflow-y: scroll;
	scrollbar-color: #f7f7f7 #f7f7f7;
	-ms-overflow-style: none; /* For Internet Explorer and Edge */
	scrollbar-width: none; /* For Firefox */	
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow::-webkit-scrollbar {
    display: none ;	/* For Safari */
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow a {
	padding: 0;
	width: calc(50% - 16px);
	margin: 0 8px 16px 8px;
	border: 1px solid #dadada;
	display: inline-block;
	position: relative;
}
@media (max-width: 1200px) {
	#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow a:nth-child(odd) {
		margin-left: 0;
		margin-right: 8px;
	}
	#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow a:nth-child(even) {
		margin-left: 8px;
		margin-right: 0;
	}
}
@media (max-width: 600px) {
	#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart {
		padding-top: 12px;
	}
	#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart h3 {
		font-size: 22px !important;
	}
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow a:hover {
	border: 1px solid #000000;
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow img {
	width: 100%;
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow .bg-overlay {
	position: absolute;
	bottom: 0;
	width: 100%;
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow .bg-overlay {
    color: #fff;
    position: absolute!important;
    bottom: 0;
    width: 100%;
    text-align: left;
    background: linear-gradient(180deg,rgba(0,0,0,0),black);
    word-wrap: break-word;
}
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow .bg-overlay span.h5,
#samCartDrawer_Right #samCD_Content .samCD_Content_EmptyCart .samCD_Content_EmptyCart_ShopNow .bg-overlay span.h6 {
    display: block;
    font-weight: var(--samCD_Brand_Font_Weight_Bold);
    text-transform: uppercase;
    margin-bottom: 5px;
	padding-left: 10px;
}
/* END */

/* ============= END ============= */





/* ALL STANDARD CLASSES */
:root {
	--samASC_FontFamily: 'Rajdhani',Helvetica,sans-serif;
	--samASC_H1: 38px;
	--samASC_H2: 31px;
	--samASC_H3: 26px;
	--samASC_H4: 23px;
	--samASC_H5: 19px;
	--samASC_H6: 16px;
	--samASC_FontSize_Regular: 16px;
	--samASC_FontSize_Small: 13px;
	--samASC_FontSize_ExtraSmall: 11px;
}

/*====== BUTTONS ======*/
/* BUTTON - PRIMARY */
button.samASC_Button,
.samASC_Button {
	font-family: var(--galls-font-body);
	font-weight: 700;
	font-size: var(--samASC_FontSize_Regular);

	text-align: center;
	text-transform: uppercase;
	line-height: 1.2em;

	/* box-shadow: 0px 1px 3px 0px #00000033; */
	padding: 6px 12px;
	border-radius: 6px;
}
button.samASC_Button:hover,
.samASC_Button:hover {
	cursor: pointer;
}

/* BUTTON - PRIMARY */
button.samASC_Button_Primary,
.samASC_Button_Primary {
	color: #ffffff;
	background-color: #303030;
	border: 1px solid #303030;
}
/* button.samASC_Button_Primary:hover,
.samASC_Button_Primary:hover {
	background-color: #000000;
} */
button.samASC_Button_Primary_Disabled,
.samASC_Button_Primary_Disabled {
	background-color: #c7c7c7 !important;
	border: 0 !important;
	padding: 6px 12px !important;
	color: #ffffff !important;
	cursor: not-allowed !important;
}
button.samASC_Button_Primary_Disabled:hover,
.samASC_Button_Primary_Disabled:hover {
	opacity: 1 !important;
}

/* BUTTON - SECONDARY */
button.samASC_Button_Secondary,
.samASC_Button_Secondary {
	color: #303030;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
}
button.samASC_Button_Secondary:hover,
.samASC_Button_Secondary:hover {
	background-color: #f5f5f5
}
button.samASC_Button_Secondary_Disabled,
.samASC_Button_Secondary_Disabled {
	background-color: #e3e3e3 !important;
	border: 0 !important;
	padding: 6px 12px !important;
	color: #acacac !important;
	cursor: not-allowed !important;
}
button.samASC_Button_Secondary_Disabled:hover,
.samASC_Button_Secondary_Disabled:hover {
	opacity: 1 !important;
}
/*====== END BUTTONS ======*/



/*====== CARD ======*/

/* CARD - ALL */
.samASC_Card {
	font-family: var(--galls-font-body);
	font-size: var(--samASC_FontSize_Regular);
	color: #000000;

    border: 1px solid #e3e3e3;
	border-radius: 12px;
	box-shadow: 0px 20px 20px -8px #00000020;
	padding: 16px;
	background-color: #ffffff;
}
.samASC_Card_Title {
	font-weight: 700;
	padding: 8px 16px;
	border-radius: 12px 12px 0 0;
	border-bottom: 1px solid #e3e3e3;
	margin: -16px -16px 16px -16px;
}
.samASC_Card_Body {
	font-weight: 500;
	padding: 8px 16px;
	margin: -16px -16px 16px -16px;
}
.samASC_Card_Footer {
	padding: 16px;
	margin: -16px -16px -12px -16px;;
}

/* CARD - DEFAULT */
.samASC_Card_Default .samASC_Card_Title_Bg {
	background-color: #f7f7f7;
}
.samASC_Card_Default_Smaller {
	box-shadow: 0px 10px 10px -4px #00000020;
	padding: 10px;
}

/* CARD - CRITICAL */
.samASC_Card_Critical {
	border: 0;
}
.samASC_Card_Critical .samASC_Card_Title_Bg {
	background-color: #FA0000;
	color: #ffffff;
}

/*====== END CARD ======*/


/*====== NOTIFICATION ======*/

/* NOTIFICATION - ALL */
.samASC_Notification {
	font-family: var(--galls-font-body);
	font-weight: 700;
	font-size: var(--samASC_FontSize_Regular);

    border: 0;
    border-radius: 16px;
	display: block;
	padding: 12px 20px 15px 40px;

	/** Icon at the Left */
	appearance: none;
	background-repeat: no-repeat;
	background-position: 15px 15px;
	background-size: 16px;
}
.samASC_Notification_Title {
	font-weight: 700;
	padding-bottom: 10px;	
}
.samASC_Notification_Desc {
	font-weight: 500;
}
.samASC_Notification .samASC_Button_Close {
    position: absolute;
    top: 24px;
    right: 10px;
    border: 0;
    background-color: transparent;
    padding: 0;
    line-height: 0;
}
.samASC_Notification .samASC_Button_Close::after {
    content: "\00d7";
    font-size: 50px;
}
.samASC_Notification .samASC_Button_Close:hover::after {
	cursor: pointer;
    color: #000000;
}

/* NOTIFICATION - INFO */
.samASC_Notification_Info {
	color: #00527C;
    background-color: #EAF4FF;
	background-image: url("/css/sam_gcu/images/notification_info.svg");
	border: 1px solid #A8D8FF;
}

/* NOTIFICATION - SUCCESS */
.samASC_Notification_Success {
	color: #0D5132;
    background-color: #CDFEE1;
	background-image: url("/css/sam_gcu/images/notification_success.svg");
}

/* NOTIFICATION - CAUTION */
.samASC_Notification_Caution {
	color: #504700;
    background-color: #FFF8DB;
	background-image: url("/css/sam_gcu/images/notification_caution.svg");
}

/* NOTIFICATION - WARNING */
.samASC_Notification_Warning {
	color: #5D4200;
    background-color: #FFF1E3;
	background-image: url("/css/sam_gcu/images/notification_warning.svg");
}

/* NOTIFICATION - CRITICAL */
.samASC_Notification_Critical {
	color: #8E200B;
    background-color: #FEE9E8;
	background-image: url("/css/sam_gcu/images/notification_critical.svg");
}

/*====== END NOTIFICATION ======*/


/*====== DROPDOWN ======*/

/* DROPDOWN - ALL */
.samASC_DropDown {
	font-family: var(--galls-font-body);
	font-weight: 700;
	font-size: var(--samASC_FontSize_Regular);

	padding: 6px 12px;
}
.samASC_DropDown .samASC_DropDown_Title {
	line-height: var(--samASC_FontSize_Regular);
	text-transform: uppercase;
	font-weight: 700;

	/* Icon at the right */
	background-image: url("https://www.galls.com/images/checkout_page/chevron-down.svg");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 18px;
}
.samASC_DropDown .samASC_DropDown_Title.chevron_up {
    background-image: url("https://www.galls.com/images/checkout_page/chevron-up.svg");
}
.samASC_DropDown .samASC_DropDown_Title:hover {
	cursor: pointer;
}
.samASC_DropDown .samASC_DropDown_Desc.chevron_up {
	padding-top: 10px;
}

/* DROPDOWN - SECONDARY */
.samASC_DropDown_Secondary {
	border: 1px solid #e3e3e3;
	border-radius: 6px;
	background-color: #ffffff;
	color: #303030;
}




/*====== BADGE ======*/

/* BADGE - ALL */
.samASC_Badge {
	padding: 6px 12px;
	border-radius: 12px; 
	font-weight: 600;
}
.samASC_Badge_Small {
	border-radius: 12px; 
	padding: 3px 12px
}

/* BADGE - Default */
.samASC_Badge_Default {
	background-color: #E3E3E3;
	border: 1px solid #E3E3E3;
	color: #616161;
}

/* BADGE - Info */
.samASC_Badge_Info {
	background-color: #EAF4FF; 
	border: 1px solid #A8D8FF; 
	color: #00527C;
}

/* BADGE - Success */
.samASC_Badge_Success {
	background-color: #CDFEE1; 
	border: 1px solid #92FEC2; 
	color: #0D5132;
}

/* BADGE - Caution */
.samASC_Badge_Caution {
	background-color: #FFF8DB; 
	border: 1px solid #FFEB78; 
	color: #504700;
}

/* BADGE - Success */
.samASC_Badge_Critical {
	background-color: #FEE9E8; 
	border: 1px solid #FEC3C1; 
	color: #8E200B;
}




/* Modify Email Footer Form */
#email-signup-new {
	/* background-color: #000000;
	border-bottom: 1px solid #ffffff;
	color: #ffffff; */

	/* Override pre-existing styles */
	color: #ffffff;
	border-bottom: 1px solid #E3E3E3;
	/* background: linear-gradient(90deg, #005DAC 0%, #B82025 100%); */
	background-color: #005DAC;
	position: relative;
}
#email-signup-new .samFooter_New {
	text-align: center;
	padding: 0;
	margin: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}
#email-signup-new .samFooter_New #samFooterEmailSignup {
    width: 800px;
    padding: 0;
    margin: 0;
    font-family:var(--galls-font-body);
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	row-gap: 12px;
}
#email-signup-new .samFooter_New #samFooterEmailSignup div.samFooterLabel {
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    width: 100%;
    text-align: left;
}
#email-signup-new .samFooter_New #samFooterEmailSignup div.samFooterLabel.samFooterDisclaimer {
	font-size: 14px;
	font-weight: 500;
	line-height: normal;
	margin-top: -6px;
}
#email-signup-new .samFooter_New #samFooterEmailSignup div.samFooterLabel.samFooterDisclaimer a {
	color: #ffffff;
}
#email-signup-new .samFooter_New #samFooterEmailSignup div.samFooterLabel.samFooterDisclaimer a:hover {
	text-decoration: underline;
}
#email-signup-new .samFooter_New #samFooterEmailSignup form {
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
	gap: 6px;
}
#email-signup-new .samFooter_New #samFooterEmailSignup form input,
#email-signup-new .samFooter_New #samFooterEmailSignup form select#samFooterProfession,
#email-signup-new .samFooter_New #samFooterEmailSignup form button {
	border-radius: 6px;
	border: 1px solid #818181;
	font-size: 16px;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterEmailDiv {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 6px;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterEmailDiv input {
    width: 100%;
    background-color: #303030;
	/* opacity: 0.6; */
    color: #ffffff;
	padding: 9px 18px;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterEmailDiv input::placeholder {
    color: #ffffff;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterProfessionDiv {
    padding: 0;
    margin: 0;
	width: max-content;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterProfessionDiv select#samFooterProfession {
    padding: 9px 35px 9px 18px;
    background-color: #303030;
    color: #ffffff;
	/* opacity: 0.6; */
	width: auto;

	/** Icon at the right */
    appearance: none;
    background-image: url("/images/checkout_page/chevron-down_white.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 22px;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterSignUpButtonDiv {
    width: fit-content;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterSignUpButtonDiv button {
    position: relative;
    top: unset;
    right: unset;
    padding: 7px 18px 9px 18px;
    color: #303030;
    font-weight: 700;
    background-color: #ffffff;
	border: 1px solid #ffffff;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterSignUpButtonDiv button:hover {
	background-color: #337ab7;
	border: 1px solid #337ab7;
	color: #ffffff;
}
#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterSignUpButtonDiv button:focus {
	outline: unset
}
@media (max-width: 991px) {
	#email-signup-new {
		/* border-radius: 12px; */
		/* margin: 0px 12px 12px 12px; */
		padding: 24px;
	}
	#email-signup-new #samFooterEmailSignup .samFooterEmailDiv,
	#email-signup-new #samFooterEmailSignup .samFooterProfessionDiv {
		margin: 0;	/* Override pre-existing styles */
	}
	#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterEmailDiv,
	#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterProfessionDiv,
	#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterSignUpButtonDiv,
	#email-signup-new .samFooter_New #samFooterEmailSignup .samFooterProfessionDiv select#samFooterProfession {
		width: 100%;
	}
	#email-signup-new .samFooter_New #samFooterEmailSignup form {
		flex-direction: column;
	}
}
#email-signup-new #samFooter_AfterSignup {
	width: 100%;
	/* background: linear-gradient(90deg, #005DAC 0%, #B82025 100%); */
	background-color: #005DAC;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
/* END */






/* New H1 on Category/Brand/Search Pages */
main.category .samSRCH_Top {
	font-family:var(--galls-font-body);
}
main.category .samSRCH_Breadcrumb {
	margin: 20px 0 0 0;
}
main.category .samSRCH_Breadcrumb .breadcrumb {
	font-size: 16px;
	font-weight: 700;
	padding: 0;
}
main.category .samSRCH_Breadcrumb .breadcrumb > li + li:before {
	content: "/";
	color: #616161;
	padding: 0 8px;
}
main.category .samSRCH_Breadcrumb .breadcrumb li:last-child {
	color: #616161;
}
main.category .samSRCH_CateList label {
	display: block;
	padding: 10px 0 5px 0;
}

/* Hide CateList for Some Categories */
@media (min-width: 992px) {
	main.category .samSRCH_CateList.samSRCH_CateList_Desktop_Hide {
		display: none;
	}
}

/* Category Buttons - Desktop */
@media (min-width: 993px) {
	main.category .samSRCH_CateList .samSRCH_CateList_Wrapper {
		/* background-color: #E3E3E3;
		border-radius: 12px;
		padding: 10px; */
		display: flex;
		flex-wrap: wrap;
		gap: 6px;
		align-items: center;
		justify-content: left;
		width: fit-content;
	}
	main.category .samSRCH_CateList .samSRCH_CateList_Wrapper a:hover {
		background-color: #303030;
		color: #ffffff;;
	}
}
/* Category Buttons - Mobile */
@media (max-width: 992px) {
	main.category .samSRCH_CateList .samSRCH_CateList_Item {
		max-width: max-content;
		overflow-x: scroll;
		/* background-color: #E3E3E3;
		margin: 0 10px;
		width: calc(100% - 20px); */
		padding: 0;
		width: 100%;
		/* border-radius: 12px; */
	}
	/* Disable Scrollbar */
	main.category .samSRCH_CateList .samSRCH_CateList_Item::-webkit-scrollbar {
        /* max-width: 0px;
        max-height: 0px; */
		display: none !important;
    }
	main.category .samSRCH_CateList .samSRCH_CateList_Wrapper {
		width: max-content;
		padding: 10px;
		display: flex;
		gap: 6px;
	}
	main.category .samSRCH_CateList .samSRCH_CateList_Wrapper a:active {
		background-color: #303030;
		color: #ffffff;;
	}
	main.category .samSRCH_Breadcrumb {
		overflow-x: scroll;
		margin: 30px 0 0 0;
	}
	main.category .samSRCH_Breadcrumb .breadcrumb {
		width: max-content;
		display: inline-block !important;
	}
} 
main.category .samSRCH_Copy,
main.category .samSRCH_Copy_Wrapper {
	padding-top: 5px;
	padding-bottom: 5px;
}
main.category #scrollIndicatorf,
main.category .mobile-filter {
	margin-top: 20px;
}
main.category .samSRCH_Brand {
	display: block !important;	/* Brand Category Breadcrumb will always show */
}
main.category .samSRCH_Clearance {
	padding: 20px 0 10px 0;
}

/* Change buttons to Pillar */
main.category .samSRCH_CateList .samSRCH_CateList_Wrapper a {
	border-radius: 18px;
	line-height: 1;
	padding: 9px 18px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12), 0px 6px 10px -2px rgba(0, 0, 0, 0.08), 0px 4px 6px -3px rgba(0, 0, 0, 0.05);
}
main.category .samSRCH_CateList .samSRCH_CateList_Wrapper a:hover {
	background: #F0F0F0 !important;
	color: #000 !important;
}
main.category .samSRCH_CateList .samSRCH_CateList_Wrapper a:active {
	background: #CCC !important;
	color: #000 !important;
}
/* end */

/* END */





/* Update Account Page */
main.account .account__headline,
main.account .account__description {
	text-align: left;
}
.main__wrapper .account__body.samAccountBody {
	margin: 0 0 50px 0;
}
.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs {
	display: flex;
	gap: 10px;
	align-items: center;
	white-space: nowrap;
}
.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs li {
	margin-right: 0;
}
.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs li a {
	text-align: center;
	text-transform: uppercase;
	line-height: 1.25;
	padding: 9px 18px;
	letter-spacing: 0.05em;
	font-size: 16px;
	color: #303030;
	background-color: rgba(48, 48, 48, 0.05);
	border: 0;
	border-radius: 6px;
}
.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs li a:hover {
	background-color: rgba(48, 48, 48, 0.10) !important;
}
.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs li.active a {
	background-color: rgba(48, 48, 48, 0.20) !important;
}
.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs li a .sam_GCU_Beta {
	padding: 3px 12px;
	background-color: #EAF4FF;
	border: 1px solid #A8D8FF;
	color: #00527C;
	border-radius: 22px;
	text-transform: initial;
}
	/* Your Shopping List Only */
	.main__wrapper .account__body.yourshoppinglist .account__body--tabs {
		flex-wrap: wrap;
	}
	.main__wrapper .account__body.yourshoppinglist .account__body--tabs .account__new-list {
		width: 100%;
		flex-basis: 100%;
		justify-content: start;
		padding: 0;
		margin-top: 30px;
	}
	.main__wrapper .account__body.yourshoppinglist .account__body--tabs .account__new-list a {
		height: auto;
		line-height: 1.25;
		padding: 9px 18px;
		letter-spacing: 0.05em;
		font-size: 16px;
		border: 0;
		border-radius: 6px !important;
	}
	.main__wrapper .account__body.yourshoppinglist .account__row .btn_new-list {
		height: auto
	}

@media (max-width: 991px) {
	.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs {
		text-align: left !important;
		padding: 0 20px 10px 20px;
		overflow-x: scroll;
		width: 100%;
		white-space: nowrap;
	}
	.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs::-webkit-scrollbar {
		display: none !important;
    }
	.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs li {
		gap: 6px;
		flex-wrap: wrap;
		display: flex;
	}
	.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs li.active a {
		border: 0;
	}
	
}
@media (max-width: 600px) {
	.main__wrapper .account__body.samAccountBody .account__body--tabs ul.list-tabs a {
		font-size: 14px;
	}
}
/* END */


/* PLP Accordion */
main.category .searchpromo1_container {
	padding-right: 0;
	padding-left: 20px;
}
@media(max-width: 500px) {
	main.category .searchpromo1_container {
		padding-left: 8px;
	}
}
main.category #samAccordionPLP .card {
	box-shadow: 0 10px 10px -4px #00000033;
	background-color: #ffffff;
	border-radius: 12px;	
	padding: 5px;
}
main.category #samAccordionPLP,
main.category #samAccordionPLP .card-header {
	padding: 0;
}
main.category #samAccordionPLP .card-header {
	background-color: #ffffff;
}
main.category #samAccordionPLP .card-header button {
	width: 100%;
	color: #000;
	text-decoration: none !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
	text-align: left;
	padding: 10px;
}
main.category #samAccordionPLP .card-header button:active {
	transform: unset !important;
}
main.category #samAccordionPLP .card-header button h4,
main.category #samAccordionPLP .card-header button span {
	text-transform: initial;
	margin: 0;
}
.searchpromo1 div {
	padding: 0;
}
main.category #samAccordionPLP .card-header button[aria-expanded="true"] {
	background-image: url("/images/checkout_page/chevron-up-black.svg");
}
main.category #samAccordionPLP .card-header button.collapsed {
    background-image: url("/images/checkout_page/chevron-down-black.svg");
}
main.category #samAccordionPLP .card-body_container {
	padding: 0;
}
main.category #samAccordionPLP .card-body {
	padding: 0 10px 10px 10px;
	background-color: #ffffff;
}
main.category #samAccordionPLP .card-body h2 {
	text-transform: initial;
	margin-bottom: 10px;
}
/* END */



/* Custom Popup Modal */
#samCustomModal {
	z-index: 10030;
	font-family:var(--galls-font-body) !important; 
}
#samCustomModal .card-default {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 0;
}
#samCustomModal .card-default .card-title {
	display: flex;
	align-items: center;
}
#samCustomModal .card-default .card-title h6 {
	width: 100%;
}
#samCustomModal .card-default .card-title .samFeatherIcon {
	width: 24px;
	height: 24px;
	stroke: currentColor;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
}
#samCustomModal .card-default .card-title .samFeatherIcon:hover {
	cursor: pointer;
}
#samCustomModal .card-body .btn {
	border-radius: 0;
}
@media (max-width: 600px) {
	#samCustomModal {
		background-color: rgba(0, 0, 0, 0.5); ;
	}
	#samCustomModal .card-default {
		width: calc(100% - 25px);
	}
}
/* END */



/* PDP Iconography */
.product__iconography {
	margin: 40px 50px 0 40px;
}

.product__iconography[data-show="false"] {
	display: none;
}

.product__iconography-row{
	padding: 30px 56px 0 56px;
	gap: 15px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}

.product__iconography-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 6px;
	width: 100%;
	flex: 0 0 15%;
}
.product__iconography-icon span {
	text-align: center;
	color: var(--Black, #303030);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: var(--galls-font-body);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	align-self: stretch;
}

@media screen and (max-width: 1030px){
	.product__iconography-row {
		padding:24px 0px;
		column-gap: 10px;
		row-gap: 24px;
	}
	.product__iconography-icon {
		flex: 0 0 20%;
	}
	.product__iconography {
		margin: 32px -10px;
	}
	.product__iconography-icon span {
		font-size: 14px;
		font-weight: 600;
	}
	/* .product__iconography-icon:nth-child(4):nth-last-child(2),
	.product__iconography-icon:nth-child(5):nth-last-child(1) {
		display: none;
	} */
	#pdp_icons_FW1312 .product__iconography-icon:nth-child(5):nth-last-child(1) {
		margin-top: -10px;
		margin-bottom: -20px;
	}
	.product__iconography-icon:nth-child(5):nth-last-child(2),
	.product__iconography-icon:nth-child(6):nth-last-child(1) {
		/* display: none; */
		margin-top: -10px;
		margin-bottom: -20px;
	}
}
#pdp_icons_headings {
	text-align: center;
	margin-bottom: -50px;
}
#pdp_icons_headings h4 {
	font-family:var(--galls-font-heading);
	font-weight: 600;
}
/* END */


/* PDP - Promo Exclusion Message */
/* Note: Override styling because of existing styling of badge class from Vendor.css */
.samPDPPromoExclusion {
	margin-left: 0;
}
.samPDPPromoExclusion span.badge {
	color: #616161;
	font-family:var(--galls-font-body);
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px; 
}
/* END */






/* PDP Floating Icons */
.samPDP_FloatingIcons {
	position: absolute;
	top: 20px;
	right: 80px;
	display: flex !important; 
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 8px;
}
.samPDP_FloatingIcons svg {
	width: 60px;
	height: 60px;
}
.samPDP_FloatingIcons span {
	font-size: 12px;
	width: 60px;
	max-width: 60px;
	text-align: center;
}
.samPDP_FloatingIcons .samPDP_FloatingIcons_Wrapper {
	flex-direction: column;
}
.samPDP_FloatingIcons .samPDP_FloatingIcons_Wrapper_NewLine {
	flex-basis: 100%;
	width: 100%;
	align-items: flex-end;
}

/* COMMENTED OUT FOR AB TEST */
/* .samPDP_FloatingIcons.samPDP_FI_Show,
.samPDP_FloatingIcons .samPDP_FloatingIcons_Wrapper_Show {
	display: flex !important;
} */

/* DESKTOP */
.samPDP_FloatingIcons.samPDPFI_Mobile {
	display: none !important;
}
/* MOBILE */
@media (max-width: 991px) {
	.samPDP_FloatingIcons.samPDPFI_Desktop {
		display: none !important;
	}

	/* COMMENTED OUT FOR AB TEST */
	/* .samPDP_FloatingIcons.samPDPFI_Mobile {
		display: flex !important;
	} */

	.samPDP_FloatingIcons {
		top: 110px;
		right: 35px;
	}
	.samPDPFI_Mobile.samPDPFI_Mobile_Sale {
        top: 160px;
    }
	.samPDP_FloatingIcons svg {
		width: 50px;
		height: 50px;
	}
	.samPDP_FloatingIcons span {
		font-size: 11px;
		width: 60px;
		max-width: 60px;
	}
}

/* END PDP Floating Icons */


/* Change Clearance Style */
main.category .product-item .product-item__sale, 
main.category .product-item-cta .product-item__sale {
	color: #ffffff;
	background-color: #B81600;
}
/* END */


/* New Stock Message */
#stockMsg,
#QstockMsg {
	font-weight: 600;
	font-style: normal;
	text-transform: none;
}
/* END */



/* New Product Tags on PLP , QuickView, and PDP [Show New Tag By Default] */
.samProductItem_Tag_PDP_Mobile {
	display: none;
}
.samProductItem_Tag_PDP_Desktop {
	margin-left: unset !important;
	right: 15px;
}
@media (max-width: 991px) {
	.samProductItem_Tag_PDP_Desktop {
		display: none;
	}
	.samProductItem_Tag_PDP_Mobile {
		display: block;
		position: absolute;
		right: 35px;
		margin-left: unset !important;
		margin-top: 45px; /* USP is 20px */
	}
	/* Move New Tag to the Left */
	.samProductItem_Tag_PDP_Mobile_Left {
		right: unset;
		left: 30px;
	}
	/* end */
}
/* END */





/* ========== SAM GLOBAL CLASSES ========== */

/* Stock Message */
@media (max-width: 600px) {
	.samGlob_StockMsg {
		font-size: 17px !important;
	}
}
/* end */

/* Display Flex */
.samGlob_DP_Flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
/* end */

/* Max Oneline*/
.samGlob_MaxOneLine {
	display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

/* Vertical Middle Wrapper */
.samGlob_VMWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
/* end */

/* Card */
.samGlob_Card {
	display: block; 
    margin: 10px 0;
    border-radius: 0;
	background: rgba(255, 255, 255, 0.20);
	box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.20);
	transition: box-shadow .25s;
}
.samGlob_Card:hover {
	box-shadow: 0px 10px 10px -4px rgba(0, 0, 0, 0.40);
}
.samGlob_Card_Thumbnail {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.samGlob_Card_Thumbnail img{
	width: 100%;
	height: 300px;
	object-fit: cover; 
	transition: all .25s ease;
} 
.samGlob_Card_Body {
	padding: 12px;
}
.samGlob_Card_Footer label {
	text-decoration: none !important;
  	padding: 12px;
	font-weight: 600;
	text-transform: uppercase;
}
/* end */

/* Product Card Grid */
.samGlob_Product_Card_Grid {
	display: flex;
    flex-wrap: wrap;
	gap: 12px;
}
.samGlob_Product_Card_Grid .samGlob_Product_Card {
    background-color: #ffffff;
    width: calc(50% - 6px); /* BY DEFAULT => Two cards in a row */
    border: var(--samBlog_Border_Product_Card);
    overflow: hidden;
    transition: all 0.3s;
    padding: 12px;
	box-shadow: var(--samBlog_Box_Shadow);
    /* height: fit-content !important; */
}
.samGlob_Product_Card_Grid .samGlob_Product_Card:hover {
    cursor: pointer;
	border: var(--samBlog_Border_Product_Card_Hover);
}
.samGlob_Product_Card_Grid .samGlob_Product_Card a {
	color: #000000;
}
.samGlob_Product_Card_Grid .samGlob_Product_Image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.samGlob_Product_Card_Grid .samGlob_Product_Row {
	padding: 6px 0;
}
.samGlob_Product_Card_Grid .samGlob_Product_Title {
	text-transform: initial;
}
.samGlob_Product_Card_Grid .samGlob_Product_Desc {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	/* max-height: 65px; */
}
@media (max-width: 991px) {
	.samGlob_Product_Card_Grid {
		gap: 20px;
	}
	.samGlob_Product_Card_Grid .samGlob_Product_Card {
	    width: 100% !important; /* One card in a row */
	}
}
/* end */

/* Expandable Section */
.samGlob_Expandable {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    padding-right: 30px;
    margin: 10px 0;
    box-sizing: border-box;

    appearance: none;
	background-image: url("/images/checkout_page/chevron-down.svg");
	background-repeat: no-repeat;
	background-position: right 8px top;
	background-size: 18px;
}
.samGlob_Expandable:hover {
    cursor: pointer;
}
.samGlob_Expandable.expanded {
    white-space: normal;
    text-overflow: clip;
    background-position: right 8px top;
    background-image: url("/images/checkout_page/chevron-up.svg");
}
.samGlob_Expandable::after {
    content: '...';
    display: inline-block;
}
.samGlob_Expandable.expanded::after {
    content: '';
}
/* end */

/* ========== END  ========== */



/* Change Header Order */
@media (max-width: 992px) {
	#samNewHeader {
		display: flex;
		flex-direction: column;
	}
	nav.samTopNavBar {
		order: 1;
	}
	#samNewHeader_HeaderTopDiv {
		order: 2;
	}
	#samNewHeader_HeaderTextDiv {
		order: 3;
		border-top: 1px solid #9E9E9E;
	}
	#mobilesearchDiv {
		order: 4;
	}
}
/* END */



/* Footer - Leave Feedback Button */
#footerLeaveFeedback {
	background: #005dac1a;
	padding: 0;
	display: none !important; /* Disable for now */
}
#footerLeaveFeedback button#AppziLeaveFeedbackBtn {
	padding: 30px 0;
	color: #303030;
	text-transform: initial;
	border: 0;
	font-weight: 500;
	text-decoration: underline;
	background-color: transparent;
}
#footerLeaveFeedback button#AppziLeaveFeedbackBtn:hover {
	opacity: 0.8;
}
/* END */


/* Top Header Updates */
#mobile-sidebar .samFeatherIcon {
	width: 26px;
	height: 26px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	stroke: #ffffff;
}
.mobile-nav .dropdown-menu{
	right:unset;
	left: 20px;
	top:  85%;
}

.mobile-nav.sidebar {
	width: 87%;
}
/* END */





/* New Header UI Overhaul */
:root {
	--samNH_TopNav_Height: 30px;
	--samNH_Brand_Color: #005dac;
}

/* Override Change Header Order */
@media (max-width: 992px) {
	body #samNewHeader {
		display: unset;
		flex-direction: unset;
	}
	body nav.samTopNavBar {
		order: unset;
	}
	body #samNewHeader_HeaderTopDiv {
		order: unset;
	}
	body #samNewHeader_HeaderTextDiv {
		order: unset;
		border-top: unset;
	}
	body #mobilesearchDiv {
		order: unset;
	}
}
/* end */


body #samNewHeader #samHeaderTop,
body #samNewHeader #samHeaderTop .samHeaderTop_Search,
body #samNewHeader #samHeaderTop .samHeaderTop_Status,
body #samNewHeader #samHeaderTop #samHeaderTop_SignInIcon,
body #samNewHeader #samHeaderTop .samHeaderTop_Cart {
	padding: 0 !important;
	margin: 0 !important;
}
body .desktop-header .header-top {
	border-bottom: 1px solid #E3E3E3;
}
@media (min-width: 992px) {
	body .desktop-header .header-top {
		top: -100px; /* For sticky animation */
		transition: top 0.2s ease-out;
	}
}
body #samNewHeader .samTopNavBar {
	min-height: unset;
	background-color: var(--samNH_Brand_Color);
}
@media(max-width: 991px) {
	body #samNewHeader .samTopNavBar {
		display: none;
	}
	body #samNewHeader .header-text {
		display: flex;
		background-color: #fff;
		border: 0;
		border-bottom: 1px solid #E3E3E3;
	}
	body #samNewHeader .header-text .container {
		width: 100%;
	}
	body #samNewHeader .header-text #samEnableAccessibilityMobile,
	body #samNewHeader .header-text .samHeaderText_Right a {
		color: #616161;
		font-weight: 600;
		font-size: 16px;
		text-transform: initial;
	}
	body #samNewHeader .header-text a.disableUsableNetAssistive {
		color: #000 !important;
	}
	body #samNewHeader .header-text .samHeaderText_Right {
		text-align: right;
	}
	body #samNewHeader .samHeaderTop_MobileMenu #mobile-menu {
		background-image: url(/images/icons/menu-black.png);
	}
	body #samNewHeader #samHeaderTop .samHeaderTop_Logo img {
		width: 100px;
	}
}

body #samNewHeader .samTopNavBar a {
	text-transform: initial;
	padding: 0;
}
body #samNewHeader .samTopNavBar #samNavBarLeft {
	order: 1;
	padding: 0;
}
body #samNewHeader #samNavBarLeft #samNavBarSlider {
	display: none; /* Disable Top Left Annoucement Bar */
}
body #samNewHeader .samTopNavBar #samNavBarRight {
	order: 2;
	/* padding: 6px 0; */
	display: flex;
	justify-content: right;
	align-items: center;
	gap: 12px;
	height: var(--samNH_TopNav_Height);
}
body #samNewHeader .samTopNavBar #samNavBarRight a {
	font-size: 14px;
}
body #samNewHeader .samTopNavBar #samNavBarRight a[tabindex="1"] {
	order: 1;
}
body #samNewHeader .samTopNavBar #samNavBarRight a[tabindex="2"] {
	order: 3;
}
body #samNewHeader .samTopNavBar #samNavBarRight a[tabindex="3"] {
	order: 4;
}
body #samNewHeader .samTopNavBar #samNavBarRight a[tabindex="4"] {
	order: 2;
}
body #samNewHeader .samTopNavBar #samNavBarRight a[tabindex="5"],
body #samNewHeader .samTopNavBar #samNavBarRight a[tabindex="6"],
body #samNewHeader .samTopNavBar #samNavBarRight a[tabindex="7"] {
	display: none;
}
body #samNewHeader .samTopNavBar #samNavBarRight a.samSVGImagePhone_White {
	order: 5;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 3px 12px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
body #samNewHeader .samTopNavBar #samNavBarRight a.samSVGImagePhone_White .samFeatherIcon {
	width: 14px;
	height: 14px;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: #fff;
	stroke: none;
	margin-right: 6px;
}
body #samNewHeader .samTopNavBar #samNavBarRight a.samSVGImagePhone_White span {
	line-height: 0;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Wrapper {
	gap: 20px;
	padding: 16px 0;
	align-items: center
}
@media(max-width: 991px) {
	body #samNewHeader #samHeaderTop .samHeaderTop_Wrapper {
		gap: 0px;
		padding: 12px 0;
	}
}
body #samNewHeader #samHeaderTop .samHeaderTop_Logo img {
	display: none; /* Original version */
}
body #samNewHeader #samHeaderTop .samHeaderTop_Logo img#newHeaderLogo {
	display: block !important;
}
body #samNewHeader .header-top,
body #samNewHeader .header-nav {
	background-color: #fff !important;
}
body #samNewHeader .header-nav {
	border-top: 0 !important;
	margin-left: unset;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Search {
	text-align: center;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Search #header-search {
	border-radius: 24px;
	max-width: 800px;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Search .autofill__popup {
	max-width: 800px;
	right: unset;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Search .autofill__popup .autofill__header {
	background-color: #fff;
	border-bottom: 1px solid #ebebeb;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Search .autofill__body--left { 
	text-align: left;
}
body #samNewHeader #samHeaderTop #samHeaderTop_SignInIcon #signin-wrapper-old {
	display: none; /* Original version */
}
body #samNewHeader #samHeaderTop #samHeaderTop_SignInIcon .signin-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0;
	font-size: 14px;
}
body #samNewHeader #samHeaderTop #samHeaderTop_SignInIcon .signin-wrapper  > div {
	width: max-content;
}
body #samNewHeader #samHeaderTop #samHeaderTop_SignInIcon .signin-wrapper .samFeatherIcon {
	width: 20px;
	height: 20px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	stroke: #000;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Cart a.samCD_ABTest_CDVersion {
	display: none; /* Original version */
}
body #samNewHeader #samHeaderTop .samHeaderTop_Cart .cart-wrapper {
	display: flex !important;
	flex-wrap: wrap;
	gap: 0;
	font-size: 14px;
	position: relative;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Cart .cart-wrapper:hover {
	cursor: pointer;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Cart > div {
	font-weight: 600;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Cart .cart-wrapper .samFeatherIcon {
	width: 20px;
	height: 20px;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	stroke: #000;
}
body #samNewHeader #samHeaderTop .samHeaderTop_Cart .cart-wrapper .cart--total {
	top: 0;
	right: 0;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	transform: translate(50%, -50%);
	font-size: 14px;
	background-color: var(--samNH_Brand_Color);
}
@media (max-width: 992px) {
	body #samNewHeader .samHeaderTop_MobileMenu {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	body #samNewHeader .samHeaderTop_MobileMenu #mobile-menu {
		margin-top: 0;
	}
	body #samNewHeader #samHeaderTop .samHeaderTop_Cart {
		display: flex;
		align-items: center;
		justify-content: center;
		padding-right: 34px !important;
	}
	body #samNewHeader #samHeaderTop .samHeaderTop_Cart .cart-wrapper .samFeatherIcon {
		width: 22px;
		height: 22px;
	}
	body #samNewHeader #samHeaderTop .samHeaderTop_Cart .cart-wrapper .cart--total {
		right: 10px;
		transform: translate(100%, -50%);
	}
	body #samNewHeader #samHeaderTop .samHeaderTop_Cart .cart-wrapper div {
		display: none;
	}
}

body #samNewHeader #samHeaderTop #samHeaderTop_SignInDD,
body #samNewHeader #samHeaderTop #samHeaderTop_AccountDiv {
	width: fit-content;
	position: absolute;
	left: -65px !important;
	top: 38px;
	z-index: 10021;
	padding: 20px;
	box-shadow: 0 5px 10px -2px #0003;
	background-color:#FFF;
	color: #000;
	border-radius: 6px;
	border: 1px solid #E3E3E3;
}
body .desktop-header .header-nav {
	background-color: #fff;
}
body .main-nav>li {
	color: #000;
	text-transform: initial;
	font-weight: 600;
	font-size: 16px;
}
body .main-nav>li:hover {
	background-color: #005cad1a;
}
body .main-nav>li:hover::after {
	background-color: #000;
	bottom: 0px;
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	right: 0
}
body #samNewHeader .container {
	width: auto;
	max-width: 2000px;
	padding: 0 60px;
} 
@media (max-width: 991px) {
	body #samNewHeader .container {
		padding: 0 20px;
		background-color: #fff;
	} 
}
body #samNavBarSlider .container {
	padding: 0;
}
body #samNavBarSection.samSingleSRCE {
	margin-left: -15px;
}
body #navigation-dropdown {
	width: 100% !important;
	border: unset;
	/* position: unset;
	left: unset; */
	box-shadow: unset;
	background-color: #fff;
	border-top: 1px solid #E3E3E3;
	position: absolute;
	left: 10px !important;
	width: 100% !important;
	padding: 0 70px;
	box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12),0px 20px 30px -5px rgba(0, 0, 0, 0.08),0px 12px 20px -7px rgba(0, 0, 0, 0.05);
}
body .header-nav .container {
	background-color: #fff;
	position: relative;
	max-width: unset !important;
}
body .header-nav .container .row .col-sm-12 {
	display: flex;
	justify-content: center;
	align-items: center;
}
body .header-nav .container ul#navigation {
	min-width: 800px;
	max-height: unset;
	/* gap: 20px; */
}
body .header-nav .container ul#navigation li {
	padding: 12px 20px;
	width: 100%;
	text-wrap: nowrap;
}
body #navigation-dropdown .sub-nav-category {
	max-width: 2000px !important; /* Max width 2000 - 60 padding both sides */
	padding: 30px 0 0 0;
}
body #navigation-dropdown .sub-nav-category .sam-menu-nav {
	margin-bottom: 20px;
	padding: 0 0 30px 0;
}
body #navigation-dropdown .nav-side-banner img {
	margin-bottom: 40px;
}
body #navigation-dropdown .sub-nav-category .sam-menu-nav .sam-nav-footer {
    width: 100vw;
    background: #000000;
    padding: 0;
    text-align: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
body #navigation-dropdown .sub-nav-category .sam-menu-nav .sam-nav-footer img {
	height: 60px;
	width: auto;
	object-fit: contain;
}

/* Timer */
body #samFW_PromoBanner {
	display: flex !important;
	justify-content: center;
	align-items: center;
	background-color: #000;	
	top: -70px; /* For sticky animation */
	transition: top 0.2s ease-out;
}
body #samPromoBanner {
	gap: 0px;
	max-width: 1900px;
	width: calc(100vw - 160px);
	margin: auto;
	font-family: var(--galls-font-body);
	font-size: 14px;
	color: #fff;
	height: var(--samNH_TopNav_Height);
}
body #samPromoBanner .slick-prev:before,
body #samPromoBanner .slick-next:before {
	color: #fff;
	font-size: 20px;
}
body #samPromoBanner .slick-list {
	padding: 0 !important;
}
/* body #samPromoBanner .slick-disabled {
	display: none;
} */
body #samPromoBanner .samPromoBanner_Wrapper {
	display: flex !important;
	margin: 0;
}
body #samPromoBanner .samPromoBanner_Wrapper a {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background: linear-gradient(180deg,  rgba(184, 32, 37, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); */
	border-radius: 6px;
	/* margin: 10px 0px; */
	padding: 6px 2px;
}
body #samPromoBanner .samPromoBanner_Wrapper a:focus {
	outline: unset;
	outline-offset: unset;
}

body #samPromoBanner .samPromoBanner_Item {
	width: max-content;
}
body #samPromoBanner .samPromoBanner_Item .samPromoBanner_Label {
	float: left;
}
body #samPromoBanner .samPromoBanner_Item .samPromoBanner_Label:hover {
	text-decoration: underline;
}
body #samPromoBanner .samPromoBanner_Item .samPromoBanner_Timer {
	float: right;
}

body #samPromoBanner .samPromoBanner_Timer {
	display: flex;
	align-items: center;
	font-weight: 600;
}
body #samPromoBanner .samPromoBanner_Timer::before {
	content: '\00A0 ENDS IN \00A0';
	font-size: 12px;
	color: grey;
}

@media (min-width: 992px) {
	body #samPromoBanner .samPromoBanner_Wrapper::after {
		content: '|';
		margin: -4px 10px 0 10px;
		font-size: 24px;
	}
	body #samPromoBanner .samPromoBanner_Wrapper:last-child::after {
		display: none;
	}
}
@media (max-width: 991px) {
	body #samFW_PromoBanner {
		border-bottom: 1px solid #E3E3E3;
	}
	body #samPromoBanner {
		width: calc(100% - 60px);
		height: fit-content;
	}
	body #samPromoBanner .slick-track {
		display: flex !important;
		align-items: center;
		justify-content: center;
	}
	body #samPromoBanner .slick-prev {
		left: -20px;
	}
	body #samPromoBanner .slick-next {
		right: -20px;
	}
	body #samPromoBanner .samPromoBanner_Wrapper {
		display: block !important;
		margin: 0 6px;
	}
	body #samPromoBanner .samPromoBanner_Item {
		display: flex !important;
		justify-content: center;
		flex-wrap: wrap;
	}

	body #samNewHeader #mobilesearchDiv {
		padding: 0 16px;
	}
	body #samNewHeader #mobilesearchDiv #mobileSearchButton {
		box-shadow: unset;
	}
	body #samNewHeader .search__preview--input {
		font-size: 14px;
		border-radius: 24px;
		border: 1px solid #616161;
		padding: 0 0 2px 12px;

		background-color: #fff;
		background-image: url(../images/icons/search-black.png);
		background-position: right 12px center;
		background-repeat: no-repeat;
		
	}
	body #samNewHeader .search__preview--icon {
		display: none;
	}
	
}

/* Deal (Galls Only) */
body #div000000000000142.active {
	display: flex;
	padding: 20px 0 !important;
	gap: 20px;
}
body #div000000000000142 .row {
	margin: unset !important;
	width: 50%;
	background-color: #EBEBEB;
}
body #div000000000000142 .row p {
	display: flex;
	flex-wrap: wrap;
}
body #div000000000000142 .row p span {
	width: 100%;
}
/* end */

/* Showing Promo only 1 at a time setting */	
body #samPromoBanner {
	max-width: 600px;
}
body #samPromoBanner .samPromoBanner_Wrapper {
	display: flex !important;
	margin: 0;
}
body #samPromoBanner .samPromoBanner_Wrapper::after {
	display: none;
}
/* end */

/* Sticky Settings */
body #samNewHeader.spStickyTopHeader_Desktop .header-top {
	z-index: 1999;
	height: 75px;
}
body #samNewHeader.spStickyTopHeader_Desktop #samFW_PromoBanner {
	z-index: 1998;
	width: 100%;
}
body .search__autofill--mobile.active {
	z-index: 100000;
}
body #signInModal {
	z-index: 2000;
}
@media (min-width: 992px) {
	body #samNewHeader.spStickyTopHeader_Desktop .header-top {
		position: fixed;
		z-index: 2000;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		border: 0 !important;
		width: 100%;
	}
	body #samNewHeader.spStickyTopHeader_Desktop #samFW_PromoBanner {
		position: fixed;
		top: 75px;
		width: 100%;
		border: 0;
	}
}
@media (max-width: 992px) {
	body #samNewHeader.spStickyTopHeader_Mobile #mobilesearchDiv {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 1999;
		display: flex; 
		align-items: center;
		justify-content: center;
		height: 50px;
	}
	body #samNewHeader.spStickyTopHeader_Mobile #mobilesearchDiv form {
		width: 100%;
	}
	body #samNewHeader.spStickyTopHeader_Mobile #samFW_PromoBanner {
		position: fixed;
		top: 50px;
		width: 100%;
		z-index: 1998;
	}
}
/* end */

/* END New Header UI Overhaul */


/******************************* SB: Cart countdown timer *******************************/
.cart-reservation-banner {
	display: none;
}
.cart-reservation {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 800px;
}

.cart-reservation--desktop {
	max-width: 500px;
	border: 1px solid #f5c056;
	border-radius: 8px;
	padding: 15px 20px;
	margin: 15px auto;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.cart-reservation__icon {
	color: #f5c056;
	font-size: 24px;
	margin-right: 15px;
}

.cart-reservation__text {
	text-transform: none;
	font-family: var(--galls-font-body);
	font-size: 16px;
	color: #000;
	margin: 0;
}

.cart-reservation__timer {
	color: #8b0000;
	font-weight: bold;
}
/******************************* SB: End of Cart countdown timer *******************************/



/* Change Header&Footer&SignIn Modal Headings */
.subnav-popular .h5 {
	font-family: var(--galls-font-heading);
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
	font-size: 18px !important;
}
#samFooter_AfterSignup .h2 {
	font-family: var(--galls-font-heading);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px !important
}
#addToListModal .h4,
#quickViewModal .h4,
#gcInfo .h4,
#miniCart .h4 {
	font-family: var(--galls-font-heading);
	font-weight: 700;
	text-transform: uppercase;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left .h3 {
	font-family: var(--galls-font-heading);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 38px !important;
}
@media (min-width: 993px) and (max-height: 799px) {
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left .h3 {
		font-size: 30px !important;
	}
}
@media (max-width: 400px) {
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left .h3 {
		font-size: 28px !important;
	}
}
@media (max-width: 375px) {
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left .h3 {
		font-size: 20px !important;
	}
}
#samNPS_Wrapper #samNPS_ClaimCode .h2 {
	font-family: var(--galls-font-heading);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 50px !important;
	color: #005eac;
	margin-bottom: -30px;
}
@media (max-width: 600px) {
	#samNPS_Wrapper #samNPS_ClaimCode .h2 {
		font-size: 30px !important;
	}
}
#samCustomModal .h6 {
	font-family: var(--galls-font-body);
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
}
#samGCU_DeviceNotification_Content .samGCU_DeviceNotification_Content_Wrapper .h3 {
	font-family: var(--galls-font-body);
	font-weight: 700;
	text-transform: uppercase;
}
#signInModal .h1 {
	font-family: var(--galls-font-body);
	font-weight: 700;
	text-transform: uppercase;
}
/* END */


