* {
    scroll-behavior: smooth;
}

.sold-sign {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #cb244b;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 5px;
    z-index: 10;
}

.call-us-btn {
    position: fixed;
    right: 1em;
    top: 35%;
    transform: translateY(-50%) rotate(-90deg);
    background-color: #c60303;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    padding: .1em .5em .1em;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    z-index: 1000;
    transform-origin: right center;
    transition: right 0.3s ease;
}

.swal-footer {
    text-align: center!important;
}

.attachment--preview {
    text-align: center;
}

.about-content {
    font-size: 19px;
    letter-spacing: 2px;
}

.about-content img {
    width: 70%;
}

.call-us-btn:hover {
    right: 1.1em;
    background-color: #a50202;
    color: #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.right-show .price {
    text-align: center;
}

#site-phone-copy {
    top: unset!important;
}

#site-phone-copy:focus {
    text-decoration: none!important;
    border: unset!important;
}

#site-phone-copy::before {
    background-color: #111b1e;
}

.popup {
    visibility: hidden;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: -3em;
    transition: opacity 2s ease;
}

.show {
    visibility: visible;
    opacity: 0;
}

.right-show .spec-summary .spec-line dd, .mobile-specs .spec-summary .spec-line dd {
    margin-right: 3em !important;
    width: 45% !important;
    text-align: right;
}

.right-show .spec-summary .spec-line dt, .mobile-specs .spec-summary .spec-line dt {
    width: 50%;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    margin: auto;
    margin-top: 15% !important;
    text-align: center;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin button {
    margin-top: 1em;
}

#chatra {
    bottom: 3em !important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

header .worldwide-nav-logo {
    background-size: 26%;
}

.footer .footer-logo img {
    height: 100%;
    width: auto!important;
}

.footer .footer-logo {
    height: 55%;
    padding: .6em;
    width: auto;
}

@media (max-width: 1425px) {
    .footer .footer-logo {
        padding: .5em;
    }

    .right-show .spec-summary .spec-line dd, .mobile-specs .spec-summary .spec-line dd {
        margin-right: 2.2em !important;
    }
}

@media (max-width: 991px) {
    .footer .footer-logo {
        height: 100px;
        margin-right: unset;
    }

    .footer .contact-block .info-block a {
        width: 30%;
        text-align: center;
    }

    .footer .contact-block .info-block h6 {
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {
    .call-us-btn {
        display: none;
    }

    header .worldwide-nav-logo {
        background-size: 55%;
    }

    .footer .footer-logo {
        width: 25% !important;
    }

    .footer .contact-block .info-block a {
        width: 50%;
    }
}

.home-inv-heading h1 {
    line-height: 1em;
}

@media (min-width: 600px) {
    .home-inv-heading h1 {
        font-size: 60px !important;
    }
}

@media (max-width: 600px) {
    .right-show .spec-summary .spec-line dt, .mobile-specs .spec-summary .spec-line dt {
        width: 60%;
        font-size: 17px !important;
    }

    .about-content img {
        width: 100%;
    }

    .footer .footer-logo {
        width: 40% !important;
    }

    .right-show .spec-summary .spec-line dt, .mobile-specs .spec-summary .spec-line dd {
        margin-top: 3%;
        width: 47% !important;
        font-size: 17px !important;
        margin-right: unset !important;
    }

    .footer .contact-block .info-block a {
        width: 65%;
    }
}