/* Horizontal product card */
.gws-horizontal-product-card-wrapper.gws-fullprice-hidden .gws-fullprice {
  opacity: 0; }

.gws-horizontal-product-card-wrapper .gws-controls {
  flex-basis: 500px; }
  .gws-horizontal-product-card-wrapper .gws-controls .gws-box {
    flex-basis: 250px; }

.gws-horizontal-product-card-wrapper .gws-cta-area {
  flex-basis: 500px; }

.gws-horizontal-product-card-wrapper .flex > div {
  flex-grow: 1; }

.gws-horizontal-product-card-wrapper > .flex > div:nth-child(1) {
  flex-grow: 2;
  flex-basis: 20%; }

.gws-horizontal-product-card-wrapper > .flex > div:nth-child(2) {
  flex-grow: 2;
  flex-basis: 20%; }

.gws-horizontal-product-card-wrapper > .flex > div:nth-child(3) {
  flex-grow: 3;
  flex-basis: 30%; }

.gws-horizontal-product-card-wrapper .gws-product-prices {
  display: flex;
  margin-top: 12px; }
  .gws-horizontal-product-card-wrapper .gws-product-prices .gws-skuprice:first-child {
    width: 100%; }

.gws-horizontal-product-card-wrapper .g-content {
  position: relative; }

.gws-horizontal-product-card-wrapper .price-custom-message {
  font-size: 11px; }

.gws-horizontal-product-card-wrapper .gws-ppc-price, .gws-horizontal-product-card-wrapper .btn {
  margin: 20px auto 25px;
  max-width: 90%; }

.gws-horizontal-product-card-wrapper .ppc-decrease, .gws-horizontal-product-card-wrapper .ppc-increase, .gws-horizontal-product-card-wrapper input, .gws-horizontal-product-card-wrapper .gws-input {
  display: inline-block; }

.gws-horizontal-product-card-wrapper .gws-box ::selection {
  background: none;
  color: white; }

.gws-horizontal-product-card-wrapper .gws-box h4 {
  margin: 0 0 10px;
  color: #949495;
  font-size: 1.2rem; }

.gws-horizontal-product-card-wrapper .gws-savings-message {
  margin: 20px 0 10px;
  color: #949495;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px; }

.gws-horizontal-product-card-wrapper .border-top {
  border-top: 1px solid #424d56;
  width: 80%;
  margin: 15px auto 0; }

.gws-horizontal-product-card-wrapper input, .gws-horizontal-product-card-wrapper .gws-input {
  width: 50px;
  font-size: 1.4rem; }

.gws-horizontal-product-card-wrapper .ppc-decrease, .gws-horizontal-product-card-wrapper .ppc-increase {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #008ba0;
  color: white;
  margin: 0 10px;
  font-size: 1.6rem;
  line-height: 1.6rem; }
  .gws-horizontal-product-card-wrapper .ppc-decrease:hover, .gws-horizontal-product-card-wrapper .ppc-increase:hover {
    cursor: pointer;
    opacity: 80%; }

.gws-horizontal-product-card-wrapper .gws-ppc-price {
  font-size: 2.8rem;
  flex-basis: 360px; }
  .gws-horizontal-product-card-wrapper .gws-ppc-price .obsolete {
    margin: 0 20px 0 0; }
    .gws-horizontal-product-card-wrapper .gws-ppc-price .obsolete .gws-currency {
      font-size: 1.4rem;
      bottom: 0;
      position: relative; }
    .gws-horizontal-product-card-wrapper .gws-ppc-price .obsolete .gws-price {
      font-size: 1.4rem;
      text-decoration: line-through; }
      .gws-horizontal-product-card-wrapper .gws-ppc-price .obsolete .gws-price .gws-price-decimals {
        font-size: 1.4rem;
        display: inline;
        position: relative;
        vertical-align: baseline;
        top: 0; }

.gws-horizontal-product-card-wrapper.gws-fullprice-hidden .gws-fullprice {
  opacity: 0; }

.gws-ppc-buy-button {
  position: relative; }

.compare-table .gws-horizontal-product-card-wrapper .flex {
  flex-direction: column; }

.compare-table .gws-horizontal-product-card-wrapper .btn {
  max-width: 100%; }

.compare-table .gws-horizontal-product-card-wrapper .gws-box:not(:last-child) {
  margin-bottom: 25px; }

.compare-table .gws-horizontal-product-card-wrapper .obsolete .gws-price .gws-price-decimals {
  font-size: 1rem; }

.light-on-dark .ppc-decrease,
.light-on-dark .ppc-increase,
bg-blue-grey .ppc-decrease,
bg-blue-grey .ppc-increase {
  background-color: white;
  color: #424d56; }

.light-on-dark .border-top,
bg-blue-grey .border-top {
  border-color: white; }
