:root {
    --black: #000000;
    --white: #ffffff;
    --primary: #4c6f68;
    --white-2: #FFFFFFB3;

}


.section-checkout {
    padding: 64px 0;
    min-height: 70vh;
    margin-top:6rem ;
}

.container-2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.col1,
.col2 {
    border: 1px solid #e0e0e0;
    background-color: white;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    height: fit-content;
}

.col1 {
    padding: 30px 25px;
    min-height: 600px;
        background-color: var(--primary);

}

.col2 {
    padding: 0;
    min-height: 600px;
}

.sidebar-content {
    height: 100%;
}

.account-section {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.account-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.section-title {

    font-size: 14px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid transparent;
    padding-left: 1.25rem;
cursor: pointer;
}

.btnn {
    font-family: inherit;
    border: 1px solid var(--primary);
    color: #4c6f68;
    padding: 10px 24px;
    text-transform: uppercase;
    height: 3rem;
    margin-top: 3rem;
    font-weight: 600;
    align-items: center;
}
.btnns{
     color: #4c6f68;
    padding: 10px 24px;
    text-transform: uppercase;
    height: 3rem;
    margin-top: 3rem;
    font-weight: 600;
    align-items: center;
}

.btnn:hover {
    background-color: #4c6f68;
    border-color: #4c6f68;
    color: white;
}
.btnns:hover {
    background-color: #4c6f68;
    border-color: #4c6f68;
    color: white;
}


.section-content {
    display: none;
}

.section-content.active {
    display: block;
}

.section-content h3 {
    font-family: "Prospectus Pro Cyrillic Italic", serif !important;
    font-weight: 300;
    font-size: 3.25rem;
    line-height: 100%;
    right: 3%;
    font-weight: 300;
    margin-bottom: 2.5rem;
    text-decoration: none;
    font-style: italic;
    color: var(--primary);
    transition-property: inset-block-end;
    transition-duration: .78s;
    transition-timing-function: ease-in-out;
}

.section-content p {
    padding-top: 1.5rem;
}

.section-content:target {
    display: block;
}

/* Hide all pages by default */
.wishlist-page {
    display: none;
}

/* Show first page if no target selected */
#wishlist .wishlist-page:first-of-type {
    display: block;
}

/* Show the targeted page */
.wishlist-page:target {
    display: block;
}

/* Styling pagination buttons (optional) */
.pagination a {
    margin: 0 5px;
    padding: 6px 12px;
    border: 1px solid #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination a:hover {
    background: #333;
    color: #fff;
}


.info{
    margin-top: 7rem;
}