.cclocator-ccblock  .chip-block {
    padding: 0 !important;
    align-items: center;
    display: flex;
}

.zoomedcenter {
    height: 272px;
    padding: 0 !important;
    overflow:auto;
    max-width: 738px;
    margin-left: auto;
    margin-right: auto;
}

.zoomedimage {
    transform-origin: 0 0;
    position: relative;
}

.cclocator-heading {
    margin-top: 15px;
    margin-bottom: 30px;
    display: none;
}

.cclocator-heading img {
    height: 25px;
    width: 100px;
}

.cclocator-ccblock {
    display:flex;
    margin-bottom: 25px;
    margin-top: 14px;
    align-items: center;
}

.cclocator-ccblock .color-name {
    font-size: 17px;
    display: flex;
    margin-bottom: -36px;
}

.cclocator-ccblock .color-code {
    font-size: 13px;
}

.cclocator-colorchip {
    height: 40px;
    width: 40px;
    margin: 3px;
    /* display: inline-block; */
    float: left;
}

.selected-chip {
    height: 65px;
    width: 65px;
}

.cclocator-ccdescription {
    float: left;
    margin-left: 4px;
    margin-right: 13px;
    text-align: left;
}

.cclocator-instruction {
    font-size: 9px;
    display: flex;
    margin-top: 30px;
    margin-bottom: 25px;
}

.cclocator-instruction .icon-container {
    display:flex;
}

.cclocator-instruction .icon-block {
    width: 55px;
    height: 75px;
}

.cclocator-instruction .instruction-icon {
    width: 55px;
}

.cclocator-instruction .cta {
    font-size: 12px;
}