/* fabricSwatchListBlock2 is used to fix issue in SwatchContainerBLock (horizontal) where there are 3 items instead of 2 - EP-35, commit de192b64  */
@media (min-width: 992px) {
    .fabricSwatchListBlock2-col {
        margin: 0 0rem;
    }
}


/*mobile css for woolmark EP-40, commit c4f9aaf6 */
@media only screen and (min-device-width:320px) and (max-device-width:773px) {
    .lens-mobile {
        display: none !important;
    }
}


/* Home page hero CTA not working - commit 710c8c8e */
.homehero-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 35px;
    margin-right: 80px;
    text-decoration: none;
}

.homeherobtn {
    border: 1px solid #000;
    background-color: #000;
    color: #fff !important;
    text-transform: uppercase;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 50px;
    line-height: 52px;
    padding: 14px 2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    text-decoration: none;
    background-clip: unset;
}

.homeherobtn:hover {
    text-decoration: none !important;
}

/* OKta Changes */
.ids-form-group .h-captcha {
    margin-top: 24px;
}