@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Roboto", sans-serif;
}
.steps{
    font-size: 20px;
}
hr {
    margin: .6rem 0;
}
.testimonials {
    padding: 1em 4em 2em;
}
.carousel-header{
    padding: 1em 1.5em 0;
}
.order-summary{
    font-size: 24px;
    margin-bottom: 10px;
}
.product {
    padding: 20px 0px;
    border-bottom: 2px solid #eee;
    border-top: 2px solid #eee;
}
.product h2, .product p {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    font-family: inherit !important;
    color: #484848;
    font-style: normal;
}
.side-bg__product-image{
    height: auto;
    width: 62px;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}
.royal-img{
    transform: translateX(3px);
}
.pricing p{
    font-size: 16px;
    font-weight: bold;
}
.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;
}
.ui-form__submit {
    margin: 20px 0 24px 0;
}
.ui-form__submit-button {
    min-height: 65px;
    line-height: 65px;
    border-radius: 0;
    text-transform: uppercase;
    animation: pulse 1.3s infinite;
}
.bottom-section{
    text-align: center;
    background-color: #fff;
}
.spacing{
    max-width: 1320px;
    padding: 40px 0;
}
.bottom-section h1{
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
}
.bottom-section h2{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 48px;
}
.bottom-section img{
    max-width: 740px;
    padding: 48px 0 ;
}
.icons div {
    flex: 1 1 0;
    text-align: left;
}
.icons h5{
    font-weight: 600;
    font-size: 20px;
}
@media only screen and (max-width: 762px) {
    button.carousel-control-next {
        right: 0;
    }
    button.carousel-control-prev {
        left: 0;
    }
}

@-webkit-keyframes pulse {
  0% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  70% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}