@import url('https://rsms.me/inter/inter.css');

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=1a848bbc-5788-4804-ae08-d79a61d3c535");

@import "loader.css";

@font-face {
  font-family: 'Maax-Regular';
  src: url('https://www.wm.com/content/dam/wm/fonts/maax-regular.woff2?orgId=00DD4000000LODm') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax-Bold';
  src: url('https://www.wm.com/content/dam/wm/fonts/maax-bold.woff2?orgId=00DD4000000LODm') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax-Black';
  src: url('https://www.wm.com/content/dam/wm/fonts/maax-black.woff2?orgId=00DD4000000LODm') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Maax-Italic';
  src: url('https://www.wm.com/content/dam/wm/fonts/maax-italic.woff2?orgId=00DD4000000LODm') format('woff2');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

.footerArea {
  margin-top: 32px;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 14px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #000000;
}

.fwb {
  font-weight: bold;
}

a, a:hover, a:visited, a:active {
  cursor: pointer;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, strong {
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

h1, .h1 {
  font-size: 30px;
  font-family: 'Maax-Regular';
  font-weight: 500;
  line-height: 1.07;
}

h2, .h2 {
  font-size: 24px;
  font-family: 'Maax-Regular';
  line-height: 1.33;
  font-weight: bold;
  font-style: normal;
}

h3, .h3 {
  font-family: 'Maax-Regular';
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

h4, .h4 {
  font-family: 'Maax-Regular';
  font-size: 24px;
  font-weight: bold;
  line-height: 1.71;
}

h5, .h5 {
  font-family: 'Maax-Regular';
  font-size: 13px;
  font-weight: bold;
  line-height: 1.85;
}

h6, .h6 {
  font-family: 'Maax-Regular';
  font-size: 13px;
  font-weight: normal;
  line-height: 1.85;
}

small, .small {
  font-size: 12px;
  font-family: 'Maax-Regular';
  line-height: 2;
}

strong {
  font-family: 'Maax-Regular';
  font-weight: bold;
}

a {
  color: #1d890a;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

body a:hover, body a:active, body a:focus {
  color: #1d890a;
  text-decoration: underline;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  border-radius: 0;
  background: #1d890a;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid transparent;
  padding: 14px;
  height: 48px;
  line-height: 1.38;
  outline: none;
  cursor: pointer;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
  background: #1d890a;
  box-shadow: 0 2px 7px 0 rgba(6, 89, 32, 0.7);
}

.btn-secondary {
  background: #fff;
  color: #1d890a;
  border: 2px solid #1d890a;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary:active:hover {
  background: #fff;
  color: #1d890a;
  border: 2px solid #1d890a;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
}

.btn-primary.disabled, .btn-primary[disabled], .btn-primary.disabled:hover, .btn-primary[disabled]:hover, .btn-secondary.disabled, .btn-secondary[disabled], .btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, input[type=button].disabled, input[type=submit].disabled {
  color: #fff;
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
  cursor: not-allowed;
}

.green {
  color: #1d890a;
}

.light-green {
  color: #7ab800;
}

.dark-green {
  color: #024731;
}

.grey {
  color: #c6c6bc;
}

.dark-grey {
  color: #57584f;
}

.black {
  color: #212121;
}

.black-std {
  color: #333;
}

.lighter-green {
  color: #bed600;
}

.dark-green-shade {
  color: #72a951;
}

.lemon-yellow {
  color: #e3e836;
}

.white {
  color: #fff;
}

.contentBody {
  min-height: 50vh;
}

.category-type {
  padding: 0;
}

input:focus, textarea:focus, select:focus {
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: none;
  border-color: #c1bfc2;
}

input:active, textarea:active, select:active {
  box-shadow: none;
  border-color: #c1bfc2;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  line-height: 22px;
}

.checkbox input[type=checkbox]:focus {
  border: none !important;
}

.checkbox input[type=checkbox]:active {
  border: none !important;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  background: url(../images/Uncheckboxx_wm.svg) 0 0 no-repeat;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  padding-left: 2px;
  padding-top: 2px;
  font-size: 12px;
  line-height: 16px;
  color: #605f60;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.checkbox input[type=checkbox]:focus + label:before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.checkbox input[type=checkbox]:checked + label:before, .isChecked {
  background: url(../images/Checked_wm.svg) 0 0 no-repeat;
  border-color: #3c8a2e;
  outline-offset: 2px;
}

input[type=radio] {
  -webkit-appearance: none;
}

select.form-control {
  -webkit-appearance: none;
  background: url(../images/arrow-small_invert.png) no-repeat 100%;
  background-size: 12px;
  cursor: pointer;
}

.form-control[disabled] {
  background: none;
}

.selectdiv {
  position: relative;
  float: left;
}

.materials-dropdown:after {
  background: none;
  border: none;
  top: 46% !important;
  right: 3%;
}

.selectdiv:after {
  content: '';
  color: #1d890a;
  background: url(../images/down-caret.svg) 0 0 no-repeat !important;
  right: 0px;
  top: 0px;
  height: 24px;
  width: 30px;
  border-left: 1px solid #d0cccc;
  position: absolute;
  pointer-events: none;
  text-align: center;
  padding: 5px 0;
  margin-right: 2px;
}

.selectdiv.noArrow:after {
  content: "";
  display: none;
}

select::-ms-expand {
  display: none;
}

.selectdiv select {
  line-height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 27px;
  float: right;
  padding: 0 35px 0 10px;
  font-size: 11px;
  color: #605f60;
  letter-spacing: 0.7px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d0cccc;
  -ms-word-break: normal;
  word-break: normal;
  font-weight: bold;
  letter-spacing: 0.5px;
  font-family: DIN;
  border-radius: 0;
}

.error-text {
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  font-size: 12px;
  line-height: 1.44;
  letter-spacing: 0.6px;
  color: #9f2424;
  clear: both;
  padding-top: 5px;
}

.price-value sup {
  font-size: 24px;
  top: -11px;
  margin-left: 1px;
}

hr {
  margin-top: 7px;
  margin-bottom: 7px;
}

.orderreview-nopanel {
  border-color: none;
  box-shadow: none;
  border: none;
}

.br-top {
  border-top: solid 1px #c1bfc2;
}

.br-bottom {
  border-bottom: solid 1px #c1bfc2;
}

.sheerid-verify-text {
  font-size: 17px;
}

.sheerid-verify-link {
  font-weight: 500;
  font-size: 15px;
}

.cartRemovalFee, .resiCartLegalFee {
  line-height: 18px;
  margin-bottom: 10px;
}

.charge-msg {
  font-size: 12px;
  line-height: 1;
  color: #4a4a4a;
  margin-bottom: 30px;
  font-weight: normal;
  margin-top: 7px;
  text-align: justify;
}

.fuel-charges {
  color: #1d890a;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}

a.fuel-charges {
  font-size: 12px;
  color: #1d890a;
  text-decoration: none;
  line-height: 18px;
}

.cartAddCouponCode {
  border-radius: 8px;
  border: 1px solid rgba(198, 198, 198, 1);
  box-shadow: none;
  padding-left: 0px;
  text-transform: none;
  font-family: 'Maax-Regular', sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.14;
  height: 30px;
  padding-right: 13px;
  width: calc(100% - 35%);
}

.couponErrorImg {
  margin-left: -22px;
}

.charge-msg span {
  color: #417505;
}

.charge-msg p {
  line-height: 18px;
}

.coupon-error {
  font-family: 'Maax-Regular', sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #9f2424;
  display: block;
  margin-top: 8px;
}

.upper-spacing {
  margin-top: 35px;
}

a.green:hover {
  color: #024731;
  text-decoration: none;
}

.collapsed .fa-angle-up:before {
  content: "\f107";
}

.content-image-plus {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}

.content-image-plus {
  background: url('../images/Plus.svg') no-repeat;
}

.collapsed .content-image-plus {
  background: url('../images/expand-plus-icon.svg') no-repeat;
}

.heading-title {
  float: left;
  margin-left: 10px;
  max-width: 85%;
}

.modal-backdrop {
  background-color: #fff;
}

.modal-backdrop.in {
  opacity: 0;
  display: none !important;
}

.modal-opacity {
  opacity: 0.83;
}

.content-image {
  margin-top: 3px;
  width: 20px;
  height: 20px;
}

.hide-data {
  display: none;
}

.selectdiv:after {
  background: none;
  border: none;
  top: 2%;
  right: 3%;
}

@media only screen and (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  
  .charge-msg {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  
  .pull-left-small {
    float: left;
  }
  
  .pull-right-small {
    float: right;
  }
  
  .filter-box {
    position: absolute;
    top: -35px;
    right: 15px;
  }
  
  .en-ca .logo-container {
    margin-left: 5px;
  }
  
  .en-ca .HamburgerMenu {
    margin-right: 5px;
  }
  
  .en-ca .HamburgerMenu button {
    height: 20px;
  }
  
  .header .en-ca.container {
    margin-bottom: 20px;
  }
  
  .green.location-value {
    font-size: 14px;
    line-height: 24px;
  }
  
  .en-ca {
    padding: 5rem 0 1.5rem;
  }
  
  .price-value sup {
    top: -8px;
  }
  
  .btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
    width: 100%;
  }
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
  background-color: #9b9b9b;
  border: 1px solid #9b9b9b;
  box-shadow: none;
}

@media only screen and (max-width: 1024px) and (min-width: 768px) and (orientation: portrait) {
  .heading-title {
    margin-left: 7px;
  }
}

.cc-window .cc-message-container .cc-message a {
  font-weight: normal;
}

.cc-window .cc-compliance .cc-btn {
  border-radius: 2rem;
  height: 4rem;
  width: 100%;
  color: #fff;
  font-family: "Maax-Bold", Arial, sans-serif;
}

.cc-link svg {
  display: none;
}

.cc-window .cc-compliance {
  align-items: center;
}

.cmp-pref-link span:last-child {
  font-size: 14px;
  color: #1c8200;
  font-family: "Maax-Regular", Arial, sans-serif;
}

.cmp-modal__body .cmp-modal__header .cmp-modal__title, .cmp-details-view .cmp-details-header .cmp-header-layout h1 {
  font-family: "Maax-Bold", Arial, sans-serif;
}

.cmp-modal__body, .cmp-details-view {
  font-family: "Maax-Regular", Arial, sans-serif;
}

.cmp-body.cmp-multi-level .cmp-list-tile {
  margin-bottom: 1rem;
  border: 1px solid #d6d6d6;
}

.cmp-modal .cmp-modal__body .cmp-details-view {
  font-size: 16px;
}

.cmp-details-view .cmp-details-header .cmp-decline-text, .cmp-details-view .cmp-details-header p {
  font-size: 16px !important;
}

button.cmp-save-btn {
  border-radius: 2rem !important;
}

.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__footer .cmp-btn-wrapper {
  justify-content: center !important;
}

.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__footer .cmp-logo-wrapper {
  display: none;
}

.cmp-body.cmp-multi-level .cmp-switch__slider {
  border: 1px solid #1c8200;
}

#collapsibleSectionContainer {
  margin: 20px 0 10px 0;
}

.collapsible-header {
  display: flex;
  align-items: center;
  gap: 8px;
  border: none;
  padding: 8px 10px;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.collapsible-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/add.svg);
}

.collapsible-title {
  font-family: 'Maax-Bold';
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  flex-grow: 1;
  line-height: 22px;
}

.collapsible-header[aria-expanded=true] .collapsible-icon {
  background-image: url(../images/minus.svg);
}

.collapsible-main {
  padding: 16px 0 16px 48px;
  display: block;
  font-family: 'Maax-Regular';
  font-size: 14px;
  font-weight: 400;
  color: #5e5e5e;
}

.collapsible-main-content {
  padding: 0 0 16px 0;
  font-family: 'Maax-Regular';
  font-weight: 400;
}

.collapsible-subtitle {
  font-family: 'Maax-Bold';
  font-size: 13px;
  font-weight: 700;
  line-height: 22.5px;
  margin: 0;
  text-transform: none;
}

.collapsible-content {
  padding: 16px 0 0 0;
  line-height: 24px;
}

.collapsible-content ul > li {
  list-style: disc !important;
  font-family: 'Maax-Regular';
  font-size: 14px;
}