header.peptiva-header-v2 {
  background: #292755 !important;
}

header[role=banner] .icons ul {
top: 0px !important;
}

html  {
font-family: Verdana, sans-serif!important;
}
.new-progress-bar-design {
  grid-template-columns: 1fr .2fr 1fr .2fr 1fr;
  margin: .5rem 0;
}

.new-progress-bar-design .one {
  border-radius: 5px 0 0 5px;
}

.new-progress-bar-design .two {
  border-radius: 0;
}

.new-progress-bar-design .three {
  border-radius: 0 5px 5px 0;
}
.new-progress-bar-design p {
  line-height: 22px;
  border-right: 0;
}

.new-progress-bar-design p.on {
background: #45b649;
}

.new-progress-bar-design p.arrow {
border-right: 1px solid white;
border-top: 1px solid white;
}

.rev-step1 .initial-summary div h2 {
  font-size: 24px;
}

.rev-step1 .initial-summary .you-qualify {
margin: 1rem auto;
}

div.form-group:has(#shipping_address_2) {
  display: none;
}

.rev-step2 h1, .rev-step2 h2 {
  margin: 1rem auto;

}

a.continue-button, button {
background-color: #45b649;
box-shadow: 0 4px 0 #3d731f;
}

.row.where-to-ship, p.where-to-ship {
  font-size: 12px;
}

.border.border-2.follow.p-2.text.total {
  border-radius: 5px;
}

#order-details-header {
  border-radius: 5px;
}

#order-details {
  border-radius: 5px;
  margin: 5px 0;
  padding: 10px 5px 5px;
}

.rev-step2 p.in-stock {
  font-size: 14px;
}

#sellout_notice{
background: #45b649;

}

.rev-step1 .total-border,
.rev-step2 .total-border {
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px auto;
    width: 100%;
    min-height: 130px;
    padding: 18px 0 14px 0;
    position: relative;
    justify-content: center;
    display: inline-block;
}

.rev-step1 .total-border .bottles-small, 
.rev-step2 .total-border .bottles-small {
width:auto;
background: white;
display: inline;
}

.rev-step1 .total-border .bottles-small img,
.rev-step2 .total-border .bottles-small img {
    max-height:104px;
    display:inline;
}

.rev-step1 .total-border .total,
.rev-step2 .total-border .total {
    text-align: right;
    line-height: 20px;
    margin: auto;
    vertical-align: middle;
    width: auto;
}

.rev-step2 {
  margin-bottom: 60px;
}

.rev-step2 .radio-btns {
  margin: 0 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
}

.rev-step2 .radio-btns > p.text-center {
  flex: 1 0 100%;
}

.rev-step2 .radio-btns span {
height: auto;
}

.rev-step2 p#info-secure, p#info-secure {
  background: #56a0d3;
}

.rev-step2 .light-tone, .cc-area .light-tone {
  margin: 0 0 10px 0 !important;
  padding: 0;
}

div.credit-card-form {
  margin-bottom: .75rem;
}

.credit-card-form label.flex input[type=radio] {
    appearance: auto;
    width: 20px;
    height: 20px;
    background: #EFEFEF;
    margin: 10px 0 10px 5px;
}

p.pay-with-this {
  margin-left: -.75rem;
  line-height: 25px;
}

#credit-choice {
  border: none;
  margin: 0;
  padding: 0;
}

#credit-choice input {
  border: 0;
}

div.col-span-2.flex.justify-around > div.bottles-small {
  max-width: 150px;
}

div.mb-3:has(.cc_month_year) {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}

div.cc_month_year.field-col.w-full {
  width: 50%;
}

div.relative:has(#card_cvv) {
  width: 50%
}

#card_cvv {
  margin: 0px;
}

.rev-step2 .agree input#tos, .credit-card-form .agree input#tos {
  border-radius: 0;
}

.rev-step2 #terms-conditions {
  margin-bottom: 0;
}

.rev-step2 .agree, .credit-card-form .agree {
  margin-top: 0;
}

@media screen and (max-width: 748px) {

    #shipping-info > div.grid:nth-of-type(3) > div.form-group:nth-of-type(2),
    #shipping-info > div.grid:nth-of-type(3) > div.form-group:nth-of-type(3) {
        width: 49%;
    }

}