@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*, *::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    touch-action: manipulation;
    font-size: 62.5%;
    overflow-x: hidden !important;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.75em;
    font-size: 1.4rem;
    font-style: normal;
    color: #000;
}
.payment2 {
    margin-top: 10px;
}
.side-bg {
    background: #fafafa;
    border-left: 1px solid #ddd;
    padding: 0;
}

.side-bg__header {
    color: #525f7f;
    line-height: 80px;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    text-transform: capitalize;
}

.side-bg__product-image {
    height: 60px;
    width: 60px;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.bold-text {
    font-size: 1.9rem;
    font-weight: 600;
}

.ui-input::-moz-placeholder {
    opacity: 0.6;
}

.bg-white {
    margin-block: 1rem;
    -webkit-box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 1px solid #e8e8fb;
    border-radius: 4px;
}

.steps-step1, .steps-step2 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 5px 0;
    font-weight: 500;
    margin-bottom: 15px;
}

.breadcrumbs {
    font-size: 12px;
    margin-bottom: 15px;
    word-spacing: 2px;
}

.breadcrumbs span {
    color: #3883d9;
}

.grey-bg {
    background: #fff;
}

.cvv-input {
    width: 96%;
}

.cvv-img {
    max-width: 50px;
}
.carousel-inner{
    position: relative;
}
.carousel-item img{
    max-width: 75% !important;
    display: block;
    margin: 0 auto;
}
.circle-price{
    border-radius: 50%;
    background: #ff9900;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -15px;
    right: 5px;
    height: 100px;
    width: 100px;
    z-index: 2;
}
.price-title{
    font-size: 17px;
}
.carousel .carousel-indicators button {
    background-color: transparent !important;
}

.currency{
    font-size: 24px;
}
.carousel-indicators button.thumbnail {
    width: 100px;
}

.carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

.carousel-indicators {
    position: static;
    margin: 0 0 100px 0;
}

.stars {
    max-width: 100px;
}

.carousel-indicators img, .carousel img {
    border-radius: 8px;
}

.product-header {
    font-size: 4rem;
}

.product-price {
    font-size: 1.65rem;
    margin-top: 15px;
}
.strike {
    text-decoration: line-through;
    text-decoration-color: #d5d5d5;
    color: #d5d5d5;
}
.price-text{
    font-size: 2.25rem;
}
.product-list {
    list-style-type: initial;
}

hr {
    margin: 2.5rem 0;
}

.product-list li {
    margin-bottom: 10px;
    font-size: 1.6rem;
}

.form-headers {
    font-size: 2.1rem;
    font-weight: 500;
    line-height: 1.2;
}

.form-subheader {
    color: #707070;
    font-size: 1.4rem;
}

.badges {
    border-radius: 8px;
    border: 1px solid #dedede;
}

.ui-form__block {
    margin-bottom: 15px;
}

.ui-input {
    background: #fff;
    border-radius: 8px;
    padding: 1.1rem;
    font-size: 1.4rem;
    border: 1px solid #dedede;
    outline: none;
    transition: .1s;
}

.ui-input:focus {
    border: 2px solid #0e6040;
    outline: none;
}

.form-options {
    border: 1px solid rgb(14, 96, 64);
    display: grid;
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.form-options input[type="radio"] {
    display: none;
}

.form-options>label {
    padding: 0 15px;
    align-items: center;
    display: flex;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid transparent;
    position: relative;
    isolation: isolate;
    cursor: pointer;
}

.credit-text {
    font-size: 16px;
    line-height: normal;
}

.form-option-subheader {
    font-size: 14px;
}

.cc-list h2 {
    color: #c25750;
    font-size: 16px;
}

.form-options input:checked+span {
    background: #fff;
    box-shadow: inset 0 0 0 5px #0e6040;
}


.form-options label:hover::before,
.form-options input:checked~div::before {
    content: '';
    inset: 0;
    position: absolute;
    background: rgb(242, 248, 245);
    z-index: -1;

}

.form-options>label:not(:last-child) {
    border-bottom-color: #d9d9d9;
}

.form-options>label:last-child {
    border-color: transparent !important;
}

.form-options>label>div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 5em;
    width: 100%;
}

.form-options p {
    color: #a0a0a0;
    font-size: .95em;
}

.cc-list img {
    width: 100px;
}

.form-options input+span {
    --color: var(--c1);
    width: 1rem;
    top: 1.25em;
}

.form-options label {
    padding-left: 2.75rem;
}

.form-options {
    margin-block: 0;
    font-size: .9em;
}

.form-options label.disabled {
    background: #c0c0c0;
    pointer-events: none;
    border-color: #b0b0b0;
    color: #66666670;
    text-decoration: line-through;

}

.form-options input+span {
    color: #000;
    aspect-ratio: 1/1;
    width: 1.8rem;
    box-shadow: 0 0 0 1px #d9d9d9,
        0 0 0 .175em #fff inset;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
    border-radius: 100%;
    background: #fff;
}

.form-options label.cc-form-option>div {
    display: flex;
    gap: 1em;
    justify-content: space-between;
    align-items: center;
    margin-left: 10px;
}

.cc-panel {
    background: #f4f4f4;
    border: 1px solid #d9d9d9;
    border-top: none;
    border-radius: 0 0 8px 8px;

}

.ui-form__submit-button {
    padding: 1.4rem;
    background-color: #1a1a1a;
    height: auto;
    border-radius: 8px;
}

.ui-input__icon {
    color: #959595;
    font-size: 14px;
    right: 15px;
    bottom: 33%;
    width: auto;
    height: auto;
}

i[data-tooltip]::after {
    content: attr(data-tooltip);
    width: 150px;
    position: absolute;
    bottom: 0;
    left: -47px;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    padding: 8px;
    border-radius: 4px;
    color: white;
    font-size: 14px;
    line-height: 1.2;
    font-family: 'Roboto';
    text-align: center;
    transform: scale(0) translateX(-50%);
    transition: 0.2s ease-in-out;
}

i[data-tooltip]:hover::after {
    transform: scale(1) translateX(-50%);
    bottom: 25px;
}

.form-terms {
    margin-top: 4.6rem;
    padding: 1.5rem 0;
    border-top: 1px solid #dedede;
}

.form-terms p {
    font-size: 12px;
    text-align: center;
}

@keyframes infiniteScroll {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.scroll-container {
    width: 100%;
    background-color: #000;
    color: #fff;
    padding: 10px 0;
    overflow: hidden;
}

.horizontal-scrolling-items {
    white-space: nowrap;
    overflow: hidden;
}

.scroll-track {
    display: inline-flex;
    animation: infiniteScroll 20s linear infinite;
}

.horizontal-scrolling-items__item {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 600;
    white-space: nowrap;
}

.dot {
    padding: 0 100px;
}
.navigation{
    background-color: #fff;
    padding: 2rem;
}
.navigation p{
    font-weight: 700;
    font-size: 16px;
}
.icons i{
    padding: 0 15px;
}
.logo{
    max-width: 150px;
}
.specs{
    background-color: #000;
    color: #fff;
    text-align: center;
}
.specs-header{
    padding: 6rem;
}
.specs-header h1{
    font-size: 5.5rem;
}
.specs-header p{
    font-size: 1.75rem;
}
.terms{
    background-color: #fff !important;
}
@media only screen and (max-width: 762px) {
    .side-bg {
        border: none;
    }
}

@media screen and (min-width: 1280px) {
    .summary {
        padding-right: 120px;
    }
}