/* =============================
Name : style.css
Version 1.0

/* ==== base css ====*/
:root {
    --green : #5caf21;
    --white : #ffffff;
    --light:#FCFCFC;
    --light2:#F5F5F5;
    --light3:#DBDBDB;
    --dark : #333;
    --dark2 : #334862;
    --dark3 : #222;
    --gray:#f1f1f1;
    --gray2:#f3f3f3;
    --gray3:#ececec;
    --gray4:#575757;
    --gray5:#383838;
    --gray6:#54595F;;
    --gray7:#E3E3E3;;
    --gray8 : #4e4e4e;
}
a{
    text-decoration: none;
}
p{
    margin-bottom: 0;
}
body{
    background: var(--light);
    line-height: 1.6;
}
.radius-10{
    border-radius: 10px;
}
.text-green{
    color:#5caf21 !important;
}
.font-size-14{
    font-size: 14px !important;
}
.font-size-16{
    font-size: 16px !important;
}
.font-size-18{
    font-size: 18px !important;
}
.font-size-20{
    font-size: 20px !important;
}
.font-size-22{
    font-size: 22px !important;
}
.font-size-24{
    font-size: 24px !important;
}
.font-size-26{
    font-size: 26px !important;
}
.font-size-28{
    font-size: 26px !important;
}
.font-size-40{
    font-size: 40px !important;
}
.roate-90{
    transform: rotate(90deg);
}
.w-fit-content{
    width: fit-content !important;
}
/*overflow*/
.overflow-nowrap-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
}
input:focus-visible {
    outline: unset!important;
}
.btn-close:focus{
    box-shadow: none;
}

/*::-webkit-scrollbar {*/
/*    width: 3px;*/
/*}*/

/*::-webkit-scrollbar-track {*/
/*    background: rgba(59, 59, 69, 0.5);*/
/*    border-radius: 5px;*/
/*}*/

/*::-webkit-scrollbar-thumb {*/
/*    background: #85858e;*/
/*    border-radius: 5px;*/
/*}*/

/*::-webkit-scrollbar-thumb:hover {*/
/*    background: #747479;*/
/*}*/
.dotted-line{
    border-top: 3px dotted;
    margin-bottom: -1px;
    color: var(--gray2);
    opacity: 1;
}
/* ==== /Theme default css ====*/
/* ==== header css ====*/
header{
    background: var(--white);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, .15);
}
header .nav-link{
    padding: 10px;
    color: var(--dark) !important;
}

.header-menu{
    /*padding: 0 15px;*/
}

.search-input{
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-sizing: border-box;
    color: var(--dark);
    font-size: 14px;
    font-weight: 300;
    height: 2.507em;
    max-width: 100%;
    padding: 0 .75em;
    vertical-align: middle;
    text-indent: 25px;
}
.search-icon{
    /*margin-left: -25px;*/
    position: absolute;
    right: 10px;
    top:10px
}


.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: var(--gray);
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: var(--gray3);
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: var(--gray3);
}

.transparent-btn{
    font-size: 13px;
    color: var(--dark);
    padding: 10px;
}
.transparent-btn:hover{
    border-bottom: 3px solid var(--green);
}
.gray-btn{
    color: var(--dark);
    font-weight: normal;
    box-shadow: none !important;
    background: var(--gray);
    border-color: var(--gray) !important;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    transition: 0.4s;
}
.gray-btn:hover{
    color: #fff;
    background: var(--green);
    transition: 0.4s;
}
.profile-img{
    max-width: 100%;
    width: 130px;
    display: block;
    margin:auto;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.08);
}
.green-btn{
    background: var(--green);
    font-size: 16px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 12px 24px;
    border-radius:15px;
    margin: auto;
    display: block;
    width: fit-content;
}
.header-menu li.nav-item{
    font-size: 14px;
    padding:5px;
    border-top: 1px solid var(--gray3);
}
/* ==== /header css ====*/


/* ==== hero css ====*/
.hero-section{
    background: var(--white);
}
.hero-img{
    border-radius: 15px;
}
.hero-container{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 10%, #DBDBDB 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.hero-content{
    max-width: 1140px;
    margin: auto;
}
.hero-title{
    font-size: 35px;
    font-weight: 700;
    letter-spacing: -0.3px;
    word-spacing: 0px;
    color: var(--dark);
    text-align: center;
}
.hero-text{
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: var(--dark);
}
.info-box{
    background: var(--white);
    padding:10px 15px;
    border-radius: 20px;
}
.info-box img{
    width: 18%;
    max-width: 100%;
    margin: auto auto 20px;

}
.info-box > strong{
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: var(--gray4);
    margin-bottom: 20px;
    text-align: center;
}
.info-box >  p{
    display: block;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    color: var(--gray4);
}
.info-box >  p > span{
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: var(--gray4);
}
/* ==== /hero css ====*/
/* ==== custom-section css ====*/
.custom-section{
    position: relative;
}

.section-content{
    background: var(--gray5);
}
.section-container{
    max-width: 1140px;
    margin: auto;
    padding-bottom: 150px;
    position: relative;
    z-index: 10;
    top: 100px;
}
.video-section .section-container{
    top: 60px;
    padding-bottom: 115px;
}
.custom-section .title{
    font-size: 53px;
    font-weight: 900;
    text-shadow: 0px 6px 0px rgba(0, 0, 0, 0.34);
    color: var(--white);
    text-align: center;
}
.custom-section .subtitle{
    font-size: 50px;
    font-weight: 400;
    line-height: 1.1em;
    color: var(--light2);
    text-align: center;
    margin:20px 0;
}
.custom-section .description{
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    color: var(--white);
    margin: 15px 0;
}
.red-btn{
    font-size: 29px;
    font-weight: normal;
    background-color: #E91212;
    border-radius: 10px 10px 10px 10px;
    padding: 12px 24px;
    text-align: center;
    width: fit-content;
    margin: auto;
    display: block;
    color:white;
}
.shape{
    direction: ltr;
    left: 0;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.shape svg {
    display: block;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: calc(100% + 1.3px);
}
.video-section .shape-bottom{
    transform: rotate(180deg);
}
.shape-bottom svg {
    width: calc(108% + 1.3px);
    height: 124px;
}

.shape-top svg {
    width: calc(117% + 1.3px);
    height: 158px;
}
.video-section .shape-top svg {
    transform: translateX(-50%) rotateY(180deg);
}
.book-section .shape-bottom svg {
    transform: translateX(-50%) rotateY(180deg);
}


.shape-top{
    top: -1px;
}
.shape-fill{
    fill: var(--light3);
}
.shape-fill.white{
    fill: var(--white);
}
.shape-bottom{
    bottom: -1px;

}
.book-section .shape-bottom{
    transform: rotate(180deg);

}


/* ==== /custom-section css ====*/
/* ==== product-section css ====*/
.product-section{
    background-color: transparent;
    background-image: linear-gradient(180deg, #DBDBDB 0%, #FFFFFF 30%);
    position: relative;
}
.product-container{
    max-width: 1140px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
}
.product-section-title{
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
}
.more-btn{
    background-color: #DDDDDD;
    color: var(--dark);
    border-radius: 8px 8px 8px 8px;
    font-size: 15px;
    padding: 12px 24px;
}
.product-box{
    background: var(--gray);
    min-height:120px;
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
}
.product-box .img{
    width: 100%;
    object-fit: cover;
}
.product-box .title{
    line-height: 28px;
    height: 60px;
    font-weight: 700;
    margin-top: .1em;
    text-align: center;
    color:var(--dark2);
}
.product-box  .price{
    font-size: .9em;
    color: rgb(73 73 73) ;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.custom-owl-nav{
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.custom-owl-nav button{
    z-index: 3;
    top: 50%;
    position: absolute;
    background: transparent;
    border: 0;
}
.custom-owl-nav button.owl-prev{
    right: 12px;

}
.custom-owl-nav button.owl-next{
    left: 12px;
}
.owl-prev.disabled,.owl-next.disabled{
    display: none;
}
.custom-owl-nav-prev{
    width: 40px;
    height: 40px;
    background: #F2F2F5;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 5px;
    opacity: 1 !important;
    top: 50%;
    color: var(--dark2);
    font-size: 26px;
    /*display: block;*/
    right: -20px;
    display: flex;
    justify-content: center;
}

.custom-owl-nav-next{
    width: 40px;
    height: 40px;
    background: #F2F2F5;
    box-shadow: 0 0 1px rgba(40, 41, 61, 0.04), 0 2px 4px rgba(96, 97, 112, 0.16);
    border-radius: 5px;
    opacity: 1 !important;
    top: 50%;
    color: var(--dark2);
    font-size: 26px;
    /*display: block;*/
    left: -20px;
    display: flex;
    justify-content: center;

}
.custom-owl-nav-prev:hover,.custom-owl-nav-next:hover{
    color: var(--dark2);
}
/* ==== /product-section css ====*/
/* ==== blog-section css ====*/
.blog-section{
    background-color: transparent;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 100%);
}
.blog-container{
    max-width: 1140px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
}
.blog-section-title{
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
}
.blog-box{
    position: relative;
}
.blog-box > a{
    width: 100%;
    height: 290px;
    display: block;
    background-size: cover !important;
    border-radius: 10px;
    overflow: hidden;
}
.blog-box .title{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #262626 70%);
    padding: 30px;
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    color:var(--white);
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 600;
    border-radius: 10px;
}
/* ==== /blog-section css ====*/
/* ==== short-book-section css ====*/
.short-book-section{
    background-color: var(--white);
}
.short-book-container{
    max-width: 1140px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
}
.short-book-section-title{
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
}
.more-btn{
    background-color: #DDDDDD;
    color: var(--dark);
    border-radius: 8px 8px 8px 8px;
    font-size: 15px;
}
.short-book-box{
    /*min-height:300px;*/
    background-color: var(--gray);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0,0);
    border-radius: 10px;
    margin: 100px 10px;
}
.short-book-box .img{
    width: 70%;
    display: block;
    margin: auto;
    object-fit: cover;
    position: relative;
    top: -30px;
    border-radius: 10px;
}
.short-book-box .title{
    margin-top: .1em;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color:var(--dark3);
    margin-bottom: 0;
    position: relative;
    bottom: 19px;
}
/* ==== /short-book-section css ====*/
/* ==== product-section css ====*/
.feedback-section{
    background: var(--gray);
    position: relative;
}
.feedback-container{
    max-width: 1140px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
}
.feedback-section-title{
    font-size: 32px;
    font-weight: 700;
    color: var(--dark);
}
.feedback-box{
    background: var(--white);
    border-radius: 10px;
    margin: 0 10px;
    overflow: hidden;
}
.feedback-box .img{
    width: 100%;
    object-fit: cover;
}
.feedback-box .title{
    font-size: 18px;
    font-weight: 700;
    margin-top: .1em;
    text-align: center;
    margin-bottom: 0;
    color:var(--dark);
}
.feedback-box  .description{
    font-size: 14px;
    color: rgb(73 73 73) ;
    text-align: center;
    display: block;
}
/* ==== /product-section css ====*/
/* ==== rate-section css ====*/
.rate-section{
    background: var(--white);
    position: relative;
}
.rate-container{
    max-width: 1140px;
    margin: auto;
    padding-bottom: 50px;
    position: relative;
}
.rate-title{
    font-size: 20px;
    font-weight: 500;
    color: #5F5F5F;
    margin-bottom: 10px;
}
.rate-table{
    background-color: var(--white);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #DFDFDF;
    border-radius: 10px 10px 10px 10px;
}
.rate-item{
    margin:10px 0;
    font-size: 14px;

}
.custom-link{
    color:var(--dark);
    font-size:18px;
    text-align: center;
    text-decoration: dotted;
    margin: 20px auto;
    display: block;
    width: fit-content;
    border-bottom: 2px dotted var(--dark);
}

/* ==== /rate-section css ====*/
/* ==== footer css ====*/
footer{
    background-image: linear-gradient(180deg, #F1F1F1 0%, #FFFFFF 100%);
    padding-top: 30px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.footer-container{
    max-width: 1140px;
    margin: auto;
    position: relative;
}
.footer-title{
    font-size: 20px;
    font-weight: 500;
    color: var(--dark3);
    margin-bottom: 5px;
}
.footer-menu {
    list-style-type: none;
    padding: 0;
}
.footer-menu a{
    color: var(--gray6);
    font-size: 18px;
    line-height: 29px;

}
.footer-product-item{
    margin-bottom: 10px;
}
.footer-product-img{
    border-radius: 10px;
    margin-left: 12px;
}
.footer-title2{
    color: var(--dark3);
    font-size:18px;
    margin-bottom: 0;
    margin-top: 12px;
}
.footer-price{
    font-size: 16px;
    color: rgb(73,73,73);
}
.footer-social{
    list-style-type: none;
}
.footer-social a {
    color: var(--gray6);
    font-size: 17px;
    margin-bottom: 20px;
    line-height: 29px;
    display: block;
}
.footer-social i {
    font-size: 34px;
    margin-left: 12px;
    vertical-align: middle;
}
.line{
    margin: 34px 0;
    border-bottom: 1px solid var(--gray7);
}
.footer-text{
    color: var(--gray6);
    font-size: 18px;
    margin-top: 20px;
    line-height: 29px;
    display: block;
}
.copyright{
    padding-top:15px;
    padding-bottom: 15px;
    background: var(--gray8);
    text-align: center;
    color:var(--white);
}
.copyright span{
    color:var(--green);
}
.footer2{
    padding-bottom: 50px;
}
/* ==== /footer css ====*/
/* ==== player ====*/
.custom-bg{
    background-image: linear-gradient(180deg, #F1F1F1 59%, #ffffff 93%);
    /*background-color: #F1F1F1;*/
}

.player{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    max-height: 100%;
}
.player-video{
    background-color: #000;
    border: none;
    display: flex;
    height: 100%;
    width: 100%;
}
.custom-embed-image-overlay{
    background-position: 50%;
    background-size: cover;
    inset: 0;
    position: absolute;
}
.custom-embed-play{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.custom-embed-play i{
    color: var(--white);
    font-size: 61px;
}

/* ==== /player ====*/
/* ==== product-nav ====*/
.product-nav{
    background: var(--white);
    margin: 15px 0;
    padding:15px 0;
    border-radius: 15px;
    /*box-shadow:0 .125rem .25rem rgba(0,0,0,.075)*/
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
}
.product-nav-item{
    background: var(--gray);
    font-size: 15px;
    /*line-height: 1;*/
    color:var(--dark3);
    border-radius: 10px;
    width: 100%;
    text-align: center;
    display: block;
    padding: 12px 24px;
    margin:0px 5px;
    font-weight: 300;

}
/* ==== /product-nav ====*/
/* ==== product-description ====*/
.product-description{
    padding: 20px 20px 20px 20px;
    background: var(--white);
    margin: 15px 0;
    border-radius: 15px;
    line-height: 150%;
    text-align: justify;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)
}
.product-description  *{
    margin-bottom: 10px;
}

.collapsable-content {
    max-height: 600px;
    overflow: hidden;
    position: relative;
}
.collapsable-content.expanded{
    max-height: fit-content;
}
.collapsable-content:not(.expanded)  > .content-gradient{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 115px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
    margin-bottom: 0;
    display: block;
}
.toggleCollapseButton {
    width: 210px;
    padding: 12px 24px;
    margin: 10px auto 0 auto;
    background: #ededed;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    color: #404040;
    border-radius: 7px;
    display: block;
}
.toggleCollapseButton i{
    margin-right: 5px;
}
/* ==== /product-description ====*/
/* ==== product-spec ====*/
.product-spec{
    background: var(--white);
    margin: 15px 0;
    padding:15px;
    border-radius: 15px;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)
}
.spec-title{
    font-size: 20px;
    color:var(--dark3);
    border-radius: 15px;
    padding: 12px;
    border : 1px solid var(--gray);
}

.spec-title[aria-expanded="true"] span.icon:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f068";
    font-weight: 300;
}
.spec-title[aria-expanded="false"] span.icon:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    font-weight: 300;
}
.spec-list{
    padding: 12px;
    border-radius: 10px;
    margin:10px auto;
    border : 1px solid var(--gray);
}
.spec-list-title{
    background: #EFEBE9;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    color: var(--dark3);
    line-height: normal;
    font-weight: 700;
    margin-bottom: 5px;
}
.spec-list-value{
    background: #EFEBE9;
    border-radius: 10px;
    padding: 10px 15px;
    font-size: 16px;
    color: var(--dark3);
    line-height: normal;
    margin-bottom: 5px;
}


/* ==== /product-spec ====*/
/* ==== ask-question ====*/
.ask-question{
    background: var(--white);
    margin: 15px 0;
    padding:15px;
    border-radius: 15px;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)
}
.question-title-content img{
    width: 60px;
    margin-left: 8px;
    object-fit: scale-down;
}
.question-title-content h3{
    margin: 0;
    color: var(--green);
    font-weight: 900;
    font-size: 1.25em;
}
.content-wrapper h2{
    margin: 0;
    color: var(--green);
    font-weight: 600;
    font-size: 26px;
}
.content-wrapper h1{
    margin: 0;
    color: var(--green);
    font-weight: 600;
    font-size: 30px;
}
.content-wrapper h3{
    margin: 0;
    color: var(--green);
    font-weight: 900;
    font-size: 1.25em;
}

.question-title-content p{
    margin: 0;
    color: var(--dark3);
    font-size: 18px;
    font-weight: 400;
}
.gray-input{
    padding: 23px 18px;
    border: 0 solid #cdcdcd;
    border-radius: 8px;
    font-size: 15px;
    background: #e9e9e9;
    box-shadow: none;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    height: 2.507em;
}
.green-btn2{
    background: var(--green);
    color: var(--white);
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 15px;
    white-space: nowrap;
    text-align: center;
    height: 100%;

}
.flex-1{
    flex: 1;
}
/* ==== /ask-question ====*/
/* ==== faq ====*/
.faq{
    background: var(--white);
    margin: 15px 0;
    padding:15px;
    border-radius: 15px;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)
}
.faq-title{
    font-size: 22px;
    font-weight: 500;
    color:var(--dark3)
}
.faq-question i{
    color:var(--dark3);
    font-size: 18px;
    vertical-align: center;
}
.faq-question{
    margin-bottom: 10px;
    color: var(--dark);
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
.faq-answer{
    background-color: #f9f9f9;
    padding: 15px;
    margin-right: 28px;
    border-radius: 15px 4px 15px 15px;
    line-height: 1.6;
    color: #444;
    font-size: 18px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.faq p:last-child{
    margin-bottom: 60px;
}
/* ==== /faq ====*/
/* ==== comment ====*/
.comment{
    background: var(--white);
    margin: 15px 0;
    padding:15px;
    border-radius: 15px;
    border:1px solid var(--gray);
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)
}
.comment-summary{
    margin: 25px 0;
    background: transparent;
    box-shadow: none;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 12px;
}
.comment-summary-title-content img{
    width: 60px;
    margin-left: 8px;
    object-fit: scale-down;
}
.comment-summary-title-content h3{
    margin: 0;
    color: var(--green);
    font-weight: 900;
    font-size: 1.25em;
}

.comment-summary-title-content p{
    margin: 0;
    color: var(--dark3);
    font-size: 18px;
    font-weight: 400;
}
.comment-summary-text{
    display: block;
    margin: 0;
    padding: 15px;
    background: var(--gray);
    border-radius: 15px 0px 15px 15px;
    line-height: 1.8;
    color: var(--dark3);
    font-size: 18px;
    position: relative;
    max-width: 100%;
}
.comment-count{
    font-weight: 900;
    margin-right: 35px;
    color: var(--dark3);
    font-size: 22px;
}
.comment-item .info{
    font-weight: 700;
    font-size: 18px;
    color: var(--dark3);
    margin-bottom: 5px;
}
.comment-item .date{
    border-radius: 7px;
    font-size: 14px;
    padding: 2px 6px;
    color: #999;
    background: #f7f7f7;
    margin-right: 5px;
    font-weight: 300;
}
.comment-item .comment-content{
    font-weight: normal;
    color: var(--dark3);
    font-size: 18px;
    text-align: justify;
}
.comment-item .answer{
    margin-left: 0;
    margin-right: 30px;
    border-radius: 15px 4px 15px 15px;
    padding: 40px 20px !important;
    background: #fafafa;
    position: relative;
    margin-top: 10px;
}
.comment-item .verified{
    background: #e4edde;
    border-radius: 6px;
    box-shadow: none;
    color: var(--green);
    font-weight: 500;
    font-style: normal;
    margin-left: 8px;
    line-height: 15px;
    font-size: 13px;
    padding:2px;
    position: relative;
    margin-right: 2px;
}
.comment-item .verified:after{
    content: "";
    position: absolute;
    left: -15px;
    top: -17px;
    width: 25px;
    height: 25px;
    background: url('../img/verify.png');
    background-size: contain;
    background-color: white;
    border-radius: 50%;
}
.comment-item{
    margin:10px;
    padding: 20px;
}
.comment-list >div:not(:first-child){
    border-top: 1px dashed #ddd;
}
.new-comment{
    border-radius: 10px;
    border:2px solid #dddddd;
    padding: 15px;
}
.new-comment-title{
    color:var(--dark3);
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
}
.new-comment-label{
    color:var(--dark3);
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 700;
    display: block;
}
.new-comment-textarea{
    border-radius: 8px;
    box-shadow: none;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: var(--dark3);
    font-size: .97em;
    height: 2.507em;
    max-width: 100%;
    transition: color .3s, border .3s, background .3s, opacity .3s;
    vertical-align: middle;
    resize: vertical;
    padding: 10px;
}
.new-comment-textarea:focus,.new-comment-textarea:focus-visible{
    border: 1px solid #ddd;
    outline: 0;
}
/* ==== /comment ====*/
/* ==== product-info ====*/
.product-info{
    background: var(--white);
    margin: 15px 0;
    padding:20px;
    border-radius: 15px;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075)
}
.product-info-title{
    font-size: 20px;
    font-weight: 400;
    color: var(--dark3);
    border-bottom: 3px dashed #E2E2E2;
    margin-bottom: 20px;
}
.product-info-item{
    font-size: 17px;
    font-weight: normal;
    color: #7A7A7A;
    padding:5px 0;
}
.product-info-item i{
    margin-left: 5px;
}
.product-info-price{
    color: rgb(73 73 73) !important;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 700;
}
.dashed2{
    margin-top: 20px;
    border-bottom: 3px dashed #E2E2E2;
}
.product-info-add-cart{
    font-size: 18px;
}
.product-info-add-cart:hover{
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 4px #5caf21 !important;
}
/* ==== /product-info ====*/
/* ==== help ====*/
.custom-box{
    padding: 10px 5px;
    border-radius: 10px 10px 10px 10px;
}
.help{
    background-color: #FFFAEF;
}
.snapp{
    background-color: var(--white);
}
.custom-box .icon{
    display: block;

    position: relative;
}
.custom-box .icon > *{
    height: 50px;
    width: 50px;
    border-radius: 10px;
}
.custom-box-text{
    font-size: 16px;
    font-weight: 500;
    color: var(--dark3);
    margin-bottom: 5px;
}
.custom-box-link{
    box-shadow: none;
    text-decoration: none;
    color: #7A7A7A;
    font-size: 16px;
    font-weight: normal;
}
.sidebar{
    position: sticky;
    top: 10px;
    bottom: 10px;
    padding-bottom: 20px;
}
/* ==== /help ====*/
/* ==== bottom-add-cart ====*/
.bottom-add-cart{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--white);
    box-shadow: 5px 0 5px 0 rgba(27, 31, 35, .1);
    z-index: 200;
}
.bottom-add-cart-container{
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
}
.bottom-add-cart .product-img{
    width: 50px;
    max-height: 50px;
    object-fit: cover;
    border-radius: 5px;
    max-width: 100%;
    margin: 5px 0;
}
.bottom-add-cart .product-title{
    font-weight: 400;
    color:var(--dark3);
    font-size: 14px;
}
.bottom-add-cart .product-rate{
    font-size: 10px;
    color:#f9a629;
}
.bottom-add-cart .product-price{
    font-weight: bold;
}
.bottom-add-cart .product-add-cart{
    font-size: 14px;
}
/* ==== /bottom-add-cart ====*/

/* Mega Menu Styles */
.navbar-nav .dropdown {
    position: relative;
}

.navbar-nav .dropdown-menu {
    margin-top: 0;
    width: 250px;
    border: none;
    border-radius: 10px;
    padding: 15px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar-nav .nav-link {
    position: relative;
}

.navbar-nav .nav-link:hover {
    color: var(--green) !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: var(--green);
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

.navbar-nav .dropdown-toggle::after {
    border: none !important;
    border-top: none !important;
    content: '' !important;
}

.mega-menu {
    background: #fff;
}

.mega-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.mega-menu-list li {
    margin: 0;
}

.mega-menu-list li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    padding: 8px 20px;
    display: block;
}

.mega-menu-list li a:hover {
    color: #28a745;
    background-color: #f8f9fa;
}

.navbar-nav .dropdown-toggle::after {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.navbar-nav .dropdown.show > .nav-link::after,
.navbar-nav .dropdown:hover > .nav-link::after,
.navbar-nav .dropdown:focus-within > .nav-link::after {
    width: 100%;
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
}
.mobile-submenu li {
    border-bottom: none;
}
.mobile-submenu li a {
    display: block;
    color: #333;
    font-size: 15px;
    padding: 10px 0 10px 10px;
    text-decoration: none;
    transition: color 0.2s;
    background: transparent;
}
.mobile-submenu li a:hover {
    color: var(--green);
    background: transparent;
}
.mobile-dropdown > .nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile-dropdown-toggle {
    transition: transform 0.2s;
    margin-right: 8px;
    font-size: 16px;
    display: flex;
    align-items: center;
}
.mobile-dropdown.open > .nav-link .mobile-dropdown-toggle i {
    transform: rotate(180deg);
}

.offcanvas-body .nav-link::after {
    display: none !important;
}

.mobile-submenu {
    padding-right: 20px;
    padding-left: 20px;
}
.hidden{
    display: none;
}
.product-info-item h1{
    font-size: 17px !important;
    font-weight: normal !important;
    color: #7A7A7A !important;
}



