@charset "utf-8";

/* CSS Document */
/* ECT-1882 WP full width menu */
.wpex-theme #menuholder .header {
    width: 100%;
    display: block;
    padding-top: 0px;
	max-width: 100%;
}

.wpex-theme .site-hdr-new #navcenter ul.mobile-sub.wsmenu-list {
	max-width: 1270px;
}

.wpex-theme #Top_Mobile #navcenter .wsmain-new {
	top: 64px;
}
/*  */
/*  */
li.wsmenu-item-divider::before {
	/* left: -12px !important; */
}
.wsmenu-list li > .megamenu {
	/* visibility: visible !important; */
}

/* ect remove price and show title only  */
.drop-item-1-title-only {
	align-items: center;
}

/* ect1208 sign in/sign out mobile*/
@media (max-width: 840px) {
    .header-nav-outer-bx.header-nav-postal-code {
        display: none !important;
    }

    .signin-signout {
        padding-right: 24px;
        top: 8px;
        position: relative;
    }

    .signin-signout-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #363636;
        font-family: Nunito !important;
        border: none;
        background: transparent;
        padding: 0;
    }

    .signin-signout-btn .signin {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
    }

    .signin-signout-btn .signup {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }
}


/*ect920 thanksgiving header */

#navcenter.thanksgiving {
	max-width: 1315px !important;
}

@media (min-width: 1278px) and (max-width: 1310px) {
	/*.site-hdr-new .thanksgiving .wsmenu-list>li>a {*/
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].dropdown-toggle,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].featured-category,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_1_Restaurants'] {
	    font-size: 12px;
	}
}

@media (min-width: 1211px) and (max-width: 1277px) {
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].dropdown-toggle,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].featured-category,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_1_Restaurants'] {
	    font-size: 11px !important;
	}
}

@media (min-width:  1241px) {
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].dropdown-toggle,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].featured-category,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_1_Restaurants'] {
		padding-left: 8px !important;
	    padding-right: 8px !important;
	}

}

@media (max-width:  1240px) {
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].dropdown-toggle,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].featured-category,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_1_Restaurants'] {
		padding-left: 7px !important;
	    padding-right: 7px !important;
	}

}

@media (max-width:  1175px) {
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].dropdown-toggle,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].featured-category,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_1_Restaurants']{
		padding-left: 5px !important;
	    padding-right: 5px !important;
	}

}

@media (max-width:  1075px) {
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].dropdown-toggle,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_'].featured-category,
	.site-hdr-new .thanksgiving div ul > li > a[id*='Cat_1_Restaurants'] {
		font-size: 10px;
	}

}


/* thanksgiving ends here */


/* ect518 postal code desktop header */


/** this would hide popup on mobile. */
/**
@media only screen and (max-width: 840px) {
	.header-nav-postal-code, #postalcode-popup{
		display: none;
	}
}
*/

.header-nav-postal-code .hdr-nav-postal-code-txt {
	font-family: 'nunito';
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	border-bottom: 1px solid #363636;
	background: none;
    margin-left: 8px;
    color: #363636;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-nav-postal-code .hdr-nav-postal-code-txt:first-child {
	margin-left: 0px;
}

.header-nav-postal-code .hdr-nav-postal-code-btn {
	background: none;
	border: none;
	padding: 0;
	display: flex;
    justify-content: center;
    align-items: center;
}

.header-nav-postal-code .hdr-nav-postal-code-icon {
	width: 21px;
}

.header-nav-postal-code.postal-code-error .hdr-nav-postal-code-txt {
	color: #CE202F;
	border-bottom: 1px solid #CE202F;
}


.header-nav-postal-code.postal-code-error .hdr-hav-postal-code-error-icon, .header-nav-postal-code.postal-code-error .hdr-nav-postal-code-error-icon {
	width: 14px;
	margin-left: 3px;
	margin-bottom: 1px;
}

.mobile-hdr-hav-postal-code-error-icon {
	margin-right: 4px;
}

.header-nav-outer-bx.postal-code-error:hover .header-nav-item {
	border-color: #CE202F !important;
}

.header-nav-outer-bx.disable-btn-click {
	pointer-events: none;
}

.header-nav-outer-bx:not(.disable-btn-click) {
	pointer-events: visible;
} 

.postal-code-pop-up-container .postalcode-popup-box,
.postal-code-pop-up-container .postalcode-popup-arrow {
	position: fixed;
}

/*.postal-code-pop-up-container .postalcode-popup-box,
.postal-code-pop-up-container .postalcode-popup-arrow {
	position: fixed;
}*/



/* ect775 mobile header */
@media only screen and (max-width: 840px) { 
	/* paola request fix nov 2023 */
	.header-nav-postal-code.postal-code-error .hdr-hav-postal-code-error-icon {
		margin-left: 0px;
	}

	.mobile-cart-nav-item {
		display: flex;
	    flex-direction: row;
	    gap: 8px;
	    align-items: baseline;
	}

	.mobile-cart-order-info {
		color: #363636;
	}

	.mobile-cart-order-info .cart-subtotal {
		font-size: 12px;
	    font-weight: 700;
	    padding-top: 4px;
	    line-height: 19px;
	    color: #363636;
	    text-align: left;
	}

	.right-side-menu {
		max-width: 100%;
	}

	.spud_logo {
		width: 75px !important;
	}

	.top_mobile_new #mobile-in-search {
		padding: 10px 16px !important;
	}

	a.black-calender .deliv_date_header.in-mobile.dropbtn-delv-date {
		margin-top: 12px;
	}

	.header_nav_min_order_info {
		font-size: 11px !important;
	}

	.left-side-menu .spud_logo {
    	margin-top: 13px !important;
	}

	.top_mobile_new #menuholder {
   		margin-top: 13px !important;
	}
	.top_mobile_new .header-nav-outer-bx.header-nav-postal-code .header-nav-item {
		padding-top: 3px;
		padding-bottom: 6px;
		padding-left: 8px;
		padding-right: 8px;
	}
	.top_mobile_new .header-nav-outer-bx.header-nav-postal-code:hover .header-nav-item {
		border: 0px;
		border-color: #FFF!important;
		background-color: #FFF;
	}
	.top_mobile_new .header-nav-outer-bx.header-nav-postal-code:active .header-nav-item {
		border-radius: 999px;
		border-color: #F1EFF1!important;
		background-color: #F1EFF1;
	}
}

@media only screen and (max-width: 470px) {
	.right-side-menu {
	    width: auto !important;
	}

	.left-side-menu {
		width: auto !important;
	}
}


@media only screen and (max-width: 374px) {
	.spud_logo {
		width: 57px !important;
	}
}

/*ect776 ends here*/

/* may 2023 bulk deals */
.shining-icon svg {
	fill: #363636 !important;
	width: 12px;
	height: auto;
}

li.bulk-deals:hover .shining-icon svg {
	fill: #1F644C !important;
}

.wsmenu-list .bulk-deals {
	position: relative;
}

.wsmenu-list .bulk-deals .shining-icon {
	position: absolute;
    top: 10px;
    right: 3px;
}

.alberta-header .wsmenu-list .bulk-deals .shining-icon {
	right: 0px;
}

.bulk-deals-mobile {
	position: relative;
}


.bulk-deals-mobile .shining-icon {
	position: absolute;
	top: 10px;
    left: 90px;
}

.mobile-menu-divider {
	margin-left: 20px;
	margin-right: 20px;
    border-bottom: 1px solid #E2E3E3;
    margin-bottom: 2px;
}


.wsmenu-list .sign-out-item i {
	color: #363636 !important;
	margin-right: 5px !important;
	right: 1px;
    position: relative;
}

/* jan 2023 rebrand new */


/*firefox alberta only */
@-moz-document url-prefix() {
	@media (min-width: 841px) and (max-width: 890px) {
		.site-hdr-new .header.alberta-header ul.wsmenu-list > li > a {
			padding-left: 2px !important;
			padding-right: 2px !important;
		}
	}

	@media (min-width: 940px) and (max-width: 1000px) {
		.site-hdr-new .header.alberta-header ul.wsmenu-list > li > a{
			padding-left: 2px !important;
			padding-right: 2px !important;
		}
	}

	@media (min-width: 1026px) and (max-width: 1050px) {
		.site-hdr-new .header.alberta-header ul.wsmenu-list > li > a {
			font-size: 12px;
			padding-left: 3px !important;
			padding-right: 3px !important;
		}
	}

	@media (min-width: 1076px) {
		.site-hdr-new .header.alberta-header ul.wsmenu-list > li > a {
			padding-left: 8px !important;
			padding-right: 8px !important;
		}
	}

	@media (min-width: 1051px) and (max-width: 1095px) {
		.site-hdr-new .header.alberta-header ul.wsmenu-list > li > a {
			font-size: 12px;
			padding-left: 4px !important;
			padding-right: 4px !important;
		}
	}
	@media (min-width: 1096px) and (max-width: 1225px) {
		.site-hdr-new .header.alberta-header ul.wsmenu-list > li > a {
			padding-left: 4px !important;
			padding-right: 4px !important;
		}
	}


	@media (min-width: 1278px)  and (max-width: 1295px) {
		.site-hdr-new .header.alberta-header ul.wsmenu-list > li > a{
			padding-left: 7px !important;
			padding-right: 7px !important;
		}
	}



}

/* alberta navbar */
@media (min-width: 841px) and (max-width: 890px) {
	.site-hdr-new div.alberta-header ul:has(li:nth-child(19)) > li > a
	{
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}

@media (min-width: 940px) and (max-width: 1000px) {
	.site-hdr-new  div.alberta-header ul:has(li:nth-child(19)) > li > a
	{
		padding-left: 2px !important;
		padding-right: 2px !important;
	}
}

@media (min-width: 1026px) and (max-width: 1050px) {
	.site-hdr-new  div.alberta-header ul:has(li:nth-child(19)) > li > a {
		font-size: 11px;
		padding-left: 3px !important;
		padding-right: 3px !important;
	}
}


@media (min-width: 1076px) {
	.site-hdr-new  div.alberta-header ul:has(li:nth-child(19)) > li > a {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}
}


@media (min-width: 1051px) and (max-width: 1095px) {
	.site-hdr-new div.alberta-header  ul:has(li:nth-child(19)) > li > a {
		font-size: 11px;
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media (min-width: 1096px) and (max-width: 1225px) {
	.site-hdr-new div.alberta-header  ul:has(li:nth-child(19)) > li > a {
		padding-left: 4px !important;
		padding-right: 4px !important;
	}
}

@media (min-width: 1278px)  and (max-width: 1295px) {
	.site-hdr-new  div.alberta-header ul:has(li:nth-child(19)) > li > a {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
}



/* wordpress */
.grp_rt.wordpress .hdr-nav-iconIcon.cart-bin-icon {
	height: 50px !important;
	width: 48px !important;
	top: 80% !important;
   	left: 50%;
	transform: translate(-50%, -50%);
}

.grp_rt.wordpress .hdr-nav-iconIcon.cart-bin-icon .cart-bin-icon-img {
	bottom: 17px !important;
}

.grp_rt.wordpress .header-nav-outer-bx.cart-nav-item {
	bottom: 8px !important;	
}

.site-hdr-new .grp_rt.wordpress  .custname .header-nav-item {
	margin-top: 1px;
}

.site-hdr-new .grp_rt.wordpress {
	left: 13px !important;
}

.fixed-nav-top:has(.wordpress) {
	max-width: 1222px !important;
}

body.wpex-live-site .site-hdr-new .wsmenu-list>li:nth-child(17) a {
	padding-right: 3px !important;
}

body.wpex-live-site .site-hdr-new .mobile-sub.wsmenu-list li a {
	background: #FFFF !important;
}

body.wpex-live-site input#sheroes::-webkit-input-placeholder,
body.wpex-live-site input#sheroes[placeholder],
body.wpex-live-site input[placeholder]
 {
	color: #57595A !important;
	opacity: 1 !important;
}

body.wpex-live-site #mobile-in-search .search_iconz_container {
	top: 5px !important
}

body.wpex-live-site input.shroes_input {
	background: #F1EFF1;
	border-radius: 4px !important;
	border: 1px solid #F1EFF1;
	color: #57595A !important;
}
/* nicole 0.1431 ECT-1632 top nav update  */
#site-header .wsmenu ul.wsmenu-list>li:nth-child(8) .halfmenu {
	/* snacks */
	min-width: max-content;
}

#site-header .wsmenu ul.wsmenu-list>li:nth-child(8) .halfmenu ul:not(.left)  {
	min-width: fit-content;
}

#site-header .wsmenu ul.wsmenu-list>li:nth-child(11) a[id*="Cat_1_12"] ~ .halfmenu {
	/* supplements */
	min-width: 398px;
	right: 0px !important;
}

#site-header .wsmenu ul.wsmenu-list>li:nth-child(n+12) a[id*="Cat_1_12"] ~ .halfmenu {
	/* supplements alberta */
	min-width: max-content;
}

#navcenter .header .wsmenu-list li:nth-child(11):hover a[id*="Cat_1_12"] ~ .megamenu .link-list {
	max-width: 182px;
}

#site-header .wsmenu ul.wsmenu-list>li:nth-child(10) {
	/* drinks */
	/* position: relative; */
}

/* drinks */
#site-header .wsmenu ul.wsmenu-list>li:nth-child(10) a[id*="Cat_1_4"] ~ .halfmenu {
	right: 0px !important;
	min-width: 390px;
}

/* liquor */
#site-header .wsmenu ul.wsmenu-list>li:nth-child(11)  a[id*="Cat_1_25"] ~ .halfmenu  {

}

/**/
#site-header .wsmenu ul.wsmenu-list>li:nth-child(n+12) .halfmenu {
	right: 0px !important;
    min-width: 340px;
}

/*ready to eat submenu*/
#site-header .wsmenu ul.wsmenu-list>li:nth-child(n+12) a#Cat_1_9 ~ .halfmenu {
	min-width: 390px !important;
}

/* gifts dropdown */
#site-header .wsmenu ul.wsmenu-list>li:nth-child(15) .halfmenu {
	/*min-width: 280px;*/
	min-width:  340px;
}

/* dairy */
#site-header .wsmenu ul.wsmenu-list>li:nth-child(5) .halfmenu .link-list.left{
	/* max-width: 200px; */
}

/* health & beauty */
#site-header .wsmenu ul.wsmenu-list>li:nth-child(13) .halfmenu .link-list.left {
	min-width: 156px;
}

/* pets */
#site-header .wsmenu ul.wsmenu-list>li:nth-child(14) .halfmenu .link-list:not(.left) {
	min-width: 135px;
}

#site-header .wsmenu ul.wsmenu-list>li:nth-child(n+12) {
	/* position: relative; */
}

.search-container-autoCmplt .easy-autocomplete {
	background: #F1EFF1;
	/*border: 1px solid #F1EFF1;*/
	border-radius: 4px;
}

.site-hdr-new .easy-autocomplete {
	max-width: 390px !important;
}

.easy-autocomplete input.shroes_input {
	/*border: none;*/
	border: 1px solid #F1EFF1;
	color: #57595A;
}

.easy-autocomplete input.shroes_input::placeholder,
.easy-autocomplete input.shroes_input[placeholder],
.easy-autocomplete input.form_control {
	color: #57595A !important;
}

.easy-autocomplete input.search-input.shroes_input.Focus-Search,
.search-container-autoCmplt input.search-input.shroes_input.Focus-Search {
	background-color: white !important; 
	border: 1px solid #B8BBBC !important;
}

.search-list-top .search_iconz.Focus-Search {
	border-radius: 0 4px 4px 0 !important;
}


.header-nav-item.account {
	padding: 0;
}

.header-nav-item.account .hdr-nav-iconInfo {
	padding: 9px;
}

.hdr-nav-iconInfo.cart-info {
	height: 44px;
	width: 48px;
}

/* cart amount  */
.hdr-nav-infoInfo.cart-amount .hdr-nav-total {
	width: 28px;
    height: 28px;
/*    background-color: red;
    border-radius: 100%;*/
    position: relative;
    display: block;
    line-height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    font-weight: 700;
    z-index: 1;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    font-family: 'nunito';
}

/* cart icon */

.header-nav-outer-bx.cart-nav-item a,
.header-nav-outer-bx.cart-nav-item a:hover {
	color: #363636;
}


.dropdown.header-nav-drop.header-nav-logged-in {
	bottom: 0px;
	left: 2px;
}

.header-nav-item.cart {
	display: flex;
	flex-direction: row;
	gap: 8px;
	padding: 8px;
	align-items: end;
}
.header-nav-item>.header-nav-flex {
    display: flex;
    flex-direction: row;
	gap: 8px;
}

.header_nav_text_top {
    font-size: 14px;
    font-weight: 700;
	text-align: left;
	line-height: 19px;
}
.header_nav_text_bottom {
    font-size: 13px;
    font-weight: 400;
	text-align: left;
	line-height: 18px;
}

.header_nav_min_order_info {
	font-size: 12px;
	line-height: 16px;
	color: #363636 !important;
}

.header-nav-drop .cart-subtotal {
	font-size:  14px;
	font-weight: 700;
	padding-top: 4px;
	line-height: 19px;
	color: #363636;
	text-align: left;
}

.hdr-nav-iconIcon.cart-bin-icon {
	position: absolute;
	transform: translate(-50%, 0%);
}

.cart-bin-icon-img {
	height: 44px;
	width: 48px;
	position: relative;
	bottom: 28px;
}


.exclam-icon-uncinf {
	position: absolute;
	bottom: 28px;
	right: 2px;
	height: 18px;
	width: 18px;
}

#ExclamationImgID_m .exclam-icon-uncinf {
	bottom: 0px;
	right: 2px;
}

.site-hdr-new .grp_rt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	flex-grow: 1;
	position: relative;
	left: 8px;
}


.header-nav-item.header-nav-outer-bx.account-nav-item {
	margin-right: 13px !important;
}

.header-nav-outer-bx:not(.profile-top) {
	margin-right:  16px !important;
}
.header-nav-outer-bx,
.profile-top.header-nav-outer-bx {
	/*margin: 0 10px !important;*/
	margin-right: 16px !important;
	display: inline-block !important;
	border: none !important;
}

.site-hdr-new .spud-brand {
	width: auto;
	min-width: 5%;
	margin-right: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.header-nav-outer-bx.account-nav-item {
	/*margin-right: 10px;*/
	margin-left: 0 !important;
}

.header-nav-outer-bx.cart-nav-item {
	margin-right: 0 !important;
	bottom: 6px;
	/*margin-left: 10px;*/
}

.site-hdr-new .sticky .fixed-nav-top {
	min-height: 58px;
}

.site-hdr-new .white-top {
	background-color: #fff;
	height: auto;
	border-bottom: 0;
}

.site-hdr-new #search .input-lg {
	height: 43px;
	padding: 12px 50px 12px 16px;
	font-size: 14px;
	line-height: 1.3333333;
	border-radius: 4px;
	box-shadow: none;
	background-color: #F1EFF1;
	border: none;
}


.site-hdr-new .header-nav-logged-in  #thecartico {
	position: absolute !important;
}

.site-hdr-new #thecartico.header-nav-outer-bx {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* overrides spud.theme.css  */
.site-hdr-new .search-list-top .search_iconz_container
 {
 	width: 50px;
	height: 43px !important;
	top: 0 !important;
	right: 0 !important;
	position: absolute;
}

.site-hdr-new .search-list-top .search_iconz {
	top: 0 !important;
	right: 0 !important;
	position: absolute;
	height: 42px !important;
	padding: 12px 16px;
	width: 50px;
}

.site-hdr-new .navbar.white-top.sticky {
	position: fixed;
	top: 0;
	padding: 0px 0px !important;
    border-bottom: none;
	width: 100%;
	z-index: 999999;
/*	-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);*/
	border-radius: 0;
	-webkit-transition: height .4s;
	transition: height .4s;
}
.offline-banner {
	font-size:18px;
	font-weight:bold;
	color:red;
	background-color:yellow;
	padding: 5px;
	padding-top: 15px;
	height:54px;
	line-height:20px;
	position: fixed;
	top: 0px;
	z-index: 9999999;
	text-align: center;
	width: 100%;
}
.offline-banner ~ .site-hdr-new .navbar.white-top.sticky {
	top: 54px;
}

@media only screen and (max-width: 840px) {
	.offline-banner {
		height: 90px;
	}
	.offline-banner ~ #Top_Mobile.top_mobile_new {
		margin-top: 90px;
	}

	.offline-banner ~ .Top_Container_Mobile {
    	margin: 0 !important;
    	top: 100px;
	}
	.offline-banner ~ .Top_Container_Mobile:has(#mobile-alert .alert) {
    	margin: 0 !important;
    	top: 150px;
	}
	.offline-banner ~ #productarea {
		top: 150px;
	}
}

.site-hdr-new .fixed-nav-top {
	padding-top: 18px;
	padding-bottom: 18px;
	max-width: 1290px;
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
    padding-right: 20px;
}


a.orangel {
	color: #CA4B0C !important;
}

a.orangel:hover {
	color: #CA4B0C !important;
}

/* submenu */
.site-hdr-new .megamenu {
	box-shadow: 0px 3px 6px #00000029 !important; 
}

.site-hdr-new .wsmenu-list .megamenu .link-list li a:hover {
	color: #1F644C !important;
	text-decoration: underline !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}
/* desktop only */
@media (min-width: 840px) {
	#site-header #navcenter .megamenu {
		-webkit-transition: none;
	}
	.wsmenu-list > li {
		display: flex;
		flex-grow: 1;
	}
	.site-hdr-new .wsmenu-list>li>a {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 8px;
		text-align: center;
	}
	#navcenter .header .wsmenu-list li > .megamenu {
		transform-style: none;
		-o-transform-style: none;
		-moz-transform-style: none;
		-webkit-transform-style: none;
		transform: none;
		-o-transform: none;
		-moz-transform: none;
		-webkit-transform: none; 
	}
	#navcenter .header .wsmenu-list li:hover > .megamenu {
		/* width: 100vw !important; */
		width: calc(100% + 3px) !important;
		max-height: 168px;
		padding: 20px;
		left: -2px !important;
		transition: 'all .2s';
		transform: none;
		-o-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
	}

	#navcenter .header .wsmenu-list li:hover > .megamenu .menu-items {
		max-width: 1296px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.link-list.left {
		margin-right: 60px;
	}

	#navcenter .header .wsmenu-list li:hover > .megamenu .menu-items {
		max-width: 1296px;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	
	
	#navcenter .header .wsmenu-list li:hover > .megamenu .menu-items .menu-list {
		display: flex;
		flex-direction: row;
	}

	#navcenter .header .wsmenu-list li:hover > .megamenu .menu-items .promo-content a {
		padding: 0 !important;
		margin: 0 !important;
		height: 100%;
		display: block;
	}
	#navcenter .header .wsmenu-list li:hover > .megamenu .menu-items .promo-content .promo-content-img {
		width: 320px;
		height: 128px;
		object-fit: cover;
	}

	.mobile-sub .menu-items {
		display: none;
	}

}
/* mobile only */
/*  .left-side-menu .mobile-sub li .megamenu */
@media (max-width: 840px) {
	#site-header #menuholder .header ul.mobile-sub div.megamenu {
		display: none;
	}
	.menu-items .menu-list {
		width: 100%;
	}

	.megamenu .menu-items {
		display: flex;
		flex-direction: column-reverse;
	}
	.top_mobile_new .wsmain-new .wsmenu-list li .menu-items .promo-content a {
		padding: 0 !important;
		margin: 0 !important;
		height: 100%;
		display: block;
	}

	.menu-items .promo-content img.promo-content-img {
		max-height: 100px;
		object-fit: cover;
		height: 100%;
		width: 100%;
	}

	.link-list.left {
		padding-left: 0;
	}

	ul.mobile-sub.wsmenu-list > li > a {
		font-family: 'paralucent';
        font-weight: 500 !important;
	    border-bottom: none !important;
	}

	.link-list li a {
		font-family: 'nunito' !important;
        font-weight: 600 !important;
	}
}

/* spud-boot-2018 */
#customer-dash .cust_menu li a:hover, 
#customer-dash .cust_menu li a:focus, 
.side-list-menu li>a:hover,
.side-list-menu li>a:focus  {
    text-decoration: underline !important;
	color: #1F644C;
	background: unset;
}

#customer-menu-mobile .cust_menu li:hover {
	background: #F1EFF1;
}

.cust_menu li.active_page a {
	border-left: 3px solid #005944;
    background-color: transparent !important;
    transition: border-left 0.3s;
}

.cust_menu_min_order {
	margin: 8px 14px 0px;
    padding: 5px 8px 3px;
    background-color: #E3ECE9;
    border-radius: 5px;
    font-size: 12px;
}

/* mobile */

#customer-menu-mobile .cust_menu li a:hover, 
#customer-menu-mobile .cust_menu li a:focus, 
#customer-menu-mobile .cust_menu li.active_page a, {
	background-color: #F1EFF1;
}

.top_mobile_new a.black-calender:hover .in-mobile.dropbtn-delv-date,
.top_mobile_new button#m_search_btn:active {
	background-color: #F1EFF1;
	width: 42px;
	height: 42px;
	border-radius: 100%
}

a.black-calender .deliv_date_header.in-mobile.dropbtn-delv-date {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 6px;
	height: 42px;
	width: 42px;
	color: #363636;
	font-weight: 800;
	text-transform: uppercase;
    background-size: 28px 31px;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 8px;
}

a.black-calender:after .deliv_date_header.in-mobile.dropbtn-delv-date:hover::after, 
a.black-calender .deliv_date_header.in-mobile.dropbtn-delv-date:active, 
a.black-calender .deliv_date_header.in-mobile.dropbtn-delv-date:focused {
    background-color: #F1EFF1;
    border-radius: 100%;
}

.black-calender .deliv_date_header.in-mobile.dropbtn-delv-date strong {
	color: #363636;
	font-size: 12px;
	font-weight: 800;
}

a.black-calender {
	color: #363636;
}

.top_mobile_new span#cartitemsamt_m.cart-amount {
	font-size:  11px;
	font-weight: bold;
}

.navbar {
	margin-bottom: 0 !important;
}

.cust_menu .sign-out-item {
	display: flex;
	align-items: baseline;
	padding-left: 16px;
}

.cust_menu .sign-out-item a {
	padding-right: 8px;
}

.cust_menu .profile-account img{
	margin-right: 8px;
}

.custname.header-nav-drop .cust_menu li.dropdown-submenu:hover > a,
.dropdown-content ul.cust_menu li:hover:not(.dropdown-submenu) a,
.custname.header-nav-drop .cust_menu ul.dropdown-menu li:hover > a {
	color: #1F644C !important;
	text-decoration: underline !important;
}

.dropdown-submenu .dropdown-menu a.ga-track-account-dropdown:hover {
	background: #FFFF !important;
}

.custname.header-nav-drop .cust_menu li.dropdown-submenu.mini-menu-sp:hover:has(ul.dropdown-menu li:hover) a.dropdown-toggle {
	text-decoration: none !important;
	color: #363636 !important;
}

/* spud-iphone */

@media only screen and (max-width: 840px) {
	
	body.wpex-live-site input#sheroes,
	body.wpex-live-site input#sheroes::-webkit-input-placeholder,
	body.wpex-live-site input#sheroes[placeholder],
	body.wpex-live-site input[placeholder],
	.easy-autocomplete input.shroes_input::placeholder,
	.easy-autocomplete input.shroes_input[placeholder] {
		font-size: 14px !important;
	}

	.top_mobile_new .ns-mbl-head-out .ns-mbl-head a[href*="op=a0"]:hover
	{
		background: #F1EFF1;
		border-radius: 4px;
		/*padding: 4px;*/
	}

	.top_mobile_new .ns-mbl-head-out .ns-mbl-head a[href*="op=a0"] {
		border: 1px solid transparent;
		padding: 0px;
	    left: 0px;
	    position: relative;
	}

	body.wpex-live-site #mobile-in-search #search {
		margin: 0;
	}

	.top_mobile_new:has(div.wsoffcanvasopener) ~ .Top_Container_Mobile ~ .buh_outer .banner_under_header.expiry_header.sticky {
		display: none;
	}

	body.wpex-live-site input#sheroes-m {
		margin-top: 0 !important;
	}

	body.wpex-live-site #mobile-in-search .search-container-autoCmplt {
		max-width: 100% !important;
	}
	

	body.wpex-live-site #mobile-in-search .search-container-autoCmplt .search_iconz_container {
		top: 0 !important;
	}

	li:has(.ga-track-account-dropdown .fa-sign-out) {
		margin-top: 10px;
	}



	.only-ipad-signout .fa-sign-out {
		margin-right: 8px;
	}

	.u-r-a-memeber-m .m-mmbr-profile {
		height: 25px !important;
		width: 25px !important;
		margin-left: 8px !important;
	}

	.my-account-page .header-mobile-pages h1 {
		margin-top: 1px;
		margin-bottom: 11px;
	}

	.mobile-sub.wsmenu-list li:last-child:has(.wsmenu-click)::after {
		content:  '';
		height: 80px;
	    position: relative;
	    display: block;
		background: #FFFFFF;
	}

	.wsmenu-click:not(.ws-activearrow) .wsmenu-arrow.fa-angle-down:before {
		left: 6px;
		position: relative;
	}

	.ws-activearrow .wsmenu-arrow.fa-angle-down:before {
	    right: 7px !important;
	    position: relative;
	}

	body.wpex-live-site .top_mobile_new .wsmain-new .wsmenu-list li a {
		color: #363636;
		background: transparent !important;
		line-height: 20px !important;
	}

	.left-side-menu .spud_logo {
		margin-top: 2px;
	}

	body.wpex-live-site .top_mobile_new .wsmain-new .wsmenu-list li a:not(.orangel),
	body.wpex-live-site .top_mobile_new .wsmain-new .wsmenu-list li ul.link-list a:hover {
		color: #363636 !important;
	}
	
	.wsoffcanvasopener .animated-arrow span,
	.wsoffcanvasopener .animated-arrow span:before,
	.wsoffcanvasopener .animated-arrow span:after {
		height: 3px !important;
		border-radius: 50px;
		background-color: #363636 !important;
		width: 20px;
	}

	.animated-arrow span:before,
	.wsoffcanvasopener .animated-arrow span {
		background-color: transparent !important;
	}
			
	.wsmenucontainer:not(.wsoffcanvasopener) .animated-arrow span:after {
		bottom: -9px !important;
	}

	.wsmenucontainer:not(.wsoffcanvasopener) .animated-arrow span:before {
		top: -9px !important;
	}



	.wsmenucontainer:not(.wsoffcanvasopener) .animated-arrow span,
	.wsmenucontainer:not(.wsoffcanvasopener) .animated-arrow span:before,
	.wsmenucontainer:not(.wsoffcanvasopener).animated-arrow span:after,
	.top_mobile_new .animated-arrow span:after {
		height: 3px;
		border-radius: 50px;
		background-color: #363636 !important;
		width: 20px;
	}

	.ns-mbl-head {
		flex-wrap: wrap;
	}
	.ns-mbl-head-3 {
		flex-basis: 100%;
		font-size: 13px;
		color: #363636;
		text-align: center;
		padding-top: 24px;
		padding-bottom: 1px;
		font-weight: 600;
		line-height: 21px;
	}
	.ns-mbl-head-3 a {
		text-decoration: underline;
		font-weight: 700;
		color: #1F644C;
	}
	.ns-mbl-head-3 a:hover {
		text-decoration: none;
		color: #1F644C;
	}

	.ns-mbl-head-2 .sp-solid-grey {
		background-color: #57595A  !important;
		border-color: #57595A  !important;
		color: #FFFFFF !important;
		height: 40px;
		padding: 9px 19px;
		display: flex;
    	align-items: center;
	}

	.ns-mbl-head-2 a[href*="howitworks"] {
		/*width: 140px;*/
	}

	.ns-mbl-head-2 a[href*="youraccount.cfm?op=a7"] {
		/*width: 114px;*/
	}

	.ns-mbl-head-1 a.sp-solid-black:hover {
		background-color: #363636 !important;
		border-color: #363636 !important;
	}

	.ns-mbl-head-1 a.sp-solid-black {
		background-color: #57595A !important;
		border-color: #57595A !important;
		height: 40px;
/*		width: 156px;*/
		padding: 9px 20px;
		display: flex;
    	align-items: center;
	}

	.ns-mbl-head-2 .sp-solid-grey:hover {
		background-color: #363636 !important;
		border-color: #363636 !important;
	}

	.orangel {
		color: #CA4B0C !important;
	}

	.wsmenu-list .megamenu {
		background-color: #E0F2F0 !important;
	}

	ul.mobile-sub.wsmenu-list li > a {
		background-color: #FFFFFF;

	}

	.wsmenu-list li:has(.ws-activearrow ~ div.megamenu .link-list li:hover) {
		background-color: #FFFFFF !important;
	}

	.wsmenu-list .megamenu li:hover,
	.wsmenu-list > li:active
	{
		color: #363636 !important;
		background: #B3E0D8 !important;

	}

	.wsmenu-click.ws-activearrow ~ a:not(#Cat_2_15) {
		color: #004F3C !important;
	}

	.wsmain-new .wsmenu-list .megamenu li a:hover {
		color: #363636 !important;
	}

	.wsmenu-list > li.u-r-a-memeber-m:hover {
		background: #F6F3EF !important;
	}

	#navcenter .wsmenu-list>li:hover,
 	#navcenter .wsmenu-list>li span ~ a:hover
	.wsmenu-list > li:hover>a {
		color: #363636 !important;
	}

	.megamenu.clearfix.halfmenu.menu-face-left {
		/*display: block;*/
		background: #E0F2F0 !important;
	}
	.top_mobile_new .m_tr.ham-menu {
		margin-right: 16px;
	}

	.top-alert {
		margin-top: 74px !important;
	}

	.top_mobile_new {
		box-shadow: 0px 3px 6px #7575751A;
		border-bottom: 1px solid #E2E3E3;
	}

	.top_mobile_new #mobile-in-search {
		padding:  8px 16px;
		margin-right: 0;
	}

	.top_mobile_new #mobile-in-search .typeahead, .top_mobile_new #mobile-in-search #search-input {
		height: 36px !important;
		padding-top: 8px !important;
		padding-bottom: 10px !important;
	}
	#Top_Mobile.top_mobile_new {
		height: 68px !important;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
		box-shadow: 0px 3px 6px #7575751a;
	}

	.top_mobile_new .cart-bin-icon-img {
		bottom: 0;
	}

	.top_mobile_new .hdr-nav-total.cart-amount {
		left: 9px !important;
	    top: -1px !important;
	}

	.top_mobile_new li span i.wsmenu-arrow {
		color: #57595A;
	}

	.halfmenu ul.link-list li > a:not(.list-item-new-in),
	.halfmenu ul.link-list li span#FHB_Menu_Link > a{
		font-family: 'nunito';
		font-weight: 600 !important;
	}

	.list-item-new-in {
		font-family: 'nunito';
		font-weight: bold !important;
	}

	.top_mobile_new .wsmain-new .wsmenu-list li a {
		padding: 14px 32px 14px 0 !important;
		line-height: 23px !important;
	}

	.top_mobile_new span#cartitemsamt_m.cart-amount {
		font-size:  11px;
		line-height: 30px;
	}

}

/* ends here */
/* ----------- */



.site-hdr-new .spud_logo {
	width: 151px;
	height: auto;
	max-height: 52px;
	max-width: 100%;
}

.site-hdr-new .sticky img.spud_logo {
	max-width: 180px !important;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.site-hdr-new .sticky+.content {
	padding-top: 60px;
}

.site-hdr-new .spud_logo.logged_in {
	margin: 0px 0px 0px 0px;
}

.site-hdr-new .dropbtn {
	background-color: #fff;
}

.site-hdr-new .city_logged {
	text-align: center;
	margin-left: 70px;
	font-size: 9px;
	text-align: center;
}

.site-hdr-new .nav-expander .dropbtn {
	background-color: #fff;
}

.site-hdr-new a.nav-expander {
	display: block;
	color: #000;
	transition: right 0.7s ease;
	transition: right 0.7s ease;
	-webkit-transition: right 0.7s ease;
	-moz-transition: right 0.7s ease;
	-o-transition: right 0.7s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	/*	z-index: 20000;*/
	z-index: 999;
}

.site-hdr-new a.expander_out .dropbtn {
	background: #c3c3c3 !important;
}

.site-hdr-new a.nav-expander:hover {
	cursor: pointer;
}

.site-hdr-new .nav-expanded a.nav-expander.fixed {
	right: 300px;
}

.site-hdr-new .cart_header {
	background-color: #c3c3c3;
	height: 61px;
}

.site-hdr-new #verytopnav {
	display: block;
	height: 100%;
	overflow: hidden;
	position: fixed;
	right: -440px;
	font-size: 15px;
	top: 0px;
	width: 440px;
	z-index: 9999999999;
	-webkit-transition: -webkit-transform 0.7s ease;
	transition: -webkit-transform 0.7s ease;
	transition: transform 0.7s ease;
	transition: transform 0.7s ease, -webkit-transform 0.7s ease;
	-webkit-transition: transform 0.7s ease;
	-moz-transition: transform 0.7s ease;
	-o-transition: transform 0.7s ease;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	/*    will-change: transform;*/
	-webkit-transition: -webkit-transform 700ms ease;
	transition: -webkit-transform 700ms ease;
	transition: transform 700ms ease;
	transition: transform 700ms ease, -webkit-transform 700ms ease;
}

.site-hdr-new .macx.nav-expanded #verytopnav {
	/* make nice for Mac, uses browser detection JS */
	width: 320px !important;
}

.site-hdr-new .nav-expanded #verytopnav,
.site-hdr-new input[type=checkbox]#show-hide-cart:checked+label~#verytopnav {
	-webkit-transform: translateX(-440px);
	transform: translateX(-440px);
	-webkit-transition: -webkit-transform 700ms ease;
	transition: -webkit-transform 700ms ease;
	transition: transform 700ms ease;
	transition: transform 700ms ease, -webkit-transform 700ms ease;
	-webkit-box-shadow: -5px 0px 6px rgba(0, 0, 0, 0.16);
	box-shadow: -5px 0px 6px rgba(0, 0, 0, 0.16);
	width: calc(100% + 440px);
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.6) !important;
	/*	top: 0;*/
}

body.nav-expanded,
body.stopscroll {
	margin-left: 0em;
	transition: right 0.4s ease-in-out 0s;
	-webkit-transition: right 0.4s ease-in-out 0s;
	-moz-transition: right 0.4s ease-in-out 0s;
	-o-transition: right 0.4s ease-in-out 0s;
	overflow-y: hidden;
}

.site-hdr-new .delivr.arrive-today {
	border-left: 5px #95BB52 solid;
}

.site-hdr-new .delivr.no_deliver {
	border-left: 5px #EC4F4F solid;
	background-color: #ddd;
	color: #aaa;
}

.site-hdr-new .no_deliver .deliver_date,
.no_deliver .delivr_ops {
	color: #999 !important;
}

.site-hdr-new .cust-dater .no_deliver,
.no_deliver .delivr_ops,
.no_deliver .delivr_date {
	color: #999;
}

.site-hdr-new .delivr_date {
	font-size: 14px;
	text-align: left;
	font-weight: 400;
	color: #363636;
}

.site-hdr-new li.delivr {
	padding: 0px;
	border-bottom: none;
	color: #555;
	border-left: 4px solid transparent;
}

.site-hdr-new li.delivr:first-child {
	margin-top: 5px;
}

.site-hdr-new li.delivr:last-child {
	margin-bottom: 5px;
}

.site-hdr-new .clndr li:hover {
	border-color: #EBEBEB;
	background-color: #EBEBEB;

}

.dropdown-content.clndr a {
	padding: 5px 21px 6px 21px;
	color: #363636;
}

.dropdown-content a:hover {
	background-color: transparent;
}

.site-hdr-new li.has_order {
	border-left: 4px #005944 solid;
	background-color: #E5EEEC;
}

.site-hdr-new li.selected_day_to_shop {
	border-left: 4px #1F644C solid;
	background-color: #E3ECE9;
	pointer-events: none;
}

.site-hdr-new li.pending_order {
	border-left: 4px #005944 solid;
}

.site-hdr-new li.has_order_in .delivr_date {
	font-weight: 700;
}

.site-hdr-new a.calendarck {
	background-color: #1F644C;
	color: #fff;
	padding: 8px 10px 10px 10px;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-radius: 4px;
	width: 100%;
	min-width: 46%;
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	height: 34px;
	align-items: center;
}

.site-hdr-new a:hover.calendarck {
	background-color: #0A432F;
	color: #fff;
}

.site-hdr-new a.calendarck>img {
	margin-right: 6px;
	width: 15px;
}

.site-hdr-new #thecartico {
	position: relative;
}

.site-hdr-new .arrowminus {
	display: inline;
	font-size: 18px;
	margin: 0px 0px;
	padding: 0px 0px;
}

.site-hdr-new .arrowplus {
	display: inline;
	font-size: 18px;
	margin: 0px 0px;
	padding: 0px 0px;
}

.site-hdr-new .shader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	bottom: 0;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.7);
}

.site-hdr-new .shader .close {
	position: inherit;
	right: 20px;
	font-size: 50px;
	margin-top: 68px;
	color: #fff;
	cursor: pointer;
	line-height: 0.4;
}

.site-hdr-new .shader .close:hover {
	color: #ddd;
}

.site-hdr-new .shader .modal {
	margin: 10px auto;
}

.site-hdr-new .shader .unclickable {
	width: 690px;
	height: 330px;
	margin-top: 80px;
	position: inherit;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.site-hdr-new .custname {
	width: auto;
	float: none;
	margin: 0 1px;
}

.site-hdr-new .topdate {
	width: auto;
	float: none;
	margin: 0 1px;
}

.site-hdr-new .signouttz {
	width: 90px;
	float: right;
	padding: 10px 0px 0px 0px;
}

.site-hdr-new .citypick {
	width: 10%;
	min-width: 100px;
	float: left;
}

.site-hdr-new .search-in-top {
	/*width: 300px;*/
	max-width: 400px;
	float: none;
	padding: 0px;
	height: 40px;
	/*margin-right: 14px;*/
	flex-grow: 1;
}

.site-hdr-new #search label {
	position: absolute;
	left: 17px;
	top: 12px;
	z-index: 99;
	color: #333;
}

.site-hdr-new .typeahead,
.site-hdr-new .tt-query,
.site-hdr-new .tt-hint {
	/* width: 250px; */
	outline: none;
	margin-top: 0px !important;
}

.site-hdr-new .custname .dropdown-content,
.site-hdr-new .clndr {
	padding: 5px 0px;
	width: 220px;
}

.site-hdr-new .custname .dropdown-content {
	box-shadow: none !important;
}

.site-hdr-new .closeitx {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px
}

.site-hdr-new .closeitx a {
	color: #888;
}

.site-hdr-new .hearts {
	width: auto;
	margin: 0 1px;
}

.site-hdr-new .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.site-hdr-new .btn-ico {
	width: 35px;
	height: 35px;
	font-size: 26px;
	color: #ccc;
	padding: 0px 0px 0px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.site-hdr-new .btn-ico img {
	pointer-events: none;
}

/*.site-hdr-new svg {
	max-width: 55px;
	height: auto;
}*/

/*.site-hdr-new svg {
	fill: #D93538 !important;
}*/

.site-hdr-new .btn-des {
	/*	width: 100%;*/
	text-align: left;
	margin: 0 6px;
}

.site-hdr-new .btn-int {
	width: auto;
	font-size: 12px;
	color: #5D5D5D;
	text-align: left;
	line-height: 16px;
	margin-bottom: 2px;
}

.site-hdr-new .btn-name {
	width: 100%;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	line-height: 16px;
	color: #363636 ;
	white-space: nowrap;
}

.site-hdr-new .dropbtn:hover .btn-name,
#how_wrks a:hover {
	color: #000;
	text-decoration: none !important;
}


.site-hdr-new .red_circle {
	background-color: #EF4C4A;
	padding: 5px;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	width: auto;
	min-width: 22px;
	height: auto;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	font-size: 12px;
	line-height: 1.1;
}


.site-hdr-new #top-store-tabs .nav-tabs>li>a {
	border-radius: 6px 6px 0 0;
	margin-right: 8px;
}

.site-hdr-new #top-store-tabs .nav-tabs>li.active>a {
	border-top: 1px solid #BCBEC0;
	border-right: 1px solid #BCBEC0;
	border-left: 1px solid #BCBEC0;
}

.site-hdr-new #store-in-store {
	background-color: #e6e7e8;
	height: 40px;
	padding: 6px 0px 0px 0px;
	border-bottom: solid 1px #bcbec0;
	border-top: 1px solid #bcbec0;
}

/* override menu and related classes */
.site-hdr-new .nav-tabs {
	border-bottom: 0px solid #ddd;
	min-width: 370px;
}

.site-hdr-new #menuholder {
	background-color: #ffffff;
}

.site-hdr-new .wsmenu {
	border-left: 1px solid rgba(255, 255, 255, 0.10);
	position: relative;
}

.site-hdr-new .wsmenu-list>li>a {
	color: #363636;
	border-right: 1px solid rgba(255, 255, 255, 0.10);
	text-transform: initial;
	padding: 20px 5px 17px 5px;
	line-height: 120%;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: transparent 3px solid;
	font-family: 'paralucent';
	font-weight: 500;
	font-size: 14px;
}

.site-hdr-new #how_wrks {
	font-size: 12px;
	color: #363636;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
	text-transform: uppercase;
	padding-left: 0;
}

.site-hdr-new #how_wrks>ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-hdr-new #how_wrks li {
	text-align: right;
	padding: 0px 10px;
}

.site-hdr-new #how_wrks>ul>li:last-child {
	text-transform: capitalize;
	margin: 0 3px;
	padding: 0;
	white-space: nowrap;
}

.site-hdr-new #how_wrks>ul>li:last-child img {
	width: 15px;
	height: auto;
}

.site-hdr-new #how_wrks a {
	color: #363636;
	font-size: 12px;
	line-height: 11px;
	display: block;
	text-align: center;
	white-space: nowrap;
}

.site-hdr-new #top-store-tabs {
	width: 100%;
	max-width: 100%;
	margin: 0px auto;
	padding: 0px 0px 0px 20px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.site-hdr-new #search #search-input,
.site-hdr-new #search .hint {
	padding-left: 43px;
	padding-right: 43px;
	border-radius: 3px;
	padding-bottom: 12px;
	color: #434243;
}

.site-hdr-new #search #inner-editor {
	font-size: 14px;
}

.site-hdr-new #search-input {
	border: solid 1px #bcbec0;
	box-shadow: none;
}

.site-hdr-new #menuholder {
	background-color: #ffffff;
	border-top: solid 1px #E2E3E3;
	border-bottom: solid 1px #E2E3E3;
}

.site-hdr-new #search label {
	position: absolute;
	left: 17px;
	top: 5px;
	z-index: 99;
	color: #333;
}

.site-hdr-new .dropbtn {
	background-color: #fff;
	color: #000;
	padding: 7px 0;
	font-size: 16px;
	border: none;
	cursor: pointer;
	margin: 0px auto;
}

.site-hdr-new .tt-hint {
	color: #ccc;
	padding: 5px 5px 5px 43px;
	left: 0px !important;
}

.site-hdr-new .tt-menu {
	width: 400px !important;
	margin: 0px 5px 2px 0px;
	padding: 8px 0;
	font-size: 16px;
	background-color: #fff;
	color: #111;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	z-index: 9999 !important;
}

.site-hdr-new #search #search-input,
.site-hdr-new #search .hint,
.site-hdr-new #search #autocomplete-ajax {
	padding-left: 15px;
	padding-right: 43px;
	border-radius: 3px;
	height: 40px;
	background: white;
}

.site-hdr-new .chkout .checkout-fast-btn {
	background-color: #EC4F4F;
	color: white;
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-radius: 3px;
	text-shadow: 2px 2px 0 #0000001a;
	width: 95%;
	min-width: 46%;
	text-align: center;
	margin: 10px auto;
}

.site-hdr-new .chkout .checkout-reg-btn {
	background-color: #71bfc5d9;
	color: white;
	padding: 8px 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-radius: 3px;
	text-shadow: 2px 2px 0 #0000001a;
	width: 95%;
	min-width: 46%;
	text-align: center;
	margin: 10px auto;
}

.site-hdr-new .dropdown:hover .dropbtn,
.site-hdr-new .dropbtn.focusTab {
	background-color: #fff;
	color: #444;
	border-radius: 6px 6px 0px 0px;
	-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.site-hdr-new #thecartico .dropdown:hover .dropbtn,
.site-hdr-new .grp_rt_wp .dropdown:hover .dropbtn,
.site-hdr-new .show-cart:hover .dropbtn,
.site-hdr-new .hearts .dropbtn:hover,
.site-hdr-new #thecartico .dropbtn:hover {
	background-color: #EEEEEE;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	border-radius: 6px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.site-hdr-new .dropbtn .fa {
	color: #888;
	padding: 0px 5px 0px 5px;
}

.site-hdr-new .dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	min-width: 230px;
	-webkit-box-shadow: 0px 2px 4px #00000029;
	box-shadow: 0px 2px 4px #00000029;
	z-index: 1000000;
	padding: 5px 0px;
	font-size: 14px;
	left: 0px;
	border-radius: 4px;
}

.custname .cust_menu li strong {
	background-color: #FFFFFF;
	margin: 0;
}

.custname .cust_menu li:nth-child(2) strong {
	margin-top: 8px;
}
.custname .cust_menu li:not(:nth-child(2)) strong {
	border-top: 1px solid #F1EFF1;
	margin-top: 4px;
}

.site-hdr-new .dropdown-content>ul {
	max-height: calc(100vh - 220px);
	overflow-y: auto;
	padding-bottom: 0;
	padding-left: 0;
}

.site-hdr-new .dropdown-content>ul~.logout-account {
	padding: 10px 5px 5px 5px;
}

.site-hdr-new .sticky .dropdown-content>ul {
	max-height: calc(100vh - 130px);
}

.site-hdr-new .dropdown-content.clndr>ul,
.site-hdr-new .sticky .dropdown-content.clndr>ul {
	max-height: 313px;
	margin-bottom: 0;
}

.site-hdr-new .dropdown-content.clndr {
	padding: 0 !important;
	box-shadow: 0px 2px 4px #00000029;
	border-radius: 4px;
	overflow: hidden;
	min-width: 275px;

}


.Manage-Calender-area {
	box-shadow: 0px -1px 4px #00000014;
	padding: 12px 10px;
}

.site-hdr-new .delivr_ops {
	font-size: 12px;
	text-align: left;
	color: #363636;
}

.search-list-top .search_iconz {
	z-index: 1;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	padding: 9px 10px;
	margin: 0 !important;
	border: solid 1px #bcbec0;
	border-left-color: transparent;
	width: 50px;

	animation: myBackground2 .3s forwards ease-in-out;
}

.search-list-top .search_iconz.Focus-Search {
	animation: myBackground .2s forwards ease-in-out;
}

@keyframes myBackground {
	from {
		background-color: transparent;
	}

	to {
		background-color: #909090;
	}
}

@keyframes myBackground2 {
	from {
		background-color: #909090;
	}

	to {
		background-color: transparent;
	}
}


#mobile-in-search .search_iconz_container {
	width: 42px;
	display: block;
    position: absolute;
    top: 0 !important;
    right: 0 !important;
    height: 36px;
}

#mobile-in-search .search_iconz_container .search_iconz {
	padding: 9px 11px;
	width: 40px;
	right:  1px !important;
}
.site-hdr-new .search_iconz_container:has(.search_iconz.Focus-Search),
#mobile-in-search .search_iconz_container:has(.search_iconz.Focus-Search)
{
	background-color: #909090 !important;
	border-radius: 0 4px 4px 0 !important;
}

.site-hdr-new .search_iconz.Focus-Search,
.site-hdr-new .search_iconz,
#mobile-in-search .search_iconz,
#mobile-in-search .search_iconz.Focus-Search {
	background: transparent;
	background-color: transparent !important;
}

.site-hdr-new #navcenter {
	/* max-width: 1310px; */
	margin: 0px auto;
	height: 55px;
	max-width: 100%;
	/* padding: 0 20px; */
}

.site-hdr-new #navcenter ul.mobile-sub.wsmenu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 55px;
	max-width: 1310px;
}

.site-hdr-new #navcenter .wsmain {
	width: 100% !important;
	max-width: 100% !important;
}

.site-hdr-new .wsmenucontainer {
	height: 45px;
	padding: 0px 0px 0px 0px;
}

.site-hdr-new .megamenu {
	border-top: 0;
	font-size: 13px;
	padding: 14px 15px;
	-webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	/*top: 46px !important;*/
	top: 56px !important;
}

.site-hdr-new .wsmenu-list>li>a:hover{
	text-decoration: underline !important;
	background-color: white !important;
	-webkit-transition: border-bottom .3s;
	transition: border-bottom .3s;
	position: relative;
}

/* active  */
.site-hdr-new .wsmenu-list>li:hover > a:has( ~ .megamenu ul li a:hover){
	text-decoration: none !important;
	color: #363636 !important;
}

.site-hdr-new .wsmenu-list>li>a:not(.orangel):hover {
	color: #1F644C !important;
}

.site-hdr-new .wsmenu-list>li:hover>a.orangel,
.site-hdr-new .wsmenu-list>li:hover > a.orangel:has( ~ .megamenu ul li a:hover) {
	color: #CA4B0C !important;
}

.site-hdr-new .megamenu ul li a[href *="new=1"],
.top_mobile_new .megamenu ul li a[href *="new=1"]
 {
	/* font-weight: 800 !important; */
    font-family: 'nunito';
}

/* --- menu-item-active */
.site-hdr-new .wsmenu-list>li>a.active-menu-item:after {
	content: '';
	width: 100%;
	height: 4px;
	display: block;
	position: absolute;
	bottom: -4px;
	right: 0;
	background-color: transparent;
	transition: background-color .6s;
	background-color: #1F644C;
	border-radius: 1px;
}

.site-hdr-new .header .megamenu .title {
	display: none;
}

.site-hdr-new .link-list li {
	/*border-bottom: 1px dashed #E6E7E8;*/
}

.site-hdr-new .link-list li a {
	line-height: 18px;
	/* padding: 10px 0px; */
	color: #363636 !important;
	font-weight: 600;
	padding: 0 !important;
}

.site-hdr-new #how_wrks a:hover {
	color: #005944 !important;
	text-decoration: none !important;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.site-hdr-new .grp_rt.grp_rt_wp {
	width: 175px !important;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.site-hdr-new .grp_rt.grp_rt_log_out {
	width: 260px;
}

.site-hdr-new .grp_rt img:hover,
.site-hdr-new .grp_rt a:hover img {
	opacity: 1;
}

.site-hdr-new .hearts .dropbtn a>* {
	pointer-events: none;
}

.site-hdr-new .sws #top-store-tabs {
	padding-left: 9px;
}

.site-hdr-new .sws #top-store-tabs .nav-tabs>li.active>a {
	border-bottom-color: transparent;
}

.site-hdr-new .sws #top-store-tabs .nav-tabs>li>a:hover {
	padding: 5px 8px 5px 10px;
	border: solid 1px #bcbec0;
	border-radius: 6px 6px 0 0;
	height: 33px;
	margin-bottom: 5px;
	top: 0;
	left: -1px;
	background-color: #EEEEEE;
}

.site-hdr-new .sws #top-store-tabs .nav-tabs>li.active>a {
	padding: 5px 9px;
	border: solid 1px #bcbec0;
	border-radius: 6px 6px 0 0;
	height: 33px;
	margin-bottom: 5px;
	top: 0;
	background-color: white;
	border-bottom-color: transparent;
	left: -1px;
}

.site-hdr-new .sws #top-store-tabs .nav-tabs>li>a {
	padding: 2px 9px;
	height: 25px;
	margin-bottom: 8px;
	border-radius: 0;
	background-color: #E6E7E8;
	border-right: 1px solid #bcbec0;
	top: 4px;
	margin-right: 0;
	border-bottom-color: transparent;
	overflow: visible;
	display: flex;
	justify-content: center;
	align-items: center;
}

.site-hdr-new .sws #top-store-tabs .nav-tabs>li>a>img {
	width: auto;
}

.site-hdr-new .sws #top-store-tabs .nav-tabs>li:last-child>a {
	border-right-color: transparent;
}

.site-hdr-new .sws #top-store-tabs .nav-tabs>li:last-child>a:hover,
.site-hdr-new .sws #top-store-tabs .nav-tabs>li.active:last-child>a {
	border-right-color: #bcbec0;
}

.txt-tab>a {
	font-weight: 600;
	color: black !important;
	text-transform: uppercase;
	font-size: 15px !important;
	line-height: 22px !important;
	font-family: sans-serif;
	white-space: nowrap;
}

.autocomplete-suggestions {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #999;
	background: #FFF;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	margin-top: 6px;
}

.autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #F0F0F0;
}

.autocomplete-suggestions strong {
	font-weight: bold;
	color: #F36;
}

.autocomplete-group {
	padding: 2px 5px;
	font-weight: bold;
	font-size: 16px;
	color: #F36;
	display: block;
	border-bottom: 1px solid #000;
}

ul.link-list {
	margin: inherit;
}

.header-nav-item {
	display: flex;
	align-items: center;
	white-space: nowrap;
	text-align: center;
	padding: 8px;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	transition: .3s all;
}

.header_nav_align_cart {
	padding-top: 8px;
}
.header_nav_align_cart_loggedout {
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: -1px;
}

.header-nav-outer-bx .show-cart {
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	transition: .3s all;
	margin: 0;
}


.hdr-nav-lineBarrier {
	height: 22px;
	width: 1px;
	background-color: #363636;
	margin: 0 16px;
	border-radius: 4px;
}

.header-nav-outer-bx:hover .header-nav-item {
	border-color: #363636;
}

.u-r-a-memeber-m:hover {
	background-color: #FAF4EC !important;

}

#navcenter .wsmain-new .wsmenu-list>li.u-r-a-memeber-m:hover>a {
	background-color: transparent !important;

}

.hdr-nav-infoBold {
	font-weight: 700;
	color: #363636;
}

.hdr-nav-infoInfo {
	color: #363636;
	font-size: 14px;
	line-height: 14px;
	margin-top: 0px;
}
.hdr-nav-infoInfo.cart-amount {
	margin-top: unset;
}

.hdr-nav-iconIcon {
	position: relative;
	text-align: center;
	display: inline-block;
}
.hdr_nav_icon_center{
	display: flex;
	align-items: center;
}

/*#cartitemsamt.hdr-nav-total {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	font-size: 12px;
	transform: translate(-50%, 0);
	font-weight: 700;
}*/

.dropdown-submenu.mini-menu-sp {
	position: static;
}

.dropdown-submenu.mini-menu-sp>.dropdown-menu {
	padding: 5px 0 10px 0;
	height: 100%;
	top: 6px;
	width: 100%;
	right: 0;
	box-shadow: none;
	border-left: 1px solid #F1EFF1;
}

.dropdown-submenu.mini-menu-sp~.second-column-menu {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 4px;
}

.dropdown-submenu.mini-menu-sp:hover~.second-column-menu {
	width: 200%;
}


#cartitemsamt.confirmedOrder,
#cartitemsamt_m.confirmedOrder {
	background-color: transparent !important;
}

.drop-item-1 {
	min-width: 140px;
}

.drop-item-cont {
	flex-wrap: wrap;
	justify-content: flex-end;
}

.show-on-ipadpro {
	display: none;
}

.banner_under_header.sticky {
	top: 83px;
}


/* desktop only */
@media (min-width: 841px) {
	.wsmenu-list li:hover > .wsmenu-submenu, 
	.megamenu.clearfix.halfmenu.menu-face-left {
		display: flex !important;
	}

	#navcenter .header .wsmenu-list li:hover > .megamenu .link-list {
		width: unset !important;
        display: flex;
        flex-direction: column;
        row-gap: 16px;
		padding: 0;
		float: none;
		max-height: 128px;
        flex-wrap: wrap;
        column-gap: 60px;
	}
}

@media (min-width: 1176px) and (max-width: 1210px) {
	/* .site-hdr-new .wsmenu-list>li>a {
		font-size: 11px !important;
	} */
}

@media (min-width: 1211px) and (max-width:  1230px) {
	/* .site-hdr-new .wsmenu-list>li>a {
		font-size: 11px !important;
	} */

	.menu-list-item .shining-icon svg {
		width: 10px !important;
	}
}

@media (min-width: 1278px)  and (max-width: 1300px) {
	/* .site-hdr-new .wsmenu-list>li>a {
		font-size: 12px;
	} */
}
/*  largest size  **************************************************************** */
@media (min-width: 1175px) and (max-width: 1278px) {
	/* .site-hdr-new .wsmenu-list>li>a {
		font-size: 12px;
	} */

	.menu-list-item .shining-icon svg {
		width: 11px;
	}

	.alberta-header .wsmenu-list .bulk-deals .shining-icon {
		right: -3px;
	}
}


@media (min-width: 1075px) and (max-width: 1150px) {
	/* .site-hdr-new .wsmenu-list>li>a {
		font-size: 11px;
	} */
}

@media (min-width: 1151px) and (max-width: 1174px) {
	/* .site-hdr-new .wsmenu-list>li>a {
		font-size: 12px;
	} */
}

/*  mac computer sizes  **************************************************************** */
@media (min-width: 1075px) and (max-width: 1174px) {

	.site-hdr-new .productthumb {
		width: 100%;
	}

	.site-hdr-new .btn-name {
		font-size: 13px;
	}

	.menu-list-item .shining-icon svg {
		width: 10px;
	}

	.wsmenu-list .bulk-deals .shining-icon {
		right: 0;
	}

	.alberta-header .wsmenu-list .bulk-deals .shining-icon {
		right: -3px;
	}

	.site-hdr-new #navcenter {
		width: 100%;
	}

	.site-hdr-new .fixed-nav-top {
		padding-left: 26px;
		padding-right: 20px;
	}


}

/*  mid size  **************************************************************** */
@media (min-width: 940px) and (max-width: 1074px) {

	.grp_rt .header-nav-outer-bx {
		margin-right: 8px !important;
		margin-left: 0 !important;
	}

	.header-nav-outer-bx {
		margin-right: 16px !important;
	}

	.site-hdr-new .spud_logo {
		max-width: 180px;
	}

	.site-hdr-new .productthumb {
		width: 100%;
	}

	.site-hdr-new .btn-name {
		font-size: 13px;
	}

	.site-hdr-new .wsmenu-list>li>a {
		/* font-size: 11px; */
	}

	.menu-list-item .shining-icon svg {
		width: 10px;
	}

	.wsmenu-list .bulk-deals .shining-icon {
		top: 13px;
    	right: -2px;
	}

	.alberta-header .wsmenu-list .bulk-deals .shining-icon {
		right: -2px;
	}

	.site-hdr-new #navcenter {
		width: 100%;
	}

	.site-hdr-new .fixed-nav-top {
		max-width: 1280px;
		padding-left: 26px;
		padding-right: 20px;
	}


	.site-hdr-new .fixed-nav-top:has(.wordpress) {
		max-width: 1035px !important;;
	}

	.site-hdr-new #search {
		margin-left: 20px;
	}

	.site-hdr-new .easy-autocomplete {
		max-width: 330px;
		width: 100%;
	}
}

/*  larger tablet size  **************************************************************** */
@media (min-width: 841px) and (max-width: 939px) {
	.site-hdr-new .spud_logo {
		max-width: 170px;
	}

	.site-hdr-new .btn-name {
		font-size: 11px;
	}

	.site-hdr-new .white-top {
		/*	height: 80px;*/
	}

	.site-hdr-new .wsmenu-list>li>a {
		font-size: 12px;
	}

	.wsmenu-list .bulk-deals .shining-icon svg {
		width:  9px;
	}

	.site-hdr-new #navcenter {
		width: 100%;
	}

	.site-hdr-new .easy-autocomplete {
		width: 100%;
	}

}


/*  ipad and a bit bigger ****************************************************************/
@media (min-width: 768px) and (max-width: 840px) {

	.wsmenu .wsmenu-list {
		padding-bottom:  40px;
	}
	.site-hdr-new .spud_logo {
		max-width: 170px;
	}

	.site-hdr-new .btn-name {
		font-size: 11px;
	}

	.site-hdr-new .white-top {
		/*	height: 80px;*/
	}

	.site-hdr-new .wsmenu-list>li>a {
		font-size: 8.3px;
	}

	.site-hdr-new #navcenter {
		width: 100%;
	}

	.right-side-menu {
		padding-right: 20px;
	}

	.top_mobile_new {
		padding-left: 12px !important;
	}

}

@media (min-width: 768px) and (max-width: 1075px) {
	.site-hdr-new .grp_rt {
		margin: 0 0 0 5px;
		left: 4px !important;
	}

	.site-hdr-new .red_circle {
		font-size: 10px;
		min-width: 16px;
		padding: 3px;
	}

	.site-hdr-new .btn-int {
		font-size: 11px;
	}

	.site-hdr-new .spud-brand {
		padding: 0;
	}

	.site-hdr-new .search-in-top {
		height: auto;
	}

	.site-hdr-new .btn-ico {
		width: 28px;
		height: 28px;
	}

	.site-hdr-new .btn-ico img {
		max-width: 28px;
	}

	.site-hdr-new .search_iconz {
		width: 20px;
		margin: 6px 5px 5px 0;
	}

	.site-hdr-new #search #search-input,
	.site-hdr-new #search .hint {
		height: 33px;
	}

	.site-hdr-new #how_wrks li {
		padding: 0 5px;
	}

	.site-hdr-new #how_wrks li:last-child a {
		margin: 0 !important;
	}

	.site-hdr-new #top-store-tabs .nav-tabs>li>a {
		padding: 2px 5px;
		font-size: 11px !important;
		white-space: nowrap;
	}

	.site-hdr-new #how_wrks a {
		font-size: 10px;
	}

	.site-hdr-new #top-store-tabs .nav-tabs>li {
		min-width: auto;
	}

	.site-hdr-new #how_wrks>ul>li:last-child {
		font-size: 11px;
	}

	.site-hdr-new .grp_rt.grp_rt_log_out {
		width: auto;
		overflow-y: hidden;
	}

	.site-hdr-new .nav-tabs {
		min-width: 325px;
	}

	#verytopnav {
		display: none !important;
	}

}
@media (min-width: 841px) and (max-width: 1200px) { 

	li.wsmenu-item-divider::before {
		/* left: -6px !important; */
	}
}

@media (min-width: 841px) and (max-width: 1030px) { 

	.dropdown.custname.header-nav-drop {
		margin-right:  0;
		margin-left: 0;
	}


	.grp_rt .header-nav-outer-bx {
		margin-right: 16px !important;
		margin-left: 0 !important;
	}


	.header-nav-outer-bx:not(.profile-top) {
		margin-right: 14px !important;
	}
	
	.header-nav-item.header-nav-outer-bx.account-nav-item {
		margin-right: 5px !important;
	}
}

@media (min-width: 10px) and (max-width: 475px) { 
	.header-nav-outer-bx.postal-code-error {
		margin: 0 !important;
		margin-right: 0 !important;
	}
	
	.header-nav-outer-bx:not(.profile-top):not(.postal-code-error) {
		margin-right: 5px !important;
	}
}

@media (max-width: 1124px) {

	.hide-on-ipadpro {
		display: none;
	}

	.show-on-ipadpro {
		display: inline-block;
	}

}

@media (max-width:  330px) {
	.ns-mbl-head-1 a.sp-solid-black,
	.ns-mbl-head-2 a.sp-solid-grey {
		font-size: 13px !important;
	}
}
@media (max-width:  300px) {
	a.black-calender .deliv_date_header.in-mobile.dropbtn-delv-date,
	button#m_search_btn {
		margin-right: 0 !important;
	}


} 
@media (min-width: 10px) and (max-width: 840px) {
	.my-account-page .header-mobile-pages h1 {
		color: #363636 !important;
	}
	
	.site-hdr-new .sticky {
		display: none;
	}

	.site-hdr-new #site-header {
		display: none;
	}

	.site-hdr-new #menuholder {
		border: 0;
	}

	.site-hdr-new #navcenter ul.mobile-sub.wsmenu-list {
		height: auto;
	}

	.dropdown-delv-date label[for="show-hide"] {
		margin-bottom: 0;
	}

	.search-list-top .search_iconz {
		border: none;
	}

	button#m_search_btn {
		margin-right: 11px;
		width: 42px;
		height: 42px;

	}

	.deliv_date_header.in-mobile.dropbtn-delv-date {
		width: 24px;
		margin-right: 18px;
	}

	.spud_logo {
		width: 88px;
		/*max-width: 240px;*/
		height: 30px;
	}

	.m_tr.ham-menu {
		width: 20px;
		margin: 0 12px 0 8px;
	}

	.banner_under_header.sticky {
		top: 67px;
	}

	.search-list-top .search_iconz {
		animation: myBackground2 0s forwards ease-in-out;
	}
}

@media (max-width: 1170px) {
	.header-nav-outer-bx {
		margin: 0 6px !important;
	}

	.site-hdr-new .spud-brand {
		margin: 0;
	}

	.site-hdr-new .spud_logo,
	.site-hdr-new .spud-brand {
		max-width: 90px;
	}
	.site-hdr-new .sticky img.spud_logo {
		max-width: 90px!important;
	}

	.hdr-nav-lineBarrier {
		margin: 0 8px;
	}


}

@media (max-width: 1000px) {
	body.wpex-live-site .site-hdr-new .wsmenu-list>li>a {
		padding-right: 3px !important;
	}
}

.hdr-nav-postal-code-value {
	text-transform: uppercase;
}

@media only screen and (max-width: 359px) {
	.ns-mbl-head-3 {
		font-size: 12px;
	}
}

@media only screen and (max-width: 400px) {
	.right-side-menu {
		padding-right: 16px;
	} 
	.header-nav-item {
		padding-left: 0px;
		padding-right: 0px;
	}

	.spud-logo {
		width: 67px !important;
	}
}

.header-nav-item.account.header_sign_in,
.header-nav-item.account.header_sign_up {
	padding: 7px;
	color: #363636;
	font-weight: 700;
	font-size: 14px;
}