@import url('admin/flag-icon.min.css');

:root {
    --bs-body-font-family: "Figtree", "Battambang", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --bs-title-font-family: 'RobotoCondensed SemiBold', 'RobotoCondensed', 'Koulen', "Figtree", "Battambang", "IBM Plex Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
body {
    background: #f1f1f1;
    font-family: var(--bs-body-font-family);
}
body * {
    line-height: 1.5;
}
a {
    transition: 0.3s ease-in-out;
}
h1,h2,h3,h4,h5,h6 {
    font-family: var(--bs-title-font-family);
    margin: 0;
    padding: 0;
    font-weight: normal;
}
img { max-width: 100%; }
.bx { position: relative;}
.btn-icon .bx { top: 0; }
.container {
    max-width: 1244px;
}
select.form-control-sm {
    padding: .244rem .6rem;
    min-height: calc(1.4em + 0.338rem + 1px);
    padding: .169rem .6rem;
    font-size: 0.92rem;
    border-radius: .1875rem;
}
select {
    background-position: right 0 center !important;
}
.bootstrap-select .dropdown-toggle.show,
.select2-search--dropdown .select2-search__field:focus {
    border-color: #2E5DD2 !important;
}
.select2-search--dropdown .select2-search__field {
    font-size: 0.92rem;
    padding: 1px 4px;
    /* padding: 0.244rem 0.5rem; */
    border-radius: .1rem !important;
    box-shadow: none;
}
.bootstrap-select .filter-option-inner-inner{
    margin-right: 0.25rem;
}
.light-style .select2-container--default .select2-results__option {
    padding: 0.313rem 0.735rem;
}
.light-style .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 31px;
    padding-right: 1.8rem !important;
    color: #475f7b;
}
.light-style .select2-container--default .select2-selection--single .select2-selection__clear{
    height: 30px;
}
.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
    width: 1.8rem
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    height: 10px;
    width: 15px;
    top: 32%;
    background-size: 15px 10px;
}
.light-style .select2-container--default .select2-selection--single {
    height: 31px;
}
.light-style .select2-container--default .select2-selection--multiple {
    min-height: 31px;
}
.light-style .select2-selection--multiple .select2-selection__rendered {
    padding: 0 0.4rem 0 0.4rem;
}
.light-style .select2-selection--multiple .select2-selection__choice {
    margin-top: 0.2rem;
}
.light-style .form-control-sm + .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px;
}
.light-style .form-control-sm + .select2-container--default .select2-selection--single .select2-selection__clear,
.light-style .form-control-sm + .select2-container--default .select2-selection--single .select2-selection__arrow,
.light-style .form-control-sm + .select2-container--default .select2-selection--single {
    height: 28px;
}
.light-style .form-control-sm + .select2-container--default .select2-selection--multiple {
    min-height: 28px;
}
.light-style .form-control-sm + .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 1.5rem;
}
.light-style .form-control-sm + .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-size: 10px;
    width: 11px;
    top: 28%;
}
.light-style .form-control-sm + .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 1.75rem;
    font-size: 0.92rem;
}
.light-style .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #5a8dee;
}
.light-style .select-primary + .select2-container--default .select2-selection--multiple .select2-selection__choice {
    color: #fff;
    background-color: #5a8dee;
}
.light-style .select2-container--default .select2-selection--multiple .select2-search__field {
    margin-top: 3px;
}
.light-style .select2-selection--multiple .select2-selection__clear {
    margin-top: 3px;
}
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
.form-label {
    text-transform: none;
}
.gender-container ul{
    margin-bottom: 0;
}
.bootstrap-maxlength {
    font-size: 0.7rem !important;
    padding: 0 0.5rem !important;
}
.label-danger {
    background: var(--danger-color) !important;
    color: #fff;
}
#rating,
#g-recaptcha-response {
    display: block !important;
    position: absolute;
    margin: -78px 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}
.btn-view-all {
    color: #516377;
    transition: 0.3s ease-in-out;
    font-weight: bold;
    padding: 0.25rem 0.15rem;
}
.btn-view-all:hover {
    color: var(--primary-color);
}
.btn-view-all .bx {
    top: 3px;
    font-size: 1.2rem;
}
#btn-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    border-radius: 50%;
    box-shadow: none;
}
[type='checkbox'], [type='radio'] {
    color: var(--primary-color);
}
/* label {
    position: relative;
} */
.required {
    color: #ff5b5c;
    /* position: absolute;
    right: 5px; */
}
.invalid-feedback:not(.fv-plugins-message-container) {
    font-size: 0.65rem;
    margin-top: 0;
    margin-bottom: -15px;
}.rounded-sm {
    padding: 0.22rem;
}
.swiper {
    width: 100%;
    height: 100%;
}
.swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    user-select: none;
}
.swiper .swiper-slide img {
    display: block;
    height: 100%;
    object-fit: cover;
}
.swiper .swiper-navigator {
    transition: 0.3s ease-in-out;
    padding: 0;
}
.swiper .swiper-navigator.swiper-button-disabled {
    pointer-events: visible;
}
.swiper .swiper-navigator::after {
    content: "";
    font-family: boxicons;
    font-size: 3rem;
    color: var(--body-text-color);
    transition: 0.3s ease-in-out;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 .125rem .25rem rgba(147,158,170,.4);
}
.swiper .swiper-navigator:hover::after {
    color: var(--primary-color);
    box-shadow: 0 .25rem 1rem rgba(147,158,170,.45);
}
.swiper .swiper-button-next::after {
    content: "\ea50";
}
.swiper .swiper-button-prev::after {
    content: "\ea4d";
}
.swiper .swiper-button-prev {
    left: -80px;
}
.swiper .swiper-button-next {
    right: -80px;
}
.swiper:hover .swiper-button-prev {
    left: 15px;
}
.swiper:hover .swiper-button-next {
    right: 15px;
}
#toast-container > .toast {
    background-image: none !important;
    background: var(--primary-color);
    box-shadow: none !important;
    padding: 10px 10px 15px 10px;
    width: 100% !important;
    opacity: 1;
}
#toast-container > .toast .toast-progress {
    background: #fff;
    height: 2px;
    opacity: 1;
}
.mce-content-body {
    padding: 1rem 1rem !important;
}
.mce-content-body ul,
.block-content ul {
    list-style-type: unset;
}
.mce-content-body ol,
.block-content ol {
    list-style-type: numeric;
}

body.is-loading {
    margin: 0;
    height: 100%;
    overflow: hidden
}
body .custom-loading-screen {
    display: none;
}
body.is-loading .custom-loading-screen {
    display: block;
}
body.is-loading .custom-loading-screen > div.loading-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
body.is-loading .custom-loading-screen{
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9991;
}
.share-on-container{
    margin: 0 auto;
    position: relative;
}
.share-on-container .btn-close-loader{
    color: #fff;
    position: fixed;
    top: 20px;
    right: 20px;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}
.share-on-container .btn-close-loader:hover{
    color: #999
}
.share-on-container .title{
    color: #fff;
    margin-bottom: 5px;
}
.share-on-container input{
    display: block;
    width: 100%;
    text-align: center;
    padding: 2px 0;
    font-size: 1.1rem;
    color: #fff;
    border: none !important;
    box-shadow: none !important;
    background: transparent;
}
.hover-text-accent:hover,
.text-accent {
    color: var(--accent-color) !important
}
.text-link {
    color: var(--accent-color);
}
.text-link:hover {
    color: var(--accent-color);
    text-decoration: underline;
}

/* Start: Header #header */
#header-top {
    color: #94a3b9;
}
#header.sticky-header {
    animation-duration: 0.4s;
    position: sticky;
    top: 0;
    z-index: 999;
}
#header .header-search-section {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
#header .header-search-section .header-item-divider::before {
    content: "";
    border-right: 1px solid #47576c;
    padding-left: 0.15rem;
}
#header .header-search-section .header-item {
    padding: 0.1rem;
    display: flex;
    gap: 0.2rem;
    align-items: center;
    position: relative;
}
#header .header-search-section .header-item .cart-label-container{
    line-height: 1rem;
    text-align: center;
}
#header .header-search-section .header-item .cart-label-container .cart-badge{
    padding: 0.1rem 0.5rem;
    border-radius: 50rem;
    font-size: 0.8rem;
    font-weight: bold;
}
#header .header-search-section .header-item .cart-label-container .cart-label{
    line-height: 0.85rem;
    font-size: 0.7rem;
    font-weight: bold;
}
#header .header-search-section .header-item .cart-icon{
    font-size: 2rem;
    top: 0;
}
#header .header-search-section .header-item .account-icon{
    font-size: 1.9rem;
    top: 0;
}
/* End: Header #header */

/* Start: Navbar Main .navbar-main */
.navbar-main .navbar-nav .nav-item .nav-link{
    color: var(--body-text-white-color);
    font-weight: bold;
    padding: 0.8rem 1rem;
}
.navbar-main .navbar-nav .nav-item .nav-link:hover{
    background: #1F2937;
}
.navbar-main .navbar-nav .nav-item .nav-link.active{
    color: var(--primary-color);
}
/* End: Navbar Main .navbar-main */

/* Start: Footer */
#footer .brand-we-distribute {
    color: var(--body-text-white-color);
}
#footer .brand-we-distribute .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 35px;
}
#footer .brand-we-distribute .swiper .swiper-pagination {
    top: 130px !important;
}
#footer .brand-we-distribute .swiper .swiper-navigator {
    top: 55px !important;
}
#footer .footer-top .title {
    margin-bottom: 0.85rem;
    color: var(--body-text-white-color);
}
#footer .footer-top .footer-menu ul li a{
    color: #9ca3af;
    font-size: 0.875rem;
}
#footer .footer-top .footer-menu ul li a:hover{
    color: var(--body-text-white-color);
}
#footer .footer-social ul .btn-social {
    border: 2px solid transparent;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 22px;
    transition: 0.3s ease-in-out;
}
#footer .footer-social ul .btn-social:hover {
    border: 2px solid var(--primary-color);
    background: #fff;
    color: #1f2937;
}
/* End: Footer */

/* Start: Side Category */
.side-category .btn-side-category{
    border-radius: 0.22rem 0.22rem 0 0;
    border: none !important;
    text-align: left;
    position: relative;
}
.side-category .btn-side-category .bx{
    font-size: 1.5rem;
    line-height: 1rem;
    top: 5px;
}
.side-category .btn-side-category.collapsed{
    border-radius: 0.22rem;
}
.side-category .btn-side-category::after{
    content: "\ea57";
    font-family:boxicons!important;
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 1rem;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in-out !important;
}
.side-category .btn-side-category.collapsed::after{
    transform: rotate(180deg);
}
.side-category .content .collapse{
    border-radius: 0 0 0.22rem 0.22rem;
}
.side-category ul li .side-category-item{
    align-items: center;
    color: #516377;
    transition: 0.3s ease-in-out;
}
.side-category ul li:hover > .side-category-item{
    color: var(--primary-color);
}
.side-category ul li.has-sub{
    position: relative;
}
.side-category ul li.has-sub::after{
    content: "\ea50";
    font-family:boxicons!important;
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 1rem;
}
.side-category ul li.has-sub .sub-menu{
    width: 250px;
    background: #fff;
    position: absolute;
    right: -250px;
    top: 20px;
    z-index: 9;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: 0.35s ease-in-out;
}
.side-category ul li.has-sub > .sub-menu.hover{
    opacity: 1;
    transition: 0.25s ease-in-out;
    top: -1px;
    overflow: visible;
    box-shadow: 0 .125rem .25rem rgba(147,158,170,.4) !important;
    border: 1px solid var(--body-text-white-color);
}
.side-category .side-category-item img{
    width: 18px;
    height: 18px;
}
/* End: Side Category */

/* Start: Side Block */
.side-block .side-title{
    font-weight: bold;
    margin-bottom: 5px;
}
.side-block .side-product-item {
    display: flex;
    padding: 4px 4px;
}
.side-block .side-product-item .title{
    margin-bottom: 0;
    font-size: 0.78rem;
    max-height: 38px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.side-block .side-product-item:hover .title{
    color: var(--primary-color);
}
.side-block .side-product-item .price{
    padding: 3px 5px;
}
/* End: Side Block */

/* Start: Front Slider / Carousel Page */
#front-slider .carousel-indicators .active {
    background-color: var(--primary-color);
}
/* End: Front Slider / Carousel Page */

/* Start: Block Product */
.main-title,
.category-item > header > .title {
    border-bottom: 3px solid var(--primary-color);
    margin-bottom: 0px;
    padding-right: 10px;
}
.product-item {
    border: 1px solid #E5E7EB;
    border-radius: .25rem !important;
    display: block;
    transition: 0.3s ease-in-out;
    overflow: hidden;
}
.product-item:hover {
    box-shadow: 0 .125rem .25rem rgba(147,158,170,.4) !important;
    border-color: var(--primary-color);
    overflow: visible;
}
.product-item .thumbnail{
    position: relative;
}
.product-item .thumbnail .popular {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 5px;
    font-size: 0.8rem;
}
.product-item .thumbnail img {
    border-radius: 0.22rem 0.22rem 0 0;
    padding: 0.5rem;
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease-in-out;
    position: relative;
}
.product-item .thumbnail img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    box-shadow: 0 .125rem .25rem rgba(147,158,170,.4) !important;
    border: 1px solid var(--primary-color);
    border-radius: 0;
    z-index: 99;
}
.product-item .content{
    position: relative;
    height: 120px;
    margin-bottom: 5px;
}
.product-item .content .content-bg {
    padding: 0.6rem 0.5rem;
    background: #fff;
    transition: 0.3s ease-in-out;
    width: 100%;
    position: absolute;
    border-radius: 0 0 0.22rem 0.22rem;
    top: 0;
}
.swiper-slide-product-item:not(.list-view) .product-item .content:hover .content-bg,
.product-item-col:not(.list-view) .product-item .content:hover .content-bg {
    box-shadow: 0 -.125rem .25rem rgba(147,158,170,.4);
    top: -46px;
    padding-bottom: 0.95rem;
}
.product-item .content .product-effect {
    text-align: center;
    border-top: 1px dashed transparent;
    transition: 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}
.product-item .content:hover .product-effect {
    border-color: #E5E7EB;
    max-height: 200px;
    padding-top: 0.75rem;
}
.product-item .content .title {
    margin-bottom: 0;
    font-size: 0.82rem;
    transition: 0.3s ease-in-out;
    height: 40px;
    overflow: hidden;
}
.product-item .title-list{
    display: none;
}
.product-item:hover .content .title {
    color: var(--primary-color)
}
.product-item .content .rating {
    padding: 0.5rem 0;
    color: #E5E7EB;
    display: flex;
}
.product-item .content .price {
    padding-bottom: 5px;
    font-family: var(--bs-title-font-family);
    display: flex;
    align-items: end;
    gap: 0.25rem;
}
.product-item .content .price .normal,
.product-item .content .price .discounted {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--danger-color);
}
.product-item .content .price .origin {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
}
.list-view .product-item{
    display: flex;
    gap: 0.5rem;
    flex-direction: row;
}
.list-view .product-item .title-grid{
    display: none;
}
.list-view .product-item .title-list{
    display: block;
}
.list-view .product-item .thumbnail{
    width: 40%;
    display: block;
    border-radius: 0.22rem;
}
.list-view .product-item .thumbnail img{
    border-radius: 0.22rem;
}
.list-view .product-item .thumbnail:hover img{
    border-radius: 0;
}
.list-view .product-item .content{
    flex-grow: 1;
    width: 60%;
    height: auto;
    border-radius: 0.22rem;
    overflow: hidden;
}
.list-view .product-item .content .content-bg{
    position: static;
    box-shadow: none;
}
.list-view .product-item .content .product-effect{
    max-height: unset;
    overflow: visible;
    text-align: left;
    padding-top: 0.5rem;
    border-color: #E5E7EB;
}
.list-view .product-item .content:hover .product-effect {
    max-height: unset;
    margin-top: 0;
}
/* End: Block Product */

/* Start: Block Product Cart Item */
.product-cart-item {
    border: 1px solid #E5E7EB;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    transition: 0.3s ease-in-out;
}
.product-cart-item:hover {
    border: 1px solid var(--primary-color);
    box-shadow: 0 .125rem .25rem rgba(147,158,170,.4);
}
.product-cart-item .thumbnail{
    width: 290px !important;
    padding: 0.25rem;
}
.product-cart-item .content{
    padding: 0.25rem;
    width: 100%;
}
.product-cart-item .content .price {
    padding-bottom: 5px;
    font-family: var(--bs-title-font-family);
    display: flex;
    align-items: end;
    gap: 0.25rem;
}
.product-cart-item .content .price .normal,
.product-cart-item .content .price .discounted {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--danger-color);
}
.product-cart-item .content .price .original {
    font-size: 0.9rem;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 2px;
}
/* End: Block Product Cart Item */

/* Start: Block Filter Product */
.product-header label{
    text-transform: unset;
    font-size: 0.75rem;
    margin-bottom: 0;
}
.product-filter label.form-label{
    font-family: var(--bs-title-font-family);
    margin-bottom: 0;
    color: #677d96;
}
.product-filter label:not(.form-label){
    font-size: 0.8rem;
}
.product-filter label.form-label + .list-unstyled{
    margin-bottom: 0.75rem;
}
/* End: Block Filter Product */

/* Start: Product Slider Block */
.product-slider .card-front .py-3 {
    padding-bottom: 0.35rem !important;
}
.product-slider .swiper-product-items {
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
}
.product-slider .swiper-product-items .swiper-slide-product-item:hover {
    z-index: 99;
}
.product-slider .swiper-product-items .swiper-slide-product-item{
    height: auto;
    text-align: left;
}
/* End: Product Slider Block */


/* Start: Content Page */
/* End: Content Page */



/* *`xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
    /* body {
        background: cyan;
    } */
}

/* *`xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    /* body {
        background: yellow;
    } */
}

/* *`lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    /* body {
        background: green;
    } */
    #header .header-search-section{
        gap: 0.5rem;
    }
    #header .header-search-section .header-item{
        position: relative;
    }
    #header .header-search-section .header-item .cart-label-container{
        position: absolute;
        top: -2px;
        left: 21px;
    }
    #header .header-search-section .header-item .cart-label-container .cart-badge{
        background: var(--danger-color) !important;
        color: #fff !important;
        padding: 0.15rem 0.35rem;
        font-size: 0.65rem;
    }
    #header .header-search-section .header-item .cart-label-container .cart-label{
        display: none;
    }
}

/* *`md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    /* body {
        background: blue;
    } */
    #header .header-search-section{
        gap: 0.45rem;
    }
}
/* *`sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    /* body {
        background: red;
    } */
    #header .header-search-section{
        gap: 0.35rem;
    }
}