body {
  font-weight: 400;
  letter-spacing: 0; }

.quantity-form .quantity-add,
.quantity-form .quantity-subtract,
.quantity-selector-form .quantity-add,
.quantity-selector-form .quantity-subtract,
.react-quantity-selector-form .quantity-add,
.react-quantity-selector-form .quantity-subtract {
  background-color: #ccc9c8;
  color: #fff;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0.3rem 0;
  padding: 0.5rem;
  padding-top: 3px; }

.quantity-form .quantity,
.quantity-selector-form .quantity,
.react-quantity-selector-form .quantity {
  text-align: center;
  border: 1px solid #cdcdcd;
  margin: 0 0.3rem;
  width: 3.75rem; }

.quantity-form .quantity-zero-error,
.quantity-selector-form .quantity-zero-error,
.react-quantity-selector-form .quantity-zero-error {
  color: #dc3545;
  font-size: 0.875rem;
  display: none; }

.product-quantity-label {
  font-size: 1.25rem;
  font-weight: 600; }

.single-approaching-discount {
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  color: #00b878;
  margin-bottom: 0.3125rem; }

.checkout-btn, .remove-all-btn {
  text-transform: uppercase;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.edit {
  margin-right: 0.625em; }

.product-edit {
  margin-top: auto; }
  .product-edit a {
    font-size: 0.813em; }

.line-item-attributes {
  font-size: 0.813rem;
  margin: 0;
  font-weight: 400; }
  .line-item-attributes span {
    font-weight: 600; }

.item-attributes {
  display: inline-block;
  vertical-align: top; }

.line-item-divider {
  margin: 1.875em 0;
  background-color: #cdcdcd; }

.line-item-name {
  overflow: visible;
  white-space: normal;
  font-size: 1.125em;
  color: #252422;
  font-weight: 600;
  margin-bottom: 1.25em; }

.item-attributes .price .sales {
  font-size: 1.125rem;
  color: #252422;
  font-weight: 600; }

.price {
  display: inline-block;
  font-size: 1.125rem;
  color: #252422;
  font-weight: 600; }

.line-item-price-info {
  font-size: 0.8125em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 600; }

.no-margin-top {
  margin-top: 0; }

.number-of-items {
  font-size: 1rem;
  margin-right: 5px;
  font-weight: 600; }
  @media (min-width: 1025px) {
    .number-of-items {
      margin-right: 0; } }

.optional-promo {
  color: #e66d1c; }

.product-info {
  margin-bottom: 0;
  padding: 1.875em 1.25em;
  border: 1px solid #cdcdcd;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (min-width: 1025px) {
    .product-info {
      height: auto;
      border: none;
      border-bottom: 1px solid #cdcdcd; } }
  .product-info .line-item-quantity {
    padding-left: 1.75rem;
    text-align: left; }
    @media (min-width: 769px) {
      .product-info .line-item-quantity {
        border-left: 1px solid #cdcdcd; } }
  .product-info .line-item-name {
    overflow: visible;
    white-space: normal;
    font-size: 1.125em;
    color: #252422;
    font-weight: 600;
    margin-bottom: 1.25em;
    padding-bottom: 0; }
  .product-info .line-item-price {
    font-size: 1.125rem;
    color: #252422;
    font-weight: 600; }
  .product-info .price {
    display: inline-block;
    font-size: 1.125rem;
    color: #252422;
    font-weight: 600; }
  .product-info .quantity-label,
  .product-info .line-item-total-price > p {
    font-size: 0.875rem; }
  .product-info .line-item-total-price .price {
    font-size: 1.25rem; }
  .product-info .line-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .product-info .item-brand {
    font-size: 0.8125rem; }
    .product-info .item-brand p {
      margin-bottom: 0.7rem; }
  .product-info .item-image {
    height: 7.5em;
    width: 7.2em;
    margin-right: 0.938em;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    .product-info .item-image img.product-image {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      height: auto;
      max-height: 7.5em; }
    @media (min-width: 1025px) {
      .product-info .item-image {
        height: 9.375em;
        width: 9.375em; }
        .product-info .item-image img.product-image {
          max-height: 9.375em; } }
  .product-info .remove-btn {
    color: #979797;
    font-size: 1.625em;
    padding: 0;
    position: absolute;
    top: -0.625rem;
    right: 0.25rem;
    border: none;
    background-color: #fff; }
    @media (min-width: 1025px) {
      .product-info .remove-btn {
        top: 0;
        bottom: 0;
        right: -0.625rem;
        margin-top: -0.625rem;
        margin-bottom: -0.625rem; } }
  .product-info .remove-btn-lg {
    border: none;
    border-radius: 0;
    font-size: 1.625em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    position: static;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0;
    z-index: 1; }

.product-to-remove {
  font-weight: bold; }

.promo-code-form {
  display: block; }

label[for='couponCode'] {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase; }

.coupon-code-field {
  height: 3.125rem;
  font-size: 1rem;
  border: 1px solid #9c9d9b; }
  .coupon-code-field::-webkit-input-placeholder {
    color: #63605a; }
  .coupon-code-field::-moz-placeholder {
    color: #63605a; }
  .coupon-code-field:-ms-input-placeholder {
    color: #63605a; }
  .coupon-code-field::-ms-input-placeholder {
    color: #63605a; }
  .coupon-code-field::placeholder {
    color: #63605a; }

.promo-code-submit {
  padding-left: 0; }

.promo-code-btn {
  height: 3.125rem;
  text-transform: uppercase; }

.bonus-product {
  display: block;
  text-align: center; }

.remove-line-item {
  position: relative; }

.remove-coupon {
  border: none;
  background: transparent; }

.sub-total {
  font-weight: bold; }

.coupon-price-adjustment + .coupon-price-adjustment {
  margin-top: 0.625rem; }

.coupon-price-adjustment {
  background-color: #fff;
  padding: 0.625em;
  padding: 0.75rem 0.9375rem;
  border: 1px solid #cdcdcd;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15); }

.coupon-promotion-relationship {
  font-size: 0.875rem;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.coupons-and-promos {
  margin-bottom: 1.625rem;
  padding-right: 0;
  padding-left: 0; }
  .coupons-and-promos .close {
    float: none;
    line-height: 0.8;
    margin-left: 0.625rem;
    opacity: 0.4; }

.coupon-code {
  font-size: 0.875rem;
  font-weight: 600; }

.coupon-applied {
  color: #00b878; }

.coupon-not-applied {
  color: #dc3545; }

.coupon-applied,
.coupon-not-applied {
  font-weight: 400;
  vertical-align: top; }

.coupon-error {
  color: #dc3545;
  margin-top: 0.25rem; }

.coupon-missing-error {
  display: none; }

.applied-promotion-discount {
  color: #00b878;
  float: right; }

.promotion-information {
  margin-bottom: 0.625rem;
  margin-top: 0.625rem; }

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em; }

.cart-page .bundled-line-item + .bundled-line-item::before,
.cart-page .bonus-line-item-row + .bonus-line-item-msg::before {
  content: '';
  display: block;
  border-bottom: 0.063em dashed #ccc9c8;
  margin: 0.625em -0.625em; }

.quantity-label {
  font-size: 0.813em;
  width: 100%;
  text-align: left; }

.bundle-misc {
  font-size: 0.813rem; }
  @media (max-width: 1024.98px) {
    .bundle-misc {
      margin-bottom: 0.625em; } }

.cart-error-messaging.cart-error {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2; }

.valid-cart-error {
  min-height: 6.5rem; }

.bundled-line-item .item-attributes {
  margin-left: 0; }

.bonus-product-button {
  margin-right: 1.5em; }

.cart-header {
  text-align: center;
  padding-top: 20px; }
  @media (min-width: 1025px) {
    .cart-header {
      text-align: left;
      padding-top: 45px; } }

.cart-products-header {
  padding-bottom: 15px; }
  @media (min-width: 1025px) {
    .cart-products-header {
      border-bottom: 1px solid #ccc9c8; } }

.cart-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 600; }
  @media (min-width: 1025px) {
    .cart-title {
      margin-bottom: 45px;
      font-size: 2.4rem; } }

.cart-title-redesign {
  font-size: 2.0rem;
  margin-bottom: 15px;
  font-weight: 600; }
  @media (min-width: 1025px) {
    .cart-title-redesign {
      font-size: 2.4rem; } }

@media (max-width: 1299.98px) {
  .emptyCartTitle {
    font-size: 2em; } }

.continue-shopping-link {
  font-weight: 700;
  text-transform: uppercase;
  color: #252422; }

.continue-shopping-link-icon {
  font-size: 1.2rem; }
  @media (max-width: 1024.98px) {
    .continue-shopping-link-icon {
      font-size: 3.2rem;
      position: absolute;
      left: 15px;
      top: -35px;
      color: #c4c4c4 !important; } }
  @media (max-width: 768.98px) {
    .continue-shopping-link-icon {
      font-size: 2.2rem;
      position: absolute;
      left: 15px;
      top: -35px;
      color: #c4c4c4 !important; } }

.cart-bg {
  background-color: #f4f4f4; }
  @media (min-width: 1025px) {
    .cart-bg {
      background-color: transparent; } }

.help-message {
  font-weight: 600; }

.help-phone-number {
  font-weight: 700; }

.totals {
  background-color: #fff;
  border: 1px solid #cdcdcd;
  padding: 1.5rem 2rem; }
  @media (max-width: 1024.98px) {
    .totals {
      margin-top: 0.5rem; } }
  .totals hr {
    background-color: #cdcdcd;
    margin-top: 0.625em; }
  .totals p {
    margin-bottom: 0.625em;
    font-size: 0.9rem; }
  .totals .subtotal {
    font-weight: 600; }
  .totals .grand-total-row {
    font-weight: 600; }
  .totals .grand-total {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700; }

.order-discount-total, .shipping-discount-total {
  color: #00b878; }

.product-discount {
  color: #089e1b; }

.order-discount-total {
  color: #089e1b !important; }

.cart-share > h4,
.cart-load > h4 {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600; }

@media (min-width: 769px) {
  .cart-share {
    border-right: 1px solid #cdcdcd; } }

.cart-share button {
  padding: 0.875rem 0;
  background-color: #fff;
  text-transform: uppercase; }

@media (min-width: 769px) {
  .cart-share.padding-right {
    padding-right: 1.875rem !important; } }

.cart-share input,
.cart-share input:focus {
  display: inline-block;
  border: none;
  background: none;
  outline: none;
  width: 58%;
  font-weight: 700; }

.cart-share a {
  font-size: 0.875rem;
  font-weight: 600; }

.cart-load {
  padding-top: 1.5rem;
  padding-top: 0;
  padding-left: 1.875rem; }
  .cart-load input {
    border-radius: 0;
    border: 1px solid #9c9d9b; }
    .cart-load input::-webkit-input-placeholder {
      color: #63605a; }
    .cart-load input::-moz-placeholder {
      color: #63605a; }
    .cart-load input:-ms-input-placeholder {
      color: #63605a; }
    .cart-load input::-ms-input-placeholder {
      color: #63605a; }
    .cart-load input::placeholder {
      color: #63605a; }
  .cart-load button {
    text-transform: uppercase;
    background-color: #fff; }
  .cart-load button,
  .cart-load input {
    height: 50px !important;
    padding: 0 1.875rem; }
  .cart-load #cart-load-key-msg {
    font-size: 0.875rem;
    font-style: italic; }
    .cart-load #cart-load-key-msg.error {
      color: #dc3545; }
    .cart-load #cart-load-key-msg.success {
      color: #00b878; }

.line-item-quantity {
  padding-left: 1.75rem; }
  @media (min-width: 1025px) {
    .line-item-quantity {
      border-left: 1px solid #cdcdcd; } }

.item-brand {
  font-size: 0.8125rem; }
  .item-brand p {
    margin-bottom: 0.7rem; }

.quantity-label,
.line-item-total-price > p {
  font-size: 0.875rem; }

.line-item-total-price .price {
  font-size: 1.25rem; }

.line-item-total-price-amount {
  font-weight: 700; }

.strike-through {
  color: #9c9d9b;
  display: inline-block;
  text-decoration: line-through;
  font-size: 1rem;
  font-weight: 400; }
  .strike-through.non-adjusted-price {
    display: none; }

.item-shipping-estimate {
  font-size: 0.8125rem;
  color: #63605a; }

.link-to-item {
  font-size: 0.75rem;
  color: black; }
  .link-to-item:hover {
    color: #e66d1c; }

.item-id {
  font-size: 0.75rem; }
  .item-id p {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 0.25rem; }
  .item-id .item-details-toggle {
    display: inline-block; }
    .item-id .item-details-toggle .title {
      font-size: inherit;
      line-height: normal;
      text-decoration: underline !important;
      padding: 0; }

.details-toggle-btn {
  font-size: inherit;
  padding: 0; }

.item-details-toggle ul {
  margin-left: -10rem;
  width: auto;
  padding-top: 1rem; }
  @media (min-width: 1025px) {
    .item-details-toggle ul {
      margin-left: 0;
      -webkit-padding-start: 0.5rem;
              padding-inline-start: 0.5rem; } }

.item-details-toggle .title::after,
.item-details-toggle.active .title::after {
  margin: 0.25rem; }

.item-details-toggle.active button > span {
  visibility: hidden;
  position: relative; }
  .item-details-toggle.active button > span:after {
    display: block; }

.item-details-toggle button > span:after {
  visibility: visible;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: 'Hide Details';
  text-decoration: underline; }

.paypal-cart-buttons-container {
  position: relative;
  z-index: 1; }

.checkout-signin {
  white-space: pre-line;
  text-align: center;
  top: -20px;
  color: black;
  background-color: white;
  border: 2px solid #cdcdcd;
  font-size: .97em;
  font-weight: 600;
  color: #252422;
  padding: 0px 20px 30px 20px; }

.have-an-account {
  font-size: .97em;
  position: relative;
  bottom: .4em; }

.login-create-account {
  font-size: 1em;
  font-weight: bold;
  text-decoration: underline;
  color: #e66d1c; }

.overhaul-signin-arrow {
  display: inline-block;
  position: relative;
  border: 1px solid #cdcdcd;
  text-decoration: none;
  border-radius: 2px; }

.overhaul-signin-arrow:before {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 100%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #cdcdcd; }

.overhaul-signin-arrow:after {
  content: '';
  display: block;
  position: absolute;
  left: 48%;
  top: 99%;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: white; }

.checkoutSignin-OR {
  font-weight: 100;
  display: block;
  font-size: .9em;
  top: 9px;
  line-height: 22px;
  padding: 0 auto;
  position: relative;
  z-index: 1; }

span.checkoutSignin-OR:before {
  content: '';
  display: block;
  width: 90%;
  height: 0;
  max-width: 300px;
  border-top: 1px solid #cdcdcd;
  position: absolute;
  left: 50%;
  top: calc(50% + 1px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1; }

span.checkoutSignin-OR:after {
  content: '';
  display: block;
  height: 31px;
  width: 41px;
  background-color: white;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1; }

.checkout-guest {
  font-size: .959em;
  color: #252422 !important;
  text-decoration: none !important; }

.fa-tag {
  font-size: 24px;
  color: #089e1b; }

.all-level-discount {
  font-size: 1.125rem !important;
  font-weight: 700;
  color: #089e1b; }

.all-level-discount-total {
  font-size: 1.125rem !important;
  font-weight: 700;
  color: #089e1b; }

.atc-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  height: 80px;
  width: 100%;
  position: fixed;
  bottom: 0px;
  z-index: 100; }
  .atc-overlay .dw-apple-pay-button {
    display: none; }
  .atc-overlay .atc-overlay-button {
    width: 300px;
    margin: 9px auto; }
    .atc-overlay .atc-overlay-button .cart-action-checkout a.checkout-btn {
      height: 62px; }

.free {
  color: green;
  font-weight: bold; }

.tax-total.tbd {
  color: #9c9d9b !important;
  font-weight: bold; }

.express-checkout-text {
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 600;
  color: #252422;
  background: #fff;
  padding: 0 15px; }

.express-checkout-border {
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #252422;
  border-radius: 5px;
  line-height: 0.1em;
  padding: 0px 10px 10px 10px; }

@media (max-width: 1024.98px) {
  .mobile-number-bar, .contact-col {
    background-color: #ebebeb; } }

.utility-content-ask {
  display: inline-block !important;
  font-size: 14px !important; }

@media (max-width: 1024.98px) {
  .header-contact-us {
    margin-right: 0 !important;
    background-color: blue; } }

@media (max-width: 1024.98px) {
  .search-persistent {
    display: none !important; } }

@media (min-width: 1025px) {
  .phone-number {
    margin-left: 0 !important; }
    .phone-number .utility-content-ask {
      font-size: 18px !important; } }

.phone-number .fa-phone {
  display: none; }

.phone-number-bar .contact-content-container {
  text-align: center; }
  .phone-number-bar .contact-content-container .utility-content-ask {
    color: #121212 !important; }
  .phone-number-bar .contact-content-container .fa-phone {
    display: none; }

.free-ship-quick-ship {
  margin: 0 auto;
  padding: 20px 0 0 90px; }
  @media (max-width: 768.98px) {
    .free-ship-quick-ship {
      padding: 20px 0 0 250px; } }
  @media (max-width: 543.98px) {
    .free-ship-quick-ship {
      padding: 0 0 0 160px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.free-ship-size {
  font-size: 14px; }

.shipping {
  font-weight: 600; }

.quick-ship-size {
  font-size: 14px;
  font-weight: 600; }

.fa-cart {
  color: #ccc9c8;
  font-size: 10em;
  position: relative; }
  @media (max-width: 1024.98px) {
    .fa-cart {
      font-size: 7em; } }

.fa-info {
  color: #e66d1c !important;
  font-size: 0.4em !important;
  position: absolute;
  right: 0.1em;
  bottom: 1.4em;
  background-color: #fff;
  -webkit-transform: scaley(-1);
          transform: scaley(-1);
  border-radius: 50%;
  width: 80px;
  height: 84px;
  padding: 6px; }
  @media (max-width: 1024.98px) {
    .fa-info {
      width: 57px;
      height: 54px;
      padding: 5px; } }

.find-fit {
  color: #000;
  font-size: 15px;
  font-weight: bold; }

.search-bar {
  border: 2px solid #e66d1c; }

.site-search {
  width: 100%;
  margin: 8px;
  margin-left: 0; }

.search-bar .site-search form input {
  display: block; }

.learning-center-title {
  color: #000;
  font-size: 2.1rem;
  margin-top: 0;
  margin-bottom: -7px;
  font-weight: 400;
  line-height: 1em; }

.learning-center-description {
  color: #000;
  font-weight: 100;
  line-height: 1.4em;
  font-size: 0.86em;
  margin-bottom: 0;
  margin-right: 10em; }
  @media (max-width: 1024.98px) {
    .learning-center-description {
      margin-right: 0em; } }

.learning-center-left-content {
  padding-right: 0;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  padding-left: 1.875rem; }

.learning-center-link {
  color: #000;
  font-size: 0.9em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1024.98px) {
    .learning-center-link {
      font-size: 0.7em; } }

.fa-arrow-circle-alt-right {
  text-decoration: none;
  font-size: 26px;
  font-weight: 100; }
  @media (max-width: 1299.98px) {
    .fa-arrow-circle-alt-right {
      font-size: 20px; } }
  @media (max-width: 1024.98px) {
    .fa-arrow-circle-alt-right {
      font-size: 18px; } }

.empty-page-left .sbc-underline {
  width: 10.625rem;
  border-bottom: 3px solid #e66d1c; }

.empty-page-bottom {
  padding-right: 0px; }
  @media (max-width: 543.98px) {
    .empty-page-bottom .empty-page-right {
      display: none; } }

.subCategoryContainer {
  border-radius: 5px; }

a.new-arrival-category {
  background-color: white;
  border: 1px solid #e66d1c;
  height: 40px;
  border-radius: 5px;
  margin: 2px;
  width: 46.3%;
  float: right;
  text-decoration: none; }
  @media (max-width: 1024.98px) {
    a.new-arrival-category {
      width: 46%; } }
  @media screen and (max-width: 644px) {
    a.new-arrival-category {
      width: 96% !important;
      margin-left: 7px; } }
  @media (max-width: 543.98px) {
    a.new-arrival-category {
      width: 350px;
      margin-left: 8px; } }
  a.new-arrival-category:hover {
    border: 1px solid black; }
    a.new-arrival-category:hover .label-text {
      color: black; }
    a.new-arrival-category:hover i.fa-arrow_right {
      color: black; }
  a.new-arrival-category .label-text {
    margin-left: 15px;
    color: #e66d1c;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Open Sans;
    position: relative;
    top: 8px;
    letter-spacing: 4px; }
    @media (max-width: 1024.98px) {
      a.new-arrival-category .label-text {
        letter-spacing: 2px; } }
  a.new-arrival-category .arrow-button {
    background-color: white;
    border-radius: 0 5px 5px 0;
    width: 2.5rem;
    height: 38px;
    float: right; }
    @media screen and (max-width: 686px) {
      a.new-arrival-category .arrow-button {
        width: 1.8rem; } }
    @media (max-width: 768.98px) {
      a.new-arrival-category .arrow-button {
        width: 2.5rem; } }
    a.new-arrival-category .arrow-button .fa-arrow_right {
      color: #e66d1c;
      display: block;
      margin-top: 12px;
      margin-left: 15px; }
      @media (max-width: 1024.98px) {
        a.new-arrival-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }
      @media screen and (max-width: 644px) {
        a.new-arrival-category .arrow-button .fa-arrow_right {
          margin-left: 15px; } }
      @media (max-width: 768.98px) {
        a.new-arrival-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }

a.quick-ship-category {
  background-color: #e66d1c;
  height: 40px;
  border-radius: 5px;
  margin: 2px 2px 2px 6px;
  width: 47%;
  float: left;
  text-decoration: none; }
  @media (max-width: 1024.98px) {
    a.quick-ship-category {
      margin: 2px 2px 2px 2px;
      width: 47%; } }
  @media screen and (max-width: 644px) {
    a.quick-ship-category {
      width: 96% !important;
      margin-left: 7px !important; } }
  @media (max-width: 543.98px) {
    a.quick-ship-category {
      width: 350px;
      margin-left: 8px; } }
  a.quick-ship-category:hover {
    background-color: #c35a13; }
  a.quick-ship-category .fa-quick-ship-truck {
    font-size: 1.8rem;
    color: white;
    display: inline-block;
    margin-right: 10px;
    margin-top: 6px;
    margin-left: 15px; }
  a.quick-ship-category .label-text {
    position: relative;
    top: -4px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Open Sans;
    letter-spacing: 4px; }
    @media (max-width: 1024.98px) {
      a.quick-ship-category .label-text {
        letter-spacing: 1.5px; } }
    @media (max-width: 543.98px) {
      a.quick-ship-category .label-text {
        letter-spacing: 4px; } }
  a.quick-ship-category .arrow-button {
    background-color: #c35a13;
    border-radius: 0 5px 5px 0;
    width: 2.5rem;
    height: 40px;
    float: right; }
    @media screen and (max-width: 686px) {
      a.quick-ship-category .arrow-button {
        width: 1.8rem; } }
    @media (max-width: 768.98px) {
      a.quick-ship-category .arrow-button {
        width: 2.5rem; } }
    a.quick-ship-category .arrow-button .fa-arrow_right {
      color: white;
      display: block;
      margin-top: 12px;
      margin-left: 15px; }
      @media (max-width: 1024.98px) {
        a.quick-ship-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }
      @media screen and (max-width: 644px) {
        a.quick-ship-category .arrow-button .fa-arrow_right {
          margin-left: 15px; } }
      @media (max-width: 768.98px) {
        a.quick-ship-category .arrow-button .fa-arrow_right {
          margin-left: 10px; } }

.empty-page-left .row .subCategoryContainer .subCatLinks {
  width: 30%; }
  @media (max-width: 768.98px) {
    .empty-page-left .row .subCategoryContainer .subCatLinks {
      width: 46% !important;
      max-width: 46% !important; } }
  @media screen and (max-width: 644px) {
    .empty-page-left .row .subCategoryContainer .subCatLinks {
      width: 96% !important;
      max-width: 96% !important; } }

.subCatLinks {
  height: 75px;
  border-radius: 0px 10px 10px 0px;
  color: #252422;
  text-decoration: none !important;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: color 0.5s;
  transition: color 0.5s; }
  .subCatLinks:hover, .subCatLinks:active {
    color: #e66d1c;
    -webkit-transition: color 0.5s;
    transition: color 0.5s; }
    .subCatLinks:hover > .arrowContainer, .subCatLinks:active > .arrowContainer {
      background-color: #e66d1c;
      color: #fff;
      -webkit-transition: background-color 0.5s;
      transition: background-color 0.5s; }
  @media (max-width: 768.98px) {
    .subCatLinks {
      width: 300px !important; } }
  @media (max-width: 543.98px) {
    .subCatLinks {
      width: 284px !important;
      max-width: 70vw; } }
  .subCatLinks h3 {
    font-size: 14px; }
    @media (max-width: 768.98px) {
      .subCatLinks h3 {
        font-size: 1em; } }
  .subCatLinks .arrowContainer {
    border-radius: 0px 10px 10px 0px;
    background-color: #ebebeb;
    color: #979797;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
  .subCatLinks .arrowContainer-featured {
    border-radius: 0px 10px 10px 0px;
    background-color: #e66d1c;
    color: #fff;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }

/*# sourceMappingURL=cart.css.map*/