/*==============================
 *    <section>
 *    ================================ */

body {
    line-height: 1.3 !important;
}

.brand-color {
    color: #fd914f !important;
}

.brand-color-secondary {
    color: #29299E !important;
}

section, section.about-one {
    padding: 1px 0 20px 0 !important;
}

.card-title, .card-body p.card-text, .card-body ul li a {
    text-align: center !important;
}

.card-body p.card-text {
    opacity: 0.75 !important;
}

.card-text {
    font-size: 15px !important;
    letter-spacing: 0.3px !important;
    color: #575a7b !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
}

.card-body ul li a {
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.header-img-on-product-page {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
    border-radius: 10px;
    margin: 20px 0;
}

/* marquee requirement started*/
.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
}

.marquee-content {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s cubic-bezier(0.5, 0.25, 0.25, 0.5) infinite;
}

.marquee-wrapper:hover .marquee-content {
    animation-play-state: paused;
}

@keyframes marquee {
    0% {transform: translateX(0);}
    100% {transform: translateX(-100%);}
}
/* marquee requirement ended*/

.footer-bar li a, .copyright {
    font-size: 0.75em !important;
}

.product-price {
    font-size: 1.75rem;
    font-weight: bold;
    color: #007bff;
}

.select2-selection__rendered .flag-icon {
    margin-right: 6px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}