:root{
    --color-main: #00843c;
}
.container{
    max-width: 1256px;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
a:not(.item):focus,
a:not(.item):focus-visible,
input,
input:focus,
button,
button:focus,
select,
select:focus,
select:focus-visible,
textarea,
textarea:focus,
textarea:focus-visible {
    box-shadow: none !important;
    /* border: none; */
    outline: none;
}

.border-0{
    border: none!important;
}
body,html {
    font-family: "Nunito", sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-weight: 400;
}
body{
    font-size: 16px;
    line-height: calc(24 / 16);
    color: var(--color-font);
    background-color: #f6f7f9;
}
*,
::before,
::after {
    box-sizing: border-box;
}
.box-image{
    overflow: hidden;
    display: block;
}
.box-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul{
    margin: 0;
    list-style: none;
    padding: 0;
}
p {
    margin-bottom: 0;
}

a {
    text-decoration: unset;
    transition: all 0.4s ease 0s;
    display: inline-block;
    color: var(--color-font);
}

a:hover {
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

a:hover * {
    transition: all 0.4s ease 0s;
}

.btn {
    transition: all .4s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: max-content;
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: calc(20 / 14);
    font-weight: 700;
}
.btn.btn-color-main{
    background: var(--color-main);
    color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 15.4494px 20.4494px -4.08988px, rgba(0, 0, 0, 0.1) 0px 6.17975px 8.17975px -5.08988px;
}
.line-camp-1, .line-clamp-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.line-camp-1{
    -webkit-line-clamp: 1;
}
.line-clamp-2{
    -webkit-line-clamp: 2;
}

/*  */
header#header{
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 100;
}
header#header .header-top{
    background-color: #00843c;
    color: white;
    font-size: 14px;
    line-height: calc(20 / 14);
    padding: 9.5px 0;
}
header#header .header-top a{
    color: white;
}
header#header .header-top .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main{
    padding: 12px 0;
    background-color: #FFF;
    box-shadow: 0 0 #000,0 0 #0000,0 0 #000,0 0 #0000 ,0px 2px 4px rgba(60,69,79,0.1);
}
.header-main .box-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-main .box-header .logo{
    width: 48px;
    min-width: 48px;
    height: 48px;
    display: block;
    border-radius: 100%;
    margin-right: 40px;
}
.header-main .box-header .wrap-form-search{
    width: 100%;
    margin-right: 40px;
}
.header-main .box-header .wrap-form-search .box-search{
    display: flex;
    border: 1px solid rgb(221 225 229/1);
    border-radius: 6px;
    background-color: rgb(241 243 245/1);
    width: 100%;
}
.header-main .box-header .wrap-form-search .form-control{
    padding: 16px;
    font-size: 14px;
    line-height: calc(20 / 14);
    border: none;
    background-color: transparent;
    padding: 10px 16px;
}
.header-main .box-header .wrap-form-search .form-control::placeholder{
    color: #8d8c8c;
}
.header-main .box-header .wrap-form-search .btn{
    margin: 2px;
    padding: 4px 8px;
    background-color: rgb(0 166 76/1);
    border-radius: 6px;
}
.header-main .box-header .list-contact-header{
    display: flex;
    align-items: center;
    gap: 16px;
}
.header-main .box-header .list-contact-header .item{
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
}
.header-main .box-header .list-contact-header .item .icon{
    width: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-main .box-header .list-contact-header .item .icon svg{
    width: max-content;
    max-width: 40px;
    max-height: 40px;
}
.header-main .box-header .list-contact-header .item .text{
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #6c7d8c;
    white-space: pre;
}
main#main{
    padding-top: 111.5px;
}
.banner-main .bg-banner{
    aspect-ratio: 1232 / 410;
    object-position: center;
}
.box-content-detail{
    background-color: rgb(254 254 254/1);
    padding: 16px 40px;
    display: flex;
    align-items: flex-start;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.box-content-detail .avatar{
    width: 128px;
    min-width: 128px;
    /* padding: 4px; */
    border-radius: 100%;
    border: 4px solid rgb(254 254 254/1);
    background-color: rgb(254 254 254/1);
    margin-top: -95px;
}
.box-content-detail .box-title{
    padding-left: 24px;
}
.box-content-detail .box-title .title-page{
    font-size: 32px;
    line-height: calc(48 / 32);
    font-weight: 700;
}
.box-content-detail .box-title .des{
    font-size: 13px;
    line-height: calc(20 / 13);
    color: #6c7d8c;
    margin-top: 8px;
}
.box-content-detail .box-title .list-info{
    margin-top: 16px;
    display: flex;
    align-items: center;
    width: 100%;
}
.box-content-detail .box-title .list-info li{
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}
.box-content-detail .box-title .list-info .icon{
    width: 36px;
    height: 36px;
    min-width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(238 234 233/1);
    border-radius: 100%;
}
.box-content-detail .box-title .list-info .content{
    font-size: 14px;
    line-height: calc(20 / 14);
    color: rgb(30 34 38/1);
}
.box-content-detail .box-title .list-info .content .number{}
.box-content-detail .box-title .list-info .content .text{
    font-size: 13px;
    color: #6c7d8c;
    margin-top: 2px;
}
.box-content-detail .box-title .list-info .content .text.color-red{
    color: red;
}
#product-main{
    margin-top: 40px;
}
#product-main .row{
    margin-left: -8px;
    margin-right: -8px;
}
#product-main .row [class*="col-"]{
    padding: 0 8px;
}
#product-main .col-left{
    flex: 0 0 calc((312 / 1248) * 100%);
    max-width: calc((312 / 1248) * 100%);
}
#product-main .col-right{
    flex: 0 0 calc((936 / 1248) * 100%);
    max-width: calc((936 / 1248) * 100%);
}
#product-main .wrap-category{
    padding: 16px;
    border-radius: 8px;
    background-color: rgb(254 254 254/1);
    height: 80vh;
    overflow: hidden;
    overflow-y: auto;
    position: sticky;
    top: 126px;
}
#product-main .wrap-category .title-category{
    font-size: 18px;
    line-height: calc(28 / 18);
    font-weight: 600;
    color: rgb(5 6 8/1);
    margin-bottom: 16px;
}
.list-actegory{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.list-actegory li{
    width: 100%;
}
.list-actegory .item-category{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: calc(20 / 14);
    color: rgb(30 34 38/1);
    padding: 10px 12px;
    border: none;
    border-radius: 6px;
    gap: 8px;
    transition: all .2s;
}
.list-actegory .item-category.active,
.list-actegory .item-category:hover{
    background-color: var(--color-main);
    color: white;
}
.list-actegory .item-category .box-image{
    width: 30px;
    min-width: 30px;
    border-radius: 6px;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    left: "0"
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 2px
}
.wrap-content-product{
    padding: 16px;
    border-radius: 8px;
    background-color: rgb(254 254 254/1);
}
.wrap-content-product .sort-top{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.wrap-content-product .sort-top .text-sort{
    white-space: pre;
    font-size: 15px;
    line-height: calc(22 / 15);
    margin-right: 32px;
    font-weight: 500;
}
.wrap-content-product .sort-top .wrap-list-sort{
    display: flex;
    align-items: center;
    gap: 8px;
}
.wrap-content-product .sort-top .wrap-list-sort .item-soft{
    font-size: 15px;
    line-height: calc(22 / 15);
    padding: 8px 12px;
    background-color: rgb(254 254 254/1);
    border: 1px solid rgb(221 225 229/1);
    border-radius: 6px;
    width: max-content;
}
.wrap-content-product .sort-top .wrap-list-sort .item-soft:hover,
.wrap-content-product .sort-top .wrap-list-sort .item-soft.active{
    border-color: #0b82ed;
    color: #0b82ed;
}
.wrap-content-product .list-product{
    margin-top: 16px;
}

.item-product{
    padding: 16px;
    background-color: #fefefe;
    border-radius: 6px;
}
.item-product:hover{
    --tw-shadow: 0px 0px 16px rgba(22, 28, 36, 0.1);
    --tw-shadow-colored: 0px 0px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.item-product .box-image{
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 6px;
}
.item-product .title-item{
    margin-top: 12px;
    font-size: 14px;
    line-height: calc(22 / 14);
    color: #050608;
    margin-bottom: 0;
    min-height: calc(22px * 2);
    height: calc(22px * 2);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.item-product .price{
    margin-top: 4px;
    display: flex;
    align-items: center;
}
.item-product .price .number{
    color: #cc4d23;
    font-size: 15px;
    line-height: calc(22 / 15);
    font-weight: 600;
}
.item-product .price .text{
    font-size: 13px;
    line-height: calc(20 / 13);
    color: #6c7d8c;
}
.item-product .btn-add{
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
    line-height: calc(20 / 14);
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 6px;
    border: 1px solid #0e873f;
    background-color: transparent;
    color: #0e873f;
}

.list-product{
    margin: 0 -4px;
    row-gap: 8px;
}
.list-product [class*="col-"]{
    padding: 0 4px;
}
footer#footer{
        --tw-shadow: inset 0px 2px 0px #0e873f;
    --tw-shadow-colored: inset 0px 2px 0px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    margin-top: 24px;
    padding: 32px 0;
    background-color: #fefefe;
}
.list-menu-footer{
    margin-bottom: 24px;
}
.list-menu-footer a h4{
    color: #434657;
    font-size: 13px;
    line-height: calc(20 / 13);
    margin: 0;
}
.list-menu-footer li .item-menu{
    color: #434657;
    font-size: 13px;
    line-height: calc(20 / 13);
    margin: 0;
}
footer#footer .list-tag{
    display: flex;
    flex-wrap: wrap;
}
footer#footer .list-tag li{}
footer#footer .list-tag li .item-tag{
    color: #8f9ba8;
    font-size: 13px;
    line-height: calc(20 / 13);
    padding: 0 8px;
    position: relative;
}
footer#footer .list-tag li .item-tag::after{
    content: "";
    width: 1px;
    height: 8px;
    background-color: #8f9ba8;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer#footer .list-tag li .item-tag:last-child::after{
    display: none
}

/* product detail additions */
.detail-wrap .product-gallery{ display:flex; gap:16px; align-items:flex-start; }
.product-gallery .product-thumbs{ width:72px; min-width: 72px;}
.product-gallery .product-thumbs .slick-slide{ padding: 0; cursor:pointer; }
.product-gallery .product-thumbs .box-image{ aspect-ratio: 1 / 1; width: 100%; }
.product-gallery .product-thumbs img{ border-radius:6px; width:100%; object-fit:cover; border: solid transparent; }
.product-gallery .product-thumbs .slick-current img{ border-color: var(--color-main); }
.product-slider .box-image{ border-radius:8px;}

/* variants */
.variants{ display:flex; gap:8px; margin-top:8px; flex-wrap:wrap; }
.variant-btn{ padding:8px 12px; border-radius:6px; border:1px solid #e6e6e6; background:#f8f8f8; cursor:pointer; font-size: 14px; color: #6c7d8c; }
.variant-btn.active{ background:#f0f6ff; color:#3370cc; border-color:#3370cc; }

/* qty */
.qty{ display:inline-flex; align-items:center; gap:8px; margin-top:8px; }
.qty-input{ width:34px; text-align:center;}

/* product desc */
.product-desc .desc-text{ max-height:75px; overflow:hidden; transition: max-height .3s ease; }
.product-desc .desc-text.expanded{ max-height: 2000px; }
.product-desc .title-more{
    font-size: 16px;
    font-weight: 700;
}
#readMore{ display:block; margin: 8px auto 0; color:var(--color-main); cursor:pointer; text-align: center;}
.product-slider{
    width: 100%;
    max-width: calc((400 / 486) * 100%);
}
.product-slider .box-image{
    aspect-ratio: 1 / 1;
}
.detai-product-main{
    padding: 16px;
    border-radius: 6px;
    background-color: #fefefe;
    margin-bottom: 16px;
}

#detail{
    padding: 24px 0;
}
.product-info{}
.product-info .title-page{
    font-size: 24px;
    line-height: calc(36 / 24);
    font-weight: 500;
}
.product-info .note-number{
    font-size: 12px;
    line-height: calc(20 / 13);
    color: #8f9ba8;
    margin-bottom: 12px;
}
.product-info .price{
    color: #cc4d23;
    font-size: 24px;
    line-height: calc(36 / 24);
    font-weight: 700;
}
.product-info .meta{}
.product-info .meta .label{
    font-size: 16px;
    line-height: calc(24 / 16);
    color: #6c7d8c;
    font-weight: 700;
}
.product-info .box-number{
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 24px 0;
}
.product-info .box-number .label{
    margin: 0;
}
.product-info .box-number .qty{
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.product-info .box-number .qty .qty-input{
    border: none;
}
.product-info .box-number .qty .btn{
    padding: 8px 12px;
    font-size: 16px;
}
.product-info .box-number .qty .btn.qty-incr{
    color: var(--color-main);
}
.product-info .actions{
    display: flex;
    align-items: center;
    gap: 16px;
}
.product-info .actions .btn{
    width: 100%;
    max-width: 187px;
    height: 36px;
    font-weight: 400;
}
.product-info .actions .btn.btn-outline{
    border: 1px solid var(--color-main);
    color: var(--color-main);
}
.list-product-same{
    padding: 16px;
    border-radius: 6px;
    background-color: #fefefe;
    margin-bottom: 16px;
    margin-top: 24px;
}
.list-product-same .box-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}
.list-product-same .box-title .title{
    font-size: 20px;
    line-height: calc(30 / 20);
    font-weight: 700;
    color: #1e2226;
    margin: 0;
}
.list-product-same .box-title .more{
    font-size: 14px;
    line-height: calc(20 / 14);
    color: #6c7d8c;
    display: flex;
    align-items: center;
    gap: 4px;
}
.list-product-same .box-title .more i{
    font-size: 20px;
}
@media (min-width: 992px) {
    .list-product-same .list-product [class*="col-"]{
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.breadcrumb .breadcrumb-item{
    font-size: 14px;
}
.breadcrumb a{
    color: #0c85f2;
}
.box-control-mobile,
.box-category-mobile,
.box-action-mobile{
    display: none;
}




.widget_footer{
    margin-bottom: 30px;
}
.widget_footer h4{
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
}
.widget_footer p{
    font-size: 13px;
    margin-bottom: 5px;
}
.widget_footer ul{}
.widget_footer ul li{}
.widget_footer ul li a{
    font-size: 13px;
    margin-bottom: 5px;
}

.social{}
.social ul {
    display: flex;
    gap: 6px;
}
.social ul li{}
.social ul li img{
    width: 30px;
}










