<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-wrap a,
a.agree,
.checkout-login a {
  color: #333745 !important;
}

.login-wrap a:hover,
a.agree:hover,
.checkout-login a:hover {
  /*color: #9a3007 !important;*/
  color: #c61100 !important;
}

.wishlist-info thead td,
.order-list thead td,
.cart-info thead td,
.compare-info thead td,
.checkout-cart thead td,
table.list thead td {
  background: #dfe5e8 !important;
  color: #333745 !important; 
}

.checkout-cart td a,
.cart-info td a,
.compare-info td a:not(.button),
.wishlist-info td a {
  color: #333745 !important;
  text-decoration: none !important;   
}

.checkout-cart td a:hover,
.cart-info td a:hover,
.compare-info td a:not(.button):hover,
.wishlist-info td a:hover {
  /*color: #9a3007 !important;*/
  color: #c61100 !important;
}

.btn-primary,
.btn-danger {
  background: #dfe5e8 !important;
}

.btn-primary i::before,
.btn-danger i::before {
  color: #333745 !important;
}

.btn-primary:hover,
.btn-danger:hover {
  /*background: #9a3007 !important;*/
  background: #c61100 !important;
}

.btn-primary:hover i::before,
.btn-danger:hover i::before {
  color: #ffffff !important;
}

.text-danger {
  background: none !important;
}

#content select:focus {
  background-color: rgb(244, 244, 244);
}

#content select {
  box-sizing: border-box;
  -webkit-appearance: none;
  background: white;
  background-color: white;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #EEEEEE;
  padding: 5px 10px;
  width: 100%;
  transition: all 0.2s;
  font-size: 13px;
  min-height: 35px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.08);  
  margin: 0;
}</pre></body></html>