.wd-variant-style {
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: start;
}

.wd-swatches-product.wd-swatches-single .wd-active{
    color: initial !important;
    background: #FFFFFF !important;
    border: 2px #5bacd9 solid !important;
}

.woocommerce-variation-description {
    display: none;  
}

 .wd-active .wd-swatch-text{
     color:#5bacd9!important;
 }
/*
 .amount{
     color:#242424!important;
 }
*/
.wd-swatches:hover .amount{
     color:#fff!important;
 }
.wd-swatches-product.wd-swatches-single .wd-swatches:hover {
    color: #fff!important;
    background: #8a8989 !important;
    border: 2px #5bacd9 solid !important;
}

