/* global styles */
:root {
    --mainColor: #182fa5;
    --footerLinks: #869aba;
    --footerTitle: #506690;
    --footerColor: #161c2d;
    --linkedInColor: #006cae;
}

.bg-main {
    background-color: var(--mainColor);
}
.text-main {
    color: var(--mainColor);
}
.font-xs {
    font-size: 0.6rem;
}
.font-sm {
    font-size: 0.8rem;
}
.font-md {
    font-size: 1.2rem;
}

/* local styles */
.product-img {
    /*height: 90px;*/
    /*width: 90px;*/
    border-radius: 10px;
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);*/
}
.modal-content {
    max-width: 100%;
    border-radius: 1rem;
}
.modal-body {
    padding: 0 3rem;
}
.btn{
    box-shadow: none;
}

