/* .variant-image-hover {
    width: 200px;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    border: 1px solid #d7d7d7;
    border-radius: 20px;
    position: absolute;
    top: -250px;
    left: -90px;
} */
#mouseOver{
    position: absolute;
    width: 14rem;
    height: 16rem;
    top: -16rem;
    background: #ffffff;
    border: 1px solid #cecece;
    border-radius: 1rem;
    margin-left: -4rem;
    z-index: 99;
}

@media screen and (max-width: 481px) {
    #mouseOver{
        position: absolute;
        width: 14rem;
        height: 16rem;
        top: -16rem;
        background: #ffffff;
        border: 1px solid #cecece;
        border-radius: 1rem;
        margin-left: -1rem;
        z-index: 99;
    }
  }
#customOverImg{
    width: 12rem;
    height: 11rem;
}
.variant-list span:hover{
    border: 0.1rem solid rgb(255, 1, 1);
    border-radius: 0.3rem;
}
#customVariants .btn{
    border-radius: 24px;
    padding: 0.8rem;
    background: #9b9393;
}

#customVariants .btn:hover{
    border: 1px solid rgb(123, 115, 115);
    background: white;
    color: black;
}
.owl-nav{
    justify-content: space-around;
    display: flex;
    margin-top: 2rem;
    margin-bottom: 2rem;
}