.A-shipping-deadline {
  padding: 1px;
}
.A-shipping-deadline p {
  text-align: center;
  margin: 0.5rem;
}
.A-shipping-deadline p span {
  display: block;
}
@media screen and (min-width: 580px) {
  .A-shipping-deadline p span {
    display: inline;
  }
}
.M-topbar {
  background-color: #1f7cf5;
  color: #fff;
  padding: 0.5rem;
  text-align: center;
  transition: background-color 0.3s;
  font-size: 12px;
}
.M-topbar:hover {
  background-color: #006fff;
}
.M-topbar a {
  color: #fff;
}
.M-topbar a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 580px) {
  .M-topbar {
    font-size: 16px;
  }
}
.M-product-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  padding: 1rem;
  box-shadow: 1px 3px 10px #dbdbdb;
  border: solid 1px #f2f2f2;
}
.M-product-card__burst {
  text-align: center;
}
.M-product-card__burst h5 {
  margin: 0.5rem 0;
  color: #000;
  font-size: 24px;
}
.M-product-card__prime-image {
  max-width: 100%;
  background-color: #fff;
  text-align: center;
}
.M-product-card__prime-image__width-wrap {
  margin: 0 auto;
  max-width: 250px;
}
.M-product-card__title-box {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.M-product-card__title-copy {
  margin-bottom: 0.3em;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: #444;
}
.M-product-card__price-box .price-label {
  margin-right: 5px;
  vertical-align: sub;
  white-space: nowrap;
  color: #000;
  font-size: 12px;
}
.M-product-card__price-box .price-amount {
  vertical-align: top;
  white-space: nowrap;
  color: #000;
  font-size: 24px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.M-product-card .button {
  display: block;
  margin-top: 1rem;
}
.M-product-card .learn-more {
  display: block;
  margin-top: 1rem;
  text-align: center;
}
.M-product-card--variation1 .M-product-card__specs-box span {
  text-align: right;
}
.M-product-card--variation1 .M-product-card__specs-box span strong {
  float: left;
}
.M-product-card--variation1 .M-product-card__specs-box .button {
  text-align: left;
  background: #ff7e00;
  text-shadow: none;
}
.M-product-card--variation1 .M-product-card__specs-box .button strong {
  float: right;
  font-weight: 400;
  font-size: 16px;
}
.M-pagination {
  display: flex;
  padding: 0;
  margin: 2rem 0;
  list-style: none;
  align-items: center;
}
.M-pagination li {
  margin-right: 1rem;
}
.M-pagination__button {
  display: flex;
  align-items: center;
  background-color: #f04c23;
  border-radius: 5px;
  font-size: 14px;
}
.M-pagination__button span,
.M-pagination__button svg {
  padding: 0 5px;
}
.M-pagination__button--disabled {
  background-color: #808080;
  cursor: not-allowed;
}
.M-TERMS-agreement {
  margin: 1rem 0 2rem;
}
.M-TERMS-agreement label {
  display: block;
  width: 100%;
}
.M-TERMS-agreement label.you-must-agree {
  border: 1px solid #000;
  background: #ffc0cb;
  padding: 1rem 0.5rem;
}
.M-TERMS-disabler.not-agreed {
  opacity: 0.2;
  visibility: visible;
  pointer-events: none;
}
.O-mobile-nav {
  height: 50px;
  padding: 10px 0;
  background: #041832;
}
@media screen and (min-width: 860px) {
  .O-mobile-nav {
    display: none;
  }
}
.O-mobile-nav__opener {
  position: absolute;
  display: inline-block;
  z-index: 9;
  left: 15px;
  top: 12px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.O-mobile-nav__opener span {
  position: absolute;
  display: block;
  height: 3px;
  width: 50%;
  background-color: #fff;
  opacity: 1;
  transition: 0.25s ease-in-out;
}
.O-mobile-nav__opener span:nth-child(even) {
  left: 50%;
}
.O-mobile-nav__opener span:nth-child(odd) {
  left: 0;
}
.O-mobile-nav__opener span:nth-child(1),
.O-mobile-nav__opener span:nth-child(2) {
  top: 0px;
}
.O-mobile-nav__opener span:nth-child(3),
.O-mobile-nav__opener span:nth-child(4) {
  top: 12px;
}
.O-mobile-nav__opener span:nth-child(5),
.O-mobile-nav__opener span:nth-child(6) {
  top: 24px;
}
.O-mobile-nav__opener.open span {
  background-color: #f04c23;
}
.O-mobile-nav__opener.open span:nth-child(1) {
  transform: translate(4px, 7px) rotate(45deg);
}
.O-mobile-nav__opener.open span:nth-child(2) {
  transform: translate(-4px, 7px) rotate(-45deg);
}
.O-mobile-nav__opener.open span:nth-child(3) {
  transform: translateX(-50%);
  opacity: 0;
}
.O-mobile-nav__opener.open span:nth-child(4) {
  transform: translateX(50%);
  opacity: 0;
}
.O-mobile-nav__opener.open span:nth-child(5) {
  transform: translate(4px, -5px) rotate(-45deg);
}
.O-mobile-nav__opener.open span:nth-child(6) {
  transform: translate(-4px, -5px) rotate(45deg);
}
.O-mobile-nav__title {
  display: block;
  text-align: center;
  margin: 0 0 0 30px;
  color: #f04c23;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}
.O-mobile-nav__menu-wrapper {
  display: flex;
}
.O-mobile-nav__menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -15vh;
  height: 100%;
  width: 100%;
  z-index: 8;
  transition: 0.2s ease-in-out;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.O-mobile-nav__menu.open {
  transition-delay: 0.15s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.O-mobile-nav__menu a {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding: 1rem 1.5rem;
  width: 100%;
  color: #000;
}
.O-mobile-nav__menu a:hover {
  background-color: #f04c23;
  color: #fff;
  opacity: 0.7;
}
.O-mobile-nav__circle-container {
  position: absolute;
  z-index: 7;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #fff;
  width: 1px;
  height: 1px;
  left: 30px;
  top: 25px;
  transition: transform 0.25s ease-in-out;
  opacity: 0.95;
}
.O-mobile-nav__circle-container.open {
  transform: scale(1500);
}
.O-header {
  display: none;
  margin-bottom: 2rem;
}
.O-header__hat {
  background-color: #000;
}
.O-header__hat > .content {
  display: flex;
  height: 65px;
}
.O-header__hat .logo {
  flex: 0 0 120px;
  z-index: 9;
}
@media screen and (min-width: 1200px) {
  .O-header__hat > .content {
    height: 75px;
  }
  .O-header__hat .logo {
    flex: 0 0 150px;
  }
}
@media screen and (min-width: 860px) {
  .O-header {
    display: block;
  }
}
.O-header__exclusives {
  flex: 0 0 auto;
  align-self: center;
  padding-left: 50px;
}
.O-header__exclusive {
  position: relative;
  display: inline-block;
  margin: 0 50px 0 0;
  line-height: 1;
}
.O-header__exclusive:nth-child(3) {
  margin: 0 10px 0 0;
}
.O-header__exclusive::before {
  position: absolute;
  left: -24px;
  top: 2px;
  content: '1.';
  color: #fff;
  font-size: 20px;
}
.O-header__exclusive:nth-child(2)::before {
  content: '2.';
}
.O-header__exclusive:nth-child(3)::before {
  content: '3.';
}
.O-header__exclusive .offer {
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #f04c23;
  font-size: 20px;
}
.O-header__exclusive .disclaimer {
  display: block;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}
@media screen and (min-width: 1200px) {
  .O-header__exclusive::before {
    font-size: 24px;
  }
  .O-header__exclusive .offer {
    font-size: 24px;
  }
  .O-header__exclusive .disclaimer {
    font-size: 15px;
  }
}
.O-header__credit {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}
.O-header__credit__cards {
  display: none;
  align-self: center;
  margin: 7px 0 0;
  text-align: center;
}
.O-header__credit__cards svg {
  width: 160px;
}
.O-header__credit__cards span {
  display: block;
  color: #ccc;
  font-size: 12px;
}
@media screen and (min-width: 1024px) {
  .O-header__credit__cards {
    display: block;
  }
}
.O-header__credit__secure {
  display: none;
  flex: 0 0 auto;
  align-self: center;
  margin: 0 0 0 20px;
}
.O-header__credit__secure img {
  display: inline-block;
  width: 26px;
  align-self: flex-start;
  margin-right: 5px;
}
.O-header__credit__secure span {
  display: inline-block;
  font-size: 14px;
  color: #f04c23;
  line-height: 1.2;
}
@media screen and (min-width: 1024px) {
  .O-header__credit__secure {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .O-header__credit {
    margin-right: 0;
  }
}
.O-header__nav {
  background-color: #58595b;
}
.O-header__nav > .content {
  display: flex;
  justify-content: space-between;
}
.O-header__nav__links {
  display: flex;
  padding-left: 150px;
}
.O-header__nav a {
  flex: 0 1 auto;
  padding: 10px 12px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  white-space: nowrap;
  line-height: 1;
  transition: 0.3s;
}
.O-header__nav a:hover {
  background-color: #6f7073;
}
.O-header__nav .home {
  background-color: #fff;
  color: #333;
  line-height: 0;
  padding: 7px 10px;
}
.O-header__nav .home:hover {
  background-color: #fff;
}
.O-header__nav .best-sellers:hover {
  background-color: #ff7315;
  text-shadow: 2px 2px 3px #d32800;
}
.O-header__nav__right {
  display: flex;
}
.O-header__nav__search {
  position: relative;
  margin-right: 10px;
  width: 180px;
  align-self: center;
  border: solid 3px #6f7073;
  font-size: 0;
  height: 26px;
  line-height: 1;
}
.O-header__nav__search input[type=text] {
  width: 100%;
  border: none;
  padding: 3px 3px 3px 6px;
  font-size: 13px;
}
.O-header__nav__search button {
  position: absolute;
  top: 1px;
  right: 6px;
  width: 17px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  fill: #888;
}
.O-header__nav__cart {
  padding: 6px 12px;
  -ms-flex: 0 1 130px;
}
.O-header__nav__cart svg {
  float: left;
  height: 20px;
  margin-right: 10px;
  fill: #fff;
}
.O-header__nav__cart span {
  float: left;
  padding-top: 2px;
  color: #fff;
  font-size: 14px;
}
.O-header__nav__cart.empty svg {
  fill: #aaa;
}
.O-header__nav__cart.empty span {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .O-header__nav > .content {
    height: 45px;
  }
  .O-header__nav__links {
    padding-left: 180px;
  }
  .O-header__nav a {
    font-size: 18px;
    padding: 13px 15px;
  }
  .O-header__nav .home {
    padding: 12px 12px;
  }
  .O-header__nav__cart {
    padding: 12px 15px;
  }
}
.O-footer {
  padding: 2rem 1rem 0.5rem;
  overflow: hidden;
  background-color: #000;
  color: #f2f2f2;
}
.O-footer__header {
  margin: 0 0 0.2em;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: block;
  color: #80bc00;
}
.O-footer__links-container {
  margin: 0 auto;
  width: 260px;
}
.O-footer__links {
  float: left;
  clear: both;
  margin-bottom: 1.5rem;
  width: 160px;
}
.O-footer__links a {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 14px;
  color: #f2f2f2;
}
.O-footer__links a:hover {
  color: #80bc00;
}
.O-footer__logos {
  margin: 0 auto 2.5rem;
  width: 270px;
  overflow: hidden;
}
.O-footer__logos__item {
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  width: 125px;
  height: 70px;
  background-color: #58595b;
}
.O-footer__logos__item:nth-child(odd) {
  clear: both;
}
.O-footer__logos__item img {
  max-width: 100%;
  margin: 0 auto;
}
.O-footer__service-text {
  clear: both;
  margin-bottom: 1em;
  text-align: center;
  font-size: 16px;
  color: #c0d3ec;
}
.O-footer__service-text a {
  color: #fff;
}
.O-footer__service-text a:hover {
  text-decoration: underline;
}
.O-footer__service-text span {
  font-size: 14px;
  color: #ccc;
}
.O-footer__copyright-rule {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  border-color: #2d4b73;
}
.O-footer__copyright-text {
  margin: 0.6rem 0;
  font-size: 14px;
  text-align: center;
  color: #ccc;
}
.O-footer__copyright-text a {
  color: #ccc;
}
.O-footer__copyright-text a:hover {
  color: #eee;
}
@media screen and (min-width: 480px) {
  .O-footer__links-container {
    width: 320px;
  }
  .O-footer__links {
    clear: none;
  }
  .O-footer__logos {
    width: 310px;
  }
  .O-footer__logos__item {
    width: 145px;
  }
}
@media screen and (min-width: 760px) {
  .O-footer__links-container {
    float: left;
    width: 100%;
  }
  .O-footer__links {
    width: 200px;
  }
  .O-footer__logos {
    float: right;
  }
  .O-footer__service-text br {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  .O-footer__links {
    width: 260px;
  }
}
.O-cart-upsell {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  background: rgba(5,22,44,0.7);
  z-index: 999;
}
.O-cart-upsell.closed {
  display: none;
}
.O-cart-upsell__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  max-width: 100%;
  height: 350px;
  max-height: 100%;
  background-color: #fff;
  box-shadow: 1px 3px 10px #30303b;
  text-align: center;
}
.O-cart-upsell__modal__close {
  position: absolute;
  top: 5px;
  right: 5px;
  text-align: center;
  background-color: #000;
  padding: 3px 7px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  z-index: 1000;
  transition: background-color 0.25s;
}
.O-cart-upsell__modal__close:hover {
  background-color: #f00;
}
.O-cart-upsell__overflow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem;
  overflow: auto;
}
.O-cart-upsell__content {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.O-cart-upsell__content h3 {
  color: #f04c23;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 0.2em;
}
.O-cart-upsell__content p {
  margin: 0 0 1em;
  color: #555;
  font-size: 18px;
}
.O-cart-upsell__content .price {
  font-size: 22px;
  text-align: right;
  margin: 0;
}
.O-cart-upsell__content .price--our {
  color: #f04c23;
  font-size: 22px;
  text-align: right;
  font-weight: bold;
  margin: 0;
}
.O-cart-upsell__content .button {
  font-size: 20px !important;
  margin-bottom: 1rem;
}
.O-cart-upsell__content__left,
.O-cart-upsell__content__right {
  flex: 1;
}
@media screen and (min-width: 580px) {
  .O-cart-upsell__content {
    flex-direction: row;
  }
  .O-cart-upsell__content h3 {
    color: #f04c23;
    font-size: 34px;
  }
  .O-cart-upsell__content__right {
    flex: 1;
  }
  .O-cart-upsell__content__left {
    flex: 2;
    padding-right: 1rem;
  }
}
.T-PAGE {
  padding-bottom: 2rem;
}
.T-PAGE h1 {
  margin: 0.5em 0 1em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  color: #222;
}
.T-PAGE h3 {
  margin: 1.5em 0 0.8em;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #333;
  color: #000;
}
.T-PAGE p {
  margin: 0 0 1em;
  font-size: 14px;
  color: #222;
  line-height: 1.4;
}
.T-PAGE a {
  color: #f04c23;
}
.T-PAGE a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 580px) {
  .T-PAGE h1 {
    font-size: 32px;
  }
  .T-PAGE h2 {
    font-size: 24px;
  }
  .T-PAGE h3 {
    font-size: 18px;
  }
  .T-PAGE h4 {
    font-size: 16px;
  }
  .T-PAGE p {
    font-size: 16px;
  }
}
.T-PAGE__faq-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 900px) {
  .T-PAGE__faq-wrapper {
    flex-wrap: nowrap;
  }
}
.T-PAGE__faq-sidebar-wrapper {
  flex: 0 0 100%;
  margin: 0 2rem 2rem 0;
}
@media screen and (min-width: 900px) {
  .T-PAGE__faq-sidebar-wrapper {
    flex: 1;
  }
}
.T-PAGE__faq-sidebar {
  padding: 1rem;
  box-shadow: 1px 3px 10px #dbdbdb;
}
.T-PAGE__faq-sidebar h3 {
  margin: 0 0 1rem;
}
.T-PAGE__faq-sidebar ul {
  padding-left: 1rem;
}
.T-PAGE__faq-sidebar li {
  margin: 0.5rem 0;
}
.T-PAGE__faqs {
  flex: 4;
}
.T-PAGE__faqs__section {
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
  box-shadow: 1px 3px 10px #dbdbdb;
}
.T-PAGE__faqs__section h3 {
  margin: 0 0 0.8em;
  color: #000;
}
.T-PAGE__faqs__section h4 {
  color: #444;
  margin: 1.5em 0 0.5em;
}
.T-PAGE-contact-message {
  max-width: 600px;
}
.T-PAGE-contact {
  max-width: 480px;
}
.T-PAGE-contact .note {
  padding: 0.5em;
  background-color: #f2f2f2;
  font-weight: 700;
  border-radius: 3px;
  border: dashed #52b45e 2px;
}
.T-PAGE-contact .form-success {
  background-color: #bfffbf;
  color: #308343;
}
.T-PAGE-contact__field {
  display: flex;
  border: solid 1px #ccc;
  margin-bottom: 1rem;
  width: 100%;
  border-radius: 3px;
}
.T-PAGE-contact__field label {
  padding: 10px 10px 10px 15px;
  width: 30%;
  background-color: #fff;
  color: #111;
  border-right: solid 1px #ccc;
  font-size: 14px;
  font-weight: 700;
}
.T-PAGE-contact__field input {
  width: 70%;
  padding: 10px;
  background-color: #eef2f6;
  color: #444;
  font-size: 14px;
  border: none;
}
.T-PAGE-contact__field textarea {
  width: 70%;
  padding: 10px;
  background-color: #eef2f6;
  border: none;
  font-size: 14px;
}
.T-PAGE-contact__field select {
  padding: 10px 10px 10px 15px;
  width: 70%;
  background-color: #fff;
  color: #111;
  border-right: solid 1px #ccc;
  font-size: 14px;
  font-weight: 700;
}
.T-CART-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 2rem;
}
@media screen and (min-width: 860px) {
  .T-CART-grid {
    grid-template-columns: 3.5fr 1fr;
    -ms-grid-columns: 3.5fr 1rem 1fr;
  }
}
.T-CART-cross-sells {
  display: none;
  margin-bottom: 2rem;
  align-self: start;
  text-align: center;
  border: solid 1px #e3e3e3;
  border-radius: 2px;
  box-shadow: 1px 2px 3px #ccc;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
@media screen and (min-width: 860px) {
  .T-CART-cross-sells {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
.T-CART-cross-sells__header {
  display: block;
  margin: 0;
  padding: 0.3rem;
  background-color: #555;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.T-CART-cross-sells__header span {
  display: block;
  font-size: 12px;
}
.T-CART-cross-sells__flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 500px) {
  .T-CART-cross-sells__flex {
    flex-direction: row;
  }
}
@media screen and (min-width: 860px) {
  .T-CART-cross-sells__flex {
    flex-direction: column;
  }
}
.T-CART-cross-sells__bestseller {
  border-bottom: solid 1px #ddd;
  padding: 1rem;
}
.T-CART-cross-sells__bestseller:last-child {
  border-bottom: none;
}
.T-CART-cross-sells__bestseller .cross-title {
  display: block;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-size: 15px;
  margin: 0 0 0.2em;
  color: #000;
  font-weight: 800;
}
.T-CART-cross-sells__bestseller img {
  margin: 1rem 0;
  max-width: 180px;
  width: 100%;
}
.T-CART-cross-sells__bestseller .msrp {
  font-size: 12px;
  font-weight: 600;
  color: #666;
}
.T-CART-cross-sells__bestseller .price {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.T-CART-cross-sells__bestseller .button {
  display: block;
  margin: 0 auto;
}
.T-CART-cross-sells__form input {
  display: none;
}
.T-CART-cross-sells__form .button {
  font-size: 14px;
  padding: 0.5em 0.8em;
}
.T-CART {
  margin-bottom: 2rem;
}
.T-CART h1 {
  margin: 0.5em 0 1em;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
  color: #222;
}
.T-CART__cookie-problem {
  margin: 2rem 0;
}
.T-CART__cookie-problem h3 {
  margin-bottom: 0.5em;
  font-size: 16px;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
}
.T-CART__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
  padding: 1rem;
  justify-content: space-between;
  box-shadow: 1px 3px 10px #dbdbdb;
  text-align: center;
}
.T-CART__image {
  flex: 1;
  text-align: center;
}
.T-CART__image img {
  max-width: 150px;
}
.T-CART__info {
  flex: 2;
  margin-bottom: 1rem;
}
.T-CART__info__title {
  margin-bottom: 0.3em;
  color: #333;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.T-CART__info__title a {
  color: #333;
}
.T-CART__info__title a:hover {
  color: #777;
}
.T-CART__info__options {
  color: #444;
}
.T-CART__info__remove {
  display: block;
  margin: 1rem 0 1rem;
}
.T-CART__price {
  flex: 1;
  margin-bottom: 1rem;
}
.T-CART__price__label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.T-CART__qty {
  flex: 1;
  margin-bottom: 1.5rem;
}
.T-CART__qty__label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.T-CART__qty__amount {
  width: 50px;
  padding: 5px 10px;
  border: solid 1px #ccc;
}
@media screen and (min-width: 580px) {
  .T-CART__item {
    flex-direction: row;
  }
  .T-CART__info {
    text-align: left;
  }
}
.T-CART-closing-container {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 1rem;
  padding: 1rem 0;
}
@media screen and (min-width: 580px) {
  .T-CART-closing-container {
    flex-direction: row;
  }
}
.T-CART-assurance {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 1rem;
}
.T-CART-assurance__credit {
  margin-bottom: 1rem;
}
.T-CART-assurance__credit span {
  display: block;
  margin-bottom: 5px;
}
.T-CART-assurance__credit svg {
  display: block;
  width: 200px;
  margin-bottom: 0.25rem;
}
@media screen and (min-width: 580px) {
  .T-CART-assurance__credit svg {
    width: 375px;
  }
}
.T-CART-assurance__secure {
  display: flex;
}
.T-CART-assurance__secure img {
  align-self: flex-start;
  margin-right: 10px;
}
.T-CART-assurance__secure .primary-text {
  display: block;
  font-family: eurostile, Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #000;
}
.T-CART-assurance__secure .sub-text {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
.T-CART-totals {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
  text-align: right;
}
.T-CART-totals .secondary-button {
  margin-bottom: 1rem;
}
.T-CART-totals .button {
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.T-CART-totals__subtotal-title {
  display: inline-block;
  font-size: 18px;
}
.T-CART-totals__subtotal {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  min-width: 100px;
}
.T-CART-totals__shipping-message {
  margin-bottom: 1rem;
  font-style: italic;
}
.affirm-modal-trigger {
  color: #000 !important;
}

