
ul.product_list_widget li img {
    object-fit: contain!important;
    border-radius: 7px;
}

ul.product_list_widget li img.DHA_SL_SV_icon {
    top: 28px;
    left: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    box-shadow: none;
}

.DHA_SL_SV_cart_view {
    min-height: 59px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.DHA_SL_SV_text {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    font-size: 14px;
}

.DHA_SL_SV_text span {
    display: block;
}


.product-container .cart .single_add_to_cart_button.button.alt {
    background-image: none !important;
    border-radius: 8px;
    background-color: #834181;
    width: 170px;
    height: 49px;
    border: none;
    color: #ffffff;
    line-height: 1.25;
    font-size: 16px;
}

#mc_embed_signup .button {
    border-radius: 8px;
}

#cart-popup .woocommerce-mini-cart__buttons > a:first-child {
    display: none;
}

.cart-preview-wrapper-box {
    display: flex;
    width: 120px;
    height: 60px;
    left: 4;
    clip-path: none; 
    border-radius: 6px; 
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); 
    align-items: center;
    justify-content: space-around; 
    text-align: center;
}

.cart-preview-wrapper-shoe-tag {
    display: flex;
    flex-direction: column;
    width: 120px;
    height: 100px;
    clip-path: none; 
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%); 
    border-radius: 48% 48% 10% 10%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.DHA_SL_SV_cart_icon {
    width: 20px;
    height: 20px;
    position: inherit !important;
    margin: 5px 0 !important;
    border-radius: 0 !important;
}

.DHA_SL_SV_labels {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
    font-size: 8px !important;
}

.mini_cart_item .DHA_SL_SV_labels {
    font-size: 5px !important;
}

.mini_cart_item .cart-preview-wrapper-box {
    width: 60px;
    height: 40px;
    position: absolute;
    left: 0;
    margin: 1px;
    min-height: 40px !important;
}

.mini_cart_item .cart-preview-wrapper-shoe-tag {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    margin: 1px;
}

.mini_cart_item .paket-wrapper .cart-preview-wrapper-box {
    top: 75px;
}