.custom-attr-group h3 {
    font-size: 15px;
    margin-bottom: 5px;
}
.custom-attr-group {
	margin-bottom: 15px;
}
.custom-attr-group ul {
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
     margin-top: 10px;
}
.custom-attr-group ul li a{
    display: inline-block;
    padding: 5px 12px;
    border:2px solid #dedede;
    border-radius: 3px;
    color: #222;
    width: 35px;
    height: 35px;
    text-overflow: ellipsis;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
        position: relative;
}

.custom-attr-group ul li a:hover {
    border: 2px solid #aaa;
}

.custom-attr-group ul li a.active-attr {
    border: 2px solid #829af1 !important;
    transition: .35s cubic-bezier(.46,.01,.32,1);
    -webkit-box-shadow: inset 0px 0px 0px 2px #fff !important;
    -moz-box-shadow: inset 0px 0px 0px 2px #fff !important;
    box-shadow: inset 0px 0px 0px 2px #fff !important;
    color: #333;
}
.page-product-bundle .product-info-main .product-options-wrapper{
border:0;
}