#sf-rfp-container-panes {
  display: flex;
  flex-direction: row;
  width: 100%;
}

#sf-rfp-info-msg {
  font-weight: bold;
  color: #0010a1;
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 140%;
}

@media (max-width: 991px)  {
  #sf-rfp-container-panes {
    flex-direction: column;
  }
  #sf-rfp-container #sf-rfp-form-pane {
    margin-top: 1em;
  }
  #sf-rfp-info-msg {
    font-size: 115%;
  }
}


#sf-rfp-container #sf-rfp-form-pane,
#sf-rfp-container #sf-rfp-cart-pane {
  flex: 1;
}

#sf-rfp-container #sf-rfp-cart-pane .sf-rfp-cart {
  width: 95%;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart {
  border: none;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart img {
  display: block;
  max-height: 100px;
  width: 25%;
  float: left;
  margin-right: 1em;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart .sf-rfp-cart-title {
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart .sf-rfp-cart-price {
  margin-top: 1em;
  font-size: 90%;
}

.sf-rfp-field-qty-wrapper {
  position: relative;
}

.sf-rfp-field-qty-wrapper input {
  width: 5em;
  padding: 10px 10px 10px 5px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #666;
}

.sf-rfp-field-qty-wrapper .sf-rfp-arrow {
  cursor: pointer;
  position: absolute;
  background-color: white;
  width: 20px;
  height: 50%;
  user-select: none;
}

.sf-rfp-field-qty-wrapper .sf-rfp-arrow-up {
  top: 2px;
  right: 4px;
  font-size: 95%;
}

.sf-rfp-field-qty-wrapper .sf-rfp-arrow-down {
  right: 5px;
  bottom: 2px;
  font-size: 85%;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart button {
  border: none;
  font-size: 120%;
  padding: 10px;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart thead th {
  text-align: left;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart thead th:last-child,
#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart tbody td:last-child {
  text-align: right;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart thead th,
#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart tbody td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

#sf-rfp-container #sf-rfp-cart-pane table.sf-rfp-cart tbody td {
  border-bottom: 3px solid #000;
}

#sf-rfp-container #sf-rfp-form-pane form {
  background-color: rgb(245, 245, 245);
  padding: 2em;
  border: 3px solid red;
}

#sf-rfp-container #sf-rfp-form-pane input[type=text],
#sf-rfp-container #sf-rfp-form-pane input[type=email],
#sf-rfp-container #sf-rfp-form-pane textarea {
  border: 3px solid #0010a1;
  padding: .5em 1em;
  width: 100%;
  margin-bottom: 0;
}

#sf-rfp-container #sf-rfp-form-pane .sf-rfp-form-field .sf-rfp-form-error {
  color: #900;
  font-style: italic;
  height: 1em;
  margin-bottom: 5px;
}

#sf-rfp-container #sf-rfp-form-pane .sf-rfp-form-field.has-errors .sf-rfp-form-error {
  visibility: visible;
}

#sf-rfp-container #sf-rfp-form-pane .sf-rfp-form-field label {
  margin-bottom: 0;
}

#sf-rfp-container #sf-rfp-form-pane .sf-rfp-form-field.has-errors input,
#sf-rfp-container #sf-rfp-form-pane .sf-rfp-form-field.has-errors textarea {
  border-color: #900;
}


#sf-rfp-container #sf-rfp-form-pane textarea {
  height: 6em;
}

#sf-rfp-container #sf-rfp-form-pane .sf-rfp-checkboxes label {
  font-weight: normal;
  margin-right: 1em;
}

#sf-rfp-container #sf-rfp-form-pane .sf-rfp-checkboxes input[type='checkbox'] {
  width: auto;
  margin-right: 5px;
}

#sf-rfp-container #sf-rfp-form-pane button {
  margin-top: 1em;
  font-size: 120%;
}

div.sf-rfp-toolbar {
  text-align: center;
  white-space: nowrap;
}

body div.sf-rfp-checkout-layer {
  position: fixed;
  bottom: 80px;
  width: 200px;
  right: 0;
  left: 0;
  z-index: 10000;
  margin: 0 auto;
  background-color: #0010a1;
  border-radius: 10px !important;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 12px 0px;
}

body div.sf-rfp-checkout-layer,
body div.sf-rfp-checkout-layer a {
  color: #fff;
  font-size: 110%;
  font-weight: bold;
}

body div.sf-rfp-checkout-layer a:hover {
  text-decoration: none;
}

body div.sf-rfp-checkout-layer a {
  display: block;
  position: relative;
  padding: .8em 1em;
}

body div.sf-rfp-checkout-layer .sf-rfp-counter {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  background-color: red;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border: 1px solid red;
  border-radius: 50% !important;
  pointer-events: none;
}

body div.sf-rfp-shopping-cart {
  position: absolute;
  top: 14px;
  right: 30px;
  padding: 0;
}

.sf-rfp-shopping-cart .sf-rfp-counter {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: yellow;
  border: 1px solid yellow;
  border-radius: 50% !important;
  color: #000;
  position: absolute;
  top: -12px;
  right: -12px;
}

.sf-rfp-shopping-cart a {
  display: block;
  width: 24px;
  height: 24px;
  text-decoration: none;
  outline: none;
}

.sf-rfp-shopping-cart svg path {
  fill: white;
}

#pls-ad-info-title div.sf-rfp-toolbar {
  margin-top: 0;
  margin-bottom: 0;
}

.sf-rfp-toolbar span {
  font-size: 120%;
}

.sf-rfp-pay-btn {
  display: inline-block;
  background-color: transparent;
  padding: .5em 36px .5em .5em;
  color: #0010a1;
  font-weight: bold;
  border: 3px solid #DF2E26;
  position: relative;
}

.sf-rfp-pay-btn svg {
  position: absolute;
  right: 4px;
}

.sf-rfp-pay-btn svg path {
  fill: red;
}

.sf-rfp-pay-btn:hover {
  color: #0010a1;
  text-decoration: none;
}

button.sf-rfp-btn {
  background-color: #0d6efd;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 120%;
  border-radius: 10px !important;
}

button.sf-rfp-btn:hover {
  background-color: #0b5ed7;
}

.sf-rfp-toolbar button.sf-rfp-btn {
  padding: 0;
  color: #000;
  margin: .5em 1em;
  background-color: transparent;
  border: 2px solid black;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  font-size: 180%;
}

.sf-rfp-toolbar button.sf-rfp-btn-add {
  border-color: #0000ff;
  color: #0000ff;
}

.sf-rfp-toolbar button.sf-rfp-btn-remove {
  border-color: #ff0000;
  color: #ff0000;
}

.sf-rfp-toolbar button.sf-rfp-btn:hover {
  background-color: transparent;
}
