/*  buy.css  ACT  2020-04-29  jrg  */
#utilitynav:not(.hasquote):not(.show-cart-icon) #utilquote {
  display: none;
}

#utilitynav:not(.hasquote) #utilquote.selected {
  display: list-item;
}

#pricing, #baseprice, .rightcol #watchlist, #lifecycle {
  display: none !important;
}

.legacy #pricing, .legacy #baseprice, .legacy .rightcol #watchlist {
  display: block !important;
}

.legacy #lifecycle {
  display: table !important;
}

div.gaqoverlay {
  right: auto;
}

.rightcol.loading {
  min-height: 100px;
}

#buy-module {
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 5px;
}

#buy-module * {
  box-sizing: border-box;
}

.ppx #buy-module {
  margin-top: 25px;
}

#buy-module .button.buy {
  background: #e90029;
  display: block;
  padding: 10px;
  color: white;
  font-size: 125%;
  text-decoration: none;
}

#buy-module .button.buy:hover {
  background-color: #d51a28;
}

#buy-module span.rcq,
#buy-module a.cfgcreate,
#buy-module a.checkout,
#buy-module a.addqq,
#buy-module a.getaquote {
  border-color: #e90029;
  background: transparent;
  color: #e90029;
  font-size: 125%;
  padding: 10px !important;
}

#buy-module span.rcq:hover,
#buy-module a.cfgcreate:hover,
#buy-module a.checkout:hover,
#buy-module a.addqq:hover,
#buy-module a.getaquote:hover {
  background: #ffc7d1;
}

#buy-module a.cfgcreate {
  border-color: #7a7681;
  background: transparent;
}

#buy-module a.cfgcreate:hover {
  color: #f8f8f8;
  background: #e0e0e0;
}

#buy-module span.rcq strong,
#buy-module a.checkout strong,
#buy-module a.addqq strong,
#buy-module a.getaquote strong, #buy-module a.cfgcreate strong {
  color: #343434;
  font-weight: normal;
  padding: 0;
}

#buy-module .h2b {
  text-align: center;
  margin: 0;
}

#buy-module .h2b > span {
  font-size: 120%;
  display: inline-block;
  text-align: center;
}

#buy-module .tbl {
  width: 100%;
}

#buy-module .disclaimer {
  font-size: 100%;
  font-style: italic;
  text-align: center;
}

.tbl {
  display: table;
}

.tbl > * {
  display: table-row;
}

.tbl > * > * {
  display: table-cell;
}

#lifecycle + .soldby-also > p {
  font-weight: bold;
}

div.multicol.buyfix {
  padding-right: 0;
}

div.multicol.buyfix div.maincol {
  width: calc(100% - 400px - 2em);
}

div.multicol.buyfix div.rightcol {
  width: 400px;
  margin-right: 0;
}

@media (max-width: 1300px) {
  div.multicol.buyfix div.maincol {
    width: 60%;
  }
  div.multicol.buyfix div.rightcol {
    width: calc(40% - 2em);
  }
}

#cart-tbl {
  width: 100%;
  border-collapse: collapse;
}

#cart-tbl th, #cart-tbl td {
  padding: 10px 0 10px 15px;
  border-top: 1px solid #ccc;
  vertical-align: middle;
}

#cart-tbl th:first-child,
#cart-tbl td:first-child {
  padding-left: 0;
}

#cart-tbl th:last-child,
#cart-tbl td:last-child {
  text-align: right;
}

#cart-tbl th {
  vertical-align: bottom;
  font-weight: normal;
  color: #888;
  text-align: left;
  padding-top: 0;
  padding-bottom: 5px;
  border-top: none;
  text-transform: uppercase;
}

#cart-tbl b {
  display: block;
  font-size: 110%;
  margin-bottom: 2px;
}

#cart-tbl select {
  display: block;
  margin-bottom: 6px;
}

.cart-total {
  font-size: 110%;
  margin: 1em 0;
  text-align: right;
}

.cart-total strong {
  margin-right: 15px;
}

.view-cart {
  text-align: center;
  margin: 2em 0 1em 0;
}

.view-cart a {
  border: 2px solid #e90029;
  display: inline-block;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  background: #e90029;
  border: 1px solid #af1326;
  border-bottom-width: 3px;
  padding: 10px 20px;
  font-size: 110%;
}

.view-cart a:hover {
  background: #d51a28;
}

div#utilcontent > div.utilquote {
  height: calc(100% - 25px);
  overflow-y: auto;
  width: 500px;
}

.spinner::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/page/loader.gif) no-repeat 50% 50%;
  z-index: 10000;
  opacity: 1;
}

.spinner > * {
  opacity: 0.15;
}

.cart-empty {
  font-size: 110%;
}

.hasquote #utilquote strong {
  color: #e90029;
}

.hasquote #utilquote.selected strong {
  color: #ffc7d1;
}

#sku-delivery {
  display: inline-block;
}

.disable-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.loading .disable-mask {
  z-index: 1;
}

.buynow-banner {
  background: url(../images/page/buy-online-corner.png) no-repeat 100% -2px;
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  color: white;
  padding: 5px 22px 5px 12px;
  white-space: nowrap;
  z-index: 2;
}

#comparetbl .productrow .buynow-banner + span.new {
  left: auto;
  right: 0;
}

.selectcompare .productrow > td {
  position: relative;
}

#fixed-sku-price {
  white-space: nowrap;
  font-size: 150%;
  font-weight: bold;
}

#fixed-sku-buy {
  white-space: nowrap;
  background: #e90029;
  display: inline-block;
  padding: 5px 20px;
  color: white;
  font-size: 110%;
  text-decoration: none;
  font-weight: bold;
}

#fixed-sku-buy:hover {
  background-color: #d51a28;
}

#fixedProductHeader.buyheader td {
  vertical-align: middle;
}

a.remove {
  color: #e90029;
}

.jsenabled #mainwrapper.easyquote span.rcq strong:before,
#mainwrapper.easyquote a.addqq strong:before,
#mainwrapper.easyquote a.getaquote strong:before {
  background: url(../images/page/qq-bolt-red.svg) no-repeat;
}

#glancetext h1 {
  word-wrap: break-word;
}

#product-part-conflict {
  max-width: 500px;
}

#product-part-conflict h3 {
  color: #e90029;
}

#product-part-conflict a {
  display: inline-block;
  color: white;
  background: #262626;
  padding: 5px 10px;
  font-size: 110%;
  border: none;
  border-radius: 5px;
}

tr.split.bottom td:first-child {
  display: none !important;
}

tr.split.bottom td {
  border: none !important;
}

.subtr td {
  border: none !important;
}

.cart-confirm {
  padding: 10px 15px;
  text-align: left;
  align-items: center;
}

.cart-confirm span:nth-child(3) {
  white-space: nowrap;
}

.cart-confirm span:nth-child(2) {
  flex: 1;
}

.confirm-no,
.confirm-yes {
  color: #262626;
  margin-left: 2em;
  font-weight: 700;
  text-transform: uppercase;
}

.confirm-no:hover,
.confirm-yes:hover {
  border-color: inherit !important;
  color: #262626 !important;
}

.split.top td + td {
  padding-bottom: 10px !important;
}

.split.bottom td + td {
  padding-top: 0 !important;
}

#cart-container .cart-total {
  text-transform: uppercase;
  font-weight: bold;
}

#cart-container .cart-discount {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
}

.flex {
  display: flex;
}

.flex-justify {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.cart-mobile-avail {
  flex-grow: 100;
}

#cart-mobile-header {
  display: none;
}

#util-quote-empty > div {
  width: 600px;
  max-width: none;
}

#cart-container .product {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.product .model-no {
  font-size: 110%;
  font-weight: bold;
}

.cart-mobile-av-qty-rmv {
  margin-top: 10px;
}

#cart-mobile-header .cart-confirm {
  padding: 10px 15px;
  margin-top: 20px;
}

#cart-mobile-header .cart-confirm .confirm-no,
#cart-mobile-header .cart-confirm .confirm-yes {
  margin-left: 1em;
}

.cart-confirm a.confirm-contact {
  color: #262626 !important;
  text-decoration: underline !important;
}

.cart-confirm {
  background: #FFFDC6;
  border: 1px solid #E0DEA8;
  align-items: center;
}

.cart-confirm .info-icon {
  margin-right: 10px;
}

.buynow-delivery-text {
  font-weight: bold;
}

.delivery-included {
  color: #42A855;
  font-weight: bold;
}

#cart-tbl .delivery-included-block {
  min-width: 10em;
}

.dropdown,
.dropdown * {
  box-sizing: border-box;
}

.dropdown {
  position: relative;
}

.contact-dropdown {
  display: inline-block;
}

.dropdown-menu {
  display: block !important;
}

.dropdown:not(.open-menu) > .dropdown-menu {
  display: none !important;
}

.dropdown > .dropdown-menu {
  position: absolute;
  z-index: 100;
  padding: 20px;
  border: 1px solid #707070;
  margin-top: 12px;
  background: white;
  left: 0;
  color: #262626;
  width: 400px;
}

.dropdown-tip {
  position: absolute;
  top: -11px;
}

.dropdown-tip::before {
  position: absolute;
  top: 0;
  left: -12px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #707070;
  border-left: 11px solid transparent;
  content: '';
}

.dropdown-tip::after {
  position: absolute;
  top: 2px;
  left: -11px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  content: '';
}

.chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  left: 0.15em;
  position: relative;
  top: 0.05em;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.5em;
  margin-right: 0.25em;
  margin-left: 0.3em;
}

.buynow-contact .chevron::before {
  top: -0.25em;
  transform: rotate(135deg);
}

.cart-update {
  min-width: 40px;
}

.cart-total {
  font-size: 110%;
  margin: 1em 0;
  text-transform: uppercase;
  font-weight: bold;
}

.cart-discount {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-top: 10px;
}

.tbl {
  display: table;
}

.tbl > * {
  display: table-row;
}

.tbl > * > * {
  display: table-cell;
}

.soldby li > div {
  padding-right: 20px;
}

.soldby h5 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
}

.buynow-container {
  margin-top: 1em;
  display: none;
}

.buynow-delivery,
.soldby-direct,
.soldby-partner {
  padding-left: 35px !important;
  background: no-repeat 0 0;
}

.buynow-delivery {
  background-image: url(../images/page/delivery.png);
  border: none;
  padding-left: 45px !important;
  min-height: 25px;
}

.soldby-online .buynow-delivery {
  margin-top: 15px;
}

.buynow-otherdelivery .buynow-delivery {
  font-size: 130%;
}

.buynow-delivery-heading {
  margin: 0;
  margin-bottom: 10px;
  font-size: 125%;
}

.buynow-delivery.fast {
  background-image: url(../images/page/delivery-fast.png);
  padding-left: 50px !important;
}

.buynow-delivery.immediate {
  background-image: url(../images/page/delivery-immediate.png);
  padding-left: 50px !important;
}

.buynow-delivery.downloadable {
  background-image: url(../images/page/delivery-downloadable.png);
  padding-left: 50px !important;
}

.buynow-delivery.srt {
  background-image: url(../images/page/delivery-srt.png);
}

.soldby-direct {
  background-image: url(../images/page/soldby-direct.png);
}

.soldby-partner {
  background-image: url(../images/page/soldby-partner.png);
}

.buynow-container .button {
  border: 1px solid #fe5876;
  border-bottom-width: 3px;
  background: transparent;
  display: block;
  padding: 8px 20px;
  color: #343434;
  text-decoration: none;
  text-align: center;
}

.buynow-container .button:hover {
  background-color: #ffc7d1;
}

.buynow-container .button.buy {
  border-color: #af1326;
  background: #e90029;
  color: white;
  text-decoration: none;
}

.buynow-container .button.buy:hover {
  background-color: #d51a28;
}

.buy-quote {
  margin: 20px -10px;
}

.buy-quote .button {
  margin-left: 10px;
  margin-right: 10px;
}

.soldby > p {
  margin-bottom: 0.5em;
  font-weight: 600;
}

.buynow-product {
  font-size: 125%;
  margin-bottom: 0.25em;
  font-weight: 600;
  display: none;
}

.buynow-desc {
  font-size: 112%;
}

.buynow-desc:not(:empty) {
  margin-bottom: 12px;
}

.buynow-change {
  color: #e90029;
  cursor: pointer;
  font-size: 112%;
  display: none;
}

.multi-sku .buynow-change {
  display: inline;
  margin-left: 20px;
  white-space: nowrap;
}

.sku-list {
  display: none;
}

.box-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: left;
}

.sku-list .sku-delivery {
  text-transform: uppercase;
  display: block;
  margin-top: 8px;
  background: url(../images/page/delivery.png) no-repeat 0 3px;
  padding-left: 25px;
  min-height: 16px;
}

.box-list li > div {
  border: 1px solid #707070;
  margin: 0 0 16px 0;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.box-list li > div:hover {
  border-color: #e90029;
}

.box-list li > div > div {
  flex-grow: 100;
}

.box-list li > div.selected {
  border: 2px solid #e90029;
  position: relative;
  background: url(../images/page/corner-check.png) no-repeat top right;
}

.sku-list .sku-price {
  font-weight: bold;
  margin-left: 40px;
  font-size: 180%;
  white-space: nowrap;
}

.sku-list .sku-product {
  display: block;
  font-size: 130%;
  margin-bottom: 4px;
}

.sku-list .sku-desc {
  font-size: 112%;
}

.sku-list-heading {
  font-size: 125%;
  margin-bottom: 12px;
  font-weight: 600;
  display: none;
  margin-top: 0;
}

.multi-sku .sku-list-heading {
  display: block;
}

.sku-cancel {
  text-align: right;
  font-size: 112%;
  display: none;
}

.sku-change .sku-cancel {
  display: block;
}

.sku-selected {
  margin-bottom: 20px;
}

.sku-selected > h4 {
  margin-top: 0;
}

.multi-sku .sku-selected {
  border: 1px solid #707070;
  padding: 20px;
}

.sku-change .buynow-main {
  display: none;
}

.sku-change .sku-list {
  display: block !important;
}

.soldby {
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.buynow-flyout {
  display: none;
}

.buy-click .buynow-flyout {
  display: block;
  cursor: default;
}

.buy-flyout > * {
  font-size: 0.92rem;
  color: #343434;
}

.buynow-flyout > div {
  position: absolute;
  z-index: 2;
  left: 2em;
  width: calc(100% - 2em);
  text-align: left;
  border: 1px solid #9c9c9c;
  background: white;
  padding: 20px;
  margin-top: 23px;
}

.buynow-flyout > div > * {
  font-size: 0.92rem;
}

.buynow-tip {
  display: block;
  position: relative;
}

.buynow-tip::before {
  content: "";
  height: 19px;
  display: block;
  background: url(../images/page/tip.png) no-repeat center center;
  position: absolute;
  z-index: 3;
  width: 100%;
  margin-top: 5px;
}

.buynow-img {
  width: 370px;
  float: left;
  margin-left: -390px;
}

.buynow-flyout .buynow-main {
  padding-left: 390px;
}

.buynow-flyout .sku-list h4,
.buynow-flyout h4.buynow-product {
  margin-top: 0;
}

.buynow-flyout .sku-list {
  max-width: none;
}

.card-buy {
  cursor: pointer;
  position: static;
  overflow: visible !important;
}

p.buy-cfg-quote {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0.6em 0;
}

.soldby-online {
  border: none;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 12px;
  color: #707070;
}

div.buy-now {
  margin-top: 15px;
}

.buynow-price {
  line-height: 1;
  font-size: 230%;
  font-weight: bold;
}

.buynow-flyout .buynow-price {
  min-width: 165px;
}

.no-image .buynow-img {
  display: none;
}

.no-image .buynow-flyout .buynow-main {
  padding-left: 0;
}

.limited-stock {
  font-size: 92%;
  display: inline-block;
  padding: 4px 12px;
  margin-left: 20px;
}

.cart-confirm,
.limited-stock {
  background: #FFFDC6;
  border: 1px solid #E0DEA8;
}

.delivery-included {
  color: #42A855;
  font-weight: bold;
}

.delivery-included span {
  color: #343434;
}

.buynow-otherdelivery .delivery-included {
  margin-left: 30px;
  font-size: 125%;
  font-weight: bold;
}

.delivery-help {
  display: inline-block;
  font-weight: normal;
}

.buynow-delivery:not(.fast) .delivery-help {
  display: none;
}

.buynow-processing {
  font-size: 92%;
  color: #707070;
  margin-right: 3px;
}

.buynow-processing::before {
  content: " | ";
  color: #BFBFBF;
  padding: 0 5px;
}

.info-icon,
.help-icon {
  text-align: center;
  font-weight: bold;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid;
  display: inline-block;
  vertical-align: text-top;
}

.help-icon {
  cursor: pointer;
  color: #BFBFBF;
}

.help-icon::before {
  content: '?';
}

.info-icon {
  color: #262626;
}

.info-icon::before {
  content: 'i';
}

.subtr .info-icon {
  margin-right: 5px;
}

.contact-dropdown,
.help-dropdown,
.soldby-online .delivery-dropdown {
  display: inline-block;
}

.dropdown {
  position: relative;
}

.dropdown > .dropdown-menu {
  position: absolute;
  z-index: 100;
  padding: 20px;
  border: 1px solid #707070;
  margin-top: 12px;
  background: white;
  left: 0;
  color: #343434;
  width: 400px;
}

.dropdown-menu {
  display: block !important;
}

.dropdown:not(.open-menu) > .dropdown-menu {
  display: none !important;
}

.dropdown-tip {
  position: absolute;
  top: -11px;
}

.dropdown-tip::before {
  position: absolute;
  top: 0;
  left: -12px;
  display: inline-block;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #707070;
  border-left: 11px solid transparent;
  /* border-bottom-color: rgba(0, 0, 0, 0.2); */
  content: '';
}

.dropdown-tip::after {
  position: absolute;
  top: 2px;
  left: -11px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  content: '';
}

.chevron::before {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: '';
  display: inline-block;
  height: 0.5em;
  left: 0.15em;
  position: relative;
  top: 0.05em;
  transform: rotate(-45deg);
  vertical-align: middle;
  width: 0.5em;
  margin-right: 0.25em;
  margin-left: 0.3em;
}

.chevron.right::before {
  left: -0.1em;
  top: -0.1em;
  transform: rotate(45deg);
}

.buynow-contact .chevron::before,
.buynow-container .chevron::before,
.contact-dropdown .chevron::before,
.chevron.bottom::before {
  top: -0.25em;
  transform: rotate(135deg);
}

.chevron.left::before {
  left: 0.1em;
  top: -0.1em;
  transform: rotate(-135deg);
}

.buynow-container .buynow-contact {
  margin-top: 8px;
}

.buynow-contact > span {
  color: #707070;
  margin-right: 10px;
}

.cart-update {
  min-width: 40px;
}

#product-part-conflict {
  max-width: 500px;
}

#product-part-conflict h3 {
  color: #e90029;
}

#product-part-conflict a {
  display: inline-block;
  color: white;
  background: #262626;
  padding: 5px 10px;
  font-size: 110%;
  border: none;
}

#product-part-conflict .center {
  text-align: center;
}

.help-dropdown {
  font-size: 92%;
}

.buynow-delivery-text {
  font-weight: bold;
}

.delivery-html {
  display: none;
}

.buynow-otherdelivery .delivery-dropdown {
  margin-top: 8px;
}

.buynow-otherdelivery .buynow-delivery {
  text-transform: uppercase;
  font-weight: bold;
  color: #343434;
  margin-bottom: 10px;
}

#lifecycle + .soldby {
  border: none;
}

.buy-quote p {
  margin: 0;
}

.soldby-direct h5,
.soldby-partner h5 {
  margin-bottom: 5px;
}

.utilquote .dropdown-menu p {
  display: block;
}

.mobile-quantity {
  margin-right: 20px;
  white-space: nowrap;
}

.mobile-quantity::before {
  content: 'Quantity: ';
}

.buy-quote .tbl > * > * {
  vertical-align: top;
}

.dropdown-menu th, .dropdown-menu td {
  border: none !important;
  text-align: left !important;
  text-transform: none !important;
  vertical-align: top !important;
  padding: 0 15px 10px 0 !important;
}

.dropdown-menu th > *:first-child,
.dropdown-menu td > *:first-child {
  margin-top: 0;
}

.dropdown-menu th > *:last-child,
.dropdown-menu td > *:last-child {
  margin-bottom: 0;
}

.contact-phone-schedule,
.contact-sales-request {
  display: inline-block;
  padding-left: 45px;
  min-height: 35px;
  position: relative;
  background: no-repeat;
}

.contact-phone-schedule {
  background-image: url(/etc/designs/keysight/clienlibs/head/img/phone.png);
}

.contact-sales-request {
  background-image: url(/etc/designs/keysight/clienlibs/head/img/emailform.png);
}

.dropdown-menu p,
.dropdown-menu h3 {
  margin: 1em 0;
}

.dropdown-menu table {
  font-size: 100%;
}

.dropdown-menu b {
  font-size: inherit !important;
}

.contact-content,
.otherdelivery-content,
.help-content {
  display: none;
}

.show-contact .contact-content,
.show-otherdelivery .otherdelivery-content,
.show-help .help-content {
  display: block;
}

.show-contact > *:not(.contact-content),
.show-help > *:not(.help-content),
.show-otherdelivery > *:not(.otherdelivery-content) {
  display: none;
}

.collection-flyout-cancel {
  float: right;
  margin-left: 2em;
  margin-bottom: 10px;
}

.ppx .cmptbl td.price > div {
  margin: 7px 0 0;
}

.ppx .cmptbl .dropdown > .dropdown-menu {
  z-index: 3;
}

.cmptbl div.gaqoverlay {
  right: 0;
}

div.buyoverlay {
  position: absolute;
  z-index: 3;
  top: -99999em;
  right: 0;
  width: 360px;
  background: white;
  border: 1px solid #9c9c9c;
  background: white;
  padding: 15px;
  padding-bottom: 5px;
  -moz-box-shadow: 0 5px 10px #888;
  -webkit-box-shadow: 0 5px 10px #888;
  box-shadow: 0 5px 10px #888;
  text-align: left;
  min-height: 100px;
  background: white url(../images/page/loader.gif) no-repeat 50% 50%;
}

.collection-buy-wrapper.expand div.buyoverlay {
  top: 25px;
}

.collection-buy-wrapper > div {
  position: relative;
  display: inline-block;
}

.collection-buy-wrapper > div > p {
  margin: 0;
}

.buyoverlay .close {
  background: url(../images/page/sprite.png) no-repeat -2px -66px;
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  display: block;
  width: 17px;
  height: 16px;
  font-size: 0;
}

.buyoverlay .help-icon {
  width: 1.2em;
  height: 1.2em;
}

.collection-buynow:visited, .collection-buynow, .collection-buynow:hover {
  cursor: pointer;
  background: #e90029;
  color: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #af1326;
  padding: 2px 5px;
  display: inline-block;
  margin-left: -5px;
  vertical-align: middle;
  font-weight: bold;
  text-decoration: none;
}
