#single-product-container {
    /*background-color: black;*/
    /*background-color: var(--background-dark);*/
}

#product {
    font-family: 'Abril Fatface','Times New Roman',serif;
}

#product .media-cont {
    /*position: sticky;*/
    /*height: 90vh;*/
    /*top: 10vh;*/
}

#product .media-cont .media {
    position: relative;
    cursor: pointer;
}

#product .media-cont .media .overlay {
    opacity: 0;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 33;
    transition: .3s;
}

#product .media-cont {
    padding: 0;
    margin: 0;
}

#product .media-cont .media-choices {
    position: absolute;
    top: 0;
    left: 0;
    width: 30%;
}

#product .media-cont .media-choices .media img {
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

#product .media-cont .main-media {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
}

#product .media-cont .main-media img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
    object-position: 50% 50%;
}

#product .product-data {
    padding: 0;
    margin: 0;
}

#product .product-data .row.row-90vh {
    margin: 0;
    min-height: 90vh;
}

#product .product-data .left-column {
    background-color: var(--royal-color);
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

#product .product-data .right-column {
    /*background-color: var(--background-dark);*/
    width: 100%;
    padding: 0;
    margin: 0;
}

#product .product-data .right-column input[name="qty"] {
    background-color: transparent;
    color: black;
    text-align: center;
}

#product .product-data .right-column h1 {
    font-weight: bold;
    letter-spacing: 1px;
}

#product .product-data .right-column .data {
    font-weight: bold;
    font-size: 20px;
}

#product .attributes {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
}

#product .attributes .title {
    font-weight: bold;
    margin-right: 10px;
}

.product.card img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 50% 50%;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    #product .media-cont .media-choices {
        position: relative;
    }

    #product .product-data .right-column h1 {
        font-size: 50px !important;
    }

    #product .product-data .right-column div.h3,
    #product .product-data .right-column h3
    {
        font-size: 40px !important;

    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
