.swatches-select{
    display:flex; 
    flex-direction:column; 
    width:100%;
}

.attribute-title{
    margin:8px 0;
}

.swatch-on-loop{
    display:flex; 
    align-items:center; 
    column-gap:8px;
}

.dynamicpress-swatches{
    border:1px solid #fff;
}

.line{
    border-top-color: var(--secondary); 
    border-top-width:1px;
    margin-top:16px;
}

.swatch-footer-wrapper{
    display:flex; 
    justify-content:space-between; 
    align-items:center; 
    padding:10px 0 20px;
}

.urban-add-to-wishlist{
    display:flex; 
    align-items:center; 
    justify-content:center;
}

.swatches-quantity-wrapper{
    display:flex; 
    justify-content:space-between; 
    align-items:stretch; 
    column-gap:12px;
}

.swatches-quantity-footer-wrapper{
    width:50%; 
    position:relative;
}

.quantity-input-dynamicpress{
    border-radius:8px; 
    background:#F5F5F5;
}

.dynamicpress-add-to-cart-variable, .dynamicpress-add-to-cart-simple {
    width:50%; 
    text-align:center;
}

