html, body {
    overflow-x: hidden;
    position: relative;
}

header {
    position: fixed;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: #ffffff;
}

body {
    padding-top: 144px;
    padding-bottom: 54px;
    box-sizing: border-box;
}

header #bwp-topbar {
    display: block;
}

header .container-fluid {
    display: flex;
}

header .mobile-header {
    display: none;
}

header .mobile-header .more-btn {
    display: block;
}

header .mobile-header .close-icon {
    display: none;
}

header .mobile-header .more-btn.visible {
    display: none;
}

header .mobile-header .close-icon.visible {
    display: block;
}

#bwp-topbar {
    color: #ffffff;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
    border-bottom: none;
	background:#337322;
}

#bwp-topbar .row {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#bwp-topbar .col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.topbar-right {
    display: flex;
    justify-content: end;
}

#bwp-topbar .col-xl-6.col-lg-6.col-md-12.col-sm-12.col-12.topbar-right a {
    color: #fff;
    text-decoration: none;
}

.container-fluid {
    display: flex;
    justify-content: center;
}

.header-nav-wrapper {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.header-nav-wrapper .nav-item {
    cursor: pointer;
}

.header-nav-wrapper .nav-item:hover {
    color: var(--bs-green);
}

.header-nav-wrapper .header-right-a:hover {
    color: var(--bs-green);
    --bs-link-color-rgb: var(--bs-green);
}

.col-sm-4.col-lg-2 {
    flex: 1;
}

.hover-green:hover {
    color: var(--bs-green);
    cursor: pointer;
}

.header-left-div {
    display: flex;
    &.w-f1 {
        flex: 1;
    }
}

.header-swiper {
    height: 784px;
}

.header-swiper .slide-content {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 30%;
}

.header-swiper .headerTContainer {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.descTxt {
    font-family: Poppins;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
}

.titleTxt {
    font-family: Poppins;
    font-weight: 700;
    font-size:70px;
    color: #FFFFFF;
    line-height: 108px;
    padding-bottom: 16px;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
}


.titleTxt.green {
    color: #337322;
}

.titleTxt.black {
    color: #272727;
}

.titleTxt.blue {
    color: #2a4a61;
}

.sec-title {
    color: #333333;
    font-family: Poppins;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
}

.btn-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}


.swiper-button-next:after, .swiper-button-prev:after{
	color:green;
}

.headerTContainer .btn-wrapper .btn-txt{
    color: #ffffff;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 700;
    background-color: #337322;
    line-height: 50px;
    width: 126px;
    margin-top: 24px;
    border: 1px solid #337322;
}

.headerTContainer .btn-wrapper .btn-txt.black {
    background-color: #272727;
    border: 1px solid #272727;
}

.headerTContainer .btn-wrapper .btn-txt.blue {
    background-color: #2a4a61;
    border: 1px solid #2a4a61;
}

.headerTContainer .btn-wrapper .btn-txt.green:hover {
    color: #337322;
    background-color: rgba(255,255,255,0);
    border: 1px solid #337322;
}

.headerTContainer .btn-wrapper .btn-txt.black:hover {
    color: #272727;
    background-color: rgba(255,255,255,0);
    border: 1px solid #272727;
}

.headerTContainer .btn-wrapper .btn-txt.blue:hover {
    color: #2a4a61;;
    background-color: rgba(255,255,255,0);
    border: 1px solid #2a4a61;
}

.header-band {
    background-color: var(--bs-primary);
}

/* .header-band img {
    object-fit: contain !important;
    object-position: right center !important;
} */

.header-band h1{
    color: #ffffff;
}

.footer-wrapper {
    border-top: 1px solid #dedede;
}

.footer-menu .detail{
    color: #a3a3a3;
    font-size: 14px;
    line-height: 24px;
    padding-top: 12px;
}

.footer-menu .info-wrapper {
    padding-top: 24px;
}

.footer-menu .info-item {
    display: flex;
    align-items: center;
}

.footer-menu .info-icon {
    width: 18px;
}

.footer-menu .txt {
    color: #333333;
    font-size: 14px;
    margin-bottom: 0px;
    padding-left: 8px;
}

.footer-menu .widget-title {
    color: #333333;
    padding-bottom: 13px;
    margin-bottom: 20px;
    position: relative;
}

.footer-menu .widget-title::after {
    content: '';
    color: #333333;
    width: 48px;
    border-bottom: 1px solid #333333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.footer-menu .menu-item {
    color: a7a7a7;
}

.footer-menu .menu-item:hover {
    color: var(--bs-green);
}

.footer-menu .email-input {
    background-color: #a3a3a3;
}

.footer-menu .plane-icon {
    width: 20px;
}

#loginForm, #registerForm {
    display: none;
}

#loginForm.show, #registerForm.show {
    display: block;
} 

#registerBtn, #loginBtn {
    color: #333333;
    display: none;
}

#registerBtn.show, #loginBtn.show {
    display: block;
} 

#loginBody .btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #fff;
    color: #000;
    right: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding-top: 90px;
}

.search-overlay.search-visible {
    opacity: 1;
    visibility: visible;
}

.search-overlay .search-top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.search-overlay .search-top h2 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
}

.search-overlay .close-search {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: pointer;
}

.search-overlay .close-icon {
    width: 42px;
}

.search-overlay .close-search .deep-close-icon {
    display: block;
}

.search-overlay .close-search .light-close-icon {
    display: none;
}

.search-overlay .close-search:hover .deep-close-icon {
    display: none;
}

.search-overlay .close-search:hover .light-close-icon {
    display: block;
}

.search-overlay .search-from {
    margin: auto;
    display: flex;
    position: relative;
}

.search-overlay .search-from .search-box {
    cursor: pointer;
    text-align: center;
    text-align: left;
    flex: 1;
}

.search-overlay .search-from .search-box #searchsubmit {
    position: absolute;
    top: 15px;
    background: 0 0;
    color: #000;
    text-transform: capitalize;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    border: 0;
    padding: 0;
    right: 0;
}

.search-overlay .search-from .search-box input[type=text] {
    border: 0;
    padding: 0;
    line-height: 50px;
    width: 100%;
    color: #000;
    font-size: 40px;
    font-weight: 500;
    border-bottom: 2px solid #000;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.search-overlay .search-from .search-box input[type=text]:focus-visible {
    outline: 1px solid #ffffff;
}

.search-overlay .search-from .search-box {
    text-align: left;
    flex: 1;
}

.search-overlay .search-from .result-search-products {
    display: flex !important;
    flex-wrap: wrap;
    z-index: 10000;
    position: relative;
    background: #fff;
    overflow-y: auto;
    padding: 0;
    overflow-x: hidden;
    left: 0;
    list-style: none;
    margin: 0 -15px;
    height: calc(100vh - 275px);
}

.search-overlay .search-btn img{
    width: 36px;
}

.search-overlay .search-btn .deep-search-icon {
    display: block;
}

.search-overlay .search-btn .light-search-icon {
    display: none;
}

.search-overlay .search-btn:hover .deep-search-icon {
    display: none;
}

.search-overlay .search-btn:hover .light-search-icon {
    display: block;
}

.flex {
    display: flex;
}

.flex-align-center {
    display: flex;
    align-items: center;
}

.flex-col-center {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.w-31 {
    width: 31%;
}

.w-22 {
    width: 22%;
}

.w-66 {
    width: 66px;
}

.w-80 {
    width: 80%;
}

.w-100 {
    width: 100%;
}

.mt-12 {
    margin-top: 12px;
}

.mt-24 {
    margin-top: 24px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mt-100 {
    margin-top: 100px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.pt-0 {
    padding-top: 0;
}

.pb-0 {
    padding-bottom: 0;
}

.col {
    width: 25%;
}

.col-7 {
    width: 75%;
}

.fwb {
    font-weight: bold;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.border-r-1 {
    border-right: 1px solid #dedede;
}

.border-bottom-1 {
    border-bottom: 1px solid #dedede;
}

.btn-black-green:hover {
    border-color: var(--bs-green);
    background-color: var(--bs-green);
}

.btn-hover-green {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.btn-hover-green:hover {
    border-color: var(--bs-green);
    background-color: var(--bs-green);
}

.form-check {
    display: flex;
    align-items: center;
}

.form-check label,
.form-check input {
    cursor: pointer;
}

.form-check:hover {
    color: var(--bs-green);
}

.form-check input {
    margin-right: 12px;
    margin-bottom: 4px;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0rem var(--bs-primary);
}

.form-check-input:checked {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-hover-white {
    color: #ffffff;
    border: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0);
}

.title-wrapper {
    padding-top: 80px;
    padding-bottom: 60px;
}

.flex-column {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--bs-primary) !important;
}

#cat-section {
    background-image: url(../images/bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#cat-section .title {
    position: relative;
    padding-bottom: 12px;
}

#cat-section .title::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid var(--bs-green);
    left: 50%;
    margin-left: -27px;
    width: 54px;
    bottom: 0;
}

#cat-section .cat-container {
    width: 1440px;
    flex-wrap: wrap;
}

#cat-section a {
    width: 25%;
}

#cat-section .cat-item {
    padding: 32px 24px;
    cursor: pointer;
}

#cat-section .white-circle {
    overflow: hidden;
    width: #ffffff;
    border-radius: 50%;
}

#cat-section .white-circle img {
    width: 100%;
    transition: transform 0.5s ease; 
}

#cat-section .cat-item:hover img {
    transform: scale(1.1); 
}

#cat-section .cat-title {
    margin: 0;
    margin-top: 17px;
    font-size: 25px;
    font-weight: bold;
	color:black;
}

#cat-section .cat-tip {
    font-size: 14px;
    color: #a3a3a3;
}

#latest-blog .title {
    color: #ffffff;
    position: relative;
    padding-bottom: 22px;
}

#latest-blog.no-bg {
    background-image: none;
}

#latest-blog .title::after {
    content: '';
    position: absolute;
    border-bottom: 2px solid var(--bs-green);
    left: 50%;
    margin-left: -27px;
    width: 54px;
    bottom: 0;
}

#latest-blog .image-holder {
    overflow: hidden;
    position: relative;
}

#latest-blog .card-img-top {
    transition: transform 0.3s ease-in-out;
}

#latest-blog .col-md-4 {
    padding: 0px 24px;
    margin-bottom: 100px;
}

#latest-blog .col-md-4:hover .card-img-top{
    transform: scale(1.1); /* 放大1.1倍 */
}

#latest-blog .card-body {
    position: relative;
}

#latest-blog .col-md-4 .entry-dates {
    background: #fff;
    text-align: center;
    padding: 16px 10px;
    position: absolute;
    z-index: 0;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -37px;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    box-shadow: 20px 20px 30px 0 hsla(0, 0%, 89%, .5);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

#latest-blog .col-md-4 .post-item {
    transition: all .3s ease;
}

#latest-blog .col-md-4 .post-item:hover {
    transform: translateY(-10px);
}

#latest-blog .col-md-4 .card-body {
    padding-top: 62px;
    padding-bottom: 0px;
    cursor: pointer;
}

#latest-blog .col-md-4 .cat {
    color: var(--bs-green);
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    padding-bottom: 12px;
}

#latest-blog .col-md-4 .blog-title {
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto;
    max-width: 240px;
    font-weight: 500;
    color: var(--bs-primary);
    padding-bottom: 18px;
}

#latest-blog .col-md-4 .blog-detail {
    font-size: 16px;
    line-height: 28px;
    color: #aaaaaa;
    padding-bottom: 25px;
    width: 80%;
}

#latest-blog .col-md-4 .more-wrapper {
    padding: 15px 0px;
    margin: 0px 15px;
    border-top: 1px solid #a3a3a3;
    width: 100%;
    display: flex;
    justify-content: center;
}

#latest-blog .col-md-4 .more-wrapper .more-btn {
    color: var(--bs-primary);
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid var(--bs-primary);

    animation-duration: 1s; /* 动画总时长 */
    animation-fill-mode: both;
    transition: all 0.5s ease-in-out;
}

#latest-blog .col-md-4 .more-wrapper .more-btn .right-arrow {
    width: 12px;
}

#latest-blog .col-md-4 .cat:hover {
    color: #333333;
}

#latest-blog .col-md-4 .blog-title:hover,
#latest-blog .col-md-4 .more-wrapper .more-btn:hover,
#latest-blog .col-md-4 .more-wrapper .more-btn .right-arrow:hover {
    color: var(--bs-green);
    border-color: var(--bs-green);
}

#latest-blog .col-md-4 .more-wrapper .more-btn:hover {
    animation-name: shake;
    animation-iteration-count: 1;
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-8px); /* 向左移动 */
    }
    50% {
        transform: translateX(8px); /* 向右移动 */
    }
}

#latest-blog .col-md-4 .entry-dates span.day {
    font-size: 20px;
    color: #000;
    line-height: 22px;
    display: inline-block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 4px;
}

#latest-blog .col-md-4 .entry-dates span.month {
    font-size: 11px;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    font-weight: 500;
}

 

.slogan h2 {
    color: #ffffff;
    font-size: 32px;
}

.slogan p {
    color: #ffffff;
    font-size: 16px;
}

#latest-blog {
    background-image: url(../images/bg-3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-size:auto 100%;
}

#partner-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    padding-bottom: 100px;
}

.partner-wrapper {
    width: 1440px;
    display: flex;
    border: 1px solid #dedede;
}

#partner-section a {
    width: 25%;
}

.parner-item {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.parner-item img{
    width: 30%;
    transition: transform 0.5s ease; 
}

.parner-item:hover img{
    transform: scale(1.1); 
}

#feedback {
    display: flex;
    justify-content: center;
    padding: 100px 0px;
    /* background-color: #f6f6f6; */
}

.feedback-container {
    width: 1200px;
    position: relative;
}

.feedback-swiper-container {
    margin-top: 42px;
}

.feedback-container .feedback-swiper {
    padding-bottom: 62px;
}

.feedback-container .feedback-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.feedback-container .feedback-swiper .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

.feedback-container .feedback-swiper .slide-content {
    background-color: #ffffff;
    padding: 32px 24px;
    min-height: 300px;
    border: 2px solid #e5e5e5;
}

.feedback-container .feedback-swiper .slide-content .star img {
    color: var(--orange-color);
    font-size: 14px;
}

.feedback-container .feedback-swiper .slide-content .detail {
    padding: 24px 0px;
    font-family: "Inter", sans-serif;
    font-size: 15px;
}

.feedback-container .client-head {
    width: 60px;
    height: 60px;
    margin-right: 18px;
}

.feedback-container .client-head img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.feedback-container .swiper-button-prev,
.feedback-container .swiper-button-next {
    position: absolute;
    top: 328px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    /* color: var(--second-color); */
    color: #ffffff;
    background-color: var(--second-color);
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.feedback-container .swiper-button-prev:hover,
.feedback-container .swiper-button-next:hover {
    background-color: var(--main-color);
    /* color: var(--orange-color); */
}

.feedback-container .swiper-button-next {
    left: 72px;
}

.feedback-container .swiper-button-prev::after,
.feedback-container .swiper-button-next::after {
    font-size: 18px;
}

.feedback-container .feedback-swiper .slide-content .name {
    font-family: "Tenor Sans", sans-serif;
    font-size: 18px;
}

.feedback-container .feedback-swiper .slide-content .type {
    color: var(--orange-color);
    font-family: "Inter", sans-serif;
    font-size: 14px;

}

#footer-bottom {
    background-color:#337322; padding-top:35px; padding-bottom:20px; color:white
}

#footer-bottom .row {
    display: flex;
    justify-content: center;
}

#footer-bottom .copyright {
    align-items: center;
    display: flex;
    color:#fff;
    margin-bottom: 0;
    font-size: 14px;
    font-family: Poppins,sans-serif;
    flex-flow: column;
}

#footer-bottom .copyright a {
    color: #fff;
}

#about-us-section {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 80px;
}

#about-us-div {
    width: 1440px;
    display: flex;
    flex-flow: column;
    align-items: center;
}

#about-us-div .big-img-wrapper {
    width: 100%;
    height: 663px;
    background-image: url(../images/bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tip {
    color: var(--bs-green);
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 32px;
    font-family: Poppins, sans-serif;
}

.title {
    font-size: 34px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: var(--bs-primary);
    padding-bottom: 28px;
    font-family: Poppins, sans-serif;
}

#about-us-div .detail {
    width: 965px;
    color: #a3a3a3;
    font-size: 14px;
    margin: 60px 65px 60px 65px;
    display: flex;
    flex-flow: column;
    font-family: Poppins, sans-serif; 
}

.page-about.detail{
	text-align:left !important; align-items: flex-start;
}

.page-about.detail h5{
	text-align:left;
}

.page-about.detail p{
	margin-bottom:5px;
}

#about-us-div .detail div {
    padding-bottom: 12px;
}

.divider {
    position: relative;
    width: 175px;
    border-bottom: 1px solid var(--bs-primary);
}

.divider .diamond-icon-div {
    position: absolute;
    width: 28px;
    left: 50%;
    top: -6px;
    margin-left: -14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.divider .diamond-icon-div img {
    width: 12px;
    height: 12px;
}

.section-header {
    position: relative;
}

#hot-selling {
    margin-top: 80px;
}

#hot-selling .more-btn {
    position: absolute;
    right: 0;
    bottom: 24px;
}

#hot-selling .more-btn {
    display: block !important;
    visibility: visible !important;
}

#hot-selling .mobile-more-btn {
    display: none !important;
    visibility: hidden !important;
}

#sellingProduct .swiper-slide {
    overflow: hidden;
}

#sellingProduct .image-zoom {
    position: relative;
}

#sellingProduct .image-zoom .img-hover-zoom {
    z-index: 999;
    overflow: hidden;
    margin-left: 0px;
    margin-top: 0px;
    background-position: center;
    width: 100%;
    height: 656px;
    float: left;
    cursor: crosshair;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}

#sellingProduct .img-hover-zoom.img-1 {
    background-image: url(../images/pic-1.jpg);
}

#sellingProduct .img-hover-zoom.img-2 {
    background-image: url(../images/pic-2.jpg);
}

#sellingProduct .img-hover-zoom.img-3 {
    background-image: url(../images/pic-3.jpg);
}

#sellingProduct .img-hover-zoom.img-4 {
    background-image: url(../images/pic-4.jpg);
}

#sellingProduct .img-hover-zoom.img-5 {
    background-image: url(../images/pic-5.jpg);
}

#sellingProduct .image-zoom-1:hover .img-hover-zoom,
#sellingProduct .image-zoom-2:hover .img-hover-zoom,
#sellingProduct .image-zoom-3:hover .img-hover-zoom,
#sellingProduct .image-zoom-4:hover .img-hover-zoom,
#sellingProduct .image-zoom-5:hover .img-hover-zoom {
    display: block;
}

#shopListTip,
#shopSelectors {
    display: block;
}

#shopListTip p {
    margin-bottom: 0;
}

#showSelectors {
    display: none;
}

.cat-item, .tags-item {
    cursor: pointer;
}

#shopSelectors .cat-item:hover,
#shopSelectors .tags-item:hover {
    color: var(--bs-green);
}

#selectorsPopup {
    visibility: hidden;
 }

 #selectorsPopup .cat-item.active,
 #selectorsPopup .tags-item.active {
    background-color: var(--bs-primary);
    color: #ffffff;
 }

#blogDetailSeciton {
    display: flex;
    justify-content: center;
}

.blog-detail-container {
    width: 1440px;
    display: flex;
    justify-content: space-between;
}

.blog-detail-container .left-wrapper {
    width: 30%;
    padding-top: 42px;
    padding-right: 24px;
}

.blog-detail-container .right-wrapper {
    width: 70%;
}

#blogDetailSeciton .left-wrapper .key-search {
    margin-bottom: 42px;
}

#blogDetailSeciton .left-wrapper .item-title{
    padding: 15px 25px 15px 40px;
    margin: 0;
    line-height: 22px;
    position: relative;
    background: #f5f5f5;
}

#blogDetailSeciton .left-wrapper .item-title .txt {
    font-size: 16px;
    padding-left: 12px;
    border-left: 2px solid var(--bs-primary);
}

#blogDetailSeciton .left-wrapper .cat-list,
#blogDetailSeciton .left-wrapper .key-list {
    padding: 25px 25px 25px 36px;
}

#blogDetailSeciton .left-wrapper .cat-item {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 5px;
    cursor: pointer;
}

#blogDetailSeciton .left-wrapper .key-item {
    z-index: 1;
    font-size: 15px !important;
    color: #e2e2e2;
    margin: 0 6px 10px 0;
    padding: 5px 25px;
    background: #f5f5f5;
    text-transform: capitalize;
    border: none;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: 400;
    z-index: 0;
    line-height: 18px;

    color: #a3a3a3;
    border: 1px solid #e2e2e2;
    overflow: hidden;
    background: 0 0;
    padding: 10px 20px;
    text-transform: capitalize;
    position: relative;

    cursor: pointer;
}

#blogDetailSeciton .left-wrapper .key-item::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #efefef;
    z-index: -1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#blogDetailSeciton .left-wrapper .key-item:hover {
    color: #ffffff;
    border-color: var(--bs-primary);
}

#blogDetailSeciton .left-wrapper .key-item:hover:before {
    width: 100%;
    background: var(--bs-primary);
}

#blogDetailSeciton .left-wrapper .cat-item:hover {
    color: var(--bs-green);
}

#blogDetailSeciton .left-wrapper .cat-item img {
    width: 18px;
    margin-right: 4px;
}

#blogDetailSeciton .left-wrapper .cat-item .img-icon {
    display: block;
}

#blogDetailSeciton .left-wrapper .cat-item .hover-icon {
    display: none;
}

#blogDetailSeciton .left-wrapper .cat-item:hover .img-icon {
    display: none;
}

#blogDetailSeciton .left-wrapper .cat-item:hover .hover-icon {
    display: block;
}

.cart-table td {
    vertical-align: middle;
}

.base-right-btn {
    background-color: var(--bs-primary) !important;
    width: 38px !important;
    height: 38px !important;
    line-height: 38px !important;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px !important;
    color: white !important;
    position: fixed;
    z-index: 2000;
}

#all-whatsapp {
    bottom: 155px;
}

#all-top {
    bottom: 90px;
    display: none;
}

#all-top.cur {
    display: flex !important;
}

.nav-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-color: #ffffff;
    margin-top: 54px;
    padding: 16px;
    overflow-y: scroll;
    display: none;
}

.nav-overlay a {
    font-size: 18px;
    line-height: 1.5;
    padding: 12px 0px;
}

.nav-overlay.visible {
    display: block;
}

.order-search-ipt {
    font-size: 16px;
}

#shopBody #input-sort,
#orderListBody #input-sort {
    margin-left: 12px;
    margin-right: 12px;
}

#orderListBody .order-item {
    padding: 24px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 24px;
    width: 100%;
    box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
}

#orderListBody .order-item .order-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #a8a8a8;
    padding-bottom: 24px;
}

#orderListBody .order-item .order-title .order-no {
    color: #333333;
    font-size: 18px;
}

#orderListBody .order-item .order-title .order-state {
    color: var(--bs-btn-color);
    font-size: 18px;
}

#orderListBody .order-item .order-title .order-state.green {
    color: var(--bs-green);
}

#orderListBody .order-item .order-title .order-state.red {
    color: var(--bs-danger);
}

#orderListBody .order-item .order-title .order-state.yellow {
    color: var(--bs-btn-active-bg);
}

#orderListBody .order-item .order-detail {
    padding-top: 12px;
}

#orderListBody .order-item .order-detail .product-list {
    padding:12px;
}

#orderListBody .order-item .order-detail .product-list .p-detail{
    color: #333333;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

#orderListBody .order-item .order-detail .product-list .p-detail:last-child {
    margin-bottom: 0;
}

#orderListBody .order-item .order-detail .product-list .p-detail .product-info{
	display:flex; 
}

#orderListBody .order-item .order-detail .product-list .p-detail .product-info .product-img{
	margin-right:12px; border:solid 1px #f0f0f0; border-radius:5px;
}

#orderListBody .order-item .order-detail .product-list .p-detail .product-img img{
    /* max-width: 20%; */
    height: 120px; border-radius:10px;
}

#orderListBody .order-item .total-price {
    color: #333333;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-bottom: 12px;
}


#orderListBody .order-item .total-price span{
	font-size:26px; color:red; font-weight:bold;
}

#orderListBody .order-item .total-price span font{
	font-weight:normal
}

#orderListBody .order-item .fun-btns {
    display: flex;
    align-items: center;
    justify-content: right;
    border-top: 1px solid #a8a8a8;
    padding-top: 14px;
}

#orderListBody .order-item .fun-btn {
    padding: 4px 16px;
    border: 1px solid #a8a8a8;
    border-radius: 6px;
    margin-left: 12px;
    cursor: pointer;
}

#orderListBody .order-item .fun-btn:hover {
    color: #ffffff;
    background-color: var(--bs-primary);
}

#searchForm {
    display: flex !important;
}

#mobileSearchForm {
    display: none !important;
}

.order-type{
	display:flex; flex-direction:column; line-height:20px; font-size:12px; justify-content:center;
}

.f2-title{
	line-height:25px; font-size:16px;
}

.btn {
    transition: background-color 0.3s ease-in-out;
}

.btn-dark {
    background-color: var(--bs-btn-bg) !important;
}

.op-btn {
    background-color: rgba(255,255,255,0) !important;
}

.swiper-prev, .swiper-next {
    background: #F1F1F1 !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg) !important;
}

.mobile-footer-nav {
    display: none;
}

.price4 span{
	font-size:18px; color:red;
}

.price4 span font{
	
}

.fun-btn.btn-buy{
	background-color:red !important; border-color:red !important; color:white;
}

.order-address{
	 font-size:14px; color:#999; display:flex;justify-content:space-between; padding-bottom:5px;
}

.w-70{
	max-width:500px;
}

.w-70 .form-group{
	margin-bottom:15px;
}

.form-group.ffs{
	display:flex;
}

.form-group.ffs>span{
	width:100px; text-align:right; margin-right:10px;
}

.remeber-btn{
	font-size:12px;
}

.post-description img{
	max-width:100% !important; height:auto;
}

@media (max-width: 768px) {
	
	
	.form-group.ffs>span{
		width:100%; text-align:left; margin-right:0px;
	}
	
	.form-group.ffs{
		flex-direction:column;
	}
	
	.footer-wrapper{
		padding-left:15px; padding-right:10px;
	}
	
	
	
    #orderListBody .order-item .order-title{
		flex-direction:column;
	}
	
	#orderListBody .order-item .order-title .order-no{
		font-size:13px; text-align:left; color:#999;  width:100%;
	}
	
	#orderListBody .order-item .order-title .order-no span{
		color:black;
	}
	
	#orderListBody .order-item .order-title .order-state.green{
		width:100%; text-align:right; font-size:13px;
	}
	
	.price4{
		display:none;
	}
	
	.f2-title {
    line-height: 20px;
    font-size: 14px;
	}
	
	#orderListBody .order-item .total-price span{
		font-size:18px;
	}
	
	.order-address{
		flex-direction:column; justify-content:flex-start;
	}
	
	.order-address .aa{
		font-size:12px; 
	}
	
}


@media (min-width: 576px) {
    .header-nav-wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .header-nav-wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .header-nav-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .header-nav-wrapper {
        max-width: 1140px;
    }
}

@media (min-width: 1440px) {
    .header-nav-wrapper {
        max-width: 1440px;
    }
}

@media screen and (min-width: 1080px) {
body {
    padding-bottom: 0px;
}

 #cat-section a{
		 width:14.2%;
	 }
	 
#cat-section .cat-item {
		padding: 16px 16px;
	 }
	 
#cat-section .cat-title {
		margin-top: 8px;
		font-size: 18px;
		font-weight: 500;
	 }
input#s_truename,input#s_email,input#s_tel{
	padding-left:5px !important;
}

.header-nav-wrapper .nav-item.active a.nav-link{
	color:#8CC63F;
}


}

@media screen and (max-width: 1200px) {
    body {
        padding-top: 54px;
    }

    header #bwp-topbar,
    header .container-fluid {
        display: none;
    }

    header .mobile-header {
        width: 100vw;
        height: 54px;
        padding: 6px 20px;
        display: flex;
        justify-content: space-between;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9998;
        background-color: #ffffff;
    }
    
    .logo-wrapper {
        display: flex;
        align-items: center;
    }

    header .mobile-header img {
        width: auto;
        height: 72%;
    }

    .header-swiper {
        height: 460px;
    }

    .header-swiper .swiper-slide {
        position: relative;
    }

    .header-swiper .swiper-slide .trapezoidbg {
        visibility: visible;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-swiper .slide-content {
        transform: translate(-20%, -62%);
        width: 80%;
    }

    .header-swiper .headerTContainer {
        padding: 12px 24px;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .titleTxt {
        font-size: 45px;
        line-height: 60px;
    }

    #about-us-div,
    #cat-section .cat-container,
    .feedback-container {
        width: 100vw;
    }

    #about-us-div .detail {
        width: 100vw;
        padding: 0px 16px;
    }

    #about-us-div .big-img-wrapper {
        height: 360px;
    }

    .title {
        font-size: 25px;
    }

    .col {
        width: 100vw;
        margin-bottom: 42px;
    }

    .product-item {
        background-color: #ffffff;
        box-shadow: 0px 0px 44px rgba(0, 0, 0, 0.08);
        
    }

    .product-item .button-area {
        display: block;
        border-bottom-left-radius: 16px;
        border-bottom-right-radius: 16px;
    }

    #hot-selling .more-btn {
        display: none !important;
        visibility: hidden !important;
    }

    #hot-selling .mobile-more-btn {
        display: flex !important;
        visibility: visible !important;
        justify-content: center;
    }

    #hot-selling .mobile-more-btn a {
        background-color: #ffffff;
        color: var(--bs-primary);
        border: 1px solid var(--bs-primary);
        margin-top: 36px;
    }

    #cat-section .cat-container a {
        width: 50%;
    }

    .feedback-swiper-container {
        padding: 0px 16px;
    }

    #latest-blog .col-md-4 {
        padding: 0px;
    }

    .card-img-top {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

    .partner-wrapper {
        width: 90vw;
        flex-flow: wrap;
    }

    #partner-section a {
        width: 100%;
        border: none;
        border-bottom: 1px solid #dedede;
    }

    .slogan h2 {
        font-size: 28px;
    }

    .footer-wrapper .row div{
        width: 100vw;
    }

    .footer-wrapper .row .col-lg-3 {
        margin-bottom: 24px;
    }

    .footer-menu .info-wrapper {
        padding-top: 12px;
    }

    .footer-menu .form-control {
        width: 72%;
    }

    .blog-detail-container {
        flex-flow: column-reverse;
    }

    .blog-detail-container .left-wrapper,
    .blog-detail-container .right-wrapper {
        width: 100%;
    }

    .blog-detail-container .left-wrapper {
        padding: 0px 12px;
    }

    .contact-us.py-5.my-5 {
        margin-bottom: 0px;
    }

    .google-map.flex-col-center p {
        width: 90%;
    }

    #sellingProduct .container-lg {
        padding-top: 32px;
    }

    .cart-wrap.py-4 .qty-button {
        display: flex;
        justify-content: space-between;
    }

    .cart-wrap.py-4 .qty-button button {
        margin-right: 0px;
        width: 46%;
    }

    #shopListTip,
    #shopSelectors {
        display: none;
    }

    #showSelectors {
        display: block;
    }

    #selectorsPopup.visible {
        visibility: visible;
    }

    #shopBody, #orderListBody {
        position: relative;
    }

   

    .selectors-overlay {
        width: 100vw;
        height: 100vh;
        background-color: #ffffff;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 9999;
        overflow-y: scroll;
        padding-bottom: 36px;
    }

    .mobile-selector-btn img{
        width: 20px;
    }

    #selectorsPopup .sel-title {
        position: relative;
        display: flex;
        justify-content: center;
    }

    #selectorsPopup .sel-title .txt {
        color: #333333;
        font-size: 24px;
        line-height: 54px;
        padding-top: 24px;
        padding-bottom: 12px;
    }

    #selectorsPopup .sel-title #selectorCloseIcon {
        width: 24px;
        position: absolute;
        right: 12px;
        top: 36px;
    }

    #selectorsPopup .sidebar {
        padding: 0px 24px 24px 24px;

    }

    #selectorsPopup .confirm-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #selectorsPopup .confirm-btn {
        line-height: 28px;
        width: 80%;
        color: #ffffff;
        font-size: 20px;
        padding: 12px 0px;
        background-color: var(--bs-primary);
        border-radius: 6px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #selectorsPopup .product-categories,
    #selectorsPopup .product-tags {
        display: flex;
        flex-wrap: wrap;
    }

    #selectorsPopup li.cat-item,
    #selectorsPopup li.tags-item {
        padding: 4px 12px;
        background-color: #f5f5f5;
        margin-right: 12px;
        border-radius: 25px;
        margin-bottom: 12px;
    }

    #selectorsPopup .widget-title {
        padding-bottom: 12px;
    }

    #shopBody .shop-search-ipt {
        font-size: 16px;
    }

    #hot-selling .col-3,
    #shopBody .col-3,
    #related-products .col-3 {
        display: none;
    }

    #hot-selling .col-7,
    #shopBody .col-7,
    #related-products .col-7 {
        width: 100%;
    }

    /* .header-band {
        margin-top: 42px;
    } */

    .search-overlay .search-from .search-box input[type=text] {
        font-size: 28px;
    }

    .search-overlay .close-icon {
        width: 24px;
    }

    .search-overlay .search-btn img {
        width: 28px;
    }

    #cartBody .cart-info {
        flex-flow: column;
        justify-content: center;
    }

    #cartBody .card-detail {
        padding-left: 0px !important;
        padding-top: 8px;
    }

    #cartBody .card-title {
        text-align: center;
    }

    #cartBody #sloganSection {
        margin-top: 0px !important;
    }

    #cartBody .cart-totals {
        padding-top: 0 !important;
    }

    .headerTContainer .btn-wrapper .btn-txt {
        line-height: 36px;
    }

    .product-info-tabs {
        padding-bottom: 0 !important;
    }

    #related-products .container-lg{
        padding-top: 0 !important;
    }

    /* #indexSwiper {
        margin-top: 54px;
    } */

    #hot-selling {
        margin-top: 24px;
    }

    .userIcon, .searchIcon, .cart-btn {
        display: none;
        padding-right: 16px;
    }

    .userIcon.show, .searchIcon.show, .cart-btn.show {
        display: block;
    }

    .login-main-container {
        margin-top: 0 !important;
        padding-top: 24px !important;
        margin-bottom: 0 !important;
        padding-bottom: 24px !important;
    }

    #loginBody .slogan-section {
        margin-top: 24px !important;
    }

    #loginBody .col-lg-6.p-5.bg-white {
        padding: 24px !important;
    }

    #shopBody .col-md-10 {
        margin-top: 24px !important;
    }

    #orderListBody .col-md-10 {
        padding: 0 !important;
        margin-top: 12px;
    }

    #orderListBody #input-sort {
        width: 36%;
    }

    #orderListBody .filter-shop {
        justify-content: end !important;
    }

    #orderListBody .product-img {
        width: 30%;
        height: auto;
    }

    #orderListBody .order-item {
        padding: 16px;
    }

    #orderListBody .order-item .order-title {
        padding-bottom: 12px;
    }

    #orderListBody .product-img img {
        width: 100%;
        height: auto !important;
    }

    #orderListBody .container-lg {
        display: flex;
        justify-content: center;
    }

    #orderListBody .order-item .fun-btn {
        font-size: 14px;
    }

    #searchForm {
        display: none !important;
    }
    
    #mobileSearchForm {
        display: flex !important;
    }

    .shop-list-container,
    .order-list-container {
        margin-top: 24px;
    }

    .menu-list .b-btn {
        background-color: var(--bs-primary);
        width: fit-content;
        padding: 4px 12px;
        border-radius: 6px;
        color: #ffffff;
    }

    .menu-list .b-btn img {
        width: 20px;
        margin-left: 4px;
    }

    .mobile-footer-nav {
        width: 100%;
        height: 54px;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ffffff;
        border-top: 1px solid var(--bs-border-color);
        z-index: 99998;

        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile-footer-nav .footer-nav-item {
        width: 25%;
        box-sizing: border-box;
    }

    .mobile-footer-nav .footer-nav-item a {
        display: flex;
        flex-flow: column;
        justify-items: center;
        align-items: center;
        box-sizing: border-box;
        padding: 0px;
        color: var(--bs-primary);
    }

    .mobile-footer-nav .footer-nav-item a .footer-nav-icon {
        width: 24px;
        height: 24px;
    }

    .mobile-footer-nav .footer-nav-item a .txt{
        color: var(--bs-primary);
        font-size: 14px;
        line-height: 16px;
        padding-top: 2px;
    }

    .mobile-footer-nav .footer-nav-item a .deep-icon {
        display: block;
    }

    .mobile-footer-nav .footer-nav-item a .light-icon {
        display: none;
    }

    .mobile-footer-nav .footer-nav-item.active a .deep-icon {
        display: none;
    }

    .mobile-footer-nav .footer-nav-item.active a .light-icon {
        display: block;
    }

    .mobile-footer-nav .footer-nav-item a svg,
    .mobile-footer-nav .footer-nav-item a .txt{
        color: var(--bs-primary);
    }

    .mobile-footer-nav .footer-nav-item.active a svg,
    .mobile-footer-nav .footer-nav-item.active a .txt{
        color: var(--bs-green);
    }

    .login-btn-wrapper {
        padding-top: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .login-btn-wrapper .login-btn {
        width: 86%;
        color: #FFF9EB;
        background-color: var(--bs-primary);
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
    }

    .login-btn-wrapper .login-btn .txt {
        color: #FFF9EB;
        font-size: 18px;
    }

    .login-btn-wrapper .login-btn img {
        width: 32px;
        padding-left: 4px;
    }
}

