body {
    font-family: 'PT Sans', sans-serif;
}


#featured_products {
    background: linear-gradient(-40deg, #afd6ff, #a9d56f);
}

.nav-link {
    font-size: 1.3rem;
}


#homePage .carousel-item {
    /* min-height: 30em; */
    background-size: contain;
    background-position: center;
}

#homePage .carousel-image {
    /* min-height: 30em; */
    /* max-height: 30em; */
    /* height: 100%; */
    object-fit: contain;
    width: 100%;
}

@media (min-width: 1500px) {
    .container {
        max-width: 1450px;
    }
}

.footer-info-section li {
    font-size: 12px;
}

section {
    /* padding: 100px 0; */
}

.satr_mark label {
    font-weight: bold;
}

.homepage-lower-company-brand-series img {
    /* height: 14em; */
    /* object-fit: scale-down; */
}

.satr_mark label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

fieldset {    
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-width: -webkit-min-content;
    border-width: 1px;
    border-style: solid;
    border-color: #ced4da !important;
    border-image: initial;
}

legend {
    display: block;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

input#confirm_password {
    color: #495057;
    background-color: #fff;
    outline: 0;
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    /* box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25); */
}


/* .cart-item {
    box-shadow: inset 0 0 14px -5px black;
} */
.item-images {
    cursor: pointer;
}

.product-page-image {
    object-fit: scale-down;
    max-height: 337px;
    height: 337px;
    border: none !important;
}

.product-card {
    transition: 300ms !important;
}

.product-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.ajax_form_submit_loading {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 1em;
    border-radius: 1em;
}

.category_subtitle {
    position: absolute;
    bottom: 13%;
    left: 15px;
    font-size: 35px;
    line-height: 1;
}

.category_subtitle_small {
    position: absolute;
    bottom: 13%;
    left: 15px;
    font-size: 30px;
    line-height: 1;
}

.bg-yellow {
    background-color: rgb(231, 198, 9);
}

.picker-image {
    object-fit: contain;
    height: 450px;
}


.carousel-caption {
    top: 13%;
}

.carousel-caption h2 {
    width: auto;
    display: table;
}

.carousel-caption h2 span {
    line-height: 1.5;
}

.display-4 {
    font-size: 1.8em;
}

.display-3 {
    font-size: 3em;
}