.product-attributes .product-attributes-item {
    margin-bottom: 10px;
    display: flex;
    align-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.product-attributes .attribute-name {
    display: block;
    text-align: center;
}

.product-attributes .attribute-box {
    border: 2px transparent solid;
    background: #f2f2f2;
    margin: 5px;
	border-radius: 0;
	padding: 0 5px;
}

.product-attributes .attribute-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-attributes .attribute-box.attribute-current {
    color: #1b1b1b;
}

.product-attributes .attribute-box.disabled {
    border: 2px transparent solid;
    opacity: 0.7;
    color: #6b7383;
}

.product-attributes .attribute-box {
    border: 2px transparent solid;
    opacity: 0.7;
    color: #6b7383;
}

.product-attributes .attribute-box.attribute-current {
    background-color: #fff;
    border: 2px solid #14BB66;
    opacity: 1;
}

.product-attributes .attribute-box.hover {
    border: 2px solid #14BB66;
    opacity: 1;
}

.product-attributes .attribute-box.hover {
    color: #1b1b1b;
}

.product-attributes .attribute-box .attribute-value-item {
    display: block;
    padding: 5px 10px;
    font-size: 18px;
    color: #6b7383;
    text-decoration: none;
}

/*.product-attributes .attribute-box.attribute-current .attribute-value-item {*/
/*    color: #fff;*/
/*}*/

.product-attributes .attribute-box .attribute-value-item--smaller {
    padding: 3px 6px;
    font-size: 12px;
}

.simattrs-selection-grid {
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.simattrs-grid-product-reset-button {
	display: block;
}

.row.simattrs-grid-product-feature:hover {
    background: lightblue;
    cursor: pointer;
}

.row.simattrs-grid-product-feature.feature-selected {
    background: steelblue;
    cursor: pointer;
}

.mobile-simattrs{
    display: none;
}

@media (max-width: 992px){
    .mobile-simattrs{
        display: block;
    }

    .desktop-simattrs{
        display: none;
    }
}
