.product-details__container-attribute{
    margin-bottom: 13px;
}
.product-details__container-attribute__header{
    line-height: 20px;
    margin-bottom: 10px;
}
.product-details__container-attribute__header__required{
    color: #b20000;
}
.product-details__container-attribute__field{
    display: inline-flex;
    align-items: center;
    margin: 0 8px 10px 0;
    position: relative;
}
.product-details__container-attribute__field__label{
    border: 1px solid #e3e3e3;
    color: #0f0f0f;
    min-width: 38px;
    height: 38px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    display: inline-block;
}
.product-details__container-attribute__field__label--selected{
    background: #232323 !important;
    border: 1px solid #232323 !important;
    color: #fff !important;
}

.product-details__container-attribute__field__label--selected-color{
    border: 1px solid #232323 !important;
}
.product-details__container-attribute__field__label--selected-color:after{
    content: "\f00c";
    font-family: fontawesome;
    font-weight: lighter;
    color: #fff;
    transition: font-size 0.25s ease 0.1s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    position: absolute;
    font-size: 17px;
    left: 28%;
}
/*Modal*/
.bg-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.m-h-60 {
    min-height: 60vh;
}
.modal-backdrop {
    background: #2d343a!important;
}
.modal .close {
    position: absolute;
    z-index: 1;
    right: 10px!important;
    top: 10px!important;
    height: 2.5rem;
    width: 2.5rem;
    background: rgba(193,193,193,.3)!important;
    border-radius: 50%;
    font-size: 1.8rem;
    padding: 0;
}
