@font-face {
    font-family: proxima-nova;
    src: url(https://www.josephjewelry.com/fonts/ProximaNova/proxima-nova-regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proxima-nova-semibold;
    src: url(https://www.josephjewelry.com/fonts/ProximaNova/proxima-nova-semibold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: proxima-nova-bold;
    src: url(https://www.josephjewelry.com/fonts/ProximaNova/proxima-nova-bold.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.productBoxList {
    max-width: 1400px;
    margin: 20px auto;
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap
}

.productBoxList>li.productBoxList__prodBox {
    display: -ms-inline-grid;
    display: inline-grid;
    align-items: flex-start;
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    width: 100%
}

.productBoxList>li.productBoxList__prodBox>a:hover {
    color: #212121
}

.productBoxList>li.productBoxList__prodBox>a {
    text-decoration: none;
    color: #595959;
    margin-bottom: 16px
}

.productBoxList>li.productBoxList__prodBox>a>img {
    height: auto;
    max-width: 300px;
    max-height: 300px
}

.productBoxList>li.productBoxList__prodBox>p {
    text-align: center; 
    color: #888;
    font-size: .8rem;
}

.productBoxList>li.productBoxList__prodBox>p:nth-last-of-type(1) {
    margin-bottom: 0
}

.productBoxList>li.productBoxList__prodBox>div.productBoxList__prodBox__colors {
    text-align: center;
    -ms-grid-row: 2
}

.productBoxList>li.productBoxList__prodBox>div.productBoxList__prodBox__colors>img.productBoxList__prodBox__colors__color--active {
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15)
}

.productBoxList>li.productBoxList__prodBox>div.productBoxList__prodBox__colors>img {
    display: inline-block;
    border-radius: 50%;
    padding: 3px;
    margin: 0 2px;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: box-shadow .15s ease-in-out;
    -moz-transition: box-shadow .15s ease-in-out;
    -o-transition: box-shadow .15s ease-in-out;
    transition: box-shadow .15s ease-in-out
}

.productBoxList>li.productBoxList__prodBox>div.productBoxList__prodBox__colors>button.productBoxList__prodBox__colors__toggleTools:hover>svg {
    fill: #212121 !important
}

.productBoxList>li.productBoxList__prodBox>div.productBoxList__prodBox__colors>button.productBoxList__prodBox__colors__toggleTools {
    background: none;
    border: none;
    outline: none;
    float: right;
    clear: right
}

.productBoxList>li.productBoxList__prodBox>div.productBoxList__prodBox__colors>button.productBoxList__prodBox__colors__toggleTools>svg {
    fill: #595959;
    width: 18px;
    height: 18px;
    -webkit-transition: fill .15s ease-in-out;
    -moz-transition: fill .15s ease-in-out;
    -o-transition: fill .15s ease-in-out;
    transition: fill .15s ease-in-out
}

.productBoxList>li.productBoxList__prodBox>ul.productBoxList__prodBox__tools--active {
    display: block !important
}

.productBoxList>li.productBoxList__prodBox>ul.productBoxList__prodBox__tools {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    list-style-type: none;
    background: #fff;
    -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15)
}

.productBoxList>li.productBoxList__prodBox>ul.productBoxList__prodBox__tools>li>button:hover, .productBoxList>li.productBoxList__prodBox>ul.productBoxList__prodBox__tools>li>a:hover {
    color: #212121 !important
}

.productBoxList>li.productBoxList__prodBox>ul.productBoxList__prodBox__tools>li>button, .productBoxList>li.productBoxList__prodBox>ul.productBoxList__prodBox__tools>li>a {
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
    margin: 5px 0;
    padding: 0;
    display: block;
    font-size: .8643rem;
    line-height: 1.31979rem;
    -webkit-transition: color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out
}

@media screen and (min-width: 660px) {
    .productBoxList>li.productBoxList__prodBox {
        width: 50%
    }
}

@media screen and (min-width: 990px) {
    .productBoxList>li.productBoxList__prodBox {
        width: 33.33%
    }
}

@media screen and (min-width: 1320px) {
    .productBoxList>li.productBoxList__prodBox {
        width: 25%
    }
}