@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

.theme-demos {
    display: none !important;
}

body {
    background-color: #F3F3F3 !important;
    color: #000000;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-Dark.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-BoldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'NyghtSerif';
  src: url('../fonts/NyghtSerif/NyghtSerif-DarkItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}




.nav-bg-main {
    background-color: #F8F8F8 !important;
    /* box-shadow: 0 0 35px rgb(0 0 0 / 10%); */
}

.bg-main {
    background-color: #F8F8F8 !important;
} 

.bg-sec {
    background-color: #F1F1F1 !important;
}

.nav-link-text {
    color: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, .nutrition-pop, .fast-3-bold, .fancy {
    font-family: "NyghtSerif", sans-serif !important;
}

:root {
    --primary-color: #E00000; 
    --primary-light: #02C3BA; 
    --secondary-color: #c3251f;
    --secondary-light: #ED15154A;
    --dark: #7C2015;
    --tertiary-color: #ffa412;
    --quaternary-color: #FFF099;
}

a {
    color: #000000 !important;
}

a:hover, a:focus {
    color: var(--primary-color) !important;
}

.btn {
    text-transform: none !important;
    font-family: 'Geist', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 30px !important;
    padding: 7px 20px !important;
}

.banner-text {
    font-size: 50px;
    font-weight: 500;
    line-height: 106%;
}

.brand-logo {
    max-height: 30px !important;
}

p, .alt-font, span {
    /* font-family: 'Poppins', sans-serif !important; */
    font-family: "Geist", sans-serif !important;
    font-optical-sizing: auto;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
}

.nav-link {
    font-size: 16px !important;
    font-weight: 300 !important;
    color: #000000B2 !important;  
    font-family: "Geist", sans-serif !important;
}

.nav-link:hover {
    color: #000000 !important;
}

.nav-link.active-nav {
    color: #000000 !important;
    font-weight: 700 !important;
}


.btn-primary {
    background-color: var(--primary-color) !important;
    color: #ffffff !important;
    
}

.btn-primary:hover {
    background-color: #ffffff !important;
    color: #F26522 !important;
    border: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.btn-white {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    border-radius: 20px !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
    font-weight: 700 !important;
}

.banner-box-img {
    height: 385px;
    object-fit: cover;
    border-top-left-radius: 130px;
    border-top-right-radius: 130px;
}

.fl1, .fl2, .fl3, .fl4 {
    position: absolute;
}

.fl2 {
    right: 0;
    top: 0px;
}

.fl1 {
    left: 0;
    top: 50%;
}

.fl3 {
    left: 0;
    top: 0px;
}

.fl4 {
    right: 0;
    top: 50%;
}

.section-title {
    font-weight: 500;
    font-size: 50px;
    line-height: 106%;
    color: #000000;
}

.category-box {
    background-color: #ffffff;
    border-top-left-radius: 175px;
    border-top-right-radius: 175px;
    /* height: 430px; */
    width: 100%;
    /* padding: 20px; */
    text-align: center;

    img {
        border-top-left-radius: 175px;
        border-top-right-radius: 175px;
    }
}

.category-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.btn-outline {
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000 !important;
    font-weight: 600 !important;
    padding: 7px 20px !important;
}

.btn-outline:hover {
    background-color: #ffffff !important;
    border: none !important;
    color: #000000 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;
}

.btn-black {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}

.prod-box {
    background-color: #ffffff;
    padding: 20px;
    height: 100%;
    justify-content: space-between;

    img {
        height: 300px;
        object-fit: contain;
    }
}

.prod-name, .prod-size {
    font-size: 16px;
    font-weight: 500;
    line-height: 129%;
    font-family: "Geist", sans-serif !important;
}

.prod-price, .prod-price-big {
    font-size: 18px;
    font-weight: 800;
    line-height: 106%;
    font-family: "Geist", sans-serif !important;
}

.prod-price-slash, .prod-price-slash-big {
    font-size: 12px;
    font-weight: 500;
    line-height: 106%;
    text-decoration: line-through;
}

.prod-price-big {
    font-size: 30px;
}

.prod-price-slash-big {
    font-size: 20px;
}

.cont-card {
    background-color: #ffffff;
    padding: 20px;
    height: 200px;
}

.cont-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 106%;
    color: #000000;
    margin: 20px 0px;
}

.cont-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 124%;
    color: #000000;
}

.pb-right {
    border-top-right-radius: 180px;
}

.pb-left {
    border-top-left-radius: 180px;
}

.footer {
    background-color: #ffffff !important;
    padding: 50px 0px;
}


.footer-logo {
    background-color: #F3F3F3 !important;
    padding: 10px 20px;
    width: max-content;
    border-radius: 40px;
    

    img {
        max-height: 30px !important;
    }
}

.footer-text {
    font-size: 16px;
    font-weight: 300;
    line-height: 161%;
    color: #000000;
}

.footer-title {
    font-size: 16px;
    font-weight: 700;
    font-family: "Geist", sans-serif !important;
    color: #000000;
    line-height: 161%;
}

.footer-links li{
    font-size: 16px !important;
    font-weight: 300 !important;
    line-height: 161% !important;
    color: #000000 !important;
}

.phil-list {
    display:flex;
    align-items: center;

    span {
        margin-left: 10px;
    }
}

.brand-card {
    background-color: #ffffff;
    padding: 10px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;

    img {
        object-fit: contain;
    }
}

.contact-card {
    height: 340px;
    padding: 50px;
    background-color: #ffffff;
}

.col-lg-6:has(.contact-card), .col-lg-4:has(.prod-box) {
    padding: 10px !important;
}

.contact-title {
    font-family: "Geist", sans-serif !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 161%;
    color: #000000;
}

.con-link {
    font-size: 16px;
    font-weight: 500;
    line-height: 161%;
    color: #000000;
}

.search-form {
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 10px 5px;
    height: 55px;
}

.search-input {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #000000 !important;
    width: 80%;
    margin: 0px;
    margin-left: 20px;
}

.search-select {
    width: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #000000 !important;
    font-family: "Geist", sans-serif !important;
    margin: 0px;
    font-size: 16px;
    font-weight: 300;
    line-height: 97%;
    padding: 0px 10px;
}

.filter-btn {
    width: 100%;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
    color: #000000 !important;
    font-family: "Geist", sans-serif !important;
    margin: 0px;
}

.search-btn {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border-radius: 50% !important;
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-btn:hover {
    background-color: #ffffff !important;
    color: #000000 !important;
    /* border: 1px solid #000000 !important; */
    box-shadow: 0 0 15px rgba(0, 0, 0, .1) !important;

    i {
        color: #000000 !important;
    }
}

.filter-icon {
    color: #000000 !important;
    font-size: 16px !important;
    font-weight: 300;
    cursor: pointer;
    padding-left: 20px;
}

.sold-out {
    position: absolute;
    top: 10px;
    right: 0px;
    background-color: #FF0000 !important;
    color: #ffffff !important;
    padding: 10px 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-weight: 500;
    font-family: 'Geist', sans-serif !important;
    line-height: 106%;
    font-size: 12px;
}

.disabled {
    background-color: #CDCDCD !important;
    color: #ffffff !important;
}

.prod-img-wrapper {
    height: 560px;
    border-top-left-radius: 275px;
    border-top-right-radius: 275px;
    padding: 60px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-img {
    object-fit: contain;
    border-radius: 20px;
    height: 100%;
}

.product-detail-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    h2 {
        font-family: "Geist", sans-serif !important;
        font-size: 36px;
        font-weight: 800;
        line-height: 129%;
        color: #000000;
    }
}

.big-btn {
    width: 100%;
    padding: 15px 25px !important;
}

.filter-badge {
    padding: 8px 10px;
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 10px;
}

.page-item.active .page-link {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

