.steps{
    font-size: 20px;
}
hr {
    margin: .6rem 0;
}
.testimonials {
    padding: 1em 4em 2em;
}
.carousel-header{
    padding: 1em 1.5em 0;
}
.delivery-option{
    border: 2px solid #ededed;
    padding-right: 10px;
    transition: border .15s ease-in-out;
}
.delivery-option--active{
    border: 2px solid #000;
}
.delivery-img{
    width: 100%;
    max-width: 70px;
}
.side-bg__product-image{
    height: 50px;
    width: 50px;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}
.royal-img{
    transform: translateX(3px);
}
.pricing-bottom{
    font-size: 14px;
}
.stock{
    background-color: #fefaf9;
    font-size: 13px;
}
.stock p{
    margin-bottom: 0 !important;
}
.stock-icon{
    padding-right: 5px;
}
.credit-header{
    opacity: 0.5;
    border-block: 1px solid #8e8e8e;
}
.card-types{
    width: 100%;
    max-width: 175px;
}
.ui-input{
    border-radius: 5px;   
}
::placeholder {
    color: #ddd;
}
.safe-payment{
    font-size: 14px;
    background-color: #000;
    color: #fff;
}  
.top-cards{
    width: 100%;
    max-width: 75px;
    padding-left: 5px;
}
.missing{
    color: #000;
    background-color: #ffe8a5;
    text-align: center;
}
@media only screen and (max-width: 762px) {
    button.carousel-control-next {
        right: 0;
    }
    button.carousel-control-prev {
        left: 0;
    }
  }
