.zetpy-customizer-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zetpy-customizer-heading-lg {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 10px 0;
}
.zetpy-customizer-heading-sm {
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    text-align: center;
    display: none;
}
.zetpy-customizer-flex {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.zetpy-customizer-image {
    flex: 1 1 350px;
    min-width: 320px;
    display: flex;
    justify-content: center;
}
.zetpy-customizer-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.zetpy-customizer-info {
    flex: 1 1 400px;
    min-width: 350px;
    max-width: 500px;
    padding: 40px 30px;
}

.zetpy-customizer-info-inner {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.zetpy-customizer-info-inner span {
    margin: 0 10px;
    color: #000000;
    font-size: 1.2rem;
    font-weight: 400;
}

.zetpy-customizer-info-inner-step {
    width: 24px;
    height: 24px;
    /* margin-right: 30px; */
    border-radius: 50%;
    background-color: #fff;
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    line-height: 21px;
    border: 2px solid #000000;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}  

.zetpy-customizer-info-inner-step.active,
.zetpy-customizer-info-inner-step:hover {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.zetpy-customizer-info label {
    font-weight: 700 !important;
    color: #112244 !important;
    font-size: 1.5rem !important;
}

.zetpy-customizer-header {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    display: block;
}
.zetpy-customizer-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.zetpy-customizer-heading {
    font-size: 2.2rem;
    font-weight: 800;
    margin: 0 0 10px 0;
}
.zetpy-customizer-price {
    color: #F00;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px;
}
.zetpy-color-swatches {
    /* display: flex; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(44px, 1fr));
    align-items: center;
    gap: 18px;
    margin: 30px 0 40px 0;
}
.zetpy-color-swatch {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #222;
    cursor: pointer;
    display: inline-block;
    border-color: #eee;
    box-shadow: none;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.zetpy-color-swatch-inner {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.zetpy-color-swatch.selected {
    box-shadow: 0 0 0 2px #223;
    border-color: #223;
}
.zetpy-customizer-next-btn {
    background: #FFC107;
    color: #112244;
    font-weight: 700;
    font-size: 1.1rem;
    padding: 16px 36px;
    border-radius: 30px;
    border: none;
}

.zetpy-engraving-preview-text {
    font-size: 24px;
    color: #8A8C8E;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 10%;
    transform: translateY(10%);
}

.zetpy-customizer-description {
    margin-top: 30px;
    margin-bottom: 30px;
}

.zetpy-customizer-description img{
    width: 100% !important;
    height: auto !important;
    margin-bottom: 30px;
}

/* WAPF */

[type=button].rounded-pill {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
}

.fw-bold {
    font-weight: 700 !important;
}
.fs-16 {
    font-size: 16px !important;
}

.font-preview-btn {
    margin-right: 10px;
}

.d-none {
    display: none;
}

.select-all-btn,
.deselect-all-btn {
    
}

.d-block {
    display: block;
}

.me-2 {
    margin-right: 10px;
}
.mb-2 {
    margin-bottom: 10px;
}
.mb-5 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 30px;
}

.py-5 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.px-10 {
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.rounded-pill {
    padding: 12px 30px;
    border-radius: 50px !important;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #FFC107;
    transition: all 0.2s ease-in-out;
    font-weight: 700 !important;
}

.rounded-pill:hover {
    background-color: #FFC107;
    border-color: #FFC107;
}

.wapf-input-text.rounded-pill,
.wapf-input-text.rounded-pill:hover,
.wapf-input-text.rounded-pill:focus {
    font-weight: normal !important;
    background-color: #ffffff !important;
    color: inherit !important;
}

.wapf-input-text.rounded-pill:focus {
    border-color: #FFC107 !important;
}

.rounded-pill.active {
    background-color: #FFC107 !important;
    border-color: #FFC107 !important;
}

@media (max-width: 900px) {
    .zetpy-customizer-info {
        padding: 30px 10px;
    }
}
@media (max-width: 700px) {
    .zetpy-customizer-heading-sm {
        display: block;
    }
    .zetpy-customizer-heading-lg {
        display: none;
    }
    .zetpy-customizer-container {
        flex-direction: column;
        min-height: unset;
    }
    .zetpy-customizer-flex {
        flex-direction: column;
    }
    .zetpy-customizer-info, .zetpy-customizer-image {
        min-width: 0;
        max-width: 100%;
        width: 100%;
        padding: 20px 5vw;
    }
    .zetpy-customizer-image img {
        max-width: 90vw;
    }

    .zetpy-engraving-preview-text {
        font-size: 16px;
        bottom: 15%;
        transform: translateY(15%);
    }
}