
/* 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 Variables ============== */
:root {
	--samHeaderSearchLRPadding: 30px;
	--samBtnRedTheme: #c42033;
}
/* ============== END ============== */



/* ============== VARIOUS FIXED ============== */
main.shopping-cart .bonus-offers {
    display: none !important;
}
	/* Remove BOGO message from Cart and Popup Modal */
	main.shopping-cart .alert-dismissable,
	#miniCart #miniCartBody .mcart__totals .bogo-msg,
	#miniCart #miniCartBody .mcart__totals .tipClass,
	#miniCart #miniCartBody .mcart__totals br {
		display: none;
	}
	#miniCart #miniCartBody .mcart__totals {
		margin-top: 0;
	}
	/* END */

/* Fix Shopping Cart Sidebar */
main.shopping-cart .shopping-cart__sidebar {
	height: auto;
	padding: 20px 20px 0 20px;
}

/* 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 ============== */



/* ============== Apple Pay ============== */
.samCartPaymentLabel em {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    font-family: Helvetica,Arial,sans-serif;
    line-height: 18px;
}
.samCartPaymentLabel img {
	display: inline;
	width: 60px;
	height: auto;
}
.checkout__left #stepThree apple-pay-button {
    padding: 10px 0 25px 0;
}
/* ============== END ============== */



/* ============== Bravery Tour Top Nav ============== */
.src_bravery a {
	color: #fff;
    letter-spacing: 0.6px;
    text-shadow: 0 2px 2px #000000;	
	/* font-size: 16px; */
	padding: 2px 8px;
	border: 1px solid #fff;


	background-color: #fff;
	color: #000;
	text-shadow: 0 2px 2px #fff;
}
.src_bravery a:hover {
	color: #fff;
	text-shadow: 0 2px 2px #000;
	background-color: #000;
	border: 1px solid #000;
}

#mobileHeader .src_bravery a {
	visibility: visible;
	padding: 0;
	border: 0;
	background-color: #2a2a2a;
	color: #fff;
	text-shadow: 0 0px 0px #fff;
}
/* ============== END ============== */



/* ============== Fix Non-Clickable on iOS < 16.4 ============== */
main.category .product-grid__gallery .product-grid__col {
	z-index: 999;
}
@media (max-width: 600px) {
	main.category .sam-product-list-top-row {
		border-top: 1px solid #dcdcdc;
		border-bottom: 0px solid #dcdcdc;
	}
}
/* ============== END ============== */



/* ============== Fix TABLE in PDP ============== */
.product__details #productSpecs {
	border-collapse: collapse;
	width: 100%;
}
.product__details #productSpecs td, 
.product__details #productSpecs th {
	border: 1px solid #ddd;
	padding: 8px;
}
.product__details #productSpecs tr:nth-child(even){background-color: #f2f2f2;}
.product__details #productSpecs tr:hover {background-color: #ddd;}
.product__details #productSpecs th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	color: black;
}
/* ============== END ============== */



/* ============== DEAL Navigation ============== */
#sam-menu-deals-nav a:hover {
	text-decoration: underline;
}
#sam-menu-deals-nav strong {
	color: red;
}
.sub-nav.active {
	padding: 40px 0 0px 0;	/* Override sam-style */
}
.sam-nav-content {
	padding-bottom: 140px;
}
/* ============== END ============== */



/* ============== 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:'Rajdhani',Helvetica,sans-serif;
	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:'Rajdhani',Helvetica,sans-serif !important;
	padding: 0 !important;
	margin: 0 !important;
}
#samNewHeader .header-top {
	background-color: #000000 !important;
}
#samNewHeader .header-nav {
	background-color: #000000 !important;
	background-image: none;
	border-top: 1px solid #656565;
}

/* Top Navigation Bar */
.samTopNavBar {
	background-color: var(--samBtnRedTheme);
	color: #ffffff;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	font-size: 15px;
}
.samTopNavBar a {
	color: #ffffff;
}
@media(max-width: 991px) {
    #samNavBarSection div.slick-active,
    #samNavBarSection div.slick-active div {
        text-align:center!important
    }
}


/* Top Navigation - LEFT */
#samNewHeader #samNavBarLeft {
	width: 55%;
	float: left;
}
.samTopNavBar #samNavBarLeft .container .row {
	margin: 0;
	padding: 8px 10px 8px 10px; /* Vertical Align - Middle */
}
#samNewHeader #samNavBarLeft #samNavBarSlider {
	margin: 0;
	padding: 0;
}
@media(min-width: 992px) {
	#samNewHeader #samNavBarLeft #samNavBarSlider {
		margin-left: 10px;
	}
}
#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;
}
@media(max-width: 991px) {
	#samNewHeader #samNavBarLeft #samNavBarSlider .slick-prev,
	#samNewHeader #samNavBarLeft #samNavBarSlider .slick-next {
		padding: 5px 5px 5px 0;
	}
}
#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;
}
@media(max-width: 1600px) {
	#samNewHeader #samNavBarLeft {
		width: 45%;
	}
}
@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: 45%;
	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: 1600px) {
	#samNewHeader #samNavBarRight {
		width: 55%;
	}
}
@media(max-width: 991px) {
	#samNewHeader #samNavBarRight {
		display: none;
	}
}

/*** HEADER LOGO, SEARCH AND SIGNUP 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 {
	height: 40px;
	width: auto;
}
@media (max-width: 1400px) {
	#samNewHeader #samHeaderTop .samHeaderTop_Logo img {
		height: 38px;
	}
}
@media (max-width: 991px) {
	#samNewHeader .header-top {
		border: 0
	}
	#samNewHeader #samHeaderTop {
		padding: 15px 0;
		border: 0;
	}
	#samNewHeader #samHeaderTop .col-xs-12 {
		padding: 0 10px;
	}
	#samNewHeader #samHeaderTop .samHeaderTop_Logo img {
		height: auto;
		width: 115px;
	}
}

/* Header Search */
#samNewHeader #samHeaderTop .samHeaderTop_Search {
	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: -5px;
}
#samNewHeader #samHeaderTop .samHeaderTop_Search .SearchLink {
	/* border: 1px solid red; */
	right: var(--samHeaderSearchLRPadding);
}
#samNewHeader #samHeaderTop .samHeaderTop_Search .autofill__input--desktop {
	border: 0;
    border-radius: 4px;
}
#samNewHeader .search__autofill--desktop .autofill__header,
#samNewHeader .search__autofill .autofill__suggestions .suggestions__list a {
	font-weight: 600;
}
@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 */

/* TODO: REMOVE after July 2024 */
#samNewHeader #samHeaderTop .samHeaderTop_SignIn {
	color: #ffffff;
	padding: 0;
	min-width: 35px;
	cursor: pointer;
}
@media(max-width: 1300px) {
	#samNewHeader #samHeaderTop .samHeaderTop_SignIn {
		margin-left: 6px;
	}
}
#samNewHeader #samHeaderTop .samHeaderTop_SignIn img#samSVGImgUser,
#samNewHeader #samHeaderTop .samHeaderTop_SignIn img#samSVGImgLogOut,
#samNewHeader #samHeaderTop .samHeaderTop_SignIn img#samSVGImgUserAccount {
	width: 20px;
	padding-top: 10px;
}
#samNewHeader #samHeaderTop .samHeaderTop_SignIn #samFASortDown {
	margin-left: -5px;
}
/* End TODO */
#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,
#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv {
	width: auto;
	position: absolute;
	left: -20px;
	top: 40px;
	z-index: 9999;
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0px 0px 10px #00000050;
	color: #000000;
}
@media (max-width: 1700px) {
	#samNewHeader #samHeaderTop #samHeaderTop_SignInDD,
	#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv {
		left: -50%;
	}
}
@media (max-width: 1500px) {
	#samNewHeader #samHeaderTop #samHeaderTop_SignInDD,
	#samNewHeader #samHeaderTop #samHeaderTop_AccountDiv {
		left: -100%;
		top: 35px;
	}
}
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD a#samHeaderTop_SignInLink {
	/* min-width: 150px;
	text-align: center;
	background-color: var(--samBtnRedTheme);
	border-radius: 0; */
}
#samNewHeader #samHeaderTop #samHeaderTop_SignInDD a#samHeaderTop_SignInLink:hover {
	/* background-color: #ee0c26 */
}
#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;
	}
}

/* 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: var(--samBtnRedTheme);
	border-radius: 50%;

	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;
		background-color: #000000;
		padding: 5px 0 !important; 	/* Vertical Align - Middle */
		font-size: 14px !important;

		border-top: 1px solid #656565;
	}
	#samNewHeader .header-text #samEnableAccessibilityMobile,
	#samNewHeader .header-text 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: var(--samBtnRedTheme);
		border-radius: 0px;
		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: var(--samBtnRedTheme);
		border-radius: 0px;
	}
}

/* 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 ============== */



/* ============== Fix Full Width Logo Section ============== */
.hp--comp1--fw .hp--logo--carousel--div {
	box-shadow: none;
}
.hp--comp1--fw .hp--uniform--builder {
	padding: 5px 0 5px 0;
}
@media(max-width: 992px) {
	.hp--comp1--fw .hp--logo--carousel--div {
		box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 20%);
	}
	.hp--comp1--fw #hp--comp1--logo--container {
		padding: 0
	}
}
/* ============== Fix Full Width Logo Section ============== */



/* ============== SLICK ARROW ============== */
#samNewHeader .slick-arrow {
	margin: 0 !important;
	background-color: transparent;
	border: 0;
}
#samNewHeader .slick-prev:before {
	content: '\f053';
	font: 35px fontawesome;
	
}
#samNewHeader .slick-next:before {
	content: '\f054';
	font: 35px fontawesome
}
/* ============== END ============== */



/* ============== Bravery Tour Top Nav ============== */
#samNewHeader .src_bravery a {
	color: #000000;
	background-color: #ffffff;
	text-shadow: 0 0px 0px #fff;
}
#samNewHeader .src_bravery a:hover {
	color: #ffffff;
	background-color: #000000;
	text-shadow: 0 0px 0px #fff;
	border: 0;
}
/* ============== END ============== */



/* ============== Adjust Menu ============== */
#samNewHeader .main-nav>li {
    width: 100%;
}
#samNewHeader #navigation,
#samNewHeader #navigation-dropdown {
	margin-left: 10px;
} 
/* ============== END ============== */



/* ============== 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) {
	#samTranCanSimilar {
		margin-bottom: 20px;
	}
}
.samTranCanSubstituteVisible,
.samTranCanSimilarVisible  {
	display: block !important;
	box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15);	
}
.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;
	width: 100%;
}
.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;
}

/* NEW CODES */
.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) {
	@media (max-width: 991px) {
		.samTranCanMsgVisibleNew {
			display: none !important;
		}
	}
	.samTranCanMsgVisibleNewMobile {
		display: block !important;
		box-shadow: 1px 2px 5px 0px rgba(0,0,0,0.15) !important;
		background-color: #ffffe4 !important;
		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 */

/* ============== END ============== */



/* ============== New Footer Signup with Profession Added ============== */
.footer .container-fluid {
	background-image: none;
	background-color: #000;
	color: #ffffff;
}
.samFooterEmailSignup .samFooterEmailDiv {
	width: 50%;
	float: left;
}
.samFooterEmailSignup .samFooterProfessionDiv {
	width: calc(50% - 140px);
	float: left;
	margin-left: 10px;
}
.samFooterEmailSignup .samFooterSignUpButtonDiv {
	width: 120px;
	float: right !important;
}
.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;
}
.samFooterEmailSignup .samFooterEmailDiv input {
	width: 100%;
	float: left;
	padding: 10px 13px;
	border: 0;
}
.samFooterEmailSignup .samFooterProfessionDiv #samFooterProfession {
	width: 100%;
	padding: 10px 10px;
	border: 0;
}
.samFooterEmailSignup .samFooterSignUpButtonDiv {
	text-align: right !important;
	
}
.samFooterEmailSignup .samFooterSignUpButtonDiv .button {
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 50px !important;
}
@media (max-width: 991px) {
	/* Override existing CSS */
	.footer .footer__mobile {
		margin: 0 -15px 0 -15px;
	}
	.sam--foooter--wrapper .sfw--col1 {
	    width: 100%;
	}
	.sam--foooter--wrapper .sfw--col1 h4 {
		padding: 0;
	}
	.sam--footer--first {
		margin: 0 -30px 0 -30px;
		border-bottom: 2px solid #ebebeb;
		padding-bottom: 40px;
	}
	.sam--footer--first h4 {
		font-size: 28px;
		padding-left: 20px;
		text-align: left;
	}
	.sam--foooter--wrapper .sfw--col2 {
	    width: 100%;
		padding: 0;
	}
	.sam--foooter--wrapper .sfw--col3 {
	    display: none;
	}
	/* END */

	.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 {
		padding-left: 5px;
	}
}
/* ============== END ============== */



/* ============== Fix Rizeen HP Popular Categories ============== */
h3.rizeenPopularCatTitle {
	line-height: 0;
}
@media (min-width: 992px) {
	.hp--popular--categories {
		margin-top: -15px;
	}
}
@media (max-width: 991px) {
	.hp--comp1--fw .hp--popular--pages--fw h3 {
		padding-top: 20px;
	}
}
@media (max-width: 500px) {
	.hp--comp1--fw .hp--popular--pages--fw .container {
		margin-top: 10px;
	}
	.hp--popular--categories {
		margin-top: -30px;
	}
	.rizeenPopularCat>div .bg-overlay h4 {
	    font-size: 18px  !important;
	}
	.hp--comp1--fw .hp--popular--pages--fw h3 {
		font-size: 32px !important;
		line-height: 0;
		padding-bottom: 20px;
	}
	.hp--comp1--fw .hp--popular--pages--fw h3.rizeenPopularCatTitle {
		padding-bottom: 10px;
	}
}
/* ============== END ============== */



/* ==============  Fix Featured Footwear Issue ============== */
.hp--component3 {
	margin-top: 30px;
	margin-bottom: 20px;
}
@media (max-width: 1600px) {
	.sam-style-2 h3 .style-2-title {
		width: 260px;
		text-align: center;
		padding: 5px 0;
		left: calc(50% - 130px);
		top: -26px;
		display: block;
	}
}
@media (max-width: 500px) {
	.hp--component3 {
		margin-top: 20px;
		margin-bottom: 0;
	}
}
/* ============== END ============== */



/* ============== New Popular Pages (Mobile Only ============== */
@media (max-width: 992px) {	
	.hp--comp1--fw .hp--popular--pages {
		padding: 0;
		width: calc(100% + 10px);
		margin-left: -5px;
	}
}
@media (max-width: 768px) {	
	.hp--comp1--fw .hp--popular--pages {
		margin: -10px 0 -20px 0;
		padding: 0 10px 20px 10px;
	}
	.hp--comp1--fw .hp--popular--pages--fw h3 {
		padding-bottom: 20px;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul {
		padding: 0;
		margin: 0;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul.hp-ul-right {
		text-align: left;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul li {
		padding-bottom: 20px;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul li a {
		border-bottom: 1px solid #000;
		font-size: 18px !important;
		background: none;
		color: #000 !important;
		text-align: left;
		width: auto;
		height: auto;
		padding: 0;
	}
}
@media (max-width: 600px) {	
	.hp--comp1--fw .hp--popular--pages {
		padding: 0 0px 20px 0px;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul.hp-ul-right {
		padding-left: 60px;
	}
}
@media (max-width: 500px) {	
	.hp--comp1--fw .hp--popular--pages {
		padding: 10px 0px 30px 0px;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul.hp-ul-right {
		padding-left: 20px;
	}
}
@media (max-width: 400px) {	
	.hp--comp1--fw .hp--popular--pages--fw ul.hp-ul-right {
		padding-left: 25px;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul li a {
		font-size: 16px !important;
	}
}
@media (max-width: 370px) {
	.hp--comp1--fw .hp--popular--pages--fw ul,
	.hp--comp1--fw .hp--popular--pages--fw ul.hp-ul-right {
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.hp--comp1--fw .hp--popular--pages--fw ul.hp-ul-right li {
		margin-left: 0px;
	}
	.hp--comp1--fw .hp--popular--pages--fw h3.rizeenPopularCatTitle {
		line-height: 34px;
	}
}
/* ============== END ============== */



/* ============== New HP Featured Categories AB Test ============== */
.samUSPHPABTest {
	padding-top: 30px;
}
@media (max-width: 991px) {
	.samUSPHPABTest {
		padding-top: 50px;
	}
}
/* ============== END ============== */



/* ============== 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: 1000;
		top: 37px;
		left: 50%;
		transform: translateX(-50%);
		border: 0 !important;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.mobilesearchDiv-sticky {
		position: fixed;
		z-index: 1000;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		border: 0 !important;
		width: 100%;
		display: block !important; /* For PDP */
	}
}
/* ============== END ============== */



/* ============= FULL WIDTH CLASS TEMPLATE ============= */
.sam_FW {
	width: 102vw;
	position: relative;
	margin-left: -51vw;
	left: 50%;
}
.sam_FW .span_h2 {
	text-align: center;
	font-size: 36px !important;
	text-align: center;
}
.sam_FW .sam_FW_container {
    width: 100%;
    margin-top: -50px;
}
@media (max-width: 992px) {
    .sam_FW .container {
      margin-top: -10px;
    }
}
@media (max-width: 500px) {
    .sam_FW .span_h2 {
		font-size: 32px !important;
	}
}
/* ============= END ============= */



/* ============= FULL WIDTH CAROUSEL TEMPLATE ============= */
.samFullCarouselSection {
	padding: 10px 0 30px 0;
}
.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;
}
.samFullCarouselSection .carousel {
	margin-top: -10px;
}
@media (max-width: 1500px) {
	.samFullCarouselSection .row {
		margin: 0 15px;
	}
}
@media (max-width: 1100px) {
	.samFullCarouselSection .row {
		margin: 0 0px;
	}
}
@media (max-width: 992px) {
	.samFullCarouselSection .row {
		margin: 0 35px;
	}
	.samFullCarouselSection .slick-prev,
	.samFullCarouselSection .slick-next {
		top: 50% !important;
	}
}
@media (max-width: 800px) {
	.samFullCarouselSection .row {
		margin: 0 30px;
	}
}
@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 .row {
		margin: 0 -15px;
	}
}
/* ============= END ============= */



/* ============= FULL WIDTH [SLICK SLIDER] CLASS TEMPLATE ============= */
.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 8px #00000020;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0px;
	margin: 10px 10px;
}
.samFullCarouselSection .slick-slide .card .card-header img {
	padding-bottom: 10px;
	width: 100%;
	aspect-ratio: 1/1;
	transition: all ease 0.5s;
}
@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: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
	text-align: left;
	font-weight: 600;
}
.samFullCarouselSection .slick-slide .card .card-body .card-title a {
	color: #000000;
	font-weight: 500;
}
.samFullCarouselSection .slick-slide .card .card-body .card-title a:hover {
	background-color: #ffffff;
	text-decoration: underline;
}
.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;
}
.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: 16px;
	font-weight: 600;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.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;
	border-radius: 0px;
	padding: 8px 0;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 1px;
}
@media (min-width: 992px) {
	.samFullCarouselSection .slick-slide .card .card-body a:hover {
		cursor: pointer;
		background-color: #c42033;
	}
}
@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;
	}
	.samFullCarouselSection .slick-slider {
		left: 0;
	}
}
/* ============= END ============= */



/* ============== Fix Rizeen Homepage Changes ============== */
.hp--component1-n-2 #homePageCarousel .hero-banner {
	margin-bottom: 0 !important;
}
@media (max-width: 992px) {
	.hp--component1-n-2 #homePageCarousel .hero-banner {
		margin-bottom: -5px !important;
	}
	.hp--component1-n-2 .carousel-inner .item {
		padding: 0;
		margin: 0;
	}
	.hpUniformBuilderContainer {
		width: 95%;
		padding: 0;
	}
	#hp--comp1--logo--container .hp--logo--carousel--div {
		padding: 0 2.5%;
	}
	.hp--component1-n-2 .hp--popular--categories {
		width: calc(100% + 50px);
		margin-left: -25px;
	}
	.rizeenPopularCat>div {
		width:calc(50% - 20px);
	}
}
@media (max-width: 820px) {
	.hp--comp1--fw {
		margin-top: 0;
	}
	#hp--comp1--logo--container .hp--logo--carousel--div {
		padding: 0 0;
	}
}
@media (max-width: 768px) {
	.rizeenHPimgGrid.block2rows {
		width: 100%;
		margin-top: -10px;
	}
	.hp--component1-n-2 .hp--popular--categories {
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}
@media (max-width: 600px) {
	.hp--component1-n-2 .topCarouselGrid {
		width: calc(100% - 30px);
	}
	.hp--comp1--fw {
		margin-top: 0px;
	}
	.hp--comp1--fw .top-right-hero-img {
		margin: 10px 0 -10px 0;
	}
	#hp--comp1--logo--container {
		margin-left: -4px;
		width: calc(100% + 8px);
	}
	.hpUniformBuilderContainer {
		padding: 0 2px;
	}
	.hp--component1-n-2 .hp--popular--categories {
		width: calc(100% + 50px);
		margin-left: -25px;
	}
	.hp--comp2 .hp--hero--carousel--div,
	.hp--comp2 .hp--brand--banner--div {
		padding: 0 8px;
	}
	.hp--component1-n-2 .hp--comp1--logo {
		padding: 0 12px;
	}
}
@media (max-width: 500px) {
	.hp--comp1--fw {
		margin-top: -5px;
	}
	.hp--comp1--fw .top-right-hero-img {
		margin: 12px 0 0 0;
	}
	.hp--comp1--fw .rizeenHPimgGrid {
		width: calc(100% - 30px);
		margin-top: -3px;
	}
	.hp--comp1--fw .hp--popular--pages--fw h3.rizeenPopularCatTitle {
		padding-bottom: 20px;
	}
	.hpUniformBuilderContainer {
		width: calc(100% - 30px);
	}
	.hp--component1-n-2 .hp--comp1--logo {
		padding: 0 15px;
	}
}
/* ============= END ============= */



/* ============= 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: 10001;
}
@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: #c42033;
	color: #ffffff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: -60px;
	padding: 10px 0;
	font-weight: 600;
	font-size: 32px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
}
/* ============= END ============= */



/* ============= Footer Email Signup Button ============= */
.samFooterSignUpButtonDiv input {
	text-align: center;
}
.samFooterSignUpButtonDiv input:hover {
	cursor: pointer;
}
/* ============= END ============= */



/* ============= 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 {
	padding: 20px;
	margin: 0;
	text-align: center;
	color: #ffffff;
	z-index: 996;
	background-color: rgb(0,0,0,0.7);
	text-shadow: 2px 2px #445056;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	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: 28px !important;
		padding: 12px;
	}
	#samPopupSubscriberForm button {
	  	width: 30px;
	  	height: 30px;
	}
}
@media (max-width: 500px) {
	#samPopupSubscriberForm {
		width: 380px;
		height: 238px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 20px !important;
		padding: 10px;
	}
	#samPopupSubscriberForm button {
	  	width: 25px;
	  	height: 25px;
	}
}
@media (max-width: 390px) {
	#samPopupSubscriberForm {
		width: 350px;
		height: 219px;
	}
	#samPopupSubscriberForm button {
	  	width: 20px;
	  	height: 20px;
	}
}
@media (max-width: 375px) {
	#samPopupSubscriberForm {
		width: 330px;
		height: 206px;
	}
}
@media (max-width: 320px) {
	#samPopupSubscriberForm {
		width: 290px;
		height: 181px;
	}
	#samPopupSubscriberForm h2 {
		font-size: 18px !important;
	}
}
/* ============= END ============= */



/* ============= Adjust Padding (Refine Results) on SRCH ============= */
main.category .sam-product-list-top-row .sam-pltr-right { 
	padding-bottom: 18px;
}
/* ============= END ============= */



/* ============= Global Headings as Span ============= */
.samH2 {
	font-size: 34px !important;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin: 25px 0 0 0;
}
@media (max-width: 767px) {
	.samH2 {
		font-size: 32px !important;
	}
}
/* ============= END ============= */






/* ============ New Homepage Changes (Modified From Rizeen's CSS) ============ */

	/* Main Hero */
	.samMainHeroSection .container .row {
		width: calc(100% + 48px);
		margin-left: -20px;
	}
	.samMainHeroSection img {
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	@media only screen and (max-width: 767px) {
		.samMainHeroSection img {
			height: auto;
			aspect-ratio: 1/1;
		}
	}

	.samMainHeroSection .samMHS_logo .col-xs-12 {
		display: flex;
		justify-content: space-between;
		padding: 30px 0;
	}
	@media (min-width: 992px) {
		.samMainHeroSection .samMHS_logo a {
			transition: all .3s ease;
		}
		.samMainHeroSection .samMHS_logo a:hover {
			transform: scale(1.1);
		}
	}
	.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid {
		padding: 0 0 20px 0;
	}
	@media (max-width: 600px) { 
		.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid {
			padding: 0 0 10px 0;
		}
	}
	/* END */


	/* Brand Logo Section */
	@media (min-width: 1201px) and (max-width: 1400px) {
		#hp--comp1--logo--container {
			padding-bottom: 0;
		}
		#hp--comp1--logo--container .row {
			margin-top: -15px;
		}
		#hp--comp1--logo--container .row img {
			object-fit: contain;
		}
	}
	@media (min-width: 993px) and (max-width: 1200px) {
		#hp--comp1--logo--container .row {
			margin: 0px 0 0 -20px;
		}
		#hp--comp1--logo--container .row img {
			height: 80px !important;
		}
	}
	@media (min-width: 500px) and (max-width: 992px) {
		#hp--comp1--logo--container .row img {
			width: 100%;
			height: auto !important;
		}
	}
	/* END */


	/* Copied and Modified From PO for QuickLinks */
	.samQuickLinks .container .row {
		padding:15px 0 0 0;
		background-color: #ebebeb; 
		margin-top: 0px; 
		margin-bottom: 30px;
		width: calc(100% + 28px);
	}
	.bs--component4--ul li {
		padding: 4px 0;
	}
	.bs--component4--ul a {
		font-size: 20px;
		color: #000000;
	}
	.bs--component4--ul a:hover {
		text-decoration: underline;
		
	}
	.bs--component4--diagonal {
		background-color: #ffffff;
		margin-top: -16px;
		clip-path: polygon(90% 0, 100% 0, 10% 100%, 0% 100%);
	}
	.samQuickLinks .col-xs-1 {
		min-height: 260px;
	}
	@media screen and (max-width: 374px) {
		.bs--component4--diagonal {display: none;}
		.bs--component4 {padding-left: 20px; width: 100%;}
		.bs--component4 h4{font-size: 20px; padding-left: 10px}
		.bs--component4--middle {padding-left: 20px;  width: 100%;}
		.bs--component4--middle h4{font-size: 20px; padding-left: 10px}
		.bs--component4--ul {padding-left: 35px; padding-bottom: 15px; font-size: 15px; list-style-type: square; }
	}

	/* iPhoneX, 6,7,8, Pixel 2, Pixel 2 XL */
	@media (min-width: 375px) and (max-width: 499px) {
		.bs--component4--diagonal {display: none;}
		.bs--component4 {padding-left: 20px; width: 100%;}
		.bs--component4 h4{font-size: 18px; padding-left: 10px}
		.bs--component4--middle {padding-left: 20px;  width: 100%;}
		.bs--component4--middle h4{font-size: 18px; padding-left: 10px}
		.bs--component4--ul {padding-left: 35px; padding-bottom: 15px; font-size: 15px; list-style-type: square; }
	}


	/* Extra small devices (portrait phones, less than 576px) */
	@media (min-width: 500px) and (max-width: 575.98px) {
		.bs--component4--diagonal {display: none;}
		.bs--component4 {padding-left: 20px; width: 100%;}
		.bs--component4 h4{font-size: 22px; padding-left: 20px}
		.bs--component4--middle {padding-left: 20px;  width: 100%;}
		.bs--component4--middle h4{font-size: 22px; padding-left: 20px}
		.bs--component4--ul {padding-left: 45px; padding-bottom: 15px; font-size: 16px; list-style-type: square; }
	}

	/* Small devices (landscape phones, 576px and up) */
	@media (min-width: 576px) and (max-width: 767.98px) {
		.bs--component4--diagonal ul{height: 180px;} /* only for this dimension */
		.bs--component4 {padding-left: 10px;}
		.bs--component4 h4 {font-size: 14px;}
		.bs--component4--middle {padding-left: 20px}
		.bs--component4--middle h4 {font-size: 14px;}
		.bs--component4--ul {padding-left: 20px; padding-bottom: 15px; list-style-type: square}
	}

	/* Medium devices (tablets, 768px and up) */
	@media (min-width: 768px) and (max-width: 991.98px) { 
		.bs--component4 {padding-left: 10px;}
		.bs--component4 h4 {font-size: 16px;}
		.bs--component4--middle {padding-left: 30px}
		.bs--component4--middle h4 {font-size: 16px;}
		.bs--component4--ul {padding-left: 20px; padding-bottom: 15px; list-style-type: square}
	}

	/* Large devices (desktops, 992px and up) */
	@media (min-width: 992px) and (max-width: 1399.98px) {
		.bs--component4 {padding-left: 20px}
		.bs--component4 h4 {font-size: 18px;}
		.bs--component4--middle {padding-left: 55px}
		.bs--component4--ul {font-size: 14px; padding-left: 20px; padding-bottom: 10px; list-style-type: square}
	}

	/* Extra large devices (large desktops, 1200px and up) */
	@media (min-width: 1400px) and (max-width: 1999.98px) {
		.bs--component4 {padding-left: 30px}
		.bs--component4--middle {padding-left: 85px}
		.bs--component4--ul {font-size: 18px; padding-left: 25px; padding-bottom: 10px; list-style-type: square}
	}

	/* Extra large devices (large desktops, 2000px and up) */
	@media (min-width: 2000px) {
		.bs--component4 {padding-left: 30px}
		.bs--component4--middle {padding-left: 115px}
		.bs--component4--ul {font-size: 18px; padding-left: 25px; list-style-type: square}
	}
	/* END */




	/* Copy Section */
	.samCopyTop {
		background-color: #f2f2f2; 
		padding: 5px 20px 20px 20px;
		margin: 20px 0 20px 0;
	}
	.samCopyTop .span_h2,
	.samCopyBottom .span_h2 {
		text-align: left !important;
	}

	.samCopyBottom .row {
		background-color: #f2f2f2; 
		padding: 5px 20px 20px 20px;
		margin: 10px 0 50px 0;
	}
	@media (max-width: 992px) {
		.samCopyTop {
			margin: 20px 0;
		}
	}
	@media (max-width: 500px) {
		.samCopyTop {
			margin: 15px 0 5px 0;
		}
	}


	/* Shop Popular Category Section Update */
	@media (min-width: 992px) {
		.rizeenPopularCat>div:hover {
			transform: scale(1.05);
		}
		.hp--comp2 .hp--brand--banner--div .hp--sideimg:hover {
			-ms-transform: scale(1.05);
			-webkit-transform: scale(1.05);
			-moz-transform: scale(1.05);
			-o-transform: scale(1.05);
			transform: scale(1.05);
		}
	}

	/* Featured Section Update */
	.hp--comp2 .hp--text--div {
		background: none;
	}
	.hp--comp2 .hp-featured-text .span_h2 {
		color: #ffffff;
		text-shadow:0 1px 10px #000000;
	}
	.hp--comp2 .hp-featured-text h4 {
		border: 0;
		border-radius: 0;
		background-color: #000000;
		color: #ffffff;
		text-shadow: none;
	}
	.hp--comp2 .hp-featured-text .span_h4 {
		transition: none;
	}
	.hp--component1-n-2 .hp--hero--carousel--img,
	.hp--component1-n-2 .hp--brand--banner--img {
		object-fit: cover;
		object-position: bottom;
	}
	.hp--component1-n-2 .hero-banner .hp--sideimg--tablet,
	.hp--component1-n-2 .hp--sideimg--mobile {
		display: none;
	}
	@media (min-width: 835px) {
		.hp--comp2 .hp-featured-text h4:hover {
			background: #c42033;
			text-shadow: none;
		}
	}
	@media (max-width: 992px) {
		.hp--comp2 {
			padding-bottom: 0;
		}
		.hp--component1-n-2 .hp--sideimg--desktop {
			display: none;
		}
		.hp--component1-n-2 .hp--sideimg--mobile {
			display: block;
		}
		.hp--component1-n-2 .hero-banner .hp--sideimg--tablet {
			display: block;
		}
		.hp--component1-n-2 .hero-banner .hp--sideimg--mobile {
			display: none;
		}
	}
	@media (max-width: 600px) {
		.hp--component1-n-2 .hp--hero--carousel--div, .hp--component1-n-2 .hp--brand--banner--div {
			margin-bottom: 0px;
		}
		.hp--component1-n-2 .hero-banner .hp--sideimg--tablet {
			display: none;
		}
		.hp--component1-n-2 .hero-banner .hp--sideimg--mobile {
			display: block;
		}
	}
/* ============ END ============ */




/* Fix Hero Cut Off on Mobile (iPhone 12 Pro) */
@media (min-width: 1024px) and (max-width: 1400px) {
    .hp--component1-n-2 .topCarouselGrid .hp--hero--carousel--img {
        object-position: right
    } 
}
@media (max-width: 992px) {
    .hp--component1-n-2 .topCarouselGrid .hp--hero--carousel--img {
        height: 400px !important;
    } 
}
@media (max-width: 390px) {
    .hp--component1-n-2 .topCarouselGrid .hp--hero--carousel--img {
        object-fit: contain;
        height: 360px !important;
    } 
}
@media (max-width: 300px) {
    .hp--component1-n-2 .topCarouselGrid .hp--hero--carousel--img {
        object-fit: contain;
        height: 260px !important;
    } 
}

/* Fix Padding for Brand Pages */
@media (max-width: 600px) {
	main.category .sam-srchbrand-hero-copy .col-sm-12 {
		padding-left: 20px;
		padding-right: 20px;
	}
}


/* Add Mouseover Animation to HP Hero Section */
.hp--component1-n-2 #homePageCarousel .hero-banner:hover,
.hp--component1-n-2 .top-right-hero-img .div1:hover,
.hp--component1-n-2 .top-right-hero-img .div2:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im1:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im2:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im3:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im4:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im5:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im6:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im7:hover,
.hp--component1-n-2 #rizeenGrid2USP .rizeenHPimgGrid .im8:hover {
	opacity: .9;
}





/* FLEX ROW FOR ALL */
.samFlexRow {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	margin: 0;
}
.samFlexRow_Left {
	position: relative;
}
.samFlexRow_Left .samFlexRow_Total {
	color: #ffffff;
	position: absolute;
	right: -12px;
    top: -10px;
	font-weight: 600;
	background-color: #c42033;
	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 .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;
}
@media (max-width: 600px) {
	.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: 12px !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";    
	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 */


/* Order Confirmation */
.samOrderConfirm {
	padding: 0;
	margin: -10px 0 80px 0;
	font-size: 16px;
}
@media (max-width: 992px) {
	.samOrderConfirm {
		margin: 0px 0 10px 0;
	}
}
.samOrderConfirm .samOrderConfirm_Left {
	padding: 0 30px 0 0;
}
.samOrderConfirm .samOrderConfirm_Left #confirm__container_top {
	padding: 10px 0 0 0;
	margin: 0;
}
.samOrderConfirm .samOrderConfirm_Left #confirm__container_top p {
	color: #000;
}
.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: solid 1px #e3e3e3;
}
.samOrderConfirm .samOrderConfirm_BigLabel {
	color: green;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 22px;
}
.samOrderConfirm .h-print_link {
	color: green;
}

.samOrderConfirm .samOrderConfirm_Left img {
	width: 55px;
}

.samOrderConfirm .samOrderConfirm_Right {
	padding: 20px;
}
.samOrderConfirm .samOrderConfirm_Right .samOrderConfirm_Product img {
	width: 100px;
	border: 1px solid #999999;
}
.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: #ffffff;
	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: #f2f2f2;
	padding: 0 10px 20px 10px;
	margin-top: 10px;
}
.samOrderConfirm .samOrderConfirm_Signup .samOCS_PasswordRules #samOCS_PasswordRulesDiv {
	cursor: pointer;
}
/* END */





/* Styling For Disabled PDP Color Option Only */
main.sam-pdp-main .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.sam-pdp-main .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;
}




/* New CSS for Homepage Grid */
.hp--component1-n-2 .grid-subtitle{
	padding-left:20px;
	font-size:24px !important;
	margin-bottom:0;
	text-shadow: 0 0 5px #000;
}
/* @media (max-width: 768px) {
	.hp--component1-n-2 .grid-subtitle {
	  padding-left: 0;
	}
} */
.hp--component1-n-2 .grid-subtitle-lg{
	padding-left:20px;
	font-size:30px !important;
	margin-bottom:0;
	text-shadow: 0 0 5px #000;
}
@media (max-width: 768px) {
	.hp--component1-n-2 .grid-subtitle-lg {
	  padding-left: 0;
	}
}
.hp--component1-n-2 .sale-price{
	color:#c42033;
	font-weight:700;
	padding-left:5px;
}
.hp--component1-n-2 .price-strikethrough{
	text-decoration:line-through;
}
@media (max-width: 500px) {
	.hp--component1-n-2 .grid-subtitle {
	  padding-left: 0;
	}
}


/* Fix Grid image issue on small devices */
@media (min-width: 500px) and (max-width: 768px) {
    .rizeenHPimgGrid .im5,
    .rizeenHPimgGrid .im6,
    .rizeenHPimgGrid .im7,
    .rizeenHPimgGrid .im8 {
        width: 50%;
    }
}



/* Fix Refine Result */
main.category .refine-results-col .span_h2 {
	margin: 0;
}
@media (max-width: 992px) {
    main.category .sam-filter-div-mobile-toggle .span_h3 {
		display: inline
	}
}




/* Yeshe HP CSS */
.hp--component1-n-2 .yh-text-shadow{
	text-shadow: 0 0 5px #000;
}
.hp--component1-n-2 .price-strikethrough {
	position: relative;
	text-decoration: none !important;
}

.hp--component1-n-2 .price-strikethrough::before {
	content: "";
	position: absolute;
	bottom: 29px;
	left: 0;
	width: 110%;
	height: 100%;
	border-bottom: 2px solid #fff;
	transform: translateY(100%) rotate(340deg);
	transform-origin: bottom left;
}
.hp--component1-n-2 .hero-desc .price-strikethrough::before {
	width: calc(110% - 20px);
	left: 20px;
	bottom: 35px;
}
@media (max-width: 991px) {
	.hp--component1-n-2 .hero-desc .price-strikethrough::before {
		width: calc(110% - 0px);
		left: 0;
	}
}


/* 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: 'Barlow Condensed', sans-serif !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: 0px;
	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 !important;
	font-weight: 600;
}
#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 !important;
	line-height: 0;
	border: 0;
	font-weight: 600;
}
#samNPS_Wrapper #samNPS_Content form input[type=button]:hover {
	background-color: #c42033;
	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 #samNPSOutput b {
	font-weight: 600;
}
#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 !important;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left h3 span {
	color: #c42033 !important;
}
#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
	font-size: 13px !important;
}
#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: #000000;
	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: #c42033;
	font-size: 38px !important;
}

/* 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: 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 !important;
	}
	#samNPS_Wrapper #samNPS_Content form label {
		font-size: 20px !important;
	}
	#samNPS_Wrapper #samNPS_Content #samNPSOutput {
		padding: 10px;
	}
	#samNPS_Wrapper #samNPSOutput .samNPSOutput_Value {
		color: #c42033;
		font-size: 38px !important;
	}
	#samNPS_Wrapper #samNPSOutput div {
		line-height: 32px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		font-size: 12px !important;
	}
	#samNPS_Wrapper #samNPS_Content form input,
	#samNPS_Wrapper #samNPS_Content form select {
		font-size: 16px !important;
		height: 50px;
		padding: 10px;
	}
	#samNPS_Wrapper #samNPS_Content form input[type=button] {
		font-size: 20px !important;
		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 !important;
	}
	#samNPS_Wrapper #samNPS_Content form label {
		font-size: 18px !important;
	}
	#samNPS_Wrapper #samNPSOutput .samNPSOutput_Value {
		color: #c42033;
		font-size: 28px !important;
	}
	#samNPS_Wrapper #samNPSOutput div {
		line-height: 28px;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		font-size: 12px !important;
	}
	#samNPS_Wrapper #samNPS_Content form input[type=button] {
		font-size: 18px !important;
	}
}
@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 !important;
	}
	#samNPS_Wrapper #samNPS_Content form label {
		font-size: 16px !important;
		padding-top: 5px;
	}
	#samNPS_Wrapper #samNPSOutput .samNPSOutput_Value {
		color: #005eac;
		font-size: 18px !important;
	}
	#samNPS_Wrapper #samNPSOutput div {
		line-height: 18px;
		font-size: 18px !important;
	}
	#samNPS_Wrapper #samNPS_Content .samNPS_Content_Left p {
		font-size: 11px !important;
	}
	#samNPS_Wrapper #samNPS_Content form input[type=button] {
		font-size: 14px !important;
		height: 40px;
	}
	#samNPS_Wrapper #samNPS_Content form input,
	#samNPS_Wrapper #samNPS_Content form select {
		font-size: 14px !important;
		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: 20px 30px 30px 30px;
	box-shadow: 0px 0px 4px #000;
	border-radius: 0px;
}
#samNPS_Wrapper #samNPS_ClaimCode h2 {
	font-size: 50px !important;
	color: #c42033;
	/* padding-bottom: 20px; */
	margin-bottom: -30px;
}
#samNPS_Wrapper #samNPS_ClaimCode label {
	font-size: 28px !important;
	max-width: 600px;
}
@media (max-width: 600px) {
	#samNPS_Wrapper #samNPS_ClaimCode h2 {
		font-size: 30px !important;	
	}
	#samNPS_Wrapper #samNPS_ClaimCode label {
		font-size: 18px !important;  
	}
}
#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value {
	border: 1px solid #8d8d8d;
	background-color: #fafafa;
	border-radius: 0px;
	padding: 0;
	margin-bottom: 20px;
	font-size: 50px !important;
	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: 0px;
}
#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: 0px;
	padding: 10px 30px;
	font-size: 28px !important;
	font-weight: bold;
	text-transform: uppercase;
}
#samNPS_Wrapper #samNPS_ClaimCode input[type=button]:hover {
	background-color: #c42033;
	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: 0;
		padding: 20px 20px 30px 20px;
	}
	#samNPS_Wrapper #samNPS_ClaimCode label,
	#samNPS_Wrapper #samNPS_ClaimCode input[type=button] {
		font-size: 24px !important;
	}
	#samNPS_Wrapper #samNPS_ClaimCode #samNPS_ClaimCode_Value {
		font-size: 40px !important;
	}
	#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:'Rajdhani',Helvetica,sans-serif !important;
	font-size: 20px !important;
	font-weight: 900;
	border-radius: 0px;
	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: 10001;
	}
}
/************ END NEW SAM POPUP FORM ***********/




/* YouTube on Homepage */
#samYTVideoDiv,
#samYTVideoDiv_Mobile {
	position: relative;
}
#samYTVideoDiv iframe,
#samYTVideoDiv_Mobile iframe {
	width: 100%;
	height: 100%;
}
#samYTVideoDiv a#samYTVideoATag,
#samYTVideoDiv_Mobile a#samYTVideoATag_Mobile {
	position: absolute;
	height: calc(100% - 60px);
	width: 100%;
}
@media (max-width: 500px) {
	#samYTVideoDiv_Mobile iframe {
		height: 300px;
	}
}


/* ADD BOTTOM FOOTER LINK */
.footer__bototm_link {
	display: none;
}
@media (max-width: 991px) {
	.footer__bototm_link {
	    display: flex;
		margin-top: 20px;
		flex-wrap: wrap;
		gap: 0 20px;
	}
	.footer__bototm_link a.span_h4 {
	    color: #f7f7f7;
	    text-transform: initial;
		text-align: center;
		color: #999;
	}
}
@media (max-width: 991px) and (min-width: 500px) {
	.footer__bototm_link a.span_h4 {
		width: 100%;
	}
}





/* Modify Email Footer Form VERSION 1 */
.sam--footer--new .sam--foooter--wrapper {
	display: flex;
	align-items: self-end;
    justify-content: center;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col1 {
	display: none;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 {
	padding: 0 30px 0 0;
	width: 80%;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterLabel {
	color: #ffffff;
	font-weight: 600;
	font-size: 23px;
	padding-bottom: 10px;
	width: 100%;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 form#mc-embedded-subscribe-form {
	display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	gap: 6px;
}
@media (min-width: 993px) {
	.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterLabel,
	.sam--footer--new .sam--foooter--wrapper .sfw--col2 form#mc-embedded-subscribe-form {
		width: 700px !important;
		margin-left: 50%;
		transform: translateX(-50%)
	}
}

.sam--footer--new .sam--foooter--wrapper .sfw--col2 input#mce-EMAIL {
    border: 1px solid #818181;
    background-color: #303030;
    color: #ffffff;
	padding: 9px 18px;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 input#mce-EMAIL::placeholder {
	color: #ffffff;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterProfessionDiv {
	margin-left: 0;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 select#samFooterProfession {
	color: #000000;
    padding: 9px 26px 9px 18px;
    border: 1px solid #818181;
    background-color: #303030;
    color: #ffffff;
    text-transform: uppercase;

	/** 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;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterSignUpButtonDiv {
	width: fit-content;
	float: unset !important;
	margin-left: 0;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterSignUpButtonDiv div.button {
	padding: 12px 18px 0 18px !important;
    color: #303030 !important;
    background-color: #ffffff !important;
	position: relative !important;
	left: unset !important;
	right: unset !important;
	top: unset !important;
	width: max-content !important;
	height: 50px !important;
}
.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterSignUpButtonDiv div.button:hover {
	cursor: pointer;
	background-color: #c42033 !important;
	color: #ffffff !important;
}
@media (max-width: 992px) {
	.sam--footer--new .sam--foooter--wrapper .sfw--col1,
	.sam--footer--new .sam--foooter--wrapper .sfw--col2,
	.sam--footer--new .sam--foooter--wrapper .sfw--col3 {
		width: 100%;
		padding: 0;
	}
	.sam--footer--new .sam--foooter--wrapper .sfw--col2 form#mc-embedded-subscribe-form {
		display: block;
	}
	.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterSignUpButtonDiv {
		width: 100%;
		float: left !important;
	}
	.sam--footer--new .sam--foooter--wrapper .sfw--col2 .samFooterSignUpButtonDiv div.button {
		width: 100% !important;
	}
}





/* ============= CART DRAWER ============= */
:root {

	--samCD_Font_Family: 'Barlow Condensed', sans-serif;
	--samCD_Brand_Background_Color: #c10230;
	--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: 500;
	--samCD_Brand_Font_Weight_Bolder: 600;

	/* Border Radius */
	--samCD_Border_Radius_Large: 0px;
	--samCD_Border_Radius_Large_0110: 0 0px 0px 0;
	--samCD_Border_Radius_Small: 0px;
	--samCD_Border_Radius_Small_1100: 0px 0px 0 0;	
	--samCD_Border_Radius_Small_0011: 0 0 0px 0px;
}
.samHeaderTop_Cart a:hover {
	cursor: pointer;
}

	/* For AB TEST */
	body .samHeaderTop_Cart a.samCD_ABTest_Original {
		display: inline !important;
	}
	body[cart-drawer-version="true"] .samHeaderTop_Cart a.samCD_ABTest_Original {
		display: none !important;
	}
	body[cart-drawer-version="true"] .samHeaderTop_Cart a.samCD_ABTest_CDVersion {
		display: inline !important;
	}
	/* END */

#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(--samCD_Font_Family);
}
@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: #f7f7f7;
	width: 0;
	height: 100%;
	z-index: 10011;
	font-family: var(--samCD_Font_Family);
	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
}
@media (max-width: 600px) {
	#samCartDrawer_Right #samCD_Title {
		font-size: 22px;
	}
}
/* 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;
}
/* 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;
}
#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; */
}
#samCartDrawer_Right #samCD_Content .samCDIS_row_flex .samCDIS_row_flex_info .samCDIS_row_flex_stockmsg .tipClass {
	display: none;
}
#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 .samCD_QtyTenPlus_Div span.samCD_QtyTPDiv_Update:hover {
	cursor: pointer;
	opacity: 0.8;
}
#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 .samCD_IDMe,
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe.samCD_IDMe_False .samCD_IDMe_Verified,
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe.samCD_IDMe_True .samCD_IDMe_NotVerified {
	display: none;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe.samCD_IDMe_False,
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe.samCD_IDMe_True {
	display: block;
	width: 100%;
}

#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified {
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified label {
	font-weight: var(--samCD_Brand_Font_Weight_Normal); 
	margin: 0;
	padding-bottom: 2px;
	color: #616161;
	cursor: default;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified a {
	background-color: #08833D;
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified a:hover {
	background-color: #0d8d43;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified a .samFeatherIcon {
	width: 24px;
	height: 24px;
	stroke: #ffffff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	fill: none;
	margin: 0 12px;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified a div {
	border-left: 1px solid #ffffff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: initial;
	min-height: 45px;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified a div span {
	display: flex;
	justify-content: center;
	align-items: baseline;
	align-content: baseline;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_NotVerified a div span img {
	width: 45px;
	height: auto;
}

#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_Verified {
	margin: 0 0 10px 0;
	text-align: right;
}
#samCartDrawer_Right #samCD_BottomSection_SubTotal .samCD_IDMe div.samCD_IDMe_Verified span {
	width: fit-content;
	color: green;
	font-weight: var(--samCD_Brand_Font_Weight_Bold)
}

#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 ============= */



/* Modify Email Footer Form VERSION 2 */
.sam--foooter--wrapper .sfw--col3 #USPTLogo_Bottom_Desktop {
    width: 200px;
	height: auto;
	display: block;
	padding-bottom: 20px;
}
#email-signup-new {
	color: #ffffff;
	border-bottom: 1px solid #E3E3E3;
	background: linear-gradient(90deg, #6B8451 0%, #BC955C 100%); /* USP Only */
	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 #samFooterEmailSignup {
    width: 800px;
    padding: 0;
    margin: 0;
    font-family: 'Barlow Condensed', sans-serif; /* USP Only */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 12px;
}
#email-signup-new #samFooterEmailSignup div.samFooterLabel {
    color: #ffffff;
    font-weight: 700;
    font-size: 23px;
    width: 100%;
    text-align: left;
}
#email-signup-new #samFooterEmailSignup div.samFooterLabel.samFooterDisclaimer {
	font-size: 15px;	/* USP Only */
	font-weight: 400;	/* USP Only */
	line-height: normal;
	margin-top: -6px;
}
#email-signup-new #samFooterEmailSignup div.samFooterLabel.samFooterDisclaimer a {
	color: #ffffff;
}
#email-signup-new #samFooterEmailSignup div.samFooterLabel.samFooterDisclaimer a:hover {
	text-decoration: underline;
}
#email-signup-new #samFooterEmailSignup form {
	width: 100%;
	display: flex;
	align-items: center;
	/* justify-content: center; */ /* USP Only */
	padding: 0;
	gap: 6px;
}
#email-signup-new #samFooterEmailSignup form input,
#email-signup-new #samFooterEmailSignup form select#samFooterProfession,
#email-signup-new #samFooterEmailSignup form button {
	border-radius: 0;	/* USP Only */
	border: 1px solid #818181;
	font-size: 17px;	/* USP Only */
}
#email-signup-new #samFooterEmailSignup .samFooterEmailDiv {
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 6px;
}
#email-signup-new #samFooterEmailSignup .samFooterEmailDiv input {
    width: 100%;
    background-color: #303030;
    color: #ffffff;
	padding: 9px 18px;
}
#email-signup-new #samFooterEmailSignup .samFooterEmailDiv input::placeholder {
    color: #ffffff;
}
#email-signup-new #samFooterEmailSignup .samFooterProfessionDiv {
    padding: 0;
    margin: 0;
	width: 100%; /* USP Only */
}
#email-signup-new #samFooterEmailSignup .samFooterProfessionDiv select#samFooterProfession {
    color: #000000;
    padding: 9px 35px 9px 18px;
    background-color: #303030;
    color: #ffffff;
	/* USP Only */
	width: 100%;
	min-height: 50px;
	/* END */

	/** 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 #samFooterEmailSignup .samFooterSignUpButtonDiv {
    width: fit-content;
}
#email-signup-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;

	/* USP Only */
	width: 100%;
	min-height: 50px;
	/* END */
}
#email-signup-new #samFooterEmailSignup .samFooterSignUpButtonDiv button:hover {
	background-color: var(--samBtnRedTheme);
	border: 1px solid var(--samBtnRedTheme);
	color: #ffffff;
}
#email-signup-new #samFooterEmailSignup .samFooterSignUpButtonDiv button:focus {
	outline: unset
}
@media (max-width: 991px) {
	#samFooterEmailSignup .samFooterEmailDiv,
	#samFooterEmailSignup .samFooterProfessionDiv {
		margin: 0;	/* Override pre-existing styles */
	}
	#email-signup-new #samFooterEmailSignup .samFooterEmailDiv,
	#email-signup-new #samFooterEmailSignup .samFooterProfessionDiv,
	#email-signup-new #samFooterEmailSignup .samFooterSignUpButtonDiv,
	#email-signup-new #samFooterEmailSignup .samFooterProfessionDiv select#samFooterProfession {
		width: 100%;
	}
	#email-signup-new #samFooterEmailSignup form {
		flex-direction: column;
	}
}
#samFooter_AfterSignup {
	width: 100%;
	background: linear-gradient(90deg, #6B8451 0%, #BC955C 100%); /* USP Only */
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
@media (min-width: 600px) {
	#email-signup-new #samFooterEmailSignup .samFooterEmailDiv input {
		min-width: 220px; /* USP Only */
	}
}
@media (max-width: 600px) {
	#email-signup-new {
		padding: 24px;
	}
	#samFooter_AfterSignup h2 {
		font-size: 34px !important;	/* USP Only */
	}
}
/* END */


/* Disable Return to top */
#SamReturnToTop {
	display: none !important;
}


/* 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-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: 80px;
	height: 80px;
}
.samPDP_FloatingIcons span {
	font-size: 14px;
	width: 80px;
	max-width: 80px;
	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: 170px;
		right: 35px;
	}
	.samPDPFI_Mobile.samPDPFI_Mobile_Sale {
        top: 270px;
    }
	.samPDPFI_Mobile.samPDPFI_Mobile_ExtraTop {
        top: 290px;
    }
	.samPDP_FloatingIcons svg {
		width: 60px;
		height: 60px;
	}
	.samPDP_FloatingIcons span {
		font-size: 12px;
		width: 60px;
		max-width: 60px;
	}
}

	/* Remove Redundant Label */
	.samPDP_FI_AR670_1 span,
	.samPDP_FI_AFI36_2903 span {
		display: none;
	}
	/* END */

/* END */




/* Full Width Main Hero (Category/Brand Pages) */
.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;
	}
}
/* END */



/* Custom Popup Modal */
#samCustomModal {
	z-index: 10030;
}
#samCustomModal .card-default {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#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;
}
@media (max-width: 600px) {
	#samCustomModal .card-default {
		width: calc(100% - 25px);
	}
}
/* END */



/* New Stock Message */
#stockMsg,
#QstockMsg {
	font-weight: 600;
	font-style: normal;
	text-transform: none;
}
/* END */




/* New Product Tags on PLP and PDP */
/* main.category .product-item .compare, 
main.category .product-item-cta .compare {
    left: unset;
    right: 15px;
}
main.category .product-item .product-item__sale, 
main.category .product-item-cta .product-item__sale {
    right: unset;
    left: 15px;
}*/
.product-item__sale.samProductItem_Tag,
.samProductItem_Tag_PDP_Mobile {
	display: none !important; /* Hide By Default */
}

@media (max-width: 991px) {
	.samProductItem_Tag_PDP_Mobile {
		position: absolute;
		right: 35px;
		margin-left: unset !important;
		margin-top: 20px;	/* GALLS is 45px */
	}
}

	/* +++ For AB TEST +++ */
	/* css for HERE when start AB Test (Original Version to NONE to prevent flicking for AB Test) */
	/* .samProductItem_Tag {
		display: none;
	} */
	/* css for VARIFY when starting AB Test */
	/* .samProductItem_Tag {
		display: block !important;
		background-color: unset;
	} */
	/* +++ END +++ */

/* END */
