﻿
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.no-focus-shadow:focus {
    box-shadow: none !important;
    outline: none !important;
}

.cart {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

html {
    position: relative;
    min-height: 100%;
}

.half-height {
    flex: 1; /* Mỗi row chiếm 50% chiều cao */
}

@font-face {
    font-family: 'Corinthia';
    src: url('../fonts/Corinthia-Bold.ttf') format('truetype'), url('../fonts/Corinthia-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Playball';
    src: url('../fonts/Playball-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lalezar';
    src: url('../fonts/Lalezar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pattaya';
    src: url('../fonts/Pattaya-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY THIN.OTF') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY THIN ITALIC.OTF') format('opentype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY LIGHT.OTF') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY LIGHT ITALIC.OTF') format('opentype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY REGULAR.OTF') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY ITALIC.OTF') format('opentype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY MEDIUM.OTF') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY MEDIUM ITALIC.OTF') format('opentype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY SEMIBOLD.OTF') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY SEMIBOLD ITALIC.OTF') format('opentype');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY BOLD.OTF') format('opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY BOLD ITALIC.OTF') format('opentype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY HEAVY.OTF') format('opentype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY HEAVY ITALIC.OTF') format('opentype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY BLACK.OTF') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'SvnGilroy';
    src: url('../fonts/SVN-GILROY BLACK ITALIC.OTF') format('opentype');
    font-weight: 900;
    font-style: italic;
}


body {
    font-family: 'SvnGilroy', sans-serif !important;
}

.footer-font-color {
    color: #19760C;
    font-weight: 500;
}

.footer-font-color2 {
    color: #186700;
}

.super-food {
    position: relative;
    top: -30px;
    left: 110px;
}

.fruid-img {
    position: relative;
    top: -100px;
}

.head-top {
    top: -110px;
}

.header-margin-top {
    padding-top: 30px;
    border-bottom: solid 3px #2DAF1B;
}

.account a {
    text-decoration: none;
    color: #6D6C6C;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}


.header-height {
    height: 100px;
}

.log-s {
    position: relative;
    top: -31px;
    background-color: white;
    width: 288px;
    left: 50%;
    transform: translate(-50%, 0);
}

.nav-link {
    font-size: 20px !important;
    padding: 12px 45px !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.title-1 {
    font-weight: 700;
    font-size: 48px;
    display: inline-block; /* Để chiều rộng khớp với nội dung chữ */
    position: relative;
    text-align: left;
    font-family: 'SvnGilroy', sans-serif;
}

    .title-1::after {
        content: "";
        position: absolute;
        left: 0; /* Bắt đầu từ bên trái */
        bottom: -15px; /* Khoảng cách đường viền so với chữ */
        width: 50%; /* Độ dài đường viền bằng 1/2 chiều rộng chữ */
        height: 12px; /* Độ dày của đường viền */
        background: linear-gradient(90deg, #54B848 0%, #AFE400 100%);
        border-radius: 10px;
    }

@media (max-width: 768px) {
    .title-1 {
        font-size: 28px;
        text-align: center;
        width: 100%
    }

        .title-1::after {
            content: "";
            left: 50%; /* Bắt đầu từ bên trái */
            height: 8px; /* Độ dày của đường viền */
            transform: translateX(-50%);
        }
}

.card-img-border {
    border-radius: 30px;
}

.account .dropdown-menu.show {
    inset: auto !important;
    margin: 0 !important;
    transform: translate(-160px, 63px) !important;
}

.account-options {
    font-size: 20px;
    color: #6D6C6C;
    font-weight: 500;
}

.logout {
    font-size: 20px;
    color: #1D1D1B;
    font-weight: 500
}

.acoount-option-border-b {
    border-bottom: 1px solid #A6A6A6
}

.navigate-line {
    background-color: #C1F4A6;
    font-size: 20px;
    color: #19760C;
    padding: 20px 0;
}

.navigate-line a {
    text-decoration: none;
    color: #19760C
}

.search .input-group .form-control {
    font-size: 14px
}

.menubar nav {
    padding-bottom: 0;
    padding-top: 0
}