/* for single information page to show product variations */

.all-variations-title{
    margin-bottom: 1rem;
    font-weight: bold;
}

.all-variations {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 2rem !important;
    border-bottom: 1px solid rgba(0,0,0,0.35);
    padding-bottom: 2rem;
}

.all-variations .us-btn-style_1{
    background-color: #ea7a59;
}

.w-slider.fit_scaledown .w-slider-h img{
    max-height: 100%;
}

.rsOverflow.grab-cursor{
    max-height: 500px;
}