@font-face{
    font-family: 'Inter-Regular';
    src: url('/assets/fonts/Inter-Regular.ttf');
}
@font-face{
    font-family: 'Inter-SemiBold';
    src: url('/assets/fonts/Inter-SemiBold.ttf');
}
@font-face{
    font-family: 'Cabin-Regular';
    src: url('/assets/fonts/Cabin-Regular.ttf');
}
@font-face{
    font-family: 'Cabin-SemiBold';
    src: url('/assets/fonts/Cabin-SemiBold.ttf');
}
.container-fluid{
    max-width:2500px;
    position: relative;
}
.collapse.navbar-collapse{
    height: 70px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.navbar-container, .img-bg{
    max-width:2500px;
}
.bg-mask{
    position: absolute;
    right: 0px;
    width: 2px;
    height: 276px;
    top: 100px;
    border: 0;
}
.w-60{
    width: 60%;
}
.about-us-bg-mask{
    background: #ececec;
}
.form-control:focus{
    border-color: #dee2e6;
    box-shadow: none;
}
.nav-link, input.form-control{
    font-family: 'Cabin-SemiBold';
}
input.form-control{
    font-size: 14px;
}
nav .dropdown-menu{
    top: 85% !important;
}
.dropdown-menu li a{
    font-family: 'Inter-SemiBold';
    font-size: 12px;
}
.search-header, .search-header:focus{
    background: #F0F0F0;
}
.search-product-result{
    display: none;
    width: 100%;
    position: absolute;
    top: 110%;
    min-height: 50px;
    background: white;
}
.swiper{
    max-height: calc(100vh - 102.5px);
}
.swiper img{
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
p, .search-product-result{
    font-family: 'Cabin-Regular';
}
.search-product-result a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}
.search-result-item:hover{
    background: #F0F0F0;
}
footer p{
    font-family: 'Cabin-Regular';
    font-size: 14px;
}
.col-2\.5{
    flex: 0 0 auto;
    width: 20%;
}
.w-22\.5{
    width: 22.5%;
}
.img-header-mask{
    position: absolute;
    bottom: -2.75px;
    left: 0;
    width: 130px;
    height: auto;
    padding: 0;
    z-index: 100;
}
.img-banner-menu{
    height: 100%;
    object-fit: contain;
}
.img-footer-mask{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 275px;
}
.google-maps iframe{
    width: 100%;
    height: 100%;
}
.contact-title{
    letter-spacing: 3px;
    font-size: 16px;
    color: black;
}
/* .about-us-section{
    background-image: url(/assets/bg-about-us.png);
    background-repeat: no-repeat;
    height: 200%;
    background-size: 105% 100%;
    background-position: 5%;
    background-attachment: local;
    } */
.about-us-section, .not-found-section{
    position: relative;
}
.about-us-section .img-bg, .not-found-section .img-bg{
    position: absolute;
    z-index: 0;
    height: 100%;
    width: 100%;
}
.about-us-intro, .about-us-content{
    z-index: 1;
}
.about-us-content h3{
    font-family: 'Cabin-SemiBold';
}
.about-us-bullets{
    max-width: 30px;
}
.black-mask{
    position: absolute;
    width: 100%;
    height: 100%;
}
.dropdown-item.active, .dropdown-item:active{
    background: #ececec;
    color: inherit;
}

/* Admin Pages */
.dropdown-toggle .user-image, .user-panel .pull-left.image .img-circle, .navbar-nav>.user-menu>.dropdown-menu>li.user-header>img{
    object-fit: contain;
    background: white;
}
.user-panel .pull-left.image .img-circle{
    width: 40px;
    height: 40px;
}
.sidebar-collapse .user-panel .pull-left.image .img-circle{
    width: 35px;
    height: 35px;
}
table.table-hover.grid-table tbody tr td{
    vertical-align: middle;
}
.box.box-solid.box-default.no-margin.box-show:has(img){
    border: none;
}
.box-body:has(img){
    padding-left: 0;
    padding-right: 0;
}
.search-loader {
    width: 30px;
    aspect-ratio: 2;
    --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
    background: 
        var(--_g) 0%   50%,
        var(--_g) 50%  50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: l3 1s infinite linear;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}