/*
 Theme Name:     Save on Stock
 Theme URI:      https://saveonstock.com
 Description:    Child theme for the Astra theme.
 Author:         Save on Stock
 Author URI:     https://saveonstock.com
 Template:       astra
 Version:        1.0.0
*/

/* Import parent theme styles */
@import url("../astra/style.css");

/* Add your custom CSS below */

button#idxDownloadButton {
    background: #2e3192 !important;
    border-radius: 0px !important;
    height: 100% !important;
    width: 70px !important;
}

p.card-title.mt-1.mr-1 {
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
}

div#preProvider {
    border: 1px solid #d2d2d2;
    border-right-width: 2px;
}

.card {
    background: #ededed;
}
