:root {
  --nop-theme-primaryColor: #C3090A;
}
.delete-popup-header {
  background: var(--nop-theme-primaryColor) !important;
}
.active-btn {
  background-color: #C3090A !important;
}
.topcartlink {
    background-color: #C3090A !important;
}

#newsletter-subscribe-button {
    background-color: #C3090A;
}
/* Promo */
.promo-bar {
    background-color: #0100BA !important;
}

/*phone number*/
/* li[class="header-support__links--phone-number"] > a {
    color: #C3090A !important;
} */

/* SFS */

button[id*="start-from-scratch"] {
    background-color: #C3090A !important;
}

div[id*="start-from-scratch__price-container"] .discount-price {
    color: #C3090A !important;
}


/*chat command links*/
/* li[class="header-support__links--phone-number"] > a {
    color: #00033D !important;
} */

/*Need help*/
li[class="header-support__links--help"] > a {
    color: #C3090A !important;
}

li[class="ico-chat"] a {
    color: #0100BA !important;
}

span[class="panel-header-text"] > a {
    color: #0100BA !important;
}

/* Primary Buttons */
.btn-orange, .btn-orange:hover {
    background-color: #C3090A !important;
}

/* Cimpress Designer */
.review-button, .review-button:hover {
    background-color: #C3090A !important;
}

.overview > h3 {
    background-color: #C3090A !important;
}



/*Attribute Page*/
.tooltip-header__price {
    color: #C3090A !important;
}

/* Add to Cart */
.add-to-cart-button, .add-to-cart-button:hover {
    background-color: #C3090A !important;
}
.price-disclosure__text {
    color: #C3090A !important;
}

.product-price > span[class*="price-value-"] {
    color: #C3090A !important;
}


/* Cart */
.checkout-button, .checkout-button:hover {
    background-color: #C3090A !important;
}

/* Order Completed */
.order-completed-continue-button, .order-completed-continue-button:hover {
    background-color: #C3090A !important;
}


/*.cvc-wrapper__label div {
    color: #C3090A !important;
}*/

.shipping-method-fee {
    color: #C3090A !important;
}

font[color="#e4895a"] > b {
    color: #C3090A !important;
}

.order-total {
    color: #C3090A !important;
}

.dialog-preview-design-class .review-btn-div .preview-add-to-cart-button {
    background-color: #C3090A !important;
}

.cvv-tooltip {
    background-color: #313149 !important;
}

.tier-prices .item-price {
    color: #C3090A !important;
}

.print-order-button {
    background-color: #C3090A !important;
}


.order-details-page .page-title a.print-order-button {
    background-color: #C3090A !important;
}

.order-details-page .actions input:first-child {
    background-color: #C3090A !important;
}

.each-text {
  color: #C3090A !important;
}

.each-text-sfs {
  color: #C3090A !important;
}

@media(min-width: 768px) {
  .header-combined {
    min-height: 80px;
  }
  .header-logo a img{
    margin-top: 7px;
  }
}

/* li[class="header-support__links--phone-number"] > a {
  color: #0100ba !important;
} */

.cart td.subtotal .discount, .cart td.subtotal .discount-additional-info {
  color: #C3090A;
}
.discount-total .value-summary {
  color: #C3090A;
}
.discount-total .cart-total-left {
  color: #C3090A;
}
.cart a, .data-table a, .forum-table a {
  color: #C3090A;
}
.cart .remove-from-cart .td-title button {
  color: #C3090A!important;
}
.pricing-grid-details td {
  color: #C3090A!important;
}
.discount-price {
  color: #C3090A!important;
}
.shipping-method-fee {
  color: #C3090A!important;
}
font[color="#e4895a"] > b {
  color: #C3090A!important;
}
.order-total {
  color: #C3090A!important;
}
.order-list .buttons input {
  padding: 10px 30px 10px 30px;
  border: 0px;
  background-color: #C3090A !important;
  color: rgb(255, 255, 255);
}
.edit-address-button, .edit-address-button:hover, .delete-address-button, .delete-address-button:hover {
  background-color: white !important;
  color: #C3090A !important;
}
.address-list-page .button-2:hover, .order-list-page .button-2:hover {
  text-decoration: underline;
}
.checkout-page .button-1, .button-2, .update-cart-button {
  min-width: auto;
  background-color: white;
}
.shop-now-btn {
  background: #C3090A !important;
}
.checkout-page .button-1 {
  background-color: #C3090A !important;
}
.filter-btn, .filter-top-btn {
  background-color: #C3090A !important;
}
button.menu-top-btn {
  background-color: #C3090A;
}
.help-id-mobile-icon {
  background-image: url(/Themes/XOTC/Content/images/call.png);
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  top: 0px;
  left: -5px;
  float: right;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .help-id-mobile-icon {
    display: none;
  }
}
.header-small__logo img {
  height: 30px!important;
  width:186px;
}

@media (min-width: 768px) {

  .header-logo a img {
    width: auto;
  }
}
@media all and (min-width:1001px) and (max-width:1200px) {
  .header-menu > ul > li > a {
    font-size: 15px;
  }
}

.customer-info-tooltip-header {
  display: inline-block;
  text-align: center;
  background: #0100BA !important;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  z-index: 99;
  font-size: 11px;
  position: relative;
  top: -3px;
}

.customer-info-tooltip-text-header {
  display: block;
  background: #0100BA !important;
  font-size: 13px;
  width: 250px;
  font-weight: 400;
  line-height: 16px;
  padding: 6px 14px;
  left: 50%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  box-shadow: 0 3px 8px rgba(0,0,0,.1);
  transform: translateX(-50%);
  transform-origin: center;
  transition: all .3s ease-in-out;
  border-radius: 10px;
  pointer-events: none;
  top: 10%;
  height: 65px;
  margin-top: 30px;
  z-index: 100;
}
.check-status-button, .check-status-button:hover {
  background-color: #C3090A !important;
  color: rgb(255, 255, 255);
  border: none;  
}

.btn-secondary, .btn-danger {
  background-color: #E8372E !important;
}
