@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


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

.navbar{
    background-color:#fff;
    min-height:96px;
}

.navbar .container-fluid{
    padding-right: 30px;
    padding-left: 30px;
}

.navbar-brand{
    color:#ec9d20 !important;
}

.nav-link{
    padding-left: 10px !important;
    padding-right: 10px !important;
    color: #000 !important;
    font-size: 12px !important;
    cursor: pointer;
}

.nav-link:hover , .nav-link:focus{
    color:#48887A !important;
}

.btn-outline-warning{
    color:#ec9d20 !important;
    border-color:#ec9d20 !important;
    font-weight: 500 !important;
}

.btn-outline-warning:hover{
    background-color: #ec9d20 !important;
    color:#fff !important;
}

.btn-outline-warning:hover i{
    color: #fff !important;
}

.basket-nav{
    min-width:180px;
    margin-right:40px;
    align-items: center;
}

.my-2 .fa{
    font-size:25px;
    color:#ec9d20;
}

input.me-2{
    width:220px;
}

.main-container{
    margin-top:40px;
    padding-bottom: 40px;
    position: relative;
}

.products-wrapper{
    position: relative;
    margin-bottom: 40px;
}

.products-wrapper h2{
    padding-bottom: 20px;
}

.products-container{
    display: flex;
    overflow-x: auto;
    gap:12px;
    position: relative;
}

.products-container2{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: space-between;
    position: relative;
}

.products-container::-webkit-scrollbar{
    display: none;
}

.product-card{
    width:200px;
    position: relative;
}

.product-price-off{
    text-decoration: line-through;
    display: inline-block;
    padding-left:30px;
    color:rgba(0,0,0,.6);
}

.product-bold-price{
    color:#ec9d20;
}

.product-card img{
    width:100%;
    object-fit: contain;
}

.product-add-button{
    position: absolute;
    left:15px;
    bottom:30px;
}

.product-add-button i{
    font-size: 23px;
    color:#ec9d20;
    cursor: pointer;
}

.card-body{
    position: relative;
}

.cart-nav-link{
    position: relative;
}

.badge-cart{
    position: absolute;
    top:0;
    right:0;
    font-size: 10px !important;
    border-radius: 50% !important;
}

.empty-basket{
    margin-top: 30px;
    text-align: center;
    color:rgba(236,157,32, .6);
}

.quantity-cart{
    align-items: center;
}

.quantity-cart .fa{
    font-size:22px;
    color:#ec9d20;
    padding-right:6px;
    padding-left: 6px;
}

.trash-cart{
    font-size: 23px !important;
    color:#ec9d20;
}

h1,h2,h3,h4,h5,h6,p{
    color:rgba(0,0,0,.55);
}


.card-title{
    color:rgba(0,0,0,.65);
}

.card-text{
    color:rgba(0,0,0,.55);
}

th{
    background-color:#ec9d20 !important;
    color:#fff !important;
}

td{
    color:rgba(0,0,0,.60) !important;
}

a{
    text-decoration: none !important;
}

.btn-add-cart{
    position: absolute;
    left:0;
    bottom: 100px;
    min-width: 250px;
    color:rgba(0,0,0,.65) !important;
}

.product-detail-title{
    padding-bottom: 15px;
}

.product-detail-price{
    font-weight: bold;
    font-size: 26px;
    margin:0;
}

.product-detail-price-off{
    font-weight: bold;
    font-size: 26px;
    text-decoration: line-through;
    color:rgba(0,0,0,.55);
}

.breadcrumb-item , .breadcrumb-item  a{
    color:#ec9d20;
}

.home-nav-icon{
    width:16px;
}

.slider-wrapper{
    --bs-gutter-x:0 !important;
}

.slider-container{
    float:right;
    position: relative;
}


.slider-description{
    height:300px;
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(25px) contrast(90%);
    -webkit-backdrop-filter: blur(25px) contrast(90%);
    position: relative;
    top:40px;
    left:100px;
    z-index: 10;
    padding: 40px 40px 40px 25px !important;
}

.slider-description h5{
    font-style: bold;
    font-weight: 500;
    line-height: 129.5%;
    font-size:1.60rem;
    color: #244D4D;
}

.slider-description p{
    margin-top: 20px;
    color:#000;
    font-weight: normal;
    text-align: justify;
    font-size: 14px;
}

.slider-description .btn{
    background-color: #48887A !important;
    min-width:200px;
    border-radius: 0;
}

.carousel-inner img{

}

.dots-slider{
    position: absolute;
    top:0px;
    left:160px;
    width:60px !important;
    z-index: 15;
}

.card-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card-box h5{
    margin:0;
    padding: 0;
    margin-top:17px;
    color:#000;
}

.card-box .line{
    width:100%;
    height:0;
    margin-top:10px;
    border: .5px solid #48887A;
}

.card-box p{
    padding-right:27px;
    padding-left: 27px;
    margin-top: 21px;
    color:#464646;
    font-size: 14px;
    line-height: 21px;
    text-align: justify;
}

.ribbon-container{
    margin-top:40px !important;
}

.apply-text{
    text-align: center;
    color:#000;
}

.apply-text span{
    color:#48887A;
}

.apply-text2{
    text-align: center;
    font-size: 12px;
    color:#000;
}

.desc-box{
    position: relative;
    margin-top: 55px !important;
    width:75% !important;
    background-color: #f9f9f9;
    padding: 50px !important;
}

.desc-box .texts{
    width:85%;
}

.desc-box h4{
    color:#48887A;
}

.desc-box p{
    margin-top:30px;
    color:#000;
    font-size: 14px;
    text-align: justify;
}

.desc-box-image{
    width:30% !important;
    position: absolute;
    right:0;
    bottom: 100px;
}

.desc-box-foot-text{
    margin-top: 30px !important;
    text-align: center;
    color:#000;
    font-size: 1.15rem;
}

.desc-box-foot-text span{
    color:#48887A;
}

.desc-box-dots{
    position: absolute;
    right:35px;
    bottom: -22px;
    width: 110px !important;
}

.footer{
    width:100%;
    min-height:400px;
    background: linear-gradient(90.03deg, #48887A -4.42%, #7EACA2 102.2%);
    padding: 50px 96px 50px 96px;
    position: relative;
    float: left;
    overflow: hidden;
}

.footer .heading-container{
    display: flex;
    align-items: center;
}

.footer .heading-text{
    color:#fff;
}

.footer .phone-container{
    width: 260px;
    height:52px;
    background-color:#fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-right: 22px;
    padding-left: 22px;
}

.footer .phone-container img{
    width:22px !important;
}

.footer .phone-container a{
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color:#48887A;
}

.footer .line{
    margin-top: 40px;
    width:100%;
    height:0;
    border:.5px solid #fff;
}

.footer .about-container h5 , .footer .about-container span{
    color:#fff;
}

.footer .about-container p{
    margin-top: 20px;
    color:#fff;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: -0.01em;
}

.footer .about-container .row{
    margin-top: 40px;
}

.footer .about-container .row a{
    padding-left: 10px;
    color:#fff;
}

.footer .footer-menu h6{
    color: #fff;
    margin-bottom: 15px;
}

.footer .footer-menu a{
    color:#fff !important;
    font-size: 12px;
    display: block;
    margin-top:7px;
    margin-bottom: 7px;
}

.main-article-head{
    color:#000;
    font-weight:500;
}

.article-all-container{
    float: right;
    text-align: right;
}

.article-all-container *{
    color:#48887A !important;
}

.article-all-container span{
    padding-right: 20px;
}

.top-article-main-container{
    margin-top: 40px !important;
}

.top-article-main-container img{
    width:100%;
}

.top-article-main-container h4{
    color:#48887A;
    font-weight: 600;
    line-height: 48px;
}

.top-article-main-container p{
    color:#000;
    line-height: 22px;
    text-align: justify;
}

.top-article-main-container .btn{
    border-radius: 0;
    background-color:#48887A;
}

.top-article-main-container span{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.main-article-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.article-card-container{
    margin-top:35px !important;
    margin-bottom: 40px !important;
}

.article-card-container .article-card a{
    position: relative;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap:15px;
    min-height: 500px;
    max-height: 500px;
    padding: 14px;
}

.article-card-container .article-card h5{
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: justify;
    color: #48887A;
}

.article-card-container .article-card p{
    line-height: 21px;
    text-align: justify;
    color: #464646;
}

.article-card-container .article-card img {
    width:100%;
}

.article-card-container .article-card span{
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.pages-container img{
    width:100% !important;
}

.pages-container h4{
    font-weight: 500;
    font-size: 32px;
    line-height: 225%;
    color:#000;
}

.pages-container p.content{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 266%;
    text-align: left;
    margin-bottom: 45px;
}

.pages-container p:not(.content){
    margin:0;
}

.pages-container span:not(.lazy-load-image-background){
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-align: justify;
    color:#464646;
}

.pages-container span.active{
    padding-left: 20px;
    color: #48887A;
}

.post-container , .post-container2{
    padding:20px !important;
    background-color: #fff;
    margin-bottom: 40px;
}

.post-container img , .post-container2 img{
    width:100%;
}

.post-container h3{
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 48px;
    color: #48887A;
    margin-top: 20px;
    margin-bottom: 30px;
}

.post-container2 h3{
    font-style: normal;
    font-weight: 600;
    font-size: 19px;
    line-height: 48px;
    color: #48887A;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post-container p.content{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    color: #000000;
    padding:0 12px;
}

.post-container p:not(.content){
}

.post-container2 p{
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    text-align: justify;
    color: #000000;
}

.post-container span , .post-container2 span{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.comment-post-head{
    width:30px !important;
    padding-left: 13px;
}

.share-post-head{
    width:40px !important;
    padding-left: 25px;
}

.post-nav-container{
    margin-top:30px;
}

.post-nav-container img{
    padding-right:20px;
    padding-left: 20px;
}

.post-nav-container span{
    color:#464646;
}

.post-nav-container span.active{
    color: #48887A;
}

.post-hashtag-container{
    margin-bottom: 30px;
}

.post-relateds{
    display: flex;
    flex-direction: column;
    gap:20px;
}

.post-hashtag-container h4 , .post-related-container h4{
    font-weight: 400;
    font-size: 22px;
    line-height: 200%;
    text-align: justify;
    color: #000000;
}

.post-hashtags{
    display: flex;
    gap:15px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.post-hashtags span{
    padding: 0 16px 0 16px;
    background-color: #48887A;
    border-radius: 50px;
    color:#fff;
    font-size: 15px;
}

.dropdown-item:focus, .dropdown-item:hover{
    color: #48887A !important;
}

.service-box-container{
    margin: 40px 0px 0px 0px !important;
    scroll-behavior: smooth;
}

.service-box-container::-webkit-scrollbar{
    display: none;
}

.navbar-toggler{
    border:none !important;
    box-shadow: none;
}

.navbar-toggler:focus{
    border: none !important;
    box-shadow: none !important;
}

.register-container{
    padding: 40px 30px 40px 30px;
    margin-bottom: 40px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.register-container input , .register-container select{
    border-radius:0 !important;
}

.register-container .btn{
    width:100%;
    background-color: #48887A !important;
    border-radius:0 !important;
}

.register-container .text-center{
    color:#000;
    margin-bottom: 20px;
}


.post-comment-container{
    margin-top: 40px;
    margin-bottom: 60px;
}

.post-comment-container h3{
    color:#000;
}

.post-comment-container input , .post-comment-container textarea{
    border-radius:0 !important;
}

.post-comment-container .btn{
    width:100%;
    background-color: #48887A !important;
    border-radius:0 !important;
}


@media only screen and (max-width: 640px) {
    .container{
        margin-top:0px;
    }

    .slider-description{
        width:80%!important;
        position: absolute;
        left:30px;
        top:120px;
        padding:30px 20px 30px 20px !important;
    }

    .slider-description h5{
        font-size:1.2rem !important;
    }

    .slider-description .btn{
        min-width: 120px;
        font-size: 14px;
    }

    .dots-slider{
        display: none;
    }

    .service-box-container{
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .service-box-indicators{
        display: flex !important;
        margin-bottom: 60px !important;
    }

    .service-box-container .col-3{
        width:100% !important;
    }

    .ribbon-container{
        margin-left: 25% !important;
    }

    .apply-text{
        text-align: left;
        font-size: 1.1rem;
    }

    .apply-text2{
        text-align: left;
    }

    .desc-box{
        margin-top:250px !important;
        width: 100% !important;
        padding: 50px 14px 14px 14px !important;
    }

    .desc-box h4{
        font-size: 1.1rem;
    }

    .desc-box-dots{
        display: none;
    }

    .desc-box-image{
        width:100% !important;
        top:10px !important;
    }

    .texts{
        width:100% !important;
    }

    .desc-box-foot-text{
        font-size: 1rem !important;
    }

    .article-card-container{
        flex-direction: row;
        flex-wrap: nowrap !important;
        overflow-x: scroll;
    }

    .main-article-head{
        font-size: 1rem;
        margin: 0;
        padding: 0;
    }

    .article-all-container span{
        font-size: .7rem;
    }

    .footer{
        padding:22px;
    }

    .heading-container{
        width:100% !important;
    }

    .footer-menu{
        margin-top:30px !important;
    }

    .slider-container img{
        height: 480px;
        object-fit: cover;
    }

    .ribbon-container{
        display: none;
    }

    .article-card{
        padding: 0 !important;
    }

    .nav-link{
        font-size: 1.1rem !important;
    }

    .dropdown-menu .nav-link{
        padding-left: 45px !important;
    }

    [aria-labelledby="sub-nav-dropdown"] .nav-link{
        padding-left: 90px !important;
    }

    .navbar .dropdown-menu.show{
        border:none !important;
    }

    .navbar .dropdown-menu.show .dropdown-item{
        padding-left: 40px;
    }

    .page-breadcrumb{
        text-align: left !important;
    }

    .profile-wrapper{
        padding: 15px !important;
    }

    .profile-wrapper .profile-row img{
        width:60px !important;
        height: 60px !important;
    }

    .profile-wrapper .profile-row .btn{
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        margin-top: 10px !important;
    }

    .top-article-main-container h4{
        text-align: center !important;
    }

    .top-article-main-container p{
        padding: 0 20px 0 20px !important;
    }

    .comment-post-badge{
        display: none;
    }

}

.ribbon-wrapper{
    margin:0 !important;
}

.desc-box-wrapper{
    margin:0 !important;
}

.navbar-profile{
    width:20px;
}

.profile-row img{
    width:85px;
    height:85px;
    border-radius: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.profile-row .btn{
    padding-left: 2rem;
    padding-right: 2rem;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link{
    font-size: 1.1rem !important;
}

.page-breadcrumb{
    text-align: right;
    margin-bottom: 20px;
}


.not-found-text{
    margin-top: 80px;
    margin-bottom: 80px;
}

.profile-wrapper{
    padding:20px 80px 60px;
}

.service-box-indicators{
    margin-top:0px;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    gap:30px;
    display: none;
    cursor: pointer;
}

.service-box-indicators i{
    font-size: 20px;
}

.profile-wrapper .col-lg-12 .alert{
    display: flex;
    align-items: center;
    gap:40px;
}

.profile-wrapper .alert h4{
    margin:0;
}

.profile-wrapper .alert .dropdown{
    width: 200px;
}

.profile-wrapper .alert .dropdown button{
    width:100%;
}


.profile-row input[type="file"]{
    display: none;
}

.profile-row .profile-picker{
    display: inline-block;
    width:85px;
    height:85px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.profile-row .profile-picker i{
    font-size: 24px;
}

.profile-row .profile-picker + span {
    position: relative;
    bottom: 50px;
    left: 105px;
}

.profile-row .profile-picker + button{
    position: relative;
    bottom: 40px;
}

.profile-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-group-item.active{
    background-color: #79a89d !important;
    border-color:#79a89d !important;
}


.active .bs-stepper-circle{
    background-color:#79a89d !important;
}

.profile-wrapper h4{
    color:#000;
}

.profile-wrapper .list-group-item{
    font-size: 1.1rem !important;
}

.profile-wrapper .btn-success{
    background-color: #79a89d;
    border-color: #79a89d;
}

.uploader-container{
    border:1px solid #d7dae3;
    padding: 1.50rem;
    border-radius: 0.375rem;
    white-space: nowrap;
    overflow-x: auto;
    display: flex;
}

.uploader-container .dropzone{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width:100%;
}

.uploader-container .dropzone p{
    font-weight: 500;
    font-size: 1rem;
}

.uploader-container .fa-image{
    font-size: 60px;
    padding-bottom: 10px;
}

.thumbs-container{
    display: flex;
    white-space: nowrap;
}

.thumbs-container .thumb{
    display: inline-flex;
    border-radius: 2px;
    border: 1px solid #eaeaea;
    margin-right: 8px;
    width: 200px;
    height: 200px;
    padding: 4px;
    position: relative;
}

.thumbs-container .thumb-inner{
    display: flex;
    min-width: 0;
    overflow: hidden;
    width:100%;
    position: relative;
}

.thumbs-container .thumb-inner .thumb-title{
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 3px 7px 3px 7px;
    border-radius: 10px;
    max-width:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.thumbs-container .upload-thumb{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.thumbs-container img{
    display: block;
    width: 100%;
    height: 100%;
}

.overlay-upload-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    display: none;
    align-items: center;
    justify-content: center;
    gap:40px;
}

.image-list-drag{
    direction: ltr;
}

.image-list-drag::-webkit-scrollbar , .uploader-container::-webkit-scrollbar , .modal::-webkit-scrollbar , .swal2-html-container::-webkit-scrollbar {
    display: none;
}

.thumb:hover .overlay-upload-image{
    display: flex;
}

.overlay-upload-image .fa{
    font-size:30px;
    color:#fff;
    cursor: pointer;
}

.overlay-upload-image-loading {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.overlay-upload-image-loading .sk-three-bounce{
    height:45px;
}

.overlay-upload-image-loading p{
    color:#fff;
    font-weight: 500;
    font-size:1rem;
}

.step-trigger:active > .bs-stepper-label{
    color:#79a89d !important;
}

.step-trigger:active{
    color:#79a89d !important;
}


#sub-nav-dropdown::after{
    display: inline-block;
    margin-left: 0.5em;
    vertical-align: 0.255em;
    content: "";
    border: solid black;
    border-width: 0 3px 3px 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    padding: 2px;
    margin-bottom: -3px;
}

#sub-nav-dropdown + .dropdown-menu{
    left:102%;
    top:-6px;
}


