@charset "UTF-8";
@font-face {
  font-family: "SerifGothic";
  src: url("/Areas/V2/fonts/HotDog/SerifGothic-Heavy.eot");
  src: url("/Areas/V2/fonts/HotDog/SerifGothic-Heavy.eot?#iefix") format("embedded-opentype"), url("/Areas/V2/fonts/HotDog/SerifGothic-Heavy.woff") format("woff"), url("/Areas/V2/fonts/HotDog/SerifGothic-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Eund";
  src: url("/Areas/V2/fonts/HotDog/Eund-Bold.eot");
  src: url("/Areas/V2/fonts/HotDog/Eund-Bold.eot?#iefix") format("embedded-opentype"), url("/Areas/V2/fonts/HotDog/Eund-Bold.woff") format("woff"), url("/Areas/V2/fonts/HotDog/Eund-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Market";
  src: url("/Areas/V2/fonts/Market/Market.eot");
  src: url("/Areas/V2/fonts/Market/Market.eot?#iefix") format("embedded-opentype"), url("/Areas/V2/fonts/Market/Market.woff") format("woff"), url("/Areas/V2/fonts/Market/Market.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Asap";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Asap";
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Asap";
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Hoefler Text A", "Hoefler Text B";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gotham A", "Gotham B";
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "PosterSans";
  src: url("/Areas/V2/fonts/PosterSans.ttf") format("truetype");
}
.font-bold {
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
}

.font-medium {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.font-roman {
  font-family: "Asap";
  font-weight: 400;
  font-style: italic;
}

.font-demi-bold {
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
}

body, html {
  height: 100%;
  /*font-size: 16px;*/
  font-size: 1em;
}

.dvFuelcrcFieldTxt a[href^=tel] {
  color: inherit !important;
  text-decoration: none;
}

.banner__color {
  color: #c8102e;
}

.banner__bgColor {
  background-color: #c8102e;
}

.banner__textColor1 {
  color: #CC1320;
}

.banner__textColor2, .app_StarSection .fa-star::before {
  color: #CD1421;
}

.appNotifySection {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../../Areas/V2/Styles/WDStyles/-/media/AppLanding/hr-store) no-repeat center;
}

.Contain_Main {
  /* min-height:100vh (not 100%): App.razor deliberately sets body{height:auto} to fix a
     double-scrollport bug (see the comment there), which leaves body without a definite
     height — so a percentage min-height here can no longer resolve against it. 100vh reads
     the viewport directly instead of the containing-block chain, restoring the "stretch to
     at least the viewport" half of this sticky-footer technique on short-content pages
     without touching body's height at all. */
  min-height: 100vh;
  height: auto !important;
  height: 100%;
  margin: 0 auto -210px;
}

.mainContentAlign {
  max-width: 100% !important;
}

#divFooter, .Black, .Parchment, .White {
  min-height: 200px;
}

.push {
  height: 210px;
}

body {
  background: url(/Areas/V2/Images/WDImages/Background-grey.png) top left #F1F1F1;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.spanCityZip {
  position: absolute;
  top: 0;
  right: 0;
}

.header_Bg {
  max-width: 1230px;
  margin: auto;
  padding-top: 15px;
}

.v5-header {
  background: #c8102e;
  clear: both;
  padding-top: 0;
  /*margin-bottom: 1px;*/
}

.wd-site-logo a:focus {
  display: block;
}

.LogoDiv img {
  width: 100%;
  margin-top: 15px;
  border: 0;
  height: auto;
  max-width: 260px;
  /*margin-left: 15px;*/
}

.clear {
  height: 0;
  clear: both;
}

input.couponSaveButton:focus {
  outline-offset: -2px;
}

a:active, a:link, a:visited {
  text-decoration: none;
}

a:focus, span:focus, embed:focus, img:focus, object:focus, button:focus, input:focus, select:focus, textarea:focus, .dropdown-toggle:focus, .tblBody:focus, input[type=radio]:focus {
  outline: 2px solid #002bff !important;
  outline-offset: -1px;
  display: inline-block;
}

.divItemFrame a:focus {
  border: 2px solid #002bff;
  outline: none !important;
  display: block !important;
}

button, input, select, textarea {
  line-height: normal;
  border-radius: 0;
  font-family: "Asap";
}

h1, h2 {
  font-family: "Asap";
}

p {
  margin: 0;
}

a.CTAGreenButton, a:link.CTAGreenButton, a.CTAGreenButton:hover, a:link.CTAGreenButton:hover {
  color: #fff;
}

.paddingtoDiv {
  padding: 0px 0px 0px 20px !important;
}

img {
  border: 0;
}

input::-moz-focus-inner {
  border: 0;
}

.font-14 {
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.font12 {
  /*font-size: 12px !important;*/
  font-size: 0.75em !important;
}

.font22px {
  /*font-size: 22px;*/
  font-size: 1.375em;
}

.font30px {
  /*font-size: 30px;*/
  font-size: 1.875em;
}

.divMain404 .ul-404 {
  list-style: none;
  padding: 0;
  width: 100%;
}

.divMain404 .ul-404 li {
  width: 50%;
  float: left;
  display: inline-block;
}

.divMain404 .ul-404 .CTARedButton {
  margin-bottom: 15px;
  margin-top: 0px;
  width: 95%;
}

.divMain404 .CTARedButton {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.divMain404 .blueCTA .cta-btn-blue {
  margin-bottom: 5px;
  width: 100%;
  padding: 7px 10px;
}

.textBold {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-left: 20px;
  display: block;
}

.divMain404 .tempRgtImg {
  padding: 0;
}

.divMain404 .tempRgtImg img {
  margin: 0 auto;
}

.blueCTA {
  text-align: center;
  margin-bottom: 15px;
}

.cta-btn-orange {
  display: inline-block;
  color: #fff !important;
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  background-color: #d5762a;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
}

.cta-btn-orange:hover {
  background-color: #8B501C;
  text-decoration: none !important;
}

.cta-btn-blue {
  display: inline-block;
  color: #fff !important;
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #273691;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  border: 0px;
}

.zoomTxt .cta-btn-blue {
  height: auto;
  width: auto;
  white-space: normal;
}

.cta-btn-blue:hover {
  background-color: #273691;
  text-decoration: none;
}

.cta-btn-yellow {
  display: inline-block;
  color: #205F98 !important;
  font-family: "Asap";
  font-weight: 700 !important;
  font-style: normal;
  font-size: 1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #FFE600;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  border: 0px;
}

.cta-btn-green {
  display: inline-block;
  background-color: #FFE600;
  color: #285795 !important;
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
  /*font-size: 15px;*/
  font-size: 0.938em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  border: 0px;
}

.cta-btn-orange:focus, .cta-btn-orange:hover, .cta-btn-orange:visited,
.cta-btn-blue:focus, .cta-btn-blue:hover, .cta-btn-blue:visited,
.cta-btn-green:focus, .cta-btn-green:hover, .cta-btn-green:visited {
  text-decoration: none;
}

.blueBackGround {
  background-color: #0098D5 !important;
  color: white;
}

.Black {
  background: #000;
}

.whiteFont {
  color: #fff;
}

.blackFont {
  color: #000 !important;
}

.grayFont {
  color: #999 !important;
}

.font-clr-gray, .font-clr-gray:hover, .font-clr-gray:visited, .font-clr-gray:active {
  color: #58595C !important;
}

.White {
  background: #FFF;
}

.blue-clr {
  color: #273691;
}

.color-red {
  color: #BE3A31;
}

a.blue-clr, a.blue-clr:hover, a.blue-clr:visited, a.blue-clr:active {
  color: #333;
  text-decoration: underline !important;
}

.blueBackGround a.blue-clr, a.blue-clr:hover, a.blue-clr:visited, a.blue-clr:active {
  color: #fff;
  text-decoration: underline !important;
}

.Black, .Black .rgtContent {
  color: #FFF;
}

.Black .rgtContent a, .Black .rgtContent a:link, .Black .rgtContent a:visited {
  color: #FFF;
  text-decoration: underline;
}

.Black .rgtContent a:focus, .Black .rgtContent a:hover {
  color: #FFF;
  text-decoration: none;
}

.Parchment {
  background: url(/Areas/V2/Images/parchment_v2.jpg);
  background-size: 100%;
}

.White {
  background: #FFF;
}

.mobilelogin {
  margin-top: 15px;
}

.Ftsize13 {
  font-size: 13px;
  font-size: 0.813em;
}

.top-buffer-20 {
  margin-top: 20px;
}

.top-buffer-30 {
  margin-top: 30px;
}

.top-buffer-40 {
  margin-top: 40px;
}

.top-buffer-50 {
  margin-top: 50px;
}

.top-buffer-60 {
  margin-top: 60px;
}

.Hht20 {
  height: 20px;
}

.Hht25 {
  height: 25px;
  color: #000;
}

.btm20 {
  margin-bottom: 20px;
}

.btm30 {
  margin-bottom: 30px;
}

.btm15 {
  margin-bottom: 15px;
}

.top30 {
  margin-top: 30px;
}

.txt-buffer-10 {
  margin-top: 10px;
}

.PT20 {
  padding-top: 20px !important;
}

.PT5 {
  padding-top: 5px !important;
}

.PL8 {
  padding-left: 8px !important;
}

.PL19 {
  padding-left: 19px !important;
}

.PT34 {
  padding-top: 34px !important;
}

.PT10, .PT15 {
  padding-top: 0 !important;
}

.PL10 {
  padding-left: 10px !important;
}

.PL12 {
  padding-left: 12px !important;
}

.PR26 {
  padding-right: 26px !important;
}

.PL20 {
  padding-left: 20px !important;
}

.PR5 {
  padding-right: 5px;
}

.PR57 {
  padding-right: 57px !important;
}

.padd-15 {
  padding: 15px;
}

.MT70 {
  margin-top: 0;
}

.CTARedButton {
  background-color: #CD1421;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  text-decoration: none;
  font-style: normal;
  margin-top: 15px;
}

.btncrcContinue, .btnphnContinue {
  -moz-box-shadow: 0 2px 0 0 rgb(51, 51, 51);
}

.bgWhite, .divbg_padding {
  padding: 20px;
}

.CTARedButton a:hover, .CTARedButton:hover, .staticDiv_p a {
  text-decoration: none !important;
}

.CTARedButton:hover {
  background-color: #88071E;
  color: #fff;
}

.CTARedButton a {
  color: #fff;
  font-style: normal;
}

.CTARedButton a:hover {
  color: #fff;
}

.bgWhite {
  background-color: #fff;
}

.CTARedButton, .CTARedButton a, .Hht20, .Hht25, .staticDivOuter {
  font-family: "Asap";
}

.Valign {
  vertical-align: middle;
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

.W-txtboxComment, .W-txtboxCommentBg, .bottomAlign {
  vertical-align: bottom;
}

.CTARedButton, .CTARedButton a {
  font-weight: 700;
}

.tblCpMain a, .tblCpMain a:hover {
  color: #333 !important;
}

.TopNavUL li a {
  font-family: "Asap";
}

.width20 {
  width: 20%;
}

.maxHeight {
  max-height: 33px;
}

.maxWidth {
  max-width: 768px;
  margin: auto;
}

.maxwidth-1170 {
  max-width: 1170px;
  margin: auto;
}

.container-fluid {
  max-width: 1170px;
}

.careerDevRgtDiv, .indirectDivRight, .slicknav_menu {
  float: right;
}

.CopyRightDiv, .CopyRightDiv div a span, .CopyRightDiv div span, .CopyRightDiv p {
  font-family: "Asap";
}

#four_dollar_list, .LeftNavMain a, .LeftNavMain a:focus, .LeftNavMain a:hover, .LeftNavMain a:visited {
  color: #333;
}

.BrdLnkSpan, .BreadLnk, .HelloGreetings, .LeftNavMain .LeftNavUL li a {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.rgtContent {
  max-width: 960px;
  width: 100%;
}

.LeftNavMobClass {
  position: relative;
  margin-top: -20px;
}

.UlLeftSubmenumargin {
  margin-left: 0;
}

.liLftMobList {
  list-style: none !important;
}

.LeftNavMain {
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border-radius: 4px !important;
  opacity: 1;
  margin-right: 64px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .LeftNavMain, .BrdCrmbTbl {
    margin-left: 50px;
  }
}
.LeftNavMain .LeftNavUL li a:hover, .LinkSelectURL, .LinkVisit {
  background-color: rgba(200, 16, 46, 0.1);
  text-decoration: none !important;
  color: #3c3c3b !important;
  border-radius: 4px 4px 0px 0px;
}

.LinkVisit::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 4px;
  background-color: #c8102e;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 6px 6px 0;
  top: 0;
  border: none;
  margin-top: auto;
  margin-bottom: auto;
}

.LeftNavMain .LeftNavUL li a:hover::before {
  position: absolute;
  content: "";
  height: 30px;
  width: 4px;
  background-color: #c8102e;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 6px 6px 0;
  top: 0;
  border: none;
  margin-top: auto;
  margin-bottom: auto;
}

.LinkSelect, .LinkSelectURL, .LinkSubURL {
  background-repeat: no-repeat;
  background-position: 95% 9px;
}

.LeftNavMain .LeftNavUL {
  margin: 0;
  padding: 16px 0;
}

.LeftNavMain .LeftNavUL li {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.LeftNavMain .LeftNavUL li ul li a {
  padding-left: 25px;
}

.LeftNavMain .LeftNavUL li ul li ul li a {
  padding-left: 35px;
}

.LeftNavMain .LeftNavUL li a {
  font-family: Asap;
  font-size: 1em;
  letter-spacing: -0.22px;
  margin: 0;
  padding: 10px !important;
  color: #3c3c3b !important;
  line-height: 18px;
  display: block;
  word-wrap: break-word;
  font-weight: 500 !important;
  text-decoration: none;
}

.BrdLnkSpan, .BreadLnk {
  color: #fff !important;
}

.BrdLnkSpan, .BreadSpan {
  line-height: 15px;
  height: 15px;
  float: left;
  display: flex;
}

a.BreadLnk {
  padding: 0;
  padding-left: 10px;
}

.LinkSelectURL {
  background-image: url(/Areas/V2/Images/lft_down.png);
}

/*
.LinkSubURL {
    background-image: url(/Areas/V2/Images/Lft_nav_Arrow.png);
}*/
.LeftNavUL li ul.LeftNavUL {
  padding: 0px;
}

.breadcrumbs {
  list-style: none;
}

.breadcrumbs p {
  margin: 0;
  padding: 0;
}

nav.breadcrumbs ol {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

nav.breadcrumbs li {
  display: inline;
}

ol.breadcrumbs li + li::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.76em;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.76em;
  margin: 2px 7px;
  color: #fff;
}

.BreadLnk {
  padding: 0 0 0 15px;
  font-size: 0.875em;
}

.BreadLnk:hover {
  text-decoration: none;
}

.ForgotLoginBtn, .ePhar_Lnk a, .ePhar_Lnk a:hover {
  text-decoration: none !important;
}

.BreadSpan a:focus {
  font-size: 0.875em;
}

.BrdLnkSpan {
  font-size: 0.875em;
}

.BrdCrmbTbl {
  background-color: #CD1421;
  height: 15px;
  float: left;
  margin-bottom: 30px;
  margin-top: 6px;
}

.BrdCrmbTbl a {
  color: #333;
}

.LoginStyle, .clsPnldvForgot, .succePlaceHolder {
  padding: 10px;
  display: block;
  background-color: #e6e6e6;
  position: absolute;
  font-weight: 400;
  z-index: 9999;
  font-family: "Asap";
  font-style: normal;
}

.chkBoxArea + .tooltip > .tooltip-inner {
  background-color: rgb(255, 255, 255);
  color: #333;
  font-weight: 700;
}

.chkBoxArea + .tooltip > .tooltip-arrow {
  border-left-color: rgb(255, 255, 255);
}

.clsConfmPopover {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  /*font-size: 13px;*/
  color: #515054;
}

.clsLblLoginError, .clsUsernameErrorLogin {
  color: #BE3A31;
  /*font-size: 12px;*/
  font-size: 0.75em;
}

.succePlaceHolder {
  margin-left: -164px;
}

.clsPnldvForgot {
  margin-left: -165px;
}

.loginPlaceHolder {
  display: block;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  position: absolute;
  background-color: #FFFFFF;
  margin-top: 36px;
  z-index: 1000;
  padding: 10px 10px;
  margin-left: -74px;
  width: 233px;
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
  padding-left: 0px;
}

.ePhar_Lnk, .loginText {
  color: #515054;
  font-style: normal;
  font-family: "Asap";
}

.signUser, .signUserEmail, .valPwdRec {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.CloseBtn, .LoginBtnTop {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.CloseBtn, .btnLogin, .logoutLink, .signUpLink, .valPwdRec {
  display: inline-block;
}

a.ForgotLoginBtn {
  color: #fff !important;
}

.submissionpart {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.redLinks {
  margin-top: 7px;
}

.divTextHolder, .separator {
  text-align: center;
}

.StoredivProgress {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 9999;
  margin: -40px 0 0 -40px;
  padding: 10px 10px 40px;
  color: #406e7f;
}

.loginProgressdv {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 10002;
  margin: -40px 0 0 -40px;
  padding: 10px 10px 40px;
  color: #406e7f;
}

.loginProgressdv-mob {
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 10002;
  margin: -40px 0 0 -40px;
  padding: 10px 10px 40px;
  color: #406e7f;
}

.separator label {
  font-family: "Asap";
  font-style: normal;
  /*font-size: 13px;*/
  font-weight: 400;
}

.locatorLink {
  /*font-size: 13px;*/
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
}

.spanCredentialError {
  color: #BE3A31;
  font-size: 0.75em;
}

.impMainSignUpLogo {
  margin-top: 15px;
  width: 225px;
  height: auto;
}

.marginLeft25 {
  margin-left: 25px;
}

.width100span {
  width: 100% !important;
}

.ContinueBtn, .FtFGotham, .FtFGothamReq, .chgPass_Btn, .chgPass_Txt, .chgPass_TxtLnk, .clsChPassLabelName, .clsstdChPass, .lblcontinue, .txtbox_chgPass {
  font-family: "Asap";
}

.FtFGotham {
  font-weight: 700;
  font-style: normal;
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.FtFGothamReq {
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.divFuelSub a {
  color: #fff !important;
}

.ddltxtdvState, .vendormainDiv .ms-choice {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.digitalCoupons {
  border: 1px solid #333;
}

.siteBold, ul.sitemap_ul li a {
  font-family: "Asap";
}

.already-team, .careers_link, .clear, .slicknav_menu:after, .slicknav_nav {
  clear: both;
}

.clstblLetter, .divFPConfirmation, .divForLoginPop, .passRecLoginPop, .passRecTableLoginPop, .tblContmain, .tblMainForgetPass, .tblpnlMainPwdcls {
  border-collapse: collapse;
}

.PwdReqNote li, .ZipResultError li, .rewardsUl li {
  list-style-position: outside;
  list-style: disc;
}

.smMargin0Bold {
  margin: 0;
  font-weight: 700 !important;
}

.sitemapFontSize {
  font-size: 2.188em !important;
}

.topcontainer {
  margin-bottom: 35px;
  margin-left: 20px !important;
}

ul.sitemap_ul li a:hover {
  text-decoration: underline;
}

.sitePaddingLeft {
  padding-right: 10px;
}

.siteBold {
  font-size: 1em;
  font-weight: 700;
  margin-top: 10px;
  line-height: 25px;
}

ul.sitemap_ul {
  margin: 0;
  padding: 0;
}

ul.sitemap_ul li a {
  font-size: 0.875em;
  font-weight: 400;
  color: #333;
}

div.topcontainer div {
  display: inline-block;
  float: none;
  vertical-align: top;
}

ul.fonts li {
  display: block !important;
}

.sitemap a {
  color: #fff;
}

.VendorMain .lblField, .VendorsPhonebox, .VendorsTextbox {
  font-family: "Asap";
  font-style: normal;
}

.vendormainDiv .ms-drop {
  display: none;
  background-color: #fff;
}

.indirectDivRight .ms-drop {
  overflow: scroll;
}

.nearStarImg, .nearfuelImg {
  height: 50px;
  max-width: 38px;
}

.ChangeAncr, .NearByDiv, .ZipCodeLnk {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.NearByDiv {
  color: #333;
  line-height: 17px;
}

#mainStoreDiv .NearByDiv {
  color: #333;
}

.NearStoreMain {
  min-height: 40px;
  padding: 0;
}

.nearfuelImg {
  background: url(/Areas/V2/Images/WDImages/locator-icon.png) left center no-repeat;
  background-size: 50px 50px;
  background-position: -5px 0px;
}

#mainStoreDiv .nearfuelImg {
  background: url(/Areas/V2/Images/WDImages/locator-icon.png) left center no-repeat;
  background-size: 50px 50px;
  background-position: -5px 0px;
}

.nearStarImg {
  background: url(/Areas/V2/Images/WDImages/star-icon.png) left center no-repeat;
  background-size: 100%;
}

.ZipCodeLnk {
  text-decoration: underline !important;
  color: #333 !important;
  position: relative;
}

#pincodediv {
  position: absolute;
  padding: 10px;
  background: #fff;
  border: 1px solid #888;
  right: 0;
  z-index: 999;
}

.ChangeAncr, .fadein, .ui-jqchart {
  position: relative;
}

.PinCodeBtn {
  background-color: #CD1421;
  border: 0;
  border-bottom: 1px solid #333;
  height: 23px;
  width: 75px;
  margin: 0 0 0 5px;
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
}

.PinCodeBtn:hover {
  background-color: #88071E;
  text-decoration: none;
}

.ChangeAncr {
  margin: 0 -2px;
  text-decoration: underline !important;
  color: #333;
  line-height: 17px;
}

#mainStoreDiv .ChangeAncr, .Findspn {
  color: #333;
}

.Findspn, .addressDiv {
  /*font-size: 14px;*/
  font-size: 0.875em;
  font-family: "Asap";
  font-style: normal;
}

.weatherDiv, .weather_Ico, .weather_NotIco {
  font-family: "Asap";
  font-style: normal;
}

.addressDiv {
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.Findspn {
  font-weight: 400;
}

.NearStrWeb {
  border: 1px solid #333;
  padding: 10px;
}

.NearStrWeb .NearStoreMain {
  float: none;
  min-height: 36px;
}

.NearStrWeb .NearStoreMain #NearbyStore, .NearStrWeb .NearStoreMain span {
  color: #333;
  margin-bottom: 0;
}

.NearStoreMain {
  height: auto;
}

.tdMinWidth {
  min-width: 260px;
}

.ImgFuel {
  border: 0;
}

.NearStrWeb .addressDiv {
  margin-bottom: 0;
}

.weatherDiv {
  padding: 5px 5px 5px 15px;
  color: #333;
  height: 60px;
  font-weight: 400;
  background: 0 0;
}

.weather_Ico, .weather_NotIco {
  height: 31px;
  line-height: 31px;
  margin-top: 10px;
  font-weight: 400;
  white-space: nowrap;
}

.weather_NotIco {
  display: none;
  background-size: 31px 31px;
}

.findyourStr {
  display: none;
}

.tdPadRight {
  float: left;
}

.findNearStr_div {
  float: left;
  width: 86%;
}

.callbacks_container .findNearStr_div {
  width: inherit;
}

.CTARedButton, .CTARedButton:focus, .CTARedButton:hover, .CTARedButton:visited {
  color: #fff !important;
}

.NearStrWeb .findNear_main {
  float: none;
}

.Btn_Babyclub, .CTARedButton {
  -moz-box-shadow: 0 2px 0 0 rgb(51, 51, 51);
}

.displayNone, .errorMsg {
  display: none;
}

.chkBoxStoreArea input[type=checkbox] + label, .chkBoxStoreArea input[type=checkbox]:checked + label {
  height: 30px;
  /*font-size: 12px;*/
  font-size: 0.875em;
  padding-left: 25px;
  padding-bottom: 5px;
  padding-top: 3px;
  color: #000;
  display: block;
}

.staticDivOuter, .staticDiv_h1, .staticDiv_h2, .staticDiv_h3, .staticDiv_p {
  font-weight: 400;
  font-style: normal;
}

select.Hht25 {
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.ContinueBtnCP, .clsCntctLabelCRC, .divlblUPCBarCode, .hrLine_txt, .tblsecHead, .whiteNowrapReg {
  white-space: nowrap;
}

.babyCRCDiv {
  margin: auto auto 30px;
  display: table;
  width: 100%;
}

.rewardCardMrgn .bgWhite {
  border: 1px solid #bdbdbd;
}

.staticDivOuter {
  height: auto;
}

.staticDiv_h1, .staticDiv_h2 {
  font-family: "Asap";
  padding: 0;
}

.staticDiv_h1 {
  font-size: 2.188em;
  color: #434244;
  margin: 0 0 5px;
  line-height: 35px;
}

.staticDiv_p, .staticDiv_ul li {
  line-height: 18px;
}

.staticDiv_h2 {
  font-size: 1.875em;
  color: #434244;
  margin: 5px 0;
}

.staticDiv_h3, .staticDiv_p {
  font-family: "Asap";
  color: #434244;
}

.staticDiv_h3 {
  font-size: 1em;
  margin: 0;
}

.staticDiv_p {
  /*font-size: 13px;*/
}

.staticDiv_p a {
  color: #0072bc !important;
  font-family: "Gotham A ", "Gotham B" !important;
  font-weight: 700;
  font-style: normal;
}

.staticDiv_p a:hover {
  text-decoration: underline !important;
  color: #0072bc !important;
}

.staticDiv_p a:focus, .staticDiv_p a:visited {
  text-decoration: none !important;
  color: #0072bc !important;
}

.staticDiv_h3_white {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.563em;
}

.staticDiv_p_white, .staticDiv_ul {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  /*font-size: 13px;*/
}

.staticDiv_p_white {
  color: #fff;
  line-height: 18px;
  text-align: left;
}

.staticDiv_ul {
  list-style-type: disc;
  color: #434244;
}

.staticDiv_ul li a {
  text-decoration: none !important;
  color: #0072bc !important;
  font-weight: 700;
}

.staticDiv_ul li a:active, .staticDiv_ul li a:hover {
  text-decoration: underline !important;
}

.spanBold {
  font-family: "Asap" !important;
  font-weight: 700;
  font-style: normal;
}

.already-team, .boldP, .careeDevTitle, .career_options p, .careers_link, .careers_link_bigger, .foodSftyDiv a, .greyDiv, .popup_video_title {
  font-family: "Asap";
  font-style: normal;
}

.staticDivWellness_p a:focus, .staticDivWellness_p a:visited, .staticDivWellness_ul li a:focus, .staticDivWellness_ul li a:visited {
  text-decoration: none;
}

.staticDivWellness_ul li a, .staticDivWellness_ul li a:focus, .staticDivWellness_ul li a:hover, .staticDivWellness_ul li a:visited {
  color: #0072bc;
}

.careersContainer1, .careersContainer1 .slide1 .imgMargin {
  width: 100%;
}

.carousel-indicators li {
  border-color: #333;
}

.carousel-indicators .active {
  background-color: #333;
}

.careersContainer .slide, .careersContainer1 .slide1 {
  height: auto !important;
}

.careersContainer .imgMargin, .careersContainer1 .imgMargin {
  margin: auto;
}

#popup_video_box {
  height: 411px;
  width: 612px;
  padding: 30px;
  position: fixed;
  z-index: 100000000;
  left: 50%;
  top: 50%;
  margin-left: -306px;
  margin-top: -205px;
  background-color: #fff;
  border: 1px solid #58595c;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.close_popup {
  height: 39px;
  width: 39px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.close_popup img {
  border: none;
}

.popup_video_title {
  font-weight: 400;
  /*font-size: 13px;*/
  color: #58595c;
}

.popup-embed, .popup_obj {
  width: 100%;
  height: 315px;
}

.popup_video img {
  width: 100%;
  height: auto;
}

.careerDevRgtImg {
  width: 87px;
  height: 114px;
  border: 0;
  float: right;
  margin: 5px;
}

.careerDevRgtImg img {
  width: 100%;
  height: auto;
}

.careerDevBg {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
}

.careeDevTitle {
  color: #fff;
  margin: 0;
  font-weight: 700;
  font-size: 1em;
}

.padRgt10 {
  padding-right: 10px;
}

.pharImgMaxWidth {
  max-width: 247px !important;
  width: 100%;
}

.welnesLftMrgn {
  margin-left: 40px;
}

.pharmacy_a, .pharmacy_a:focus, .pharmacy_a:visited {
  color: #0072bc !important;
  text-decoration: none;
}

.pharmacy_a:hover {
  text-decoration: underline;
  color: #0072bc !important;
}

.redH2 {
  color: red;
}

.manageAcnt, iframe.manageAcnt {
  max-width: 100%;
  width: 100%;
  height: 850px !important;
  border: 0;
}

manageacnthr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin: 3px 0;
  padding: 0;
}

.hurricaneImg {
  width: 100%;
  height: auto;
}

.foodSftyDiv {
  max-width: 800px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.foodSftyDiv input[type=checkbox] {
  display: inline-block !important;
}

.foodSftyDiv a {
  text-decoration: none !important;
  color: #0072bc !important;
  font-weight: 700;
  /*font-size: 13px;*/
}

.foodSftyDiv a:hover {
  text-decoration: underline !important;
  color: #0072bc !important;
}

.chkBoxKitEssential {
  text-align: left;
}

#KitEssentials span {
  color: #000;
}

.foodSftyDiv a span.spanBold {
  color: #0072bc !important;
}

.DescCls, .DivTitle {
  color: #fff;
  font-weight: 400;
  font-style: normal;
}

.DivTitle {
  width: 96%;
  font-size: 2.188em;
  font-family: "Asap";
  margin: 5px 0 10px;
}

.DescCls {
  /*font-size: 13px;*/
  font-family: "Asap";
  margin: 0 0 10px;
}

a.DescCls {
  color: #333;
}

#lblCrcFind, a.DescCls {
  font-weight: 700;
}

.hrLine_txt {
  display: block;
  text-align: center;
  overflow: hidden;
}

.divTxtPhone, .watermark_txt {
  text-align: left;
}

.hrLine_txt > span, .hrLine_txt > h2 {
  position: relative;
  display: inline-block;
}

.hrLine_txt > span:after, .hrLine_txt > span:before, .hrLine_txt > h2:after, .hrLine_txt > h2:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 9999px;
  height: 1px;
  background: #58595c;
}

.hrLine_txt > span:before, .hrLine_txt > h2:before {
  right: 100%;
  margin-right: 15px;
}

.hrLine_txt > span:after, .hrLine_txt > h2:after {
  left: 100%;
  margin-left: 15px;
}

#lblCrcFind {
  color: #333 !important;
}

.clslbldef, .dvcrcFieldTxt {
  color: #333;
  font-weight: 400;
  font-style: normal;
}

.clsHeadPropmt, .clsdefPropmt {
  font-weight: 400;
  font-style: normal;
}

.divTxtPhone {
  width: 63%;
  margin: auto;
}

.btncrcContinue, .dvcrcField, .regPhoneDiv, .txt-water-mark {
  text-align: center;
}

.clsHeadPropmt {
  font-family: "Asap";
  font-size: 1.813em;
  margin: 0;
}

.clsdefPropmt, .dvcrcFieldTxt {
  font-family: "Asap";
  /*font-size: 13px;*/
  line-height: 20px;
}

.clsdefPropmt {
  display: block;
}

.btncrcContinue, .valPhone {
  display: inline-block;
  font-family: "Asap";
}

.dvcrcContent {
  width: 510px;
  margin: 38px auto auto;
}

.tblcrcmain {
  padding: 0;
  width: 100%;
}

.clslbldef {
  font-family: "Asap";
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.imgWDcrc {
  overflow: hidden;
  max-width: 160px;
}

.imgWDcrc img {
  width: 100%;
  border: 0;
  height: auto;
  max-width: 160px;
}

.txt-water-mark {
  color: #000;
  width: 100%;
  padding: 0 5px 0 10px;
  margin: 1px 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Asap";
  font-style: normal;
  background-color: #fff;
  height: 25px;
  max-width: 190px;
}

.fueltxt-water-mark {
  color: #000;
  width: 100%;
  padding: 0 5px 0 10px;
  margin: 1px 0;
  font-size: 0.75em;
  font-weight: 400;
  font-family: "Asap";
  font-style: normal;
  background-color: #fff;
  height: 25px;
  max-width: 220px;
}

.dvcrcField input[type=text] {
  height: 34px;
  text-align: center;
}

.txt-water-mark {
  border: 2px solid #dcdcdc;
}

.fueltxt-water-mark {
  border: 1px solid #9d9d9d;
  text-align: left;
}

.divframeResult {
  width: 284px;
  text-align: left;
  margin: auto;
}

.valPhone {
  margin-top: 2px;
  color: #CD1421 !important;
  font-weight: 400;
  font-style: normal;
  /*font-size: 14px;*/
  font-size: 0.875em;
  background: url(/Areas/V2/Images/Error.png) no-repeat;
  padding-left: 22px;
}

.CRCNoparent_div, .clsMobSigndv {
  background-color: rgba(255, 255, 255, 0.85);
}

.btncrcContinue {
  color: #fff !important;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875em;
  margin: -8px auto 15px;
  width: 170px;
  border: 0;
  background-color: #CD1421;
  height: 40px;
}

.clsFind, .regPhoneDiv, .regPhoneTxt {
  font-weight: 400;
  font-style: normal;
}

.clsFind, .clsFind:hover {
  color: #cf0a2c !important;
  text-decoration: none;
}

.btncrcContinue:hover, .btnphnContinue:hover {
  background-color: #88071E;
}

.clsFind {
  font-family: "Asap";
  /*font-size: 13px;*/
}

.clsHeadPropmt1, .clsdefPropmt1, .regPhoneLbl {
  font-weight: 400;
  font-style: normal;
}

.CRCNoparent_div {
  padding: 0 30px;
  margin-top: 3px;
}

.clsMobSigndv {
  padding: 0 0 10px;
}

.crcPhoneContent {
  max-width: 500px;
  margin: 25px auto;
  padding: 30px 0;
}

.clsHeadPropmt1 {
  font-family: "Asap";
  font-size: 1.813em;
  margin: 0;
}

#spanSuccess, .ConInfoLnk, .ContSubInfo, .ContctBtnSearch, .btnphnContinue, .clsCntctLabelCRC, .clsdefPropmt1, .dvContInfoHead, .regPhoneDiv, .regPhoneLbl, .regPhoneTxt, .successDiv {
  font-family: "Asap";
}

.btnphnContinue, .clsdefPropmt1, .regPhoneLbl, .regPhoneTxt {
  /*font-size: 13px;*/
}

.clsdefPropmt1 {
  line-height: 18px;
  padding: 0;
  border-bottom: solid 2px #fff;
  width: 100%;
  margin-bottom: 0;
}

.contact_left, .crc_lab_pad {
  margin-right: 20px;
}

.btnphnContinue {
  background-color: #CD1421;
  color: #fff !important;
  font-weight: 700;
  font-style: normal;
  width: 170px;
  height: 38px;
  display: block;
  margin-top: 28px;
  border: 0;
  margin-bottom: 15px;
}

.RegrMainDiv .BtnSubmit, .btnStoreSearch {
  -moz-box-shadow: 0 2px 0 0 rgb(51, 51, 51);
}

#spanSuccess, .successDiv {
  font-weight: 400;
  color: red;
  font-style: normal;
}

.successDiv {
  padding: 0 0 0 22px;
  font-size: 0.875em;
  display: inline-block;
  background: url(/Areas/V2/Images/Error.png) no-repeat;
  float: left;
  margin-top: -6px;
}

#spanSuccess {
  /*font-size: 13px;*/
  display: block;
}

.dvMainContct {
  margin-bottom: 20px;
  padding: 0px;
  background-color: transparent;
  margin-top: 40px;
  color: #333;
}

.dvMainContct input[type=text] {
  color: #000;
}

.ContSubInfo, .dvContInfoHead {
  color: #333;
  /*font-size: 13px;*/
}

.dvContInfoHead {
  font-weight: 700;
  font-style: normal;
}

.ContSubInfo {
  font-weight: 400;
  font-style: normal;
}

.ConInfoLnk, .clsCntctLabelCRC {
  font-weight: 700;
  font-style: normal;
}

.ConInfoLnk {
  color: #E0083B !important;
}

.ConInfoLnk:hover {
  color: #E0083B;
}

.divbgContact {
  padding: 20px 0 0;
}

.contact_form {
  padding: 15px;
}

.contact_form_width {
  width: 50.6667%;
  border-right: 1px solid #fff;
}

.contact_left {
  width: 170px;
}

.support_info {
  margin-top: 30px;
  padding-left: 20px;
}

.clstblContCRC {
  width: 100%;
  padding-bottom: 10px;
  padding-top: 17px;
}

.clsCntctLabelCRC {
  /*font-size: 14px;*/
  font-size: 0.875em;
  color: #333;
}

/*contact page popup*/
.zoomTxt .ContctBtnSearch {
  height: auto !important;
  line-height: 100%;
}

.zoomTxt .StrFind_Cancel .clsbtnGetSF {
  width: auto;
}

.zoomTxt .clsbtnGetSF {
  width: auto;
}

.zoomTxt .StrFind_Cancel {
  width: auto;
}

.div_captcha_btn {
  display: flex;
  position: relative;
}

.recaptchaLogin {
  margin-top: 4px;
}

.submit_btn {
  float: right;
  position: absolute;
  right: 0;
}

p_0 {
  padding-left: 0 !important;
}

input#btnGet {
  display: block !important;
}

.FocusIndication:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  display: inline-block;
}

.ContctstaticDiv_h1 {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal !important;
  font-size: 2.188em;
  color: #333;
  margin: 0 0 5px;
  padding: 0;
  line-height: 35px;
}

.ContctstaticDiv_p, .ContctstaticDiv_p a {
  font-family: "Asap";
}

.ContctspanBold, .cntEnterMail, .cntEnterZip, .cntHeaderLabel, .cntLabelName {
  font-family: "Asap" !important;
}

.ContctstaticDiv_p a, .ContctstaticDiv_p a:hover {
  color: #fff !important;
}

.ContctstaticDiv_p a {
  text-decoration: none !important;
  font-weight: 700;
  font-style: normal;
}

.ContctstaticDiv_p a:hover, .clstxtxdecor {
  text-decoration: underline !important;
}

.ContctspanBold, .cntHeaderLabel {
  font-weight: 700;
}

.ContctspanBold {
  font-style: normal;
}

.BB5 {
  border-top: 2px solid #E0083B;
  margin-top: 20px;
}

.cntHeaderLabel {
  color: #333;
  /*font-size: 13px;*/
}

.cntEnterZip, .cntLabelName {
  font-weight: 400;
  font-style: normal;
  color: #333;
}

.cntEnterZip {
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.cntEnterMail {
  color: #fff;
  font-weight: 400;
  font-style: normal;
  /*font-size: 13px;*/
}

.ContactUsStyle4, .FtFContctGothambook, .StrFind_Main, .StrFind_Main .txtbgControl, .clsDDLbestTime, .ddltxtdvState {
  font-family: "Asap";
  font-style: normal;
  font-weight: 400;
}

.pBotRec {
  padding-bottom: 10px;
}

.pTopRec {
  padding-top: 10px;
}

.FtFContctGothambook {
  color: #333;
}

.clsDDLbestTime {
  color: #000;
  /*font-size: 14px;*/
  font-size: 0.875em;
  line-height: 19px;
  height: 34px;
  width: 294px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.clsdvrgvCRCNumber, #rgvCRCPhoneNumber, #rfvCRCPhoneNumber {
  display: none;
}

.W-txtboxComment {
  padding-bottom: 1px;
  height: 85px;
}

.W-txtboxCommentBg {
  padding-top: 4px;
}

.Hht87 {
  height: 87px;
}

.ddlContactUsState {
  color: #000;
  height: 21px;
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.W-DivState {
  width: 200px;
  overflow: hidden;
}

.clsdivContactUsHolder .modal-body .modals, .modals {
  overflow-y: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.ddltxtdvState {
  background: url(/Areas/V2/Images/LeftNav_DownArrow.png) 178px center no-repeat #fff;
  width: 220px;
  height: 34px;
  /*font-size: 13px;*/
  text-align: left;
  color: #000;
  border: 1px solid #a9a9a9;
  -appearance: none;
  text-indent: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.ConWdt67 {
  width: 67%;
}

.ConWd100 {
  width: 100%;
}

.ConWd205 {
  width: 205px;
}

.ConWd50 {
  width: 85%;
}

.clsdivContactUsHolder .modal-content {
  /*background: url(/Areas/V2/Images/WDImages/Background-grey.png) top left #F1F1F1;*/
  background: #fff;
  height: 92%;
  color: #333 !important;
}

.clsdivContactUsHolder .modal-body .modals {
  color: #000 !important;
  background: 0 0;
  width: 100%;
  position: relative !important;
  margin: 0;
  border: 0;
  padding: 0 1px 1px 18px;
  overflow-x: hidden;
  display: none;
  -webkit-overflow-scrolling: touch;
}

.clsdivContactUsHolder .StrFind_Main .StoreBorderBottom {
  border-bottom: 2px solid #CD1421;
}

.clsdivContactUsHolder .modalheadClose {
  display: inline-block;
  font-size: 1.375em;
  opacity: 1 !important;
}

.StrFind_Main, .StrFind_Main .txtbgControl {
  /*font-size: 13px;*/
}

.clsdivContactUsHolder .StrFind_Cancel {
  border: 0;
}

.clsdivContactUsHolder .modal-header {
  border-bottom: 0;
}

.clsContactUsLink {
  color: #333;
  text-decoration: underline !important;
}

.ClscvValidateCity, .ClsgetHere, .ClsupContactUsProgress, .chkDisplayNone {
  display: none;
}

.ddlContactUsState {
  line-height: 19px;
}

.ClsdvStoreLoctn, .ClsdvStoreNum, .ClstblStore, .clastblEmail, .modals, .tblPhonecls {
  display: none;
}

.clsImgPassFuel_div {
  width: 47%;
}

.radio_div {
  margin: 0;
  padding: 0;
}

.radio_div li {
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
  list-style-type: none;
}

.radio_div li input[type=radio], input[type=checkbox] {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

.babyTblRdo .radio_div li input[type=radio], input[type=checkbox] {
  float: left;
  margin-right: 5px;
  margin-top: 4px;
}

.ClstblProduct {
  width: 100%;
  display: none;
}

.dvModalShw {
  display: block !important;
}

#myModal {
  height: 100%;
  width: 100%;
  background-color: #000;
  position: fixed;
  /*display: block;*/
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10002;
}

.Popdvmodal {
  width: 70% !important;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ClsModalBody {
  height: 90%;
  overflow: auto;
}

.ClsModalsdiv {
  display: block !important;
}

#mapGoogle {
  max-width: 1170px;
  height: 350px;
  width: 100%;
}

.ClstblStore {
  padding-top: 17px;
}

.ContctBtnSearch:hover, .PinCodeBtn, .StrFind_Main a, .clsFind:hover, .slicknav_btn, .slicknav_nav .slicknav_item {
  cursor: pointer;
}

.searchAreaDiv, .searchzipDiv {
  float: left;
  margin-bottom: 10px;
}

.clsImgPassFuel, .top-buffer-10 {
  margin-top: 10px;
}

.StrFind_Main .ddlRadius {
  width: 100%;
  height: 35px;
  font-style: normal;
  font-size: 0.875em;
  color: #000;
  border: 1px solid #929193;
  line-height: 20px;
  text-indent: 5px;
}

.StrFind_Main .ddlRadius {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#storeResultContainer {
  padding-top: 30px;
}

.strFind_spn {
  display: inline-block;
  line-height: 32px;
  font-weight: normal;
}

/*end of contact us*/
.dvrdStore {
  margin-top: -19px;
  margin-left: 56px;
}

.dvrdStrItem {
  margin-top: -20px;
  margin-left: 73px;
}

.dvrdProduct {
  margin-top: -19px;
  margin-left: 115px;
}

.dvrdPrdItem {
  margin-top: -20px;
  margin-left: 132px;
}

.dvrdOther {
  margin-top: -19px;
  margin-left: 194px;
}

.dvrdOtrItem {
  margin-top: -20px;
  margin-left: 212px;
}

.dvrdPhnItem {
  margin-top: -20px;
  margin-left: 17px;
}

.dvrdPhone {
  margin-top: -16px;
}

.dvrdEmail {
  margin-top: -17px;
  margin-left: 65px;
}

.dvrdEmailItem {
  margin-top: -19px;
  margin-left: 82px;
}

.dvrdLetter {
  margin-top: -18px;
  margin-left: 124px;
}

.dvrdLetterItem {
  margin-top: -21px;
  margin-left: 142px;
}

.dvrdPrefer {
  margin-top: -16px;
  margin-left: 189px;
}

.dvrdPreferItem {
  margin-top: -20px;
  margin-left: 208px;
}

.clstblLetter {
  width: 100%;
  display: none;
}

#cvMode, #dvrfvEmailAddress, #dvrgvEmailAddress, #cpvEmailAddress, #rfvRetypeEmailAddress, #dvrfvZip, #dvrgvRetypeEmailAddress, #dvrgvZip, #rfvAddress, #rfvCity, #rfvState, #rgvRetypeEmailAddress {
  display: none;
}

#rfvZipCode, #cpvSellDate, #cvComments, #rfvPhoneNumber, #rgvPhoneNumber, #captchaError, #specialComments {
  display: none;
}

.StrFind_Main .txtbgControl {
  border: 1px solid #929193;
  width: 100%;
  height: 35px;
  color: #000 !important;
  padding-top: 0;
  background-color: #fff;
  line-height: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.StrFind_Main {
  margin: 18px 0px;
}

.StrFind_Main h2 {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  font-size: 2.188em;
  color: #333;
  margin: 22px 0 0;
}

.StrFind_Cancel, .StrFind_Main .ddlRadius, .StrFind_Main a, .StrFind_Main p {
  font-family: "Asap";
}

.StrFind_Main a, .StrFind_Main p {
  line-height: 17px;
}

.StrFind_Main a.StrFind_Cancel {
  line-height: 23px;
}

.StrFind_Cancel, .StrFind_Main a, .StrFind_Main p {
  color: #333;
  font-style: normal;
  /*font-size: 13px;*/
}

.StrFind_Main p {
  font-weight: 400;
  margin: 0;
}

.StrFind_Main a {
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: none !important;
}

.StrFind_Cancel, .StrFind_Main .ddlRadius {
  font-weight: 400;
}

.errorAPI, .ms-Maperror, .ms-error {
  font-family: "Asap" !important;
  font-style: normal;
  color: #ee3224;
}

.ContinueBtnCP, .ImageTextBox, .imgCalendrcls, .makeThisWinn {
  cursor: pointer;
}

.errorAPI, .ms-error {
  font-weight: 400 !important;
}

.StrFind_Main .StoreBorderBottom {
  border-bottom: 2px solid #fff;
}

.strFind_spn {
  display: inline-block;
  /*line-height: 32px;*/
}

.ms-error {
  /*font-size: 14px !important;*/
  font-size: 0.875em;
  color: #BE3A31 !important;
}

.clsbtnGetSF {
  font-family: "Asap";
  font-style: normal;
}

.clsbtnGetSF {
  margin-left: 10px;
}

.btnTop {
  top: 15px;
  position: absolute;
  right: 34px;
  z-index: 9999;
}

.blurbackGround {
  width: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10001;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  background: rgba(34, 34, 34, 0.75);
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .container, .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

label {
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: baseline;
}

.CouponsErrorStyles .PageTitle, .CouponsErrorStyles .Page_Desc {
  margin-left: 0;
}

.clsbackArrowRegImg {
  background: url(/Areas/V2/Images/WDImages/arrow-93-xxl.png) center center no-repeat;
  background-size: 100% 100%;
}

.closeButton {
  background: url(/Areas/V2/Images/close-icon-red1.png) center center no-repeat;
  background-size: 100% 100%;
}

.vendorMargin {
  margin-bottom: 5px;
}

.vendorHeaderLabel {
  margin: 10px 0;
}

.centerColLogin, .wrapperCallLogin {
  margin-left: auto;
  margin-right: auto;
}

.txtVendorbgControl {
  /*font-family: 'Gotham A','Gotham B';*/
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  border: 1px solid #929193;
  width: 100%;
  height: 22px;
  padding-left: 4px;
  /*font-size: 14px;*/
  font-size: 0.875em;
  padding-top: 1px;
  color: #000;
}

.zoomTxt .vendorBgImg .txtVendorbgControl, .zoomTxt .btnNexVendor {
  height: auto;
}

.vendorBgImg {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.btnNexVendor {
  margin-right: 15px;
  height: 24px;
  line-height: 25px;
  background-color: #CD1421;
  border: 0;
  color: #FFF;
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 700;
  margin-top: 15px;
}

.dvclslblResult, .vendorError {
  display: none;
}

.nexVendorPara, .nexVendorSubHeading {
  margin-top: 10px;
  font-family: "Asap";
  /*font-size: 13px;*/
  font-style: normal;
}

.btnNexVendor:hover {
  background-color: #88071E;
}

.nexVendorPara {
  font-weight: 400;
  color: #333;
}

.nexVendorSubHeading {
  font-weight: 700;
  color: #fff;
}

.vendorFontSize {
  /*font-size: 12px;*/
}

.vendorMarginTop {
  margin-top: 0;
}

.vendorError {
  font-family: "Asap" !important;
  font-style: normal;
  font-weight: 400 !important;
  /*font-size: 14px !important;*/
  font-size: 0.875em;
  color: #ee3224;
}

.DisplayErrorDiv, .callError {
  display: block;
}

.wrapperCallLogin {
  background-color: #d0dcee;
  margin-bottom: 20px;
  max-width: 700px;
  padding: 40px 20px 70px;
}

.loginCredentialText {
  color: #000;
  font-size: 1.25em;
}

.callLoginHeader {
  color: #000;
}

.centerColLogin {
  margin-top: 50px;
}

.childCallLogin {
  margin-left: 60px !important;
  margin-top: 33px;
}

.subCallCrdntls {
  background: #4677bf;
  border: 0;
  padding: 6px 17px;
  /*font-size: 14px;*/
  font-size: 0.875em;
  width: 100px;
}

.callError {
  color: red;
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.clsLoginCredentialCall {
  text-align: center;
  width: 250px;
  color: #000;
}

.loginErrorsCallCenter {
  height: 30px;
}

.CustomerSearchContainer {
  background-color: #F0FBFF;
  border: 1px solid #000;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.divAlign {
  margin-top: 2px;
}

.SearchArea {
  background-color: #B9D3EE;
  border: 1px solid #000;
  margin: 10px;
  min-height: 70px;
  padding: 10px;
}

.SearchButton, .SearchRegButton {
  background-color: #4791DA;
  padding: 3px 30px;
}

.TitleContainer {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
}

.TextBoxContainer {
  margin-bottom: 10px;
}

.alignText {
  margin-right: 10px;
}

.CustomerSearchContainer h1, .CustomerSearchContainer h2 {
  color: #000;
  margin: 0 auto;
  font-family: gotham;
  font-weight: 700;
}

.CustomerSearchContainer h1 {
  font-size: 1.625em;
}

.CustomerSearchContainer h2, .ErrorText {
  font-size: 0.875em;
}

.ErrorText {
  font-family: gotham;
  color: red;
  text-align: left;
}

.SearchButton, .SearchRegButton, .TextBoxWidth90, .textBoxwidth {
  /*font-size: 14px;*/
  font-size: 0.875em;
  font-family: gotham;
  border: 1px solid #000;
}

.TextBoxWidth90, .textBoxwidth {
  color: #000;
}

.SearchButton {
  font-weight: 700;
  float: right;
}

.SearchRegButton {
  font-weight: 700;
  float: left;
}

.RegistrationArea {
  margin: 10px;
}

.SearchbtnContainer {
  text-align: right;
  padding-right: 10px;
}

.Searchbtn1Container {
  text-align: right;
  padding-right: 20px;
}

.textBoxwidth {
  width: 100% !important;
}

.TextBoxWidth90 {
  width: 90%;
}

.RadioAlign, .dropdownAlign, .dropdownAlign option {
  font-size: 0.875em;
  color: #000;
  font-weight: 700;
}

.RadioAlign {
  font-family: gotham;
}

.CustomerSearchContainer input[type=radio] {
  height: 20px;
  width: 30px;
}

.btnWidth, .gridBorder {
  height: 110px;
}

.alignSearch {
  padding: 5px 2px 0 0;
}

.MobileUserAlign {
  padding: 5px 0 0 4px;
}

.HideErrorDiv {
  display: none;
}

.dropdownAlign {
  font-family: gotham;
  margin: 0 auto;
}

.dropdownAlign option {
  margin: 0 auto;
}

.selectedRow {
  background-color: gray;
}

.gridBorder {
  border: 1px solid #000;
  overflow-y: scroll;
  text-align: center;
}

.gridAlign {
  padding: 1px 0 5px 1px;
}

.gridCellAlign {
  padding: 10px 0 0;
  text-align: center;
  margin-right: 20px;
}

.bannerAlign {
  padding-left: 25px;
}

.SearchButtonDisplay {
  background-color: #4791DA;
  border: 1px solid #000;
  /*font-size: 14px;*/
  font-size: 0.875em;
  padding: 3px 30px;
  float: right;
  margin-top: 2%;
}

.dropdownWidth {
  width: 90%;
  border: 1px solid #000;
}

.RadioAlign input[type=radio] {
  margin: 0 auto !important;
}

.radiobtnFemale {
  padding-left: 5px;
}

.conditionalText {
  font-size: 1.125em;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.stessTestSp {
  text-decoration: underline;
}

.DivParent {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.divMaxWidthEC {
  max-width: 44px;
}

.spaceAboveEC {
  margin-top: 15px;
}

.verticalCenter {
  margin-top: 12px;
}

.divWhiteNo {
  max-width: 26px;
  width: 35px;
  height: 35px;
  background-size: 85%;
  background-position: center top;
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
  font-size: 1.563em;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  display: table-cell;
  vertical-align: middle;
}

.marTop1, .marTopEC {
  display: table;
}

.marTopEC {
  margin-top: 20px;
}

.adminToolSearch {
  color: #000;
  font-family: gotham;
}

.FuelbalrewardText, .FuelclsbtnGetSF, .FuelrewardTexthead, .dvFuelcrcFieldTxt {
  font-family: "Asap";
}

.RegConfmtnDiv {
  margin-bottom: 10px;
}

.padding_cer {
  padding: 30px;
}

.FuelrewardTexthead {
  font-weight: 400;
  font-style: normal;
  /*font-size: 14px;*/
  font-size: 0.875em;
  color: #cd1421;
}

.FuelclsbtnGetSF {
  height: 25px;
  border: 0;
  background-color: #CD1421;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 0.875em;
  padding: 5px 20px;
  margin: auto;
  display: block;
}

.FuelbalrewardText, .dvFuelcrcFieldTxt {
  font-weight: 400;
  font-style: normal;
}

.FuelclsbtnGetSF:hover {
  background-color: #88071E;
  text-decoration: none;
}

.FuelbalrewardText a, .press_copy a, .press_copy a:link, .press_copy a:visited {
  text-decoration: underline !important;
}

.dvFuelcrcFieldTxt {
  font-size: 0.813em;
  line-height: 20px;
  color: #58595C;
}

.FuelbalrewardText {
  /*font-size: 14px;*/
  font-size: 0.875em;
  /*color: #58595C !important;*/
}

.FuelbalrewardText a {
  color: #58595C;
}

#fuelBalancedv {
  padding-top: 20px;
}

.press_copy a:focus, .press_copy a:hover {
  text-decoration: none;
}

.CSHead_Media, .ViewWeeklyLnk, .callbacks1_tabs, .divItemContent, .divItemData, .divLearnMore a, .divWeeklyAd, .pnlLoggedMessage, .subTitleHead, .viewmyRew {
  text-align: center;
}

.ViewWeeklyLnk, .ViewWeeklyLnk:hover, .callbacks_nav, .clsLinkmore, .divLearnMore a {
  text-decoration: none;
}

.EmailMailDiv, .emailTxtBox_Tbl:after {
  clear: both;
}

.divItemContent, .dvContntSlid, .dvContntSlid-promo {
  overflow: hidden;
  vertical-align: middle;
}

.DtchkoutTbl, .DtchkoutTbl-promo, .bxslider table, li, ol, ul {
  border-collapse: collapse;
  border-spacing: 0;
}

.bxslider, .bxslider ol, .callbacks, .rslides, ul {
  list-style: none;
}

.googleTag_iframe {
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
}

.subTitleHead {
  color: #333;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  /*font-size: 35px;*/
  font-size: 1.813em;
  margin-top: 5px;
  margin-bottom: 24px;
}

.ViewWeeklyLnk, .divLearnMore a, .spnDisc, .spnTitle {
  font-style: normal;
  font-family: "Asap";
}

.NearStore {
  width: 100%;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 3;
  position: absolute;
  max-width: 1170px;
}

.NearStore .ZipCodeLnk, .NearStore .ZipCodeLnk:focus, .NearStore .ZipCodeLnk:hover, .NearStore .ZipCodeLnk:link, .NearStore .ZipCodeLnk:visited {
  color: #333 !important;
}

.NearStoreItem {
  width: 100%;
  position: relative;
}

.weather_Arr_div {
  float: right;
  margin-top: 0;
  margin-right: 15px;
  z-index: 999;
  position: absolute;
  right: 0;
  cursor: pointer;
}

.NearestStoreParentDiv .weather_Arr_div {
  display: none !important;
}

.mainStrdiv_tbl {
  width: 100%;
  padding-right: 20px;
}

.PinCodeTxtBox, .nearstoreWaterMark {
  background-color: #fff;
  border: 1px solid #868686;
  padding: 0 10px;
  color: #000;
  line-height: 22px;
  height: 22px;
  font-size: 0.875em;
}

.PinCodeTxtBox {
  width: 135px;
  background-image: none;
  /*font-size: 13px;*/
}

.weatherRgtArrow {
  border: 0;
}

.divWidth {
  width: 150px;
}

.errorMsgClass {
  color: #c8102e;
  padding-top: 3px;
  /*font-size: 13px;*/
}

.NearStrWeb .NearStoreMain {
  float: none;
  min-height: 36px;
}

.NearStoreMain {
  height: auto;
}

.NearStrWeb .addressDiv {
  margin-bottom: 0;
}

.rslides {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 100%;
  margin: 0 auto 40px;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

#wrapper, .callbacks img, .rslides img {
  height: auto;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  /*float: left;*/
  width: 100%;
  border: 0;
}

#wrapper {
  padding: 0;
  position: relative;
}

.callbacks_container, .callbacks_container_sml {
  margin-bottom: 0;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin-top: 0;
}

.callbacks {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  max-height: 450px;
  overflow: hidden;
}

.callbacks div, .callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0;
}

.callbacks .caption, .callbacks_nav {
  position: absolute;
  left: 0;
  z-index: 2;
}

.callbacks_container_sml .callbacks img {
  min-width: 100%;
}

.callbacks .caption {
  display: block;
  font-size: 1.25em;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 43px;
  width: 38px;
  margin-top: 15%;
}

::i-block-chrome, .callbacks_nav {
  top: 0;
  margin-top: 25%;
}

.callbacks_nav:active {
  opacity: 1;
}

.callbacks_nav.prev {
  right: auto;
  left: 10px;
  background: url(/Areas/V2/Images/WDImages/wd-sprite.png) -10px -553px no-repeat;
  width: 35px;
}

.callbacks_nav.next {
  left: auto;
  background: url(/Areas/V2/Images/WDImages/wd-sprite.png) -10px -607px no-repeat;
  right: 10px;
  width: 35px;
}

.callbacks1_tabs {
  width: 100%;
  position: relative;
  bottom: 7%;
  z-index: 4;
  padding: 0 !important;
  margin: -23px 0 0;
  float: left;
}

.divItemMainMobile, .divItemMobile {
  z-index: 0 !important;
}

.callbacks1_tabs li {
  display: inline;
  height: 20px;
}

.callbacks1_tabs li a {
  background: url(/Areas/V2/Images/WDImages/wd-sprite.png) -10px -140px no-repeat;
  padding: 6px;
  color: transparent !important;
  margin: 5px 4px;
  display: inline-block;
  height: 15px;
  width: 15px;
}

.callbacks1_tabs li.callbacks_here a {
  background: url(/Areas/V2/Images/WDImages/wd-sprite.png) -10px -74px no-repeat;
}

.divItemframe {
  background-position: center top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 100%;
  max-height: 454px;
  min-height: 100px;
}

.divItem {
  width: 480px !important;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.85);
  left: 0;
  right: 0;
  top: 0;
}

.divItemLft {
  margin-left: 50px !important;
}

.divItemMainMobile {
  width: 100%;
  position: static !important;
  min-height: 200px;
}

.divItemMainMobile .divItem, .divItemMobile .divItemData {
  width: 100% !important;
  background-color: rgba(255, 255, 255, 0.85);
}

.divItemMainMobile .divItem {
  margin-left: auto;
  margin-right: auto;
  position: absolute !important;
  left: 0;
  right: 0;
}

.divItemMobile .divItemData {
  z-index: 0;
  margin-bottom: 25px;
  position: static !important;
  min-height: 110px !important;
}

.divItemMobile .spnDisc {
  margin-bottom: 25px;
}

.divItemMobile .divItemContent {
  margin-bottom: 25px;
  padding-top: 0;
  margin-top: 0;
  border-top: 2px solid red !important;
}

.divItemRgt {
  margin-right: 50px !important;
}

.divItemData {
  width: 90% !important;
  height: 90% !important;
  margin: auto;
  border-top: 2px solid red !important;
  border-bottom: 2px solid red !important;
  top: 5%;
  position: relative !important;
  display: table !important;
}

.EmailMailTbl, .emailTxtBox_div {
  border: 1px solid #333;
}

.divItemContent {
  height: 90%;
  display: table-cell !important;
}

.divLearnMore {
  position: absolute !important;
  bottom: -16px;
  width: 140px !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.divLearnMore a {
  height: 30px;
  padding: 0;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  /*font-size: 14px;*/
  font-size: 0.875em;
  background-color: #CD1421;
  margin-left: 20px;
  margin-top: 2px;
  line-height: 29px;
  width: 120px;
}

.divLearnMore a:hover {
  background-color: #88071E;
  text-decoration: none;
  color: #fff;
}

.spnTitle {
  color: #333;
  font-size: 1.563em;
  width: 100% !important;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.DtchkoutTbl-promo a, .ViewWeeklyLnk, .subpnlLnk a, .viewmyRew {
  display: inline-block;
}

.ViewWeeklyLnk, .spnDisc {
  /*font-size: 13px;*/
}

.spnDisc {
  color: #333;
  width: 100%;
  font-weight: 400;
}

.divWeeklyAd {
  margin-top: 35px;
  margin-bottom: 45px;
}

.ViewWeeklyLnk {
  padding: 16px 0;
  color: #fff !important;
  font-weight: 700;
  margin: 0 auto;
  width: 410px;
  background-color: #CD1421;
  white-space: nowrap;
}

.ViewWeeklyLnk:hover {
  background-color: #88071E;
  color: #FFF;
}

.ChkOutMain {
  width: 96.7%;
  float: right;
  margin-bottom: 15px;
  border: 1px solid #bdbdbd;
}

.DtchkoutTbl {
  background: #fff;
  width: 100%;
}

.DtchkoutTbl h2 {
  color: #000;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  font-size: 1.188em;
  margin: 8px 40px 0 0;
  line-height: 20px;
}

.DtchkoutTbl div.dvContntSlid div, .DtchkoutTbl p, .HeaderDesc, .HeaderStore, .HeaderStore1, .HeaderText, .clsLinkmore {
  font-family: "Asap";
  font-style: normal;
}

.DtchkoutTbl p, .clsLinkmore {
  /*font-size: 13px;*/
}

.DtchkoutTbl p {
  color: #000;
  font-weight: 400;
  line-height: 18px;
  margin: 8px 0 5px;
}

.DtchkoutTbl TD {
  padding: 0;
}

.BanImgDiv {
  max-height: 140px;
  max-width: 270px;
}

.BanImgDiv a {
  max-height: 140px;
  display: inline-block;
  overflow: hidden;
}

.zoomTxt .BanImgDiv {
  max-height: initial;
}

.BanImgDiv a {
  max-height: 140px;
  display: inline-block;
}

.clsLinkmorediv {
  max-height: 18px !important;
  padding-right: 10px;
}

.clsLinkmore {
  color: #ce122d !important;
  font-weight: 700;
}

.DtchkoutTbl div.dvContntSlid div, .HeaderText {
  color: #000;
}

.clsLinkmore:hover, .clsLinkmore:link:hover, .clsLinkmore:visited:hover {
  text-decoration: underline !important;
}

.EmailLogTxt, .EmailLogTxt a, .subpnlLnk a, .viewmyRew {
  text-decoration: none !important;
}

.dvContntSlid {
  width: 100%;
  max-height: 115px;
  padding-left: 15px;
  text-align: left !important;
  overflow: hidden;
}

.zoomTxt .dvContntSlid {
  max-height: initial;
}

.DtchkoutTbl div.dvContntSlid div {
  font-weight: 400;
  font-size: 0.938em !important;
  margin: 5px 0;
  max-height: 32px;
  /*overflow: hidden;*/
  line-height: 16px;
}

.zoomTxt .DtchkoutTbl div.dvContntSlid div {
  max-height: initial;
  overflow: visible;
}

.SocialHead, .SocialIcon {
  float: left;
  max-height: 80px;
}

.zoomTxt .SocialHead {
  max-height: initial;
}

.CheckOutContainer {
  width: 100%;
}

.CLContainer {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 15px 25px;
  max-width: 480px;
}

.LogoStyle {
  width: 100%;
  height: auto;
}

.HeaderStyle {
  width: 100%;
  padding: 5px 15px 5px 5px;
}

.HeaderStyle1 {
  width: 90%;
  padding: 5px;
}

.HeaderText {
  width: 90%;
  font-size: 0.938em;
  font-weight: 700;
}

.HeaderStore, .HeaderStore1 {
  white-space: nowrap;
  font-weight: 400;
  /*font-size: 14px;*/
  font-size: 0.875em;
  color: #727176;
}

.HeaderStore1 {
  padding-top: 7px;
}

.HeaderDesc {
  /*font-size: 13px;*/
  font-weight: 400;
  color: #000;
  max-width: 280px;
  line-height: 15px;
  margin-bottom: 0;
  margin-top: 10px;
}

.CSHead_Media, .EmailLeftDiv h1 {
  color: #333;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.ImgItemstyle {
  width: 100%;
  height: 245px;
  line-height: 0;
}

.ScImgDiv a {
  line-height: 0 !important;
}

.SCHeadDiv2 {
  background-color: rgba(255, 255, 255, 0.85);
  color: #333;
  z-index: 99999;
  position: absolute;
  width: 100%;
  bottom: 0;
}

.CSHead_Media {
  font-size: 2.188em;
  margin: 0 auto 10px;
}

.SocialHeadMain {
  margin-bottom: 14px;
}

.SocialIcon {
  max-width: 80px;
  margin-right: 5px;
  width: 100%;
}

.SocialHead {
  width: 75%;
}

.SocialHead1 {
  float: left;
  width: 78%;
}

.SocialHead1 .HeaderDesc {
  max-width: 100%;
}

.SCHeadDiv2 .HeaderDesc, .SCHeadDiv2 .HeaderStore, .SCHeadDiv2 .HeaderStore1, .SCHeadDiv2 .HeaderText {
  color: #fff;
}

.ScImgDiv {
  width: 100%;
  max-height: 330px;
  overflow: hidden;
  position: relative;
  max-width: 430px;
}

.ScImgDiv img {
  width: 100%;
  height: auto;
}

.EmailMailTbl {
  width: 100%;
  height: 90px;
  margin: 0 0 31px;
}

.signUpDivSize {
  width: 195px;
}

.EmailLeftDiv {
  padding-left: 25px;
  margin: 10px 0;
  max-width: 500px;
}

.crcReward_Homeimg {
  width: 185px;
  padding-left: 10px;
}

.crcReward_Homeimg img {
  position: absolute;
  margin-top: -14px;
  width: 185px;
  min-width: 185px;
}

.ChkOutImg, .DtchkoutTbl-promo img, .StockDiv img {
  width: 100%;
  height: auto;
}

.subpnlLnk a, .subpnllogin {
  font-style: normal;
  font-family: "Asap";
  /*font-size: 13px;*/
}

.dvpnlAnonimous {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  padding: 6px 12px 6px 7px;
}

.divOverLoggedIn, .loggedInStyle .divOverLoggedIn {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  padding: 10px;
}

.pnlloginRewreg {
  margin-left: 8px;
}

.subpnllogin {
  color: #fff;
  font-weight: 400;
}

.subpnlLnk a {
  font-weight: 700;
  color: #333 !important;
}

.loggedInStyle .divOverLoggedIn {
  border-left: 1px solid #fff;
}

.userWelcomeText {
  margin-top: 10px;
  font-size: 1.25em;
  font-family: "Asap";
  font-weight: 400;
}

.viewmyRew {
  cursor: pointer;
  color: #fff !important;
  font-family: "Asap";
  font-weight: 700;
  /*font-size: 13px;*/
  background-color: #CD1421;
  line-height: 20px;
  padding: 5px 20px;
}

.SlidLnk a, .SlidLnk a :hover, .WeeklyAdContainer {
  text-decoration: none;
}

.thumBoxOuter .dvTitleHm a:hover {
  text-decoration: underline;
}

.StockDiv {
  width: 100%;
  padding: 1px;
}

.promosBgColor {
  background-color: #d00a2d;
  margin: auto;
  padding-bottom: 40px;
}

.ChkOutImg {
  border: 0;
}

.DtchkoutTbl-promo {
  width: 100%;
  background: #fff;
}

.DtchkoutTbl-promo h2 {
  color: #000;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  font-size: 1.188em;
  margin: 0 10px 0 0;
  line-height: 20px;
}

.DtchkoutTbl-promo a, .DtchkoutTbl-promo div.dvContntSlid-promo div, .DtchkoutTbl-promo p, .SlidLnk .couponSaveButton, .SlidLnk a, .WeeklyAdContainer {
  /*font-family: 'Gotham A','Gotham B';*/
  font-family: "Asap";
  font-style: normal;
}

.DtchkoutTbl-promo a, .DtchkoutTbl-promo p {
  font-weight: 400;
  /*font-size: 13px;*/
}

.DtchkoutTbl-promo p {
  color: #000;
  padding-right: 10px;
  margin-bottom: 0;
}

.DtchkoutTbl-promo a {
  color: #ce122d !important;
}

.dvContntSlid-promo {
  width: 100%;
  max-height: 113px;
  text-align: left;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager, .tblCouponRotator td {
  text-align: center;
}

.DtchkoutTbl-promo div.dvContntSlid-promo div {
  color: #000;
  font-weight: 400;
  font-size: 0.938em;
  margin: 0;
  max-height: 32px;
  overflow: hidden;
}

.SlidLnk .couponSaveButton, .SlidLnk a {
  display: block;
  font-weight: 700;
  /*font-size: 13px;*/
}

.tblCouponRotator {
  top: 2px;
  width: 90%;
  height: 100%;
  margin: auto;
}

.zoomTxt .tblCouponRotator {
  position: relative;
  width: 100%;
}

.HmImgSlid {
  width: 105px;
  height: 95px;
  display: block;
  margin: auto;
  overflow: hidden;
}

.HmImgSlid img {
  width: 100%;
  height: auto;
}

.SlidLnk {
  position: absolute;
  z-index: 99;
  margin: auto auto auto -50px;
  color: #fff !important;
  max-width: 100px;
  bottom: -15px;
  white-space: nowrap;
  left: 50%;
  box-shadow: 0 2px 0 0 rgb(51, 51, 51);
}

.SlidLnk .couponSaveButton {
  background-color: #CD1421;
  border: none;
  width: 100px;
  overflow: hidden;
  text-align: center;
  padding: 8px 4px;
}

.zoomTxt .SlidLnk .couponSaveButton {
  overflow: visible;
  height: auto;
  white-space: normal;
}

.SlidLnk .couponSaveButton:hover {
  background-color: #88071E;
  text-decoration: none;
  color: #fff;
}

.SlidLnk a {
  color: #fff !important;
}

.zoomTxt .SlidLnk {
  overflow: visible;
  bottom: 0;
  white-space: normal;
}

.tdFuelSectionAlign {
  border: 2px solid #fff;
  width: 50%;
}

.PromosSliderDiv .bx-wrapper {
  margin-bottom: 0;
}

.PromosSliderDiv .bx-wrapper .bx-prev {
  left: -1px;
}

.PromosSliderDiv .bx-wrapper .bx-next {
  right: -1px;
}

.PromosSliderDiv .bx-wrapper .bx-controls-direction a {
  top: 0;
  position: absolute;
  margin-top: 0;
  width: 20px;
  height: 100%;
}

.PromosSliderDiv .bx-wrapper .bx-viewport {
  padding-top: 0;
  background-color: #fff;
}

.PromosSliderDiv .bxslider li {
  margin-right: 0 !important;
}

.Img-promo-div {
  width: 94%;
  margin-left: auto;
  margin-top: 5%;
  margin-right: 3%;
}

.WeeklyAdContainer {
  cursor: pointer;
  color: #fff;
  font-weight: 400;
  /*font-size: 14px;*/
  font-size: 0.875em;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

.LocatorContainer, .StoreLocatorContainer {
  width: 100%;
  max-width: 500px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}

.LocatorTD {
  vertical-align: top;
  padding-top: 2px;
  float: right;
}

.bxslider, .featureHeadingAlign {
  padding: 0;
}

.msgdiv {
  color: #fff;
  font-size: 0.875em;
  float: right;
  position: absolute;
  margin-left: 20px;
  display: none;
  top: 23px;
}

.featureHeadingStyle {
  margin-top: 30px;
}

.featureBannerAlign {
  margin: 0 1px 20px;
}

.thumBoxOuter .bx-viewport {
  height: 220px;
}

.zoomTxt .thumBoxOuter .bx-viewport {
  height: auto !important;
}

.thumBoxOuter #page-wrapper, .thumBoxOuter .bx-wrapper {
  margin-bottom: 0;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
}

.bxslider {
  margin: 0;
}

.bx-wrapper .bx-viewport {
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
  padding-top: 5px;
}

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  width: 100%;
}

.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.bx-loading {
  z-index: 0 !important;
}

.bx-wrapper .bx-pager {
  font-size: 0.85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 10px;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #4a4a4a;
  font-size: 0;
  margin: 0 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  height: 13px;
  width: 13px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #4a4a4a;
  font-size: 0;
  margin: 0 5px;
}

.thumBoxOuter .bx-wrapper .bx-pager.bx-default-pager a {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #4a4a4a;
  font-size: 0;
  margin: 0 5px;
}

.thumBoxOuter .bx-wrapper .bx-pager.bx-default-pager a.active, .thumBoxOuter .bx-wrapper .bx-pager.bx-default-pager a:hover {
  height: 13px;
  width: 13px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #4a4a4a;
  font-size: 0;
  margin: 0 5px;
}

.bx-wrapper .bx-prev {
  left: -10px;
}

.bx-wrapper .bx-next {
  right: -10px;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 10px;
  height: 32px;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.bxslider table, li, ol, ul {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.dvTitleHm, .valuecls {
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
}

.wrapper {
  max-width: 1135px;
  margin: 0 auto;
}

.divImgSlide {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.CRCReward_ImgDiv, .divImgSlide a, .divSavDesc, .featureBannerAlign .StockDiv, .valuecls {
  width: 100%;
}

#page-wrapper {
  padding: 0 20px;
  margin-bottom: 60px;
}

.SavDesc, .valuecls {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2px;
}

.slide {
  background-color: #fff !important;
  height: 210px;
  margin-right: 10px;
  margin-left: 10px;
}

.zoomTxt .slide {
  height: auto;
}

.SlidContdv {
  height: 100% !important;
  border: 2px dashed #333;
}

.valuecls {
  font-size: 1.063em;
  color: #D0092B;
  display: inline-block;
  height: 20px;
}

.zoomTxt .valuecls {
  height: auto;
}

.tblCouponRotator .valuecls {
  font-weight: 400;
}

.divSavDesc {
  padding-bottom: 7px;
}

.SavDesc {
  /*font-size: 14px;*/
  font-size: 0.875em;
  color: #000;
  padding: 0 5px;
  max-width: 90% !important;
  height: 55px;
  line-height: 14px;
  margin-left: auto;
  margin-right: auto;
}

.zoomTxt .SavDesc {
  height: auto;
  margin-bottom: 85px;
}

.dvTitleHm {
  text-align: center;
  height: 30px;
  /*font-size: 13px;*/
}

.zoomTxt .dvTitleHm {
  height: auto;
}

.CRCRewardEmail .lblsubheadrew, .thumBoxOuter .dvTitleHm .couponTitle {
  font-family: "Asap";
  font-style: normal;
}

.thumBoxOuter .dvTitleHm .couponTitle {
  font-weight: 400;
  font-size: 1.25em;
  height: 15px;
  margin-bottom: 15px !important;
  margin-top: 10px;
}

.zoomTxt .thumBoxOuter .dvTitleHm .couponTitle {
  height: auto;
}

.thumBoxOuter {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 10px;
  padding-bottom: 54px;
  border: 1px solid #d8d8d8;
  margin-top: -22px;
}

.thumBoxOuter .dvTitleHm a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
}

.Temp_3Data .DescCls, .Temp_3Data .DivTitle {
  font-family: "Asap";
  color: #333;
}

.SubHeadBackground, .Temp_3Data {
  background-color: rgba(255, 255, 255, 0.85);
  min-height: 100px;
}

.Linkcls:hover, .closeDiv, .imageId, .participateStore a {
  cursor: pointer;
}

.Temp_3Data {
  margin: 50px auto;
  padding-bottom: 30px;
  clear: both;
  border: 1px solid #bdbdbd;
}

.Temp_3Data .DivTitle {
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  margin: 0 0 5px;
}

.GetSaveTbl h1, .PageTitle, .Page_Desc, .Temp_3Data .DescCls, .secondarySubDesc, .secondarySubHead, .subDesc, .subHead {
  font-weight: 400;
  font-style: normal;
}

.Temp_3Data .DescCls {
  /*font-size: 13px;*/
  margin: 0;
  line-height: 18px;
}

.Temp_3Data .SubHeadBackground, .Temp_3Data .btm20 {
  margin: 0 !important;
}

.Temp_3Data a, .Temp_3Data a:link, .Temp_3Data a:visited {
  color: #CD1421;
  text-decoration: underline;
}

.Temp_3Data a:focus, .Temp_3Data a:hover {
  color: #CD1421;
  text-decoration: none;
}

.PageTitle {
  color: #333;
  font-family: "Asap";
  font-size: 2.188em;
  margin: 0 0 7px;
  line-height: 35px;
  font-weight: 700;
}

.Page_Desc {
  color: #333;
  font-family: "Asap";
  /*font-size: 13px;*/
  line-height: 20px;
}

.Page_Desc a, .Page_Desc a:visited {
  color: #333;
  text-decoration: underline;
}

.Page_Desc a:focus, .Page_Desc:hover {
  color: #333;
  text-decoration: none;
}

.VideoCtrl {
  margin-bottom: 20px;
}

.Temp1_Maindiv .divSecondaryParent {
  margin-bottom: 20px;
  margin-left: 10px;
}

.divVideobg {
  margin-top: 20px;
}

.videoControlWH {
  width: 100%;
  height: 300px;
  border: 0;
}

.secondarySubHead, .subHead {
  color: #333;
  font-family: "Asap";
  font-size: 1.563em;
}

.secondarySubDesc, .subDesc {
  font-family: "Asap";
  /*font-size: 13px;*/
  color: #fff;
  margin-bottom: 15px;
}

.secondarySubDesc a {
  color: #fff;
}

.divImgTitleAndTextMiddle {
  margin: 75px auto 40px;
}

.divGetSaveTblBottom {
  margin-bottom: 20px;
}

.GetSaveTbl {
  width: 100%;
}

.storeBrandsTemplateDiv {
  margin-top: 25px;
}

.GetSaveTbl .TopBrd_topBrdtd1 {
  width: 40%;
  vertical-align: bottom;
}

.GetSaveTbl .TopBrd_topBrdtd2 {
  width: 20%;
}

.GetSaveTbl .TopBrd_topBrdtd3 {
  width: 40%;
  vertical-align: bottom;
}

.deptUl li, .liStoreServices {
  vertical-align: top;
  list-style-type: none;
}

.GetSaveTbl .TopBrd {
  height: 2px;
  margin-bottom: -2px;
  background-color: #fff;
}

.GetSaveTbl h1 {
  margin: 13px 15px -28px;
  color: #fff;
  font-family: "Asap";
  font-size: 1.563em;
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  line-height: 60px;
}

.GetSaveMain .DivTitle {
  font-size: 0.938em;
  color: #333;
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
  margin: 5px 0 0;
  line-height: 20px;
}

.GetSaveMain .DescCls, .GetSaveMain a {
  /*font-size: 13px;*/
  font-family: "Asap";
}

.GetSaveMain .DescCls {
  color: #333;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 5px;
}

.ulStoreServices, .ulsubTitleandTextVertical {
  padding: 0;
  margin: 0;
}

.GetSaveMain a {
  color: #333 !important;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  display: inline-block;
}

.DivPromotionTitle, legend.scheduler-border h1 {
  font-family: "Asap";
  font-style: normal;
}

.ulsubTitleandTextHorizontal {
  padding: 0;
  margin: 0;
  width: 100%;
}

.lisubTitleandTextHorizontal {
  list-style-type: none;
}

.lisubTitleandTextVertical {
  list-style-type: none;
}

.liStoreServices {
  width: 33%;
  display: inline-block;
}

fieldset.scheduler-border {
  border: 2px solid #333 !important;
  padding: 36px 30px 2px;
}

.dvRegConfEmail fieldset.scheduler-border {
  padding: 36px 30px 40px;
}

legend.scheduler-border {
  border-bottom: none;
  margin: auto;
  width: inherit;
  text-align: center;
}

.Instr_divbg, .deptImg > a img, .tbparent, .tempRgtImg img {
  border: 0px solid #333 !important;
}

.Instr_divbg img, .tempRgtImg img {
  width: 100%;
  height: auto;
}

legend.scheduler-border h1 {
  color: #333;
  font-weight: 400;
  font-size: 1.563em;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

legend.scheduler-border .headFieldLeg, legend.scheduler-border .subTitleHead {
  margin: auto 15px;
}

.control-group .DivTitle {
  margin-bottom: 5px;
}

.storeDept {
  padding-right: 40px;
  margin-bottom: 0;
}

.SubHeadBackground {
  margin: 40px auto;
  padding: 20px 20px 10px;
}

.Temp_3Data .SubHeadBackground {
  background-image: none;
  min-height: 100px;
  margin: 40px auto;
  padding: 30px 30px 0;
}

.Temp2_Maindiv .Temp_3Data .SubHeadBackground {
  background-image: none;
  min-height: 100px;
  margin: 40px auto;
  padding: 30px 30px 0 100px;
}

.Instr_Bakdivcls, .fuelMainCont_Imgtd, .tdParent_sml {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #bdbdbd;
}

.Temp2_Maindiv .divTitle_Desc1 {
  margin-bottom: 20px;
}

.GetSaveMain .storeDept {
  padding-right: 0;
}

.tempRgtImg {
  padding-left: 20px;
}

.tempRgtImg img {
  margin: 10px auto auto;
}

.Instr_Bakdivcls {
  padding: 10px 20px;
  color: #333;
}

.Instr_Bakdivcls a, .Instr_Bakdivcls a:focus, .Instr_Bakdivcls a:hover, .Instr_Bakdivcls a:visited {
  color: #333;
}

.DivPromotionTitle {
  font-size: 1.313em;
  font-weight: 400;
  color: #333;
  display: block;
  margin: 0;
  line-height: normal;
}

.DescPromotionCls {
  color: #333;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  /*font-size: 14px;*/
  font-size: 0.875em;
  line-height: 1.3em;
  margin-bottom: 15px;
  overflow: hidden;
}

.CTAInStore a, .Linkcls, .lblLinkcls {
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
}

.DescPromotionCls p {
  margin-bottom: 0;
}

.Linkcls {
  background-color: #CD1421;
  display: inline-block;
  padding: 7px 11px;
  text-align: center;
}

.lblLinkcls {
  display: block;
  color: #fff;
  font-size: 0.938em;
}

.divPromotionHyperlink {
  position: absolute;
  width: 210px;
  text-align: center;
}

.Instr_divParent {
  margin-bottom: 42px;
  position: relative;
}

.CTAInStore {
  margin: auto auto -21px;
  text-align: center;
}

.CTAInStore a:hover {
  background-color: #88071E;
  color: #fff !important;
}

.CTABakery, .CTABakery:visited, .CTAInStore a {
  background-color: #CD1421;
  text-align: center;
}

.CTAInStore a {
  padding: 5px 20px;
  white-space: nowrap;
  width: auto;
  display: inline-block;
}

.fuelMainCont_Imgtd img, .imgBak_Div img, .imgView_div img, .temp3HtmlBlob img {
  width: 100%;
  height: auto;
}

.CTAInStore a, .CTAInStore a:hover, .CTAInStore a:link, .CTAInStore a:visited {
  text-decoration: none;
  color: #FFF;
}

.lblBakeryTitle {
  font-size: 1.563em;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  color: #333;
  display: block;
  margin-bottom: 10px;
  line-height: 25px;
  margin-top: 0;
}

.rgtContent.pull-right .storeBrandsTemplateDiv h2 {
  font-size: 1.563em;
  line-height: 25px;
}

.CTABakery, .CTABakery:visited, .lblDesccls {
  font-family: "Asap";
  font-style: normal;
}

.deptTitle .spanTitle, .deptUl li, .rgtArw {
  display: inline-block;
}

.Temp8_Maindiv .lblBakeryTitle {
  margin-bottom: 3px;
}

.lblDesccls {
  color: #333;
  font-weight: 400;
  /*font-size: 13px;*/
  line-height: 20px;
  margin-bottom: 15px;
}

.Temp8_Maindiv .lblDesccls {
  margin-bottom: 10px;
}

.tdDesccls {
  padding: 0 40px;
  color: #fff;
}

.spl_evnt_Desc {
  padding-left: 30px;
  color: #fff;
}

.strMainDiv_sml {
  margin-bottom: 25px;
}

.StrBrnd_Main_sml .navLink {
  padding: 0 !important;
}

.CTABakery, .CTABakery:visited {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 700;
}

.CTABakery:focus, .CTABakery:hover {
  text-decoration: none !important;
  background-color: #88071E;
  color: #fff !important;
}

.Temp3_Maindiv .CRCRewardEmail .borderClass {
  padding: 5px;
  max-width: 298px;
}

.temp3HtmlBlob {
  max-width: 510px;
  float: right;
}

.fuelMainCont_Imgtd img {
  margin: -48px 0 0;
  float: left;
}

.fuelMainContent .fuelRgtContent {
  padding-left: 20px;
}

.fuelTitle {
  margin: 0 0 10px;
  color: #333;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  font-size: 2.188em;
  line-height: 35px;
}

.fuelDesc, .fuelLearnmore {
  /*font-size: 13px;*/
  color: #333;
  font-family: "Asap";
  font-style: normal;
}

.fuelDesc {
  margin: 0;
  line-height: 1.4em;
  font-weight: 400;
  padding-right: 5px;
}

.fuelLearnmore {
  font-weight: 700;
  line-height: 20px;
}

.fuelLearnmore a, .fuelLearnmore a:visited {
  color: #CD1421 !important;
  font-weight: 700;
}

.fuelLearnmore a:focus, .fuelLearnmore a:hover {
  color: #CD1421 !important;
  font-weight: 700;
  text-decoration: underline;
}

.divTitle1, .fuelRgtContent h1 {
  font-family: "Asap";
  color: #333;
  font-style: normal;
}

.ulfuelLearnmore {
  margin: 0;
  padding: 0;
  float: left;
}

.ulfuelLearnmore li {
  margin: 0;
  padding: 0 10px 0 0;
  list-style-type: none;
  float: left;
}

.fuelMainContent .fuel_Img {
  margin: -46px 25px 0 90px;
  width: 100%;
  height: auto;
  max-width: 245px;
}

.fuelRgtContent h1 {
  margin: 30px 0 10px;
  font-weight: 400;
  font-size: 2.188em;
  line-height: 35px;
}

.tblfuelLearnmore td {
  padding-right: 7px;
}

.Temp10_Maindiv .imgView_div {
  height: auto;
  float: left;
  max-width: 100%;
  margin-left: 0;
  margin-right: 46px;
}

.imgView_div {
  float: right;
  margin-top: 15px;
  max-width: 510px;
}

.deptUl {
  padding: 0;
  list-style-type: none;
  width: 99%;
  margin: 35px auto 0;
}

.deptUl li {
  margin-bottom: 30px;
  padding-right: 0.9%;
  width: 33%;
}

.deptUl li img {
  width: 100%;
  height: auto;
}

.deptImg img {
  width: 100%;
  height: auto;
}

.deptTitle {
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  z-index: 1;
  bottom: 0;
  padding: 0 5px 0 10px;
  width: 100%;
}

.deptTitle h2 {
  margin-top: 0px;
}

.divTitle1 {
  font-weight: 400;
  font-size: 1.563em;
  line-height: 23px;
  margin: 3px 0 0;
  overflow: hidden;
}

.deptDesc p {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  /*font-size: 13px !important;*/
  color: #333;
  text-align: left;
  padding: 0;
  margin: 5px 0;
  line-height: 1.3em;
}

.deptDesc div {
  color: #FFF;
}

.deptTitle .spanTitle {
  width: 91%;
  text-align: left;
  overflow: initial;
  white-space: normal;
}

.deptTitle .spanTitle:hover {
  text-decoration: underline !important;
}

.deptTitle a:focus {
  display: block;
}

.hopeWarriorTitle {
  font-size: 1.875em;
}

.rgtArw {
  max-width: 12px;
  max-height: 24px;
  margin-top: 2px;
  float: right;
}

.signUpBiloEmail, .tdbiloFndnH3 {
  vertical-align: middle;
  float: none;
}

.callbacks_container_sml .callbacks1_tabs {
  margin-top: 10px !important;
  position: static !important;
}

.tbparent {
  min-height: 65px;
  margin: 0 auto;
  width: 100%;
  display: table;
}

.biloFndH6, .biloFndnH3 {
  font-style: normal;
  margin: 0;
}

.tdbiloFndnH3 {
  display: table-cell;
  width: 55%;
}

.biloFndnH3 {
  color: #333;
  font-family: "Asap";
  font-weight: 400;
  font-size: 1.563em;
  padding-right: 10px;
}

.biloFndH6 {
  color: #fff;
  font-family: "Asap";
  font-weight: 700;
  /*font-size: 13px;*/
  line-height: 20px;
}

.signUpBiloEmail {
  display: table-cell;
  width: 45%;
}

.signUpBiloEmail .CTARedButton {
  padding: 16px 30px;
  font-size: 1.25em;
  margin: 20px auto;
}

.divAlt, .fndnGrantDiv1, .textAligntd {
  /*font-size: 13px;*/
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.emailFndn_div {
  padding-right: 30px;
}

.tblImageHeader {
  background-color: rgba(255, 255, 255, 0.85);
  margin-top: 30px;
  padding: 30px;
}

.tblImageHeader td {
  vertical-align: top;
}

.tblBorderBtm, .tblBorderTop {
  border-bottom: 1px solid #333;
}

.divAlt {
  color: #333;
  line-height: 18px;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.fndnGrantDiv1 {
  width: 100%;
  color: #333;
  padding-top: 15px;
}

.fndnGrantDiv2 {
  padding-bottom: 20px;
  color: #333;
}

.fndnGrantDiv3 {
  color: #fff;
  padding-top: 25px;
}

.biloFdnLogo {
  min-width: 200px;
  max-width: 320px;
}

.biloFdnLogo img {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}

.biloFdnBtmAlign {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}

.biloFdnWhiteLine {
  height: 2px;
  border-bottom: 1px solid #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.strMainDiv, .strMainDiv_spl {
  border: 0px;
}

.textAligntd {
  line-height: normal;
  text-align: left;
  white-space: normal;
  text-decoration: none !important;
}

.spanWhite {
  color: #fff !important;
  font-family: "Asap" !important;
  font-weight: 700;
  font-style: normal;
}

.spanWhite:hover {
  text-decoration: none;
}

a.textAligntd {
  font-weight: 700;
}

.tdMiddle {
  vertical-align: middle;
  width: 7%;
  white-space: nowrap;
}

.lblHeading {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  font-size: 1.875em;
  line-height: 35px;
  display: inline-block;
  color: #333;
  margin: 0 10px;
}

.currentEvntDate, .navLink a {
  font-family: "Asap";
  font-style: normal;
  /*font-size: 13px;*/
}

.divLine {
  background: #fff;
  height: 2px;
}

.Bak_Table {
  padding: 0;
  border-spacing: 0;
  width: 100%;
}

.bak_divrow {
  background-color: rgba(255, 255, 255, 0.85);
  position: relative;
  border: 1px solid #bdbdbd;
}

.divTitle_Desc1, .promoBgImg {
  background-color: rgba(255, 255, 255, 0.85);
}

.bak_divrow a, .bak_divrow a:link, .bak_divrow:visited {
  color: #333;
  text-decoration: underline;
}

.bak_divrow:focus, .bak_divrow:hover {
  color: #333;
  text-decoration: none;
}

.currentEvntDate {
  color: #333;
  font-weight: 400;
  line-height: 20px;
  max-height: 55px;
  overflow: hidden;
  padding: 15px 0 10px 15px;
}

.navLink a {
  font-weight: 700;
}

.navLink a, .navLink a:focus, .navLink a:hover, .navLink a:visited {
  color: #333 !important;
  text-decoration: none !important;
}

.strMainDiv_spl {
  margin-bottom: 25px;
  width: 100% !important;
  max-width: 100%;
}

.imgSpl_Evnt {
  width: 100%;
  height: auto;
  margin-left: 0.1px;
}

.StrBrnd_Main_spl ul {
  margin: 0;
  padding: 0;
}

.StrBrnd_Main_spl ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.SplFaceImg, .SplTwittImg {
  border: 0;
  width: 100%;
  height: auto;
}

.Temp8_Maindiv .socialIcon {
  position: absolute;
  bottom: 8%;
  right: 33.3%;
  padding-bottom: 0;
}

.Temp8_Maindiv .socialIcon a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 10px 0 0;
  float: right;
}

.Temp8_Maindiv .socialiconDiv .socialIcon {
  position: relative;
  bottom: 8%;
  right: 0;
  margin-bottom: 10px;
}

.Bak_Table_sml {
  width: 100%;
}

.StrBrnd_Main_sml ul li {
  list-style: none !important;
}

.evntLstSmlBtmAlign {
  display: table-cell;
  vertical-align: middle;
  float: none !important;
}

.imgInStore_sml {
  width: 100%;
  height: auto;
  padding-right: 3%;
}

.tdParent_sml {
  /*font-size: 14px;*/
  font-size: 0.875em;
  color: #fff !important;
}

.divViewAllBorder {
  height: 4px;
  border-top: 1px solid #000;
  width: 77%;
  margin-left: 20px;
  position: relative;
  top: 15px;
}

.Temp8_Maindiv #StorePhone {
  display: block !important;
}

.Temp5_Maindiv #pincodediv, .Temp8_Maindiv #pincodediv {
  margin-top: 10px;
}

.NearestStoreParentDiv {
  padding-top: 10px;
}

.CTA2 {
  text-align: right;
}

.storeDetailsDiv .strheadDiv .CTA2 a {
  color: #fff !important;
}

.storeDetailsDiv .CTA2 a {
  color: #000 !important;
}

.storeDetailsDiv .divViewAllBorder {
  border-top: 1px solid #000 !important;
}

.CTA2 a, .CTA3 a {
  /*font-size: 13px;*/
  color: #fff !important;
  font-family: "Asap";
  font-weight: 700;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  display: inline-block;
}

.CTA2 a {
  text-decoration: none;
}

.CTA3 a {
  text-decoration: underline;
}

.PromotionPageTitle {
  font-size: 2.188em;
  color: #333;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  margin: 0 0 2px;
  line-height: 35px;
}

.PromotionPageEventDates {
  /*font-size: 13px;*/
  color: #333;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  margin: 0 0 10px;
  line-height: 20px;
}

.Temp7_Maindiv .marginDiv {
  text-align: center;
  font-style: italic;
}

.participateTitle, .participateViewHide {
  color: #fff;
  font-family: "Asap";
  font-style: normal;
}

.Temp1_Maindiv .GetSaveTbl, .Temp2_Maindiv .GetSaveTbl {
  margin-top: -15px;
}

.emailReminder {
  max-width: 355px;
  width: 100%;
  margin-bottom: 10px;
}

.divPharImgMaxWidth {
  margin-left: auto;
  margin-right: auto;
}

.participateStore {
  background-color: #CD1421;
  padding: 13px 10px;
}

.participateTitle {
  font-size: 1.063em;
  font-weight: 400;
}

.participateViewHide {
  font-weight: 700;
  font-size: 0.938em;
}

.participateStore a, .participateStore a:visited {
  text-decoration: none;
  color: #FFF;
}

.participateStore a:focus, .participateStore a:hover {
  color: #FFF;
  text-decoration: underline;
}

.viewHideSeparator {
  padding: 0 5px;
  display: inline-block;
}

.Prmo_Temp2 .promoBgImg, .divTitle_Desc1 {
  padding: 11px;
  width: 100%;
}

.Prmo_Temp1 .imgView_div {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.Prmo_Temp1 .imgView_div img {
  max-width: 100%;
  width: 100%;
}

.promoPageTitle {
  font-size: 1.563em;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  display: block;
  margin-bottom: 3px;
  line-height: 25px;
}

.Temp9_Maindiv .SlidLnk1 a, .promoPageDesc {
  font-family: "Asap";
  font-style: normal;
}

.promoPageDesc {
  color: #fff;
  font-weight: 400;
  /*font-size: 13px;*/
  line-height: 20px;
  margin-bottom: 10px;
}

.promoImg img {
  width: 100%;
  height: auto;
}

.divTitle_Desc1 {
  margin-bottom: 20px;
  color: #333;
}

.divTitle_Desc1 .PageTitle {
  color: #333;
}

.divTitle_Desc1 .Page_Desc {
  color: #333 !important;
}

.divTitle_Desc1 a, .divTitle_Desc1 a:link, .divTitle_Desc1 a:visited {
  color: #333;
  text-decoration: underline;
}

.divTitle_Desc1 a:focus, .divTitle_Desc1 a:hover {
  color: #333;
  text-decoration: none;
}

.Prmo_Temp2 .imgView_div {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.Prmo_Temp2 .imgView_div img {
  max-width: 100%;
  width: 100%;
}

.promoTemp2Img .imgView_div {
  float: none;
  margin: 0;
  max-width: 100%;
  width: 98%;
}

.promoTemp2Img .divTitle_Desc1 {
  color: #333;
}

.Temp9_Maindiv .SlidLnk1, .Temp9_Maindiv .SlidLnk1 a {
  overflow: hidden;
  text-align: center;
  color: #fff !important;
}

.promoPdng {
  padding: 15px 10px 15px 15px;
}

.tblEvntDough {
  width: 100%;
  padding: 0;
  border-spacing: 0;
}

#benefits {
  padding: 0 0 10px;
  display: none;
}

/*.Prmo_Temp2 .PageTitle {
    font-size: 1.563em;
}*/
.Prmo_Temp2 {
  font-size: 1.563em;
}

.Temp9_Maindiv img {
  max-width: 100%;
  height: auto;
}

.Temp9_Maindiv .imdDDSlider img {
  max-width: 154px !important;
  width: 100% !important;
}

.Temp9_Maindiv .wrapper {
  max-width: 1324px !important;
  margin: 0 auto;
  height: 100%;
  padding-top: 5px;
}

.Temp9_Maindiv #page-wrapper {
  padding: 0 26px;
  margin-bottom: 60px;
}

.Temp9_Maindiv .storeRotator {
  margin: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

#page-wrapper {
  max-width: 1135px;
}

.dvTitleHm {
  text-align: center;
  height: 30px;
}

.Temp9_Maindiv .storeRotSlideElement {
  background-color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  width: 95%;
  display: table;
  height: 140px;
}

.Temp9_Maindiv .SlidLnk1 {
  position: relative;
  z-index: 99;
  margin: auto;
  bottom: 12px;
  white-space: nowrap;
  left: 0;
  display: block;
}

.Temp9_Maindiv .SlidLnk1 a {
  background-color: #CD1421;
  border: none;
  display: inline-block;
  font-weight: 700;
  /*font-size: 13px;*/
  padding: 4px 20px;
  -webkit-box-shadow: 0 2px 0 0 rgb(51, 51, 51);
  -moz-box-shadow: 0 2px 0 0 rgb(51, 51, 51);
  box-shadow: 0 2px 0 0 rgb(51, 51, 51);
}

.BackgroundImage, .Temp9_Maindiv .dvDDSlider, .Temp9_Maindiv .temp9Background {
  background-color: rgba(255, 255, 255, 0.85);
}

.Temp9_Maindiv .storeRotLftDiv, .Temp9_Maindiv .storeRotRgtDiv {
  width: 50%;
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.Temp9_Maindiv .superScript {
  font-size: 1.438em !important;
  margin-left: -10px;
  top: -0.8em;
}

.Temp9_Maindiv .subscript {
  font-size: 0.938em !important;
  bottom: 0;
}

.Temp9_Maindiv .storeRotDesc, .Temp9_Maindiv .storeRotTitle {
  font-style: normal;
  /*font-size: 14px;*/
  font-size: 0.875em;
  color: #000;
  font-family: "Asap";
  overflow: hidden;
}

.Temp9_Maindiv .storeRotLftDiv {
  height: 100%;
}

.Temp9_Maindiv .storeRotRgtDiv {
  padding-left: 10px;
}

.Cent, .CentStr {
  vertical-align: top;
}

.Temp9_Maindiv .storeRotTitle {
  padding-top: 18px;
  margin-bottom: 5px;
  height: 35px;
  font-weight: 700;
  text-align: left;
}

.Temp9_Maindiv .CTA2 {
  text-align: left !important;
  padding-left: 20px;
}

.Temp9_Maindiv .storeRotDesc {
  font-weight: 400;
  display: block;
  text-align: left;
  line-height: 12px;
  height: 50px;
}

.Temp9_Maindiv .dollorScript {
  top: -1em;
}

.Temp9_Maindiv .dollorContainer {
  text-align: center;
}

.Temp9_Maindiv .storeDollar {
  color: #CD1421 !important;
  font-size: 1.688em;
  font-weight: 700;
}

.Temp9_Maindiv .storePrice {
  color: #CD1421 !important;
  font-size: 2.563em !important;
  white-space: nowrap;
  font-weight: 700 !important;
  margin-left: -10px;
}

.BackgroundImage {
  padding: 20px 20px 10px;
  margin: 40px auto;
}

.Temp9_Maindiv .DivTitle {
  font-size: 1em;
  color: #fff;
  font-family: "Asap";
  font-weight: 700;
  font-style: normal;
  margin: 0 0 5px;
}

.DealsDescCls, .SavDealsDesc, .lbldealsTitle {
  font-weight: 400;
  font-style: normal;
}

.Temp9_Maindiv .dvDDSlider {
  width: 100%;
  padding-top: 10px;
  position: relative;
  height: 300px;
}

.Temp9_Maindiv .dvDDSlider .bx-wrapper .bx-viewport {
  padding-top: 0 !important;
}

.Temp9_Maindiv .PageTitle, .Temp9_Maindiv .Page_Desc {
  margin: auto;
  text-align: left;
}

.Temp9_Maindiv .divTitle_Desc {
  margin-bottom: 50px;
}

.Temp9_Maindiv .bx-pager-link {
  color: transparent;
}

.imdDDSlider {
  padding-left: 4%;
  float: left;
}

.imdDDSlider .textContainerAlign .aLink {
  color: #fff !important;
  font-family: "Asap" !important;
  font-weight: 400;
  font-style: normal;
  margin-top: -20px;
  /*font-size: 13px !important;*/
  background-color: #CD1421 !important;
  display: inline-block;
  padding: 7px 11px;
  text-align: center;
  width: 54px;
}

.SlidContDiv {
  background: #fff;
  height: 150px;
  width: 115px;
  text-align: left;
  padding-left: 10px;
}

.tblCouponRotatorStore {
  position: absolute;
  width: 90%;
}

.Temp9_Maindiv .HmImgSlider {
  width: 100%;
  margin-bottom: -3px;
}

.slideDeals {
  float: left;
  list-style: none;
  position: relative;
  width: 250px;
  margin-right: 9px !important;
  margin-left: 9px;
  background-color: #FFF !important;
  height: 130px !important;
}

.TopLeft, .dvDDealPanel, .dvdealPanel {
  background-color: #fff;
}

.SavDealsDesc {
  font-family: "Asap";
  /*font-size: 14px;*/
  font-size: 0.875em;
  color: #000;
  display: inline-block;
  height: 48px;
  overflow: hidden;
  width: 108px;
  line-height: 12px;
}

.DealsDescCls, .textContainer p {
  line-height: 20px;
  max-height: 77px;
}

.repeatSlide {
  float: left;
  padding-left: 23px;
}

.lbldealsTitle {
  font-size: 1.438em;
  font-family: "Asap";
  color: #fff;
  display: block;
  margin-bottom: 3px;
  margin-top: 6px;
}

.Temp9_Maindiv .Price {
  color: #CD1421 !important;
  font-size: 1.688em;
  padding-left: 11px;
  vertical-align: top;
}

.DealsDescCls {
  color: #fff;
  font-family: "Asap";
  /*font-size: 13px;*/
  margin-bottom: 15px !important;
  overflow: hidden;
  text-align: left;
}

.Cent, .CentStr, .Dollar {
  color: #CD1421;
  font-family: MarkerFelt !important;
  white-space: nowrap;
}

.Dollar {
  font-size: 2.563em !important;
}

.Cent {
  font-size: 1.438em !important;
}

.CentStr {
  font-size: 0.938em !important;
  display: inline-block;
  margin-top: 8px;
}

.InContentDivH1, .headh1 {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
}

.headh1 {
  margin: 0 10px -14px;
  color: #fff;
  font-size: 1.563em !important;
}

.TopLeft {
  height: 2px;
}

.SliderMessage {
  white-space: nowrap;
  display: inline-block;
  /*font-size: 13px;*/
  color: red;
  visibility: hidden;
}

.InContentDivH1 {
  color: #fff;
  font-size: 1.875em !important;
  width: 400px;
  margin: 15px 0;
}

.tdTemTopLft, .tdTemTopLft2 {
  width: 40%;
  vertical-align: top;
}

.tdTemTopLft {
  padding-left: 20px !important;
}

.tdTemTopLft2 {
  padding-left: 0 !important;
}

.storeBrandsContainer .storeBrandsTitle {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  font-size: 1.563em !important;
  color: #fff !important;
  padding: 0 10px;
}

.dvDDealPanel {
  height: auto;
  text-align: center;
  width: 100%;
  margin-top: 10px;
}

.sliderTitleImage {
  float: left;
  margin-top: -25px;
}

.BrandUL .brandsLiStyle, .BrandUL li {
  float: none !important;
}

.textContainer h1 p {
  margin: 0;
  color: #fff;
}

.textContainer h1 {
  font-size: 1.438em;
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  color: #fff;
  display: block;
  margin-bottom: 3px;
  margin-top: 6px;
}

.descTxt, .textContainer p {
  font-family: "Asap";
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.BrandUL .brandsLiStyle, .BrandUL li, .descTxt, .dlClose {
  display: inline-block;
}

.textContainer p {
  color: #fff;
  /*font-size: 13px;*/
  margin-bottom: 15px !important;
  text-align: left;
}

.divtextContainer {
  margin-right: 30px;
  padding-left: 30px;
}

.RepeaterTextContainer {
  padding-left: 3px;
  width: 110px;
  white-space: nowrap;
  overflow: hidden;
}

.RepeaterTextContainer TD {
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  display: inline-block;
}

.BrandUL {
  padding: 0;
  width: 95%;
  margin: auto;
}

.BrandUL li {
  list-style-type: none;
  height: 75px;
  padding: 0 35px;
}

.Contentdv {
  width: 65%;
  margin-top: 50px;
  text-align: left;
  float: left;
  height: 100%;
}

.Temp9_Maindiv .imgCondv {
  float: left;
  width: 35%;
  text-align: right;
  padding-right: 50px;
  margin-top: 50px !important;
}

.dealmnDv, .dealmnTab {
  background-repeat: no-repeat;
  width: 100%;
}

.descTxt {
  padding-top: 10px;
  /*font-size: 14px;*/
  font-size: 0.875em;
}

.dlBrTitle, .lbldlTitledv {
  font-family: "Asap";
  /*font-size: 13px;*/
}

.dealmnDv {
  height: auto;
  margin: auto;
}

.dealmnTab {
  margin: auto;
  float: right;
  border: 2px solid #fff;
  border-top: 0;
}

.dlTitlediv {
  text-align: center;
  width: 75%;
  margin: auto;
  color: #fff;
}

.lbldlTitledv {
  line-height: 15px;
  color: #fff;
  font-weight: 400;
  font-style: normal;
}

.dvdealPanel {
  height: 167px;
  text-align: center;
  margin: 25px;
}

.imageId {
  max-width: 155px !important;
  max-height: 70px !important;
}

.dlSbmaindv {
  padding: 10px;
  width: 100%;
  height: auto;
  position: relative;
}

.dlBrTitle {
  font-weight: 700;
  font-style: normal;
}

.Temp9_Maindiv .PageTitle, .Temp9_Maindiv .Page_Desc, .temp9PageTitle .DescCls, .temp9PageTitle .DivTitle {
  color: #fff;
  font-weight: 400;
  font-style: normal;
}

.dlClose {
  width: 100%;
  margin-top: 10px;
  height: 15px;
  margin-bottom: 10px;
}

.imag {
  background-color: #000;
  display: none;
  position: absolute;
  color: #fff;
  width: 100%;
  height: auto;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0.9;
}

.temp9PageTitle .DivTitle {
  font-size: 2.188em;
  font-family: "Asap";
  margin: 5px 0 10px;
  text-align: center;
}

.temp9PageTitle .DescCls {
  /*font-size: 13px;*/
  font-family: "Asap";
  line-height: 18px;
  text-align: center;
}

.Temp9_Maindiv .PageTitle {
  font-family: "Asap";
  font-size: 2.188em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

.Temp9_Maindiv .Page_Desc {
  font-family: "Asap" !important;
  /*font-size: 13px;*/
  line-height: 20px;
  padding-left: 20px;
}

.storeTitleSize {
  width: 5%;
  white-space: nowrap;
}

.brandsLiStyle {
  float: left;
  list-style-type: none;
  z-index: 900;
}

.Temp1_Maindiv {
  padding-bottom: 20px;
}

.Temp1_Maindiv .tempRgtImg img {
  margin-top: 0;
}

.Temp1_Maindiv .Temp_3Data, .Temp2_Maindiv .Temp_3Data {
  margin: 25px auto 50px;
  float: left;
  padding-bottom: 30px;
}

.fuelPrkBtnAlign, .fuelPrkBtnAlignImg {
  display: table-cell;
  float: none !important;
}

.fuelPrkBtnAlign {
  vertical-align: middle;
  padding-right: 2%;
}

.fuelPrkBtnAlignImg {
  vertical-align: bottom;
  padding-left: 2%;
}

.embed-container {
  position: relative;
  padding-bottom: 85.5%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
  margin: -1px 5px 1px;
  height: 1300px;
}

.embed-container embed, .embed-container iframe, .embed-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.Temp9_Maindiv .bx-wrapper .bx-prev {
  left: -10px !important;
}

.Temp9_Maindiv .Temp_3Data {
  float: left;
  padding-bottom: 20px;
}

.Temp9_Maindiv .storeBrandsContainer {
  float: left;
  width: 100%;
  padding-top: 40px;
}

.Temp9_Maindiv .Pag_Tit_MainDiv, .Temp9_Maindiv .temp9HorizantalControl {
  padding-top: 30px;
}

.Temp9_Maindiv .bx-wrapper .bx-pager {
  padding-top: 0 !important;
}

.Temp9_Maindiv .bx-viewport {
  height: 172px !important;
}

.Temp9_Maindiv .bx-wrapper .bx-controls-direction a {
  width: 10px !important;
}

.Temp9_Maindiv .bx-wrapper .bx-next {
  right: -10px !important;
}

.Temp9_Maindiv .divTitle_Desc .PageTitle, .Temp9_Maindiv .divTitle_Desc .Page_Desc {
  text-align: center;
}

.StrBrnd_Main .strMainDiv .bak_divrow .lblDesccls {
  margin-bottom: 0;
}

.font30px {
  font-size: 1.875em;
}

.font22px {
  font-size: 1.375em;
}

.font-14 {
  font-size: 0.875em;
}

.blue-clr {
  color: #273691;
}

.btm20 {
  margin-bottom: 20px;
}

.btm15 {
  margin-bottom: 15px;
}

.padd-Btm-5px {
  padding-bottom: 5px;
}

.padd-btm-10 {
  padding-bottom: 10px;
}

.padd-left-10 {
  padding-left: 10px;
}

.ML5 {
  margin-left: 5px;
}

.alignDivCenter {
  text-align: center;
}

.displayBlock {
  display: block;
}

.displayNone {
  display: none;
}

.getstart-txt {
  font-size: 1.875em;
}

.displayNone, .errorMsg, .findyourStr {
  display: none;
}

a, a:focus, a:hover, a:visited {
  text-decoration: underline;
}

/*Winndixie*/
.DirectionsClass, .DirectionsClassFuel, .weeklyAddclass {
  color: #CD1421 !important;
}

.btnPlentiStoreSearch {
  background-color: #14499C !important;
}

.storeheader {
  border-bottom-color: #1d5632;
}

.fuelheader {
  border-bottom-color: #1d5632;
}

.plentifuelheader {
  border-bottom-color: #273691 !important;
}

.fuelperks-common {
  background-color: #1D5632;
  color: #fff;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 5px !important;
  max-width: 300px !important;
  width: 100%;
  /* height: 28px; */
  border-radius: 4px;
  font-size: 0.75em;
}

.btn-still-fuleperks {
  max-width: 400px;
  margin: auto;
  margin-top: 10px;
}

.padd-lr {
  padding: 0px 20px;
}

.clr-white {
  background: white;
  margin-bottom: 10px;
  padding-top: 40px;
}

.MB20 {
  margin-bottom: 20px;
}

.ulFuelTab, .ulStoreTab {
  height: 36px;
  color: #fff !important;
  display: inline-block;
  border: 0;
  max-width: 585px;
  padding: 0;
  width: 100%;
}

.ulStoreTab {
  background-color: #CD1421 !important;
}

.blueBubble a:hover {
  color: white;
  text-decoration: none;
}

.myStoreAlign {
  margin-top: 10px;
}

@font-face {
  font-family: "FontAwesome";
  src: url("/Areas/V2/fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("/Areas/V2/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("/Areas/V2/fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("/Areas/V2/fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("/Areas/V2/fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("/Areas/V2/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.spinner > div {
  width: 10px;
  height: 10px;
  background-color: #CD1421;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*Wellness*/
#storeClosures .lastUpdated {
  background: #fff;
  padding: 0px 15px 15px;
}

.wellnessHeader, .storeUpdateHeader {
  background: #CD1421;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

#chooseLocationDrop, #chooseLocationDropStores {
  float: right;
}

#chooseLocationDrop.open > .dropdown-menu, #chooseLocationDropStores.open > .dropdown-menu {
  display: block !important;
  height: 315px;
  overflow-y: scroll;
}

#chooseLocationDrop.dropdown:hover .dropdown-menu, #chooseLocationDropStores.dropdown:hover .dropdown-menu {
  display: none;
}

#spnChooseLocation {
  color: #333;
}

.wellnessHeader .btn_choose, .storeUpdateHeader .btn_choose {
  width: 250px;
  background: #fff;
  border: none;
  border-radius: 25px;
  margin-top: 20px;
  padding: 8px 18px;
  position: relative;
  background-color: #fff;
  vertical-align: top;
  height: 38px;
  text-align: left;
}

.dropdonwUL {
  width: 100%;
  border-top: 1px solid #58595c;
  margin-top: -1px;
}

.wellnessHeader h1, .storeUpdateHeader h1 {
  margin-bottom: 20px;
}

.wellnessHeader li, .storeUpdateHeader li {
  border-bottom: 1px solid #58595c;
  padding: 7px 5px 7px 10px;
  color: #58595c;
  white-space: normal;
  font-family: Foco W01, Helvetica, Arial, sans-serif;
  font-size: 0.938em;
  cursor: pointer;
}

.wellnessHeader li:hover, .storeUpdateHeader li:hover {
  background-color: #CD1421 !important;
  background-image: none !important;
  color: #fff !important;
  filter: none;
}

.wellnessHeader li:focus, .storeUpdateHeader li:focus {
  background-color: #CD1421 !important;
  outline: 2px solid #002bff;
  outline-offset: -1px;
  margin: 2px 4px 0px 2px;
  color: #fff !important;
}

.wellnessHeader .caret, .storeUpdateHeader .caret {
  right: 15px;
  position: absolute;
  border-top: 7px solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  color: #C8102E;
  bottom: 14px;
}

#wellnessTable, #storesTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 1em;
  overflow: auto;
}

#wellnessTable th, #wellnessTable td, #storesTable th, #storesTable td {
  text-align: left;
  padding: 12px;
  vertical-align: top;
}

#wellnessTable th p {
  margin: 10px 0px;
  font-size: 0.875em;
  line-height: 1.1;
}

#wellnessTable tr, #storesTable tr {
  border-bottom: 1px solid #ddd;
}

#wellnessTable tr.header, #wellnessTable tr:hover {
  background-color: #f1f1f1;
}

#head-kosher th, #head-kosher td {
  text-align: center;
}

#head-kosher th:first-child, #head-kosher td:first-child {
  text-align: left;
}

#head-kosher .storeUpdateHeader {
  background: #006BA6;
}

#head-kosher .storeUpdateHeader .caret {
  color: #006BA6;
}

#head-kosher .storeUpdateHeader .caret_btn {
  color: #006BA6;
  top: 12px;
  right: 15px;
  position: absolute;
}

#head-kosher .storeUpdateHeader li:hover {
  background-color: #006BA6 !important;
}

#head-kosher .storeUpdateHeader li:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  margin: 2px 4px 0px 2px;
  background-color: #006BA6 !important;
  color: #fff !important;
}

/*End Wellness*/
#skipfocus {
  background-color: #cd1421;
}

a.bypassfocus {
  position: absolute;
  top: -1000px;
}

a.bypassfocus:focus, a.bypassfocus :active, a.bypassfocus:hover, a.bypassfocus:visited {
  position: relative;
  color: #000;
  top: 0px;
}

.visuallyhidden, .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*coupons slider*/
.couponsRotator .intro-block {
  position: relative;
}

.couponsRotator .bx-pager .bx-pager-item {
  display: inline-block;
}

.couponsRotator .bx-pager a.bx-pager-link {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #4a4a4a;
  font-size: 0;
  margin: 0 5px;
}

.couponsRotator .bx-pager .bx-pager-item a.bx-pager-link.active, .couponsRotator .bx-pager .bx-pager-item .bx-pager-link.active:hover {
  height: 13px;
  width: 13px;
  background-color: #4a4a4a;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #4a4a4a;
  font-size: 0;
  margin: 0 5px;
}

.couponsRotator .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  width: 13px;
  height: 25px;
}

.couponsRotator .bx-controls-direction a.bx-prev {
  left: -10px;
}

.couponsRotator .bx-controls-direction a.bx-next {
  right: -10px;
}

.couponsRotator .bx-controls-direction a.bx-next i.fa.fa-caret-right {
  font-size: 40px;
  margin-top: -8px;
}

.couponsRotator .bx-controls-direction a.bx-prev i.fa.fa-caret-left {
  font-size: 40px;
  margin-top: -8px;
}

.couponsRotator .bx-pager {
  position: absolute;
  text-align: center;
  bottom: -40px;
  width: 100%;
}

.couponsRotator .bx-controls-direction a.bx-prev.disabled, .couponsRotator .bx-controls-direction a.bx-next.disabled {
  display: none;
}

/*end coupons slider*/
/*Store Locator CheckBox Focus*/
.chkBoxFilter input[type=checkbox]:focus ~ span {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  display: inline-block;
}

/*End of Store Locator Checkbox Focus*/
/*End Wellness*/
/*Ecomm / online grocery*/
/* Animation */
@keyframes animatetop {
  0% {
    transform: translateY(-300px);
  }
  50% {
    transform: translateY(30px);
  }
  70% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*End of Ecomm / online grocery*/
/*start ADA WD Home*/
.slicknav_btn:focus {
  outline: 2px solid #002bff !important;
  outline-offset: -1px;
  display: inline-block;
}

.zoomtxt .dvContntSlid {
  max-height: initial;
}

.zoomTxt .SocialHead {
  max-height: initial;
}

.city-autocomplete > li {
  /*font-size: 14px;*/
  font-size: 0.875em;
  padding: 5px 10px;
  cursor: pointer;
  color: #000 !important;
}

.city-autocomplete > li:hover {
  background: #c3cacf;
}

.zoomTxt .divItem {
  width: 960px !important;
  margin-top: 170px;
}

.zoomTxt .divLearnMore a {
  width: 180px;
}

.divState a, a:focus, a:hover, a:visited {
  text-decoration: none;
}

.dropdown-menu > li > a:focus {
  background-color: #fff;
}

.zoomTxt .BrdLnkSpan, .zoomTxt .BreadSpan, .zoomTxt .BrdCrmbTbl {
  height: auto;
}

.zoomTxt .BreadSpan {
  background: url(/Areas/V2/Images/WDImages/BrdCrumpArrow.png) right no-repeat;
}

.zoomTxt .activemenuTop {
  height: auto;
}

/*ADA-product-recall start*/
.divbg .pressDiv h1 {
  font-size: 1.875em;
}

.press_copy h2 {
  font-size: 1.125em;
}

/*ADA-product-recall end*/
/*ADA-indirect-suppliers start*/
.rgtContent.pull-right .divTitle_Desc1 h2 {
  font-size: 1.125em;
  margin-top: 10px;
}

.divTitle_Desc1 ul li {
  list-style-type: disc;
  margin-left: 17px;
  text-indent: 5px;
}

/*ADA-indirect-suppliers end*/
/*ADA-unsubscribe-wd start*/
.rgtContent.pull-right .rgtSubContent h2 {
  font-size: 1.5em;
}

/*ADA-unsubscribe-wd end*/
/*Plenti Help Us*/
.plentistatus-helpus {
  min-height: 140px;
  background-color: #f8f8f8;
  display: table;
  width: 100%;
  margin-top: 20px;
  height: 140px;
}

.zoomTxt .plentistatus-helpus {
  height: auto;
}

.plentistatus-helpus .helpus-phone {
  width: 100%;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
  color: #36a9e1;
  margin: 10px 0px;
}

.plentistatus-helpus .helpus-phone a {
  color: #026d9c;
}

.plentistatus-helpus .Need-help-with-your {
  width: 100%;
  font-size: 1.25em;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  color: #333333;
}

.plentistatus-helpus .helpus-inner {
  display: table-cell;
  vertical-align: middle;
}

/*login*/
.login-popup-overlay {
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  padding: 30px 0px;
  width: 100%;
  z-index: 9999;
}

.login-popup-overlay.active {
  visibility: visible;
  text-align: center;
}

.login-popup-content {
  visibility: hidden;
}

.login-popup-content.active {
  visibility: visible;
}

.login-button-sub {
  display: inline-block;
  border-radius: 30px;
  font-size: 0.875em;
  color: #ffffff;
  background: #CD1422;
  border: 0px solid #666666;
  float: initial;
  padding: 10px 35px;
  font-weight: 700;
  width: 117px;
}

#check-my-status {
  font-size: 0.875em;
  color: #ffffff;
  background: #026d9c;
  border: 0px solid #666666;
  border-radius: 38px;
  font-weight: 700;
  padding: 10px 35px;
  display: inline-block;
  line-height: normal;
}

.login-content {
  min-height: 180px;
}

.login-content p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: #333333;
}

.login-content h1 {
  font-weight: bold;
  font-size: 2.125em;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #333333;
}

.mob-login-content p {
  font-size: 0.875em;
  font-weight: normal;
  text-align: left;
  color: #333333;
}

.mob-login-content a {
  /*font-size: 1.875em;*/
  font-size: 20px;
  font-weight: 900;
  padding: 0px;
  margin: 0;
  cursor: pointer;
  text-transform: initial;
  line-height: normal;
  height: auto;
  color: #333;
}

.mob-login-content a:focus {
  display: block;
}

.mob-login-content a:focus {
  display: block;
}

.mob-login-content {
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
}

.mob-login-content h1 {
  margin: auto;
  font-size: 1.25em;
}

.logoutMobile {
  /*font-size: 1.750em;*/
  font-size: 1.25em;
  font-weight: 900;
  margin: 0;
  cursor: pointer;
  text-transform: initial;
  padding-left: 5px;
  color: #333 !important;
  padding: 10px 15px;
}

.row-right-border {
  border-right: solid 2px #666666;
}

.login-menu-button {
  display: inline-block;
  font-size: 0.875em;
  color: #333;
  background: #ffffff;
  border: none;
  width: 140px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  /*margin-left: 0px;
       margin-top: 0;*/
  font-weight: 700;
  text-align: center;
  padding: 6px 20px;
  line-height: 20px;
  cursor: pointer;
}

.moblogin hr {
  border-top: 1px solid #DADADA;
  margin: auto;
}

.header-visible {
  z-index: 99999;
  position: relative;
}

.psc-model-backdrop {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.psc-model-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.psc-model-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

#tryDifferentCard {
  z-index: 99999;
}

#tryDifferentCard .modal-dialog {
  width: 700px;
}

#tryDifferentCard .modal-header, #tryDifferentCard .modal-footer {
  padding: 0px;
  border: none;
}

#tryDifferentCard .close {
  font-weight: 100;
  margin: 20px 25px 0px 0px;
  font-size: 3.125em;
}

#tryDifferentCard .modal-body {
  padding-top: 0px;
}

#tryDifferentCard img.popup-img {
  margin: auto;
  width: 478px;
}

#tryDifferentCard .try-title {
  font-size: 1.6em;
  font-weight: 900;
  line-height: 1.9;
  color: #333333;
}

#tryDifferentCard .try-sub-title {
  font-size: 1.875em;
  font-weight: normal;
  line-height: 1;
  color: #333333;
}

#tryDifferentCard .Sign-up-as-a-new-mem {
  margin-top: 15px 0px 0px;
}

#tryDifferentCard close:focus, #tryDifferentCard close:hover {
  color: #000;
  opacity: 1;
}

/*End Plenti Status checker*/
#progress-indicator .progress-indicator-inner {
  background: #fff;
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 44%;
  margin: auto;
  text-align: center;
  border-radius: 24px;
  top: -moz-calc(50% - 80px);
  top: -webkit-calc(50% - 80px);
  top: -o-calc(50% - 80px);
  top: calc(50% - 80px);
  left: -moz-calc(50% - 76px);
  left: -webkit-calc(50% - 76px);
  left: -o-calc(50% - 76px);
  left: calc(50% - 76px);
}

.wellnessHeader .dropDownbttn {
  font-family: "Glyphicons Halflings";
  right: 15px;
  position: absolute;
  color: #C8102E;
}

#progress-indicator.display-indicator {
  display: none;
}

.headingStyle {
  font-size: 0.875em;
}

#progress-indicator .one-moment-txt {
  font-size: 13px;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #333333;
  margin: 18px;
}

#progress-indicator .sk-circle {
  width: 65px;
  height: 65px;
  position: relative;
  margin: 35px auto;
}

#progress-indicator .sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#progress-indicator .sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #CD1421;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

#progress-indicator .sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

#progress-indicator .sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

#progress-indicator .sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#progress-indicator .sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

#progress-indicator .sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

#progress-indicator .sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#progress-indicator .sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

#progress-indicator .sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

#progress-indicator .sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

#progress-indicator .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

#progress-indicator .sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

#progress-indicator .sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#progress-indicator .sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

#progress-indicator .sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#progress-indicator .sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

#progress-indicator .sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

#progress-indicator .sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

#progress-indicator .sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

#progress-indicator .sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

#progress-indicator .sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

#progress-indicator .sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

#progress-indicator .sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

.infoBubbleBackground {
  font-size: 1.46em;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*fuelPerks Start*/
.fuelPerksMapPopUp {
  height: 20px;
}

/*fuelPerks End*/
#menu:focus {
  outline: 2px solid transparent;
}

#menu .c-search .c-search__block:focus {
  outline: 2px solid #002bff;
}

.ms-error:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  display: inline-block !important;
}

.ms-Maperror:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
}

span#Storpopup-head:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  display: inline-block;
  margin-top: 1px;
}

a#redirectlnk, a.store-details, a.redirectlnk, a.storeLink {
  color: #cd1421;
  text-decoration: underline !important;
}

a.storehead {
  font-size: 1.03em;
}

div#dvInvalidZipError:focus {
  outline: 2px solid #002bff;
  outline-offset: 0px;
}

.FuelperksDirectionClass {
  font-size: 0.875em !important;
}

#tblTabs ul li.enaSel:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  display: inline-block;
}

#tblTabs ul li.disSel:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  display: inline-block;
}

.fuelAddress {
  font-size: 0.825em;
}

.h5Bold {
  font-weight: bold;
}

#errorNostore:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
}

#errorPara:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
}

.ms-error:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
  display: inline-block !important;
}

.zoomTxt #btnPlentiFuelTab {
  height: auto;
}

.login-content h2 {
  font-weight: bold;
  font-size: 2.125em;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #333;
}

a i.navicon.fa.fa-sort-up {
  top: 12px;
}

span i.navicon.fa.fa-sort-down {
  top: -3px;
}

.mobile-utility-link > .mob-login-content > a:focus, .mobile-utility-link > .mob-login-content > a:hover {
  color: #cd1421;
  text-decoration: underline;
}

.findwellness {
  font-size: 36px;
}

.Header_Margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdownMenu-sub-items {
  height: 315px;
  overflow-y: scroll;
  max-width: 250px;
  left: inherit;
  width: 250px;
  right: 0;
}

#chooseLocationDrop_sub.dropdown-menu > li {
  padding: 0;
}

#chooseLocationDrop_sub.dropdown-menu > li > a {
  padding: 5px;
  color: #333;
}

.deptImg a:focus {
  display: block !important;
}

.babyClub__bgthemeclr {
  background: #C8102E 0% 0% no-repeat padding-box;
}

.babyClub__themeclr,
.fa-plus-circle--sibling:before {
  color: #C8102E;
}

.wellness_table > tbody > tr[rowtype=odd] {
  background-color: #f9f9f9;
}

.flipp__circleStore {
  background: #333;
  color: #ffffff;
  padding: 15px;
}

.flipp__circleStore a {
  color: #ffffff;
  text-decoration: underline;
}

.store-displayNone {
  display: none;
}

#getHere {
  margin-bottom: 15px;
  display: block;
  margin-top: 15px;
  height: 10px;
}

#getHere div {
  float: left;
  margin-left: 5px;
}

#tblTabs ul {
  margin-top: -5px;
}

#tblTabs ul li {
  float: left;
  padding: 5px;
  color: #333 !important;
  list-style: none;
}

#getHere div, #tblTabs ul li, .disSel, .enaSel {
  cursor: pointer !important;
}

/*tooltip-start*/
.tooltip_link, .tooltip, .right__tooltip, .left__tooltip, .top__tooltip, .bottom__right, .top__right, .top__left {
  position: relative;
  display: table;
  opacity: 1;
  color: #c8102e;
  text-decoration: underline;
  font-family: Asap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.25px;
  cursor: pointer;
}

.tooltip .tooltiptext,
.right__tooltip .tooltiptext,
.left__tooltip .tooltiptext,
.top__tooltip .tooltiptext, .bottom__right .tooltiptext, .top__right .tooltiptext,
.top__left .tooltiptext, .tooltip_link .tooltiptext {
  display: none;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 20%;
  margin-left: -60px;
  text-align: left;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 5%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent black transparent;
  width: 16px;
  height: 16px;
}

.bottom__right .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 5%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent black transparent;
  width: 16px;
  height: 16px;
}

.top__tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 5%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.top__right .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  right: 5%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.top__left .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%; /* At the bottom of the tooltip */
  left: 5%;
  margin-left: -5px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.right__tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.left__tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%; /* To the right of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.tooltip_link:hover .tooltiptext,
.tooltip_link:focus .tooltiptext {
  display: block;
  width: auto;
  max-width: 540px;
  min-width: 350px;
  padding: 16px;
  height: auto;
  margin: 11px 0 0;
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 0;
  font-family: Asap;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.22px;
  color: #fff;
  position: absolute;
  z-index: 1050;
}

.left__tooltip .tooltiptext {
  top: -5px;
  left: 105%;
}

.right__tooltip .tooltiptext {
  top: -5px;
  right: 105%;
}

.top__tooltip .tooltiptext {
  width: 120px;
  bottom: 100%;
  top: unset;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.top__right .tooltiptext {
  width: 120px;
  bottom: 100%;
  top: unset;
  left: auto;
  right: 0;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.top__left .tooltiptext {
  width: 120px;
  bottom: 100%;
  top: unset;
  left: 0;
  right: auto;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.bottom__right .tooltiptext {
  left: auto;
  right: 0;
}

/*tooltip-end*/
@media screen and (min-width: 100px) and (max-width: 991px) {
  .row-right-border {
    border-right: none;
  }
  .ClsModalsdiv .ContctBtnSearch {
    margin-top: 10px;
  }
  .clsbtnGetSF {
    margin-left: 0px;
  }
  .btnTop {
    right: 23px;
  }
  .searchAreaDiv {
    width: 100%;
  }
  .c-status__block--right .c-status__block__img.c-status__block__img--mobile {
    margin: 40px auto;
  }
  .row-right-border {
    border-right: none;
  }
  .loignlabelWdMob {
    color: black !important;
    text-align: left !important;
  }
  .affix + .border-topBtm {
    padding-top: 55px;
  }
  .divLink {
    padding-bottom: 40px;
    padding-top: 6px;
  }
  .separator .LoginBtnTop {
    max-width: 100% !important;
  }
  .divMain404 {
    padding: 0 10px;
  }
  .divMain404 .blueCTA .CTABtn_Div {
    margin-left: 0px;
  }
  .divMain404 #dvErrSubDesc {
    padding-right: 0px;
  }
  .divMain404 .ul-404 .CTARedButton {
    width: 100%;
  }
  .ul-404 li:nth-last-child(1) .CTABtn_Div {
    margin-left: 10px;
  }
  .ul-404 li:first-child .CTABtn_Div {
    margin-left: 0px;
  }
  .textBold {
    padding-left: 0px;
  }
  .phoneNumberSEG {
    text-align: center;
  }
  .BabyClubTbl .txtbgControl, .RegrMainDiv, .VendorMain, .btnclub_div {
    max-width: 100%;
  }
  .wrapperCallLogin {
    width: 100%;
  }
  .Prmo_Temp2 .rgtImgeSec_promo, .promoTemp2Img .imgView_div {
    margin-bottom: 15px !important;
  }
  .CTARedButton {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .VendorMain {
    margin: 0 auto 20px;
  }
  .clsLoginCredentialCall {
    width: 100% !important;
  }
  .submitCallLoginCdntls {
    padding-top: 10px;
  }
  .dvRegconfmMain {
    padding-left: 12px;
    padding-right: 12px;
  }
  #wrapper .callbacks_container #pincodediv {
    margin-top: 0;
    left: 0;
    right: auto;
    margin-left: 53px;
  }
  .appstr_div, .gleplay_div {
    width: 80%;
  }
  #mapGoogle, .ConWd50, .LogPageContent, .divbgContact {
    width: 100%;
  }
  .rewardCardMrgn {
    margin-top: 25px;
  }
  fieldset.scheduler-borderLogin {
    padding: 10px 15px 2px;
    margin: auto 10px;
  }
  .headerPad {
    margin: auto 20px;
  }
  .paddingtoDiv {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (min-width: 100px) {
  .anchorDirectionsFuel {
    margin: auto;
  }
  .divTitle1 h2 {
    font-size: 0.75em;
  }
  .PromosSliderDiv .bx-wrapper .bx-prev {
    background-position: -9px 94.5%;
  }
  .PromosSliderDiv .bx-wrapper .bx-next {
    background-position: -9px 77.3%;
  }
  .Fuelbalance {
    font-size: 1.563em;
  }
  .clsFuelVal {
    max-width: 100px;
  }
  .fuelBalancedv {
    margin: 10px 10px 20px;
  }
  .separator .LoginBtnTop {
    max-width: 213px !important;
  }
  .log-cntl-wd .LoginBtnTop {
    max-width: 213px !important;
  }
  .cpn-upg-pnl {
    margin: 5% auto;
  }
  .log-cntl-wd {
    margin: 4% auto 3%;
  }
  .cpn-log-cntl-2 {
    margin: 0 auto;
  }
  .learnMoreHeaderTitle {
    font-size: 1em;
  }
  .plsconfirm-div {
    margin-top: 10px;
  }
  .title-txt {
    font-size: 1.625em;
  }
  .signUpHeader-mob {
    max-width: 219px;
    margin: auto;
    margin-bottom: 20px;
  }
  .header_Bg {
    height: 100px;
    padding: 0;
    margin: 0 auto;
    display: flex;
  }
  .LogoDiv img {
    margin-top: 10px;
    margin-left: 0;
  }
  .rgtContent {
    max-width: 100%;
    width: 100%;
  }
  .leftnavMobileAlign {
    z-index: 1;
    position: relative;
  }
  .LogShopforgotPwdcon, .LogforgotShopPwdcon:hover, .logoutbtnfont {
    font-family: "Asap";
    font-style: normal;
    font-weight: 400;
  }
  .ytdInline {
    display: inline-block !important;
  }
  .paddleft0 {
    padding-left: 0 !important;
  }
  .ytdBr2 {
    border-left: 2px solid #bdbdbd;
  }
  .ytdPad10 {
    padding: 10px !important;
  }
  .ytdBrfull {
    border: 1px solid #bdbdbd;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .ytdBrRigh {
    border-right: 1px solid #bdbdbd;
  }
  .ytdBrTopNon {
    border-top: none;
  }
  .ytdcenter {
    display: table !important;
    height: 100% !important;
  }
  .ytdminHt {
    min-height: 71px;
  }
  .ytdminHtMob {
    min-height: 103px;
  }
  .vendormainDiv .ms-choice {
    font-size: 0.875em;
  }
  .Temp1_Maindiv .Temp_3Data .DescCls, .Temp_3Data .DescCls, .fuelImageOff, .spanImgStore, .ulFuelTab .fuelImageOff, .ulStoreTab .spanImgStore {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .txtYearStr {
    width: 35px;
  }
  .Temp1_Maindiv .Temp_3Data .DivTitle {
    /*font-size: 0.813em;*/
  }
  .Temp1_Maindiv .CTARedButton {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .divViewDetails .LinkButton, .fuelrewardText {
    /*font-size: 8px;*/
    font-size: 0.875em;
  }
  .weatherDiv {
    padding: 3px 5px 5px;
  }
  .callbacks_container .findNear_main {
    padding-top: 0;
  }
  .findNear_main {
    float: none;
  }
  .NearByDiv {
    line-height: 13px;
  }
  .NearStoreMain {
    min-height: 35px;
  }
  #wrapper .callbacks_container #pincodediv {
    margin-top: 0;
  }
  .txtBoxwithoutborder {
    width: 83%;
  }
  .clickInfodv {
    text-align: left;
  }
  .storeDetailsDiv .subTitleHead {
    font-size: 1em;
    line-height: 50px;
    color: #fff !important;
  }
  .StrBrnd_Main_sml ul {
    margin-left: 0;
  }
  .imageLeft {
    padding-left: 0;
  }
  .divFuelMain .CTARedButton {
    padding: 2px;
    margin: 0 3px 0 0;
  }
  .divFuelMain .CTARedButton a {
    /*font-size: 9px;*/
    font-size: 0.875em;
    line-height: normal;
  }
  .CouponsDescCls, .CouponsfooterCls {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .weather_NotIco {
    line-height: 15px;
    margin-top: 0;
    padding-left: 34px;
  }
  .paddRL {
    padding-right: 15px;
    padding-left: 15px;
  }
  .Width100 {
    width: 100%;
  }
  .txtregisborder {
    border: 1px solid;
  }
  .divMyShopping h3 {
    font-size: 1.125em;
  }
  .srchRsltMrgn .emailTxtBox_div {
    width: 90%;
  }
  .Temp3_Maindiv .dvpnlAnonimous {
    border: 0;
  }
  .thumBoxOuter .bx-viewport {
    height: 250px !important;
  }
  .CSHead_Media {
    font-size: 1.25em;
  }
  .PromosSliderDiv .bx-wrapper .bx-controls-direction a {
    height: 100%;
  }
  .spnTitle {
    font-size: 1.063em;
    margin-bottom: 5px;
    font-family: "Asap";
  }
  .divLearnMore {
    width: 100px;
  }
  .divLearnMore a {
    margin-left: 0;
    width: 100%;
  }
  .callbacks1_tabs {
    bottom: 0;
    margin-top: 0;
  }
  .HeaderDesc {
    max-width: 100%;
    /*font-size: 9px;*/
    font-size: 0.875em;
    margin-bottom: 0;
  }
  .NearByDiv, .weather_Ico {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .tdPadRight {
    display: none;
  }
  .mainStrdiv_tbl {
    padding-right: 0;
  }
  .NearStore {
    height: auto;
  }
  .SocialIcon {
    margin: 5px;
    max-width: 60px;
    max-height: 60px;
  }
  .weather_Ico {
    margin-top: 0;
    background: url(/Areas/V2/Images/WDImages/sun-icon.png) left 10px no-repeat;
    background-size: 31px 31px;
    height: 41px;
    line-height: 17px;
    padding-left: 36px;
    background-position: 0px;
  }
  .CRCRewardEmail {
    margin: 0 5px 20px;
  }
  .ScImgDiv {
    max-height: 100%;
    max-width: 100%;
  }
  .callbacks_container .NearStoreMain {
    float: none;
    margin-top: -43px;
    margin-left: -15px;
  }
  .callbacks_container .findNearStr_div {
    margin-top: 0;
    float: none;
    margin-left: 55px;
    margin-bottom: 5px;
  }
  .CLContainer {
    background-color: #CD1421;
    width: 100%;
    height: 100%;
    padding: 10px;
    margin: auto;
    max-width: 100%;
  }
  .container-fluid, .divItemMobile .spnDisc, .featureHeadingStyle {
    margin-bottom: 0;
  }
  .dvpnlAnonimous {
    padding: 0 3px;
  }
  .callbacks_container_sml .callbacks img {
    height: auto;
    width: auto;
  }
  .spnDisc {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
    line-height: normal;
    overflow: hidden;
  }
  .DtchkoutTbl-promo a {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    line-height: 10px;
  }
  .DtchkoutTbl-promo h2 {
    font-size: 1em;
    line-height: 16px;
  }
  .DtchkoutTbl-promo p {
    display: none;
    max-height: 50px;
    overflow: hidden;
    line-height: 11px;
  }
  .weather_Arr_div {
    margin-top: 5px;
  }
  .crcAddDiv .crcrewardTxtDiv {
    width: 100% !important;
  }
  .DtchkoutTbl-promo div.dvContntSlid-promo div {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .participateTitle, .participateViewHide {
    font-family: "Asap";
    font-style: normal;
    color: #fff;
  }
  .Prmo_Temp2 .rgtImgeSec_promo, .Prmo_Temp2 .rgtImgeSec_promo .imgView_div, .pull-md-right, .temp3HtmlBlob {
    float: none;
  }
  .Temp5_Maindiv .tdPadRight, .Temp8_Maindiv .tdPadRight {
    width: 25px;
    padding-right: 5px;
    display: table-cell;
  }
  .Temp5_Maindiv .ChangeAncr, .Temp5_Maindiv .Findspn, .Temp5_Maindiv .NearByDiv, .Temp5_Maindiv .ZipCodeLnk, .Temp8_Maindiv .ChangeAncr, .Temp8_Maindiv .Findspn, .Temp8_Maindiv .NearByDiv, .Temp8_Maindiv .ZipCodeLnk {
    /*font-size: 9px;*/
    font-size: 0.875em;
  }
  .ChangeAncr, .Findspn, .NearByDiv, .ZipCodeLnk, .weather_Ico, .weather_NotIco {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .callbacks_container .ChangeAncr, .callbacks_container .Findspn, .callbacks_container .NearByDiv, .callbacks_container .ZipCodeLnk, .callbacks_container .weather_Ico, .callbacks_container .weather_NotIco {
    /*font-size: 9px;*/
    font-size: 0.875em;
  }
  .Temp5_Maindiv .NearStrWeb, .Temp8_Maindiv .NearStrWeb {
    padding: 5px;
  }
  .Temp5_Maindiv #StorePhone {
    display: block;
  }
  .Temp8_Maindiv .socialIcon a {
    width: 13px;
    height: 13px;
  }
  .lblHeading {
    font-size: 1em;
  }
  .lblBakeryTitle {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .rgtContent.pull-right .storeBrandsTemplateDiv h2 {
    font-size: 0.875em;
  }
  .Temp8_Maindiv .lblBakeryTitle {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
    line-height: 11px;
    padding-left: 10px;
    padding-bottom: 0;
  }
  .CTABakery {
    min-width: 90px;
    /*font-size: 9px;*/
    font-size: 0.875em;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    margin-top: -2%;
    padding: 3px 5px;
  }
  .navLink a {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .navLink {
    padding-left: 10px;
    padding-bottom: 5px;
  }
  .currentEvntDate {
    /*font-size: 8px;*/
    font-size: 0.875em;
    line-height: normal;
    padding: 5px 0 4% 10px;
  }
  .deptTitle .spanTitle {
    width: 81%;
  }
  .deptTitle {
    height: 27px;
    padding: 0 5px 0 1px;
  }
  .liStoreServices {
    list-style-type: none;
    width: 49%;
    display: inline-block;
    padding-left: 2%;
    padding-right: 1%;
  }
  .divPharImgMaxWidth, .promoTemp2Img .imgView_div {
    width: 100%;
  }
  .promoPageDesc, .spl_evnt_Desc .lblDesccls {
    display: none;
  }
  .Temp10_Maindiv .imgView_div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .tblImageHeader {
    padding: 10px;
  }
  .biloFdnLogo {
    min-width: 65px;
  }
  .Instr_Bakdivcls {
    padding: 10px 10px 20px;
    width: 100%;
  }
  .CTAInStore {
    text-align: left;
    margin-bottom: 0;
  }
  .PromotionPageEventDates, .PromotionPageTitle, .deptDesc p {
    text-align: center;
  }
  .fuelMainCont_Imgtd img {
    margin: -8px 0 0;
  }
  legend.scheduler-border h1 {
    font-size: 1.063em;
  }
  .GetSaveMain .DivTitle {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .DescCls, .GetSaveMain .DescCls, .GetSaveMain a, .Page_Desc {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .Page_Desc {
    line-height: 1.3em;
  }
  .participateViewHide {
    font-weight: 700;
    /*font-size: 0.813em;*/
  }
  .participateTitle {
    font-size: 0.875em;
    font-weight: 400;
  }
  .Prmo_Temp2 .PageTitle {
    font-size: 0.938em;
  }
  .divTitle1 {
    /*font-size: 0.750em;*/
    line-height: 18px;
  }
  .rgtArw {
    width: 9px;
    height: 20px;
  }
  .fuelTitle {
    font-size: 0.875em;
    line-height: 14px;
    margin-bottom: 3px;
  }
  .fuelDesc, .ulfuelLearnmore li a {
    /*font-size: 9px;*/
    font-size: 0.875em;
  }
  .tdDesccls {
    padding: 7px 10px 0;
  }
  .promoPageTitle {
    font-size: 0.938em;
  }
  .fuelMainContent .fuelRgtContent {
    padding-left: 0;
  }
  .fuelLearnmore {
    margin: 0;
    line-height: normal;
  }
  .temp3HtmlBlob {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
  }
  .Temp9_Maindiv .SlidLnk1 {
    margin: auto;
    bottom: 12px;
  }
  .Temp9_Maindiv .SlidLnk1 a {
    margin: auto;
    bottom: 12px;
    /*font-size: 0.813em !important;*/
  }
  .Temp9_Maindiv .storeRotTitle {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .Temp9_Maindiv .storeRotDesc {
    /*font-size: 9px;*/
    font-size: 0.875em;
  }
  .Temp9_Maindiv .dollorScript {
    top: -0.5em;
  }
  .Temp9_Maindiv .storeDollar {
    font-size: 0.938em !important;
  }
  .Temp9_Maindiv .storePrice {
    font-size: 1.25em !important;
    margin-left: -5px;
  }
  .Temp9_Maindiv .superScript {
    font-size: 0.938em !important;
    margin-left: -6px;
    top: -0.5em;
  }
  .Temp9_Maindiv .subscript {
    /*font-size: 0.625em !important;*/
    font-size: 0.875em;
    margin-left: -2px;
  }
  .Temp9_Maindiv fieldset.scheduler-border {
    padding: 10px 20px 20px;
  }
  .tdbiloFndnH3 {
    padding: 5px;
  }
  .biloFndnH3 {
    font-size: 0.875em;
    line-height: 18px;
  }
  .lblBakeryTitle_sml {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    margin-top: 0;
  }
  .StrBrnd_Main_sml .lblBakeryTitle_sml a {
    color: #fff;
    text-decoration: none;
  }
  .StrBrnd_Main_sml .lblBakeryTitle_sml a:hover {
    color: #fff;
    text-decoration: none !important;
  }
  .biloFndH6 {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .lisubTitleandTextVertical {
    margin-bottom: 20px;
    list-style-type: none;
  }
  fieldset.scheduler-border {
    padding: 10px 15px 2px;
    margin: auto 10px;
  }
  .dvRegConfEmail fieldset.scheduler-border {
    padding: 20px 15px;
  }
  .Temp1_Maindiv .Pag_Tit_MainDiv, .Temp1_Maindiv .divVideoData, .spl_evnt_Desc, .tempRgtImg {
    padding-left: 0;
  }
  .currentEvntDate_sml {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    padding-bottom: 3%;
  }
  .DescCls {
    line-height: 1.3em;
  }
  .deptDesc p {
    /*font-size: 0.688em !important;*/
    font-size: 0.875em;
  }
  .subHead {
    font-size: 1.25em;
  }
  .marginDiv .DescCls {
    text-align: center !important;
  }
  .Temp1_Maindiv .PageTitle {
    margin: 0 10px 7px;
    text-align: center;
  }
  .Temp1_Maindiv .Page_Desc {
    margin: 0 10px 20px;
    text-align: center;
  }
  .Temp1_Maindiv .secondarySubDesc, .Temp1_Maindiv .secondarySubHead, .Temp1_Maindiv .subDesc, .Temp1_Maindiv .subHead {
    margin: 0 10px 10px;
    text-align: center;
  }
  .Temp1_Maindiv .secondarySubDesc {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .GetSaveMain .DescCls, .GetSaveMain .DivTitle, .Temp_3Data .storeDept .DescCls, .Temp_3Data .storeDept .DivTitle {
    text-align: left;
  }
  .tempRgtImg {
    margin-left: 10px;
    margin-right: 10px;
  }
  .Temp1_Maindiv .divSecondaryData {
    max-width: 100%;
    width: 100%;
  }
  .Temp6_Maindiv .divTitle_Desc, .Temp7_Maindiv .divTitle_Desc {
    margin-top: 15px;
  }
  .nearstorepagetitleDiv {
    padding-right: 0;
  }
  .blFndn_main, .tblImageHeader {
    margin: 10px;
  }
  .callbacks_container_sml {
    float: none;
    margin: auto;
    width: 100%;
  }
  .callbacks_container_sml .callbacks_nav {
    top: 40%;
    margin-top: 0;
  }
  .deptUl li {
    padding-left: 2%;
    width: 49%;
  }
  .Instr_divbg, .Temp7_Maindiv .divTitle_Desc, .Temp9_Maindiv .imgCondv, .deptDesc, .deptImg {
    width: 100%;
  }
  .strMainDiv {
    margin: 0 10px 25px;
  }
  .Page_Desc {
    margin: 0 10px 15px;
  }
  .Temp2_Maindiv .Temp_3Data .SubHeadBackground, .Temp_3Data .SubHeadBackground {
    padding: 10px 10px 0;
  }
  .Temp5_Maindiv #pincodediv, .Temp8_Maindiv #pincodediv {
    margin-right: 10px;
  }
  .StrBrnd_Main_spl, .Temp8_Maindiv .NearStrWeb, .tblEventHappenings {
    margin: auto 10px;
  }
  .tdGiftCard, .tdSponsorship {
    padding-left: 0;
  }
  .tblBorderRgt {
    border: none;
  }
  .deptImg {
    position: relative;
  }
  .Temp5_Maindiv .NearStrWeb, .hrLine_txt {
    margin: 0 10px;
  }
  .divTitle_Desc {
    text-align: center;
    padding: 0 10px 15px;
  }
  .storeDept {
    text-align: center;
    padding-right: 0;
  }
  .GetSaveMain .storeDept {
    text-align: left;
  }
  .PageTitle, .Page_Desc, .Temp9_Maindiv .imgCondv, .divFuelButton {
    text-align: center;
  }
  .Instr_divParent {
    margin: 0 0 8%;
  }
  .addressDiv {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .PageTitle {
    font-size: 1.25em;
    margin: 0 10px 7px;
    line-height: normal;
  }
  .Temp9_Maindiv .dlBrTitle {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .Temp9_Maindiv .descTxt {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    margin: 10px;
    overflow: hidden;
  }
  .Temp9_Maindiv .Contentdv {
    width: 100%;
    text-align: center;
    margin: auto;
  }
  .Temp9_Maindiv .imgCondv {
    padding-right: 0;
    margin-top: 10px !important;
  }
  .Temp9_Maindiv .textContainer p {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    line-height: 14px;
  }
  .Temp9_Maindiv .Page_Desc {
    margin-bottom: 15px;
  }
  .StrBrnd_Main_sml .navLink {
    padding: 0 !important;
  }
  .signUpBiloEmail .CTARedButton {
    padding: 5px;
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    margin: 10px auto;
  }
  .DescPromotionCls {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .CTAInStore a {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    padding: 2px;
  }
  .DivPromotionTitle {
    font-size: 0.875em;
  }
  .divImgTitleAndTextMiddle {
    margin: 30px auto 40px;
  }
  .deptUl li {
    margin-bottom: 2%;
  }
  .deptUl {
    margin: 2% auto 0;
  }
  .Temp8_Maindiv .socialIcon {
    padding-right: 0;
    padding-bottom: 6px;
  }
  .Temp1_Maindiv .Temp_3Data, .Temp2_Maindiv .Temp_3Data {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 320px) {
  .thumBoxOuter .dvTitleHm .couponTitle {
    font-size: 0.938em;
  }
}
@media screen and (min-width: 320px) {
  .CouponsDescCls, .CouponsfooterCls {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .DirectionsClass, .LiquorstoreLink, .storeLink, .strdivMinhgt, .tdRight, .weeklyAddclass {
    /*font-size: 9px;*/
    font-size: 0.875em;
  }
  .HeaderStore, .HeaderStore1 {
    padding-right: 0;
  }
  .CTABakery, .biloFdnLogo {
    min-width: 100px;
  }
  .Temp5_Maindiv .tdPadRight, .Temp8_Maindiv .tdPadRight {
    width: 38px;
  }
  .Temp5_Maindiv .ChangeAncr, .Temp5_Maindiv .Findspn, .Temp5_Maindiv .NearByDiv, .Temp5_Maindiv .ZipCodeLnk, .Temp8_Maindiv .ChangeAncr, .Temp8_Maindiv .Findspn, .Temp8_Maindiv .NearByDiv, .Temp8_Maindiv .ZipCodeLnk {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .lblHeading {
    font-size: 1.25em;
  }
  .Temp5_Maindiv .lblBakeryTitle, .Temp8_Maindiv .lblBakeryTitle {
    /*font-size: 0.813em;*/
    line-height: 16px;
  }
  .lblBakeryTitle {
    font-size: 0.938em;
  }
  .rgtContent.pull-right .storeBrandsTemplateDiv h2 {
    font-size: 0.938em;
  }
  .CTABakery {
    margin-top: -6%;
  }
  .currentEvntDate {
    /*font-size: 8px;*/
    font-size: 0.875em;
    line-height: normal;
    padding: 10px 0 4% 10px;
  }
  .tblImageHeader {
    padding: 15px;
  }
  legend.scheduler-border h1 {
    font-size: 1.188em;
  }
  .GetSaveMain .DivTitle {
    /*font-size: 0.813em;*/
  }
  .Page_Desc {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .participateViewHide {
    font-size: 0.938em;
  }
  .participateTitle {
    font-size: 1.063em;
  }
  .participateStore {
    padding: 13px 10px;
  }
  .fuelTitle {
    font-size: 1em;
    line-height: 16px;
  }
  .Temp9_Maindiv .dollorScript {
    top: -0.6em;
  }
  .Temp9_Maindiv .storeDollar {
    font-size: 0.938em !important;
  }
  .Temp9_Maindiv .storePrice {
    font-size: 1.438em !important;
  }
  .Temp9_Maindiv .superScript {
    /*font-size: 0.813em !important;*/
    margin-left: -3px;
    top: -0.5em;
  }
  .Temp9_Maindiv .subscript {
    /*font-size: 9px !important;*/
    font-size: 0.875em;
    margin-left: -3px;
  }
  .divImgTitleAndTextMiddle {
    margin: 30px auto 40px;
  }
}
@media screen and (min-width: 321px) {
  .divTitle1 h2 {
    font-size: 0.875em;
  }
  .Temp1_Maindiv .Temp_3Data .DescCls, .Temp_3Data .DescCls, .fuelImageOff, .spanImgStore, .ulFuelTab .fuelImageOff, .ulStoreTab .spanImgStore {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .Temp1_Maindiv .Temp_3Data .DivTitle {
    font-size: 0.875em;
  }
  .Temp1_Maindiv .CTARedButton {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .DtchkoutTbl-promo p {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    /*display: block;*/
  }
  .DtchkoutTbl-promo a {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
    line-height: 14px;
  }
  .DtchkoutTbl-promo div.dvContntSlid-promo div {
    font-size: 0.938em;
  }
  .Temp8_Maindiv .NearStrWeb, Temp5_Maindiv .NearStrWeb {
    padding: 10px 5px;
  }
  .CTABakery, .callbacks_container .ChangeAncr, .callbacks_container .Findspn, .callbacks_container .NearByDiv, .callbacks_container .ZipCodeLnk, .callbacks_container .weather_Ico, .callbacks_container .weather_NotIco {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .deptTitle .spanTitle {
    width: 85%;
  }
  .deptTitle {
    height: 30px;
    padding: 0 5px;
  }
  .fuelMainCont_Imgtd img {
    margin: -10px 0 0;
  }
  .divTitle1 {
    font-size: 0.875em;
    line-height: 23px;
  }
  .signUpBiloEmail .CTARedButton {
    padding: 5px 7px;
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .deptDesc p {
    /*font-size: 0.750em !important;*/
    font-size: 0.875em;
  }
  .CTAInStore a, .DescPromotionCls {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .CTAInStore a {
    padding: 5px 10px;
  }
  .DivPromotionTitle {
    font-size: 1em;
  }
  .currentEvntDate {
    /*font-size: 9px;*/
    font-size: 0.875em;
  }
}
@media screen and (min-width: 360px) {
  .PromosSliderDiv .bx-wrapper .bx-prev {
    background-position: -9px 95%;
  }
  .PromosSliderDiv .bx-wrapper .bx-next {
    background-position: -9px 77.8%;
  }
  .DirectionsClass, .LiquorstoreLink, .btnArea .btnStoreSearch, .btnArea .ddlRadius, .btnArea .txtSearchSF, .storeLink, .tableStoreHolder span, .tblMobfuel_ltr span, .weeklyAddclass {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .anchorDirections {
    margin: auto;
  }
  .anchorDirections img {
    width: 35px;
  }
  .blueBubble, .bubbleNo {
    width: 35px;
    height: 55px;
    line-height: 2.5;
  }
  .clsHeadPropmt, .crcmaindv .clsHeadPropmt {
    font-size: 1.063em;
  }
  .erroNoStoreFound {
    width: 300px;
    margin: 233px 0 0 -152px;
  }
  .txtYearStr {
    width: 50px;
  }
  .Temp1_Maindiv .Temp_3Data .DescCls, .Temp_3Data .DescCls {
    /*font-size: 0.813em;*/
  }
  .fuelrewardText {
    /*font-size: 9px;*/
    font-size: 0.875em;
  }
  .OFFcharWithoutBorder {
    font-size: 13pt;
  }
  .GallonOfGas {
    margin-left: 24px;
  }
  .Temp8_Maindiv .socialIcon a {
    width: 15px;
    height: 15px;
  }
}
@media screen and (min-width: 361px) {
  .padd4spnTime {
    font-size: 3.125em;
  }
  .vendormainDiv .txtDOB {
    white-space: nowrap;
    margin-right: 94px;
  }
  .divbg, .linkbtn {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .ImgStar {
    margin-right: 15px;
  }
  .spanFont {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .already-team, .foodSftyDiv a {
    /*font-size: 0.813em;*/
  }
  .already-team {
    line-height: 15px;
  }
  .divMyShopping h3 {
    font-size: 1.25em;
  }
  .RegrMainDiv .txtDOB {
    white-space: nowrap;
    margin-right: 48px;
  }
  .errorParagraph, .errorParagraphs {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .charborder {
    font-size: 17pt;
  }
  .SigncharWithoutBorder {
    font-size: 23pt;
  }
  .divAmt {
    padding-bottom: 0;
  }
  .regPhoneTxt {
    /*font-size: 0.813em;*/
  }
  .clsHeadPropmt1 {
    font-size: 1.563em;
  }
  .makeThisWinn {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .fuelImageOff, .spanImgStore, .ulFuelTab .fuelImageOff, .ulStoreTab .spanImgStore {
    /*font-size: 0.813em;*/
    font-size: 0.875em;
  }
  .divFuelMain .CTARedButton a, .strdivMinhgt, .tdRight {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    text-align: left;
  }
  .anchorDirectionsMap {
    width: 50px;
  }
  .searcharea .ddlRadius {
    width: 90%;
  }
  .srchRsltMrgn .emailTxtBox_div {
    width: 91%;
  }
  .TextBoxAlign, .TxtBoxSearch, .txtUsername {
    /*font-size: 0.750em;
    font-size: 0.875em;*/
  }
  .RegrMainDiv .clsdefPropmt {
    /*font-size: 0.813em;*/
    line-height: 1.4em;
  }
  .rewardsApp_H1 {
    font-size: 1.438em;
  }
  .rewardsUl {
    /*font-size: 0.813em;*/
  }
  .DtchkoutTbl-promo h2 {
    font-size: 1em;
    line-height: 16px;
  }
  .userWelcomeText {
    font-size: 1.063em;
    line-height: 17px;
  }
  .viewmyRew {
    padding: 5px 20px;
  }
  .CLContainer {
    padding: 20px;
  }
  .PromosSliderDiv {
    padding-left: 20px;
    padding-right: 20px;
  }
  .CSHead_Media {
    font-size: 1.375em;
  }
  .PromosSliderDiv .dvHmSlider-promo {
    min-width: 320px;
  }
  .divLearnMore {
    width: 115px;
  }
  .HeaderStyle, .HeaderStyle1 {
    margin-top: 5px;
  }
  .dvpnlAnonimous {
    padding: 0 5px;
  }
  .DtchkoutTbl-promo a {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
    line-height: 11px;
  }
  .weather_Arr_div {
    margin-top: 0;
    margin-right: 15px;
  }
  .crcAddDiv {
    width: 100%;
  }
  .crcAddDiv .crcrewardTxtDiv {
    width: auto;
  }
  .ChangeAncr, .Findspn, .NearByDiv, .Temp5_Maindiv .ChangeAncr, .Temp5_Maindiv .Findspn, .Temp5_Maindiv .NearByDiv, .Temp5_Maindiv .ZipCodeLnk, .Temp8_Maindiv .ChangeAncr, .Temp8_Maindiv .Findspn, .Temp8_Maindiv .NearByDiv, .Temp8_Maindiv .ZipCodeLnk, .ZipCodeLnk, .callbacks_container .ChangeAncr, .callbacks_container .Findspn, .callbacks_container .NearByDiv, .callbacks_container .ZipCodeLnk, .callbacks_container .weather_Ico, .callbacks_container .weather_NotIco, .weather_Ico, .weather_NotIco {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .Temp8_Maindiv .lblBakeryTitle {
    font-size: 0.938em;
    line-height: 15px;
    margin-bottom: 0;
    padding-bottom: 3%;
  }
  .Temp5_Maindiv .NearStrWeb, .Temp8_Maindiv .NearStrWeb {
    padding: 10px;
  }
  .lblHeading {
    font-size: 1.438em;
    line-height: 35px;
  }
  .CTABakery, .navLink a {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .CTABakery {
    padding: 3px 10px;
    margin-top: -3%;
  }
  .Page_Desc, .Temp1_Maindiv .secondarySubDesc {
    /*font-size: 0.813em;*/
  }
  .Page_Desc {
    line-height: 1.4em;
  }
  .deptTitle .spanTitle {
    width: 90%;
  }
  .deptTitle {
    height: 35px;
    padding: 0 5px 0 10px;
  }
  .tblImageHeader {
    padding: 15px;
  }
  legend.scheduler-border h1 {
    font-size: 1.438em;
  }
  .GetSaveMain .DivTitle {
    font-size: 0.875em;
  }
  .DescCls, .GetSaveMain .DescCls, .GetSaveMain a {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .Prmo_Temp2 .PageTitle {
    font-size: 1.063em;
  }
  .rgtArw {
    width: 10px;
    height: 20px;
  }
  .fuelTitle {
    font-size: 1.25em;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .fuelDesc, .ulfuelLearnmore li a {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
  }
  .fuelDesc {
    line-height: 1.3em;
  }
  .tdDesccls {
    padding: 7px 10px 5px;
  }
  .promoPageTitle {
    font-size: 1.063em;
  }
  .DescCls {
    line-height: 1.4em;
  }
  .fuelMainContent .fuelRgtContent {
    padding-left: 5px;
  }
  .fuelLearnmore {
    margin: 5px 0 0;
    line-height: normal;
  }
  .biloFndnH3 {
    font-size: 0.938em;
  }
  .secondarySubHead, .subHead {
    font-size: 1.438em;
  }
  .PageTitle {
    font-size: 1.688em;
  }
  .signUpBiloEmail .CTARedButton {
    padding: 7px 10px;
    /*font-size: 0.813em;*/
    margin: 0;
  }
  .deptDesc p {
    /*font-size: 0.813em !important;*/
  }
  .DescPromotionCls {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .CTAInStore a {
    /*font-size: 0.813em;*/
    padding: 5px 10px;
  }
  .DivPromotionTitle {
    font-size: 1.125em;
  }
  .liStoreServices {
    padding-right: 0.9%;
  }
  .currentEvntDate {
    padding-top: 10px;
  }
}
@media screen and (min-width: 430px) {
  .Temp9_Maindiv .storeRotDesc, .Temp9_Maindiv .storeRotTitle {
    /*font-size: 0.750em !important;*/
    font-size: 0.875em;
  }
  .Temp9_Maindiv .storeDollar {
    font-size: 1.125em !important;
  }
  .Temp9_Maindiv .storePrice {
    font-size: 1.688em !important;
    margin-left: -5px;
  }
  .Temp9_Maindiv .superScript {
    margin-left: -8px;
    /*font-size: 0.813em !important;*/
  }
}
@media screen and (min-width: 480px) {
  .vendormainDiv .txtDOB {
    white-space: nowrap;
    margin-right: 176px;
  }
  .indirectDivRight {
    width: 209px !important;
  }
  .NormalOverFlow .ms-choice {
    width: 210px !important;
  }
  .vendormainDiv .ms-drop {
    color: #000;
    position: absolute;
    z-index: 100;
    width: 209px !important;
    padding: 9px 3px 10px 7px;
  }
  .DirectDDlControl .ms-choice, .indirectDivRight .ms-choice {
    background: url(/Areas/V2/Images/LeftNav_DownArrow.png) 168px center no-repeat #fff;
    width: 210px !important;
  }
  .RegrMainDiv .txtField {
    width: 90%;
  }
  .RegrMainDiv .txtOptionlbl {
    margin-right: 0;
  }
  .RegrMainDiv .clsRegEyeimg {
    width: 24px;
    height: 24px;
  }
  .StoreDetail, .btnMakeMyStore, .storeDetail, .str_Title {
    /*font-size: 1.125em;*/
    font-size: 0.938em;
  }
  .LiquorstoreLink, .btnArea .btnStoreSearch, .btnArea .ddlRadius, .btnArea .txtSearchSF, .storeLink, .tableStoreHolder span, .tblMobfuel_ltr span {
    /*font-size: 0.750em;*/
    font-size: 1em;
  }
  .clsHeadPropmt, .crcmaindv .clsHeadPropmt {
    font-size: 1.375em;
  }
  .divbg, .linkbtn {
    /*font-size: 0.813em;*/
  }
  .Temp1_Maindiv .Temp_3Data .DivTitle {
    font-size: 0.938em;
  }
  .Temp1_Maindiv .CTARedButton, .errorParagraph, .errorParagraphs {
    /*font-size: 0.813em;*/
  }
}
@media screen and (min-width: 481px) {
  .spnTitle {
    font-size: 1.313em;
  }
  .divTxtPhone, .logImg {
    width: 100%;
  }
  .fuelperksBlueCTA, .rewardText {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  /* .fuelperksrightarrow {
      margin-right: 10px;
  }*/
  .myRewardPad {
    padding: 18px 18px 0;
  }
  .rightArrow {
    padding-left: 20px;
  }
  .fuelHeadingClass, .fuelMobHeadingClass {
    font-weight: 700;
    font-size: 1.875em;
    margin-left: 5px;
  }
  fieldset.scheduler-borderLogin {
    padding: 26px 30px 2px;
  }
  .staticDiv_h1 {
    font-size: 2.188em;
    line-height: 35px;
  }
  .staticDiv_h2 {
    font-size: 1.875em;
  }
  .already-team {
    font-size: 1em;
    line-height: 24px;
  }
  .fuelMobHeadingClass {
    font-size: 1.438em;
  }
  .colMobBalanceSummery .divMobrewardtbl2 {
    margin: auto;
  }
  .divViewDetails {
    /*font-size: 0.813em;*/
  }
  .dvpnlAnonimous {
    padding: 6px 12px 6px 7px;
  }
  .spnDisc {
    font-size: 0.875em;
  }
  .DtchkoutTbl-promo a {
    /*font-size: 0.813em;*/
    line-height: 16px;
  }
  .DtchkoutTbl-promo h2 {
    font-size: 1.188em;
    line-height: 20px;
  }
  .Temp8_Maindiv .socialIcon {
    padding-right: 10px;
  }
  .Temp8_Maindiv .socialIcon a {
    width: 18px;
    height: 18px;
  }
  .lblHeading {
    font-size: 1.875em;
  }
  .Temp8_Maindiv .lblBakeryTitle, .lblBakeryTitle {
    font-size: 1em;
    line-height: 16px;
  }
  .rgtContent.pull-right .storeBrandsTemplateDiv h2 {
    font-size: 1em;
    line-height: 16px;
  }
  .Temp8_Maindiv .lblBakeryTitle {
    padding-left: 15px;
  }
  .CTABakery, .navLink a {
    /*font-size: 0.813em;*/
  }
  .CTABakery {
    margin-top: 8%;
    padding: 5px 15px;
  }
  .navLink {
    padding-left: 15px;
    padding-bottom: 10px;
  }
  .currentEvntDate {
    /*font-size: 0.625em;*/
    font-size: 0.875em;
    line-height: normal;
    padding: 15px 0 5% 15px;
  }
  .fuelMainCont_Imgtd img {
    margin: -28px 0 0;
  }
  legend.scheduler-border h1 {
    font-size: 1.563em;
  }
  .GetSaveMain .DivTitle {
    font-size: 0.938em;
  }
  .DescCls, .GetSaveMain .DescCls, .GetSaveMain a {
    /*font-size: 0.813em;*/
  }
  .addressDiv {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .rgtArw {
    width: 12px;
    height: 24px;
  }
  .fuelTitle {
    font-size: 1.375em;
    line-height: 22px;
  }
  .fuelDesc {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
    line-height: 1.4em;
  }
  .ulfuelLearnmore li a {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .promoPageTitle {
    font-size: 1.375em;
  }
  .biloFndH6, .currentEvntDate_sml, .deptDesc p, .lblBakeryTitle_sml {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .fuelLearnmore {
    line-height: 20px;
  }
  .biloFdnBtmAlign {
    vertical-align: middle;
  }
  .StrBrnd_Main_sml .lblBakeryTitle_sml a {
    color: #fff;
    text-decoration: none;
  }
  .StrBrnd_Main_sml .lblBakeryTitle_sml a:hover {
    color: #fff;
    text-decoration: none !important;
  }
  fieldset.scheduler-border {
    padding: 26px 30px 2px;
  }
  .Temp9_Maindiv fieldset.scheduler-border {
    padding: 10px 20px 20px;
  }
  .dvRegConfEmail fieldset.scheduler-border {
    padding: 36px 30px 40px;
  }
  .biloFdnLogo {
    min-width: 150px;
  }
  .tdbiloFndnH3 {
    padding: 15px 40px 15px 10px;
  }
  .secondarySubHead, .subHead {
    font-size: 1.563em;
  }
  /*.PageTitle {
      font-size: 1.875em;
      line-height: 33px;
  }*/
  .PageTitle {
    font-size: 2.188em;
    line-height: 35px;
  }
  .Temp9_Maindiv .textContainer p {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
    line-height: 14px;
  }
  .StrBrnd_Main_sml .navLink {
    padding: 0 !important;
  }
  .signUpBiloEmail .CTARedButton {
    font-size: 0.875em;
  }
  .DivPromotionTitle {
    font-size: 1.313em;
  }
  .c-status__header p span {
    display: inline-block;
  }
}
@media screen and (min-width: 484px) and (max-width: 513px) {
  .StoreDetail, .btnMakeMyStore, .storeDetail, .str_Title {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 540px) {
  .PromosSliderDiv .bx-wrapper .bx-prev {
    background-position: -9px 96%;
  }
  .PromosSliderDiv .bx-wrapper .bx-next {
    background-position: -9px 78.2%;
  }
  .txtbox_chgPass {
    margin-left: 6px !important;
  }
}
@media screen and (min-width: 561px) {
  .divTitle1 h2 {
    font-size: 1.125em;
  }
  .spanFont {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .divFuelMain .divImage {
    height: 75px;
    width: 75px;
    background-size: 90%;
  }
  .GallonOfGas {
    margin-left: 33px;
  }
  .anchorDirectionsMap {
    width: 60px;
  }
  .StoreDetail, .btnMakeMyStore, .storeDetail, .str_Title {
    /*font-size: 1.250em;*/
    font-size: 1.125em;
  }
  .callbacks_nav.next, .callbacks_nav.prev {
    width: 35px;
  }
  .callbacks_nav.prev {
    background-position: -10px -553px;
  }
  .callbacks_nav.next {
    background-position: -10px -607px;
  }
  .userWelcomeText {
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .EmailRewTxtBox {
    line-height: 18px;
    height: 18px;
  }
  .divItemContent {
    padding-top: 20px;
  }
  .DtchkoutTbl-promo p {
    /*font-size: 0.813em;*/
    line-height: 15px;
  }
  .HeaderStyle1 {
    width: 90%;
  }
  .navLink {
    padding-bottom: 15px;
  }
  .ChangeAncr, .NearByDiv {
    /*font-size: 0.750em;*/
    font-size: 0.875em;
  }
  .Temp8_Maindiv .lblBakeryTitle, .lblBakeryTitle {
    font-size: 1.125em;
    line-height: 18px;
  }
  .rgtContent.pull-right .storeBrandsTemplateDiv h2 {
    font-size: 1.125em;
    line-height: 18px;
  }
  .currentEvntDate {
    /*font-size: 0.688em;*/
    font-size: 0.875em;
  }
  .addressDiv {
    /*font-size: 0.750em;*/
    font-size: 1.125em;
  }
  .Prmo_Temp2 .PageTitle {
    font-size: 1.375em;
  }
  .divTitle1 {
    font-size: 1.125em;
  }
  .fuelTitle {
    font-size: 1.563em;
    line-height: 25px;
  }
  .fuelDesc {
    /*font-size: 0.813em;*/
    line-height: 1.4em;
  }
  .ulfuelLearnmore li a {
    /*font-size: 0.750em;*/
  }
  .tdDesccls {
    padding: 0 20px;
  }
  .promoPageTitle {
    font-size: 1.563em;
  }
  .signUpBiloEmail .CTARedButton {
    padding: 8px 10px;
    font-size: 1em;
  }
}
@media screen and (min-width: 561px) and (max-width: 603px) {
  .StoreDetail, .btnMakeMyStore, .storeDetail, .str_Title {
    /* font-size: 1.250em; */
    font-size: 1em;
  }
}
@media screen and (min-width: 641px) {
  .ContctstaticDiv_h1 {
    font-size: 2.188em;
  }
  .weatherDiv {
    padding: 5px 5px 5px 15px;
  }
  .divFuelMain .CTARedButton {
    padding: 8px 20px;
  }
  .divFuelMain .CTARedButton a {
    /*font-size: 0.813em;*/
  }
  .weather_NotIco {
    padding-left: 41px;
  }
  .callbacks li, .divItemframe {
    max-height: 554px;
  }
  .CSHead_Media {
    font-size: 2.188em;
  }
  .divItemframe {
    height: 100%;
  }
  .weather_Ico {
    padding-left: 41px;
  }
  .callbacks_container .NearStoreMain {
    margin-left: 0;
    margin-top: -40px;
  }
  .subpnllogin {
    margin: 10px 0;
  }
  .pnlloginRewreg {
    margin-left: 8px;
  }
  .Img-promo-div {
    margin-top: 5%;
  }
  .divEmailRewTxtBox {
    height: 32px;
  }
  .divEmailRewTxtBox .EmailRewTxtBox {
    /*font-size: 0.813em;*/
  }
  .Temp5_Maindiv .tdPadRight, .Temp8_Maindiv .tdPadRight, .tdPadRight {
    padding-right: 10px;
    width: 48px;
  }
  .Temp8_Maindiv .lblBakeryTitle, .lblBakeryTitle {
    font-size: 1.375em;
  }
  .rgtContent.pull-right .storeBrandsTemplateDiv h2 {
    font-size: 1.375em;
  }
  .CTABakery {
    margin-top: 9%;
    min-width: 114px;
  }
  .currentEvntDate {
    padding: 15px 0 5% 15px;
    /*font-size: 0.813em;*/
  }
  .fuelMainCont_Imgtd img {
    margin: -48px 0 0;
  }
  .fuelTitle {
    font-size: 1.75em;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .ulfuelLearnmore li a {
    /*font-size: 0.813em;*/
  }
  .biloFndnH3 {
    font-size: 1.25em;
    line-height: 23px;
  }
  .biloFndH6, .deptDesc p {
    /*font-size: 0.813em;*/
  }
  .textContainer h1 {
    font-size: 0.938em;
  }
  .Temp9_Maindiv .textContainer p {
    /*font-size: 0.813em;*/
    line-height: 16px;
  }
}
@media screen and (min-width: 100px) and (max-width: 767px) {
  #chooseLocationDrop, #chooseLocationDropStores, #btnchooseLocationDropStores {
    float: none;
    width: 250px;
    margin: auto;
    padding-bottom: 15px;
  }
  .wellnessHeader .btn_choose, .storeUpdateHeader .btn_choose {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .dropdonwUL {
    margin-top: -15px;
  }
}
@media screen and (min-width: 768px) {
  .padd4spnTime {
    font-size: 80px;
  }
  .PromosSliderDiv .bx-wrapper .bx-prev {
    background-position: -9px 98%;
  }
  .PromosSliderDiv .bx-wrapper .bx-next {
    background-position: -9px 79.3%;
  }
  .dvMainUpgrade {
    display: table;
    width: 100%;
  }
  .dvWDLogoMobError {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .dvUpgradeText {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .cpn-upg-pnl {
    margin: 0 auto;
  }
  .cpn-log-cntl {
    margin: 0 auto;
  }
  .DtchkoutTbl-promo p {
    display: block;
  }
  .learnMoreHeaderTitle {
    font-size: 1.125em !important;
  }
  .header_Bg {
    height: auto;
  }
  .LogoDiv img {
    margin-top: 10px;
  }
  .myCouponsImg {
    background-position: center;
  }
  .fuelperksBlueCTA {
    font-size: 1em;
  }
  .rewardCardMrgn .bgWhite {
    margin-right: 10px;
  }
  .CTABakery {
    margin-top: 0;
    position: relative;
    min-width: 114px;
    left: 0;
    margin-left: 0;
  }
  .Temp8_Maindiv .lblBakeryTitle {
    font-size: 1.563em;
    line-height: 25px;
  }
  .divImgTitleAndTextMiddle {
    margin: 30px auto 40px;
  }
  .fuelMainCont_Imgtd img {
    margin: -36px 0 0;
  }
  .fuelTitle {
    font-size: 1.875em;
    line-height: 30px;
  }
  .tdDesccls {
    padding: 0 40px;
  }
  .fuelMainContent .fuelRgtContent {
    padding-left: 10px;
  }
  .biloFndnH3 {
    line-height: 28px;
    font-size: 1.563em;
  }
  .biloFdnLogo {
    min-width: 200px;
  }
  .promoPageDesc {
    display: block;
  }
  .Temp5_Maindiv #StorePhone {
    display: none;
  }
  .Temp9_Maindiv .dlBrTitle {
    /*font-size: 0.813em;*/
  }
  .Temp9_Maindiv .descTxt {
    /*font-size: 0.750em;*/
    overflow: hidden;
  }
  .Temp9_Maindiv .textContainer p {
    /*font-size: 0.813em;*/
    line-height: 18px;
  }
  .signUpBiloEmail .CTARedButton {
    padding: 6px 20px;
    font-size: 1.25em;
    margin: 20px auto;
  }
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0px;
  }
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0px;
  }
  .c-status__header h1 {
    font-size: 6.25em;
    line-height: 90px;
  }
}
@media screen and (min-width: 900px) {
  .PromosSliderDiv .bx-wrapper .bx-prev {
    background-position: -9px 100%;
  }
  .PromosSliderDiv .bx-wrapper .bx-next {
    background-position: -9px 81%;
  }
}
@media screen and (min-width: 992px) {
  .zoomtxt .header_Bg {
    height: auto;
  }
  .takeoverModalHeader {
    height: 41%;
    padding-top: 15px;
  }
  .closeRow {
    padding-top: 0%;
    padding-bottom: 0px;
  }
  #dvCountDownStart {
    padding-top: 0%;
  }
  #continueSite {
    float: right;
  }
  .padd4spnTime {
    font-size: 100px;
  }
  .deptTitle {
    height: auto;
  }
  .deptTitle h2 {
    font-size: 1.438em;
  }
  .FuelbalrewardText a {
    white-space: nowrap;
  }
  .log-cntl-wd.log-table {
    display: table;
    width: 100%;
  }
  .log-cntl-wd .log-table-cell, .log-cntl-wd .log-table-cell2 {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .pnlLoginControl .text-center {
    padding: 0px 20px;
  }
  .log-table {
    display: table;
    width: 100%;
  }
  .log-table-cell, .log-table-cell2 {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
  .cpn-log-cntl-2 {
    max-width: 460px;
    margin: 0;
    margin-left: 7%;
  }
  .cpn-log-cntl-2 .loginfailedsignup, .cpn-log-cntl-2 .TryAgainBtn {
    margin: 10px 0 !important;
  }
  .cpn-log-cntl-2 .divForLoginPop {
    text-align: left;
  }
  .cpn-log-cntl {
    max-width: 300px;
    margin: 0;
    margin-left: 7%;
  }
  .cpn-upg-pnl .plentiHome {
    display: block;
  }
  .cpn-upg-pnl .plenti-logo-div {
    display: block;
    border-right: 0px;
    border-bottom: 10px solid #205F98;
  }
  .cpn-upg-pnl .plenti-mdl-div {
    padding: 25px 0;
  }
  .cpn-upg-pnl .lern-cta-div {
    padding: 10px 0px;
  }
  .cpn-upg-pnl .plentiHome .cta-btn-yellow {
    font-size: 1.25em;
    background-position: 90% center;
  }
  .imgBrdr {
    border-bottom: 1px solid #0098D5;
  }
  .cng-mdl-sub {
    width: 86%;
  }
  .weeklyPadding {
    padding-right: 8px;
  }
  .affix + .border-topBtm {
    padding-top: 156px;
  }
  .load-indicator {
    display: inline-block;
    margin-left: 2px !important;
    margin-right: 0px !important;
  }
  .phoneNumberSEG .mdsYes {
    padding: 15px 5px !important;
  }
  .title-txt {
    text-align: left;
  }
  .txt-16digit {
    max-width: 280px !important;
  }
  .txtbox-mdsSignup {
    width: 90% !important;
  }
  .topNav_div li:nth-last-child(n+5) {
    margin-right: 0;
  }
  .header_Bg {
    height: 100px;
    padding-top: 15px;
  }
  .TopNavUL {
    margin: 0 0 15px;
  }
  .rgtContent {
    width: 100%;
  }
  .CopyRightDiv {
    margin-top: 42px;
  }
  .LogoDiv img {
    margin-top: 5px;
    /*margin-left: 15px;*/
  }
  .topcontainer {
    margin-left: 0 !important;
  }
  fieldset.scheduler-borderLogin {
    margin-left: auto !important;
    max-width: 380px;
    height: 330px;
    margin-right: 8%;
  }
  .dvMainLogContent {
    border-right-color: #333;
    border-right-width: 2px;
    border-right-style: solid;
    height: 317px;
  }
  .RegrMainDiv .txtFieldPass {
    width: 100%;
  }
  .loginleftPlaceHolder {
    width: 320px;
  }
  .container, .divbgContact {
    width: 100%;
  }
  .flexnav, .menu-button {
    display: none;
  }
  body.one-page {
    padding-top: 70px;
  }
  .txtSizRecipe {
    width: 95%;
    max-width: 294px;
  }
  .div_captcha_btn {
    width: 97%;
    max-width: 625px;
  }
  .RegrMainDiv .txtField {
    font-family: "Asap";
    font-weight: 400;
    font-style: normal;
    /*font-size: 0.813em;*/
    text-align: left;
    padding-left: 5px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: none;
  }
  .RegrMainDiv .tblTopLogo {
    display: none;
    margin-bottom: 0;
  }
  .spclEvntTitle {
    margin-top: 25px;
    margin-bottom: 5px;
  }
  .searchzipDiv {
    float: left;
  }
  .strFind_spn {
    /*font-size: 0.750em;*/
    font-size: 1em;
  }
  .chkBoxFilter input[type=checkbox] + input[type=hidden] + span, .chkBoxFilter input[type=checkbox]:checked + input[type=hidden] + span {
    margin-left: 0;
  }
  .strtxtBox_div {
    float: right;
  }
  .txtSearchSF {
    max-width: 170px;
  }
  .btnArea, .tblSearchTools {
    margin-left: 0;
    margin-right: 0;
  }
  .StrTbl_mob .tableStoreHolder {
    padding-left: 0;
    padding-right: 0;
  }
  .dvValError {
    float: right !important;
  }
  .careerDevRgtDiv, .findNear_main {
    float: right;
  }
  .erroNoStoreFound {
    margin: -230px 0 0 -245px;
  }
  .storeDetailsRow:last-child {
    border-bottom: none;
  }
  .storeDetailsRow {
    border-bottom: 1px solid #ccc;
  }
  .divTxtPhone {
    width: 63%;
  }
  .rewardBalance {
    font-size: 1.563em;
  }
  .rwMyCoupons .linehight {
    line-height: 18px;
  }
  .regparent_div {
    padding: 0 30px;
  }
  .CRCNoparent_div {
    padding: 30px;
  }
  .CRCPhnparent_div {
    padding: 0 30px 30px;
  }
  .ddltxtdvState {
    background: url(/Areas/V2/Images/WDImages/dropdown_arrow.png) 275px center no-repeat #fff;
    width: 294px;
  }
  .regPhoneDiv {
    width: 300px;
  }
  .regPhoneTxt, .txt-water-mark {
    width: 283px;
  }
  .W-DivState {
    width: 294px;
    overflow: hidden;
  }
  .chkPadding {
    padding-left: 90px;
  }
  .txtMyPhone {
    width: 60%;
  }
  .myInf_edit, .strComm_div {
    margin-left: 15px;
    margin-right: 15px;
  }
  #fuelData, #storeData {
    margin-top: 0 !important;
  }
  .btnStoreSearch {
    margin-right: 15px;
  }
  .callbacks_container .findNear_main {
    padding-top: 5px;
  }
  #wrapper .callbacks_container #pincodediv {
    margin-top: 60px;
  }
  .txtBoxwithoutborder {
    width: 100%;
  }
  .clickInfodv {
    text-align: right;
  }
  .storeDetailsDiv .subTitleHead {
    font-size: 1.5em;
    line-height: normal;
  }
  .StrBrnd_Main_sml ul {
    margin-left: 20px;
  }
  .imageLeft {
    padding-left: 20px;
  }
  .weather_NotIco {
    line-height: 31px;
    margin-top: 10px;
    padding-left: 0;
  }
  .fldClsemcon {
    margin-top: 30px !important;
    height: 500px;
  }
  .divEmconMain {
    margin-top: 15%;
  }
  .NearByDiv {
    min-width: 234px;
    line-height: 17px;
  }
  .callbacks li, .divItemframe {
    max-height: 454px;
  }
  .Temp3_Maindiv .dvpnlAnonimous {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
  }
  .thumBoxOuter .bx-viewport {
    height: 170px !important;
  }
  .divItem {
    margin-top: 140px;
  }
  .CRCRewardEmail .lblsubheadrew {
    font-size: 1.125em;
    line-height: 21px;
  }
  .divLearnMore {
    width: 140px;
  }
  .divLearnMore a {
    margin-left: 20px;
    width: 120px;
  }
  .divItemframe {
    height: 100%;
  }
  .callbacks1_tabs {
    bottom: 7%;
    margin-top: -23px;
  }
  .HeaderDesc {
    /*font-size: 0.813em;*/
    max-width: 280px;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .tblNearHgt {
    display: table;
  }
  .tdPadRight {
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .NearStore {
    height: 60px;
  }
  .SocialIcon {
    margin: 0 5px 0 0;
  }
  .CRCRewardEmail {
    margin: 0 auto 20px;
  }
  .ScImgDiv {
    max-height: 330px;
    max-width: 430px;
  }
  .callbacks_container .NearStoreMain {
    float: left;
    margin: 0;
  }
  .callbacks_container .findNearStr_div {
    margin-top: 0;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
    float: none;
  }
  .CLContainer {
    background-color: #fff;
    width: 100%;
    height: 100%;
    padding: 15px 25px;
    max-width: 480px;
  }
  .weather_Ico {
    height: 31px;
    line-height: 31px;
    /*font-size: 0.750em;*/
    font-size: 0.875em;
    padding-left: 41px;
    margin-top: 10px;
  }
  .ViewWeeklyLnk {
    font-size: 0.938em;
  }
  .SlidLnk .couponSaveButton {
    width: 140px;
    height: 40px;
  }
  .SlidLnk {
    max-width: 140px !important;
    bottom: -17px;
    margin-left: -70px;
  }
  .featureHeadingStyle, .mainContentAlign {
    margin-bottom: 20px;
  }
  ::i-block-chrome, .callbacks_nav {
    top: 0;
    margin-top: 33%;
  }
  .Prmo_Temp2 .rgtImgeSec_promo, .Prmo_Temp2 .rgtImgeSec_promo .imgView_div, .pull-md-right, .temp3HtmlBlob {
    float: right;
  }
  .deptUl {
    margin: 35px auto 0;
  }
  .deptUl li {
    margin-bottom: 30px;
  }
  .Temp7_Maindiv .divTitle_Desc {
    margin-top: 20%;
    width: 93%;
  }
  .Temp8_Maindiv .lblBakeryTitle {
    padding-left: 0;
    padding-bottom: 0;
  }
  .Temp5_Maindiv .tblNearHgt, .Temp8_Maindiv .tblNearHgt {
    display: table;
    width: 100%;
  }
  .Temp1_Maindiv .Temp_3Data, .Temp2_Maindiv .Temp_3Data {
    padding-bottom: 30px;
  }
  .currentEvntDate {
    /*font-size: 0.813em;*/
    line-height: 20px;
    padding: 15px 0 10px 15px;
  }
  .deptTitle .spanTitle {
    width: 91%;
  }
  .liStoreServices {
    width: 33%;
    padding: 0;
  }
  .Temp10_Maindiv .imgView_div {
    margin-left: 0;
    margin-right: 46px;
  }
  .DescPromotionCls {
    margin-bottom: 15px;
  }
  .Instr_Bakdivcls {
    padding: 10px 20px;
    width: 93%;
  }
  .Instr_divbg {
    width: 93%;
  }
  .CTAInStore {
    margin: auto auto -21px;
    text-align: center;
  }
  .promoTemp2Img .imgView_div {
    width: 98%;
  }
  .Prmo_Temp2 .PageTitle {
    font-size: 1.563em;
  }
  .divTitle1 {
    font-size: 1.438em;
    line-height: 25px;
  }
  .fuelTitle {
    font-size: 2.188em;
    line-height: 35px;
  }
  .fuelMainContent .fuelRgtContent {
    padding-left: 20px;
  }
  .temp3HtmlBlob {
    margin-left: 0;
    margin-right: 0;
    max-width: 510px;
    margin-top: 0;
  }
  fieldset.scheduler-border {
    margin: auto;
  }
  .Temp9_Maindiv .textContainer h1 {
    font-size: 1.313em;
  }
  .navLink {
    padding-left: 0;
    padding-bottom: 0;
  }
  .Temp1_Maindiv .Pag_Tit_MainDiv, .Temp1_Maindiv .divVideoData {
    padding-left: 30px;
  }
  .deptDesc p {
    text-align: left;
  }
  .Temp1_Maindiv .PageTitle {
    margin: 0 0 7px;
    text-align: left;
  }
  .Temp1_Maindiv .Page_Desc, .Temp1_Maindiv .secondarySubDesc, .Temp1_Maindiv .secondarySubHead, .Temp1_Maindiv .subDesc {
    margin: 0;
    text-align: left;
  }
  .Temp1_Maindiv .subHead {
    margin: 0 10px 10px 0;
    text-align: left;
  }
  .tempRgtImg {
    margin-left: 0;
    margin-right: 0;
  }
  .Temp1_Maindiv .divSecondaryData {
    width: 100%;
  }
  .PromotionPageEventDates, .PromotionPageTitle {
    text-align: left;
  }
  .Temp6_Maindiv .divTitle_Desc {
    margin-top: 10%;
  }
  .spl_evnt_Desc {
    padding-left: 30px;
  }
  .spl_evnt_Desc .lblDesccls {
    display: block;
    padding-right: 20px;
  }
  .nearstorepagetitleDiv {
    padding-right: 40px;
  }
  .blFndn_main, .tblImageHeader {
    margin: 30px 0 0;
  }
  .callbacks_container_sml {
    margin: auto 10px auto 0;
    width: 460px;
    float: right;
  }
  .callbacks_container_sml .callbacks_nav {
    top: 40%;
  }
  .deptUl li {
    padding-left: 0;
    width: 33%;
  }
  .strMainDiv {
    margin: 0 0 25px;
  }
  .Page_Desc {
    margin-bottom: 0;
  }
  .Temp2_Maindiv .Temp_3Data .SubHeadBackground, .Temp_3Data .SubHeadBackground {
    padding: 30px 30px 0;
  }
  .Temp2_Maindiv .Temp_3Data .SubHeadBackground {
    padding: 30px 30px 0 100px;
  }
  .divPharImgMaxWidth {
    width: 247px;
  }
  .deptDesc, .deptImg {
    width: 90%;
  }
  .Temp5_Maindiv #pincodediv, .Temp8_Maindiv #pincodediv {
    margin-right: 0;
  }
  .StrBrnd_Main_spl, .Temp8_Maindiv .NearStrWeb, .tblEventHappenings {
    margin: auto;
  }
  .tdGiftCard, .tdSponsorship {
    padding-left: 20px;
  }
  .tblBorderRgt {
    border-right: 1px solid #333;
  }
  .deptImg {
    position: relative;
  }
  .Temp5_Maindiv .NearStrWeb, .hrLine_txt {
    margin: 0;
  }
  .divTitle_Desc {
    text-align: left;
    margin: 0;
  }
  .storeDept {
    text-align: left;
    padding-right: 0;
  }
  .GetSaveMain .storeDept {
    text-align: left;
  }
  .Instr_divParent {
    margin: 0 0 42px;
  }
  .PageTitle, .Page_Desc {
    text-align: left;
    margin-left: 0;
  }
  .DescCls {
    line-height: 1.5em;
  }
  .divFuelButton {
    text-align: left;
  }
  .PageTitle {
    margin-right: 0;
  }
  .Temp9_Maindiv .descTxt {
    margin: 0;
  }
  .Temp9_Maindiv .Contentdv {
    width: 65%;
    text-align: left;
    margin-top: 50px !important;
  }
  .Temp9_Maindiv .imgCondv {
    float: left;
    width: 35%;
    text-align: right;
    padding-right: 50px;
    margin-top: 50px !important;
  }
  .Temp9_Maindiv .Page_Desc {
    margin-bottom: auto;
  }
  .Temp9_Maindiv .dollorScript {
    top: -1.4em;
  }
  .Temp9_Maindiv .storePrice {
    font-size: 2.563em !important;
    margin-left: -6px;
  }
  .Temp9_Maindiv .superScript {
    font-size: 1.438em !important;
    margin-left: -10px !important;
    top: -0.8em;
  }
  .Temp9_Maindiv .subscript {
    font-size: 0.938em !important;
    margin-left: -5px;
  }
  .Temp9_Maindiv .storeRotDesc, .Temp9_Maindiv .storeRotTitle {
    /*font-size: 0.750em !important;*/
    font-size: 0.875em;
  }
  .Temp9_Maindiv .storeDollar {
    font-size: 1.688em !important;
  }
  .Temp9_Maindiv .SlidLnk a {
    /*font-size: 0.813em !important;*/
    font-size: 0.875em;
  }
  .Temp9_Maindiv .SlidLnk1 {
    margin: auto;
    bottom: 12px;
  }
  .divImgTitleAndTextMiddle {
    margin: 75px auto 40px;
  }
  .fuelMainCont_Imgtd img {
    margin: -63px 0 0;
  }
  .Temp8_Maindiv .socialIcon {
    padding-bottom: 0;
  }
  .divTitle_Desc {
    padding: 0;
  }
  .Temp9_Maindiv .storeRotLftDiv {
    height: 160px !important;
  }
  .rgtContent .tempRgtImg {
    padding: 0px !important;
  }
}
@media screen and (min-width: 1170px) {
  /*
  .login-menu-button {
      margin-left: 30px;
  }*/
  .clsFuelVal {
    max-width: 135px;
  }
  .Fuelbalance {
    font-size: 2.188em;
  }
  /*
  .topNav_div .dropdown {
      margin: 0;
  }*/
  .thumBoxOuter .bx-viewport {
    height: 250px !important;
  }
  .featureBannerAlign .thumBoxOuter {
    background-image: none;
    background-color: rgba(255, 255, 255, 0.85);
    height: 320px;
    padding-top: 1px;
    padding-bottom: 0;
  }
  .zoomTxt .featureBannerAlign .thumBoxOuter {
    height: auto;
  }
  .zoomTxt .featureBannerAlign .thumBoxOuter {
    height: auto;
  }
  .divItem {
    margin-top: 205px;
  }
  #bxSliderStore li {
    width: 380px !important;
  }
}
/*Mobile login*/
@media screen and (min-width: 100px) and (max-width: 767px) {
  .holder {
    width: 100%;
    margin: 10px auto;
  }
  .submit_btn {
    position: relative;
  }
  .div_captcha_btn {
    display: block;
  }
  .loignlabelWdMob {
    color: black !important;
    text-align: left !important;
  }
  .errorTextMob {
    line-height: 1em;
    /*padding-top: 5px;*/
  }
  .errorTextMob a {
    display: inline !important;
    font-size: 0.75em !important;
    color: #fff !important;
    text-decoration: underline !important;
  }
  .dvWDLogoMob img {
    margin: auto;
  }
  .dvWDLogoMobError img {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .mobloginWinndixie {
    padding-top: 0px;
  }
  .mobWdLoginRightDiv {
    padding-right: 70px;
  }
  .loignlabelWdMob {
    text-align: left !important;
  }
  .LoginImage {
    width: 250px !important;
    height: 180px !important;
    margin-left: auto;
    margin-right: auto;
  }
  /*.txtPassword, .txtUsername {
      width: 290px !important;
  }*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .padd4spnTime {
    font-size: 110px;
  }
  .loginPlaceHolder {
    width: 63%;
  }
  .Contain_Main {
    min-height: 86%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .div_captcha_btn {
    width: 95%;
    max-width: 650px;
  }
}
@-moz-document url-prefix() {
  .divitemmainmobile .divitemdata .divitemcontent {
    display: block !important;
    padding: 2% 2% 1% !important;
  }
  .divItemMainMobile .divItemMobile .divItemData {
    display: block !important;
  }
}
@media screen and (min-width: 100px) and (max-width: 485px) {
  .wellnessHeader h1, .storeUpdateHeader h1 {
    font-size: 1.75em;
  }
  .wellness_table th,
  .wellness_table td h5,
  .wellness_table td {
    font-size: 0.625em !important;
    vertical-align: top;
    padding: 2px !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) and (orientation: landscape) {
  .closeRow {
    padding-top: 2.5%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  body.modal-open {
    position: relative;
  }
}
@media (max-width: 767px) {
  .tooltip_link:hover .tooltiptext, .tooltip_link:focus .tooltiptext {
    width: auto;
    max-width: 234px;
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .LeftNaviContent {
    z-index: 1024;
  }
  .LeftNavMain {
    margin: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1607843137) !important;
  }
  .LeftNavMain .LeftNavUL li a:hover, .LinkSelectURL, .LinkVisit {
    border-radius: 0px;
  }
  .LeftNavMain .LeftNavUL li a {
    font-size: 1.125em;
    padding: 16px 10px !important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .LeftNavMain {
    margin: 20px;
  }
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #c8102e;
  }
  50% {
    background-color: #c8102e;
  }
  100% {
    transform: scale(1);
    background-color: #FFFFFF;
  }
}
.btn-dot-loading.btn--loading {
  font-size: 0;
}

.btn-dot-loading.btn--loading .btn-span {
  display: flex !important;
  justify-content: center;
}

.btn-dot-loading.btn--loading .btn-span b {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: 0.1s;
  margin: 0 5px;
}

.btn-dot-loading.btn--loading .btn-span b:first-child {
  animation-delay: 0s;
  margin: 0;
}

.btn-dot-loading.btn--loading .btn-span b:last-child {
  animation-delay: 0.2s;
  margin: 0;
}

.btn-dot-loading b {
  font-weight: normal;
}

.btn-dot-loading .btn-span {
  display: none;
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #c8102e;
  }
  50% {
    background-color: #c8102e;
  }
  100% {
    transform: scale(1);
    background-color: #FFFFFF;
  }
}
.btn-dot-loading.btn--loading {
  font-size: 0;
}

.btn-dot-loading.btn--loading .btn-span {
  display: flex !important;
  justify-content: center;
}

.btn-dot-loading.btn--loading .btn-span b {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: 0.1s;
  margin: 0 5px;
}

.btn-dot-loading.btn--loading .btn-span b:first-child {
  animation-delay: 0s;
  margin: 0;
}

.btn-dot-loading.btn--loading .btn-span b:last-child {
  animation-delay: 0.2s;
  margin: 0;
}

.btn-dot-loading b {
  font-weight: normal;
}

.btn-dot-loading .btn-span {
  display: none;
}

body {
  font-size: 1em;
  font-family: "Asap";
  background: #ffffff;
}

@font-face {
  font-family: "WD Sassy";
  src: url("/Areas/V2/fonts/WDSassy-RegularCompressed.woff2") format("woff2"), url("/Areas/V2/fonts/WDSassy-RegularCompressed.woff") format("woff"), url("/Areas/V2/fonts/WDSassy-RegularCompressed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WD Sassy";
  src: url("/Areas/V2/fonts/WDSassy-BoldCompressed.woff2") format("woff2"), url("/Areas/V2/fonts/WDSassy-BoldCompressed.woff") format("woff"), url("/Areas/V2/fonts/WDSassy-BoldCompressed.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "WD Sassy";
  src: url("/Areas/V2/fonts/WDSassy-BlackCompressed.woff2") format("woff2"), url("/Areas/V2/fonts/WDSassy-BlackCompressed.woff") format("woff"), url("/Areas/V2/fonts/WDSassy-BlackCompressed.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "WD Shopper";
  src: url("/Areas/V2/fonts/WDShopper-Regular.woff2") format("woff2"), url("/Areas/V2/fonts/WDShopper-Regular.woff") format("woff"), url("/Areas/V2/fonts/WDShopper-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WD Shopper";
  src: url("/Areas/V2/fonts/WDShopper-RegularItalic.woff2") format("woff2"), url("/Areas/V2/fonts/WDShopper-RegularItalic.woff") format("woff"), url("/Areas/V2/fonts/WDShopper-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "WD Shopper";
  src: url("/Areas/V2/fonts/WDShopper-Bold.woff2") format("woff2"), url("/Areas/V2/fonts/WDShopper-Bold.woff") format("woff"), url("/Areas/V2/fonts/WDShopper-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "WD Shopper";
  src: url("/Areas/V2/fonts/WDShopper-BoldItalic.woff2") format("woff2"), url("/Areas/V2/fonts/WDShopper-BoldItalic.woff") format("woff"), url("/Areas/V2/fonts/WDShopper-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
.v5-header {
  position: relative;
  z-index: 1042;
  background: #c8102e;
  clear: both;
  padding-top: 0;
}

.disNoneLogin, .divFPSuccess {
  display: none;
}

ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.visuallyhidden, .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

#progress-indicator.display-indicator {
  display: none;
}

#progress-indicator .progress-indicator-inner {
  background: #fff;
  z-index: 99999999;
  position: fixed;
  top: 50%;
  left: 44%;
  margin: auto;
  text-align: center;
  border-radius: 24px;
  top: -moz-calc(50% - 80px);
  top: -webkit-calc(50% - 80px);
  top: -o-calc(50% - 80px);
  top: calc(50% - 80px);
  left: -moz-calc(50% - 76px);
  left: -webkit-calc(50% - 76px);
  left: -o-calc(50% - 76px);
  left: calc(50% - 76px);
}

#progress-indicator .sk-circle {
  width: 65px;
  height: 65px;
  position: relative;
  margin: 35px auto;
}

#progress-indicator .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

#progress-indicator .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

#progress-indicator .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

#progress-indicator .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

#progress-indicator .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

#progress-indicator .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#progress-indicator .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

#progress-indicator .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

#progress-indicator .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

#progress-indicator #progress-indicator .sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

#progress-indicator .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

#progress-indicator .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#progress-indicator .one-moment-txt {
  font-size: 0.8125em;
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #333;
  margin: 18px;
}

.clear {
  height: 0;
  clear: both;
}

.blurbackGround {
  width: 100%;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 10001;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #222;
  background: rgba(34, 34, 34, 0.75);
}

.c-login__block {
  margin-top: 0;
}

.quick-bar .quick-bar__block {
  margin: 0 0 0 60px;
  z-index: 1024;
  height: auto !important;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .quick-bar .quick-bar__block {
    margin: 0 0 0 30px;
  }
}
.quick-bar .quick-bar__block .quick-bar-change-store {
  padding-top: 10px;
  padding-bottom: 10px;
}

.quick-bar .quick-bar__block .quick-bar-change-store a {
  font-family: Asap;
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #c8102e;
  text-decoration: underline;
  padding-left: 2px;
}

.quick-bar .quick-bar__block .quick-bar-change-store .quick-bar-store-hour {
  display: flex;
  align-items: baseline;
}

.quick-bar .quick-bar__block .quick-bar-change-store .quick-bar-store-hour .quick-bar-store-hour-p {
  color: #3c3c3b;
  margin-right: -15px;
  width: 237px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .quick-bar .quick-bar__block .quick-bar-change-store .quick-bar-store-hour .quick-bar-store-hour-p {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quick-bar .quick-bar__block .quick-bar-change-store .quick-bar-store-hour .quick-bar-store-hour-p {
    width: 100% !important;
  }
}
.quick-bar .quick-bar__block .quick-bar-change-store .quick-bar-store-hour img {
  width: 16px;
  height: 16px;
}

.quick-bar .quick-bar__block .quick-bar__column--dealOfWeek .skew-bg {
  transform: skew(-20deg);
  background-color: #ebe9e9;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 -35px 0 0;
  padding: 0 20px;
}

.quick-bar .quick-bar__block .quick-bar__column--dealOfWeek .skew-bg span {
  transform: skew(20deg);
  line-height: 1.38;
  letter-spacing: -0.22px;
}

.quick-bar .quick-bar__block .quick-bar-span {
  text-overflow: ellipsis;
  overflow: hidden;
  color: #c8102e;
  /*width: 237px;*/
  margin-bottom: -3px;
}

.quick-bar .quick-bar__block .quick-bar-span a {
  width: 237px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: pre !important;
  display: inline-block;
}

@media (max-width: 767px) {
  .quick-bar .quick-bar__block .quick-bar-span a {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quick-bar .quick-bar__block .quick-bar-span a {
    width: 100% !important;
  }
}
.quick-bar .quick-bar__block .quick-bar-span a:focus {
  width: 235px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  white-space: pre !important;
}

@media (max-width: 767px) {
  .quick-bar .quick-bar__block .quick-bar-span a:focus {
    width: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .quick-bar .quick-bar__block .quick-bar-span a:focus {
    width: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .quick-bar .quick-bar__block .quick-bar-span {
    /* a:hover {
                width: 100%;
                overflow: visible !important;
                white-space: normal !important;
            }*/
  }
}
.quick-bar .quick-bar__column .quick-bar__link {
  border-left: 2px solid #979797;
  height: auto;
  padding: 10px;
  padding-left: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .quick-bar .quick-bar__column .quick-bar__link {
    padding: 0px;
    border: none;
    padding-left: 100px;
    margin-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quick-bar .quick-bar__column .quick-bar__link {
    padding: 3px;
    /*padding-left: 25px;*/
    margin-left: 0px;
  }
}
@media (min-width: 100px) and (max-width: 991px) {
  .quick-bar .quick-bar__block {
    margin: 0;
    height: auto !important;
  }
  .quick-bar .quick-bar__block .quick-bar-change-store {
    margin-left: 17px;
  }
  .dealofweek-quick-bar {
    position: relative;
    z-index: 1024;
  }
  .dealofweek-quick-bar .dealofweek-quick-bar__block {
    height: 32px;
    display: flex;
    background: #fff;
  }
  .dealofweek-quick-bar .dealofweek-quick-bar__block .dealofweek-quick-bar__column {
    transform: none;
    font-size: 0.75em;
    color: #c8102e;
    background-color: #ebe9e9;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 !important;
  }
  .dealofweek-quick-bar .dealofweek-quick-bar__block .dealofweek-quick-bar__column a {
    color: #c8102e;
    font-weight: normal;
    text-decoration: underline;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: Asap;
    font-size: 1em;
  }
  .dealofweek-quick-bar .dealofweek-quick-bar__block .dealofweek-quick-bar__column span {
    transform: none;
  }
  .dealofweek-quick-bar .dealofweek-quick-bar__block .dealofweek-quick-bar__column span:focus {
    color: #c8102e;
    font-weight: normal;
  }
}
.quick-bar {
  position: relative;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

.quick-bar__block {
  display: flex;
  height: 64px;
  background: #ffffff;
}

.topNavigation__getmydetails {
  display: flex !important;
  align-items: center;
  padding-right: 5px;
}

.zoomTxt .quick-bar__block {
  height: auto;
}

.header__sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.header__Bg__hamMenu {
  height: auto;
  margin: auto;
  display: block;
  padding: 0 !important;
  z-index: 9999;
}

.btn--loginregister {
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.quick-bar__column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  color: #333333;
  text-align: center;
  padding: 0 !important;
}

.quick-bar__column--dealOfWeek {
  overflow: hidden;
}

.quick-bar__link li {
  float: left;
}

.quick-bar__link a, .quick-bar__column--dealOfWeek a {
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 1em;
  color: #4d4d4f;
  text-decoration: none;
}

.quick-bar__column--dealOfWeek a {
  color: #c8102e;
  font-weight: normal;
  text-decoration: underline;
}

.quick-bar__column--dealOfWeek a:focus {
  color: #c8102e;
  font-weight: normal;
  display: initial;
}

.quick-bar__column--dealOfWeek a:hover {
  color: #c8102e;
  font-weight: 600;
  display: initial;
}

.quick-bar__column--dealOfWeek span, .quick-bar__column--dealOfWeek span:hover, .quick-bar__column--dealOfWeek span:focus {
  color: #c8102e;
  font-weight: normal;
}

.quick-bar__link:focus, .quick-bar__link:hover,
.quick-bar__link a:focus, .quick-bar__link a:hover {
  color: #4d4d4f;
}

.quick-bar__selectedstore {
  width: 100%;
}

.quick-bar__storeinfo--select:focus {
  outline: 2px solid #002bff !important;
  outline-offset: -1px;
}

.quick-bar__angledown {
  display: flex;
  float: right;
  right: 13px;
  left: auto;
  position: absolute;
  align-items: center;
  vertical-align: middle;
}

.quick-bar__angledown .fa-agnle-down--selectstore {
  color: #c8102e;
}

.quick-bar__link li + li:before {
  content: " | ";
  padding: 0 6px 0 8px;
  font-weight: 500;
}

.quick-bar__storeinfo {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  display: flex;
}

.quick-bar__storeinfo--mystore {
  font-size: 0.6875em;
  font-weight: 600;
  line-height: 1.55;
  color: #333333;
}

.quick-bar__storeinfo--select {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.06;
  cursor: pointer;
}

.fa-map-marker-alt--location {
  font-size: 1.5em;
  color: #c8102e;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.fa-agnle-down--selectstore, .fa-agnle-down--submenu {
  object-fit: contain;
  padding-top: 1px;
  padding-left: 5px;
}

.fa-agnle-down--selectstore {
  vertical-align: top;
  font-size: 25px;
  font-weight: normal;
  font-family: "FontAwesome";
  position: relative;
  top: -5px;
}

.modal-content--mystore {
  box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  padding: 30px;
  font-size: 1em;
}

.quick-bar__mystore__title {
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1em;
  line-height: 1;
  color: #333333;
  margin-top: 10px;
}

.loggedin__mystoreaddress {
  cursor: pointer;
  display: flex;
}

.quick-bar__mystore__info {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1em;
  line-height: 1.13;
  color: #c8102e;
  display: inline-block;
  font-weight: 500;
}

a.quick-bar__mystore__link {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1em;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}

a.quick-bar__mystore__link--shopWeek {
  padding: 10px 0;
  width: 100%;
  background-color: #c8102e;
  color: #ffffff;
  margin: 17px 0;
  height: 40px;
}

.zoomTxt .quick-bar__mystore__link--shopWeek {
  height: auto;
}

a.quick-bar__mystore__link--chgstore {
  color: #c8102e;
  padding: 10px 0;
  text-decoration: underline;
}

.quick-bar__mystore {
  top: 64px;
  right: 1em;
  left: 0;
  position: fixed;
  bottom: auto;
  height: 100%;
}

.zoomTxt .quick-bar__mystore {
  top: auto !important;
}

.modal-dialog--mystore {
  width: 290px;
  margin: auto;
  margin-right: 0;
}

.quick-bar__mystore:before, .modal-dialog--userinfo:before {
  border-color: #ffffff transparent transparent transparent;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.2));
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  color: #c8102e;
  font-size: 3.125em;
  position: absolute;
  top: 2px;
  left: auto;
  right: 10%;
  margin: 0 auto;
  z-index: 100;
  width: 30px;
  line-height: 0px;
}

.modal-dialog--userinfo:before {
  right: calc((100% - 30px) / 2);
}

.open > .dropdown-menu.topNavigation__listcolumn.topNavigation__listcolumn--tworow,
.c-header-block__left .dropdown:hover .dropdown-menu.topNavigation__listcolumn.topNavigation__listcolumn--tworow {
  display: flex;
}

.slicknav_menu {
  display: none;
}

.topNavigation__headLink {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 1.375em;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
}

.topNavigation__headLink :focus {
  color: #ffffff;
  color: #ffffff;
}

.topNavigation__headLink:focus, .topNavigation__headLink:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}

.topNavigation__headLink--sublink :focus, .topNavigation__headLink--sublink:hover {
  color: #333333;
  cursor: default;
}

.fa-angle-down--topnavigation, .fa-angle-down--quickbar {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: x-large;
  position: relative;
  top: 0;
  font-weight: normal;
  left: 5px;
}

.fa-angle-down--quickbar {
  top: 0;
  font-size: 1em;
  font-weight: bold;
}

.fa-angle-down--quickbar :hover {
  display: inline-block;
}

.topNavigation__headLink--sublink {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #333333;
  margin-top: 10px;
}

.topNavigation__headLink--sublink :focus, .topNavigation__headLink--sublink :hover {
  color: #333333;
}

.topNavigation__listcolumn__li .dropdown-menu > li > a {
  font-size: 1em;
  padding: 0;
}

.dropdown-menu > li > a {
  padding: 5px 32px;
  font-size: 1em;
}

.topNavigation__listcolumn {
  min-width: 264px;
  left: 50%;
  padding: 0 0 32px;
  top: 98%;
  border-top: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  right: auto;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.topNavigation__listcolumn__li ul li a {
  padding: 5px 0 5px 32px;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
  text-decoration: none;
}

.topNavigation__listcolumn__li > ul > li > a:hover,
.topNavigation__listcolumn__li > ul > li > a:focus {
  background-color: #c8102e;
  background-image: none;
  color: #ffffff;
  filter: none;
  display: block;
}

.topNavigation__listcolumn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  top: 3px;
  margin: 0 auto;
  z-index: 100;
  line-height: 0px;
  font-size: 3.775em;
}

.topNavigation__listcolumn__li,
.topNavigation__listcolumn > li:first-child {
  padding-top: 32px;
  background-color: #fff;
}

.topNavigation__listcolumn--tworow > li:last-child a {
  padding: 5px 32px;
}

.topNavigation__listcolumn--tworow li h2 {
  padding-left: 32px;
}

.topNav_div li:nth-last-child(3), .LogoRgtDiv {
  position: static;
}

.LogoRgtDiv #v5-global-nav {
  /*width: 600px;
    float: left;*/
}

.btn--loginregister {
  border: none;
  background: none;
  color: #ffffff;
  font-size: 1em;
  font-weight: 500;
  text-align: left;
  text-decoration: none;
}

.topNavigaion__userinfo__img {
  margin-right: 8px;
  width: 24px;
  height: 26.7px;
}

#login-overlay svg {
  margin-right: 8px;
  width: 24px;
  height: 26.7px;
}

.btn--loginregister:focus {
  color: #4d4d4f;
}

.topNavigation__listcolumn--onerow {
  columns: 1;
}

.topNavigation__listcolumn--onerow a, .topNavigation__listcolumn--onerow a:focus, .topNavigation__listcolumn--onerow a:hover {
  text-decoration: none;
}

.topNavigation__listcolumn--onerow:before {
  left: 42%;
}

.topNavigation__listcolumn--tworow {
  left: auto;
  border: 0;
  border-radius: 0;
  margin: 0 auto;
  position: absolute;
  top: 100%;
}

@-moz-document url-prefix() {
  .topNavigation__listcolumn--tworow {
    min-width: 480px;
    columns: 2;
  }
}
.topNavigation__listcolumn--tworow:before {
  left: auto;
  right: 33%;
  -webkit-transform: translate(-35%, 0);
  -o-transform: translate(-35%, 0);
  transform: translate(-35%, 0);
}

.topNavigation__listcolumn--threerow {
  columns: 3;
}

.topNavigation__userinfo {
  float: none;
  text-align: left;
  padding-left: 20px;
}

.topNavigation__userinfo li {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
}

.topNavigation__userinfo__name {
  font-family: "WD Shopper" !important;
  font-size: 0.875em;
  color: #ffffff;
  line-height: 1.43;
  margin: 0;
  padding: 0;
  height: auto;
  font-weight: 600;
  text-decoration: none;
}

.topNavigation__userinfo__name:focus, .topNavigation__userinfo__name:hover {
  text-decoration: none;
}

.topNavigation__userinfo__points {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  font-size: 0.75em;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.5;
}

.v5-header .topNavigation__userinfo__modal {
  top: 86px !important;
  z-index: 9999;
}

.topNavigation__userinfo__modal {
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
  top: 0;
  bottom: auto;
}

.modal-dialog--userinfo {
  text-align: left;
  top: auto;
  position: relative;
  right: 0;
  margin-right: 0;
  margin-bottom: 100%;
  transition: none;
}

.topNavigation__displaymodal li:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #c8102e;
  content: "";
  position: absolute;
  z-index: 9999999;
  left: 0;
  top: 64px;
  display: block;
}

.userinfo__mystore:before {
  content: "";
}

.topNavigation__QAL {
  background: #fff;
  padding: 15px 0;
}

.topNavigation__QAL:focus, .topNavigation__QAL:hover, .topNavigation__QAL a:hover {
  color: #333333;
}

a.topNavigation__QAL__link {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  padding: 10px 30px;
  line-height: 1;
  height: auto;
  color: #333333;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

a.topNavigation__QAL__link:focus, a.topNavigation__QAL__link:hover {
  color: #333333;
}

.modal-content--loggedininfo {
  box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: no-repeat;
  padding-top: 0px;
  background-color: #24125f;
  border-radius: 0px 0px 4px 4px;
}

.login-points-header {
  background-color: #24125f;
  padding-bottom: 20px;
}

.login-points-header h2 {
  font-family: "WD Shopper";
  font-size: 1.375em;
  font-weight: 600;
  color: #ffffff;
}

.login-points-header p {
  font-family: "WD Shopper";
  font-size: 0.875em;
  font-weight: normal;
  color: #ffffff;
  letter-spacing: -0.25px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: normal;
}

.login-points-header p span {
  padding: 2px 3px;
  border-radius: 50%;
  font-size: 0.75em;
  font-weight: 600;
  font-style: italic;
  color: #24125f;
  background-color: #6cbeec;
  margin: 0px 6px;
}

.loggedin__user__block .heart-icon {
  margin-left: -15px;
  float: left;
  color: #c8102e;
}

.loggedin__user__block .heart-icon i {
  font-size: 1em;
  height: 16px;
  width: 16px;
  /* margin-right: 5px; */
  margin-top: 4px;
  color: #c8102e;
  position: relative;
  left: 15px;
}

.loggedin__mystoreaddress a {
  display: flex;
  text-decoration: none;
  color: #c8102e;
}

#body {
  padding-right: 0 !important;
}

.loggedin__mylinks {
  background: #ffffff;
  border-radius: 0px 0px 4px 4px;
}

.loggedin__mylinks ul li a {
  display: block !important;
  padding: 0 !important;
}

.loggedin__mylinks ul li a .sub-nav {
  padding: 18px 20px;
  background-color: #ebe9e9;
  cursor: pointer;
  width: 100%;
}

.loggedin__mylinks ul li:nth-last-child(1) a div {
  border-radius: 0px 0px 4px 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .loggedin__mylinks ul li a {
    font-size: 0.875em !important;
  }
  .loggedin__mylinks ul li a .sub-nav {
    padding: 20px 30px;
  }
  .login-points-header {
    padding-top: 30px;
  }
  .login-points-header h2 {
    margin: 0px;
    font-size: 1.5em;
  }
  .loggedin__user__block .heart-icon {
    margin: 0;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .loggedin__mylinks ul li a {
    font-size: 0.875em !important;
  }
  .loggedin__mylinks ul li a .sub-nav {
    padding: 20px 30px;
  }
  .login-points-header {
    padding-top: 30px;
  }
  .login-points-header h2 {
    margin: 0px;
    font-size: 1.125em;
  }
  .login-points-header p {
    font-size: 0.875em;
  }
  .loggedin__user__block .heart-icon {
    margin: 0;
  }
}
.loggedin__user__block {
  background: #ffffff;
  padding: 25px 20px 10px;
}

/*language toggler-start*/
.language_toggle_dv {
  background: #ffffff;
  padding: 20px 15px 0 30px;
  display: flex;
}

#dropdown_lang, #dropdown_lang_mob {
  margin: 0;
  background: none;
  padding: 0;
}

#dropdown_lang i, #dropdown_lang_mob i {
  margin-left: 5px;
}

#dropdown_lang button, #dropdown_lang_mob button {
  margin: 0;
  background: none;
  padding: 0;
  text-align: right;
}

#dropdown_lang button:hover, #dropdown_lang button:focus, #dropdown_lang_mob button:hover, #dropdown_lang_mob button:focus {
  text-decoration: underline;
}

/*#dropdown_lang.dropdown:hover .dropdown-menu,
#dropdown_lang_mob.dropdown:hover .dropdown-menu{
    display: block
}*/
#dropdown_lang_mob button {
  text-align: left;
}

.dropdown-select {
  position: relative;
  cursor: pointer;
}

.dropdown-select button {
  width: 70px;
  border: none;
  background: none;
  text-decoration: underline;
  font-family: Asap;
  font-size: 0.875em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: -0.23px;
  text-align: right;
  color: #000000;
}

#checkboxes_lang, #checkboxes_lang_mob {
  width: 135px;
  height: 47px;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.33), inset 0 0 2px 0 rgba(255, 255, 255, 0.5);
  border: solid 0.5px #aaaaaa;
  background-color: #f6f6f6;
  position: absolute;
  z-index: 1150;
  right: 0;
  padding: 5px 0;
  margin-top: 5px;
  min-width: 135px;
}

#checkboxes_lang label, #checkboxes_lang_mob label {
  display: block;
  text-align: left;
  font-family: Asap;
  font-size: 0.938em;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #434343;
  margin-bottom: 0px;
}

#checkboxes_lang label:hover, #checkboxes_lang_mob label:hover {
  background-color: #1e90ff;
  font-family: Asap;
  font-size: 0.938em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.7px;
  color: #ffffff;
}

#checkboxes_lang li, #checkboxes_lang_mob li {
  /* checked mark aspect */
  /* checked mark aspect changes */
}

#checkboxes_lang li [type=checkbox]:not(:checked),
#checkboxes_lang li [type=checkbox]:checked, #checkboxes_lang_mob li [type=checkbox]:not(:checked),
#checkboxes_lang_mob li [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

#checkboxes_lang li input[type=checkbox]:focus:checked ~ label,
#checkboxes_lang li input[type=checkbox]:focus:not(:checked) ~ label, #checkboxes_lang_mob li input[type=checkbox]:focus:checked ~ label,
#checkboxes_lang_mob li input[type=checkbox]:focus:not(:checked) ~ label {
  outline: 2px solid #002bff !important;
  outline-offset: -1px;
}

#checkboxes_lang li input[type=checkbox]:not(:checked) + label,
#checkboxes_lang li input[type=checkbox]:checked + label, #checkboxes_lang_mob li input[type=checkbox]:not(:checked) + label,
#checkboxes_lang_mob li input[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

#checkboxes_lang li input[type=checkbox]:not(:checked) + label:after,
#checkboxes_lang li input[type=checkbox]:checked + label:after, #checkboxes_lang_mob li input[type=checkbox]:not(:checked) + label:after,
#checkboxes_lang_mob li input[type=checkbox]:checked + label:after {
  content: "\f00c";
  position: absolute;
  top: 0.15em;
  left: 0.22em;
  font-size: 1em;
  line-height: 0.8;
  color: #333333;
  transition: none;
  font: normal normal normal 14px/1 FontAwesome;
}

#checkboxes_lang li input[type=checkbox]:not(:checked) + label:after, #checkboxes_lang_mob li input[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

#checkboxes_lang li input[type=checkbox]:checked + label:hover:after, #checkboxes_lang_mob li input[type=checkbox]:checked + label:hover:after {
  color: #ffffff;
}

#checkboxes_lang {
  left: auto;
}

/*language toggler-end*/
.loggedin__user__block,
.loggedin__mylinks {
  background: #ffffff;
}

.loggedin__user__block .changestore__link_hr {
  width: 212px;
  height: 1px;
  border: solid 1px #979797;
  margin: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
}

.loggedin__user__fName {
  padding: 10px 0 15px;
}

.loggedin__user__title {
  font-family: Fjalla One;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1.25em;
  color: #333333;
  margin: 0;
  padding: 0;
}

.loggedin__user__info {
  font-family: Asap;
  font-size: 0.6875em;
  color: #4d4d4f;
  line-height: 1.55;
  display: inline-block;
}

.loggedin__user__info--points {
  font-size: 0.8125em;
}

.loggedin__user__info--mystore {
  font-weight: bold;
  color: #4d4d4f;
  font-size: 0.6875em;
  margin-left: 15px;
}

a.changestore__link {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 0.875em;
  font-weight: 500;
  color: #c8102e;
  text-decoration: underline;
  padding: 0 0 8px 0;
  display: inline-block;
}

a.changestore__link:hover {
  font-weight: 600;
}

a.changestore__link:disabled {
  color: #868686;
}

.loggedin__user__bannerName {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.loggedin__user__bannerName .fa-heart::before {
  color: #c8102e;
  font-size: 26px;
  margin-right: 5px;
}

.loggedin__mylinks > ul > li > a {
  font-family: "WD Shopper" !important;
  font-weight: 500;
  font-size: 1em;
  color: #333333;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.loggedin__mylinks > ul > li:first-child > a {
  padding-top: 0;
}

.topNav_div .dropdown {
  list-style-type: none;
  line-height: 24px;
  padding-right: 25px;
  padding: 30px 15px;
  background: #c8102e;
  color: #ffffff;
  float: left;
  border: none;
  border-radius: 0;
  height: 86px;
  cursor: pointer;
  color: #ffffff;
}

.c-header-block__left > ul {
  display: block;
  float: right;
  padding: 0;
  width: 100%;
  height: inherit;
  margin-top: 0;
}

.c-header-block__left > nav > ul:focus {
  outline: none;
}

.c-header-block__left > nav > ul {
  display: block;
  float: right;
  padding: 0;
  width: 100%;
  height: inherit;
  margin-top: 0;
}

.c-header-block__left > ul:focus {
  outline: none;
}

.c-header-block__left {
  display: flex;
  justify-content: center;
}

.c-header-block__left a.topNavigation__headLink:link, .c-header-block__left a.topNavigation__headLink:visited {
  color: #ffffff;
  color: #ffffff;
}

.modal-content--mystore a.quick-bar__mystore__link--chgstore:focus {
  color: #c8102e;
}

.c-header-block__left .dropdown-menu {
  font-size: 1em;
  /*transition: .3s ease-in-out;*/
}

.c-header-block__left .dropdown-menu a, .c-header-block__left .dropdown-menu a:link {
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  font-weight: 500;
  line-height: 1.42857143;
  font-size: 1em;
}

.c-header-block__left .dropdown-menu .topNavigation__listcolumn__li > a:link, .c-header-block__left .dropdown-menu .topNavigation__listcolumn__li > h2:link,
.c-header-block__left .dropdown-menu .topNavigation__listcolumn__li > a:visited, .c-header-block__left .dropdown-menu .topNavigation__listcolumn__li > h2:visited {
  font-weight: bold;
  color: #333333;
}

.c-header-block__left .dropdown-menu .topNavigation__listcolumn__li > a:hover,
.c-header-block__left .dropdown-menu .topNavigation__listcolumn__li > a:focus {
  color: #ffffff;
}

a.topNavigation__headLink--sublink {
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.c-header-block__left .dropdown-menu a:focus, .c-header-block__left .dropdown-menu a:hover {
  background-color: #c8102e;
  color: #ffffff;
  display: block;
  cursor: pointer;
}

.quick-bar__mobile {
  position: relative;
  display: flex;
  background: #ffffff;
  width: 100%;
  text-align: right;
  padding: 12px 15px 12px 20px;
  z-index: 10001;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.slicknav_btn {
  margin-bottom: -12px;
  bottom: 25px;
  float: right;
}

.slicknav_nav .spnLinkMain {
  color: #ffffff;
}

.slicknav_nav .slicknav_arrow {
  float: right;
  color: #ffffff;
}

ul.dropdown-menu li {
  border-bottom: none;
}

.slicknav_nav .slicknav_row {
  padding: 10px 15px;
}

.slicknav_nav .slicknav_parent {
  padding: 0 0 0 15px;
  font-size: 1.125em;
}

.slicknav_nav {
  width: 85%;
  float: right;
  background: #c8102e;
}

.slicknav_open .dropdown-menu {
  background: #c8102e;
}

#wd-site-logo {
  margin-top: 0;
  width: 100%;
  max-width: 260px;
  position: initial;
  max-height: 86px;
}

.animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-icon span {
  background-color: #ffffff;
  outline: solid 1px #ffffff;
  outline-offset: -1px;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 10px;
}

.animated-icon span:nth-child(4) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.navbar-toggler {
  display: none;
  background: transparent;
  border: none;
  padding: 10px 0 10px;
  float: right;
}

.fa-angle-right--menu {
  float: right;
  padding-right: 4px;
  margin-top: 2px;
}

.navbar-collapse.in {
  padding: 0;
}

.header_Bg {
  height: 86px;
  padding-top: 0;
  max-width: 1375px;
  background-color: #c8102e;
}

.header_Bg__inner {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}

.LogoDiv img, .LogoDiv svg {
  max-width: 212px;
  margin-top: 0;
  max-height: 86px;
  vertical-align: middle;
}

.cls-1 {
  fill: #ffffff;
}

.fa-question--store {
  position: relative;
  font-size: 0.8125em;
  color: #c8102e;
  display: flex;
  align-items: center;
  margin-right: 1px;
}

.spn-square--store {
  border-radius: 4px;
  color: #ffffff;
  border: 2px solid #c8102e;
  padding: 4px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.select_mystore, .login_register {
  display: flex;
  text-decoration: none;
  align-items: center;
}

.select_mystore:focus, .login_register:focus {
  display: flex;
}

#menu-list .navbar-collapse {
  padding: 0;
}

#menu-list .navbar-collapse in {
  overflow: unset;
}

.m-15 {
  margin: 15px auto;
}

.m2-30 {
  margin: 2px 30px;
}

.topNavigation_submenu {
  padding: 8px 55px;
  text-decoration: none;
  padding-bottom: 0;
}

.topNavigation_submenu a, .topNavigation_submenu a:focus, .topNavigation_submenu a:hover, .topNavigation_submenu :focus, .topNavigation_submenu :hover {
  text-decoration: none;
}

.topNavigation_submenu a {
  padding-left: 65px;
}

.topNavigation__toggle_arrow::after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  font-family: "FontAwesome";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  color: #333333;
  font-size: 1em;
  font-weight: bold;
  right: 0;
  left: 10px;
}

.topNavigation__toggle_arrow[aria-expanded=true]::after {
  content: "\f106";
}

.topNavigation__toggle_arrow:hover[aria-expanded=false]::after,
.topNavigation__toggle_arrow:hover[aria-expanded=true]::after,
.topNavigation__toggle_arrow:focus[aria-expanded=false]::after,
.topNavigation__toggle_arrow:focus[aria-expanded=true]::after {
  color: #ffffff;
}

.topNavigation__toggle_arrow[aria-expanded=false]::after {
  content: "\f107";
}

.topNavigation__listcolumn .dropdown-menu {
  position: static;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: none !important;
  background: #ffffff;
  height: auto;
}

.topNavigation__listcolumn .dropdown-menu li {
  padding: 0;
}

.topNavigation__listcolumn .dropdown-menu a {
  padding: 5px 20px 5px 65px;
}

.topNavigation__listcolumn li .collapse.in {
  display: block !important;
}

.spnLinkMain .topNavigation__listmenu {
  min-width: 264px;
  left: 50%;
  padding: 0 0 32px;
  top: 98%;
  border-top: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  right: auto;
  position: absolute;
  z-index: -1;
  float: left;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, -2em);
  -o-transform: translate(-50%, -2em);
  transform: translate(-50%, -2em);
  transition: 0.3s ease-in-out;
  position: absolute;
  background: #ffffff;
  height: auto;
}

.spnLinkMain .topNavigation__listmenu li {
  padding: 0;
}

.spnLinkMain .topNavigation__listmenu a, .spnLinkMain .topNavigation__listmenu a:link {
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #333333;
  font-weight: 500;
  line-height: 1.42857143;
  font-size: 1em;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}

.spnLinkMain .topNavigation__listmenu a:focus, .spnLinkMain .topNavigation__listmenu a:hover {
  background-color: #c8102e;
  color: #ffffff;
  display: block;
  cursor: pointer;
  text-decoration: none;
}

.spnLinkMain .topNavigation__listmenu .collapse, .spnLinkMain .topNavigation__listmenu .collapsing {
  position: static;
  border: none;
  box-shadow: none;
  width: 100%;
  padding: 0;
  margin: 0;
  visibility: hidden !important;
  background: #ffffff;
  height: auto;
}

.spnLinkMain .topNavigation__listmenu .collapse li, .spnLinkMain .topNavigation__listmenu .collapsing li {
  padding: 0;
}

.spnLinkMain .topNavigation__listmenu .collapse a, .spnLinkMain .topNavigation__listmenu .collapsing a {
  padding: 5px 20px 5px 65px;
}

.spnLinkMain .topNavigation__listmenu li .collapse.in {
  visibility: visible !important;
}

.spnLinkMain .topNavigation__listmenu.showList {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transition-delay: 0s, 0s, 0.3s;
}

.spnLinkMain .topNavigation__listmenu:before {
  border: none;
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  color: #c8102e;
  position: absolute;
  top: 3px;
  margin: 0 auto;
  z-index: 100;
  line-height: 0px;
  font-size: 3.775em;
}

.spnLinkMain .topNavigation__listmenu a:focus,
.spnLinkMain .topNavigation__listmenu a:hover {
  background-color: #c8102e;
  color: #ffffff;
  display: block;
  cursor: pointer;
}

.spnLinkMain .topNavigation__listmenu > li:first-child, .spnLinkMain .topNavigation__listcolumn__li {
  padding-top: 32px !important;
  background-color: #fff;
}

.spnLinkMain .topNavigation__listmenu > li > a,
.spnLinkMain .topNavigation__listmenu > li > a:hover {
  padding: 5px 32px;
  font-size: 1em;
  display: block;
}

.spnLinkMain .topNavigation__listmenu.topNavigation__listcolumn--tworow {
  display: flex;
  left: 75%;
}

.spnLinkMain .topNavigation__listcolumn--onerow li h2 {
  padding-left: 32px;
}

.spnLinkMain .topNavigation__listmenu.topNavigation__listcolumn--tworow:before {
  left: auto;
  right: 50%;
}

.spnLinkMain .topNavigation_submenu a {
  padding: 5px 0px 5px 65px;
}

.spnLinkMain:hover .topNavigation__listmenu {
  visibility: visible;
  opacity: 1;
  z-index: -1;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0px 0px 4px 4px;
}

.spnLinkMain.open .topNavigation__listmenu {
  visibility: visible;
  opacity: 1;
  z-index: -2;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  border-radius: 0px 0px 4px 4px;
}

@media screen and (max-width: 1190px) and (min-width: 992px) {
  .topNavigation__headLink {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 991px) and (min-width: 100px) {
  .header__Bg__hamMenu {
    background: #c8102e;
    padding: 13px 20px !important;
  }
  .modal-dialog--userinfo:before {
    display: none;
  }
  .quick-bar__block {
    height: 32px;
  }
  .v5-header {
    z-index: 9999;
  }
  .topNavigation__getmydetails {
    width: 100%;
    align-items: center;
  }
  .topNavigation__getmydetails :focus {
    display: flex;
    padding-right: 6px;
  }
  .LogoRgtDiv, .TopNavUL {
    width: 100% !important;
    display: block;
    position: relative;
    z-index: 99;
    top: 0;
    float: right;
  }
  .topNavigation__loginarea {
    background: #ffffff;
    padding: 20px 15px 20px 30px;
    display: flex;
  }
  .topNavigation__getuser {
    display: flex;
    width: 100%;
  }
  .btn--loginregister,
  a.topNavigation__userinfo__name,
  .topNavigation__userinfo__points {
    color: #333333;
    font-size: 1em;
  }
  .topNavigation__userinfo__points {
    font-size: 0.875em;
  }
  .btn--loginregister {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }
  .topNavigation__listcolumn:before {
    border: none;
  }
  .topNavigation__listcolumn {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .topNavigation__listcolumn li a {
    text-decoration: none;
  }
  .topNavigation__listcolumn li a :focus, .topNavigation__listcolumn li a :hover {
    text-decoration: none;
  }
  .c-header-block__left .dropdown:hover .dropdown-menu {
    display: none;
  }
  .language_toggle_dv .dropdown:hover .dropdown-menu {
    display: unset;
  }
  .topNavigation__listcolumn__li, .topNavigation__listcolumn > li:first-child, .topNavigation__listcolumn > li:last-child {
    padding: 0 10px 0 0;
  }
  .quick-bar__mystore:before, .modal-dialog--userinfo:before {
    border: none;
    content: "";
  }
  .quick-bar__mystore {
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    z-index: 99999;
    position: relative;
  }
  .modal-dialog--mystore {
    margin-bottom: 100%;
  }
  .topNavigation__listcolumn--tworow {
    columns: 1;
  }
  .quick-bar__column--dealOfWeek span {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .quick-bar__column--dealOfWeek {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    font-size: 0.75em;
    font-weight: 600;
    color: #c8102e;
    clip-path: none;
  }
  .quick-bar__mobile {
    padding: 12px 15px 12px 0;
    align-items: center;
  }
  .modal-dialog--userinfo {
    right: 0;
    margin-right: 0;
    margin-bottom: 100%;
  }
  .dropdown-menu > li > a,
  .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #ffffff;
  }
  .topNavigation__listcolumn__li > ul > li > a:hover, .topNavigation__listcolumn__li > ul > li > a:focus {
    background-color: transparent;
  }
  .topNavigation__listcolumn__li ul li a {
    line-height: 1;
    padding: 10px 0 10px 30px;
    color: #ffffff;
  }
  .topNavigation__listcolumn--tworow,
  .topNavigation__listcolumn {
    min-width: 100%;
  }
  .btn--loginregister:focus {
    color: #333333;
    display: flex;
  }
  .fa-agnle-down--selectstore, .fa-agnle-right--loginRegister {
    display: flex;
    align-self: center;
    color: #c8102e;
    padding-right: 15px;
  }
  .fa-agnle-down--selectstore {
    font-size: larger;
    color: #c8102e;
    display: initial;
    vertical-align: top;
    top: -2px;
  }
  .fa-agnle-right--loginRegister {
    color: #4d4d4f;
    font-size: 1em;
    float: right;
    right: 0;
    left: auto;
    position: absolute;
    padding-right: 28px;
    font-family: "FontAwesome";
  }
  #wd-site-logo {
    position: relative;
    z-index: 10001;
    margin: auto;
    margin-top: 10px;
    float: left;
    width: 165px;
    max-height: 86px;
    text-align: center;
  }
  .modal-content--mystore {
    padding-top: 0;
  }
  .qucik-bar__mystore__backtomenu {
    color: #c8102e;
    background: transparent;
    border: none;
    margin: 20px 0;
    font-size: 0.875em;
    font-family: font-Asap;
    font-weight: 500;
  }
  .fa-angle-left--backtomenu:before {
    content: "\f104";
    padding-right: 5px;
    font-weight: 600;
    font-family: Font Awesome\ 5 Free;
  }
  .topNav_div .dropdown {
    float: none;
    padding: 0 15px 0 30px;
    font-size: 1.125em;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
  }
  .topNav_div #dropdown_lang_mob {
    font-size: 1.125em;
  }
  .c-header-block__left > ul {
    position: absolute;
    background: #c8102e;
    margin: 0;
    right: 0;
    overflow-y: auto;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
  }
  .c-header-block__left > nav > ul {
    position: absolute;
    background: #c8102e;
    margin: 0;
    right: 0;
    overflow-y: auto;
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.4);
    border-radius: 0px 0px 4px 4px;
  }
  .header_Bg {
    height: 68px;
    padding: 0;
    margin: auto;
    display: block;
  }
  .header_Bg__inner {
    display: block;
  }
  .navbar-toggler {
    display: block;
    float: left;
    position: absolute;
  }
  .c-header-block__left {
    float: none;
  }
  .tab__subMenu__items a, .tab__subMenu__items li a {
    font-family: Asap;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    padding: 10px 0;
    line-height: 1;
    height: auto;
    color: #333333;
    display: inline-block;
    width: 100%;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
  }
  .tab__subMenu__items {
    margin: 0 30px;
    padding: 25px 0;
  }
  .tab__subMenu__items li a, .tab__subMenu__items li a:focus, .tab__subMenu__items li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .topNavigation__headLink--sublink {
    margin: 0;
    font-weight: bold;
    color: #333333 !important;
  }
  .tav__subMenu__list {
    background-color: #ffffff;
    padding-left: 0;
  }
  .downArrow::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #c8102e;
    position: absolute;
    margin: 0 auto;
    z-index: 100;
    line-height: 0;
    font-size: 3.775em;
    left: 45%;
  }
  .submenu__hr {
    width: 100%;
    height: 0px;
    border: solid 1px #ffffff;
    margin: 10px 0;
    display: inline-block;
  }
  .fa-angle-left--backtomenu {
    font-family: Asap;
    font-size: 0.625em;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    color: #c8102e;
    background: transparent;
    border: none;
    margin: 20px 0 15px 0;
    padding: 0;
  }
  .fa-angle-left--myaccbacktomenu {
    margin: 0;
  }
  .submenu__pop__head {
    font-family: Asap;
    font-size: 1.125em;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    display: block;
    padding: 0;
    margin: 0;
  }
  .submenu__pop__headsection {
    background: #ffffff;
    padding: 13px 15px 5px 25px !important;
  }
  .submenu__pop__headsection .fa-angle-left--backtomenu {
    margin: 5px 0;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: visible;
  }
  .LogoDiv svg {
    max-width: 128px;
    margin: 0;
  }
  .mainmenu__link:focus {
    outline: 2px solid #002bff !important;
    outline-offset: -1px;
  }
  .quick-bar__storeinfo--mystore {
    font-size: 0.625em;
  }
  .quick-bar__storeinfo--select {
    font-size: 0.875em;
  }
  .fa-question--store {
    height: 21px;
    align-self: flex-end;
    top: 6px;
  }
  .spn-square--store {
    height: 22px;
    margin-left: 15px;
  }
  .header__Bg__hamMenu {
    background: #c8102e;
    display: flex;
    align-items: center;
  }
  .select_mystore, .login_register {
    width: 100%;
  }
  .topNavigation__userinfo__modal {
    top: auto;
  }
  .loggedin__user__block {
    box-shadow: inset -4px 8px 10px -7px rgba(0, 0, 0, 0.2);
    padding-top: 27px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  .loggedin__user__block .changestore__link_hr {
    display: none;
  }
  .down-arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    display: inline-block;
    vertical-align: middle;
    font-weight: 900;
    color: #ffffff;
    position: absolute;
    z-index: 100;
    line-height: 0;
    font-size: 3.775em;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    box-sizing: border-box;
    border: 12px solid black;
    border-color: #ffffff;
    transform-origin: -38% 85%;
    transform: rotate(-45deg);
    box-shadow: -4px 4px 5px -3px rgba(0, 0, 0, 0.2);
  }
  .spnLinkMain::after {
    content: "";
    position: absolute;
    margin-top: 3px;
    display: inline-block;
    font-family: "FontAwesome";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform 0.25s linear;
    -webkit-transition: -webkit-transform 0.25s linear;
    color: #ffffff;
    vertical-align: middle;
    font-size: 1em;
    right: 28px;
  }
  .spnLinkMain[aria-expanded=true]::after {
    content: "\f106";
  }
  .spnLinkMain[aria-expanded=false]::after {
    content: "\f107";
  }
  .topNavigation__toggle_arrow[aria-expanded=true]::after {
    content: "\f106";
  }
  .topNavigation__toggle_arrow[aria-expanded=false] {
    content: "\f107";
  }
  .topNavigation__toggle_arrow:hover[aria-expanded=false]::after,
  .topNavigation__toggle_arrow:hover[aria-expanded=true]::after,
  .topNavigation__toggle_arrow:focus[aria-expanded=false]::after,
  .topNavigation__toggle_arrow:focus[aria-expanded=true]::after {
    color: #333333;
  }
  .tab__subMenu__items li:last-child ul {
    margin-bottom: 0;
  }
  .border-top {
    border-top: solid 2px #4d4d4f;
  }
  .animated-icon {
    width: 26px;
    height: 20px;
    display: block;
  }
  .tab__subMenu__items li:last-child h2 {
    padding-top: 20px;
  }
  .topNav_div .dropdown {
    height: auto;
  }
  .quick-bar__mystore__info {
    display: initial;
  }
  .loggedin__user__bannerName .fa-heart::before {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .downArrow::before {
    left: 48%;
  }
  .navbar-collapse.collapse {
    padding: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .quick-bar__block, .header_Bg {
    max-width: 1440px;
    margin: 0 30px;
  }
  .quick-bar__desktop {
    justify-content: flex-end;
    padding-right: 12px;
  }
  .quick-bar__block, .quick-bar {
    background: #ffffff;
  }
  .topNavigation__listcolumn--tworow {
    top: 100%;
  }
  .LogoDiv img, .LogoDiv svg {
    margin-top: 5px;
    max-height: 39px;
  }
  .c-header-block__left > ul {
    padding-right: 5px;
  }
  .c-header-block__left > nav > ul {
    padding-right: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .quick-bar__block, .quick-bar {
    background: #ffffff;
    z-index: 1041;
  }
  .quick-bar__column {
    justify-content: flex-start;
  }
  .quick-bar__desktop {
    justify-content: flex-end;
  }
  .quick-bar__column--dealOfWeek {
    justify-content: center;
  }
  .navbar-collapse {
    padding-right: 0;
  }
  .topNav_div li:nth-last-child(3) {
    padding-right: 0;
  }
  .quick-bar__block, .header_Bg {
    max-width: 100%;
    margin: 0 60px;
  }
  .c-header-block__left > ul {
    padding-right: 5px;
  }
  .c-header-block__left > nav > ul {
    padding-right: 5px;
  }
}
@media (min-width: 100px) and (max-width: 991px) {
  .LogoDiv svg {
    vertical-align: super;
  }
}
.c-header-block__left ul {
  outline: none;
}

@media (min-width: 100px) and (max-width: 767px) {
  .quick-bar .quick-bar__block .phone-main {
    position: relative;
    margin: 0 auto;
  }
  .quick-bar .quick-bar__block .phone-main a {
    margin-top: 15px;
    float: right;
  }
  .quick-bar .quick-bar__block .phone-main .phone {
    border-left: 2px solid #d0d0d0;
    padding: 6px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-right: 5px;
  }
}
.border-topBtm {
  background-color: white;
}

.Find-store-modal {
  z-index: 9999;
}

@media (min-width: 768px) {
  .Find-store-modal .modal-dialog {
    width: 600px;
    margin: 0 auto;
    top: 100px;
  }
}
@media (max-width: 767px) {
  .Find-store-modal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 100px;
  }
}
.Find-store-modal .modal-content {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
}

.Find-store-modal .modal-content .modal-header {
  background-color: #f9f9f9;
  padding: 25px;
  border: none;
}

.Find-store-modal .modal-content .modal-body {
  padding: 0px 25px 15px 25px;
}

.Find-store-modal .modal-content .text-right {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}

.Find-store-modal .modal-content .text-right .btn-Find-store-modal-close, .Find-store-modal .modal-content .text-right .btn-Find-store-modal-close:hover, .Find-store-modal .modal-content .text-right .btn-Find-store-modal-close:focus {
  opacity: 1;
}

.Find-store-modal .modal-content h2 {
  font-family: Asap;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.17px;
  color: #c8102e;
  margin: 5px 0 0 0;
  text-decoration: underline;
}

.Find-store-modal .modal-content .my-store {
  font-family: Asap;
  font-size: 0.75em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.17px;
  color: #3c3c3b;
}

.Find-store-modal .modal-content .my-store i {
  color: #c8102e;
  margin: 0 4px 0 0;
  font-size: 1em;
}

.Find-store-modal .modal-content .store-name {
  font-family: Asap;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.17px;
  color: #c8102e;
  margin: 5px 0 0 0;
  text-decoration: underline;
}

.Find-store-modal .modal-content .store-addr {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #3c3c3b;
}

.Find-store-modal .modal-content .store-timings {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #3c3c3b;
  display: flex;
  align-items: center;
}

.Find-store-modal .modal-content .store-timings i {
  color: #868686;
  margin-right: 5px;
}

.Find-store-modal .modal-content .weather {
  background: #efae20;
  padding: 11px 18px 11px 19px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin: 0 18px 0 0;
  position: relative;
  overflow: hidden;
  gap: 15px;
  display: flex;
  z-index: 0;
}

@media (min-width: 768px) {
  .Find-store-modal .modal-content .weather {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .Find-store-modal .modal-content .weather {
    flex-direction: column-reverse;
  }
}
.Find-store-modal .modal-content .weather .storeWeatherAlert .storeWorkingHours {
  color: #c8102e;
  font-weight: bold;
}

.Find-store-modal .modal-content .weather .storeWeatherAlert .alertMsg {
  font-weight: bold;
}

.Find-store-modal .modal-content .weather .storeWeatherAlert .link {
  color: #c8102e;
}

.Find-store-modal .modal-content .weather .thunderIcon {
  text-align: center;
}

.Find-store-modal .modal-content .weather .thunderIcon i::before {
  font-size: 32px;
}

.Find-store-modal .modal-content .weather::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background: url("https://i.gifer.com/wr.gif") center center/cover no-repeat;
  opacity: 0.2;
  z-index: -1;
}

.Find-store-modal .modal-content .weather-condition {
  display: flex;
  margin-top: 16px;
  margin-bottom: 16px;
}

.Find-store-modal .modal-content .weather-condition .dot {
  width: 32px;
  height: 32px;
  background-color: #fedb00;
  position: relative;
  border-radius: 50%;
}

.Find-store-modal .modal-content .weather-condition .dot img {
  position: absolute;
  top: 25%;
  left: 25%;
}

.Find-store-modal .modal-content .weather-condition a.weather-link {
  font-family: Asap;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #c8102e;
  text-decoration: underline;
  margin-top: 5px;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content .weather-condition a.weather-link {
    margin-top: 0px;
  }
}
@media (min-width: 410px) and (max-width: 450px) {
  .Find-store-modal .modal-content .weather-condition a.weather-link {
    margin-top: 2px;
  }
}
.Find-store-modal .modal-content .store-avail {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #3c3c3b;
  margin: 17px 0;
}

.Find-store-modal .modal-content .store-avail b {
  font-weight: 600;
}

.Find-store-modal .modal-content .store-avail a {
  color: #c8102e;
  text-decoration: underline;
  display: initial;
}

.Find-store-modal .modal-content .store-avail p {
  color: #3c3c3b;
}

.Find-store-modal .modal-content .store-links {
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.27px;
  color: #c8102e;
  list-style: none;
}

.Find-store-modal .modal-content .store-links li {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content .store-links li {
    margin-top: 15px;
    display: flex;
  }
}
.Find-store-modal .modal-content .store-links li a {
  color: #c8102e;
  text-decoration: underline;
  margin-left: 8px;
}

.Find-store-modal .modal-content ul.store-links, .Find-store-modal .modal-content li {
  display: inline-flex;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content ul.store-links, .Find-store-modal .modal-content li {
    display: block;
  }
}
.Find-store-modal .modal-content .findstore {
  font-family: "Asap";
  margin-bottom: 25px;
  margin-top: -10px;
}

.Find-store-modal .modal-content .findstore .d-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Find-store-modal .modal-content .findstore .p-0 {
  padding: 0;
}

.Find-store-modal .modal-content .findstore .mt-30 {
  margin-top: 16px;
}

.Find-store-modal .modal-content .findstore .modal-errorMessage {
  display: none;
  color: #c8102e;
  padding: 15px 0;
  text-align: left !important;
  font-size: 1.125em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.15px;
}

.Find-store-modal .modal-content .findstore .searchstore {
  border: none !important;
  width: auto;
  height: auto;
  padding: 0 !important;
  margin-right: 3px;
}

.Find-store-modal .modal-content .findstore .searchstore .searchstore__sub {
  text-align: left;
  margin-bottom: 36px;
}

.Find-store-modal .modal-content .findstore .searchstore .searchstore__sub h2 {
  font-family: "Asap";
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0.25px;
  color: #3c3c3b;
  margin-top: 16px;
}

.Find-store-modal .modal-content .findstore .searchstore .searchstore__sub h3 {
  font-family: "Asap";
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0.25px;
  color: #3c3c3b;
  margin-top: 16px;
}

.Find-store-modal .modal-content .findstore .searchstore .searchstore__sub a {
  font-family: "Asap";
  font-size: 1em;
  text-decoration-color: #c8102e;
  text-decoration: underline;
  color: #c8102e;
  cursor: pointer;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
}

.Find-store-modal .modal-content .findstore .searchstore .searchstore__sub p {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.26px;
  text-align: left;
  color: #3c3c3b;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchlocation {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  height: 50px;
  cursor: pointer;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchlocation label {
  position: absolute;
  top: -6px;
  background-color: #ffffff;
  font-size: 0.875em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: -0.23px;
  color: #3c3c3b;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .searchlocation {
    width: 100%;
  }
}
.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchlocation .searchtextbx {
  font-family: "Asap";
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  height: 50px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
  padding-left: 15px;
  border: 1px solid #868686;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchlocation .searchbtn {
  margin: 0;
  border: none;
  background-color: transparent;
  font-size: 1em;
  color: #c8102e;
  width: 50px;
  outline: 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  padding: 12px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchlocation .searchbtn i {
  color: #c8102e;
  width: 24px;
  height: 24px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .modal-nearStoreMe {
  background-color: #ffffff;
  border: none;
  right: 0;
  margin-left: 11px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .modal-nearStoreMe i {
  margin-right: 8px;
  color: #c8102e;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .modal-nearStoreMe .current__location {
  font-family: Asap;
  font-size: 0.875em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-decoration: underline;
  margin-left: 8px;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .modal-nearStoreMe {
    float: none;
    margin: 30px auto 9px;
  }
}
.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchtxt {
  margin-left: -20px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchtxt .locsvg {
  margin-top: 50px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .searchtxt p {
  margin-top: -22px !important;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locdisplay h3 {
  height: auto;
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1em;
  line-height: 1.38;
  letter-spacing: -0.22px;
  margin-bottom: 0px;
  margin-top: 8px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locdisplay .pcount {
  font-size: 0.875em;
  line-height: 1.43;
  letter-spacing: -0.23px;
  color: #3c3c3b;
  font-weight: normal;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locdisplay .resultCount {
  border-top: 1px solid #ebe9e9;
  margin-top: 25px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locdisplay .resultCount .locationcount {
  margin-top: 31px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locdisplay .resultCount .locationcount .mapview {
  color: #c8102e;
  font-size: 0.875em;
  text-decoration: underline;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.23px;
  text-align: right;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locdisplay .resultCount .locationcount .mapview i {
  margin-right: 4px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch p {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #3c3c3b;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch a {
  font-size: 1.25em;
  font-weight: 600;
  font-family: Asap;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.28px;
  color: #c8102e;
  cursor: pointer;
  text-decoration-line: underline;
  margin-bottom: 8px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch .para_sec {
  margin-top: 8px;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch .para_sec {
    margin-bottom: 17px;
  }
}
.Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch .mob_dis {
  margin-bottom: 14px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch .mob_dis span {
  font-family: Asap;
  font-size: 1em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.26px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch .mob_dis p {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.26px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch h3 {
  font-size: 1em;
  color: #3c3c3b;
  line-height: 1.38;
  letter-spacing: -0.22px;
  font-weight: 600;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .available span {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  word-break: break-all;
  margin-bottom: 14px;
  color: #3c3c3b;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .available a {
  font-size: 1.25em;
  font-weight: 600;
  font-family: Asap;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: -0.28px;
  color: #c8102e;
  cursor: pointer;
  text-decoration-line: underline;
  margin-bottom: 8px;
}

.Find-store-modal .modal-content .findstore .searchstore .searcharea .available p {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #3c3c3b;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .textbox-area {
    display: block;
  }
}
.Find-store-modal .modal-content .findstore .details {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.Find-store-modal .modal-content .findstore .details .openingSoonBtn {
  border: solid 1px #868686;
  color: #868686;
  background: #fff;
  padding: 10px 30px;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.39;
  letter-spacing: -0.03px;
  text-align: center;
  width: 180px;
  height: auto;
  align-items: center;
  display: block;
  text-decoration: none;
  pointer-events: none;
}

.Find-store-modal .modal-content .findstore .details .openingSoonTxt {
  font-weight: bold !important;
  color: #c8102e !important;
  margin: 0;
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  margin-top: 1em;
}

.Find-store-modal .modal-content .findstore #warning {
  color: red;
}

.Find-store-modal .modal-content .findstore .storebutton {
  width: 181px;
  height: 48px;
  font-family: Asap;
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: -0.25px;
  text-align: center;
  float: right;
  right: 0;
  color: #ffffff;
  background-color: #c8102e;
  border: 1px solid #c8102e;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.Find-store-modal .modal-content .findstore .storebutton:focus {
  border: solid 2px #ffffff !important;
}

.Find-store-modal .modal-content .findstore .storebutton:hover {
  background-color: #A20F27 !important;
  border: 1px solid #A20F27;
  color: #ffffff;
}

@media (max-width: 767px) {
  .Find-store-modal .modal-content .findstore .storebutton {
    width: 100%;
    float: none;
    margin-top: 14px;
  }
}
.Find-store-modal .modal-content .findstore .storebutton.btn-fill {
  filter: none;
  color: #3c3c3b;
  background-color: #ffffff;
  border: 1px solid #3c3c3b;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.Find-store-modal .modal-content .findstore .storebutton.btn-fill:focus {
  border: solid 2px #ffffff !important;
}

.Find-store-modal .modal-content .findstore .storebutton.btn-fill:hover {
  background-color: #A20F27 !important;
  color: #ffffff;
  border: 1px solid #A20F27;
}

.Find-store-modal .modal-content .findstore hr {
  width: 100%;
  color: #ebe9e9 !important;
  border-bottom: 1px solid !important;
}

.Find-store-modal .modal-content .findstore input[type=number]::-webkit-inner-spin-button,
.Find-store-modal .modal-content .findstore input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.Find-store-modal .modal-content .findstore .modal-moreStores {
  color: #c8102e;
  text-align: center;
  margin-bottom: -15px;
}

.Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:hover, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:focus {
  display: inline-flex;
  align-items: center;
  border: none;
  background: transparent;
  color: #c8102e;
}

.Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div a, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div span, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:hover a, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:hover span, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:focus a, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:focus span {
  font-family: Asap;
  color: #c8102e;
  margin-right: 10px;
  font-size: 1em;
  Font-weight: bold;
  Line-height: 1.38;
  Letter-spacing: -0.22px;
}

.Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div .fa, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:hover .fa, .Find-store-modal .modal-content .findstore .modal-moreStores .moreStores__div:focus .fa {
  font-size: 1.5em;
  font-family: "FontAwesome";
  font-weight: normal;
}

.Find-store-modal .modal-content .findstore .error__Msg {
  color: red;
}

@media (max-width: 991px) and (min-width: 768px) {
  .Find-store-modal .modal-content .findstore {
    margin-right: 0px;
    margin-bottom: 25px;
  }
  .Find-store-modal .modal-content .findstore .searchstore {
    padding: 0;
    margin: 0;
  }
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .modal-nearStoreMe {
    margin-left: 32px;
  }
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .searchlocation .searchtextbx {
    min-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .Find-store-modal .modal-content .findstore {
    padding: 0;
    margin-bottom: 0px;
    margin: 0px;
  }
  .Find-store-modal .modal-content .findstore .searchstore {
    padding: 15px;
    margin-bottom: 25px;
    margin-right: 0px;
  }
  .Find-store-modal .modal-content .findstore .searchstore .searchstore__sub h2 {
    font-size: 1.125em;
  }
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .locdisplay h3 {
    display: inline;
  }
  .Find-store-modal .modal-content .findstore .searchstore .searcharea .locsearch a {
    font-size: 1.125em;
  }
  .Find-store-modal .modal-content .findstore .locsearch a {
    font-size: 1.125em;
    margin-bottom: 4px;
  }
}
.pac-container {
  z-index: 9999;
}

@media (min-width: 100px) and (max-width: 767px) {
  .quick-bar .quick-bar__block .phone-main {
    position: relative;
    margin: 0 auto;
  }
  .quick-bar .quick-bar__block .phone-main a {
    margin-top: 15px;
    float: right;
  }
  .quick-bar .quick-bar__block .phone-main .phone {
    border-left: 2px solid #d0d0d0;
    padding: 6px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin-right: 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .quick-bar .quick-bar__block {
    height: 100%;
  }
  *::-ms-backdrop, .quick-bar .quick-bar__block .quick-bar__column--dealOfWeek .skew-bg {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .verify-store-location .modal-dialog {
    height: auto;
  }
}
@media (max-width: 410px) {
  .verify-store-location .verify-store-location .modal-content {
    width: 100% !important;
  }
}
@media (max-width: 410px) {
  .verify-store-location .modal-dialog {
    height: auto;
  }
}
.verify-store-location .modal-content {
  width: 576px;
  min-height: 226px;
  background-color: #fff;
  font-family: Asap;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.34);
}

.verify-store-location .modal-content .modal-header {
  padding-top: 30px;
  border-bottom: none !important;
}

.verify-store-location .modal-content img {
  width: 24px;
  height: 24px;
  position: relative;
  left: -26px;
  top: 0;
}

@media (max-width: 767px) {
  .verify-store-location .modal-content img {
    left: 0;
  }
}
.verify-store-location .modal-content .close {
  opacity: 1;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .verify-store-location .modal-content .close {
    padding: 0px;
    margin: 0;
  }
}
.verify-store-location .modal-content .modal-title {
  display: flex;
}

@media (max-width: 767px) {
  .verify-store-location .modal-content .modal-title {
    align-items: flex-start;
  }
}
.verify-store-location .modal-content .modaltitle {
  color: #3c3c3b;
  font-size: 1.375em;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
}

.verify-store-location .modal-content .modal-body {
  font-size: 1em;
  font-weight: 500;
  color: #3c3c3b;
  letter-spacing: -0.25px;
  text-align: center;
  padding: 5px 35px 30px 35px;
}

.verify-store-location .modal-content .modal-body p {
  color: #3c3c3b;
  line-height: 22px;
}

.verify-store-location .modal-content .modal-body span {
  color: #c8102e;
  font-weight: bold;
}

.verify-store-location .modal-content .modalfootersection {
  justify-content: space-evenly;
  display: flex;
  padding-bottom: 40px;
}

.verify-store-location .modal-content .btn-shop {
  width: 240px;
  height: 48px;
  flex-grow: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  object-fit: contain;
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.25px;
  padding-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #ffffff;
  background-color: #c8102e;
  border: 1px solid #c8102e;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.verify-store-location .modal-content .btn-shop:hover {
  background-color: #A20F27 !important;
  border: 1px solid #A20F27;
  color: #ffffff;
}

.verify-store-location .modal-content .btn-shop:focus {
  border: solid 2px #ffffff !important;
  padding: 9px 11px;
}

@media (max-width: 767px) {
  .verify-store-location .modal-content .btn-shop:focus {
    padding: 11px 11px;
  }
}
.verify-store-location .modal-content .btn-shop span {
  font-family: Asap;
}

.verify-store-location .modal-content .btn-change {
  width: 240px;
  height: 48px;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  object-fit: contain;
  align-items: stretch;
  border: 1px solid #3c3c3b;
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -0.25px;
  padding-top: 11px;
  font-family: "Asap";
  color: #3c3c3b;
  background-color: #fff;
  border-radius: 6px;
}

.verify-store-location .modal-content .btn-change span {
  color: #3c3c3b;
}

@media (max-width: 767px) {
  .verify-store-location .modal-content {
    width: 100%;
    min-height: 270px;
    object-fit: contain;
    padding: 10px;
  }
  .verify-store-location .modal-content .modaltitle {
    flex-grow: 0;
    font-size: 1.375em;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.31px;
    text-align: center;
    color: #3c3c3b;
  }
  .verify-store-location .modal-content .modal-body {
    flex-grow: 0;
    font-size: 1em;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: -0.25px;
    text-align: center;
  }
  .verify-store-location .modal-content .btn-shop {
    width: 167px;
    height: 48px;
    align-self: stretch;
    flex-grow: 0;
    flex-direction: initial;
    justify-content: center;
    align-items: stretch;
    gap: 10px;
    object-fit: contain;
    border-radius: 6px;
    margin: 0 5px;
  }
  .verify-store-location .modal-content .btn-change {
    width: 167px;
    height: 48px;
    flex-grow: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    object-fit: contain;
    margin: 0 5px;
  }
}
.weather-alert-bar {
  background-color: #fedb00;
  display: flex;
  justify-content: center;
  padding: 10px;
  align-content: center;
  width: 100%;
  position: relative;
  z-index: 9999;
  clear: both;
}

.weather-alert-bar div.dont-collapse-sm {
  color: #3c3c3b;
}

.weather-alert-bar a {
  text-decoration: underline !important;
  color: #c8102e;
}

.weather-alert-bar a:hover {
  font-weight: 600;
  display: initial;
}

@media (max-width: 767px) {
  .weather-alert-bar {
    background-color: #fedb00;
    display: block;
    text-align: center;
    padding: 10px;
    align-content: center;
  }
}
.weather-alert-bar .weather-alert-btn {
  background-color: #fedb00;
  border: none;
  font-family: asap !important;
  margin: -1px;
}

.weather-alert-bar .weather-alert-btn i {
  margin-left: 5px !important;
  font-family: "FontAwesome";
  color: #c8102e;
  margin: 1px;
  font-size: 18px;
}

.weather-alert-bar .weather-alert-btn i:before {
  content: "\f106";
}

@media (max-width: 767px) {
  .weather-alert-bar .weather-alert-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.weather-alert-bar .weather-alert-btn.collapsed i:before {
  content: "\f107";
}

@media (min-width: 768px) {
  .weather-alert-bar .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}
@media (max-width: 767px) {
  .weather-alert-bar .collapse.dont-collapse-sm {
    margin-top: 2px;
  }
}
/* IMG > CSS Sprites*/
.loggedin__mylinks .bg-logout {
  background-image: url(/Areas/V2/Images/common-icons.png);
  height: 17px;
  width: 17px;
  background-position: top right;
  background-size: 56px;
  margin-right: 7px;
}

.loggedin__mylinks .bg-settings {
  background-image: url(/Areas/V2/Images/common-icons.png);
  width: 17px;
  height: 17px;
  background-position: bottom left;
  background-size: 58px;
  margin-right: 7px;
}

header .navegacion .item-submenu a.flexItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header .navegacion .item-submenu .bg-settings {
  background-image: url("/Areas/V2/Images/common-icons.png");
  width: 17px;
  height: 17px;
  background-position: bottom left;
  background-size: 58px;
  margin-right: 2px;
}

header .navegacion .item-submenu .bg-logout {
  background-image: url("/Areas/V2/Images/common-icons.png");
  height: 17px;
  width: 17px;
  background-position: top right;
  background-size: 58px;
}

header .navegacion .login .bg-usericon-color {
  width: 20px;
  height: 22px;
  background-size: 110px;
  background-position: bottom;
  margin-bottom: 3px;
  margin-right: 2px;
}

.topNavigation__getmydetails .bg-usericon, .login_register .bg-usericon {
  background-image: url("/Areas/V2/Images/common-icons.png");
  height: 23px;
  width: 20px;
  background-position: top left;
  background-size: 73px;
  margin-top: 1px;
  margin-right: 8px;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .store-name .bg-storeicon {
  background-image: url("/Areas/V2/Images/common-icons.png");
  height: 18px;
  width: 22px;
  background-position: bottom right;
  background-size: 65px;
  margin-right: 7px;
  font-family: "WD Shopper";
}

.main-header-section .storeName_Mob .bg-storeicon-color {
  background-image: url("/Areas/V2/Images/small_icons-WD.png");
  background-position: bottom right;
  width: 22px;
  height: 18px;
  background-size: 112px;
  margin-right: 7px;
}

.Find-store-modal .bg-currentlocation {
  height: 17px;
  width: 17px;
  background-position: top left;
  background-size: 100px;
}

.Find-store-modal .bg-directions {
  width: 30px;
  height: 24px;
  background-position: top;
  background-size: 147px;
  margin-right: -6px;
}

.Find-store-modal .bg-phone {
  width: 30px;
  height: 24px;
  background-position: top right;
  background-size: 147px;
  margin-right: -6px;
}

.Find-store-modal .bg-tags {
  width: 22px;
  height: 22px;
  background-position: bottom left;
  background-size: 130px;
}

.fa-solid.fa-xmark {
  font-size: 24px;
  color: #c8102e;
}

/* IMG > CSS Sprites*/
@supports (-webkit-touch-callout: none) {
  .loggedin__mylinks .bg-logout {
    background-image: url(/Areas/V2/Images/common-icons.png);
    height: 17px;
    width: 17px;
    background-position: top right;
    background-size: 56px;
    margin-right: 7px;
  }
  .loggedin__mylinks .bg-settings {
    background-image: url(/Areas/V2/Images/common-icons.png);
    width: 17px;
    height: 17px;
    background-position: bottom left;
    background-size: 58px;
    margin-right: 7px;
  }
  header .navegacion .item-submenu a.flexItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  header .navegacion .item-submenu .bg-settings {
    background-image: url("/Areas/V2/Images/common-icons.png");
    width: 17px;
    height: 17px;
    background-position: bottom left;
    background-size: 58px;
    margin-right: 2px;
  }
  header .navegacion .item-submenu .bg-logout {
    background-image: url("/Areas/V2/Images/common-icons.png");
    height: 17px;
    width: 17px;
    background-position: top right;
    background-size: 58px;
  }
  header .navegacion .login .bg-usericon-color {
    width: 20px;
    height: 22px;
    background-size: 110px;
    background-position: bottom;
    margin-bottom: 3px;
    margin-right: 2px;
  }
  .topNavigation__getmydetails .bg-usericon, .login_register .bg-usericon {
    background-image: url("/Areas/V2/Images/common-icons.png");
    height: 23px;
    width: 20px;
    background-position: top left;
    background-size: 73px;
    margin-top: 1px;
    margin-right: 8px;
  }
  .main-header-section .quickLogin .StrLogin-section p.flexView .store-name .bg-storeicon {
    background-image: url("/Areas/V2/Images/common-icons.png");
    height: 18px;
    width: 22px;
    background-position: bottom right;
    background-size: 65px;
    margin-right: 7px;
    font-family: "WD Shopper";
  }
  .main-header-section .storeName_Mob .bg-storeicon-color {
    background-image: url("/Areas/V2/Images/small_icons-WD.png");
    background-position: bottom right;
    width: 22px;
    height: 18px;
    background-size: 112px;
    margin-right: 7px;
  }
  .Find-store-modal .bg-currentlocation {
    height: 17px;
    width: 17px;
    background-position: top left;
    background-size: 100px;
  }
  .Find-store-modal .bg-directions {
    width: 30px;
    height: 24px;
    background-position: top;
    background-size: 147px;
    margin-right: -6px;
  }
  .Find-store-modal .bg-phone {
    width: 30px;
    height: 24px;
    background-position: top right;
    background-size: 147px;
    margin-right: -6px;
  }
  .Find-store-modal .bg-tags {
    width: 22px;
    height: 22px;
    background-position: bottom left;
    background-size: 130px;
  }
  .fa-solid.fa-xmark {
    font-size: 24px;
    color: #c8102e;
  }
}
.modal-backdrop.show {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #c8102e;
  }
  50% {
    background-color: #c8102e;
  }
  100% {
    transform: scale(1);
    background-color: #FFFFFF;
  }
}
.btn-dot-loading.btn--loading {
  font-size: 0;
}

.btn-dot-loading.btn--loading .btn-span {
  display: flex !important;
  justify-content: center;
}

.btn-dot-loading.btn--loading .btn-span b {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: 0.1s;
  margin: 0 5px;
}

.btn-dot-loading.btn--loading .btn-span b:first-child {
  animation-delay: 0s;
  margin: 0;
}

.btn-dot-loading.btn--loading .btn-span b:last-child {
  animation-delay: 0.2s;
  margin: 0;
}

.btn-dot-loading b {
  font-weight: normal;
}

.btn-dot-loading .btn-span {
  display: none;
}

.footer__nav__heading {
  font-family: "WD Shopper" !important;
  font-size: 1.1875em;
  pointer-events: none;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer__nav__heading:focus {
  outline: 2px solid #002bff !important;
  outline-offset: -1px;
}

.footer__BTTicon {
  color: #c8102e;
  margin-left: 5px;
  margin-top: -4px;
  vertical-align: middle;
  font-size: 23px;
}

.footer__social__con a {
  margin-left: 20px;
}

.footer__social__con a:focus {
  color: #000;
}

.footer__social__download__text__col2:focus {
  outline: 2px solid #002bff !important;
  outline-offset: -1px;
}

.header__antiskew {
  -webkit-transform: skew(26deg);
  -moz-transform: skew(26deg);
  -o-transform: skew(26deg);
  transform: skew(26deg);
  margin-left: 95px;
}

.footer__social__download__block a:focus {
  color: #333333;
}

/*
.footer__nav__link:focus {
    color: $white-color;
    display: table;
}

.footer__nav__link:hover {
    color: $white-color;
    text-decoration: underline !important;
}*/
.footer__copyright:focus {
  outline: 2px solid #002bff !important;
  outline-offset: -1px;
}

.footer__social__download__block__link i {
  margin-right: 5px;
  margin-top: -4px;
  color: #c8102e;
}

.footer__socialIcon--Icon {
  font-size: 1em;
  color: #000;
}

/*.footer__nav__link {
    @include text__style;
    font-size: $font-16;
    text-decoration: none;
}*/
.footer__nav__list {
  font-family: "WD Shopper" !important;
  font-size: 1em;
  list-style: none;
  font-weight: normal !important;
  margin-bottom: 13px;
}

.footer__nav__list a {
  color: #ffffff;
  text-decoration: none;
  color: #ffffff;
}

.footer__nav__navlist .col-md-4 {
  padding: 0 5px 0 20px;
}

.footer__social {
  overflow: hidden;
  height: auto;
  background-color: #ffffff;
  margin: 0px;
  box-shadow: 0 -2px 14px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding-left: 0;
}

.footer__social .col-sm-12 {
  padding-left: 0;
  padding-right: 0;
}

.footer__social__con {
  height: auto;
  background-color: #ebe9e9;
  display: inline-block;
  float: left;
  -webkit-transform: skew(-26deg);
  -moz-transform: skew(-26deg);
  -o-transform: skew(-26deg);
  transform: skew(-26deg);
  overflow: hidden;
  padding: 0 0 0 15px;
  margin: 0 0 0 -20px;
  position: relative;
}

.footer__nav__navlist {
  padding: 10px 5px 10px 73px;
  margin: 0;
}

.footer__nav {
  background-color: #E01B1A;
  margin: 0px;
}

.footer__copyright {
  background-color: #a20f27;
  text-align: center;
  padding: 16px;
  color: #ffffff;
  font-family: Asap;
  font-size: 0.75em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.58;
}

.footer__socialicon__text {
  margin: 10px 0 10px 0;
  font-weight: 600;
  color: #3c3c3b;
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  vertical-align: baseline;
  font-family: "Asap";
}

.footer__social__download {
  text-align: center;
  float: left;
}

.footer__social__download__text {
  margin: 10px 0 10px 0;
}

.footer__social__download__text__col1 {
  margin: 10px 0 10px 0;
  font-weight: 600;
  color: #3c3c3b;
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  vertical-align: baseline;
  font-family: "Asap";
}

.footer__social__download__text__col2 {
  margin: 10px 0 5px 50px;
  font-weight: 600;
  cursor: pointer;
  color: #3c3c3b;
  display: inline-block;
  max-width: 100%;
  font-size: 16px;
  vertical-align: baseline;
  font-family: "Asap";
}

/*.footer__socialicon__img {
    @include antiskew;
    margin-left: 15px;
}

.footer__social__download__text__col1__img {
    margin-left: 10px;
    margin-right: 5px;
}*/
.footer__social__sec2 {
  float: left;
}

.footer__social__download__block {
  display: inline-block;
  margin-right: 6px;
  font-weight: 600;
}

.footer__nav__heading--mob--open {
  display: none !important;
}

.footer__social__download__block__link {
  margin-left: 15px;
  color: #3c3c3b;
  text-decoration: none;
  cursor: pointer;
}

.footer__social__download__block__link:hover {
  color: #3c3c3b;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .footer__social__con a {
    margin: 6px !important;
  }
}
@media screen and (max-width: 992px) {
  .ftr__accn_main:focus {
    outline: 2px solid #002bff !important;
    outline-offset: -1px;
  }
  .footer__nav__heading--mob--open {
    display: block !important;
    /*font-size: $font-19;*/
    float: right;
    padding-right: 17px;
    padding-top: 3px;
  }
  .footer__nav__heading {
    pointer-events: all;
    cursor: pointer;
  }
  .header__antiskew {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    margin-left: 0px !important;
  }
  .footer__nav__navlist {
    padding: 10px 7px 10px 5px !important;
    margin: 0;
  }
  .footer__social__con, .footer__social__download, .footer__social__sec2 {
    text-align: center;
    padding: 12px 0 12px 0;
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    margin: 0;
  }
  /*.footer__socialicon__img {
          @include antiskew_mob;
      }
  */
  .footer__socialicon__text {
    -webkit-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
  }
  .showlist {
    display: block !important;
  }
  .accn__list {
    display: none;
    column-count: 2;
  }
  .footer__nav__list {
    width: auto;
  }
  .About_mobstyle {
    column-fill: auto;
    height: 150px;
  }
  .footer__social__download__text__col2 {
    margin: 10px 0;
  }
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .footer__block__one, .footer__block__two {
    padding-left: 60px;
    padding-right: 60px;
  }
  .footer__nav__heading--mob--open {
    padding-right: 0px;
  }
}
@media screen and (max-width: 768px) and (min-width: 300px) {
  .footer__block__one, .footer__block__two {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer__nav__list {
    margin-bottom: 6%;
    margin-top: 0;
    padding-top: 0;
  }
  .header__antiskew {
    margin-left: 63px;
  }
  .footer__nav__navlist {
    padding: 10px 5px 10px 43px;
  }
}
@media only screen and (max-device-width: 568px) and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer__nav__heading--mob--open {
    padding-right: 0px;
  }
  .footer__nav__navlist .col-md-4 {
    padding: 0 5px 0 5px;
  }
  .accn__list {
    padding-right: 14px;
  }
}
@media (min-width: 992px) {
  .footer__block__one, .footer__block__two {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
#divFooter .header__antiskew .footer__socialicon__text {
  padding: 0 !important;
}

#divFooter .header__antiskew ul {
  margin: 10px 0 10px 0;
  padding-left: 0px;
  padding-right: 0px;
}

#divFooter .header__antiskew li {
  float: left;
}

#divFooter .header__antiskew a {
  margin-left: 20px;
}

@media (min-width: 100px) and (max-width: 991px) {
  #divFooter .header__antiskew ul {
    margin: auto;
    display: flex;
    justify-content: center;
  }
  #divFooter .header__antiskew a {
    margin: 0 12px;
  }
}
@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #c8102e;
  }
  50% {
    background-color: #c8102e;
  }
  100% {
    transform: scale(1);
    background-color: #FFFFFF;
  }
}
.btn-dot-loading.btn--loading {
  font-size: 0;
}

.btn-dot-loading.btn--loading .btn-span {
  display: flex !important;
  justify-content: center;
}

.btn-dot-loading.btn--loading .btn-span b {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: 0.1s;
  margin: 0 5px;
}

.btn-dot-loading.btn--loading .btn-span b:first-child {
  animation-delay: 0s;
  margin: 0;
}

.btn-dot-loading.btn--loading .btn-span b:last-child {
  animation-delay: 0.2s;
  margin: 0;
}

.btn-dot-loading b {
  font-weight: normal;
}

.btn-dot-loading .btn-span {
  display: none;
}

body {
  font-family: "Asap", sans-serif;
}

@font-face {
  font-family: "Organika Sans";
  src: url("/Areas/V2/fonts/organika-script-webfont.woff2") format("woff2"), url("/Areas/V2/fonts/organika-script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.login_bar {
  margin-bottom: 40px;
}

.login_bar .container {
  padding-left: 0px !important;
}

.login_bar .login_body {
  display: flex;
  align-items: baseline;
}

.login_bar .login_body p {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #3c3c3b;
  padding-right: 16px;
}

.login_bar .login_body .main-link {
  font-family: Asap;
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.22px;
  color: #c8102e;
}

.login_bar .login_body .main-link .fa.fa-chevron-right {
  font-size: 13px;
  padding-left: 6px;
}

.deal-tab h2, .deal-tab h3 {
  font-family: "Asap";
}

.weeklyad_wr {
  padding: 0 10px 0 30px;
}

.weeklyad_wr h2 {
  font-family: "Asap";
  font-size: 2.25em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: -0.59px;
  color: #3c3c3b;
  margin-bottom: 22px;
}

.weeklyad_wr p {
  font-family: "Asap";
  font-size: 0.875em;
  line-height: 1.43;
  letter-spacing: -0.23px;
  color: #3c3c3b;
}

.weeklyad_wr a.main-link {
  color: #c8102e;
  font-weight: bold;
  margin-top: 10px;
  display: block;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.38;
  letter-spacing: -0.22px;
}

.weeklyad_wr a.main-link .fa {
  padding-left: 10px;
  font-size: 14px;
}

.weeklyad_wr .weeklyad__section .search-sec {
  padding: 8px;
  overflow: hidden;
}

.weeklyad_wr .weeklyad__section .search-sec img {
  width: auto;
  max-height: 130px;
  margin: 0 auto;
}

.weeklyad_wr .weeklyad__section .search-sec p {
  font-size: 0.875em;
  color: #3c3c3b;
  line-height: 1.43;
  letter-spacing: -0.25px;
}

.weeklyad_wr .weeklyad__section .search-sec .weekly_body .weeklyad_para {
  margin-top: 24px;
}

.weeklyad_wr .weeklyad__section .weeklyad_login .weeklysec {
  width: 268px;
  margin-bottom: 30px;
}

.weeklyad_wr .weeklyad__section .weeklyad_login .weeklysec .weeklyslider {
  background-color: #ffffff;
  padding: 16px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.weeklyad_wr .weeklyad__section .weeklyad_login .weeklysec .weeklyslider .weeklyimg {
  height: 175px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 16px;
  max-width: -webkit-fill-available;
  border-radius: 4px;
}

.pro-info-sec .pro-inner .d-lg-flex .pro-inner-info h2, .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info h3 {
  font-family: "Asap";
}

.reward__section h2, .reward__section h3 {
  font-family: "Asap";
}

.wd-trending h2, .wd-trending h3, .wd-trending h4 {
  font-family: "Asap";
}

.wd-instagram-section h2, .wd-instagram-section h3 {
  font-family: "Asap";
}

.container-fluid__full {
  background-color: #ffffff;
}

.container-fluid__full .container-fluid {
  max-width: 100%;
}

.carousel__section .slide {
  height: auto;
  margin-left: 0px;
  margin-right: 0px;
}

.carousel__section .slider {
  position: relative;
}

.carousel__section .b-middle {
  bottom: 40%;
}

.carousel__section .banner-caption {
  position: absolute;
  z-index: 1000;
  /*margin-left: 100px;*/
}

.carousel__section .banner-caption.right {
  right: 0;
  top: 12%;
  padding: 20px;
}

.carousel__section .banner-caption.left {
  left: 0;
  top: 12%;
  padding: 20px;
}

.carousel__section .banner-caption.center {
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%);
}

.carousel__section .banner-caption h2 {
  font-family: "organika Sans";
  font-size: 6.25em;
  color: #ffffff;
  display: table;
  line-height: 60px;
  text-transform: uppercase;
  background-color: #2d7ab7;
  width: fit-content;
  padding: 20px 25px;
  margin: -30px 0px;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 0px;
  font-weight: 100;
}

.carousel__section .banner-caption h2 span {
  text-transform: lowercase;
}

.carousel__section .banner-caption .main-btn {
  margin-top: 25px;
  font-weight: bold;
}

.carousel__section .banner-caption .main-btn:focus {
  display: inline-block !important;
}

.carousel__section ol.carousel-indicators {
  background-color: rgba(255, 255, 255, 0.85);
  width: auto;
  padding: 3px 10px;
  position: relative;
  right: 10px;
  float: right;
  left: auto;
  display: flex;
  align-items: center;
  z-index: 100;
}

.carousel__section ol.carousel-indicators li {
  width: 16px !important;
  height: 4px !important;
  background-color: #868686;
  border: 1px solid #868686;
  margin: 0px 3px !important;
  display: table !important;
  float: left;
  border-radius: 0px !important;
}

.carousel__section ol.carousel-indicators li.active {
  background-color: #333333;
  border: 1px solid #333333;
}

.carousel__section ol.carousel-indicators li:last-child {
  width: auto;
  height: auto;
  background: none;
  border: none;
  text-indent: 0px;
}

.carousel__section ol.carousel-indicators li button {
  border: none;
  font-size: 0.75em;
  padding: 2px;
  outline: none;
  display: table;
}

.carousel__section ol.carousel-indicators li:focus {
  outline: 2px solid #002bff !important;
}

.c-coupon-failed {
  height: 474px;
}

.deals {
  height: 312px;
  display: inline;
}

.deals a {
  width: 172px;
}

.deal-tab {
  padding: 0px 10px 0px 30px;
}

.main-btn, .main-btn:focus, .main-btn:link, .main-btn:visited {
  font-size: 1.125em;
  padding: 12px;
  min-width: 140px;
  font-weight: 600;
  height: 49px;
  display: inline-table;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #C8102E !important;
  border: 1px solid #C8102E !important;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.main-btn:focus, .main-btn:focus:focus, .main-btn:link:focus, .main-btn:visited:focus {
  border: solid 2px #ffffff !important;
}

.main-btn:hover, .main-btn:focus:hover, .main-btn:link:hover, .main-btn:visited:hover {
  background-color: #A20F27 !important;
  border: solid 1px #A20F27;
  color: #ffffff;
}

.main-btn:disabled, .main-btn:focus:disabled, .main-btn:link:disabled, .main-btn:visited:disabled {
  border: solid 1px #868686;
  color: #868686;
  background: #ffffff;
}

.primary-CTA, .primary-CTA:focus, .primary-CTA:link, .primary-CTA:visited {
  border: 1px solid #c8102e;
  background-color: #ffffff;
  color: #c8102e;
  display: inline-block;
  padding: 12px;
}

.primary-CTA:hover, .primary-CTA:focus:hover, .primary-CTA:link:hover, .primary-CTA:visited:hover {
  border: solid 1px #c8102e;
  background-color: #c8102e;
  color: #ffffff;
  display: inline-block;
}

.primary-CTA:disabled, .primary-CTA:focus:disabled, .primary-CTA:link:disabled, .primary-CTA:visited:disabled {
  border: solid 1px #868686;
  color: #868686;
  background: #ffffff;
}

.secondary-CTA, .secondary-CTA:focus, .secondary-CTA:link, .secondary-CTA:visited {
  border: 1px solid #3c3c3b;
  background-color: #ffffff;
  color: #3c3c3b;
  display: inline-block;
  padding: 12px;
}

.secondary-CTA:hover, .secondary-CTA:focus:hover, .secondary-CTA:link:hover, .secondary-CTA:visited:hover {
  border: solid 1px #3c3c3b;
  background-color: #3c3c3b;
  color: #ffffff;
  display: inline-block;
}

.secondary-CTA:disabled, .secondary-CTA:focus:disabled, .secondary-CTA:link:disabled, .secondary-CTA:visited:disabled {
  border: solid 1px #868686;
  color: #868686;
  background: #ffffff;
}

.tertiary-CTA:hover {
  font-weight: 600;
}

.tertiary-CTA:disabled {
  color: #868686;
}

.slider-info {
  position: relative;
  z-index: 10;
}

.slider-info-box {
  background-color: #ffffff;
  padding: 16px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.slider-red-box {
  background-color: #c8102e;
  padding: 20px 15px 20px 38px;
}

.slider-red-box h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.375em;
  margin: 0px;
}

.slider-red-box p {
  color: #ffffff;
  font-size: 1em;
  margin-bottom: 0px;
}

.slider-red-box a {
  color: #ffffff;
  font-size: 1em;
  margin: 5px 0px;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  line-height: 22px;
}

.h-25 {
  min-height: 403px;
}

.cut-line {
  margin: 10px 0px;
  background: none;
  height: 1px;
  width: 66%;
  background-image: linear-gradient(to right, transparent 5px, #ffffff 0%);
  background-size: 15px 100%;
  border-top: 0px;
}

.cut-line img, .cut-line svg {
  position: relative;
  top: -12px;
  left: -22px;
  width: 22px;
}

.cut-line:after {
  content: none;
}

.product-items {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 38px;
}

.product-items .pro-img {
  width: 100px;
  text-align: center;
}

.product-items .pro-img img {
  margin: auto;
  max-width: 100%;
  height: 84px;
}

.product-items .pro-info {
  padding-left: 8px;
}

.product-items .pro-info h3 {
  color: #c8102e;
  margin: 0px;
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-items .pro-info p {
  color: #4d4d4f;
  font-size: 0.875em;
  max-height: 45px;
  overflow: hidden;
}

.product-items .pro-info button.plus-btn {
  border: solid #c8102e;
  line-height: 0px;
  padding: 0px;
  position: relative;
  top: -3px;
  background-color: #c8102e;
  border-radius: 20px;
  vertical-align: middle;
}

.product-items .pro-info button.plus-btn img, .product-items .pro-info button.plus-btn svg {
  max-height: 24px;
  width: 24px;
}

.product-items .pro-info a {
  font-family: Asap;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.23px;
  color: #c8102e;
  text-decoration: underline;
  margin: 5px 0;
  display: inline-block;
}

.product-items .pro-info a:focus, .product-items .pro-info a:hover {
  font-weight: 600;
}

.pl-lg-0 {
  padding-left: 0px;
}

.mt-lg-30 {
  margin-top: 30px;
}

d-flex {
  display: flex !important;
}

.align-items-end {
  align-items: flex-end;
}

.deal-header {
  background-color: #24125f;
  padding: 10px;
}

.center-btn {
  text-align: center;
}

.center-btn button {
  display: block;
  margin: 0 auto;
}

.center-btn a, .center-btn a:focus {
  display: inline-table;
  margin: 0 auto;
  text-align: center;
  height: 49px;
}

.m-auto {
  display: block;
  margin: 0 auto;
}

.pro-info-sec {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.pro-info-sec .pro-inner {
  padding: 30px 15px;
}

.pro-info-sec .pro-inner .d-lg-flex {
  display: flex;
}

.pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
  background-color: #ffffff;
  border-left: 15px solid #c8102e;
  padding: 15px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25), 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}

.pro-info-sec .pro-inner .d-lg-flex .pro-inner-info h2 {
  color: #c8102e;
  font-size: 1.375em;
  margin: 0px;
  font-weight: 600;
}

.pro-info-sec .pro-inner .d-lg-flex .pro-inner-info p {
  color: #4d4d4f;
  font-size: 1em;
  margin: 0px;
  margin-top: 4px;
}

.pro-info-sec .pro-inner .d-lg-flex .pro-inner-info img {
  width: 91px;
  margin: 0 auto;
}

.pro-info-sec .pro-inner .d-lg-flex .text-align_btnInfo {
  text-align: right;
}

.align-items-center {
  align-items: center !important;
}

.text-center {
  text-align: center;
}

.pro-inner-info-bg {
  padding-left: 0;
}

.wd-trending {
  height: auto;
  overflow: hidden;
  margin-top: 60px;
}

.wd-trending .w-100 {
  width: 100%;
}

.wd-trending .p-0 {
  padding: 0;
}

.wd-trending .mb-5 {
  margin-bottom: 3rem;
}

.wd-trending .m-0 {
  margin-left: 0;
}

.wd-trending h2 {
  font-family: Asap;
  font-size: 2.25em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.59px;
  text-align: center;
  color: #c8102e;
  margin-bottom: 36px;
}

.wd-trending .whats-new-trending {
  top: -86px;
  position: relative;
}

.wd-trending .whats-new-trending .news-live-slider {
  padding: initial;
}

.wd-trending .whats-new-trending .down-down {
  min-height: 350px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  /*padding: 16px;*/
}

.wd-trending .whats-new-trending .down-down-red {
  background-color: #ffffff;
  position: relative;
  height: 186px !important;
}

.wd-trending .whats-new-trending .down-down-red img {
  margin: auto;
  width: 100% !important;
  border-radius: 4px;
  height: 100%;
}

.wd-trending .whats-new-trending .wd-downdeal {
  position: absolute;
  height: 28px;
  padding: 0 15px;
  width: 100%;
  background: #24125f;
  color: #ffffff;
  font-size: 0.875em;
  bottom: 0;
  text-align: left;
  line-height: 28px;
}

.wd-trending .whats-new-trending .wd-dealtext {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.wd-trending .whats-new-trending .wd-dealtext h4 {
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  color: #4d4d4f;
  max-height: 45px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.wd-trending .whats-new-trending .wd-dealtext p {
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  color: #4d4d4f;
  overflow: hidden;
  margin: 15px 0;
  height: 90px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.wd-trending .whats-new-trending .wd-dealtext a.learnmore {
  height: auto;
  width: auto;
  overflow: hidden;
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  letter-spacing: -0.27px;
  color: #c8102e;
  margin: 2px;
  text-decoration: none;
  margin: 9px 0;
  display: inline-block;
}

.wd-trending .whats-new-trending .wd-dealtext a.learnmore:hover, .wd-trending .whats-new-trending .wd-dealtext a.learnmore:active, .wd-trending .whats-new-trending .wd-dealtext a.learnmore:visited {
  color: #c8102e;
  text-decoration: none;
}

.wd-trending .whats-new-trending .wd-dealtext i {
  border: solid #c8102e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.wd-trending .whats-new-trending .wd-dealtext i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 5px;
}

.wd-trending .whats-new-trending .whats-new-promo {
  padding: 0 0 0 16px;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper {
  margin: auto 0 auto auto;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-viewport {
  padding: 0;
  height: 100% !important;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block {
  width: 268px;
  background: #ffffff;
  padding: 16px;
  padding-right: 17px;
  margin: auto;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  border-radius: 4px;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-img-top {
  /*border-radius: initial;*/
  border-radius: 4px;
  height: 186px;
}

@media (min-width: 100px) and (max-width: 991px) {
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-img-top {
    height: 136px;
  }
}
.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__tag {
  position: relative;
  width: 100%;
  color: #ffffff;
  font-size: 0.875em;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block-body {
  height: 200px;
}

@media (min-width: 992px) {
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block-body {
    height: 190px;
  }
}
.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block-body .card-block__title {
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  color: #4d4d4f;
  max-height: 45px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block-body .card-block__text {
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  color: #4d4d4f;
  overflow: hidden;
  margin: 15px 0;
  height: 90px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block-body .card-block__link {
  text-align: left;
  font-size: 1em;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  color: #c8102e;
  text-decoration: none;
  margin: 9px 0;
  display: inline-block;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block-body .card-block__link i {
  border: solid #c8102e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block-body .card-block__link i.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-pager.bx-default-pager {
  text-align: center;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  position: relative;
  text-align: center;
  padding: 0;
  display: inline-block;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
  background: #868686;
  border: 1px solid #868686;
  margin: 0px 3px;
  border-radius: 0px;
  text-align: center;
  align-items: center;
  display: inline-block;
  float: inherit;
  width: 30px;
  height: 4px;
  text-indent: 0;
  font-size: 0;
  padding: 0;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {
  background-color: #333333;
  border: 1px solid #333333;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-controls-direction {
  color: red;
  font-size: 1.25em;
  font-weight: 700;
  z-index: 99;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: -25px;
  color: red;
  top: 50%;
  position: absolute;
}

.wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: -25px;
  color: red;
  top: 50%;
  position: absolute;
}

.reward__section .container {
  padding-left: 30px;
  padding-right: 30px;
}

.reward__section .get-reward-main h2 {
  font-size: 2.25em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.59px;
  color: #c8102e;
}

.reward__section .get-reward-main img {
  height: auto;
  max-width: 100%;
  width: 80%;
}

.reward__section .get-reward-content-main {
  background-color: #ffffff;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  background: #56b7e6;
  padding: 24px;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner {
  background: #ffffff;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content {
  padding: 30px 75px 0 75px;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content img {
  width: 88px;
  height: auto;
  max-width: 100%;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content h3 {
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: -0.25px;
  text-align: center;
  color: #c8102e;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content span {
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  text-align: center;
  color: #4d4d4f;
  padding-top: 12px;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content span a, .reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content span a:hover, .reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content span a:link, .reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-content span a:focus {
  color: #c8102e;
  text-decoration: underline;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-join {
  padding-bottom: 30px;
  text-align: center;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-join .btn-Join-Rewards-section {
  padding: 35px 0 20px 0;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards {
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.03px;
  text-align: center;
  width: 185px;
  height: 49px;
  border: solid 1px #c8102e;
  background-color: #c8102e;
  color: #ffffff;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards:focus {
  border: solid 2px #ffffff !important;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards:hover {
  background-color: #A20F27;
  border: solid 1px #A20F27;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner span {
  font-size: 0.875em;
}

.reward__section .get-reward-content-main .get-reward-content-main__inner span a {
  color: #c8102e;
  text-decoration: underline;
}

.wd-instagram-section {
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.wd-instagram-section h2 {
  font-size: 2.25em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.59px;
  color: #c8102e;
}

.wd-instagram-section .row {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 63px;
}

.wd-instagram-section img {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.wd-instagram-section img:focus {
  display: block;
}

.wd-instagram-section .insta-image-block {
  padding: 15px;
  overflow: hidden;
}

.wd-instagram-section .insta-image-block .insta-image-block-sub {
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
}

.wd-instagram-section .insta-image-block .insta-image-block-sub a:focus {
  display: block;
}

.wd-instagram-section .gram-skyblue {
  background: #56b7e6;
  height: 175px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.wd-instagram-section .insta-sub {
  font-size: 1em;
  margin: 10px 0 20px;
  font-weight: 500;
}

.wd-instagram-section .insta-sub i {
  margin-right: 4px;
}

.wd-instagram-section .insta-sub a {
  color: #c8102e;
  text-decoration: underline;
}

.wd-instagram-section .insta-sub a:active, .wd-instagram-section .insta-sub a:visited {
  color: #c8102e;
}

.wd-instagram-section .insta-sub a:hover {
  font-weight: 600;
}

.rewards__section .get-reward-main h2 {
  font-size: 2.25em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.59px;
  color: #c8102e;
  font-family: "ASAP";
  margin-bottom: 24px;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join span {
  font-size: 0.875em;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join span a {
  color: #c8102e;
  text-decoration: underline;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join span a:hover {
  font-weight: 600;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join .btn-Join-Rewards-section {
  margin: 20px 0px;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards {
  font-size: 1.125em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: -0.03px;
  width: 270px;
  height: 49px;
  color: #ffffff;
  background-color: #c8102e;
  border: 1px solid #c8102e;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards:focus {
  border: solid 2px #ffffff !important;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards:hover {
  background-color: #A20F27 !important;
  border: 1px solid #A20F27;
  color: #ffffff;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join .btn-Join-Rewards-section span {
  font-size: initial;
}

.rewards__section .get-reward-main .get-reward-content-main .get-reward-join .btn-Join-Rewards-section span a {
  cursor: pointer;
  text-decoration: none;
}

.rewards__section .get-reward-main .get-reward-content-main ul {
  list-style-type: disc;
  padding: 20px 50px;
}

.rewards__section .get-reward-main .get-reward-content-main padding, .rewards__section .get-reward-main .get-reward-content-main li {
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  color: #4d4d4f;
}

.rewards__section .get-reward-main .get-reward-content-main li {
  list-style-type: disc;
}

.rewards__section .get-reward-main.logged-in h2 {
  margin-bottom: 0px;
}

.pro-info-sec .btn-getStart-section a {
  font-size: 1.125em;
  font-weight: bold;
}

.pro-info-sec .ecomm-vendor .pro-inner-info .pro-inner-info-bg h2 {
  color: #c8102e;
}

.pro-info-sec .ecomm-vendor .pro-inner-info .pro-inner-info-bg p {
  color: #3c3c3b;
}

.pro-info-sec .ecomm-vendor .pro-inner-info .pro-inner-info-bg a {
  color: #c8102e;
  margin-bottom: 15px;
  text-decoration: underline;
  display: inline-block;
}

.pro-info-sec .ecomm-vendor .pro-inner-info a {
  color: #c8102e;
  margin-bottom: 15px;
  text-decoration: underline;
  display: inline-block;
}

@media (min-width: 991px) {
  .pro-info-sec .ecomm-vendor .pro-inner-info .pro-inner-img-sec {
    text-align: center;
  }
}
.pro-info-sec .ecomm-vendor .pro-inner-info .pro-inner-img-sec img, .pro-info-sec .ecomm-vendor .pro-inner-info .pro-inner-img-sec svg {
  width: 91px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    border-top: 12px #c8102e solid !important;
    border-left: none !important;
  }
}
@media (min-width: 768px) {
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    border-left: 12px #c8102e solid !important;
    border-top: none !important;
  }
}
@media (min-width: 767px) {
  .btn-getStart-section {
    text-align: right;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .btn-getStart-section {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .pro-info-sec .main-btn, .pro-info-sec .main-btn:link {
    font-weight: bold !important;
    font-size: 1.125em;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .container-fluid__full .container {
    width: 970px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .c-coupon-failed {
    height: auto;
  }
  .h-25 {
    min-height: 320px;
  }
  .product-items {
    margin-bottom: 23px;
  }
  .carousel__section .banner-caption h2 {
    padding: 25px 25px;
    font-size: 4em;
    line-height: 40px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    width: 600px;
  }
  .wd-trending .whats-new-trending .down-down-red {
    height: auto;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -10px;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wd-trending .whats-new-trending .down-down-red {
    height: 136px !important;
  }
  .wd-trending .whats-new-trending .slider-info-box {
    margin: 0;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper {
    margin: auto;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block {
    width: 205px;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__text {
    max-height: 90px;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 15px;
  }
  .wd-trending .whats-new-trending .whats-new-trending {
    padding: 0px;
  }
  .wd-trending .wd-trending-bg {
    background-size: 100% 145px;
    padding-top: 100px;
  }
  .slider-info {
    margin-top: 30px;
  }
  .container-fluid__full .container {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .pro-info h3 {
    font-size: 1em !important;
  }
  .pro-info p {
    font-size: 0.875em !important;
  }
  .product-items .pro-info button.plus-btn {
    margin-left: 10px;
  }
  .h-25 {
    min-height: 387px;
  }
  .carousel__section .banner-caption h2 {
    font-size: 4.063em;
    padding: 15px 20px;
  }
  .wd-instagram-section h2 {
    margin-top: 30px;
    font-size: 1.375em;
  }
  .wd-instagram-section .insta-image-block {
    height: auto;
  }
  .wd-instagram-section .insta-image-block .insta-image-block-sub {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  }
  .wd-trending h2 {
    font-size: 1.375em;
  }
  .deal-tab .main-btn, .deal-tab .main-btn:focus, .deal-tab .main-btn:hover, .deal-tab .main-btn:link {
    width: 172px;
    height: 45px;
  }
  #carousel-home .main-btn, #carousel-home .main-btn:focus, #carousel-home .main-btn:hover, #carousel-home .main-btn:link {
    width: 177px;
  }
  .rewards__section .get-reward-main .get-reward-main-img {
    margin-top: 0px;
  }
  .rewards__section .get-reward-main.logged-in h2 {
    margin-bottom: 0px;
  }
  .rewards__section .get-reward-main.logged-in .get-reward-content-main ul {
    padding-bottom: 12px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info h2 {
    font-size: 1.125em;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info p {
    font-size: 0.875em;
  }
  .btn-getStart-section .main-btn {
    height: 45px;
  }
}
@media (min-width: 100px) and (max-width: 767px) {
  .slider-info-box.weeklyad_out {
    margin-bottom: 48px;
  }
  .wd-trending {
    margin-top: 40px;
  }
  .wd-trending .whats-new-trending {
    top: -45px;
  }
  .wd-trending .whats-new-trending .whats-new-promo {
    padding: 0 0 0 16px;
    padding: 0;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper {
    margin: auto;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-viewport {
    height: 382px !important;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block {
    width: 173px;
    background: #ffffff;
    padding: 16px 0;
    margin: auto;
    box-shadow: none;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-img-top {
    /* border-radius: initial;*/
    border-radius: 4px;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__tag {
    font-size: 0.75em;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__title,
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__text,
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__link {
    font-size: 0.875em;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__text {
    height: 95px;
    -webkit-line-clamp: 5;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-pager.bx-default-pager {
    padding: 20px 0;
    position: initial !important;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-pager.bx-default-pager .bx-pager-link {
    width: 15px;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    right: -40px;
  }
  .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
    left: -40px;
  }
  .get-reward-content-main {
    padding: 13px;
  }
  .container-fluid__full .container {
    padding-right: 22px;
    padding-left: 22px;
  }
  .slider-red-box {
    margin-right: auto;
    min-height: 0;
  }
  .slider-info-box {
    padding: 12px;
  }
  .pro-info-sec {
    margin: auto;
  }
  .pro-info-sec .pro-inner .d-lg-flex {
    display: block;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    padding: 12px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info h2 {
    padding: 8px 0;
    font-size: 1.125em;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info p {
    padding: 6px 0;
    font-size: 0.875em;
    margin-top: -5px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info img {
    margin: 0;
    width: 91px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .text-align_btnInfo {
    text-align: center;
  }
  .login_bar {
    margin-bottom: 18px;
  }
  .login_bar .slider-info-box {
    background-color: #f9f9f9;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
  }
  .login_bar .login_body {
    display: block;
    padding: 0 11px !important;
  }
  .login_bar .login_body p {
    font-size: 0.875em;
    line-height: 1.43;
    letter-spacing: -0.23px;
    padding-right: 0px;
  }
  .login_bar .login_body .main-link {
    padding-left: 0px;
  }
  .weeklyad_wr {
    padding-right: 22px !important;
    padding-left: 22px !important;
  }
  .weeklyad_wr .weeklyad__section h2 {
    margin-bottom: 11px;
  }
  .weeklyad_wr .weeklyad__section .weeklyad_login {
    margin: 0 -12px;
  }
  .weeklyad_wr .weeklyad__section .weeklyad_login .weeklysec {
    padding: 10px 11px;
    width: 219px !important;
  }
  .weeklyad_wr .weeklyad__section .weeklyad_login .weeklysec .weeklyslider {
    padding: 10px 15px 14px 17px;
  }
  .product-items {
    padding: 0;
  }
  .pro-info h3 {
    font-size: 1em;
  }
  .pro-info p {
    font-size: 0.75em;
  }
  .carousel__section .banner-caption .main-btn {
    height: 41px;
  }
  .wd-trending .whats-new-trending .wd-downdeal {
    font-size: 0.75em;
  }
  .wd-trending .whats-new-trending .wd-dealtext h4 {
    font-size: 0.875em;
    font-weight: bold;
  }
  .wd-trending .whats-new-trending .wd-dealtext p {
    font-size: 0.875em;
    margin-top: 0px;
    height: 95px;
    -webkit-line-clamp: 5;
  }
  .wd-trending .whats-new-trending .wd-dealtext a.learnmore {
    font-size: 0.875em;
  }
  .weeklyad__section .user-weeklyAd-section {
    text-align: center;
    padding: 22px;
  }
  .weeklyad__section .user-weeklyAd-section img {
    max-height: 110px;
  }
  .rewards__section .get-reward-main .get-reward-main-img img {
    width: 232px;
    margin: auto;
  }
  .rewards__section .get-reward-main .get-reward-content-main ul {
    padding: 20px;
  }
  .rewards__section .get-reward-main .get-reward-content-main .get-reward-join {
    text-align: center;
  }
  .rewards__section .get-reward-main .get-reward-content-main .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards {
    font-size: 1em;
    width: 230px;
  }
  .rewards__section .get-reward-main.logged-in h2 {
    margin-bottom: 0px;
  }
  .rewards__section .get-reward-main.logged-in .get-reward-content-main {
    padding: 0px;
  }
  .rewards__section .get-reward-main.logged-in .get-reward-content-main ul {
    padding-bottom: 12px;
  }
}
@media (min-width: 100px) and (max-width: 420px) {
  .slider .banner-caption h2 {
    font-size: 2.5em !important;
  }
}
@media (max-width: 991px) {
  ol.carousel-indicators {
    right: 0 !important;
  }
  .pl-lg-0 {
    padding: 0px;
  }
  .mt-lg-30 {
    margin: 0px;
  }
  .slider-info-box {
    margin-bottom: 20px;
  }
  .slider-red-box h2 {
    font-size: 1.125em;
  }
  .slider-red-box p {
    font-size: 0.75em;
  }
  .slider-red-box a {
    font-size: 1em;
  }
  .main-btn, .main-btn:focus, .main-btn:hover, .main-btn:link {
    font-size: 1em;
  }
  a.main-link {
    font-size: 0.875em;
  }
  .c-coupon-failed {
    height: auto;
  }
  .deals {
    height: auto;
  }
  .rewards__section .get-reward-main h2 {
    font-size: 1.375em;
  }
  .rewards__section .get-reward-main .get-reward-content-main p, .rewards__section .get-reward-main .get-reward-content-main li {
    font-size: 0.875em;
  }
  .rewards__section .get-reward-main .get-reward-content-main .get-reward-join .get-reward-join span {
    font-size: 0.875em;
  }
}
@media (min-width: 991px) {
  #carousel-home .main-btn, #carousel-home .main-btn:focus, #carousel-home .main-btn:hover, #carousel-home .main-btn:link {
    width: 177px;
  }
}
@media (max-width: 767px) {
  .slider-info {
    margin-top: 15px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .slider .banner-caption h2 {
    font-size: 3.438em;
    padding: 5px 16px;
    margin: -15px 0px;
  }
  .slider .item img {
    background-position: right;
  }
  .slider-info-box .hidden-md.main-btn {
    /*display: block !important;*/
    margin: 0 auto;
    margin-bottom: 20px;
  }
  /*.pro-img {
        img {
            width: 200px;
        }
    }*/
  ol.carousel-indicators {
    bottom: 15px !important;
  }
  .pro-info-sec {
    margin-bottom: 35px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    display: inline-block;
    margin-bottom: 15px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info img {
    width: 91px;
    margin: 0 !important;
  }
  .wd-trending h2 {
    font-size: 1.375em;
    text-align: left;
    margin: 0 22px 15px;
  }
  .wd-trending .wd-trending-bg {
    background-size: 100% 130px;
    padding-top: 100px;
  }
  .wd-instagram-section h2 {
    font-size: 1.375em;
    margin-top: 0;
  }
  .wd-instagram-section .row {
    text-align: center;
    margin-bottom: 30px;
  }
  .wd-instagram-section .insta-image-block {
    height: auto;
    padding: 15px;
  }
  .wd-instagram-section .insta-image-block .insta-image-block-sub {
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.25);
  }
  .wd-instagram-section .gram-skyblue {
    height: 99px;
  }
  .wd-instagram-section .insta-sub {
    font-size: 0.875em;
  }
  .rewards__section .get-reward-main.logged-in .get-reward-content-main .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards {
    height: 46px;
  }
}
@media (min-width: 767px) {
  .wd-instagram-section {
    margin-top: -50px;
  }
  .wd-instagram-section .row {
    display: block;
  }
  .rewards__section .get-reward-main.logged-in .get-reward-content-main .get-reward-join .btn-Join-Rewards-section .btn-Join-Rewards {
    width: 227px;
  }
}
@media (min-width: 1420px) {
  .c-carousel__img {
    width: 100%;
  }
  .wd-trending .trending-img {
    width: 3000px;
    height: auto;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container-fluid__full .container {
    width: 1170px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .carousel__section .banner-caption h2 {
    font-size: 6.25em;
    padding: 35px 20px;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    width: 730px;
  }
  .rewards__section .get-reward-main h2 {
    margin-top: 35px;
  }
  .rewards__section .get-reward-main .get-reward-content-main {
    padding-right: 50px;
  }
}
@media (min-width: 350px) and (max-width: 767px) {
  .btn-getStart-section .main-btn, .btn-getStart-section .main-btn:focus, .btn-getStart-section .main-btn:hover, .btn-getStart-section .main-btn:link {
    width: 230px;
  }
  #carousel-home .main-btn, #carousel-home .main-btn:focus, #carousel-home .main-btn:hover, #carousel-home .main-btn:link {
    width: 230px;
  }
}
@media (min-width: 100px) and (max-width: 350px) {
  .btn-getStart-section .main-btn, .btn-getStart-section .main-btn:focus, .btn-getStart-section .main-btn:hover, .btn-getStart-section .main-btn:link {
    width: 230px;
  }
  #carousel-home .main-btn, #carousel-home .main-btn:focus, #carousel-home .main-btn:hover, #carousel-home .main-btn:link {
    width: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  .carousel__section {
    margin: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  .carousel__section {
    margin: 0 !important;
  }
}
.b-caption-caption {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.b-caption-indicator {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.zoomTxt .carousel-inner .item img {
  height: 860px;
}

.zoomTxt .main-btn {
  height: auto !important;
}

.zoomTxt .weeklyad__section .slider-red-box {
  height: auto !important;
}

.zoomTxt .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bx-viewport {
  height: auto !important;
}

.zoomTxt .wd-trending .whats-new-trending .whats-new-promo .bx-wrapper .bxSlider__card .card-block .card-block__text {
  max-height: 100%;
}

.c-coupon-failed {
  display: flex;
  align-items: center;
}

.c-coupon-failed .coupons-api-fails-section {
  width: 100%;
}

.c-coupon-failed .coupons-api-fails-section h2 {
  color: #c8102e;
  font-size: 1.375em;
  margin: 0;
  font-weight: 600;
  padding-bottom: 8px;
}

.c-coupon-failed .coupons-api-fails-section p {
  color: #4d4d4f;
  font-size: 1em;
  margin: 0;
  margin-top: 4px;
}

.c-coupon-failed .coupons-api-fails-section img {
  width: 94px;
  height: auto;
  padding-bottom: 26px;
}

input::-ms-reveal, .search input::-ms-clear {
  display: none;
}

@media (max-width: 991px) and (min-width: 768px) {
  .login_bar .slider-info-box {
    padding-left: 12px;
  }
}
.pro-info-sec .pro-inner .d-lg-flex .pro-inner-info .pro-inner-info-bg .change-vendor {
  font-family: Asap;
  color: #c8102e;
  text-decoration: underline !important;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
}

.pro-info-sec .pro-inner .d-lg-flex .pro-inner-info .btn-getStart-section .main-btn .main-btn:link {
  font-weight: bold !important;
}

@media (min-width: 768px) {
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    border-left: 12px #c8102e solid !important;
    border-top: none !important;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info p {
    line-height: 1.38;
    margin-bottom: 15px !important;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info .btn-getStart-section {
    text-align: right;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info .btn-getStart-section .main-btn .main-btn:link {
    height: 49px;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .pro-info-sec .pro-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    margin-left: 22px;
    margin-right: 22px;
    border-top: 12px #c8102e solid !important;
    border-left: none !important;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info p {
    line-height: 1.43;
    margin-bottom: 10px !important;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info .btn-getStart-section {
    text-align: center;
  }
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info .btn-getStart-section .main-btn .main-btn:link {
    height: 49px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    border-top: 12px #c8102e solid !important;
    border-left: none !important;
  }
}
@media (min-width: 768px) {
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info {
    border-left: 12px #c8102e solid !important;
    border-top: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .pro-info-sec .pro-inner .d-lg-flex .pro-inner-info img {
    width: 140px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .weeklyad_wr h2 {
    margin-bottom: 16px;
  }
  .weeklyad_wr a.main-link {
    margin-top: 4px;
  }
  .weeklyad_wr .weeklyad__section .search-sec {
    display: flex;
    padding: 0;
    justify-content: space-around;
  }
  .weeklyad_wr .weeklyad__section .search-sec .weekly_body {
    display: flex;
    justify-content: center;
  }
  .weeklyad_wr .weeklyad__section .search-sec .weekly_body img {
    margin: 0;
  }
  .weeklyad_wr .weeklyad__section .search-sec .weekly_body .weeklyad_para {
    padding: 0 17px;
    width: 60%;
    margin-top: 0px;
  }
  .weeklyad_wr .weeklyad__section .weeklyad_login {
    padding: 0;
  }
  .weeklyad_wr .weeklyad__section .weeklyad_login .weeklysec {
    padding-right: 24px;
    width: 219px;
  }
}
@media (max-width: 991px) {
  .weeklyad_wr {
    margin-top: 32px;
    padding: 0;
  }
  .weeklyad_wr h2 {
    font-size: 1.375em;
    line-height: 1.36;
    letter-spacing: -0.31px;
  }
  .weeklyad_wr p {
    font-size: 0.875em;
  }
}
.way-to-save-main {
  margin-top: 40px;
  margin-bottom: 90px;
}

.way-to-save-main .way-to-save-header h2 {
  font-family: Asap;
  font-size: 2.25em;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: -0.59px;
  text-align: center;
  background-color: #c8102e;
  height: 241px;
  padding: 30px;
}

.way-to-save-main .way-to-save-container {
  margin-top: -156px;
}

.way-to-save-main .way-to-save-container .col-sm-12 {
  padding: 0px;
}

.way-to-save-main .way-to-save-container .way-to-save {
  padding: 13px;
}

.way-to-save-main .way-to-save-container .way-to-save .center-btn {
  margin-top: 25px;
  margin-bottom: 10px;
}

.way-to-save-main .way-to-save-container .way-to-save .center-btn a {
  font-weight: bold !important;
  width: 170px;
}

.way-to-save-main .way-to-save-container .way-to-save .deals {
  height: 280px;
  background-color: #8e1537;
  border-radius: 4px;
}

.way-to-save-main .way-to-save-container .way-to-save .deals a {
  width: 90%;
}

.way-to-save-main .way-to-save-container .way-to-save .deals .deal-header {
  background-color: #c8102e;
  padding: 10px;
  height: 90px;
  border-radius: 4px 4px 0 0;
}

.way-to-save-main .way-to-save-container .way-to-save .deals .deal-header h3 {
  font-family: Asap;
  font-size: 1.375em;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: -0.25px;
  color: #ffffff;
  margin: 0px;
}

.way-to-save-main .way-to-save-container .way-to-save .deals .deal-header h4 {
  font-family: Asap;
  font-size: 1em;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: -0.25px;
  color: #ffffff;
  margin: 0px;
}

.way-to-save-main .way-to-save-container .way-to-save .deals .deal-body {
  padding: 10px;
  overflow: hidden;
  height: 190px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  background-color: #8e1537;
  border-radius: 0 0 4px 4px;
}

.way-to-save-main .way-to-save-container .way-to-save .deals .deal-body img {
  width: auto;
  height: 130px;
  margin: 0 auto;
}

.way-to-save-main .way-to-save-container .way-to-save .deals .deal-body .main-btn {
  margin: 10px 0;
}

@media (max-width: 992px) and (min-width: 768px) {
  .way-to-save-main {
    margin-top: 20px;
    margin-bottom: 53px;
  }
  .way-to-save-main .way-to-save-header h2 {
    font-size: 1.375em;
    line-height: 1.36;
    letter-spacing: -0.31px;
    height: 116px;
    padding: 15px;
  }
  .way-to-save-main .way-to-save-container {
    margin-top: -74px;
    padding: 0px;
  }
  .way-to-save-main .way-to-save-container .way-to-save {
    padding: 13px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals {
    height: 230px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-header {
    height: auto;
    padding: 8px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-header h3 {
    font-size: 1.125em;
    line-height: 1.22;
    letter-spacing: -0.25px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-header h4 {
    font-size: 0.875em;
    line-height: 1.43;
    letter-spacing: -0.23px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-body {
    height: auto;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-body img {
    height: auto;
    max-height: 88px;
  }
}
@media only screen and (max-width: 767px) {
  .way-to-save-main {
    margin-bottom: 53px;
    margin-top: 135px;
  }
  .way-to-save-main .way-to-save-header h2 {
    font-size: 1.125em;
    line-height: 1.22;
    letter-spacing: -0.25px;
    padding-top: 50px;
  }
  .way-to-save-main .way-to-save-container .way-to-save {
    padding: 0px;
  }
  .way-to-save-main .way-to-save-container .way-to-save a {
    width: 90%;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals {
    height: auto;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-header {
    height: auto;
    padding: 8px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-header h3 {
    font-size: 1.125em;
    line-height: 1.22;
    letter-spacing: -0.25px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-header h4 {
    font-size: 0.875em;
    line-height: 1.43;
    letter-spacing: -0.23px;
  }
  .way-to-save-main .way-to-save-container .way-to-save .deals .deal-body {
    padding: 26px 5px 0 5px;
  }
}
@media (min-width: 992px) and (max-width: 1170px) {
  .way-to-save-main .way-to-save-header h2 {
    margin-top: 55px;
  }
}
/*Left menu updates for left navigation pages*/
.leftnavMobileAlign .flexnav li a, .leftnavMobileAlign .flexnav li ul li a, .leftnavMobileAlign .flexnav ul li ul li a, .leftnavMobileAlign .flexnav ul li ul li ul li a, .leftnavMobileAlign .menu-button {
  background: #fff;
}

.leftnavMobileAlign .flexnav li, .leftnavMobileAlign .flexnav li ul li {
  font-size: 100%;
}

.leftnavMobileAlign .anchorForgetPassLink {
  color: #fff;
  text-decoration: none;
}

.leftnavMobileAlign .anchorForgetPassLink:hover {
  color: #fff;
  text-decoration: none;
}

.leftnavMobileAlign .imgWDLogo {
  width: 87%;
}

.leftnavMobileAlign .flexnav, .leftnavMobileAlign .flexnav li ul {
  width: 100%;
}

.leftnavMobileAlign .flexnav {
  background-color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  transition: none;
  -webkit-transform-style: preserve-3d;
  overflow: hidden;
  margin: -10px auto 0;
  max-height: 0;
  position: absolute !important;
  z-index: 998 !important;
}

.leftnavMobileAlign .flexnav.opacity {
  opacity: 0;
}

.leftnavMobileAlign .flexnav.flexnav-show {
  max-height: 2000px;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  box-shadow: #dfdfdf 0px 2px 14px 0px;
}

.leftnavMobileAlign .flexnav.one-page {
  position: fixed;
  top: 50px;
  right: 5%;
  max-width: 200px;
}

.leftnavMobileAlign .flexnav li, .leftnavMobileAlign .flexnav li a, .leftnavMobileAlign .flexnav li ul li {
  position: relative;
  overflow: hidden;
}

.leftnavMobileAlign .flexnav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.leftnavMobileAlign .flexnav li a {
  display: block;
  padding: 0.96em;
  z-index: 2;
  color: #222;
}

.leftnavMobileAlign .flexnav li ul.flexnav-show li {
  overflow: visible;
}

.leftnavMobileAlign .flexnav li ul li a {
  display: block;
}

.leftnavMobileAlign .flexnav li div a:focus {
  display: inline-block;
  width: 99%;
  margin: 2px 0px 0px 2px;
}

.leftnavMobileAlign .flexnav .touch-button {
  position: absolute;
  z-index: 999;
  top: 3px;
  right: 0;
  width: 50px;
  height: 43px;
  display: inline-block;
  background: #fff;
  text-align: center;
  padding: 0px;
}

.leftnavMobileAlign .zoomTxt .flexnav .touch-button .navicon {
  top: 0.8em;
}

.leftnavMobileAlign .flexnav .touch-button:hover {
  cursor: pointer;
}

.leftnavMobileAlign .flexnav .touch-button .navicon {
  position: relative;
  top: 0;
  font-size: 1.6875em;
  color: #333;
}

.leftnavMobileAlign .menu-button {
  position: relative;
  display: block;
  padding: 8px 1em;
  color: #222;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  margin-top: 5px;
  z-index: 998;
  border-radius: 3px;
}

.leftnavMobileAlign .menu-button:focus {
  outline: 2px solid #002bff;
  outline-offset: -1px;
}

.leftnavMobileAlign .menu-button h1 {
  font-size: 1em;
  margin: auto;
}

.leftnavMobileAlign .menu-button h2 {
  font-size: 1em;
  margin: auto;
}

.leftnavMobileAlign .menu-button.one-page {
  position: fixed;
  top: 0;
  right: 5%;
  padding-right: 45px;
}

.leftnavMobileAlign .menu-button .touch-button {
  background: 0 0;
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 50px;
  height: 39px;
  display: inline-block;
  text-align: center;
}

.leftnavMobileAlign .menu-button:focus {
  outline: 2px solid #002bff !important;
}

.leftnavMobileAlign .menu-button .touch-button .navicon {
  font-size: 1.875em;
  position: relative;
  top: 10px;
  color: #333;
}

.leftnavMobileAlign .navicon {
  width: 16px;
  height: 16px;
  margin: auto;
  background-repeat: no-repeat;
}

.leftnavMobileAlign .imglftnav {
  width: 100%;
  height: auto;
  max-width: 35px;
  float: left;
  padding-top: 3px;
  margin-left: 5px;
}

.leftnavMobileAlign .bnsimg_div, .leftnavMobileAlign .crcIMageFloatRight {
  float: right;
}

.leftnavMobileAlign .UlLftSubmenu li {
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.leftnavMobileAlign .UlLftSubmenu li div {
  margin-left: 20px;
}

.leftnavMobileAlign .UlLftSubmenu li ul li div {
  margin-left: 30px;
}

.leftnavMobileAlign .UlLftSubmenu li ul li ul li div {
  margin-left: 40px;
}

.leftnavMobileAlign .mobNavActive, .leftnavMobileAlign .mobNavActive:visited {
  color: #c8102e !important;
  font-weight: 700;
}

.leftnavMobileAlign .UlLftSubmenu li a:hover {
  text-decoration: none;
}

.leftnavMobileAlign span i.navicon.fa.fa-sort-down {
  top: -3px !important;
}

.leftnavMobileAlign a i.navicon.fa.fa-sort-up {
  top: 12px !important;
}

.BrdCrmbTbl .BrdLnkSpan a {
  color: #ffffff;
}

@media (min-width: 767px) {
  .btn-getStart-section {
    text-align: right;
  }
}
.zoomTxt .way-to-save-main .way-to-save-container {
  margin-top: -178px;
}

.zoomTxt .way-to-save-main .way-to-save-container .way-to-save .deals {
  height: 300px;
}

.zoomTxt .way-to-save-main .way-to-save-container .way-to-save .deals .deal-header {
  height: 120px;
}

.btn--loading {
  font-size: 0;
}

.btn--loading .btn-span {
  display: flex;
  justify-content: center;
}

.btn--loading .btn-span b {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: 0.1s;
  margin: 0 5px;
}

.btn--loading .btn-span b:first-child {
  animation-delay: 0s;
  margin: 0;
}

.btn--loading .btn-span b:last-child {
  animation-delay: 0.2s;
  margin: 0;
}

.btn-span {
  display: none;
}

.btn-span b {
  font-weight: normal;
}

@keyframes stretch {
  0% {
    transform: scale(0.5);
    background-color: #c8102e;
  }
  50% {
    background-color: #c8102e;
  }
  100% {
    transform: scale(1);
    background-color: #FFFFFF;
  }
}
.btn-dot-loading.btn--loading {
  font-size: 0;
}

.btn-dot-loading.btn--loading .btn-span {
  display: flex !important;
  justify-content: center;
}

.btn-dot-loading.btn--loading .btn-span b {
  animation-direction: alternate;
  animation-duration: 0.5s;
  animation-fill-mode: none;
  animation-iteration-count: infinite;
  animation-name: stretch;
  animation-play-state: running;
  animation-timing-function: ease-out;
  border-radius: 100%;
  display: block;
  height: 10px;
  margin: 0 1px;
  width: 10px;
  animation-delay: 0.1s;
  margin: 0 5px;
}

.btn-dot-loading.btn--loading .btn-span b:first-child {
  animation-delay: 0s;
  margin: 0;
}

.btn-dot-loading.btn--loading .btn-span b:last-child {
  animation-delay: 0.2s;
  margin: 0;
}

.btn-dot-loading b {
  font-weight: normal;
}

.btn-dot-loading .btn-span {
  display: none;
}

/* Header and QAB - Start */
.zoomTxt .v6-header .topNav-Menu .adSection h2 {
  font-family: "WD Shopper";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.22px;
  min-height: 50px !important;
}

.v6-header .topNav-Menu .adSection h2, .v6-header .topNav-Menu p {
  font-family: "WD Shopper" !important;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .store-name {
  font-family: "WD Shopper" !important;
}

.main-header-section .quickLogin .StrLogin-section .btn--loginregister {
  font-family: "WD Shopper" !important;
}

.main-header-section {
  background-color: #E01B1A;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

@media (max-width: 991px) {
  .main-header-section {
    height: auto;
  }
}
.main-header-section .header_background.row {
  display: flex;
  margin: 0 35px;
  height: 94px;
}

@media (max-width: 1024px) {
  .main-header-section .header_background.row {
    margin: 0 25px;
  }
}
@media (max-width: 991px) {
  .main-header-section .header_background.row {
    margin: 0 20px;
    margin-top: 47px;
    display: block;
    min-height: auto;
  }
}
.main-header-section .storeName_Mob {
  background: white;
  height: 50px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  z-index: 0;
}

@media (max-width: 991px) {
  .main-header-section .storeName_Mob {
    padding: 0 20px;
  }
}
.main-header-section .storeName_Mob .storeName {
  padding: 0 13px;
}

@media (max-width: 991px) {
  .main-header-section .storeName_Mob .storeName {
    padding-left: 3px;
  }
}
.main-header-section .storeName_Mob .storeName a {
  color: #c8102e;
  font-family: "WD Shopper";
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-section .storeName_Mob .storeName a svg, .main-header-section .storeName_Mob .storeName a img {
  margin-right: 7px;
}

@media (min-width: 1121px) and (max-width: 1200px) {
  .main-header-section .LoginSign-QAB {
    width: 40%;
    display: block !important;
  }
  .main-header-section .storeName_Mob {
    display: none;
  }
}
.main-header-section .LogoTopNav {
  display: flex;
  align-items: flex-end;
  padding: 0;
}

@media (max-width: 991px) {
  .main-header-section .LogoTopNav {
    align-items: stretch;
  }
}
@media (min-width: 992px) and (max-width: 1220px) {
  .main-header-section .LogoTopNav {
    flex-flow: wrap;
    /* align-items: center;*/
  }
}
.main-header-section .LogoTopNav .BannerLogo-HamMenu {
  min-height: 47px;
  padding: 0;
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  .main-header-section .LogoTopNav .BannerLogo-HamMenu {
    display: flex;
  }
}
@media (min-width: 992px) {
  .main-header-section .LogoTopNav .BannerLogo-HamMenu {
    width: fit-content;
  }
}
.main-header-section .LogoTopNav .BannerLogo-HamMenu #wd-site-logo {
  position: relative;
  z-index: 10001;
  margin: auto;
  margin-top: 5px;
  float: left;
  width: 165px;
  max-height: 86px;
}

@media screen and (max-width: 991px) and (min-width: 100px) {
  .main-header-section .LogoTopNav .BannerLogo-HamMenu #wd-site-logo {
    position: relative;
    z-index: 10001;
    margin: auto;
    margin-top: 10px;
    float: left;
    width: 165px;
    max-height: 86px;
    text-align: center;
    max-width: 128px;
  }
}
.main-header-section .LogoTopNav .BannerLogo-HamMenu #wd-site-logo a {
  display: block;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .navbar-HamMenu {
  display: block;
  float: left;
  position: absolute;
  background: transparent;
  border: none;
  padding: 10px 0 10px;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .navbar-HamMenu:active, .main-header-section .LogoTopNav .BannerLogo-HamMenu .navbar-HamMenu:focus {
  background-color: #a20f27;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon span {
  background-color: #fff;
  outline: solid 1px #fff;
  outline-offset: -1px;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon span:nth-child(1) {
  top: 0;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon span:nth-child(2), .main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon span:nth-child(3) {
  top: 10px;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon span:nth-child(4) {
  top: 20px;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-header-section .LogoTopNav .BannerLogo-HamMenu .animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.main-header-section .topNav_div .dropdown {
  padding-right: 20px;
}

.main-header-section .quickLogin .StrLogin-section {
  padding: 6px 0;
  display: flex;
  justify-content: right;
  margin-bottom: 10px;
}

@media (min-width: 1020px) and (max-width: 1290px) {
  .main-header-section .quickLogin .StrLogin-section {
    padding: 8px 0;
  }
}
.main-header-section .quickLogin .StrLogin-section p.flexView {
  display: flex;
  justify-content: flex-end;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .store-name {
  display: flex !important;
  align-items: center;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .store-name svg, .main-header-section .quickLogin .StrLogin-section p.flexView .store-name img {
  margin-right: 7px;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .topNavigation__getmydetails, .main-header-section .quickLogin .StrLogin-section p.flexView .login_register {
  display: flex !important;
  align-items: center;
  padding-right: 5px;
  margin-left: 15px;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .topNavigation__getmydetails .topNavigation__userinfo__name, .main-header-section .quickLogin .StrLogin-section p.flexView .login_register .topNavigation__userinfo__name {
  font-size: 1em;
  padding-right: 7px;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .topNavigation__getmydetails .topNavigation__userinfo__name .fa-angle-down--QAB, .main-header-section .quickLogin .StrLogin-section p.flexView .login_register .topNavigation__userinfo__name .fa-angle-down--QAB {
  font: normal normal normal 14px/1 FontAwesome;
  position: relative;
  left: 5px;
  top: 0;
  font-size: 1em;
  font-weight: bold;
}

.main-header-section .quickLogin .StrLogin-section p.flexView .topNavigation__getmydetails .topNavigation__userinfo__name .fa-angle-down--QAB :hover, .main-header-section .quickLogin .StrLogin-section p.flexView .login_register .topNavigation__userinfo__name .fa-angle-down--QAB :hover {
  display: inline-block;
}

.main-header-section .quickLogin .StrLogin-section p.flexView a {
  white-space: nowrap;
  color: #ffffff !important;
  padding: 5px 7px;
  border-radius: 4px;
}

.main-header-section .quickLogin .StrLogin-section p.flexView a:active {
  text-decoration: underline;
}

.main-header-section .quickLogin .StrLogin-section p.flexView a:focus {
  text-decoration: underline;
}

.main-header-section .quickLogin .StrLogin-section p.flexView a:hover {
  text-decoration: underline;
  background-color: #a20f27;
  border-radius: 6px;
}

.main-header-section .quickLogin .StrLogin-section p.flexView a .topNavigaion__userinfo__img {
  width: auto;
  height: auto;
}

.main-header-section .quickLogin .StrLogin-section p.flexView a:first-child {
  text-decoration: underline;
}

.main-header-section .quickLogin .QAB-section {
  position: absolute;
  bottom: 15px;
}

@media (min-width: 1020px) and (max-width: 1290px) {
  .main-header-section .quickLogin .QAB-section {
    bottom: 10px;
  }
}
.main-header-section .quickLogin .QAB-section .quick-bar__column {
  display: flex;
  justify-content: flex-end;
}

.main-header-section .quickLogin .QAB-section .quick-bar__column .quick-bar__link a {
  font-family: "WD Shopper";
  font-style: normal;
  font-weight: 500;
  font-size: 1.0625em;
  line-height: 22px;
  font-stretch: normal;
  color: #f9f9f9;
  text-decoration: none;
  padding: 5px;
  border-radius: 4px;
}

.main-header-section .quickLogin .QAB-section .quick-bar__column .quick-bar__link a:active, .main-header-section .quickLogin .QAB-section .quick-bar__column .quick-bar__link a:focus, .main-header-section .quickLogin .QAB-section .quick-bar__column .quick-bar__link a:hover {
  text-decoration: underline;
  display: initial;
  border-radius: 6px;
}

.main-header-section .quickLogin .QAB-section .quick-bar__column .quick-bar__link a:active {
  outline: 1px solid #fff !important;
}

.main-header-section .quickLogin .QAB-section .quick-bar__column li + li:before {
  content: " | ";
  padding: 0 6px 0 8px;
  font-size: 1em;
  font-weight: 500;
  color: #f9f9f9;
}

.sticky-header-group {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.v6-header {
  position: relative;
  background: #c8102e;
  clear: both;
  padding-top: 0;
}

.v6-header.header__sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

@media (max-width: 991px) {
  .main-header-section .LogoTopNav {
    display: grid;
    padding: 0 20px;
    z-index: 1;
  }
  .main-header-section .header_background.row {
    margin: 0 !important;
    margin-top: 47px !important;
  }
}
/* Header and QAB - End */
/* Top Navigation Menu - Start */
.v6-header {
  /*Custom Header*/
}

.v6-header .topNav-Menu {
  /* submenu positioning*/
}

.v6-header .topNav-Menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (min-width: 1200px) {
  .v6-header .topNav-Menu .topNav_Update nav {
    display: block;
    text-align: center;
  }
}
.v6-header .topNav-Menu .topNav__accordion a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.v6-header .topNav-Menu .topNav__accordion {
  vertical-align: top;
  display: inline-block;
  box-shadow: 1px -1px -1px 1px #000, -1px 1px -1px 1px #ffffff, 0 0 6px 3px #ffffff;
}

.v6-header .topNav-Menu .topNav__accordion > li {
  float: left;
  margin: 0 6px;
}

@media (min-width: 1200px) {
  .v6-header .topNav-Menu .topNav__accordion > li > a {
    margin-bottom: 5px;
  }
}
.v6-header .topNav-Menu .topNav__accordion li:hover > a {
  background: #a20f27;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.v6-header .topNav-Menu .topNav__accordion li > a:focus {
  background: #a20f27;
  text-decoration: underline;
}

.v6-header .topNav-Menu .topNav__accordion li a.hidden-sm.hidden-xs.topNav__headLink--sublink:focus {
  background: rgba(200, 16, 46, 0.1);
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li:hover a, .v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li a:focus {
  text-decoration: none;
  background: rgba(200, 16, 46, 0.1);
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li a.topNav__toggle:hover:before, .v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li a.topNav__toggle:focus:before {
  position: absolute;
  content: "";
  height: 35px;
  width: 4px;
  background-color: #c8102e;
  left: 0;
  bottom: 5px;
  z-index: 1;
  border-radius: 0 6px 6px 0;
  top: auto;
  border: none;
}

.v6-header .topNav-Menu .topNav__accordion > li:last-child {
  border-radius: 4px 0 0 4px;
}

.v6-header .topNav-Menu .topNav__accordion > li:last-child > a {
  border-radius: 4px 0 0 0;
}

.v6-header .topNav-Menu .topNav__accordion li a:first-child:nth-last-child(2):before {
  position: absolute;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  top: 50%;
  right: 5px;
}

.v6-header .topNav-Menu .topNav__accordion ul {
  border-top: #ffffff;
  position: absolute;
  white-space: nowrap;
  z-index: 2;
  left: -99999em;
}

.v6-header .topNav-Menu .topNav__accordion > li:hover > ul {
  left: -15%;
  min-width: 100%;
  visibility: visible !important;
}

.v6-header .topNav-Menu .topNav__accordion > li li:hover > ul, .v6-header .topNav-Menu .topNav__accordion > li li:focus > ul, .v6-header .topNav-Menu .topNav__accordion > li li > ul {
  left: 96% !important;
  margin: 0;
  top: 0;
  width: max-content;
  background: #F9E7EA;
  border: none;
  border-radius: 0px 0px 8px 0px;
  height: 100%;
  box-shadow: none;
  padding: 0;
  font-size: 1em;
}

.v6-header .topNav-Menu .topNav__accordion > li > a:first-child:nth-last-child(2):before {
  border-top-color: #aaa;
}

.v6-header .topNav-Menu .topNav__accordion > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  margin-top: -5px;
}

.v6-header .topNav-Menu .topNav__accordion li li > a:first-child:nth-last-child(2):before {
  border-left-color: #aaa;
  margin-top: -5px;
}

.v6-header .topNav-Menu .topNav__accordion li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent;
  right: 10px;
}

.v6-header .topNav-Menu ul#topNav__accordion .submenu-new {
  text-align: left;
  box-shadow: none !important;
  padding-bottom: 0 !important;
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li {
  color: #000 !important;
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li a {
  height: initial !important;
  /*   background: $white-color;*/
  color: #3c3c3b;
  font-family: "WD Shopper";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 12px;
  display: flex;
  align-items: center;
  letter-spacing: -0.22px;
  cursor: pointer !important;
}

.v6-header .topNav-Menu li#topNav__mainMenu {
  box-shadow: none;
  line-height: normal;
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu {
  background: #ffffff;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 0px 0px 8px 8px;
  min-width: 163px;
  padding: 12px 0;
  columns: unset;
  visibility: hidden;
  border-top: none;
  width: max-content;
  top: 47px;
  padding: 0;
}

.v6-header .topNav-Menu li.topNav__listcolumn__li:hover a {
  background: rgba(200, 16, 46, 0.1);
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li a:focus {
  background: rgba(200, 16, 46, 0.1);
}

.v6-header .topNav-Menu .topNav_submenu:before {
  display: none;
}

.v6-header .topNav-Menu .topNav__accordion > li:hover i.fa-angle-down--topnav-icon {
  display: inline-block;
  font: normal normal 16px/1 FontAwesome;
  position: relative;
  left: 2px;
}

.v6-header .topNav-Menu li.topNav_submenu:hover a {
  text-decoration: underline !important;
  background: rgba(200, 16, 46, 0.1);
}

.v6-header .topNav-Menu .topNav__accordion > li i.fa-angle-down--topnav-icon {
  display: none;
}

.v6-header .topNav-Menu .topNav__accordion .topNav.open ul.topNav__listmenu {
  left: -15%;
  z-index: 1;
  visibility: visible !important;
  display: block !important;
  height: auto;
  min-height: 387px;
  font-size: 1em;
  border: none;
}

.v6-header .topNav-Menu .topNav__accordion .topNav.open .topNav__headLink {
  background-color: #a20f27;
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.v6-header .topNav-Menu .topNav__accordion .topNav .topNav__headLink {
  border-radius: 6px;
  padding-right: 25px;
  font-family: "WD Shopper";
}

.v6-header .topNav-Menu .topNav__accordion .topNav:hover .topNav__headLink {
  padding-right: 10px;
}

.v6-header .topNav-Menu .topNav__accordion .topNav.open .topNav__headLink {
  padding-right: 10px;
}

.v6-header .topNav-Menu .topNav__accordion .topNav.open .topNav__headLink i.fa-angle-down--topnav-icon {
  display: inline-block;
  font: normal normal 16px/1 FontAwesome;
  position: relative;
  left: 2px;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li ul.collapse {
  visibility: hidden;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li:hover ul.collapse {
  visibility: visible !important;
  left: 100%;
  top: 0;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li ul .collapse.in, .v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li ul collapsing {
  display: block !important;
  visibility: visible !important;
  left: 96% !important;
  margin: 0;
  top: 0;
  width: max-content;
  background: #F9E7EA;
  border: none;
  border-radius: 0px 0px 8px 0px;
  height: 100%;
  box-shadow: none;
  padding: 0;
  z-index: 1;
  font-size: 1em;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li {
  z-index: 0;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li:hover {
  z-index: 3;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .v6-header .topNav-Menu li.topNav_submenu span {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .v6-header .topNav-Menu .topNav__accordion > li:hover > ul {
    top: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li a:focus {
    text-decoration: underline;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .v6-header .topNav-Menu .BannerLogo-HamMenu svg {
    width: 100px !important;
  }
  .v6-header .topNav-Menu .topNav__accordion {
    margin-top: -25px;
  }
}
.v6-header .topNav-Menu .dropdown-menu {
  overflow: visible;
}

.v6-header .topNav-Menu .topNav__accordion > li li.activated > ul {
  left: 100%;
  top: 0;
  width: max-content;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li.activated .dropdown-menu {
  display: initial !important;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li.activated ul.collapse {
  display: block !important;
  left: 100%;
  top: 0;
  z-index: 2;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li.activated {
  z-index: 3;
}

.v6-header .topNav-Menu .topNav__accordion .topNav__listmenu li.activated .dropdown-menu.promo-noleft {
  width: 0 !important;
  left: 0% !important;
  z-index: -1 !important;
  background: #ffffff !important;
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li.activated a, .v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li a:focus {
  text-decoration: none;
  background: rgba(200, 16, 46, 0.1);
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li.topNav_submenu {
  padding: 6px;
}

.v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li.topNav_submenu a {
  padding: 6px;
  background: transparent;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li.topNav_submenu:hover a, .v6-header .topNav-Menu ul.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow li.topNav_submenu:focus a {
    background: #F4D1D7;
    border-radius: 6px !important;
  }
}
.v6-header .topNav-Menu #topNav__mainMenu .dropdown-backdrop {
  position: initial;
}

.v6-header .topNav-Menu #rewards .topNavigation__listcolumn--onerow {
  height: 240px;
}

.v6-header .topNav-Menu   .topNav__listmenu {
  height: 240px;
}

.v6-header .topNav-Menu #pharmacy .topNav__listmenu {
  height: 340px;
}

.v6-header .topNav-Menu .topNav__accordion .topNav.open ul.topNav__listmenu .blankspace, .v6-header .topNav-Menu .topNav__accordion .topNav.open ul.topNav__listmenu ul.dropdown-menu .blankspace {
  height: 10px;
  display: block;
}

.v6-header .topNav-Menu .topNav__accordion .topNav.open ul.topnav-nopromo {
  min-height: auto;
}

.v6-header .topNav-Menu .adSection {
  left: 97% !important;
  margin: 0;
  top: 0;
  border: none;
  border-radius: 0 0 8px 0;
  box-shadow: none;
  padding: 20px;
  display: table-cell;
  white-space: normal;
  text-align: center;
  height: 100%;
  font-size: 1em;
}

.v6-header .topNav-Menu .adSection .imgDiv {
  width: auto;
  height: 166px;
  flex-grow: 0;
  object-fit: contain;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v6-header .topNav-Menu .adSection .imgDiv img {
  border-radius: 8px;
}

.v6-header .topNav-Menu .adSection h2 {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1.22;
  letter-spacing: -0.22px;
  text-align: left;
  color: #3c3c3b;
  margin-top: 16px;
  margin-bottom: 4px;
  max-height: 44px;
  height: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.v6-header .topNav-Menu .adSection p {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -0.22px;
  text-align: left;
  color: #3c3c3b;
  max-height: 40px;
  height: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.v6-header .topNav-Menu .adSection .btnLink {
  font-size: 1.125em !important;
  margin: 0 auto;
  font-family: Asap;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  border: solid 1px #e01b1a !important;
  background-color: #e01b1a !important;
  color: #ffffff !important;
  border-radius: 6px;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  object-fit: contain;
  margin-top: 28px !important;
  max-height: 48px;
  height: 100%;
}

.v6-header .topNav-Menu .adSection .btnLink:focus, .v6-header .topNav-Menu .adSection .btnLink:hover {
  display: block !important;
  margin: 0 auto;
  height: auto;
  border: solid 1px #e01b1a !important;
  background-color: #e01b1a !important;
  color: #ffffff !important;
}

.v6-header .HeaderNotice .main {
  position: relative;
  font-family: "WD Shopper";
  width: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.v6-header .HeaderNotice .main .backGroundColor {
  padding: 15px 50px;
}

.v6-header .HeaderNotice .main .backGroundColor p {
  max-height: 40px;
  min-height: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.v6-header .HeaderNotice .main .arrowBtn {
  position: absolute;
  top: 31%;
  right: 13px;
  padding: 0;
  background: transparent;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  border: 1px solid transparent;
}

.v6-header .HeaderNotice .main .nextBtn {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.v6-header .HeaderNotice .main .prevBtn {
  -webkit-transform: inherit;
  transform: inherit;
  right: 0 !important;
  left: 13px;
}

.v6-header .HeaderNotice .main .slick-arrow {
  display: none !important;
}

.v6-header .HeaderNotice .main p {
  font-family: "WD Shopper";
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.59px;
  color: #3C3C3B;
}

/* Top Navigation Menu - End */
/* Account Menu Dropdown - Start */
.topNavigation__userinfo__modal_WR {
  right: 0;
  margin: auto;
  left: 0;
  position: absolute;
  top: 94px;
  z-index: 9999;
  bottom: auto;
  transition: opacity 0.3s linear;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore {
  width: 276px;
  right: 12px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo {
  box-shadow: inset 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  background: no-repeat;
  padding-top: 10px;
  background-color: #F9F9F9;
  border-radius: 0 0 4px 4px;
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .login-points-header {
  background-color: #F9F9F9;
  padding-bottom: 20px;
  padding-top: 10px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .login-points-header h2 {
  font-size: 1.125em;
  font-weight: 600;
  color: #c8102e;
  margin: 8px auto;
  line-height: 20px;
  letter-spacing: -0.23px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .login-points-header p {
  font-size: 0.875em;
  font-weight: 600;
  color: #3c3c3b;
  letter-spacing: -0.25px;
  padding: 5px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  line-height: 20px;
  letter-spacing: -0.23px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .login-points-header p span {
  padding: 2px 3px;
  border-radius: 50%;
  font-size: 0.75em;
  font-weight: 600;
  font-style: italic;
  color: #24125f;
  background-color: #6cbeec;
  margin: 0px 6px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .login-points-header hr {
  height: 1px;
  background-color: #D0D0D0;
  position: absolute;
  left: 8%;
  width: 228px;
  z-index: 1;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks {
  background: #ffffff;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul {
  padding-bottom: 15px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li {
  /*&:first-child {
                  a {
                      div {
                          &:before {
                              content: "\f013";
                              margin-right: 6px;
                              font-family: "FontAwesome";
                              color: $charcoal-grey;
                          }
                      }
                  }
              }*/
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li:first-child {
  margin-top: 16px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a {
  font-family: Asap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  font-weight: 500;
  font-size: 1em;
  line-height: 22px;
  letter-spacing: -0.22px;
  color: #333333;
  padding: 0;
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: #ffffff;
  position: relative;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a:hover .sub-nav, .topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a:focus .sub-nav {
  background-color: rgba(200, 16, 46, 0.1);
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a:hover:before, .topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a:focus:before {
  position: absolute;
  content: "";
  height: 37px;
  width: 4px;
  background-color: #c8102e;
  left: 0;
  top: 9px;
  z-index: 1;
  border-radius: 0 6px 6px 0;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a:focus {
  outline-offset: -2px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a .sub-nav {
  padding: 16px 24px;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a .sub-nav:hover {
  background-color: rgba(200, 16, 46, 0.1);
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a .sub-nav:hover span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a .sub-nav svg, .topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li a .sub-nav img {
  padding: 0;
  margin-right: 7px;
}

.topNavigation__userinfo__modal_WR .modal-dialog--mystore .modal-content--loggedininfo .loggedin__mylinks ul li:nth-last-child(1) a div {
  border-radius: 0;
}

.topNavigation__userinfo__modal_WR .modal-dialog--userinfo:before {
  content: "";
}

/* Account Menu Dropdown - End */
/* Hamburger Menu - Start */
.BannerLogo-HamMenu #button-menu {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  pointer-events: all !important;
  margin-left: 3px;
}

@media screen and (max-width: 350px) {
  .BannerLogo-HamMenu #button-menu {
    margin-left: -8px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #f9f9f9;
  pointer-events: all !important;
}

header .navegacion {
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 100vh;
  background: transparent;
}

header .navegacion .fixed-position {
  position: fixed;
}

header .navegacion .btn--loginregisterMob {
  padding: 0px !important;
  font-size: 14px !important;
}

header .navegacion .btn--loginregisterMob:hover {
  text-decoration: underline !important;
}

header .navegacion .submenu a.go-back:before {
  cursor: pointer;
  content: "\f053";
  font-family: "FontAwesome";
  margin-right: 8px;
  font-size: 16px;
}

header .navegacion .manageAcc {
  display: block;
  padding: 20px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #3c3c3b;
}

header .navegacion ul.menu {
  transition: left 0.3s;
}

header .navegacion ul {
  width: 313px;
  height: 100%;
  background: #f9f9f9;
  list-style: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -320px;
  overflow-y: scroll;
}

@media screen and (max-width: 370px) {
  header .navegacion ul {
    width: 266px !important;
  }
}
header .navegacion .menu li.title-menu {
  padding: 20px !important;
  background: #f9f9f9;
  color: #3c3c3b;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  font-family: "WD Shopper";
}

header .navegacion .menu a {
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #3c3c3b;
  font-family: "WD Shopper";
}

@media screen and (max-width: 991px) {
  header .navegacion .item-submenu {
    display: block !important;
    font-size: 16px;
    font-weight: 200;
    text-decoration: none;
    color: #3c3c3b;
  }
  header .navegacion .fa-agnle-right--loginRegister {
    position: inherit;
    padding-right: 6px;
    font-size: 22px;
    font-weight: 400;
  }
}
header .navegacion .borderbtm {
  border-bottom: 1px solid #C6D0DA;
  margin-right: 24px;
  margin-left: 24px;
}

header .navegacion .back {
  font-size: 20px !important;
  font-weight: normal !important;
  margin: 0 auto !important;
}

header .navegacion .login {
  padding: 8px 14px 14px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .navegacion .btn--loginregisterMob {
  display: flex !important;
  align-items: center;
}

header .navegacion .login .topNavigaion__userinfo__img {
  margin-right: 3px;
  width: 20px;
  height: 18px;
}

header .navegacion .login .banner_image {
  padding: 0 !important;
}

header .navegacion .login .userInfoTranslate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

header .navegacion .login .userInfoTranslate #translation-dropdown {
  margin: 10px 0 0 !important;
  background-color: #c8102e !important;
  color: #fff !important;
  z-index: inherit !important;
}

header .navegacion .login .topNavigation__userinfo__name_Mob {
  padding: 0 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  display: block;
}

header .navegacion .login .topNavigation__userinfo__name_Mob a {
  font-size: 13px !important;
  font-weight: 600;
  padding: 0px !important;
  display: block;
}

header .navegacion .login .topNavigation__userinfo__name_Mob a:hover {
  text-decoration: underline !important;
}

header .navegacion .login .topNavigation__userinfo__name_Mob span {
  display: block;
  padding-right: 5px;
  color: #3c3c3b;
}

header .navegacion .login .topNavigation__userinfo__name_Mob .topNavigation__userinfo__points_mob {
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  color: #c8102e !important;
}

header .navegacion li.item-submenu {
  padding: 0px !important;
  padding: 10px;
}

header .navegacion li.item-submenu a {
  margin: 17px 10px;
  border-radius: 6px;
}

header .navegacion a.topNavigation__userinfo__points_mob:after {
  content: "\f105";
  font-family: "FontAwesome";
  padding-left: 3px;
}

header .navegacion .bannerIcon {
  margin-top: 5px;
  margin-right: 10px;
}

header .navegacion .body_area {
  overflow-y: scroll;
  height: 68vh;
}

header .navegacion .body_area ul {
  left: auto;
  top: auto;
}

header .navegacion .item-submenu a:hover, header .navegacion .item-submenu a:active, header .navegacion .item-submenu a:focus {
  background: #f0c3c3;
  border-radius: 6px;
}

header .navegacion .item-submenu li {
  padding: 0px !important;
}

header .navegacion .submenu li {
  padding: 0px !important;
}

header .navegacion .item-submenu a svg {
  margin-left: 0px;
  margin-bottom: -3px;
}

header .navegacion .menu li span.icon-menu {
  margin-right: 12px;
}

header .navegacion .menu .layer1.side-menu.item-submenu > a::after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  float: right;
  color: #C5C5C5;
}

header .navegacion .submenu a.go-back {
  cursor: pointer;
  padding: 10px !important;
  margin: 10px !important;
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  header .navegacion .main-header-section .header_background.row {
    height: auto !important;
  }
  header .navegacion a.btn--loginregister {
    height: 94px;
  }
}
header .navegacion ul li {
  color: #333;
}

header .navegacion .hide {
  margin-left: -200px;
  transition: all 0.8s ease;
}

header .navegacion .side-menu {
  position: absolute;
  top: 30px;
  background: #eeeeee;
  color: white;
  width: 200px;
  height: 100%;
}

header .navegacion .show-menu {
  margin-left: 0 !important;
}

header .navegacion #layer1 .nav-link > a {
  color: red;
}

/* Hamburger Menu - End */
@media only screen and (max-width: 991px) {
  .v6-header .topNav-Menu .mob_adSection {
    left: 0;
    position: relative;
    margin: 0;
    border: none;
    border-radius: 0 0 8px 0;
    box-shadow: none;
    padding: 17px;
    display: table-cell;
    white-space: normal;
    text-align: center;
    padding-top: 0;
  }
  .v6-header .topNav-Menu .mob_adSection .mob_imgDiv {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 150px;
    display: block;
  }
  .v6-header .topNav-Menu .mob_adSection .mob_imgDiv img {
    border-radius: 8px;
  }
  .v6-header .topNav-Menu .mob_adSection h2 {
    font-family: Asap;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.22px;
    text-align: left;
    color: #3c3c3b;
    margin-top: 16px;
    margin-bottom: 4px;
    max-height: 44px;
    height: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .v6-header .topNav-Menu .mob_adSection p {
    font-family: Asap;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.22px;
    text-align: left;
    color: #3c3c3b;
    max-height: 40px;
    height: 100%;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .v6-header .topNav-Menu .mob_adSection .mob_btnLink {
    margin: 0 auto;
    font-family: Asap;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-size: 0.875em;
    border: solid 1px #E01B1A !important;
    background-color: #E01B1A !important;
    color: #ffffff !important;
    border-radius: 6px;
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    object-fit: contain;
    margin-top: 28px !important;
    margin-bottom: 15px;
  }
  .v6-header .topNav-Menu .mob_adSection .mob_btnLink:focus {
    display: block !important;
    margin: 0 auto;
    height: auto;
    border: solid 1px #A20F27 !important;
    background-color: #A20F27 !important;
    color: #ffffff !important;
  }
}
ul.dropdown-menu.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow.head.show {
  height: 380px;
}

.v6-header .topNav-Menu #rewards .topNavigation__listcolumn--onerow {
  height: 380px;
}

.addBtn {
  position: relative;
  top: -15px;
}

ul.dropdown-menu.hidden-xs.hidden-sm.topNav__listmenu.topNavigation__listcolumn--onerow.head.show {
  height: 380px;
}

@media (max-width: 991px) {
  .main-header-section .header_background.row {
    margin-top: 0 !important;
  }
  .main-header-section .LogoTopNav .BannerLogo-HamMenu {
    display: flex;
    align-items: center !important;
  }
}
.main-header-section .storeName_Mob .bg-storeicon-color {
  background-image: url("/Areas/V2/Images/small_icons-WD.png");
}

header .navegacion .login .bg-usericon-color {
  background-image: url("/Areas/V2/Images/small_icons-WD.png");
}

.Find-store-modal .bg-currentlocation {
  background-image: url("/Areas/V2/Images/small_icons-WD.png");
}

.Find-store-modal .bg-directions {
  background-image: url("/Areas/V2/Images/small_icons-WD.png");
}

.Find-store-modal .bg-phone {
  background-image: url("/Areas/V2/Images/small_icons-WD.png");
}

.Find-store-modal .bg-tags {
  background-image: url("/Areas/V2/Images/small_icons-WD.png");
}

@supports (-webkit-touch-callout: none) {
  .main-header-section .storeName_Mob .bg-storeicon-color {
    background-image: url("/Areas/V2/Images/small_icons-WD.png");
  }
  header .navegacion .login .bg-usericon-color {
    background-image: url("/Areas/V2/Images/small_icons-WD.png");
  }
  .Find-store-modal .bg-currentlocation {
    background-image: url("/Areas/V2/Images/small_icons-WD.png");
  }
  .Find-store-modal .bg-directions {
    background-image: url("/Areas/V2/Images/small_icons-WD.png");
  }
  .Find-store-modal .bg-phone {
    background-image: url("/Areas/V2/Images/small_icons-WD.png");
  }
  .Find-store-modal .bg-tags {
    background-image: url("/Areas/V2/Images/small_icons-WD.png");
  }
}

/*# sourceMappingURL=app-wd.css.map */
