#headTitle span {
    font-family: var(--fontSerif, serif), serif;
    font-size: 0.9rem;
    border-top: 1px solid #e5e5e5;
    display: block;
    text-align: left;
    padding: 12px 0 0 0;
    margin: 12px 0 0 0;
}

.zoom-gallery {
    text-align: center;
}

.zoom-gallery-slide {
    display: none;
}

.zoom-gallery-slide.active {
    display: block;
}

.zoom-gallery .video-slide {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.zoom-gallery .video-slide iframe,
.zoom-gallery .video-slide object,
.zoom-gallery .video-slide embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.zoom-gallery .selectors {
    margin: 12px 0 0 0;
    overflow-y: hidden;
    display: flex;
    width: 100%;
    height: 90px;
    white-space: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.selectors::-webkit-scrollbar {
    display: none;
}

.selectors {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.zoom-gallery .selectors a {
    margin: 5px;
    border: 1px solid transparent;
    display: inline-block;
}

.zoom-gallery .selectors a:hover,
.zoom-gallery .selectors a.active {
    border-color: #ccc;
}

.zoom-gallery .selectors img {
    box-shadow: none !important;
    filter: none !important;
    -webkit-filter: none !important;
    height: 80px;
    width: auto;
}

.zoom-gallery.has-frame .selectors img {
    height: 80px;
}

.zoom-gallery .selectors a[data-slide-id=video-1],
.zoom-gallery .selectors a[data-slide-id=video-2] {
    position: relative;
}

.zoom-gallery .selectors a[data-slide-id=video-1] img,
.zoom-gallery .selectors a[data-slide-id=video-2] img {
    opacity: 0.8;
}

.zoom-gallery .selectors a span {
    position: absolute;
    color: #fff;
    text-shadow: 0 1px 10px #000;
    top: 50%;
    left: 50%;
    display: inline-block;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    font-size: 30px;
    z-index: 100;
}

#video-play {
    pointer-events: none;
    width: 50px;
    height: 50px;
    background: var(--companyBlue);
    border: none;
    border-radius: 100%;
    margin: auto;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#video-play:focus {
    outline: 0;
    border: 1px solid hsl(210, 58%, 69%);
    box-shadow: 0 0 0 3px hsla(210, 76%, 57%, 0.5);
}

#video-play::after {
    content: '';
    display: inline-block;
    position: relative;
    top: 1px;
    left: 3px;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent white;
}

#cms {
    display: none;
}

.drop-down {
    background: #fff;
    border-color: #eee;
    font-family: inherit;
    font-size: inherit;
    height: 35px;
    width: inherit;
    margin-left: 0;
    cursor: pointer;
    padding-right: 12px;
    padding-left: 3px;
    margin-top: -6px;
}

.view-page {
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
    margin-top: 12px;
}

ul.view-page li {
    margin: 8px 0 0 0;
}

.no-spacing {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.top-spacing {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 12px;
}

a[data-zoom-id] img,
.mz-thumb img {
    height: 120px;
}

.zoom-gallery.has-frame a[data-zoom-id] img,
.zoom-gallery.has-frame .mz-thumb img {
    height: 80px;
}

button.mz-button-prev,
button.mz-button-next {
    display: block !important;
}

.top-space {
    margin-top: 55px;
}

.band-feat {
    height: auto;
    padding: 15px;
    width: 100%;
    text-align: left;
    background-color: #fff;
    float: left;
    border-bottom: 4px solid #efefef;
    margin: 0 auto 12px;
}

.accordion {
    margin: 3em auto;
    width: 45%;
}

.toggle {
    display: none;
}

.option {
    position: relative;
    margin-bottom: 1em;
}

.title,
.content {
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all .2s;
}

.title {
    background: #fff;
    padding: 1em;
    display: block;
    color: #7a7572;
    font-weight: 700;
    cursor: pointer;
}

.title:after,
.title:before {
    content: '';
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: .75em;
    background-color: #7a7572;
    transition: all .2s;
}

.title:after {
    transform: rotate(90deg);
}

.content {
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
    margin: 0;
    padding: 0 21px;
    line-height: 1.5;
    border-bottom: 1px solid #efefef;
}

.toggle:checked + .title + .content {
    max-height: 3000px;
}

.toggle:checked + .title:before {
    transform: rotate(90deg) !important;
}

#ViewSuggestions {
    width: 100%;
    float: left;
    box-sizing: border-box;
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#ViewSuggestions h2 {
    margin: 55px 0 20px 0;
    font-family: var(--fontTrajan);
    font-style: normal;
    font-weight: 500;
    color: #666;
    font-size: 18px;
    padding: 0;
}

#ViewSuggestions {
    --view-suggestion-image-height: 250px;
}

#ViewSuggestions .viewBand {
    display: flex;
    column-gap: 27px;
    width: 100%;
    background-color: #fff;
    height: inherit;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

#ViewSuggestions .viewBand > a {
    display: block;
    width: 100%;
    max-width: 250px;
}

#ViewSuggestions article {
    width: 100%;
    max-width: 250px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

#ViewSuggestions .viewBand-image {
    width: 100%;
    height: var(--view-suggestion-image-height);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
}

#ViewSuggestions .viewBand-image img {
    object-fit: contain;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    display: block;
}

#ViewSuggestions .price {
    font-size: 18px;
    margin: 8px 0 0 0;
}

#ViewSuggestions .txt-sm {
    font-family: var(--fontSansSerif);
    color: var(--gold);
    font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 670px) {
    .band-feat {
        float: left;
        padding: 0;
    }

    .box-center {
        padding-bottom: 10px;
        margin-top: 5px;
        margin-left: auto;
        margin-right: auto;
        height: inherit;
        width: 95%;
        min-width: 250px;
        float: none;
    }

    .accordion {
        margin: 3em auto;
        width: 90%;
    }

    .view-page p {
        text-align: center;
    }

    #headTitle span {
        text-align: center;
    }

    #ViewSuggestions h2 {
        margin: 40px 0 16px 0;
        text-align: center;
    }

    #ViewSuggestions {
        --view-suggestion-image-height: 180px;
    }

    #ViewSuggestions .viewBand {
        flex-direction: column;
        row-gap: 24px;
        column-gap: 0;
        align-items: center;
    }

    #ViewSuggestions .viewBand > a {
        width: 100%;
    }

    #ViewSuggestions article {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .accordion {
        margin: 31px 0 0 3%;
        width: 54%;
    }

    .body_1 {
        display: none;
    }

    .body_2 {
        width: 30%;
    }
}
