.nm-title {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 0.4125rem;
}
@media screen and (max-width: 960px) {
  .nm-title {
    font-size: 24px;
  }
}
.nm-copy {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0.8125rem;
}
.nm-product-title {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.6125rem;
  color: #30302f;
}
.nm-product-copy {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #30302f;
  margin-bottom: 1rem;
}
.header-padding {
  padding-top: 0.4125rem;
  padding-bottom: 0.4125rem;
}
@media screen and (min-width: 860px) {
  .header-padding {
    padding-top: 0.6125rem;
    padding-bottom: 0.6125rem;
  }
}
.default-padding-vert {
  padding-top: 0.8125rem;
  padding-bottom: 1.4125rem;
}
@media screen and (min-width: 860px) {
  .default-padding-vert {
    padding-top: 0.8125rem;
    padding-bottom: 1.4125rem;
  }
}
.default-padding-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.outer-wrapper {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.inner-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-base {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.flex-center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.flex-left {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}
.flex-right {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.flex-between {
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.flex-around {
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.vert-top {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.vert-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
.vert-bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-align-content: flex-end;
  align-content: flex-end;
}
.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.noWrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
html,
body {
  border: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
body,
body.LTR,
body.RTL {
  background-color: white;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
a,
a img {
  border: 0;
}
a {
  text-decoration: none;
  color: #30302f;
}
:focus {
  outline: 0;
}
button,
input,
select {
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.nm-gcList {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: white;
}
.nm-gcList .gcList-inner {
  max-width: 1200px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nm-gcList .gcList-inner .product {
  width: calc(50% - 40px);
  padding: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.nm-gcList .gcList-inner .product .product-img,
.nm-gcList .gcList-inner .product .product-title,
.nm-gcList .gcList-inner .product .product-desc {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.nm-gcList .gcList-inner .product .product-img {
  width: 100%;
  max-width: 350px;
  margin-bottom: 0.6125rem;
  border-radius: 6px;
}
.nm-gcList .gcList-inner .product .product-img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px 8px 8px 8px;
}
.nm-gcList .gcList-inner .product .product-title {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 0.6125rem;
  color: #30302f;
}
.nm-gcList .gcList-inner .product .product-desc {
  margin: 0;
}
.nm-gcList .gcList-inner .product .product-desc h1,
.nm-gcList .gcList-inner .product .product-desc h2,
.nm-gcList .gcList-inner .product .product-desc h3,
.nm-gcList .gcList-inner .product .product-desc h4,
.nm-gcList .gcList-inner .product .product-desc h5,
.nm-gcList .gcList-inner .product .product-desc h6,
.nm-gcList .gcList-inner .product .product-desc p,
.nm-gcList .gcList-inner .product .product-desc span,
.nm-gcList .gcList-inner .product .product-desc ul,
.nm-gcList .gcList-inner .product .product-desc ol,
.nm-gcList .gcList-inner .product .product-desc li,
.nm-gcList .gcList-inner .product .product-desc a {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #30302f;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .nm-gcList .gcList-inner .product {
    width: 100%;
  }
}
.gcDtl-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: white;
}
.gcDtl-wrap .gcDtl-wrap-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .gcDtl-wrap .gcDtl-wrap-inner {
    width: auto;
    padding: 0 0.6125rem;
  }
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize {
  width: 100%;
  text-align: center;
  margin: 0 0 0.4125rem;
  padding: 0;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro h1,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design h1,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details h1,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize h1,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro h2,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design h2,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details h2,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize h2,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro p,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design p,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details p,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize p {
  width: 100%;
  text-align: center;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro h1,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design h1,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details h1,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize h1 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 0.4125rem;
}
@media screen and (max-width: 960px) {
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro h1,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design h1,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details h1,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize h1 {
    font-size: 24px;
  }
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro h2,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design h2,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details h2,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize h2 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 0.4125rem;
  margin-top: 0.4125rem;
  font-size: 20px;
}
@media screen and (max-width: 960px) {
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro h2,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design h2,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details h2,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 960px) {
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro h2,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design h2,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details h2,
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize h2 {
    font-size: 18px;
  }
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-intro p,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-design p,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-details p,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize p {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0.8125rem;
  font-size: 16px;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-mainCard {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-mainCard img {
  width: 100%;
  max-width: 400px;
  height: 100%;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  padding: 0.4125rem;
  display: block;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-options {
  width: 100%;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-options .design-options-inner {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-options .design-options-inner .design-thumb {
  width: 100%;
  max-width: 150px;
  margin: 8px;
  position: relative;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-options .design-options-inner .design-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-options .design-options-inner .design-thumb svg {
  display: none;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-design .design-options .design-options-inner .thumb-selected svg {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 6px;
  display: block;
  fill: #1fa87d;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details {
  margin-top: 1.4125rem;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details #amount_custom {
  display: none;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details #scheduled {
  display: none;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: wrap;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form fieldset {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 1rem;
  padding: 0;
  /* Scheduled Delivery Section */
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column {
  width: 49%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column label {
  width: 100%;
  text-align: center;
  margin-bottom: 0 0 0.5rem;
  font-weight: bold;
  font-size: 16px;
  color: #30302f;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column input,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column select,
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column textarea {
  width: 100%;
  background: repeat-x scroll 0 0 #fcfcfc;
  border: 1px solid #cecece;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  padding: 6px 8px;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column select {
  /*webkit browsers */
  -webkit-appearance: menulist;
  /*Firefox */
  -moz-appearance: menulist;
  appearance: menulist;
}
@media screen and (max-width: 768px) {
  .gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column {
    width: 100%;
  }
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .column .suggestion {
  display: none;
  background: #ffeeba;
  color: black;
  width: 100%;
  padding: 6px 0;
  font-size: 16px;
  cursor: pointer;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .custom-amt {
  margin: 1rem 0 0;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .choice {
  margin: 0 0 0.4125rem;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .choice label {
  cursor: pointer;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .radio {
  margin: 1rem 0;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 200px;
  color: #30302f;
  cursor: pointer;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .radio input[type=radio] + .radio-label:before {
  content: "";
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #30302f;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0;
  margin-right: 1em;
  vertical-align: top;
  text-align: center;
  transition: all 250ms ease;
  cursor: pointer;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .radio input[type=radio]:checked + .radio-label:before {
  background-color: #30302f;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #30302f;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .wide {
  width: 100%;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .cal-container {
  width: 100%;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .cal-grey {
  background: #efefef;
  padding: 0.8125rem;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .cal-grey label {
  color: #30302f;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .columns .cal-grey input {
  width: 94%;
}
.gcDtl-wrap .gcDtl-wrap-inner .gcDtl-customize .gcDtl-details .standard-form .center {
  justify-content: center;
  margin: 0 0 2rem;
}
.picker .picker__list .picker__list-item {
  font-size: 18px;
  padding: 0.1125rem 0;
}
.qty-label,
.qty-input {
  display: none;
}
.cart-wrapper {
  background: white;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start;
}
.cart-wrapper .cart-wrapper-inner {
  width: 100%;
  max-width: 1180px;
  padding: 1.6125rem 15px;
}
.nm-cart-footer {
  width: 100%;
  border: 2px solid #cccccc;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.8125rem;
  margin-top: 1rem;
}
@media screen and (max-width: 900px) {
  .nm-cart-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none;
  }
}
.nm-cart-footer .nm-cart-footer-left {
  width: 48%;
  display: inline-block;
  padding: 25px 30px;
}
@media screen and (max-width: 900px) {
  .nm-cart-footer .nm-cart-footer-left {
    width: 100%;
    display: none;
  }
}
.nm-cart-footer .nm-cart-footer-left .nm-shipments {
  margin-bottom: 0.8125rem;
}
.nm-cart-footer .nm-cart-footer-left .nm-shipments h3 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 16px;
}
.nm-cart-footer .nm-cart-footer-left .nm-shipments p {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .nm-cart-footer .nm-cart-footer-left .nm-shipments {
    display: none;
  }
}
.nm-cart-footer .nm-cart-footer-left .nm-payments h3 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 16px;
}
.nm-cart-footer .nm-cart-footer-left .nm-payments p {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 14px;
  line-height: 1.5;
}
.nm-cart-footer .nm-cart-footer-left .nm-payments .payment-logos {
  color: #30302f;
}
.nm-cart-footer .nm-cart-footer-right {
  width: 51%;
  border-left: 2px solid #cccccc;
}
@media screen and (max-width: 900px) {
  .nm-cart-footer .nm-cart-footer-right {
    width: 100%;
    border: none;
  }
}
.nm-cart-footer .nm-cart-footer-right .top-sec,
.nm-cart-footer .nm-cart-footer-right .bot-sec {
  padding: 20px 30px 25px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.nm-cart-footer .nm-cart-footer-right .top-sec {
  display: block;
}
.nm-cart-footer .nm-cart-footer-right .top-sec .update-cart-button {
  background: #30302f;
  padding: 0.4125rem 1.6125rem;
  border: 1px solid #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .nm-cart-footer .nm-cart-footer-right .top-sec .update-cart-button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.4125rem;
  }
}
.nm-cart-footer .nm-cart-footer-right .top-sec .update-cart-button:hover,
.nm-cart-footer .nm-cart-footer-right .top-sec .update-cart-button:active,
.nm-cart-footer .nm-cart-footer-right .top-sec .update-cart-button:focus {
  background: #232322;
  color: #ffffff;
  outline: none;
  border: 1px solid #30302f;
  text-decoration: none;
}
.nm-cart-footer .nm-cart-footer-right .top-sec .update-cart-button {
  background: #ffffff;
  color: #30302f;
  border: 1px solid #30302f;
  margin-right: 0.4125rem;
}
@media screen and (max-width: 900px) {
  .nm-cart-footer .nm-cart-footer-right .top-sec .update-cart-button {
    margin-right: 0;
  }
}
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box {
  display: block;
  margin-top: 0.8125rem;
}
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .hint {
  font-size: 14px;
  margin-bottom: 0.4125rem;
}
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .message-failure {
  font-size: 14px;
  background: red;
  color: white;
  display: inline-block;
  margin-top: 0.4125rem;
  padding: 0.6125rem 1.2125rem;
}
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
}
@media screen and (max-width: 800px) {
  .nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form input {
  border: 1px solid #30302f;
  padding: 8px 6px;
  margin-right: 0.4125rem;
}
@media screen and (max-width: 800px) {
  .nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4125rem;
  }
}
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form button {
  background: #30302f;
  padding: 0.46rem 1.6125rem;
  border: 1px solid #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  background: white;
  color: #30302f;
  margin-right: 0.4125rem;
}
@media screen and (max-width: 900px) {
  .nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form button {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.4125rem;
  }
}
@media screen and (max-width: 900px) {
  .nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form button {
    margin-right: 0;
  }
}
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form button:hover,
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form button:active,
.nm-cart-footer .nm-cart-footer-right .top-sec .promo-area .coupon-box .coupon-code form button:focus {
  background: #232322;
  color: #ffffff;
  outline: none;
  border: 1px solid #30302f;
  text-decoration: none;
}
.nm-cart-footer .nm-cart-footer-right .bot-sec {
  border-top: solid 2px #cccccc;
}
.nm-cart-footer .nm-cart-footer-right .bot-sec .summary-inner .total-info .order-total .cart-total-left {
  color: #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-right: 8px;
}
.nm-cart-footer .nm-cart-footer-right .bot-sec .summary-inner .total-info .order-total .cart-total-right {
  color: #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.nm-cart-footer .nm-cart-footer-right .bot-sec .cart-preview-note {
  color: #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
}
.cart-footer-buttons .checkout-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .cart-footer-buttons .checkout-buttons {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .cart-footer-buttons .checkout-buttons form {
    width: 100%;
  }
}
.cart-footer-buttons .checkout-buttons .continue-shopping-button,
.cart-footer-buttons .checkout-buttons .checkout-button {
  background: #30302f;
  padding: 0.8125rem 1.8125rem;
  border: 1px solid #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .cart-footer-buttons .checkout-buttons .continue-shopping-button,
  .cart-footer-buttons .checkout-buttons .checkout-button {
    width: 98%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0.4125rem;
  }
}
.cart-footer-buttons .checkout-buttons .continue-shopping-button:hover,
.cart-footer-buttons .checkout-buttons .checkout-button:hover,
.cart-footer-buttons .checkout-buttons .continue-shopping-button:active,
.cart-footer-buttons .checkout-buttons .checkout-button:active,
.cart-footer-buttons .checkout-buttons .continue-shopping-button:focus,
.cart-footer-buttons .checkout-buttons .checkout-button:focus {
  background: #232322;
  padding: 0.8125rem 1.8125rem;
  color: #ffffff;
  outline: none;
  border: 1px solid #30302f;
  text-decoration: none;
}
.cart-footer-buttons .checkout-buttons .continue-shopping-button {
  background: transparent;
  color: #30302f;
  margin-right: 0.4125rem;
}
@media screen and (max-width: 900px) {
  .cart-footer-buttons .checkout-buttons .continue-shopping-button {
    margin-right: 0;
  }
}
.cart-table .cart-header {
  display: table-header-group;
  text-align: left;
}
.cart-table .cart-item-figure {
  width: 10.333%;
  position: relative;
}
.cart-table .cart-item-figure img {
  width: 100%;
  display: block;
}
.cart-table .cart-item-title {
  padding: 21px;
}
.cart-table .cart-item-price,
.cart-table .cart-item-quantity,
.cart-table .cart-item-subtotal {
  display: table-cell;
  width: 8.66667%;
}
.cart-table .cart-item-quantity label {
  display: none;
}
.cart-table .cart-item-quantity input {
  background: repeat-x scroll 0 0 #fcfcfc;
  border: 1px solid #cecece;
  border-radius: 3px 3px 3px 3px;
  font-size: 14px;
  padding: 6px 8px;
}
.cart-table .cart-item-remove {
  display: table-cell;
  width: 8.333%;
}
.cart-table thead tr th {
  border: none;
  border-bottom: 0.2rem solid #cccccc;
  color: #30302f;
  background: transparent;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .cart-table tbody tr {
    width: 100%;
    margin: 40px 0 0;
  }
  .cart-table tbody tr td.unit-price,
  .cart-table tbody tr td.quantity,
  .cart-table tbody tr td.subtotal {
    display: block;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cart-table tbody tr td.unit-price label,
  .cart-table tbody tr td.quantity label,
  .cart-table tbody tr td.subtotal label {
    font-weight: bold;
    margin-right: 8px;
  }
  .cart-table tbody tr .remove-from-cart {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
.cart-table tbody tr td {
  border: none;
  border-bottom: 1px solid #cccccc;
  color: #30302f;
  background: transparent;
}
.cart-table tbody tr td label {
  color: #30302f;
}
.cart-table tbody tr td span {
  color: #30302f;
}
.cart-table tbody tr td .qty-input {
  display: block;
}
.cart-table tbody tr .cart-item-remove .remove-btn {
  width: 14px;
  height: 14px;
  background: 0 none;
  border: 0 none;
  cursor: pointer;
}
.cart-table tbody tr .product a {
  color: #30302f;
}
.cart-table tbody tr .product .attributes {
  margin: 0;
  padding: 0.4125rem;
}
.cart-table tbody tr:last-of-type td {
  border-bottom: none;
}
.pay-content {
  /*button,
    input,
    optgroup,
    select,
    textarea {
        font-family: inherit;*/
  /* 1 */
  /*font-size: 100%;*/
  /* 1 */
  /*line-height: 1.15;*/
  /* 1 */
  /*margin: 0;*/
  /* 2 */
  /*}
    button,
    input {*/
  /* 1 */
  /*overflow: visible;
    }
    button,
    select {*/
  /* 1 */
  /*text-transform: none;
    }
    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }
    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }
    fieldset {
        padding: 0.35em 0.75em 0.625em;
    }*/
}
.checkout-buttons .paymentButton {
  background: #30302f;
  border: 1px solid #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 0.8125rem 1.1125rem;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  line-height: 1;
}
@media screen and (min-width: 750px) {
  .checkout-buttons .paymentButton {
    margin-right: 0.4125rem;
  }
}
.checkout-buttons .paymentButton:hover {
  background: #232322;
  border: 1px solid #30302f;
  color: #ffffff;
}
.checkout-buttons .paymentButton .dot-container {
  display: none;
}
.checkout-buttons .paymentButton .dot-container .dot {
  width: 12px;
  height: 12px;
  border: 2.4px solid white;
  border-radius: 50%;
  float: left;
  margin: 0 6px;
  transform: scale(0);
  animation: fx 1000ms ease infinite 0ms;
}
.checkout-buttons .paymentButton .dot-container .dot:nth-child(2) {
  animation: fx 1000ms ease infinite 300ms;
}
.checkout-buttons .paymentButton .dot-container .dot:nth-child(3) {
  animation: fx 1000ms ease infinite 600ms;
}
@keyframes fx {
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.checkout-buttons .paymentButton span {
  display: block;
}
.checkout-buttons .paymentButton.inverse {
  text-decoration: none;
  background: transparent;
  color: #30302f;
  line-height: 1;
}
.checkout-buttons .paymentButton.inverse:hover {
  text-decoration: none;
  background: transparent;
  color: #30302f;
  line-height: 1;
}
.pay-sidebar .pay-checkout-summary {
  display: none;
  padding: 1.5rem 0;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 750px) {
  .pay-sidebar .pay-checkout-summary {
    display: block !important;
    padding: 0 0;
  }
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item {
  font-size: 14px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: top;
  -ms-align-items: top;
  align-items: top;
  margin-bottom: 1.5rem;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-quantity {
  margin-right: 0.8125rem;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-quantity .square {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  padding: 0.2125rem 0.5125rem;
  background: #aeaeae;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-content {
  margin-right: auto;
  color: #30302f;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-content .item-title {
  font-weight: bold;
  font-size: 16px;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-content .item-option {
  font-size: 14px;
  margin-bottom: 0.2125rem;
}
.pay-sidebar .pay-checkout-summary .item-summary .pay-item .item-price {
  font-size: 14px;
  margin-left: 0.6125rem;
  color: #30302f;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-area {
  font-size: 14px;
  line-height: 1.4;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
  margin: 0.8125rem 0;
  padding: 0.8125rem 0;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-sub-total,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-shipping,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-tax {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 0.2125rem;
  color: #30302f;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-sub-total span,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-shipping span,
.pay-sidebar .pay-checkout-summary .pay-pricing-area .pricing-area-tax span {
  color: rgba(48, 48, 47, 0.8);
}
.pay-sidebar .pay-checkout-summary .pay-pricing-final .pricing-final-total {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  color: #30302f;
}
.pay-sidebar .pay-checkout-summary .pay-pricing-final .pricing-final-total span {
  font-size: 16px;
  font-weight: normal;
  color: rgba(48, 48, 47, 0.8);
}
.pay-breadcrumb {
  padding-bottom: 1.225rem;
  background: white;
}
.pay-breadcrumb ol {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .pay-breadcrumb ol {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.pay-breadcrumb ol li {
  font-size: 14px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.pay-breadcrumb ol li a {
  color: #30302f;
  text-decoration: none;
}
.pay-breadcrumb ol li a:not([href]):not([class]),
.pay-breadcrumb ol li a:not([href]):not([class]):hover {
  color: #30302f;
  text-decoration: none;
}
.pay-breadcrumb ol li span {
  color: #30302f;
}
.pay-breadcrumb ol li svg {
  color: #30302f;
  fill: #30302f;
  margin: 0 0.4125rem;
  height: 10px;
  width: 10px;
  display: inline-block;
}
.pay-breadcrumb ol li.breadcrumb-current {
  font-weight: bold;
}
.pay-content {
  width: 100%;
  display: block;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  background: white;
}
.pay-content .pay-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 97%;
    padding: 0 1%;
    max-width: 1200px;
  }
}
.pay-content .pay-wrap .pay-main,
.pay-content .pay-wrap .pay-sidebar {
  padding: 1.5rem 0;
}
.pay-content .pay-wrap .pay-main {
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
  width: 100%;
}
.pay-content .pay-wrap .pay-main h2 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 18px;
  margin-bottom: 0.6125rem;
}
.pay-content .pay-wrap .pay-main p {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-main {
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
    width: 55%;
    padding-right: 6%;
    float: left;
  }
}
.pay-content .pay-wrap .pay-sidebar {
  position: relative;
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
  padding: 0 0;
}
@media screen and (min-width: 750px) {
  .pay-content .pay-wrap .pay-sidebar {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-sidebar {
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
    width: 38%;
    padding-left: 4%;
  }
}
.pay-content .pay-wrap .pay-sidebar:after {
  content: "";
  display: block;
  width: 300%;
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  background: #fafafa;
  z-index: 1;
  -webkit-box-shadow: 0 -1px 0 #e1e1e1 inset;
  box-shadow: 0 -1px 0 #e1e1e1 inset;
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-sidebar:after {
    left: 0;
    background-position: left top;
    -webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
    box-shadow: 1px 0 0 #e1e1e1 inset;
  }
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile {
  display: block;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 750px) {
  .pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile {
    display: none;
  }
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  text-decoration: none;
  cursor: pointer;
  color: #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  padding: 1.5rem 0;
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle .toggle-text {
  display: inline-block;
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle .toggle-text svg {
  margin-left: 0.2125rem;
  display: inline-block;
  top: 0px;
  position: relative;
  width: 16px;
  height: 16px;
  fill: #30302f;
  opacity: 80%;
}
.pay-content .pay-wrap .pay-sidebar .pay-cart-summary-mobile #toggle .order-summary {
  font-weight: bold;
}
.checkout-section {
  width: 100%;
}
.checkout-section .field-validation-error {
  background: #ca452e;
  color: white;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 0.6125rem 1rem;
  text-align: left;
  font-weight: bold;
}
.checkout-section input[type="text"],
.checkout-section input[type="email"],
.checkout-section input[type="tel"],
.checkout-section input[type="password"],
.checkout-section textarea,
.checkout-section select {
  height: auto;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  padding: 1rem 0.8125rem;
  vertical-align: auto;
}
.checkout-section input[type="text"]:focus,
.checkout-section input[type="email"]:focus,
.checkout-section input[type="tel"]:focus,
.checkout-section input[type="password"]:focus,
.checkout-section textarea:focus,
.checkout-section select:focus {
  border-color: inherit;
  color: inherit;
  position: inherit;
  z-index: inherit;
}
.checkout-section .field-grouping {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 0.6125rem;
}
.checkout-section .field-grouping .field {
  width: 100%;
  margin-bottom: 0.6125rem;
}
.checkout-section .field-grouping .field label {
  color: rgba(48, 48, 47, 0.9);
  font-size: 16px;
}
.checkout-section .field-grouping .field input {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  color: rgba(48, 48, 47, 0.9);
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .checkout-section .field-grouping .field input {
    width: calc(100% - 1.625rem);
  }
}
.checkout-section .field-grouping .field input:focus {
  border-color: #1F355E;
}
.checkout-section .field-grouping .field select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  color: #30302f;
  border-color: #d9d9d9;
  background: white;
  border-width: 1px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .checkout-section .field-grouping .field select {
    width: calc(100% - 1.625rem);
  }
}
.checkout-section .field-grouping .field select:focus {
  border-color: #1F355E;
}
.checkout-section .field-grouping .field select option {
  background: white;
}
.checkout-section .field-grouping .field-half {
  width: 50%;
}
.checkout-section .field-grouping .split-section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.checkout-section .field-grouping .split-section .w-50 {
  width: 49.5% !important;
}
@media screen and (max-width: 750px) {
  .checkout-section .field-grouping .split-section .w-50 .form-floating select,
  .checkout-section .field-grouping .split-section .w-50 .form-floating input {
    width: calc(100% - 1.625rem);
  }
}
@media screen and (max-width: 750px) {
  .checkout-section .field-grouping .split-section .w-50 .form-floating select {
    width: 100%;
  }
}
.form-check-input[type=radio] {
  appearance: none;
  display: none;
}
.form-floating {
  position: relative;
}
.form-floating .required {
  display: none;
}
.form-floating .form-control {
  background: #ffffff;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: add(3.5rem, 1px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  color: #30302f;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.8125rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
.form-floating > .form-control {
  padding: 1rem 0.8125rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.75;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.75;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.ship-to-same-address,
.shipping-options-list {
  position: relative;
  margin-bottom: 1.2125rem;
  margin-top: 0.8125rem;
  /*    .selector input[type=checkbox] {
        position: absolute;
        opacity: 100;
        appearance:auto;
        -webkit-appearance:auto;
    }
    .selector input[type=checkbox] + .radio-label:before {
        content: "";
        background: #f4f4f4;
        border-radius: 100%;
        border: 1px solid @ccStandardColor;
        display: inline-block;
        width: 1.4em;
        height: 1.4em;
        position: relative;
        top: 0;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
    }
    .selector input[type=checkbox]:checked + .radio-label:before {
        background-color: @ccStandardColor;
        box-shadow: inset 0 0 0 4px #f4f4f4;
    }
    .selector input[type=checkbox]:focus + .radio-label:before {
        outline: none;
        border-color: @ccStandardColor;
    }
    .selector input[type=checkbox]:disabled + .radio-label:before {
        box-shadow: inset 0 0 0 4px #f4f4f4;
        border-color: #b4b4b4;
        background: #b4b4b4;
    }
    .selector input[type=checkbox] + .radio-label:empty:before {
        margin-right: 0;
    }*/
}
.ship-to-same-address label,
.shipping-options-list label {
  font-size: 16px;
  color: #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.ship-to-same-address .checkbox-wrapper-1 *,
.shipping-options-list .checkbox-wrapper-1 *,
.ship-to-same-address .checkbox-wrapper-1 ::after,
.shipping-options-list .checkbox-wrapper-1 ::after,
.ship-to-same-address .checkbox-wrapper-1 ::before,
.shipping-options-list .checkbox-wrapper-1 ::before {
  box-sizing: border-box;
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 1.15em;
  width: 1.15em;
  margin-right: 0.6em;
  color: rgba(0, 0, 0, 0.275);
  border: solid 0.06em;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em inset, 0 0 0 0.07em transparent inset;
  border-radius: 0.2em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:enabled:active + label:before,
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:enabled + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset;
  background-color: #f0f0f0;
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:checked + label:before {
  background-color: #3B99FC;
  background-size: 0.75em;
  color: rgba(0, 0, 0, 0.075);
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled:active + label:before,
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:checked:enabled + label:active:before {
  background-color: #0a7ffb;
  color: rgba(0, 0, 0, 0.275);
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:focus:active + label:before,
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:focus + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted:disabled + label:before {
  opacity: 0.5;
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted.dark + label:before {
  color: rgba(255, 255, 255, 0.275);
  background-color: #222;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled:active + label:before,
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted.dark:enabled + label:active:before {
  background-color: #444;
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(255, 255, 255, 0.1) inset;
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked + label:before {
  background-color: #a97035;
  color: rgba(255, 255, 255, 0.075);
}
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled:active + label:before,
.ship-to-same-address .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before,
.shipping-options-list .checkbox-wrapper-1 [type=checkbox].substituted.dark:checked:enabled + label:active:before {
  background-color: #c68035;
  color: rgba(0, 0, 0, 0.275);
}
.ship-to-same-address {
  margin-top: 0.1125rem;
}
.ship-to-same-address .checkbox-wrapper-1 {
  position: relative;
}
.ship-to-same-address label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.ship-to-same-address input {
  position: absolute;
}
.shipping-method-list {
  margin-bottom: 0.4125rem;
}
.shipping-method-list .current-product-shipping .form-check-input:not(:checked) ~ .shipping-method-option:hover {
  border: 1px solid #e6e6e6;
  background-color: #d7ecf7;
}
.shipping-method-list .current-product-shipping .form-check-input:not(:checked) ~ .shipping-method-option:hover .display-shipping-item-description::after {
  border: 1px solid #526699;
}
.shipping-method-list .current-product-shipping .form-check-input:not(:checked) ~ .shipping-method-option:hover .display-shipping-item-description::before {
  background-color: #526699;
}
.shipping-method-list .current-product-shipping .form-check-input:not(:checked) ~ .custom-control-input,
.shipping-method-list .current-product-shipping .form-check-input:not(:checked) ~ .custom-control-label {
  display: none;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .shipping-method-option {
  border: 1px solid #e6e6e6;
  background-color: #d7ecf7;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .shipping-method-option .display-shipping-item-description::after {
  border: 1px solid #1e306e;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .shipping-method-option .display-shipping-item-description::before {
  background-color: #1e306e;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .form-control {
  display: block;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .remove-old-mattress {
  display: block;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .signature-parcel {
  display: block;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .additionalOptions {
  display: block;
}
.shipping-method-list .current-product-shipping .form-check-input:checked ~ .shipping-method-option {
  display: flex;
}
.shipping-method-list .current-product-shipping .form-check-input:focus ~ .shipping-method-option {
  box-shadow: 0 0 0 2px #151515;
}
.shipping-method-list .current-product-shipping .shipping-method-option {
  border: 1px solid #e6e6e6;
  background-color: white;
  padding: 1rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border-radius: 6px;
  transition: background-color 0.3s, border 0.3s;
  z-index: 101;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.shipping-method-list .current-product-shipping .shipping-method-option ~ .form-control {
  display: none;
  margin-top: 6px;
  margin-bottom: 20px;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description {
  padding-left: 5px;
  position: relative;
  padding-bottom: 24px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
@media (min-width: 768px) {
  .shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description {
    padding-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description {
    /*                    width: 68%;
*/
    width: 85%;
    padding-left: 10px;
    padding-bottom: 12px;
  }
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #e6e6e6;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  display: inline-block;
  transition: border 0.3s;
  border-radius: 50%;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description::before {
  content: '';
  position: absolute;
  left: 5px;
  left: 6px;
  top: 50%;
  background-color: transparent;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  display: inline-block;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .display-name {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #30302f;
  display: block;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .text-shippingdescription {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  display: block;
  white-space: initial;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .shipping-cost {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  color: #30302f;
  display: block;
}
@media (min-width: 768px) {
  .shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .shipping-cost {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .remove-old-mattress {
  display: none;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .signature-parcel {
  display: none;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .additionalOptions {
  display: none;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .shipping-method-option {
  display: none;
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .display-name,
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .text-shippingdescription {
  padding-left: 28px;
}
@media (min-width: 1024px) {
  .shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .display-name,
  .shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .text-shippingdescription {
    padding-left: 28px;
  }
}
.shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .shipping-cost {
  padding-left: 5px;
}
@media (min-width: 1024px) {
  .shipping-method-list .current-product-shipping .shipping-method-option .display-shipping-item-description .shipping-cost {
    padding-left: 28px;
  }
}
.shipping-option-footnote {
  background: #c6c6c6;
  padding: 0.8125rem;
  margin-bottom: 1rem;
}
.shipping-option-footnote p {
  font-size: 14px;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #30302f;
  line-height: 1.5;
}
.gcbtn,
.purchase-btn {
  background: #30302f;
  padding: 10px 20px;
  border: none;
  border-radius: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: white;
  letter-spacing: 0.033rem;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
.gcbtn:hover,
.purchase-btn:hover,
.gcbtn:active,
.purchase-btn:active,
.gcbtn:focus,
.purchase-btn:focus {
  background: rgba(48, 48, 47, 0.8);
  color: #ffffff;
  outline: none;
  border: none;
  text-decoration: none;
}
.nm-header-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: white;
  border-bottom: 1px solid rgba(53, 63, 94, 0.6);
}
.nm-header-outer .nm-header-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 16px;
  /* 1rem = 10px */
  padding-bottom: 16px;
  /* 1rem = 10px */
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.nm-header-outer .nm-header-inner .nm-header-logo {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .nm-header-outer .nm-header-inner .nm-header-logo {
    font-size: 22px;
  }
}
.nm-header-outer .nm-header-inner .nm-header-logo.graphic img {
  display: block;
  width: 100%;
  max-width: 180px;
  /* 10rem = 100px */
}
.nm-header-outer .nm-header-inner .nm-nav-mobile {
  display: none;
  border: none;
  background: none;
  width: 50px;
  /* 5rem = 50px */
  height: 50px;
  /* 5rem = 50px */
  line-height: 60px;
  /* 6rem = 60px */
  cursor: pointer;
}
.nm-header-outer .nm-header-inner .nm-nav-mobile span {
  font-size: 30px;
  /* 3rem = 30px */
  color: #30302f;
}
@media screen and (max-width: 960px) {
  .nm-header-outer .nm-header-inner .nm-nav-mobile {
    display: block;
  }
}
.nm-header-outer .nm-header-inner .nm-header-nav {
  display: block;
}
.nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a {
  color: #30302f;
  font-size: 18px;
  /* 1.6rem = 16px */
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0 0 0 20px;
  /* 2rem = 20px */
}
.nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a.carts {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a.carts span {
  order: 2;
}
.nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a.carts #lnkCart {
  order: 1;
  padding: 0 3px 0 0.1px;
  /* 0.3rem = 3px */
}
.nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a:hover {
  color: rgba(48, 48, 47, 0.7);
}
@media screen and (min-width: 960px) {
  .nm-header-outer .nm-header-inner .nm-header-nav {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .nm-header-outer .nm-header-inner .nm-header-nav {
    width: 100%;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    /* 1rem = 10px */
    border-top: 1px solid #698590;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a.carts {
    justify-content: center;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav .nm-header-nav-inner a:last-child {
    padding-bottom: 0;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav.collapse {
    display: none;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav.in {
    display: block;
  }
  .nm-header-outer .nm-header-inner .nm-header-nav.show {
    display: block;
    height: auto;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .nm-header-outer .nm-header-inner {
    flex-wrap: wrap;
  }
}
.nm-footer-outer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background: white;
  border-top: 1px solid rgba(53, 63, 94, 0.2);
}
.nm-footer-outer .nm-footer-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 3%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 20px;
  /* 2rem = 20px */
  padding-bottom: 20px;
  /* 2rem = 20px */
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.nm-footer-outer .nm-footer-inner .nm-footer-copy {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  /* 1.4rem = 14px */
  font-weight: normal;
}
.nm-footer-outer .nm-footer-inner .nm-footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
}
.nm-footer-outer .nm-footer-inner .nm-footer-nav a {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  /* 1.4rem = 14px */
  font-weight: normal;
  margin: 0 0 0 10px;
  /* 1rem = 10px */
}
@media screen and (max-width: 768px) {
  .nm-footer-outer .nm-footer-inner {
    flex-wrap: wrap;
  }
  .nm-footer-outer .nm-footer-inner .nm-footer-copy {
    order: 2;
    width: 100%;
    text-align: center;
  }
  .nm-footer-outer .nm-footer-inner .nm-footer-nav {
    order: 1;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 0 10px;
    /* 1rem = 10px */
  }
  .nm-footer-outer .nm-footer-inner .nm-footer-nav a {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    /* 0.5rem = 5px */
  }
}
.promo-container-outer {
  width: 100%;
  background: white;
  padding: 1.4125rem 0 0;
}
.promo-container-outer .promo-container-inner {
  width: 100%;
  padding: 1.4125rem;
  background: #b29955;
  max-width: 940px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.promo-container-outer .promo-container-inner h1,
.promo-container-outer .promo-container-inner span {
  width: 100%;
  text-align: center;
}
.promo-container-outer .promo-container-inner h1 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: white;
  margin: 0 0 0.5rem;
}
.promo-container-outer .promo-container-inner span {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: white;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0.2125rem;
}
.promo-container-outer .promo-container-inner span.disc {
  font-size: 16px;
}
.cart-promo-item .cart-item-block h2 {
  font-weight: bold;
  background: #b29955;
  padding: 0.6125rem;
  margin-left: -0.6125rem;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  display: inline-block;
  color: white;
}
.cart-promo-item .cart-item-block h2 a {
  color: white;
}
.cart-promo-item .cart-item-block h2 span {
  color: white;
}
.cart-promo-item .cart-item-block div {
  padding-top: 0.2125rem;
  max-width: 470px;
  font-size: 14px;
  color: #30302f;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0 0 0;
}
[data-promo-on],
[data-promo-off] {
  display: none;
  color: orange;
}
.skip-to-content {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
  text-decoration: none;
  transition: top 0.3s;
}
.skip-to-content:focus {
  top: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#submitError {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: indianred;
  color: #fff;
  padding: 10px;
  text-align: center;
  opacity: 0.75;
}
.closebtn {
  margin-right: 20px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.invalid {
  background-color: red;
}
.default-content-region {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: white;
}
.default-content-region.centered {
  text-align: center;
}
.default-content-region .inner {
  max-width: 960px;
  margin: 0 auto;
}
.default-content-region .inner h1 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 0.4125rem;
}
@media screen and (max-width: 960px) {
  .default-content-region .inner h1 {
    font-size: 24px;
  }
}
.default-content-region .inner h2 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 0.4125rem;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .default-content-region .inner h2 {
    font-size: 24px;
  }
}
.default-content-region .inner ul {
  list-style: disc outside;
  margin-left: 20px;
}
.default-content-region .inner ul li {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0.8125rem;
}
.default-content-region .inner p {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0.8125rem;
}
.order-confirmation {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: white;
}
.order-confirmation .inner {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.order-confirmation .inner h1 {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 32px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  padding-bottom: 0.4125rem;
}
@media screen and (max-width: 960px) {
  .order-confirmation .inner h1 {
    font-size: 24px;
  }
}
.order-confirmation .inner p {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #30302f;
  line-height: 1.5;
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
  padding-bottom: 0.8125rem;
}
