﻿.product-card {
}

.btn.btn-block.border-left-zero {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.store-price.price {
    color: rgb(73, 76, 78) !important;
}

.lis-font-weight-500 {
    font-weight: 500;
}

.product-card .details-wrapper {
    width: 75%;
    float: right;
}

    .product-card .details-wrapper .btn,
    .product-card .add-to-card-wrapper .btn {
        border-radius: 6px !important;
    }

.product-card .add-to-card-wrapper .btn-add-to-card {
    border-right-color: #FFF;
    border-right-width: 6px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

    .product-card .add-to-card-wrapper .btn-add-to-card.disabled {
        opacity: 1;
    }

.product-card .add-to-card-wrapper {
    width: 20%;
}
