section.banner {
    background: #dfdfdf;
    padding: 7% 0;
}

h1.banner-title-head {
    text-align: center;
    font-size: 40px;
    width: 100%;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
}

.inner-banner {
    display: flex;
    justify-content: center;
    width: 100%;
}

/* shop.css */
.product-grid7 {
    font-family: "Roboto Slab", serif;
    position: relative;
    z-index: 1;
}

.product-grid7 .product-image7 {
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
    perspective: 1500px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.product-grid7 .product-image7 a {
    display: block;
}

.product-grid7 .product-image7 img {
    width: 100%;
    height: auto;
}

.product-grid7 .pic-1 {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.product-grid7 .pic-2 {
    opacity: 0;
    transform: rotateY(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease-out 0s;
}

.product-grid7:hover .pic-2 {
    opacity: 1;
    transform: rotateY(0);
}

.product-grid7 .social {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 3px;
    left: -20%;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.product-grid7:hover .social {
    left: 17px;
}

.product-grid7 .social li a {
    color: #fff;
    background-color: #333;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    width: 40px;
    margin: 15px 0;
    border-radius: 50%;
    display: block;
    transition: all 0.5s ease-in-out;
}

.product-grid7 .social li a:hover {
    color: #fff;
    background-color: #78e08f;
}

.product-grid7 .product-new-label {
    color: #fff;
    background-color: #333;
    padding: 5px 10px;
    border-radius: 5px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-grid7 .product-content {
    text-align: center;
    padding: 20px 0 0;
}

.product-grid7 .title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all 0.3s ease 0s;
}

.product-grid7 .title a {
    color: #333;
}

.product-grid7 .title a:hover {
    color: #78e08f;
}

.product-grid7 .rating {
    color: #78e08f;
    font-size: 12px;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}

.product-grid7 .price {
    color: #333;
    font-size: 20px;
    font-family: Lora, serif;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
    transition: all 0.3s;
}

.product-grid7 .price span {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
    margin-left: 7px;
    display: inline-block;
}

@media only screen and (max-width: 990px) {
    .product-grid7 {
        margin-bottom: 30px;
    }
}

button.btn.btn-cart-icon {
    font-size: 25px;
}

h2#offcanvasRightLabel {
    font-size: 20px;
    font-style: italic;
    font-weight: 800;
}

div#cartitems .product-title {
    font-size: 18px;
}

div#cartitems p {
    margin-bottom: 3px;
    font-style: italic;
    font-size: 14px;
    font-weight: 600;
}

hr.product-hr {
    margin: 4px 0;
}

hr.product-hr {
    margin: 4px 0;
}

div#cartitems span {
    margin-left: 3px;
    font-style: normal;
    font-weight: normal;
}

.product-cart-desc {
    display: flex;
    justify-content: space-between;
}

.product-cart-desc .price {
    color: #41307c;
    font-size: 20px !important;
    font-weight: 900 !important;
}

hr.product-cart-seprator {
    margin-top: 1rem;
}

.product-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-cart-header i {
    color: red;
    font-size: 20px;
}

.product-cart-desc .price small {
    font-size: 12px;
}

div#cartitems .inner-cart {
    border-radius: 10px;
    background: #dfdfdf;
    padding: 10px;
    width: 90%;
    margin: 0 auto;
}

.inner-cart .image {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* VIN Decoder Styles */
.vin-decoder-section {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    font-family: Arial, sans-serif;
}

.vin-header-content {
    position: relative;
    height: 100%;
}

.vin-header-right {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.car-preview {
    height: 120px;
    width: auto;
    opacity: 0.8;
}

/* Main Content */
.vin-main-content {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: linear-gradient(135deg, #2c3e50, #34495e);
}

/* Input Section */
.vin-input-section {
    text-align: center;
    margin-bottom: 40px;
}

.vin-input-container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 10px; */
    margin-bottom: 15px;
}

.vin-input-container {}

#vin-input {
    width: 50%;
    height: 45px;
    padding: 0 15px;
    /* border: 2px solid #ddd; */
    /* border-radius: 5px; */
    font-size: 16px;
    border: 0;
    font-weight: 500;
    text-transform: uppercase;
}

#vin-input:focus {
    outline: none;
    border-color: #007bff;
}

.recheck-btn {
    background-color: #dc3545;
    color: white;
    border: none;
    height: 45px;
    padding: 12px 25px;
    /* border-radius: 5px; */
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
}

.recheck-btn:hover {
    background-color: #c82333;
}

.recheck-btn:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.sample-vin-link {
    margin-top: 10px;
}

.sample-vin-link a {
    color: #6c757d;
    text-decoration: none;
    font-size: 14px;
}

.sample-vin-link a:hover {
    color: #007bff;
    text-decoration: underline;
}

/* Specifications Section */
.specifications-section {
    /* background: white; */
    border-radius: 8px;
    padding: 30px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
    margin-bottom: 40px;
}

.specifications-title {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 30px;
    text-align: left;
}

.specifications-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.spec-column {
    display: flex;
    flex-direction: column;
}

.spec-item {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.spec-item:last-child {
    border-bottom: none;
}

.spec-key {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 5px;
}

.spec-value {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
}

/* Footer */
.vin-footer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 10px;
}

.footer-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.dark-btn {
    background-color: #2c3e50;
    color: white;
}

.dark-btn:hover {
    background-color: #34495e;
}

.blue-btn {
    background-color: #007bff;
    color: white;
}

.blue-btn:hover {
    background-color: #0056b3;
}

/* Responsive Design */
@media (max-width: 768px) {
    .specifications-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vin-input-container {
        flex-direction: column;
        gap: 15px;
    }

    #vin-input {
        width: 100%;
        max-width: 300px;
    }

    .vin-header {
        height: 150px;
    }

    .car-preview {
        height: 80px;
    }

    .vin-footer {
        position: static;
        justify-content: center;
        margin-top: 20px;
    }

    div#specifications-section * {
        color: white;
    }
}

div#specifications-section * {
    color: white;
}

.inner-login-form {
    padding: 1rem 2rem;
}

.social-buttons button {
    width: 100%;
    flex: 0 0 100%;
    /* display: block; */
    margin-bottom: 10px;
    line-height: 40px;
    color: white;
    font-size: 18px;
    border: 0;
    border-radius: 7px;
}

.social-buttons {
    /* display: block; */
    flex-wrap: wrap;
    flex: 0 0 100%;
}

button.social-btns.facebook {
    background: #0263e0;
}

button.social-btns.apple {
    background: #000;
}

.social-buttons {
    margin: 0.5rem 0;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #080808;
    margin: 20px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #4444443d;
}

.divider:not(:empty)::before {
    margin-right: 0.75em;
}

.divider:not(:empty)::after {
    margin-left: 0.75em;
}

.signupcolor {
    color: var(--primary-color);
}

button.primary-btn.btn-hover.login-btn {
    width: 100%;
    justify-content: center;
    border: 0;
    margin-top: 9px;
    border-radius: 8px;
}

button.btn.btn-next {
    background: #0d6efd;
    color: white;
}

.form-signup-button {
    display: flex;
    justify-content: space-between;
}

.form-signup-button * {
    width: 33% !important;
}

.myaccount-tab-menu.nav a {
    display: block;
    padding: 20px;
    font-size: 16px;
    align-items: center;
    width: 100%;
    font-weight: bold;
    color: inherit;
    border-radius: 0;
    /* border: 1px solid #25282a; */
    /* margin-bottom: 15px; */
    /* font-family: var(--heading--font-family); */
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.5s;
    background: whitesmoke;
}

.myaccount-tab-menu.nav a.active {
    background: var(--primary-color);
    color: white;
}

section.dashboardSection {
    padding: 25px 0px;
}

.myaccount-tab-menu.nav a:hover {
    background: var(--primary-color);
    color: white;
}


.myaccount-page-wrapper {
    margin-bottom: 110px;
}

.payment-methods {
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 5px;
}

.payment-methods [type="radio"] {
    opacity: 0;
}

figure.card-fig {
    width: 35px;
    margin-bottom: 0;
    margin-right: 10px;
}

.payment-methods label {
    display: flex;
    font-weight: 800;
    padding: 0.5rem 1rem;
}

.expiry {
    margin-left: 10px;
}

.payment-methods [type="radio"]:checked+label {
    background: #00296b;
    color: white;
    border-radius: 5px;
}

.payment-methods [type="radio"]:checked+label * {
    color: white !important;
}

.pay-item {
    margin: 0;
    padding: 0;
}