#firstdetails .colourPicker > div.otherColorQuickViewContainer {
    display: flex;
    flex-flow: column;
    width: 70px !important;
    padding: .3rem;
    margin: 0;
    background: #fff;
    gap: .2rem;
}

#firstdetails .colourPicker > div.otherColorQuickViewContainer a{
    margin: 0;
    border: none;
}

#firstdetails .colourPicker > div.otherColorQuickViewContainer a.otherColorQuickView{
    display: flex;
    justify-content: center;
    font-family: 'citrfontbold';
    font-size: 1.1rem;
    background: #1d401d;
    color: #fff;
}