.carousel-cell {
    /* background: #8C8; */
    /* counter-increment: carousel-cell; */
    color: white;

    /* cell number */
}

.carousel-main .carousel-cell img {
    width: 99.5%;
    height: 600px;
    object-fit: cover;
}

.carousel-main .carousel-cell {
    width: 75%;
    height: 600px;
    font-size: 5rem;
}

.flickity-button:hover {
    cursor: pointer;
    color: #d5ac74;
}

.carousel-nav {
    width: 300px;
    /* transform: rotate(90deg) translate(30px, -100%); */
    transform-origin: left top;
    margin: 10px auto;
}

@media screen and (max-width: 1200px) {
    .carousel-nav {

    }

    .carousel-main .carousel-cell {
        width: 99.5%;
        height: 450px;
        font-size: 5rem;
    }


    .carousel-nav .carousel-cell {
        width: 70px;
        height: 70px;
        cursor: pointer;
        margin-right: 1rem;
        font-size: 1.4rem;
        /* selected cell */
    }

    .carousel-main .carousel-cell img {
        height: 450px;
        object-fit: cover;
    }

    a#product-image-options- img {
        border-radius: 4px !important;
        object-position: center !important;
        padding: 0 !important;
        border-radius: 4px !important;
        background: white !important;
        object-fit: cover !important;
        height: 75px !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15) !important;
    }
}

a#product-image-options- img {
    border-radius: 4px !important;
    object-position: center !important;
    padding: 0 !important;
    border-radius: 3px !important;
    background: white !important;
    object-fit: cover !important;
    height: 75px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15) !important;
}

.carousel-nav .carousel-cell {
    width: 91px;
    height: 91px;
    cursor: pointer;
    margin-right: 1rem;
    font-size: 1.4rem;
    /* selected cell */
}

.carousel-nav .carousel-cell.is-nav-selected {
    opacity: 0.8;
}

.carousel-nav .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: transparent;
}

.carousel-nav .flickity-prev-next-button.previous {
    left: -40px;
}

.carousel-nav .flickity-prev-next-button.next {
    right: -40px;
}


button.flickity-button.flickity-prev-next-button.previous {
    margin-top: -7px;
}

button.flickity-button.flickity-prev-next-button.next {
    margin-top: -7px;
    margin-right: 0px;
}
