/* VARIABLES */

:root {
    --bs-light-rgb: 255, 250, 243;
    --bs-bg-opacity: 1;
    --primary-color: #1A5632;
    --secondary-color: #000;
    --text-color:#000;
    --price-color:#b20000;
    --badge-blue-color: #008ddd;
    --badge-green-color:#70b00c;
    --border-color:#e2e4e8;
    --primary-font: "Fz Poppins";
    --secondary-font:"Rajdhani";
    --third-font:"Play";
    --hover-color: #CC0D39;
    --primary-background:#383e47;
    --primary-arrow:#4d5259;
    --background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
}


/* OVERRIDE */
@media (min-width: 1220px){
    .uk-container{
        max-width: 1245px;
    }
}

a{
    color:#000;
}

.page{
    padding:30px 0;
}

/* .heading-2{
    text-transform: uppercase;
    font-size:23px;
} */

.review-star .fa{
    margin-right:3px;
}
.star-rating {
    font-size: 25px;
    display: inline-block;
    position: relative;
}

.stars::before {
    content: "★★★★★";
    letter-spacing: 3px; /* Khoảng cách giữa các ngôi sao */
    color: #ccc; /* Màu của ngôi sao trắng */
}

.stars::after {
    content: "★★★★★";
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: gold; /* Màu của ngôi sao đầy đủ */
    width: var(--star-width); /* Sử dụng biến CSS để đặt giá trị width */
    letter-spacing: 3px;
}


.btn-product-button{
    padding: 15px 35px 13px 35px;
    width:100%;
    border: 1px solid #b20000;
    background-color: #b20000;
    font-size:13px;
    font-weight: 600;
    color:#fff;
    font-family: var(--third-font);
    text-transform: uppercase;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 3px;
}
.panel-foot .buy-more .btn-buymore:hover,
.buy-more:hover,
.btn-product-button:hover{
    background: transparent !important;
    color:#b20000 !important;
}

.addToWishlist{
    background: transparent;
    border: 1px solid #b6b6b6;
    color:var(--text-color);
}
.addToWishlist:hover{
    color:#fff;
    border: 1px solid #383e47 !important;
    background-color: #383e47 !important;
}

.review-action .btn-review{
    font-family: var(--third-font);
}
.cart-checkout {
    font-family: var(--third-font);
}


/*********** PROJECT CSS ************/
/* HEADER  */
.header-top{
    font-size:14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-top .logo .image{
    max-width: 145px;
    height: 45px;
}
.header-top .toolbox .login .nav-link{
    padding-bottom: 2px;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #0000005c;
}
.header-top .toolbox  .login  .nav-link > *{
    font-weight: 500;
}
.header-top .toolbox .nav-link{
    padding: 0 15px;
}
.header-top .toolbox .nav-link > *{
    font-size: 15px;
    text-transform: capitalize;
}
.header-top .toolbox .nav-link img{
    width: 22px;
    height: 22px;
}
.filte-link img{
    width: 30px !important;
    height: 30px !important;
}
.header-top .toolbox .nav-link i{
    font-size: 20px;
}
.header-top .toolbox .login{
    margin-right: 40px;
    width: 120px;
}
.header-top .filte-link{
    margin-left: 30px;
}
#header{
    position: relative;
    z-index: 1000000000;
}
.header-lower{
    background: #fff;
    position: relative;
    z-index: 10000000;
}
.navigation .uk-navbar-nav>li>a{
    padding:20px 15px;
    color:#000;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}
.uk-sticky-placeholder .header-lower{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
/* MOBILE HEADER */


/* MAIN */

.panel-slide{
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 30px;
}
/*Panel-slide*/

@media (max-width: 870px){
    .panel-slide{
        padding-bottom: 0;
    }
    .panel-slide .bg{
        display: none;
    }
    .panel-slide .slide-overlay .slide-title{
        font-size:26px;
        line-height:28px;
    }
    .panel-slide .image{
        height: auto;
    }
}

@media (max-width: 475px){
    .panel-slide .image{
        height: auto;
    }
    .panel-slide .swiper-button-prev, .panel-slide .swiper-button-next{
        width: 35px;
        height:35px;
        line-height: 35px;
    }
    .panel-slide .swiper-button-prev{
        left:10px;
    }
    .panel-slide .swiper-button-next{
        right:10px;
    }
    .swiper-button-next:after, .swiper-button-prev:after{
        font-size:15px;
    }
}


@media (max-width: 900px){
    .panel-brand .swiper-button-next{
        right:0;
    }
    .panel-brand .swiper-button-prev{
        left:0;
    }
}

@media (max-width: 715px){
    .panel-brand .panel-head{
        text-align: center;
        margin-bottom:30px;
    }
    .panel-brand .panel-head .description{
        display: none;
    }
    .panel-brand .panel-head .heading-1{
        font-size:22px;
    }
}

@media (max-width: 550px){
    .categories-item .image{
        height: 100px;
    }
}

@media (max-width: 475px){
    .categories-item .info .title{
        font-size:13px;
    }
}
.product-item{
    position: relative;
}
.product-item .image{
    border-radius: 20px;
}
.product-item .image img{
    border-radius: 20px;
}
.product-item .category-name{
    font-size:12px;
    color:#999;
    margin-bottom:8px;
}
.product-item .title{
    line-height: 24px;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 20px;
    height: 49px;
    overflow: hidden;
}
.product-item .title > *{
    color:#000;
    font-size:14px;
    font-weight: 400;
    text-transform: capitalize;
}
.product-item .title > *:hover{
    color: var(--hover-color);
    transition: 0.1s ease;
}
.product-item .star-rating{
    font-size:16px;
}

.product-item .badge-sale{
    position: absolute;
    top:45px;
    color:#fff;
    right:0;
    font-size:12px;
    padding: 0 7px;
    background: var(--badge-blue-color);
    border-radius: 4px;
}

.product-item .info{
    padding: 10px 0;
}
.product-price {
    margin-top: 3px;
    margin-left: auto;
}
.product-price .price-sale{
    color:#000;
    font-weight: 600;
    font-size:18px;
}
.product-price .price-old{
    margin-left:10px;
    font-size:12px;
    color:#999;
    text-decoration: line-through;
}
.product-item .product-preview{
    text-align: center;
}
.product-item .percent{
    position: absolute;
    top:20px;
    left: 20px;
    font-size:12px;
    padding: 5px 15px;
    line-height: 20px;
    background: #fff;
    color:#000;
    border-radius: 30px;
    min-height: 22px;
    min-width: 22px;
    text-transform: uppercase;
    font-weight: 600;
}
.product-item .product-preview > *{
    width: 100%;
    display: block;
    color: #373e46;
    border-color: #808287;
    background-color: white;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.05);
    border:1px solid;
    padding:8px;
    font-family: var(--third-font);
    text-transform: uppercase;
    font-weight: 600;
    transition: all 0.3s ease;
}
.product-item .product-preview > *:hover{
    background: var(--price-color);
    color:#fff !important;
}
.product-item .add-cart{
    height: 38px;
    width: 190px;
    display: inline-block;
    background: rgba(26, 86, 50, 1);
    color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
/* EXTEND */
/* PRODUCT CATALOGUE */
.product-catalogue .panel-categories{
    padding-top:0;
}
.product-catalogue .panel-categories .panel-head{
    display: none;
}


.panel-aside{
    border:1px solid;
    border-color:var(--border-color);
    margin-bottom:25px;
}
.panel-aside .aside-head {
    border-bottom:1px solid;
    border-color:var(--border-color);
    padding:10px;
}
.panel-aside .aside-head > *{
    margin:0;
    text-transform: uppercase;
    font-size:16px;
    font-family: var(--third-font);
}

.panel-aside .aside-body{
    padding:10px;
    padding-top:0;
}

.aside-category{
    padding:10px;
}

.aside-category .uk-accordion-title{
    font-size:14px;
    font-weight: 600;
    padding:10px;
    border-bottom:1px dotted;
    border-color:#e2e4e8;
    position: relative;
}


.aside-category .uk-accordion-title span{
    display: inline-block;
    height:100%;
    position: absolute;
    right:5px;
    top:1px;
    line-height:40px;
    font-size:10px;
    color:#d0d0d0;
}

.aside-body .uk-accordion-item:last-child .uk-accordion-title{
    border-bottom:0;
}
.aside-category{
    padding-bottom:0;
}
.aside-body .uk-accordion-content{
    padding:10px;
    padding-left:20px;
}
.aside-body .uk-accordion-content ul li{
    margin-bottom:8px;
}
.aside-body .uk-accordion-content ul{
    padding:0
}
.aside-body .uk-accordion-content ul li > *{
    color:var(--hover-color);
    font-weight: 500;
    font-size:13px;
}
.aside-body .uk-accordion-content ul li > *:hover{
    color:var(--primary-color) !important;
}

.aside-body{
    position: relative;
}

.aside-body .swiper-button-next,
.aside-body .swiper-button-prev{
    top:30%;
    color:#000;
}

.aside-body .swiper-button-next:after,.aside-body .swiper-button-prev:after{
    color:#000;
}


/*Panel-flash-sale*/
a:hover{
    color: var(--hover-color) !important;
    transition: 0.2s ease;
}
.panel-flash-sale{
    background: rgba(241, 218, 212, 1);
    padding: 13.5px 0;
}
.panel-flash-sale p{
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    color: rgba(0, 0, 0, 1);
}
/*Header */
.header-upper{
    padding: 25px 0;
    border-bottom: 1px solid #EBEBEB;
}
.header-upper .search,
.header-upper .shopping-cart{
    width: 25%;
}
.header-upper .shopping-cart{
    text-align: end;
}
.header-upper .logo{
    width: 50%;
}
.header-upper .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-upper .image .area{
    height: 53px;
    width: auto;
    margin-right: 10px;
}
.header-upper .image .lg{
    height: 40px;
    width: auto;
}
.shopping-cart-item{
    position: relative;
}
.shopping-cart-item .number{
    position: absolute;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    background: var(--primary-color);
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    top: -2px;
    right: -5px;
}
.header-upper .btn-search{
    border: none;
    outline: none;
    background: #fff;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    height: 24px;
}
.header-upper .ip-search{
    border: none;
    width: 207px;
    height: 21px;
    font-family: 'Poppins' !important;
    border: none;
    outline: none;
    height: 24px;
}
.header-upper .ip-search::placeholder{
    font-family: 'Poppins' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.header-upper .ip-search:focus{
    border: none !important;
}
/*Panel-slide*/
.panel-slide .bg{
    position: absolute;
    z-index: 10;
}
/* .panel-slide .s1{
    left: 54.5%;
    top: 44%;
    height: 340px;
    width: 315px;
    z-index: 10;
    transform: rotate(0deg);
}
.panel-slide .s2{
    bottom: 20%;
    right: 16%;
    height: 400px;
    width: auto;
    z-index: 10;
}
.panel-slide .s3{
    bottom: 99px;
    left: 0;
    width: 100%;
    height: 209px;
    z-index: 1;
} */
/*Panel-introduce*/
.panel-introduce{
    padding-top: 100px;
    margin-bottom: 80px;
}
.panel-introduce .uk-grid{
    align-items: center;
}
.panel-introduce .image-content{
    display: flex;
    justify-content: end;
    position: relative;
}
.panel-introduce .image-content::before{
    position: absolute;
    top: -80px;
    left: 0;
    content: "";
    display: block;
    width: 489px;
    height: 501px;
    background: rgba(245, 241, 236, 1);
}
.panel-introduce .image-content .image{
    height: 501px;
    width: 469px;
}
.panel-introduce .text-content h2.heading-1 > *{
    color: var(--primary-color);
    font-size: 40px;
    font-weight: 400;
    line-height: 60px;
}
.panel-introduce .description{
    margin-bottom: 30px;
}
.panel-introduce .description > *{
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
}
.panel-introduce .description h2{
    font-weight: 600;
}
.btn-read-more{
    display: inline-block;
    width: 160px;
    height: 45px;
    background: rgba(226, 249, 235, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
}
.btn-read-more > *{
    margin-left: 5px;
}
@media (max-width: 870px){
    .panel-introduce{
        padding-top: 0;
        margin-bottom: 40px;
    }
    .panel-introduce .image-content::before {
        display: none;
    }
    .panel-introduce .image-content .image {
        width: 100%;
        height: 100%;
    }
    .panel-introduce .image-content{
        display: block;
        margin-bottom: 20px;
    }
    .panel-introduce .text-content h2.heading-1 > * {
        color: var(--primary-color);
        font-size: 30px;
        font-weight: 400;
        line-height: 40px;
    }
    .panel-introduce .description{
        margin-bottom: 20px;
    }
}

/*Panel-development*/
.panel-development{
    margin-bottom: 80px;
}
.panel-development h2.heading-1{
    margin-bottom: 20px;
}
.panel-development h2.heading-1 > *{
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    color: rgba(17, 66, 36, 1);
}
.panel-development .description ul{
    padding-left: 0;
}
.panel-development .description ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 5px;
    list-style: disc;
}
.panel-development .text-content{
    background: rgba(241, 218, 212, 1);
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.panel-development .catalogue_name{
    display: block;
    margin-bottom: 10px;
    margin-right: auto;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
}
@media(max-width:870px){
    .panel-development {
        margin-bottom: 40px;
    }
    .panel-development .text-content{
        padding: 25px;
    }
    .panel-development h2.heading-1 > * {
        font-size: 20px;
        line-height: 32px;
    }
    .panel-development .image-content{
        height: 100%;
    }
    .panel-development .description ul{
        padding-left: 15px;
    }
}
/*Panel-outstanding*/
.panel-outstanding{
    margin-bottom: 80px;
}
.panel-outstanding .panel-head{
    margin-bottom: 20px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.panel-outstanding .description > *{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
}
.panel-outstanding h2.heading-1 > *{
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    color: var(--primary-color);
}
.panel-outstanding .btn-read-more{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.panel-outstanding .panel-body h2.heading-1{
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}
.panel-outstanding .panel-body h2.heading-1 > *{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.panel-outstanding .swiper-wrapper{
    margin-bottom: 40px;
}
.panel-outstanding .swiper-pagination{
    position: relative;
}
.panel-outstanding .swiper-pagination-bullet{
    width: 40px;
    height: 3px;
    border-radius: 0;
}
.panel-outstanding .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: var(--primary-color);
}
@media(max-width:870px){
    .panel-outstanding {
        margin-bottom: 40px;
    }
    .panel-outstanding h2.heading-1 > *{
        font-size: 30px;
    }
    .panel-outstanding .panel-body h2.heading-1 {
        width: 100%;
    }
}
/*Panel-banner*/
.panel-banner{
    position: relative;
}
.panel-banner .bg{
    position: absolute;
}
.panel-banner .bg1{
    right: 32%;
    top: 17%;
    height: 62px;
    width: auto;

}
.panel-banner .bg2{
    right: 18%;
    top: 17%;
    height: 48px;
    width: auto;
}
@media(max-width:870px){
    .panel-banner .bg{
        display: none;
    }
}
/*Footer*/
.footer-top{
    background: rgba(16, 96, 61, 1);
    padding-top: 100px;
}
.footer-top h2.heading-1{
    text-align: center;
}
.footer-top h2.heading-1 > *{
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 52px;
}
.footer-top p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    margin-bottom: 30px;
}
.footer-top .content .image{
    margin-right: 15px;
    width: 41px;
    height: 40px;
}
.footer-top .content .text span{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}
.footer-top .content .text p{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 21px;
}
.footer-top .form-contact .ip{
    width: 100%;
    height: 38px;
    border-radius: 50px;
    border: rgba(118, 118, 118, 1);
    outline: none;
    padding: 8px 15px;
}
.footer-top .form-contact .ip::placeholder{
    font-size: 14px;
    font-weight: 400;
}
.footer-top .form-contact button{
    width: 100%;
    height: 38px;
    border-radius: 50px;
    border: none;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins" !important;
    color: rgba(26, 86, 50, 1);
    background: rgba(255, 197, 6, 1);
    cursor: pointer;
}
.footer-top .panel-contact{
    padding-bottom: 50px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.31);
}
.footer-top .panel-question{
    padding: 50px 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.31);
}
.footer-top .panel-question h2.heading-1{
    text-align: left;
}
.footer-top .panel-question h2.heading-1 > *{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.footer-top .panel-question a{
    display: flex;
}
.footer-top .panel-question a svg{
    margin-left: 5px;
}
.footer-top .panel-question a > *{
    margin-bottom: 0;
    text-align: left;
    font-size: 25px;
    font-weight: 500;
    line-height: 37px;
}
.panel-info{
    padding: 30px 0;
}
.panel-info .cp_name{
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 20px;
}
.panel-info .col{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
.panel-info .lt{
    margin-bottom: 30px;
}
.panel-info .col .icon{
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background:#fff;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
}
.panel-info .col .text{
    width: calc(100% - 30px);
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 21px;
}
.panel-info .social{
    padding-left: 0;
    display: flex;
    align-items: center;
}
.panel-info .social li{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    margin-right: 10px;
}
.panel-info .follow .image{
    width: 126px;
    height: 126px;
    background: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-info .list-shop{
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.panel-info .list-shop .image{
    width: 119px;
    height: 54px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.panel-info .list-shop img{
    width: 92px;
    height: auto;
}
.copyright{
    padding: 25px 0;
    background: rgba(255, 255, 255, 1);
}
.copyright .text-center{
    text-align: center;
}
.copyright p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    color: rgba(16, 96, 61, 1);
    line-height: 21px;
}
.if-company .text span{
    display: block;
}

.image{
    position: relative;
}
span.image::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.65);
}
/*About-us */
.intro-wrapper span.image{
    height: 698px;
}
span.image .text-overlay{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
span.image .text-overlay .bg{
    display: flex !important; 
    justify-content: center;
    position: relative;
}
span.image .text-overlay .bg .img-1{
    margin-right: 15px;
}
span.image .text-overlay img{
    width: auto !important;
}
.intro-wrapper h2.heading-1,.intro-wrapper .description , .intro-wrapper .content{
    text-align: center;
}
span.image  h2.heading-1{
    margin-bottom: 30px;
}
span.image h2.heading-1 > *{
    font-size: 55px;
    font-weight: 500;
    line-height: 82px;
    color: #fff;
    margin-bottom: 5px;
    display: block;
}
.intro-wrapper .image .description > *{
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    color: #fff;
    text-transform: capitalize;
}    
.intro-wrapper .content{
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.intro-wrapper .image .content > *{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    text-transform: capitalize;
}
.intro-wrapper .album .bg{
    position: absolute;
}
.intro-wrapper .bg-0{
    transform: translate(-50%, 0);
    height: 660px;
    top: 50%;
    left: 50%;
}
.intro-wrapper .bg-1{
    top: 55%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 314px;
    height: 536px;
}
span.image .bg .img-3{
    width: 14px;
    height: 14px;
    position: absolute;
    top: -20%;
}
.intro-wrapper .about-us{
    padding-top: 250px;
    padding-bottom: 80px;
}
.intro-wrapper .about-us .about-item{
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}
.intro-wrapper .about-us .about-item:last-child{
    margin-bottom: 0;
}
.intro-wrapper .about-us .image,
.intro-wrapper .about-us img{
    border-radius: 62px;
}
.intro-wrapper .about-us .about-item .image-content{
    height: 449px;
    width: 646px;
    margin-left: 30px;
    cursor: pointer;
}
.intro-wrapper .about-us .about-item:nth-child(1) .image-content{
    width: 735px;
    height: 545px;
    margin-left: 30px;
}
.intro-wrapper .about-us .about-item .text-content{
    width: calc(100% - 676px);
}
.intro-wrapper .about-us .about-item:nth-child(1)  .text-content{
    width: calc(100% - 775px);
}
.intro-wrapper .about-item .text-content h2.heading-1{
    margin-bottom: 10px;
    text-align: left;
}
.intro-wrapper .about-item .text-content h2.heading-1 > *{
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    color: var(--primary-color);
}
.intro-wrapper .about-item .text-content .description{
    text-align: justify;
}
.intro-wrapper .about-item .text-content .description > *{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: justify;
}
.intro-wrapper .about-item:nth-child(2n+2){
    flex-direction: row-reverse;
}
.intro-wrapper .about-item:nth-child(2n+2) .image-content{
    margin-left: 0;
    margin-right: 30px;
}
@media(max-width:576px){
    .intro-wrapper .about-us .about-item{
        margin-bottom: 30px;
    }
    .intro-wrapper .about-us .about-item .uk-width-medium-1-2:first-child{
        margin-bottom: 20px;
    }
    .intro-wrapper .about-item .text-content h2.heading-1 > *{
        font-size: 24px;
        line-height: 35px;
    }
    .advantage .box {
        padding-top: 30px !important;
    }
    .advantage .box .image {
        height: 100% !important;
        width: 100% !important;
    }
    .advantage .box h2.heading-1 > * {
        font-size: 28px !important;
        line-height: 40px !important; 
    }
    .advantage .box .description{
        width: 100% !important;
    }
    .advantage .box .description > *{
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .advantage .album{
        display: none !important;
    }
    .intro-wrapper .about-us .about-item .text-content{
        width: 100% !important;
        margin-bottom: 10px;
    }
    .intro-wrapper .about-us .about-item .image-content{
        width: 100%;
        height: 100%;
        margin-left: 0;
    }
    .intro-wrapper .about-us .about-item{
        display: block;
    }
    .intro-wrapper .about-us .about-item:nth-child(1) .image-content{
        width: 100%;
        margin-left: 0;
        height: 100%;
    }
    .intro-wrapper .album{
        display: none;
    }
    .intro-wrapper .about-us .image, .intro-wrapper .about-us img{
        border-radius: 0 !important;
    }
    .intro-wrapper .about-us {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .ab .text-overlay .description,
    .ab .text-overlay .content{
        display: none;
    }
    .ab .text-overlay h2.heading-1{
        margin-bottom: 0;
    }
}
/*Product-catalogue*/
.product-catalogue .panel-body{
    padding-top: 30px;
    padding-bottom: 60px;
}
.product-catalogue span.image .text-overlay{
    top: 50%;
}
.product-catalogue .panel-body h2.title{
    text-align: center;
}
.product-catalogue .panel-body h2.title > *{
    font-size: 40px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--primary-color);
}
@media(max-width:870px){
    .product-catalogue .image h2.heading-1{
        text-align: center;
    }
    .product-catalogue .image h2.heading-1 > * {
        font-size: 38px;
        line-height: 60px;
    }
}
@media(max-width:576px){
    .product-catalogue .image h2.heading-1 > * {
        font-size: 28px;
        line-height: 50px;
    }
    .product-catalogue .panel-body h2.title > *{
        font-size: 34px;
    }
    .product-catalogue .panel-body {
        padding-top: 0;
        padding-bottom: 30px;
    }
}
/*Product*/
.product-container{
    padding-bottom: 50px;
}
.product-container .product-info h1.title > *{
    font-size: 26px;
    line-height: 40px;
    font-weight: 500;
    color: var(--primary-color);
}
.product-container .panel-head span.image::before{
    position: relative;
    background: none;
}
.product-extra__feature .swiper-wrapper{
    display: block;
}
.product-container .product-gallery .image{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-container .product-gallery .image img{
    width: 530px;
    height: 531px;
}
.product-extra__feature .swiper-slide{
    display: flex;
    justify-content: center;
}
.product-container .product-info h5{
    font-weight: 500;
    font-size: 18px;
    line-height: 31px;
    color: rgba(26, 86, 50, 1);
}
.product-container .product-info p{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: rgba(26, 86, 50, 1);
    text-align: justify;
    margin-bottom: 15px;
    margin-bottom: 6px;
    /* padding-bottom: 15px;
    border-bottom: 1px solid rgba(239, 239, 239, 1); */
}
.product-container .product-info p span{
    font-weight: 600;
}
.product-container .product-info ul{
    padding-left: 15px;
}
.product-container .product-info ul li{
    font-size: 14px;
    font-weight: 400;
    color: rgba(26, 86, 50, 1);
    list-style: disc;
}
.product-container .panel-head .uk-width-large-2-10{
    width: 150px;
}
.product-container .panel-head .uk-width-medium-4-10{
    width: 530px;
}
.product-container .panel-head .uk-width-large-4-10:last-child{
    width: calc(100% - 150px - 530px);
}
.panel-intruct .uk-margin ul{
    padding-left: 0;
}
.panel-intruct .uk-margin ul li{
    list-style: disc;
    text-align: justify;
}
@media(max-width:576px){
    .product-container .uk-width-large-2-10,
    .product-container .uk-width-large-4-10,
    .product-container .uk-width-large-4-10{
        width: 100% !important;
    }
    .product-container .product-gallery .image img {
        width: 100%;
        height: auto;
    }
    .product-container .product-info p{
        font-size: 14px;
    }
    .product-container .product-info h1.title > *{
        font-size: 20px;
        line-height: 30px;
    }
    .product-container .panel-head {
        margin-bottom: 30px !important;
    }
    .custom-tab {
        font-size: 14px !important;
    }
    .panel-intruct section h2 {
        font-size: 22px !important;
    }
    .panel-intruct .uk-margin > *{
        font-size: 14px !important;
    }
    .panel-intruct .bg{
        display: none;
    }
    .panel-intruct .uk-container{
        padding: 0 !important;
    }
    .panel-intruct #instructions h4{
        font-size: 14px !important;
        width: 100% !important;
    }
    .panel-intruct #instructions p{
        font-size: 14px !important;
        width: 100% !important;
    }
    .panel-intruct #storage .uk-margin{
        display: block !important;
    }
    .panel-intruct .uk-margin .image-content,
    .panel-intruct .uk-margin .text-content{
        width: 100% !important;
    }
    .panel-intruct #storage .uk-margin .text-content{
        padding: 25px 40px !important;
    }
    .panel-intruct #storage .uk-margin .text-content li {
        font-size: 14px !important;
    }
    .product-extra__feature .swiper-wrapper {
        display: flex;
    }
    .product-container .panel-head .uk-width-large-2-10{
        order: 4;
    }
    .product-container .panel-head .uk-width-medium-4-10{
        width: 100% !important;
        margin-bottom: 20px;
        order: 2;
    }
    .product-container .panel-head .lt{
        order: 5;
    }
    .product-container .swiper-container-thumbs .image {
        width: 110px !important;
        height: 110px !important;
    }
    .product-container .swiper-container-thumbs .swiper-slide {
        width: 127.667px !important;
    }
    .swiper-container-thumbs .image img{
        width: 100% !important;
        height: 100% !important;
    }
}
.panel-intruct .nav-container .uk-grid-collapse{
    display: flex;
}
.panel-intruct section h2{
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: rgba(16, 96, 61, 1);
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(26, 86, 50, 1);
}
.panel-intruct .uk-margin{
    padding-left: 20px;
}
.panel-intruct .uk-margin > *{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.panel-intruct #instructions img{
    height: 80px !important;
    width: auto !important;
}
.panel-intruct #instructions .image{
    margin-bottom: 30px;
}
.panel-intruct #instructions h4{
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: rgba(16, 96, 61, 1);
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(230, 236, 233, 1);
    width: 60%;
}
.panel-intruct #instructions p{
    font-size: 16px;
    font-weight: 400;
    width: 60%;
    line-height: 24px;
    margin-bottom: 15px;
}
.panel-intruct #instructions .uk-margin{
    position: relative;
}
.panel-intruct #instructions .bg{
    position: absolute;
    top: -5%;
    right: -10%;
    bottom: 0;
    height: 450px;
}
.panel-intruct #storage .uk-margin{
    padding-left: 0 !important;
    display: flex;
}
.panel-intruct #storage .uk-margin .text-content,
.panel-intruct #storage .uk-margin .image-content{
    width: 50%;
}
.panel-intruct #storage .uk-margin .text-content{
    background: rgba(16, 96, 61, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 80px;
}
.panel-intruct #storage .uk-margin .text-content > *{
    color: #fff;
}
.panel-intruct #storage .uk-margin .text-content ul{
    padding-left: 0;
}
.panel-intruct #storage .uk-margin .text-content li{
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid rgba(32, 121, 82, 1);
}
.panel-intruct #storage .uk-margin .text-content li:last-child{
    border-bottom: 0;
}
.panel-intruct #storage .uk-margin .text-content h2{
    margin-bottom: 10px;
    padding-bottom: 15px;
    width: 100%;
    border-bottom:1px solid rgba(32, 121, 82, 1);
    text-transform: uppercase;
}
#homepage span.image::before{
    position: relative;
    background: none;
}
#storage ul{
    padding-left: 0;
}
#storage ul li{
    list-style: none;
}
@media(max-width:870px){
    .footer-top {
        padding-top: 50px;
    }
    .footer-top .form-contact .uk-width-medium-1-5{
        margin-bottom: 20px;
        width: 100%;
    }
    .footer-top h2.heading-1 > * {
        font-size: 30px;
        line-height: 42px;
    }
    .footer-top p {
        font-size: 15px;
    }
    .footer-top .panel-question a > * {
        font-size: 20px;
    }
    .footer .panel-info .uk-width-medium-1-3{
        margin-bottom: 20px;
    }
    .footer .col{
        width: 100%;
    }
    .footer .col .text{
        width: calc(100% - 40px);
    }
    .footer-top .panel-question {
        padding: 30px 0;
    }
}
@media(max-width:576px){
    .footer .form-contact .uk-width-medium-1-5:not(:last-child){
        margin-bottom: 20px;
    }
    .footer .panel-contact{
        padding-bottom: 30px;
    }
}
@media(max-width:415px){
    
}
/*advantage*/
.advantage span.image::before{
    position: relative;
    background: none;
}
.advantage  .about-item .image-content{
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    height: 359px !important;
}
.advantage  .about-item .text-content {
    width: 100% !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.advantage  .about-item .text-content ul{
    padding-left: 20px;
}
.advantage  .about-item .text-content li{
    list-style: disc;
    margin-bottom: 5px;
}
.advantage  .about-item .text-content h2.heading-1{
    text-align: left;
    width: 100%;
}
.advantage .about-item:nth-child(2n+2) .uk-grid{
    flex-direction: row-reverse;
}
.advantage .box{
    position: relative;
    z-index: 1000;
    padding-top: 100px;
}
.advantage .box h2.heading-1 > *{
    font-size: 45px;
    font-weight: 500;
    color: rgba(26, 86, 50, 1);
    line-height: 66px;
}
.advantage .about-us{
    padding-top: 80px !important;
}
.advantage .box .description{
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.advantage .box .description > *{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.advantage .bg{
    line-height: 30px !important;
    position: relative;
}
.advantage .box{
    position: relative;
}
.advantage .box .img-3{
    position: absolute;
    top: 38%;
    left: 49.3%;
}
.advantage .box .image{
    height: 299px;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width:576px){
    .advantage .box .img-3{
        left: 48.2%;
    }
}
/*Nutrition*/
.nutrition span.image{
    margin-bottom: 80px;
}
.nutrition span.image .text-overlay{
    top: 50%;
}
.nutrition .txt{
    margin-bottom: 80px;
}
.nutrition .description{
    text-align: center;
}
.nutrition .description > *{
    font-size: 45px;
    font-weight: 500;
    line-height: 64px;
    color: rgba(26, 86, 50, 1);
}
.nutrition .content{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.nutrition .content > *{
    display: block;
}
.nutrition .content a{
    color: var(--primary-color);
    margin-right: 5px;
    display: inline-block;
}
.nutrition .content > *{
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    text-align: unset;
}
.panel-nutrition{
    padding-bottom: 80px;
}
.nutrition-item .uk-grid{
    align-items: center;
}
.nutrition-item:not(:last-child){
    margin-bottom: 50px;
}
.nutrition-item .text-content h2.heading-1 > *{
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    color: rgba(26, 86, 50, 1);
}
.nutrition-item .text-content .description{
    text-align: left;
    margin-bottom: 20px;
}
.nutrition-item .text-content .description > *{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #000;
    text-align: justify;
}
.description > *{
    font-weight: bold !important;
}
.nutrition-item .image-content .image{
    border-radius: 60px;
}
.nutrition-item .image-content .image img{
    border-radius: 60px;
}
.nutrition-item .list{
    padding-left: 15px;
}
.nutrition-item .list li{
    list-style: disc !important;
    color: rgba(26, 86, 50, 1);
    padding: 5px 0;
}
.nutrition-item .list li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(26, 86, 50, 1);
}
.panel-nutrition .nutrition-item:nth-child(2n+2) .uk-grid{
    flex-direction: row-reverse;
}
.nutrition .txt .content{
    width: 80%;
    text-align: center;
}
@media(max-width:576px){
    .nutrition h2.heading-1{
        text-align: center;
    }
    .nutrition span.image{
        margin-bottom: 30px;
    }
    .nutrition .description > * {
        font-size: 28px;
        line-height: 40px;
    }
    .nutrition .content {
        width: 100% !important;
        text-align: justify !important;
    }
    .nutrition .txt {
        margin-bottom: 30px;
    }
    .nutrition-item .uk-width-medium-1-2:first-child{
        margin-bottom: 30px;
    }
    .panel-nutrition {
        padding-bottom: 30px;
    }
}
/*Post-catalogue*/
.pc span.image .text-overlay{
    top: 50%;
}
.post-container .blog-item{
    display: flex;
    margin-bottom: 30px;
    width: 100%;
}
.post-container .blog-item .image{
    height: 206px;
    width: 358px;
    margin-right: 30px;
    border-radius: 15px;
}
.post-container .blog-item .info{
    width: calc(100% - 388px);
}
.post-container .fs .info{
    width: 100%;
}
.post-container .blog-item .image img{
    border-radius: 15px;
}
.post-container .blog-item h3.title > *{
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: rgba(26, 86, 50, 1);
}
.post-container .blog-item .description{
    text-align: left;
}
.post-container .blog-item .description > *{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}
.blog-item.fs .image{
    width: 100%;
    height: 100%;
}
.blog-item.fs h3.title > *{
    font-size: 25px;
    font-weight: 500;
    line-height: 36px;
}
.blog-item.fs .description{
    margin-bottom: 30px;
}
.blog-item.fs .description > *{
    color: rgba(142, 142, 142, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
@media(max-width:576px){
    .post-catalogue span.image{
        height: 100%;
    }
    .post-catalogue span.image h2.heading-1 > *{
        font-size: 28px;
        line-height: 40px;
    }
    .post-catalogue .fs .uk-width-medium-1-2:first-child{
        margin-bottom: 20px;
    }
    .blog-item.fs h3.title > * {
        font-size: 22px;
        line-height: 28px;
    }
    .blog-item.fs .description > *{
        font-size: 14px;
    }
    .blog-item.fs .description{
        margin-bottom: 20px;
    }
    .post-container .blog-item{
        width: 100%;
    }
    .post-container .blog-item .image{
        width: 120px;
        height: 120px;
        margin-right: 10px;
    }
    .post-container .blog-item .info{
        width: calc(100% - 130px);
    }
    .post-catalogue .fs .image{
        width: 100%;
        height: 100%;
    }
    .post-catalogue .fs .info{
        width: 100%;
        height: 100%;
    }
    .nutrition-item .text-content h2.heading-1 > * {
        font-size: 26px;
    }
}
/*post-detail*/
.post-detail h1.post-title{
    font-size: 25px;
    width: 500;
    line-height: 32px;
    color: rgba(26, 86, 50, 1);
}
.post-detail .description{
    margin-bottom: 30px;
}
.post-detail .description > *,
.post-detail .content > *{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(142, 142, 142, 1);
}
.post-detail .content > *{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    text-align: justify;
}
.post-detail .content .image{
    margin-bottom: 30px;
    text-align: center;
    border-radius: 15px;
}
.post-detail .content .image img{
    border-radius: 15px;
}
.post-detail span.image .text-overlay{
    top: 50%;
}
.post-detail span.image  h2.heading-1{
    text-align: center;
}
.post-detail .aside{
    padding: 25px 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 5px;
}
.post-detail .aside .aside-post-item{
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
}
.post-detail .aside .aside-post-item .image{
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.post-detail .aside .aside-post-item .image img{
    border-radius: 5px;
}
.post-detail .aside .aside-post-item .info{
    width: calc(100% - 100px);
}
.post-detail .aside .aside-post-item .info a{
    font-size: 13px;
    font-weight: 600;
    color: rgba(26, 86, 50, 1);
}
.post-detail .aside .aside-heading{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: rgba(26, 86, 50, 1);
    margin-bottom: 20px;
    text-transform: uppercase;
}
@media(max-width:576px){
    .post-detail span.image h2.heading-1 > *{
        font-size: 28px;
        line-height: 50px;
    }
    .post-detail h1.post-title {
        font-size: 20px;
    }
    .post-detail .aside{
        padding: 25px 0;
        box-shadow: none;
    }
    .post-detail .description > *,
    .post-detail .content > * {
        font-size: 14px;
    }
}
/*contact-page*/
.contact-page span.image .text-overlay{
    top: 50%;
}
.contact-page span.image .text-overlay h2.heading-1{
    text-align: center;
}
.contact-page .contact-infor h2.heading-1{
    text-align: center;
}
.contact-page .contact-infor h2.heading-1 > *{
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    color: rgba(26, 86, 50, 1);
}
.contact-page .contact-infor p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}
.contact-page .content{
    margin-bottom: 25px;
}
.contact-page .contact-infor .map iframe{
    width: 100%;
    height: 272px;
    border-radius: 20px;
}
form.contact-form{
    background: linear-gradient(180deg, #1A5632 0%, #02411B 100%);
    padding: 40px 25px;
    border-radius: 20px;
    text-align: center;
}
form.contact-form button{
    height: 40px;
    width: 162px;
    border-radius: 134px;
    border: none;
    outline: none;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(24, 208, 191, 1);
    font-family: "Poppins" !important;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    color: rgba(26, 86, 50, 1);
    cursor: pointer;
}
form.contact-form button:hover{
    background: #000;
    color: #fff;
    transition: 0.3 ease;
    border: none;
}
form.contact-form .form-row{
    text-align: center;
}
form.contact-form input{
    width: 321px;
    height: 40px !important;
    border-radius: 5px !important;
}
form.contact-form .form-row label{
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: left;
    padding-left: 35px;
}
form.contact-form h3.heading-2 > *{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: rgba(254, 193, 25, 1);
    text-transform: uppercase;
}
form.contact-form h2.heading-1{
    margin-bottom: 20px;
}
form.contact-form h2.heading-1 > *{
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}
form.contact-form p{
    height: 35px;
    background: linear-gradient(90deg, #9F7500 0%, #FFC506 100%);
    width: 188px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 35px;
    border-radius: 60px;
    border: 0.61px solid rgba(18, 210, 207, 1);
    box-shadow: 0px 1.23px 2.45px 0px rgba(14, 143, 141, 1);
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-transform: capitalize;
}
.mt80{
    margin-top: 80px;
}
.mb80{
    margin-bottom: 80px;
}
@media(max-width:576px){
    .contact-page .contact-infor h2.heading-1 > *{
        font-size: 22px;
        line-height: 35px;
    }
    .contact-page .uk-width-medium-3-5{
        margin-bottom: 30px;
    }
    form.contact-form h2.heading-1 > *{
        font-size: 24px;
    }
    form.contact-form .form-row label{
        padding-left: 5px;
    }
    form.contact-form button {
        font-size: 20px;
    }
    .contact-page .text-overlay h2.heading-1 > *{
        font-size: 28px;
        line-height: 50px;
    }
}
/*Search*/
.search h2.heading-1 span{
    color: var(--primary-color);
}
/*Mobile-header*/
@media(max-width:870px){
    .mobile-header{
        position: relative;
        z-index: 10000;
    }
    .mobile-header .mobile-upper{
        padding: 15px 0;
        background: #fff;
    }
    .mobile-logo a img{
        height: 40px;
    }
    .menu-svg path {
        fill: none;
        -webkit-transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        transition: stroke-dasharray 0.4s, stroke-dashoffset 0.4s;
        stroke: var(--primary-color);
        stroke-width: 5;
        stroke-linecap: round;
    }
    .menu-svg path:nth-child(1) {
        stroke-dasharray: 40 160;
    }
    .menu-svg path:nth-child(3) {
        stroke-dasharray: 40 85;
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
        -webkit-transition: stroke-dashoffset 0.4s, -webkit-transform 0.4s;
        transition: stroke-dashoffset 0.4s, -webkit-transform 0.4s;
        transition: transform 0.4s, stroke-dashoffset 0.4s;
        transition: transform 0.4s, stroke-dashoffset 0.4s, -webkit-transform 0.4s;
    }
    .header-form {
        padding: 1rem;
        box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.16);
        background-color: #fff;
        border-radius: 0.6rem;
        z-index: 1000;
        position: absolute;
        right: 5px;
        display: none;
        top: 55px;
    }
    .header-form.active {
        display: block;
    }
    .header-form .btn-search {
        border-radius: 10px;
        padding: 0.8rem 1.5rem;
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: white;
        outline: none;
        margin-right: 0 !important;
    }
    .form-full {
        width: 100%;
        padding: 0.5rem 0;
    }
    .header-form .form-btn {
        background-color: var(--primary-color);
        padding: 0.6rem 1.5rem 0.6rem;
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        width: 100%;
        outline: none;
        border: none;
        font-family: 'Poppins', sans-serif !important;
    }
    .mobile-widget .form-null img {
        filter: brightness(0) saturate(100%) invert(100%);
        margin-right: 10px;
    }
}
/*Calculate*/
.custom-card {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 2rem;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: white; */
    border-radius: 8px;
}
.custom-title {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    margin-bottom: 30px;
}
.gender-btn {
    width: 140px !important;
    margin: 0 5px !important;
    border: 2px solid #00695C !important;
    border-radius: 50px;
    background: #fff;
}
.gender-btn.active {
    background: #00695C !important;
    color: white !important;
}
.select-box {
    width: 140px !important;
    height: 40px !important;
    margin: 5px !important;
}
.input-height {
    width: 200px !important;
    height: 40px !important;
    text-align: center;
    margin: 10px auto !important;
    display: block;
}
.calculate-btn {
    background: #13202E !important;
    color: white !important;
    padding: 10px 40px !important;
    font-size: 18px;
    margin-top: 20px;
}
.result-figure {
    width: 100px;
    height: 200px;
    margin: auto;
}
.result-green { fill: #22c55e; }
.result-gray { fill: #94a3b8; }
.bg-red-50 { background-color: #fee2e2 !important; }
.bg-green-50 { background-color: #dcfce7 !important; }
.bg-blue-50 { background-color: #eff6ff !important; }
.text-red { color: #dc2626 !important; }
.text-green { color: #16a34a !important; }
.text-blue { color: #2563eb !important; }
.status-box {
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
}
.comparison-text {
    font-size: 18px;
    color: #666;
    margin: 20px 0;
    text-align: center;
}
.txt{
    color: #936c0b ;
    margin-bottom: 15px;
}
.custom-card .input-height{
    width: 100% !important;
    height: 48px !important;
    background: #f6f6f7;
    border: none;
    outline: none;
    border-radius: 50px;
    font-family: "Poppins" !important;
    font-size: 14px;
    margin-bottom: 15px !important;
    padding-bottom: 15px !important;
}
.custom-card .input-height::placeholder{
    font-family: "Poppins" !important;
    font-size: 15px;
    font-weight: 400;
}
.uk-text-muted{
    font-size: 14px !important;
    font-weight: 400;
}
.calculate-btn{
    min-width: 156px;
    background: #00695C !important;
    border-radius: 50px;
    color: #fff !important;
    font-weight: 600;
    margin-top: 0 !important;
}
.calculate-btn:hover{
    opacity: 0.8;
    transition: 0.2s ease;
}
.custom-card .select-box{
    width: 215px !important;
    border: none;
    background: #f6f6f7;
    border-radius: 50px;
    text-align: center !important;
    font-family: "Poppins" !important;
    height: 48px;
}
.nice-select .list{
    width: 100% !important;
}
.month .list{
    height: 400px !important;
    overflow-y: scroll !important;
}
#currentHeight{
    font-size: 16px;
    font-weight: 400;
}
#results .uk-grid{
    align-items: end;
}
.uk-offcanvas.uk-active{
    z-index: 100000;
}
.cmp-text p{
    margin-bottom: 10px !important;
}
.cmp-text a{
    color: #003da5;
}
.cmp-text ul{
    padding-left: 15px;
    margin-bottom: 10px;
}
.cmp-text ul li{
    list-style: disc;
}
.cmp-text ul li:not(:last-child){
    margin-bottom: 10px;
}
.image-overlay{
    width: 400px;
    position: absolute;
    top: 45%;
    left: 48%;
}
.image-overlay .slide-item .image{
    width: 400px;
    height: auto;
}
.none .image-content{
    display: none !important;
}
.none .text-content{
    padding: 0 !important;
    background: none !important;
    display: block !important;
    width: 100% !important;
}
.none .text-content ul{
    padding-left: 15px !important;
}
.none .text-content li{
    border-bottom: none !important;
    font-size: 16px !important;
    list-style: disc !important;
}
.none .text-content > *{
    color: #000 !important;
}
.none .text-content h2{
    color: var(--primary-color) !important;
    border-bottom: 1px solid rgba(26, 86, 50, 1) !important;
}
@media(max-width:870px){
    .custom-card .uk-grid .uk-width-medium-1-2{
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .custom-card .uk-grid .uk-width-medium-1-2:last-child{
        margin-bottom: 0;
    }
    .custom-card .select-box{
        width: 300px !important;
    }
    .status-box {
        font-size: 14px !important;
    }
    #results .uk-width-medium-1-2{
        display: block !important;
        width: 50% !important;
        margin-bottom: 0 !important;
    }
}
.error-message {
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
    display: block;
    text-align: left;
    padding-left: 35px;
}
.discover,
.text-note{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
    margin-bottom: 30px;
    /* display: none; */
}
.text-note p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #616161;
}
.mb30{
    margin-bottom: 30px !important;
}
@media(max-width:576px){
    .discover .uk-width-medium-1-4{
        width: 50% !important;
    }
    .discover,
    .text-note{
        width: 100% !important;
    }
    .panel-slide .image-overlay{
        display: none;
    }
    .panel-intruct  #storage.none .uk-margin .text-content{
        padding: 0 !important;
    }
    .panel-intruct #instructions img{
        height: 60px !important;
    }
}
.advantage .about-item{
    display: block !important;
}