/*
This file is to add the custom css
*/ 

.modal-scroll-container {
	max-height: calc(98vh - 71px);
} 

.mCSB_inside > .mCSB_container{
	margin-right: 10px !important;
}


#input_5_1_chosen {
	pointer-events: none;
	/* Disable interaction */
	color: #6c757d;
	/* Change text color to gray */
	background-color: #e9ecef;
	/* Gray out the select box */
}


.accessibility-icon {
	display: flex;
	position: absolute;
}


.mega-menu-description {
	display: none !important;
}


.success-message,
.error-message {
	display: inline-block;
	font-size: 14px;
	line-height: 21px;
	margin-left: 8px;
}


.success-message {
	color: #28a745;
}


.page-disabled {
	pointer-events: none;
	opacity: 1.0;
}


#page-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 9999;
	cursor: not-allowed;
}

.btn-toggle.disabled {
	opacity: 0.5;
	cursor: not-allowed;
	pointer-events: none;
}


.form-section.disabled {
	opacity: 0.7;
}


.form-section.disabled .h5 {
	color: #000000 !important;
}

.form-section.disabled p {
	color: #000000 !important;
}

body{
	color: #000;
}
.savings-header {
	margin-bottom: 0;
	flex-wrap: wrap;
	display: flex;
	align-items: center;
	column-gap: 1rem;
}

span.red {
	color: #b71234;
}

.loyalty-number {
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}

.open-app-btn {
	background-color: #fff;
	color: #b71234;
	padding: 0.22rem 0.9rem;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0.5px;
	border: 2px solid #b71234;
	transition: 250ms all ease-in-out;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
	line-height: 21px;
}

.open-app-btn:hover {
	background-color: #b71234;
	color: #fff;
}
.open-app-btn.mobile-btn {
	text-decoration: none;
	display: none;
}

.savings {
	margin-bottom: 20px;
}

.total-savings {
	font-size: 125px;
	font-weight: normal;
	color: #b71234;
	margin: 0;
	font-family: 'Oraqle Script';
	letter-spacing: 2px;
	line-height: 100px;
}

.savings-title {
	color: #000;
	font-size: 18px;
	line-height: 23.42px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.savings-caption {
	color: #000;
	font-size: 24px;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
	line-height: 31.22px;
}

#savings-and-purchase .time-filter {
	display: flex;
	margin: 2rem 0;
}

/* Radio button style */
#savings-and-purchase .time-filter label {
	display: flex;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	margin-right: 45px;
}

#savings-and-purchase .time-filter label:last-of-type{
	margin-right: 0;
}

#savings-and-purchase .time-filter label span {
	font-weight: normal;
	display: flex;
	align-items: center;
	padding: 0.375em 0.75em 0.375em 0.375em;
	border-radius: 99em;
	transition: 0.25s ease;
	text-transform: none;
	font-size: 14px;
	line-height: 21px;
	color: #21252A;
}

#savings-and-purchase .time-filter label span:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 0.375em;
	transition: 0.25s ease;
	margin-top: -2px;
	border: 2px solid #adb5bd;
}

#savings-and-purchase .time-filter label input {
	position: absolute;
	left: -9999px;
}

#savings-and-purchase .time-filter label input:checked+span:before {
	box-shadow: inset 0 0 0 0.26em #b71234;
	border: 2px solid #890d27;
}

.transactions {
	width: 100%;
	max-width: 676px;
}

.transactions .table-header {
	background-color: #e8ecef;
	display: flex;
	padding: 1rem;
	font-weight: 600;
}

.column-one-tale-head,
.column-last-tale-head {
	color: #000;
}

.column-one-tale-head{
	width: 40%;
}

.column-last-tale-head{
	width: 60%;
}

.transactions .column-last-tale-head {
	text-align: right;
}

.table-row-wrapper {
	padding-left: 1rem;
	margin-bottom: 20px;
	border-bottom: 1px solid #ADB5BD;
}


.receipt-number {
	color: #000;
	margin: 10px 0 0;
	font-size: 20px;
	line-height: 26px;
}


.transactions .table-row {
	padding: 12px 14px 16px 0;
	display: flex;
	align-items: center;
}


.transactions .table-row .cell-value {
	font-size: 20px;
	line-height: 22px;
}


.transactions .table-row .cell-value.red {
	color: #b71234;
}


.transactions .table-row .data-column {
	width: auto;
	color: #000;
	flex-grow: 1;
}


.transactions .table-row .data-column p {
	margin-bottom: 0px;
	font-weight: 600;
}


.transactions .table-row .data-column-action {
	width: 25%;
	text-align: right;
}

.transactions .table-row .cell-title {
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 21px;
}

.view-receipt {
	background: none;
	border: none;
	cursor: pointer;
	color: #b71234;
}

/* Modal styles */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.35);
}

.modal-open .modal{
	padding-right: 0 !important;
}

.modal-content {
	padding: 0;
	max-width: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.close-modal {
	position: absolute;
	right: 1rem;
	top: 1rem;
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
}

.download-pdf-btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 50px;
	top: 10px;
}

.caps-copy {
	text-transform: uppercase;
}


.bold-copy {
	font-weight: 600;
}

.receipt-modal {
	display: flex;
	align-items: center;
	justify-content: center;
}

.receipt-modal .modal-content {
	max-width: 600px;
	padding: 0;
	margin: 0;
	max-height: 85%;
}

.receipt-body {
	position: relative;
}

.receipt-popup-header {
	display: flex;
	border-bottom: 1px solid #dee2e6;
	align-items: center;
	column-gap: 1.5rem;
	padding: 20px;
}

.receipt-scroll-container {
	height: 720px;
	overflow: auto;
}

.receipt-content-wrapper {
	border: 1px solid #cccccc;
	max-width: 365px;
	margin: 20px auto 50px;
}

.logo-in-popup {
	width: 50px;
}

.reciept-logo-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

.reciept-logo {
	width: 60px;
	margin: 0 auto;
}

.receipt-list-container {
	padding: 0 10px 10px 10px;
}

.receipt-row-title {
	font-weight: 600;
	text-decoration: underline;
}

.receipt-row {
	padding: 10px;
	display: flex;
	justify-content: space-between;
}

.receipt-column-one .unit-price {
	padding-left: 2rem;
}


.go-signup-tabs {
	display: flex;
	column-gap: 10px;
	background-color: #D9D9D9;
	border-radius: 8px;
	margin-bottom: 20px;
}

.go-signup-tab-content {
	visibility: hidden;
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity 0.3s ease;
	position: absolute;
	width: 100%;
}


.go-signup-tab-content.active {
	visibility: visible;
	opacity: 1;
	height: auto;
	position: relative;
}

.go-signup-tab-button {
	padding: 6px 20px;
	border: none;
	background: #f5f5f5;
	cursor: pointer;
	flex: 1;
	background-color: #D9D9D9;
	color: #303030;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	border-radius: 8px;
}

.go-signup-tab-button.active {
	background: #B71234;
	color: #F3F3F3;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	border-radius: 8px;
}


.receipt-modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}


.receipt-modal-content {
	background-color: #fff;
	margin: 5% auto;
	padding: 20px;
	width: 80%;
	max-width: 500px;
	position: relative;
	border-radius: 8px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}


.receipt-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}


.receipt-logo {
	height: 40px;
}


.receipt-close {
	font-size: 28px;
	font-weight: 600;
	cursor: pointer;
	color: #666;
}


.receipt-content {
	padding: 20px;
	font-family: monospace;
}


.receipt-item-row {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	padding: 5px 0;
}


.receipt-item-details {
	display: flex;
	flex-direction: column;
}


.receipt-summary {
	margin-top: 20px;
	border-top: 1px dashed #ddd;
	padding-top: 10px;
}


.receipt-summary-row {
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
	padding: 3px 0;
}


.receipt-total-row {
	font-weight: 600;
	border-top: 1px solid #000;
	margin-top: 10px;
	padding-top: 10px;
}


.receipt-download-btn {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 20px;
	background-color: #e31837;
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 600;
	transition: background-color 0.3s ease;
}


.receipt-download-btn:hover {
	background-color: #c41330;
}


.receipt-loading {
	text-align: center;
	padding: 20px;
	color: #666;
}


.receipt-error {
	color: #e31837;
	text-align: center;
	padding: 20px;
	font-weight: 500;
}


/** Header Style Fixes **/
body {
	letter-spacing: 0.5px;
}


main {
	padding-top: 150px;
}


#pc-mobile-menu-trigger {
	position: relative;
}

/** side Menu **/
.pc-menu {
	border-right-color: #343A40;
	border-right-width: 1px;
}

#pc-mobile-menu-trigger{
	color: #000000;
	font-size: 14px;
	text-transform: uppercase;
}

#pc-mobile-menu-trigger::after{
	display: none;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-slider .mega-toggle-animated-inner {
	background-color: #B71234 !important;
}

#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before,
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after {
	background-color: #B71234 !important;
}

#manage-account {
	padding-right: 30px;
}

#manage-account .nav-item .section-title {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 21px;
}

#manage-account .nav-item .section-title.mt-4 {
	margin-top: 30px !important;
}

.sidebar.preference-center-sidebar a:hover,
.sidebar.preference-center-sidebar a.active {
	color: #b71234;
	background-color: #F1EBE2;
}

.sidebar.preference-center-sidebar a.nav-link {
	font-size: 14px;
	line-height: 21px;
	padding: 0.51rem 0.5rem;
	margin: 4px 0;
}

.sidebar.preference-center-sidebar {
	padding: 0px 12px 0px 25px;
}

.sidebar.preference-center-sidebar .nav-top-link.gtm-logout {
	color: #B71234;
	text-transform: uppercase;
	font-weight: 600 !important;
	font-size: 14px;
	line-height: 21px;
	padding: 0.51rem 1rem 0.51rem 0.5rem;
	margin: 14px 0 4px !important;
	width: 100%;
}

.sidebar.preference-center-sidebar .nav-top-link.gtm-logout:hover {
	background-color: #eee;
}

/** Current Sweepstakes section **/
#sweepstakes .section-header p {
	color: #000;
	font-size: 18px;
	line-height: 23.42px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0;
}

.sweepstake-item {
	padding: 25px 0;
	border-bottom: 1px solid #ADB5BD;
}

.sweepstake-item >.row > div:first-child > img {
	width: 100%;
	border-radius: 15px;
}

#sweepstakes .section-header+.sweepstake-item {
	padding-top: 0;
}

.sweepstakes_name {
	font-size: 22px;
	line-height: 28.62px;
	margin: 0;
	font-weight: 600;
	color: #000;
}

.sweepstakes_desc {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	margin-bottom: 16px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sweepstakes_total_entries_wrap {
	display: flex;
	column-gap: 15px;
	align-items: center;
	margin-bottom: 15px;
}

.sweepstakes_total_entries {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 62px;
	height: auto;
	min-height: 38px;
	background-color: #F6C751;
	margin: 0;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	color: #b71234;
	column-gap: 5px;
}

.sweepstakes_total_entries>span {
	display: inline-block;
}

.sweepstakes_total_entries>figure {
	display: inline-flex;
	margin: 0 0 2px 0;
}

.sweepstakes_total_entries::before,
.sweepstakes_total_entries::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	background-color: white;
	border-radius: 50%;
	transform: translateY(-50%);
}

.sweepstakes_total_entries::before {
	left: -6px;
}

.sweepstakes_total_entries::after {
	right: -6px;
}

.sweepstakes_total_entries_label {
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
}

.sweepstakes_see_details_btn {
	background-color: #b71234;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 0.44rem 2.8rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	transition: 250ms all ease-in-out;
	border-radius: 3px;
}

.sweepstakes_see_details_btn {
	background-color: #b71234;
	color: #fff;
	padding: 0.44rem 2.8rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	transition: 250ms all ease-in-out;
	border-radius: 3px;
	border: 0;
	cursor: pointer;
	-webkit-appearance: none;
}

.sweepstakes_see_details_btn:hover {
	background-color: #890d27;
	color: #fff;
	text-decoration: none;
}


/** Sweepstakes Winners **/
#sweepstake-container .banner-image-wrap {
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
}

#sweepstake-container .banner-image-item {
	width: 100%;
}

.sweepstakes-winners-wrap {
	margin-bottom: 26px;
	margin-top: 15px;
}

.sweepstakes-winners-wrap .winner {
	width: 20%;
}

.winner-name {
	font-size: 14px;
	color: #000;
	margin-top: 10px;
	line-height: 21px;
	margin-bottom: 5px;
}

.winner-location {
	font-size: 12px;
	color: #000;
	line-height: 16px;
}

.winner-profile-pic {
	width: 5.5556vw;
	height: 5.5556vw;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto;
	border: 1px solid #ddd;
}

.winner-profile-pic img {
	width: 100%;
	object-fit: cover;
	height: 100%;
	object-position: top;
}


/** Personal Information **/
#personal-information h1 {
	font-size: 18px;
	line-height: 23.42px;
	text-transform: uppercase;
	color: #000 !important;
	margin-bottom: 14px;
}


.user-mail-settings label {
	color: #495057;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 0;
}


.user-mail-settings input[type="text"],
.user-mail-settings input[type="email"],
.user-mail-settings input[type="input"],
.user-mail-settings input[type="tel"],
.user-mail-settings input[type="number"],
.user-mail-settings input[type="password"],
.user-mail-settings select.form-control {
	border: 1px solid #ADB5BD !important;
	background-color: #fff !important;
	border-radius: 4px;
	color: #21252A;
	height: 40px !important;
}


.modal-body .nav-btn,
.modal-body .btn,
.user-mail-settings .nav-btn,
.user-mail-settings .btn{
	font-size: 1.5rem;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	min-width: 280px;
	min-height: 60px;
	border-radius: 3px;
}


.store-location-group {
	display: flex;
	column-gap: 10px;
}


/** Change Password **/
#change-password h1 {
	font-size: 18px;
	line-height: 23.42px;
	text-transform: uppercase;
	color: #000 !important;
	margin-bottom: 14px;
}

#change-password .save-change--btn + p {
	font-size: 16px;
	line-height: 21px;
	color: #000 !important;
}

.paswd-rules-list {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	padding: 0 30px;
}

.right-modal.modal {
	padding-right: 0 !important;
}

.right-modal .modal-dialog-right {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	transform: translateX(100%);
	right: 0;
}

.right-modal.show .modal-dialog-right {
	transform: translateX(0);
}

.right-modal .modal-content {
	height: 100%;
	overflow-y: auto;
	border-radius: 0;
}

.right-modal .modal-dialog-right {
	transition: transform .3s ease-out;
}

#sweepstakesModal .modal-content {
	border: none;
}

#sweepstakesModal .modal-header {
	padding: 1rem 1.5rem;
}

#sweepstakesModal .modal-logo {
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

#sweepstakesModal .modal-title {
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	margin-left: 10px;
	text-transform: none;
}

#sweepstakesModal .see-transactions-btn {
	background-color: #C41E3A;
	border: none;
	padding: 12px 24px;
	font-weight: 600;
	border-radius: 6px;
	width: 100%;
	margin-top: 20px;
}

#sweepstakesModal .see-transactions-btn:hover {
	background-color: #A01830;
}

.modal-backdrop {
	opacity: 0.5;
}

.receipt-icon-container {
	position: relative;
	display: inline-block;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.receipt-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #000;
}

.receipt-icon.loading {
	opacity: 0.3;
}

#passwordResetModal .modal-logo {
	margin-right: 1rem;
}


/**User info forms**/

.user-mail-settings label>.red-copy {
	color: #b71234;
	display: inline-block;
	margin-left: 2px;
}

.user-mail-settings input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ADB5BD;
}

.user-mail-settings input::-moz-placeholder {
	/* Firefox 19+ */
	color: #ADB5BD;
}

.user-mail-settings input:-ms-input-placeholder {
	/* IE 10+ */
	color: #ADB5BD;
}

.user-mail-settings input:-moz-placeholder {
	/* Firefox 18- */
	color: #ADB5BD;
}

.user-mail-settings .save-change--btn {
	margin-top: 3px !important;
}


/** Personal Info Section **/
.form-group.upgrade-loyalty-phone {
	display: flex;
	padding: 16px 11px;
	background-color: #F5F5F5;
	column-gap: 16px;
}

.loyalty-indicator {
	width: 6.66667vw;
	max-width: 96px;
	flex-grow: 1;
}

.form-group.upgrade-loyalty-phone .loyalty-indicator img {
	width: 100% !important;
	background-color: #F5F5F5;
	border-radius: 12px;
}

.form-group.upgrade-loyalty-phone .field-group-phone {
	width: calc(100% - 6.6667vw);
}

.form-group.upgrade-loyalty-phone .field-group-phone .input-group {
	display: flex;
	flex-direction: column;
}

.form-group.upgrade-loyalty-phone .field-group-phone .input-group input#phone {
	width: 100%;
	border-radius: 4px;
}

.form-group.upgrade-loyalty-phone .checkbox-group {
	/* display: flex; */
	column-gap: 16px;
}

.form-group.upgrade-loyalty-phone .checkbox-group .form-group {
	margin-bottom: 0;
}

select#homeStore {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-image: linear-gradient(45deg, transparent 50%, #343A40 50%), linear-gradient(135deg, #343A40 50%, transparent 50%);
	background-position: calc(100% - 15px) calc(1em + 1px), calc(100% - 10px) calc(1em + 1px);
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}

/** Communication Preferences **/
.comm-prfn-title {
	font-size: 18px;
	line-height: 23.42px;
	text-transform: uppercase;
	color: #000 !important;
	margin-bottom: 14px;
	font-family: 'Mission Gothic';
	font-weight: 600;
}

#communication-preferences .form-section {
	display: flex;
	column-gap: 28px;
	padding: 30px 10px 24px 20px;
	width: 100%;
	border-bottom: 1px solid #CFD4DA;
}

#communication-preferences .form-section:nth-child(2n) {
	background: #FAFAFA;
}

#communication-preferences .form-section.mb-5,
#communication-preferences .form-section.mb-2 {
	margin-bottom: 0 !important;
}

#communication-preferences>div:nth-last-child(1 of .form-section) {
	border: 0;
}

.alert-msg-wrap h2 {
	color: #21252A !important;
	font-size: 18px;
	line-height: 23.42px;
	text-transform: uppercase;
}

.alert-msg-wrap p {
	margin-bottom: 0 !important;
	font-size: 14px;
	line-height: 21px;
	color: #21252A;
	font-weight: 600;
}

.wow-alerts-frequency {
	flex-grow: 1;
	flex-shrink: 0;
}


.wow-alerts-frequency fieldset {
	display: flex;
	align-items: center;
}

.wow-alerts-frequency fieldset p {
	color: #21252A;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 0;
}

.wow-alerts-frequency select.form-control {
	cursor: pointer;
	font-size: 14px;
	line-height: 21px;
	padding: 3px 8px;
	height: 28px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-image: linear-gradient(45deg, transparent 50%, #343A40 50%), linear-gradient(135deg, #343A40 50%, transparent 50%);
	background-position: calc(100% - 12px) calc(1em + -3px), calc(100% - 7px) calc(1em + -3px);
	background-size: 5px 5px, 5px 5px, 1px 1.5em;
	background-repeat: no-repeat;
}
.wow-alerts-frequency select.form-control[disabled]{
	color: rgb(52 58 64 / 50%);
	background-image: linear-gradient(45deg, transparent 50%, rgb(52 58 64 / 50%) 50%), linear-gradient(135deg, rgb(52 58 64 / 50%) 50%, transparent 50%);
}

.btn-toggle {
	width: 36px;
	height: 20px;
}

.btn-toggle-slider:before {
	height: 12px;
	width: 12px;
	left: 4px;
	bottom: 3px;
}

input:checked+.btn-toggle-slider:before {
	-webkit-transform: translateX(14px);
	-ms-transform: translateX(14px);
	transform: translateX(14px);
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
}

.wow-alerts-frequency label.single-radio-btn {
	text-transform: none;
	margin-bottom: 0;
}

.wow-alerts-frequency label.single-radio-btn span {
	color: #21252A;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
}


/** Main heade nav **/
.gtm-weekly-ad {
	display: flex;
	flex-direction: row;
	column-gap: 8px;
	color: #B71234;
	border: 2px solid #B71234;
	border-radius: 4px;
	padding: 3px 16px;
	font-weight: 700;
	font-size: 14px;
	line-height: 21px;
	cursor: pointer;
	transition: all 250ms ease-in-out;
}

.gtm-weekly-ad.nav-top-link:visited {
	color: #B71234;
}

.gtm-weekly-ad svg {
	width: 14px !important;
	height: 19px;
}

.gtm-weekly-ad:hover {
	background-color: #b71234;
	color: #fff !important;
}

.gtm-weekly-ad:hover svg>path {
	fill: #fff;
}

/** Radio button style generalized **/
/* Radio button style */
label.single-radio-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	column-gap: 0.5rem;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.375em;
}

label.single-radio-btn span {
	display: flex;
	align-items: center;
	padding: 0.375em 0.75em 0.375em 0.375em;
	border-radius: 99em;
	transition: 0.25s ease;
}

label.single-radio-btn span:before {
	display: flex;
	flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	margin-right: 0.375em;
	transition: 0.25s ease;
	border: 2px solid #adb5bd;
	margin-top: -2px;
}

label.single-radio-btn input {
	position: absolute;
	left: -9999px;
}

label.single-radio-btn input:checked+span:before {
	box-shadow: inset 0 0 0 0.26em #b71234;
	border: 2px solid #890d27;
}


/** Checkbox style **/
.terms_check {
	display: block;
	position: relative;
	padding-left: 28px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.user-mail-settings label.terms_check {
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	text-transform: none;
	color: #21252A;
}


.terms_check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}


.terms_check .checkmark {
	position: absolute;
	top: 0px;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border: 1px solid #adb5bd;
	border-radius: 2px;
	transition: all 250ms ease-in-out;
}


.terms_check:hover input~.checkmark {
	background-color: #ccc;
}


.terms_check input:checked~.checkmark {
	background-color: #B71234;
	border: 1px solid #890d27;
}


.terms_check .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}


.terms_check input:checked~.checkmark:after {
	display: block;
}


.terms_check .checkmark:after {
	left: 4px;
	top: 0px;
	width: 7px;
	height: 12px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/** No Loyalty Msgstyles **/
.no-loyalty-msg {
	font-size: 18px;
	line-height: 23.42px;
	font-weight: 600;
	color: #000;
}


/** Header User login **/


.store-info .nav-top-link.gtm-login {
	font-size: 18px;
	line-height: 23.42px;
	color: #B71134;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 0px !important;
	transform: translateY(-2px);
	margin-right: 0 !important;
}


.user_name {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
}


.logged_in_user {
	display: flex;
	align-items: center;
	column-gap: 6px;
}


.user_name span {
	text-transform: uppercase;
	color: #B71234;
	font-weight: 600;
	font-size: 18px;
	line-height: 23.42px;
	display: inline-block;
	margin-top: 6px;
}


.nav-top-section .store-info {
	text-align: left !important;
}


.store-intro {
	color: #666666;
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
}

.nav-top-section .store-address {
	color: #000000;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}


.nav-top-link.gtm-logout {
	color: #B71234;
	text-decoration: underline;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400 !important;
	margin-right: 0 !important;
	margin-left: 5vw !important;
}

.user_name + .nav-top-link.gtm-logout {
	display: none !important;
}

.nav-top-section .delivery-link {
	display: inline-block;
	margin-right: 24px;
    font-weight: 600;
}

.nav-top-section .store-change, .nav-top-section .delivery-link {
    color: #b71234 !important;
}

.nav-top-section .store-info .dropdown-menu {
	margin-left: 0px;
}


/** Signin/Signup Popups **/

#loginModal .modal-dialog {
	max-width: 600px !important;
	max-height: 98vh;
	overflow: hidden;
	margin: 1rem auto !important;
}

#loginModal form {
	margin-bottom: 15px !important;
}

.login-pswd-warp {
	position: relative;
}

.login-pswd-warp .pswd-hide-show {
	position: absolute;
	width: auto;
	display: inline-block;
	right: 8px;
	top: 7px;
	transform: none;
	cursor: pointer;
}

.login-pswd-warp .pswd-hide-show > img{
	width: 20px;
}


.modal-content {
	padding: 0;
	max-width: 100%;
	width: 100%;
	border: 0;
}


.modal .modal-header {
	justify-content: flex-start;
	border-bottom: 1px solid #DEE2E6;
	padding: 10px 24px;
}


.modal-title {
	font-family: "Mission Gothic", "Roboto", sans-serif;
	color: #21252A;
	text-transform: uppercase;
	font-weight: 600;
}


.modal .modal-header .close {
	color: #343A40;
	top: 45px;
	right: 30px;
	font-size: 34px;
	font-family: auto;
	padding: 0;
	font-weight: lighter;
	height: 24px;
	width: 24px;
	line-height: 24px;
}


.modal .modal-header .close span {
	line-height: 24px;
	display: inline-block;
}


.modal-body form input[type="text"],
.modal-body form input[type="email"],
.modal-body form input[type="input"],
.modal-body form input[type="tel"],
.modal-body form input[type="password"],
.modal-body form select {
	border: 1px solid #ADB5BD !important;
	background-color: transparent !important;
	border-radius: 4px;
	color: #21252A;
}


.modal-body .form-group {
	text-align: left;
}


.modal-body .form-group span.error-msg {
	font-size: 14px;
	line-height: 21px;
	color: #DA1E28;
}

.modal-body form label {
	color: #495057;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom: 0;
	text-transform: uppercase;
}


.login-modal button[type="submit"] {
	background-color: #FDB612;
	border: 0;
	border-radius: 3px;
	color: #B71134;
	text-transform: uppercase;
	font-size: 24px;
}


.login-modal button[type="submit"]:hover {
	background-color: #d89802;
}


.form-group.form-action-group {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 10px;
}


.forget-password-group {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: flex-end;
	margin-top: 15px;
	max-width: 380px;
}


.forget-password-group a {
	font-weight: 600;
	display: inline-block;
	font-size: 14px;
	line-height: 21px;
	color: #B71234;
	text-decoration: underline;
	cursor: pointer;
}


.request-password-group {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.request-password-group p {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 21px;
	color: #000;
	font-weight: 600;
}


.or-block {
	display: flex;
	width: 100%;
	align-items: center;
	column-gap: 32px;
}


.or-block-line {
	height: 3px;
	background-color: rgb(0 0 0 / 10%);
	flex-grow: 1;
}


.or-block-text {
	font-size: 18px;
	line-height: 23.42px;
	font-weight: 600;
	color: #000;
}


.login-modal .login-signup-group {
	text-align: center;
	margin-top: 10px;
}


.login-modal .login-signup-group h3 {
	color: #B71234;
	font-size: 22px;
	line-height: 28.62px;
	font-weight: 600;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	margin-bottom: 12px;
}


.login-modal .login-signup-group p {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom: 22px;
}

.login-modal .sign-up.btn.btn-red {
	color: #b71234;
	border: 2px solid #b71234;
	background-color: #fff;
	font-size: 24px;
	font-weight: 600;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	text-transform: uppercase;
}

.login-modal .sign-up.btn.btn-red:hover {
	color: #fff;
	border: 2px solid #b71234;
	background-color: #b71234;
}



.go-signup-tab-content h4,
.go-signup-tab-content h3 {
	font-family: "Mission Gothic", "Roboto", sans-serif;
}

.perk-items {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.perk-items .perk-item {
	font-size: 14px;
	color: #000000;
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	column-gap: 3px;
	line-height: 21px;
}

.perk-items .perk-item.perk-title {
	color: #B71234;
	font-size: 18px;
	line-height: 23.42px;
	font-weight: 600;
	margin-right: 7px;
}

.login-privacy {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom: 16px;
}

.login-privacy a {
	color: #B71234 !important;
	text-decoration: underline;
}

.modal-signup-section .gform_footer input[type="submit"] {
	color: #fff;
	cursor: pointer;
	border: 0;
	background-color: #b71234;
	font-size: 24px !important;
	font-weight: 600;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: 280px;
	min-height: 60px;
	border-radius: 3px;
	transition: 250ms all ease-in-out;
	margin: 0 !important;
}

.modal-signup-section .gform_footer input[type="submit"]:hover {
	color: #fff;
	background-color: #890d27;
	border: 0;
}

.gform_wrapper .gform_body .gfield_html .terms_check a {
	text-decoration: none;
}

.gform_wrapper .gform_body .gfield_html .terms_check a:hover {
	text-decoration: underline;
}

.modal-signup-section .signup-desc {
	color: #000;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	margin-bottom: 12px;
}

.login-modal .modal-body form.gtm-loyalty-sign-up label.terms_check {
	text-transform: none;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: 19px;
}

.login-modal .modal-body label.terms_check > a{
	color: #b71234;
}

.login-modal .modal-body label.terms_check .checkmark{
	top: 4px;
}

.go-signup-tab-content .modal-body {
	padding: 0;
}

.gform_wrapper.gf_browser_chrome select,
.modal-body form select.form-control {
	padding: 2px 0 2px 3px;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-image: linear-gradient(45deg, transparent 50%, #343A40 50%), linear-gradient(135deg, #343A40 50%, transparent 50%);
	background-position: calc(100% - 15px) calc(1em + -4px),
		calc(100% - 10px) calc(1em + -4px);
	background-size: 5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
}

.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select{
	margin-left: 0px !important;
}

#sweepstakesModal .modal-dialog {
	max-width: 680px !important;
}

#sweepstakesModal .modal-dialog-right {
	width: 100%;
}

#sweepstakesModal .btn-primary {
	color: #fff;
	cursor: pointer;
	border: 0;
	background-color: #b71234;
	font-size: 24px;
	font-weight: 600;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	min-width: 280px;
	min-height: 60px;
	border-radius: 3px;
	transition: 250ms all ease-in-out;
}

#sweepstakesModal .btn-primary:hover {
	background-color: #890d27;
	color: #fff;
}

#sweepstakesModal .modal-body .sweepstakes-text p {
	font-size: 16px;
	line-height: 21px;
	color: #000000;
	text-align: left;
}

#sweepstakesModal .transaction-item {
	padding-top: 20px;
}

#sweepstakesModal .transactions-list .transaction-details {
	display: flex;
	width: 100%;
	align-items: center;
	border-bottom: 1px solid #ADB5BD;
	padding-bottom: 16px;
}

#sweepstakesModal .detail-column {
	width: 25%;
	flex-grow: 1;
}

#sweepstakesModal .store-number {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #000;
}

#sweepstakesModal .detail-label {
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	color: #000;
}

#sweepstakesModal .detail-value {
	font-size: 20px;
	line-height: 22px;
	font-weight: 600;
	color: #000;
}

#sweepstakesModal .receipt-container,
#receiptModal .receipt-container {
	position: relative;
}

#sweepstakesModal .pdf-container,
#receiptModal .pdf-container {
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
}

#sweepstakesModal .download-btn ,
#receiptModal .download-btn {
	position: absolute;
	right: 45px;
	width: 24px;
	padding: 0;
	min-width: 0;
	height: 24px;
	min-height: 0;
	display: inline-block;
}

#sweepstakesModal .download-btn img,
#receiptModal .download-btn img{
	width: 100%;
}

.sweepstake-official-rule {
	display: block;
	color: #B71234;
	font-size: 16px;
	line-height: 21px;
	font-weight: 600;
	text-decoration: underline;
	margin-top: 20px;
}

.sweepstake-official-rule:hover {
	color: #B71234;
}

#sweepstakesModal .sweepstakes-banner {
	margin-bottom: 20px;
	height: auto;
	overflow: hidden;
	border-radius: 35px;
}

#sweepstakesModal .sweepstakes-banner img {
	max-width: 100%;
	border-radius: 35px;
	width: 100%;
}


.logged_in_user img {
	width: 24px;
	height: 24px;
}

/** Modal Signup **/
.tooltip-container {
	position: relative;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	text-align: right;
}

.password-tooltip {
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	right: 0;
	background-color: #21252A;
	color: white;
	padding: 15px;
	border-radius: 4px;
	width: 400px;
	margin-bottom: 5px;
	opacity: 0;
	transition: opacity 0.3s;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html.pswd-tooltip-group {
	position: absolute;
	z-index: 0;
	right: 0;
	margin-top: 15px;
	padding-right: 0;
}

.password-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	right: 20px;
	border-width: 8px;
	border-style: solid;
	border-color: #333 transparent transparent transparent;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .password-tooltip ul,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html .password-tooltip ul {
	margin: 0 0 0 20px !important;
	padding-left: 0px !important;
	text-align: left;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html .password-tooltip ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html .password-tooltip ul li,
.password-tooltip-headline {
	margin: 2px 0;
	font-family: "Mission Gothic", "Roboto", sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 21px;
}

.password-tooltip-headline {
	text-align: left;
	font-weight: 600;
}

.tooltip-container:hover .password-tooltip {
	visibility: visible;
	opacity: 1;
}

.tooltip-container .info-text {
	cursor: pointer;
	font-size: 12px;
	line-height: 16px;
	color: #B71234;
}

.login-modal .modal-signup-section .gform_wrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.login-modal .modal-signup-section .login-signup-group h3 {
	color: #000;
}

.modal-body .gtm-sign-up_wrapper form label {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
}
.modal-body form.gtm-loyalty-sign-up label {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 21px;
}

.gf_left_half,
.gf_right_half {
	margin-bottom: 0 !important;
}

.gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 10px;
}

.login-modal .modal-signup-section .gform_footer {
	text-align: center;
	padding: 15px 0 0;
	margin: 0;
}

body .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}

.login-modal .modal-signup-section .gform_wrapper .gform_body textarea,
.login-modal .modal-signup-section .gform_wrapper .gform_body select,
.login-modal .modal-signup-section .gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	height: 28px !important;
	font-size: 14px;
	line-height: 21px;
	color: #21252A;
	min-height: 0;
	padding-left: 8px !important;
}

.login-modal .modal-signup-section .gform_wrapper .gform_heading {
	display: none;
}

.gform_not_found {
	color: #000;
}

.gform_wrapper .gfield_required {
	color: #b71234 !important;
	margin-left: 2px !important;
}

/** Modal Change Password **/
#passwordResetModal .modal-body {
	padding: 30px 47px;
}

#passwordResetModal .da-password-reset > .row {
	margin: 0;
	display: block;
}

#passwordResetModal .da-password-reset > .row > .col {
	padding: 0;
}

#passwordResetModal .password-reset-form > p {
	font-size: 16px;
	line-height: 21px;
	color: #000;
	text-align: left;
	margin-bottom: 16px;
}

#passwordResetModal .recaptcha-notice {
	color: #000 !important;
	font-size: 12px;
	padding-bottom: 16px;
	line-height: 16px;
	margin-top: 5px;
}

#passwordResetModal .recaptcha-notice a {
	color: #B71234 !important;
	text-decoration: underline;
}
#passwordResetModal .submit-row-{
	text-align: center;
}
#passwordResetModal .submit-row-  input[type="submit"] {
	max-width: 280px;
	margin: 0 auto;
}

#passwordResetModal .form-control {
	height: 40px;
}

/** Modal OTP **/
#otpVerificationModal .modal-dialog,
#otpVerificationModalUpdate .modal-dialog {
	max-width: 600px !important;
}

#otpVerificationModal .modal-body,
#otpVerificationModalUpdate .modal-body {
	padding: 30px 47px;
}

#otpVerificationModal .modal-logo,
#otpVerificationModalUpdate .modal-logo {
	margin-right: 1rem;
}

#otpVerificationModal .resend-code,
#otpVerificationModalUpdate .resend-code-update {
	color: #C41230;
	text-decoration: underline;
	font-size: 14px;
	line-height: 21px;
	font-weight: 600;
}

#otpVerificationModal .otp-input:focus,
#otpVerificationModalUpdate .otp-input:focus {
	outline: none;
	border-color: #C41230;
}

#otpVerificationModal .modal-body > p,
#otpVerificationModalUpdate .modal-body > p {
	font-size: 12px;
	line-height: 16px;
	color: #000;
	font-weight: 600;
	text-align: center;
}

.otp-input-container label {
	font-size: 16px;
	line-height: 21px;
	color: #495057;
	margin: 0;
}

#otpVerificationModal .btn-red,
#otpVerificationModalUpdate .btn-red {
	max-width: 280px;
	margin: 0 auto;
}

#otpVerificationModal .otp-input,
#otpVerificationModalUpdate .otp-input {
	width: 40px;
	height: 40px;
	margin: 0 4px;
	text-align: center;
	border: 1px solid #ADB5BD;
	font-size: 1rem;
	line-height: 21px;
	border-radius: 4px;
	background-color: #fff;
}

#savings-and-purchase {
	padding: 0;
	background-color: transparent;
}
.tab-pane {
	padding-top: 1.5rem;
}
#my-savings-and-purchase{
	background-image: url(http://www-staging.groceryoutlet.com/wp-content/uploads/2024/12/WOW-1-1.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 33vw;
}

#savings-and-purchase .purchase-amount {
	color: #21252A;
	font-size: 24px;
	line-height: 31.22px;
}

#savings-and-purchase .purchase-amount>span.red {
	font-weight: 600;
}

#savings-and-purchase .savings-note {
	color: #21252A;
	font-size: 14px;
	margin-top: 16px;
	line-height: 21px;
}

#savings-and-purchase .savings-note>span.red {
	font-weight: 600;
}
.no-loyalty-title {
	font-size: 18px;
	line-height: 23.42px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}
#personal-information.tab-pane,
#change-password.tab-pane,
#sweepstake-container{
	max-width: 676px;
}
#communication-preferences.tab-pane,
#current-sweepstakes.tab-pane{
	padding-right: 35px;
}

.gf_left_half.custom_checkbox > label.terms_check,
.gf_right_half.custom_checkbox > label.terms_check{
	display: inline;
}


/** Select overflow text fix **/
select{
	overflow: hidden;
	white-space: nowrap;
	padding-right: 20px !important;
}

.account-toast {
	position: fixed;
	top: 50%; /* Center vertically */
	left: 50%; /* Center horizontally */
	transform: translate(-50%, -50%); /* Adjust for the element's own width/height */
	background: white;
	padding: 20px 30px 20px 20px; /* Increased padding for more height */
	border-radius: 10px; /* Slightly rounded corners */
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6); /* Enhanced box shadow */
	display: flex;
	align-items: flex-start;
	gap: 15px;
	max-width: 450px;
	width: 90%; /* Increased max-width */
	z-index: 9999;
	opacity: 0; /* Start hidden */
	animation: fadeIn 0.3s ease-out forwards; /* Use fade-in animation */
}

@keyframes fadeIn {
	from {
		opacity: 0; /* Start fully transparent */
	}
	to {
		opacity: 1; /* End fully opaque */
	}
}

.account-toast .toast-content {
	flex: 1;
}

.account-toast .toast-icon {
	color: #E31837;
}

.account-toast .toast-icon svg{
	width: 30px;
	height: 30px;
}

.account-toast .toast-title {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
}

.account-toast .toast-message {
	font-size: 16px; /* Increased font size for better readability */
	line-height: 21px;
	color: #343A40;
}

.account-toast .toast-link {
	color: #E31837;
	text-decoration: none;
	font-size: 14px;
	margin-top: 8px;
	display: inline-block;
}

.account-toast .toast-close{
	background: none;
	border: none;
	cursor: pointer;
	color: #343A40;
	font-size: 25px;
	font-family: auto;
	padding: 0;
	font-weight: lighter;
	height: 16px;
	width: 16px;
	line-height: 16px;
	display: inline-block;
	margin-right: -14px;
}


.button-loader {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
	margin-right: 10px;
}


@keyframes spin {
	to { transform: rotate(360deg); }
}

.gfield.error input,
.gfield.error textarea,
.gfield.error select {
	border: 2px solid #DA1E28;
	background-color: #ffe6e6;
}

.error-message {
	color: #DA1E28;
	font-size: 14px;
	line-height: 21px;
	margin-top: 5px;
	margin-left: 0;
	line-height: 16px;
}


.red-loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	position: relative;
	animation: rotate 1s linear infinite
}
.red-loader::before {
	content: "";
	box-sizing: border-box;
	position: absolute;
	inset: 0px;
	border-radius: 50%;
	border: 5px solid #B71234;
	animation: prixClipFix 2s linear infinite ;
}

@keyframes rotate {
	100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
	0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
	25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
	50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
	75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
	100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}

.modal-loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(247 243 243 / 16%);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1060;
}

input, textarea, select {
	transition: border-color 0.2s ease-in-out;
}


/* qrcode class */

.qr-modal {
	display: none; 
	position: fixed; 
	z-index: 10; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.4); 
}

.qr-modal-content {
	background-color: #fefefe;
	width: 340px;  /* Set width to 340px */
	height: 396px; /* Set height to 396px */
	margin: auto;  /* Center the modal */
	padding: 20px;
	border: 1px solid #888;
	position: relative; /* Ensure positioning for close button */
	top: 50%; /* Center vertically */
	transform: translateY(-50%); /* Adjust for height */
}

.qr-close {
	color: #343A40;
	font-size: 34px;
	font-family: auto;
	padding: 0;
	font-weight: lighter;
	height: 24px;
	width: 24px;
	line-height: 24px;
	display: inline-block;
	margin-bottom: 30px;
	transform: translateX(278px);
}

/** New styles Dec 13 **/
.login-modal .modal-body {
	padding: 20px 37px 25px 47px;
}
.login-modal .modal-body > .row {
	margin: 0 !important;
}
.login-modal .modal-body > .row > div {
	padding: 0 !important;
}
#modal-signup-section .gform_wrapper ul.gform_fields{
	margin-right: -15px !important;
}

.form-group.user_id_group {
	background-color: rgba(241, 235, 226, 0.3);
	padding: 8px 20px 16px 10px;
	border-radius: 8px;
}
.form-group.user_id_group input.form-control {
	background-color: #fff !important;
}
.form-group.user_id_group #phoneField .input-group-prepend + input.form-control {
	border-left: 0 !important;
}
.form-group.user_id_group #phoneField .input-group-prepend{
	margin-right: 0 !important;
}
.form-group.user_id_group #phoneField .input-group-text {
	background-color: #fff !important;
	padding-right: 15px;
	font-size: 16px;
	line-height: 21px;
	color: #21252A;
	border-width: 1px 0 1px 1px;
	border-color: #ADB5BD;
	position: relative;
}

.form-group.user_id_group #phoneField .input-group-text:after {
	content: "";
	width: 1px;
	background-color: #ccc;
	height: 20px;
	position: absolute;
	right: 0;
}

.login-or {
	margin: 8px auto 0;
	text-align: center;
}
#loyalty-content .modal-body,
#email-content .modal-body{
	padding: 0 !important;
}

.grecaptcha-badge {
	margin-top: 20px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"] {
	-moz-appearance: textfield;
}

.savings-modal-loader {
	height: 230px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loginModal .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color: rgba(0,0,0,.2);
}

.non-appuser-div {
	min-height: 280px;
}

.caps_name_field input{
	text-transform: capitalize;
}

#personal-information #firstName{
	text-transform: capitalize;
}

#personal-information #lastName{
	text-transform: capitalize;
}

.main-reset-password-confirm .user-content{
	overflow:visible !important;
}

.main-reset-password-confirm .user-content .tooltip-container{
	position: absolute;
	width: auto;
	right: 16px;
}

.password-tooltip ul {
	margin: 0 0 0 20px !important;
	padding-left: 0px !important;
	text-align: left;
}

.password-tooltip ul li{
	font-size: 14px;
	line-height: 21px;
}

.signup-menu {
	cursor: pointer;
}

.footer_link_hover a:hover {
	text-decoration: underline !important;
	color: #404040 !important;
}


/** Responsive styles **/
@media screen and (min-width:768px){
	.sidebar.preference-center-sidebar{
		position:sticky;
		top: 260px;
	}
}

@media screen and (min-width: 992px){
	.nav-top-section .store-info{
		padding-right: 0;
	}
}

@media only screen and (min-width: 993px) {
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover {
		font-weight: 600 !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
		font-size: 18px !important;
		font-weight: 600 !important;
		border-left: 4px solid #fff !important;
		height: 50px !important;
		line-height: 50px !important;
	}
	.header #mega-menu-wrap-primary #mega-menu-primary li:first-child a {
		border-left: 0 !important;
	}
	main {
		padding-top: 209px;
	}
}

@media screen and (min-width: 641px) {
	.signup-store-zip.gf_left_half {
		width: 144px !important;
	}

	.signup-store-select.gf_right_half {
		width: calc(100% - 144px) !important;
	}
}

@media screen and (max-width:1199px){
	#communication-preferences .form-section{
		column-gap: 12px;
	}
	.wow-alerts-frequency fieldset{
		flex-wrap: wrap;
	}
	.wow-alerts-frequency fieldset p{
		width: 100%;
	}
	.sidebar.preference-center-sidebar {
		padding: 0px 12px 0px 12px;
	}
	#communication-preferences.tab-pane, #current-sweepstakes.tab-pane {
		padding-right: 0;
	}
}

@media only screen and (max-width: 1100px) {
	.sweepstakes-winners-wrap .winner {
		width: 25%;
	}
}

@media only screen and (max-width: 992px) {
	#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
		height: calc(100vh - 166px);
		max-height: 100%;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	#mega-menu-wrap-primary .mega-menu-toggle{
		background-color: #fff !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary{
		background-color: #fff !important;
	}
	.mega-toggle-block .nav-top-link.gtm-logout{
		display: none !important;
	}
	.mega-toggle-block .nav-top-link.gtm-login{
		display:none;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
		font-size: 24px !important;
		font-weight: 600 !important;
		line-height: 24px !important;
		padding-top: 2px !important;
	}

	#communication-preferences .form-section{
		column-gap: 15px;
	}
	#communication-preferences .form-section:nth-child(3) {
		position: relative;
		padding-bottom: 70px;
	}
	.alert-msg-wrap{
		margin-bottom: 10px;
	}
	.wow-alerts-frequency {
		flex-grow: 1;
		flex-shrink: 0;
		position: absolute;
		bottom: 20px;
		left: 72px;
	}
	.wow-alerts-frequency fieldset p{
		font-size: 12px;
		line-height: 16px;
		width: auto;
	}
	.nav-top-section .store-info {
		text-align: right !important;
		position: relative;
	}
}

@media screen and (max-width: 991px){
	.nav-top-section.nav-top-left.d-none {
		display: block !important;
		position: absolute;
		bottom: -35px;
	}
	.header .nav-top{
		position:relative;
		z-index: 1;
	}
}

@media only screen and (max-width: 767px) {
	.header{
		height: 205px;
	}
	.header .container{
		height: 100%;
	}
	main {
		padding-top: 204px;
	}
	.pc-menu {
		border: 0;
	}

	#manage-account {
		padding-right: 0;
	}

	.sweepstake-item > .row > div:first-child > img {
		max-width: 100%;
	}

	.savings-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.sweepstakes-winners-wrap .winner {
		width: 33.3333%;
	}

	.winner-profile-pic {
		width: 15.5556vw;
		height: 15.5556vw;
	}

	#loginModal.modal.show {
		display: flex !important;
		align-items: flex-end;
		padding-right: 0 !important;
	}

	#loginModal .modal-dialog {
		max-width: 100% !important;
		max-height: 90vh;
		overflow: hidden;
		margin: 0 !important;
		border-radius: 0;
	}
	.modal-body{
		padding: 20px 16px !important;
	}
	.go-signup-tab-content .modal-body {
		padding: 0 !important;
	}
	.modal .modal-header {
		padding: 10px 16px;
	}
	.modal-scroll-container {
		overflow: auto;
		max-height: calc(90vh - 71px);
	}
	.modal-signup-section .gform_footer input[type="submit"] {
		max-width: 280px;
	}
	#loginModal.modal.fade .modal-dialog {
		transform: translate(0, 50%);
	}

	#loginModal.modal.show .modal-dialog {
		transform: translate(0, 0);
	}
	#loginModal .modal-content {
		border-radius: 8px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
    #loginModal .modal-scroll-container {
		overflow: auto !important;
	}

	.store-info .nav-top-link.gtm-login {
		margin: 0 0 0 6px !important;
        position: static;
        width: auto;
        height: auto;
	}

	.logged_in_user img {
		width: 30px;
		height: 30px;
	}

	.logged_in_user {
		align-items: flex-end;
        column-gap: 0;
	}

	.nav-top-section .delivery-link {
		display: block;
		margin-right: 0;
	}
	.user_name {
		display: inline-flex;
		align-items: flex-end;
		justify-content: flex-end;
        width: auto;
	}
	.store-intro {
		margin-top: 0;
	}
	.nav-top-link.gtm-logout {
		margin-right: 0 !important;
	}
	.user_name span.header-user-name {
		margin-left: 0;
		transform: translateX(6px);
	}
	#pc-mobile-menu-trigger {
		max-width: 243px;
		background-color: transparent;
		border: 1px solid #ADB5BD;
		border-radius: 4px;
		background-image: linear-gradient(45deg, transparent 50%, #343A40 50%), linear-gradient(135deg, #343A40 50%, transparent 50%);
		background-position: calc(100% - 15px) calc(1em + -2px), calc(100% - 10px) calc(1em + -2px);
		background-size: 5px 5px, 5px 5px, 1px 1.5em;
		background-repeat: no-repeat;
		padding: 3px 10px;
		line-height: 21px;
	}
	.user-mail-settings .save-change--btn {
		max-width: 280px;
		left: 50%;
		transform: translateX(-50%);
		position: relative;
	}
	.store-location-group{
		flex-direction: column;
	}
	.loyalty-indicator{
		min-width: 50px;
	}
	.form-group.upgrade-loyalty-phone .loyalty-indicator img{
		border-radius: 8px;
	}
	#savings-and-purchase .time-filter{
		justify-content: space-between;
		width: 100%;
		padding-right: 5px;
	}
	#savings-and-purchase .time-filter label span{
		padding: 0;
	}
    #savings-and-purchase .time-filter label span:before{
        margin-top: 0px;
    }
	#savings-and-purchase .time-filter label{
		margin-right: 6vw;
	}
	.transactions .table-row .cell-value{
		font-size: 16px;
		line-height: 21px;
	}
	.transactions .table-header{
		padding: 7px 16px 6px;
	}
	.table-row-wrapper{
		border: 0;
		padding-left: 0;
	}
	.table-row-wrapper::after {
		content: "";
		height: 1px;
		background-color: #ccc;
		width: 50%;
		display: block;
	}
	.transactions .table-row .data-column-action{
		width: 32px;
	}
	.transactions .table-row .data-column{
		margin-right: 8px;
	}
	.sweepstake-item{
		padding: 15px 0;
	}
	#sweepstakes .section-header+.sweepstake-item{
		padding-top: 0;
	}
	.sweepstakes_name {
		font-size: 16px;
		line-height: 21px;
	}
	.sweepstakes_desc, .sweepstakes_total_entries_label {
		font-size: 14px;
		line-height: 21px;
	}
	.sweepstakes_desc{
		margin-bottom: 10px;
	}
	.sweepstakes_total_entries {
		min-height: 25px;
		column-gap: 0;
		width: auto;
		padding: 0 8px;
	}
	.sweepstakes_total_entries > figure {
		width: 11px;
	}
	.sweepstakes_total_entries > span {
		font-size: 12px;
		width: auto;
		margin-right: 5px;
	}
	.sweepstakes_total_entries::before, .sweepstakes_total_entries::after{
		width: 9px;
		height: 9px;
	}
	.sweepstakes_total_entries::before {
		left: -5px;
	}
	.sweepstakes_total_entries::after {
		right: -5px;
	}
	.sweepstake-item > .row > div:first-of-type{
		padding-right: 0;
	}
	#my-savings-and-purchase{
		background-image: none;
	}
	#sweepstakesModal .modal-dialog {
		max-width: 100% !important;
	}
	#sweepstakesModal .sweepstakes-banner{
		border-radius: 20px;
		height: auto;
		min-height: 0;
	}
	#sweepstakesModal .sweepstakes-banner img{
		border-radius: 15px;
	}
	#sweepstakesModal .receipt-container,
	#receiptModal .receipt-container {
		margin-top: 30px;
	}
	#sweepstakesModal .download-btn ,
	#receiptModal .download-btn{
		top: -40px;
		right: 0;
	}
	#sweepstakesModal .detail-value {
		font-size: 16px;
		line-height: 21px;
	}
	.loyalty-number {
		font-size: 24px;
		line-height: 31px;
	}
	.open-app-btn{
		display:none;
	}
	.open-app-btn.mobile-btn {
		display: inline-block;
		margin-top: 8px;
	}
	#sweepstakesModal .modal-dialog .modal-body{
		padding: 20px 10px !important;
	}
	#sweepstakesModal .detail-column{
		margin-right: 8px;
	}
	#sweepstakesModal .transactions-list .transaction-details{
		position:relative;
		border: 0;
	}
	#sweepstakesModal .transactions-list .transaction-details:after {
		content: "";
		height: 1px;
		width: 50%;
		position: absolute;
		background: #ADB5BD;
		bottom: 0;
	}
}

@media screen and (max-width: 640px){
	#modal-signup-section .gform_wrapper ul.gform_fields{
		margin-right: 0px !important;
	}
}

@media screen and (max-width: 540px) {
	.sweepstakes-winners-wrap .winner {
		width: 50%;
		padding: 0 !important;
		margin-bottom: 25px;
	}
	.winner-profile-pic {
		width: 35vw;
		height: 35vw;
	}
	.password-tooltip{
		width: calc(100vw - 50px);
		max-width: 400px;
	}

	.go-signup-tab-button{
		font-size: 14px;
		line-height: 21px;
	}
}

@media screen and (max-width: 480px){
	#sweepstakesModal .btn-primary {
		font-size: 16px;
		line-height: 21px;
		min-width: 180px;
	}
}
@media screen and (max-width: 350px){
	.modal-body .nav-btn, .modal-body .btn, .user-mail-settings .nav-btn, .user-mail-settings .btn{
		min-width: 270px;
	}
}

