.xh-client-button{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    position: relative;
    background: #000;
    border: none;
    z-index: 0;
}
.head{
    margin-bottom: 20px;
}
.slide-back{border: 1px solid #004aad;border-radius: 10px;}
.sub-footer{display: block;text-align: right}
.main-bottom-menu{background-color: #004aad}
.slider-animate{margin-top: 30px}
.xh-client-button.primary{
    color: #fff!important;
}
.footer-logo img{width: 190px;margin-left: -5px}
.footer-logo{position: relative}
.footer-trademark{position: absolute;font-size: 16px;color: #fff;border: 3px solid #fff;width: 30px;height: 30px;display: flex;top: -20px;right: -22px;border-radius: 50%;align-items: center;justify-content: center;}


.home {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}
.parallax-img1{
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}
.parallax-box{padding: 60px 0}
.overlay {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 55%);
}

.halal-cert-pos{position: absolute;top: 0;}
.halal-cert-pos img{width: 100%!important;height: 60px!important;margin: 0!important;}

.position-cert{position: absolute;top: 0;}
.position-cert img{width: 100%!important;height: 60px!important;margin: 0!important;}

.position-cert-lamb{position: absolute;top: 0;right: 0}
.position-cert-lamb img{width: 100%!important;height: 60px!important;margin: 0!important;}

.home-content-title {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
}
.sub-heading p{line-height: 40px;color: #ffffffa3;font-weight: 300;font-size: 22px;}
.sub-text p{line-height: 40px;color: #fff;font-weight: 300;font-size: 22px;text-align: justify}
.sub-heading span{margin-bottom: 10px;line-height: 45px;color: #ffffffa3;font-weight: 300;font-size: 22px;}
.sub-heading h2{font-size: 28px;font-weight: 200;line-height: 40px;color: #fff;}
.sub-heading h3{font-size: 48px;font-weight: 200;line-height: 30px;color: #fff;margin-bottom: 49px;}
.home-info-title{font-size: 45px;
    color: #fff;
    font-weight: 500;
    line-height: 40px;
    padding-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    margin: auto;}
.height {
    height: 100vh;
}

.static-box{display: flex;justify-content: right;align-items: center}
.static-name{margin-right: 10px;font-size: 22px;line-height: 30px;font-weight: 700;color: #fff}
.staff-box{background: #092f57}
.our-staff{border-left: 1px solid #fff;padding: 0 32px;margin-bottom: 50px}
.our-staff .staff-img{border-bottom: 1px solid #fff;margin-bottom: 20px;overflow: hidden}
.staff-img img {transform: scale(1);transition: transform 3s cubic-bezier(.215,.61,.355,1);transition-delay: .1s;}
.staff-info{position: relative}
.staff-info p{margin-bottom: 0;height: 60px;font-size: 18px;line-height: 30px;font-weight: 300;color: #fff}
.staff-info h6{font-size: 16px;line-height: 20px;font-weight: 300;color: #fff}
.staff-info:after{background-color: #fff;content: "";height: 100%;left: -2rem;position: absolute;top: 0;width: .3rem;}

.usdt-info h6{font-size: 35px;font-weight: 600;line-height: 35px;}
.usdt-info p{font-size: 26px;line-height: 38px;margin: 20px 90px 0 0;}

.store-box{display: flex;align-items: center;margin-left: 10px}
.store-img{height: 55px;border-radius: 10px}
.store-img img{height: 100%;width: 100%;object-fit: contain;border-radius: 10px}
.counter {display: flex;gap: 10px;}
.flip-box {background: #fff;border: 2px solid #333;border-radius: 8px;width: 50px;height: 60px;position: relative;font-size: 48px;font-weight: bold;color: #333;text-align: center;line-height: 60px;overflow: hidden;box-shadow: 0 4px 8px rgba(0,0,0,0.3);transition: transform 0.6s ease-in-out;}
.flip-box::before {content: '';position: absolute;top: 30px;left: 0;width: 100%;height: 1px;background: #999;}
.reserve h6{font-size: 20px;line-height: 60px;font-weight: 700;color: #fff;}
.fixed-image img{position: absolute;z-index: 1;left: -200px;bottom: 27%;-webkit-animation-duration: 35s;animation-duration: 35s;max-width: 410px;}
.home-fixed-image img{position: absolute;z-index: 1;left: -200px;bottom: 55%;-webkit-animation-duration: 35s;animation-duration: 35s;max-width: 345px;}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.btn-default{background: #002f8a}
.head .title{
    font-weight: 700;
    color: #222;
    position: relative;
}

.xh-client-item .nav-link{
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
    position: relative;
    background: linear-gradient(90deg, #ff6b6b 0%, #ff4f4f 100%);
    border: none;
    z-index: 0;
}

.title h2{
    margin: 0px;
}

.xh-client-button .icon .fa{
    color: #fff!important;
}

.xh-client-item{
    display: flex;
    font-size: calc(17px + (18 - 17) * ((100vw - 320px) / (1920 - 320)));
    position: relative;
    color: #4a5568;
    width: 100%;
    text-align: left;
    padding: calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) /
    (1920 - 320))) calc(10px + (13 - 10) * ((100vw - 320px) / (1920 - 320))) calc(19px + (23 - 19) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 500;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
    align-items: center;
}

.imageUpload{
    padding-right: 15px;
}

.uk-input{
    margin-bottom: 10px;
}

.chosen-container-active .chosen-choices{
    border: 1px solid #0da487!important;
}

.xh-client-button.primary.active:hover {
    border-color: #0da487 !important;
    background: #0da487 !important;
    color: #fff !important;
}

.xh-client-button:hover {
    border-color: #0da487;
    background: #0da487;
    color: #fff;
}

.xh-client-button .icon svg path{
    fill: #fff;
}

.xh-client-button.primary:hover{
    border-color: #0da487;
    background: #0da487!important;
    color: #fff!important;
}

.xh-client-button{
    padding: 0px 12px!important;
}

.profile__label{
    padding-bottom: 4px;
}

.xh-client-tab li a::before {
    background: #0da487!important;
}

header .top-nav .navbar-top .rightside-box .right-side-menu{
    margin: 0;
}

.head .title{
    margin-bottom: 12px;
}

@media (max-width: 1460px) {
    header .top-nav .navbar-top .rightside-box .right-side-menu{
        margin-top: 0;
    }
    header .top-nav .navbar-top .middle-box .search-box .input-group .form-control{
        width: 290px;
    }
}

@media (max-width: 600px) {
    .right-side-menu{
        margin: 0;
    }
    header .top-nav .navbar-top .web-logo img{
        width: 120px;
    }
    header .header-top{padding-top: 15px}
}

.footer-link a span{
    font-size: calc(13px + (14 - 13) * ((100vw - 320px ) / (1920 - 320)));
    line-height: 1.2;
    margin: 0;
    font-weight: 400;
    color: #4a5568;
}

@media(max-width: 800px){
    .xh-client-button{
        font-size: 12px;
        height: 35px!important;
        font-weight: 600;
    }
    .title-leaf{
        width: 95px;
    }
    h2{
        font-size: calc(16px + (28 - 22) * ((100vw - 320px) / (1920 - 320)));
    }
    .delivery-login-box .item span{
        font-size: 12px;
    }
}


.clearfix{
    margin-bottom: 20px;
}

.delivery-login-box .item{
    justify-content: center;
    align-items: center;
    gap: 5px;
    color: #000;
}

.close_button i{
    margin-right: 6px;
}

.uk-pagination{
    justify-content: start;
}

.uk-pagination > * > *{
    border: 1px solid transparent;
    color: #4a5568;
    padding: 5px 10px;
    border-radius: 5px;
}
.uk-pagination > * > *{
    position: relative;
    display: block;
    color: #0d6efd;
    text-decoration: none;
    border: 1px solid #dee2e6;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.uk-pagination li.uk-active span{
    background-color: var(--theme-color);
    border: var(--theme-color);
    color: #fff;
}

.uk-pagination li a:hover {
    border-radius: 5px;
    border: 1px solid var(--theme-color);
    background-color: unset;
}

.about-img-top{position: relative;overflow: hidden;height: 100%;}
.about-img-top img{width: 100%;height: 100%;}

.bottom-info-text img{
    padding: 10px;
}
.logo-name{font-size: 42px;font-weight: bold;font-style: italic;line-height: 35px;font-family: Georgia, Times, "Times New Roman", serif;    background-image: linear-gradient(45deg, #002f8a, #6b7dab);background-size: 100%;background-repeat: repeat;-webkit-background-clip: text;-webkit-text-fill-color: transparent;-moz-background-clip: text;-moz-text-fill-color: transparent;}
.logo-name span{color: #d1a73b}
.logo-name .logomn{font-size: 25px;}

/*language for*/
.top_right .language-box {display: flex;align-items: center;justify-content: center;position: relative;}
.top_right .language-box:hover > a {opacity: 0.7;}
.top_right .language-box a {color: #333;text-transform: uppercase;line-height: 30px;font-size: 16px;margin-left: 10px;display: flex;cursor: pointer;align-items: center;font-weight: 400;justify-content: center;}
.top_right .language-box a img {margin-right: 8px;width: 25px;height: 25px;object-fit: contain;}
.top_right .language-box a i {margin-left: 10px;font-size: 14px;}
.dropdown_language {position: absolute;background: #fff;box-shadow: 0 0 5px rgb(0 0 0 / 20%);min-width: 135px;top: 125%;right: 0;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;overflow: hidden;padding: 10px 15px;border-radius: 6px;opacity: 0;visibility: hidden;border: 1px solid #f0f0f0;}
.dropdown_language li{list-style: none;}
.dropdown_language li a{display: block;font-size: 16px;white-space: nowrap;padding: 5px 0;line-height: 20px;color: #222;}
.dropdown_language li a img {width: 25px;height: 25px;object-fit: contain;margin-right: 10px;}
.top_right > ul > li:hover ul.dropdown_language {top: 100%;opacity: 1;visibility: visible;z-index: 9;}

.header-wishlist i{font-size: 26px;line-height: 35px;}

/*main top*/
.main-slider{margin-top: 20px}
.left-menu{border-radius: 8px;background-color: #fff;}
.left-menu__list{height: 100%; display: block;position: relative;z-index: 2;margin: auto;padding: 15px;list-style: none;}
.left-menu li a{  display: block; ;line-height: 18px;padding: 5px 10px; width: 100%;position: relative;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;-webkit-transition: 0.2s ease-in-out;-moz-transition: 0.2s ease-in-out;-ms-transition: 0.2s ease-in-out;-o-transition: 0.2s ease-in-out;font-size: 14px;color: #2c2c2c; box-sizing: border-box;transition: 1s ease-in-out}
.left-menu li:hover a{background-color: #d1a73b;color: #fff;border-radius: 8px;transition: 1s ease-in-out}
.left-menu .sub { position: absolute;left: 100%;width: 100%;height: 100%;top: 0;z-index: 1;visibility: hidden;opacity: 0;background-color: #fff; transition: .2s;}
.left-menu .sub .sub-half {width: 100%;float: left;height: 100%;}
.left-menu .list-unstyled{    height: 100%; display: block;position: relative;z-index: 2; -webkit-box-shadow: inset 3px 0 5px rgba(0,0,0,0.1);-moz-box-shadow: inset 3px 0 5px rgba(0,0,0,0.1);-ms-box-shadow: inset 3px 0 5px rgba(0,0,0,0.1);-o-box-shadow: inset 3px 0 5px rgba(0,0,0,0.1);box-shadow: inset 3px 0 5px rgba(0,0,0,0.1);background-color: transparent;margin: auto;padding-left: 0;list-style: none;}
.left-menu .sub a {color: #212121;padding: 8px 20px;}
.left-menu .sub li a{color: #212121; background-color: transparent;}
.left-menu .grandChildren ul{padding-left: 50px}
.left-menu .grandChildren li{list-style: disc}
.left-menu .grandChildren li a{padding: 8px 0;}
.left-menu li:hover .sub{    visibility: visible; opacity: 1;}
.left-menu li > a i{position: absolute;right: 10px;top: 6px;font-size: 16px;}

.main-top{background: #EEEEEE;}

.swiper-slide {background: #fff;height: 177px;display: flex;justify-content: center;align-items: center;border-radius: 8px;}
.home-parent-box{display: block;padding: 15px;text-align: center;transition: 1s ease-out}
.home-parent-icon i{font-size: 45px;color: #002f8a}
.home-parent-icon img{width: 50px;transition: 1s ease-in-out}
.home-parent-name{margin-top: 10px;font-size: 16px;line-height: 25px;font-weight: bold;color: #222}
.swiper-slide:hover{background-color: #002f8a;border-radius: 6px;box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px;transition: 1s ease-out}
.swiper-slide:hover .home-parent-icon img{transform: scale(1.6);opacity: .5;transition: 1s ease-in-out}
.swiper-slide:hover .home-parent-name{color: #fff;}
.right-banner-box {width: 100%;height: 184px;overflow: hidden;position: relative;border-radius: 8px;margin-bottom: 10px;}
.right-banner-box img{width: 100%;height: 100%;object-fit: cover;object-position: top}
.right-banner-box:last-child{margin-bottom: 0}

/* remaining for*/
.alert-remaining-warning{
    margin-top: 20px;
    color: rgb(145, 106, 0);
    font-size: 14px;
    font-weight: 400;
    padding: 8px 10px;
    margin-bottom: 16px;
    border-radius: 4px;
    background-color: rgba(236, 236, 143, 0.97);}
.anticon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-rendering: optimizelegibility;
    text-transform: none;
    vertical-align: -0.125em;
}
.remaining-box{
    align-items: center;
    background-color: #f6f6f7;
    border-radius: 8px;
    display: flex;
    min-height: 56px;
    padding: 8px 16px;
    margin-top: 20px;
    width: 100%;
}
.remaining-number{font-size: 16px;line-height: 20px;color: #000}
.remaining-percent{display: grid;
    flex: 0 0 36px;
    gap: 2px;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(5,1fr);
    margin-right: 10px;
    width: 36px;}
.remaining-percent-show {
    background-color: #ebebeb;
    height: 6px;
}
.remaining-percent-show-full{background: green}
.remaining-percent-show-normal{background: blue}
.remaining-percent-show-not{background: #dc575b}

/*product-feature for*/

.magnify{border-radius: 0; border: 1px solid #ededed; position: absolute; z-index: 20; background-repeat: no-repeat; background-color: white; box-shadow: inset 0 0 20px rgba(0,0,0,.5); display: none; cursor: none;}
.magniflier li{list-style:none;display: block}

.slick-prev, .slick-next{opacity: 0;transition: 1s ease-in-out}
.left-slider-image:hover .slick-prev{opacity: 1;transition: 1s ease-in-out}
.left-slider-image:hover .slick-next{opacity: 1;transition: 1s ease-in-out}
.feature-section{padding: 30px;background-color: #fff}
.product__item {
    margin-bottom: 25px;
}
.info-box{display: flex;align-items: center;margin: 15px 0;padding-bottom: 15px;border-bottom: 1px solid #ddd;}
.head-to{color: #000;font-size: 24px;line-height: 30px;margin-right: 10px;}
.info-to{color: #000;font-size: 20px;line-height: 25px;margin-right: 10px}
.product__thumb {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    height: 260px;
}
.product__thumb:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ededed;
    opacity: 1;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    pointer-events: none;
}
.product__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-on-top{padding: 40px 0}
.brand-to-img{height: 200px;display: flex;align-items: center;justify-content: center;padding: 15px;border: 1px solid #ededed;border-radius: 10px;}
.product__thumb .sale-wrap {
    position: absolute;
    top: 15px;
    left: 15px;
}
.product__thumb .sale-wrap-two span {
    background: #fe2257;
}
.product__thumb .sale-wrap-three span
{background-color: #FFB606}
.product__thumb .sale-wrap span {
    display: block;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    text-transform: capitalize;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 15px;
}
.product__add-cart {
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: 20px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.product__add-cart .btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    display: flex;
    font-size: 15px;
    padding: 10px;
    width: 100%;
    box-shadow: 0 2px 5px #0000000d;
    justify-content: center;
    gap: 5px;
    color: #fff;
    background: #002f8a none repeat scroll 0 0;
}
.product__add-cart .btn:before {
    content: "";
    position: absolute;
    -webkit-transition-duration: .8s;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: #002f8a;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translate(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}
.product__add-cart .btn i {
    font-size: 23px;
}
.product__content .title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #445374;
}
.product__content .title a{color: #445374}
.product__content .price {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1;
    color: #002f8a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}
.product__content .price del {
    font-size: 20px;
    font-weight: 600;
    color: #b9bdc8;
}
.product__item:hover .product__add-cart {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.bg-feedback {
    margin: 20px 0 30px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
}
.bg-feedback .feedback-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.bg-feedback .feedback-bg img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.bg-feedback .feedback-bg:before{    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0c162d14;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    pointer-events: none;}
.bg-feedback .sourcing-text {
    padding-top: 20px;
    padding-left: 30px;
    overflow: hidden;
}
.bg-feedback .sourcing-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #222;
}
.bg-feedback .sourcing-desc {
    font-size: 16px;
    color: #222;
}
.bg-feedback .sourcing-desc p {
    margin-bottom: 24px;
    font-size: 16px;
}
.bg-feedback .sourcing-more {
    margin-top: 45px;
    font-weight: 500;
    font-size: 14px;
}
.bg-feedback .sourcing-more a {
    color: #222;
    font-weight: 500;
}
.bg-feedback .sourcing-form {
    padding: 20px 25px;
    background: #fff;
    border-radius: 6px;
}
.bg-feedback .form-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.category-dropdown .category-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    padding: 25px 0;
}
.category-dropdown .category-list li {
    display: block;
    width: 100%;
}
.category-dropdown .category-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #4a5568;
}
.category-dropdown .category-list li a h6 {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category-dropdown {
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    padding: 0;
    z-index: 2;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category-dropdown .category-list li a i {
    margin-left: auto;
}
.onhover-category-list .onhover-category-child-box {
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 8px #ddd;
    box-shadow: 0 0 8px #ddd;
    padding: 20px 25px;
    border-radius: 5px;
    width: 520px;
    height: 100%;
    display: grid;
    grid-template-columns: auto auto;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    margin-left: 14px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.onhover-category-list .onhover-category-child-box .category-title-box {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.onhover-category-list .onhover-category-child-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-bottom: 10px;
    gap: calc(4px + 7*(100vw - 320px)/1600);
}
.onhover-category-child-box .category-title-box h5 {
    font-weight: 600;
}
.category-dropdown .category-list li a h6:before {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 0;
    background-color: #002f8a;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.category-dropdown .category-list li a:hover h6::before {
    width: 200px;
}
.onhover-category-list:hover .onhover-category-child-box {
    opacity: 1;
    visibility: visible;
    margin-left: 0;
}
.category-dropdown .category-list li a:hover h6 {
    letter-spacing: .3px;
}
.ps-container{position: relative}


/*-------
    2.7 Categories menu
----*/
.categories_title h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    padding: 5px 0;
    margin-bottom: 0;
    display: inline-block;
}
.categories_title img {
    margin-right: 5px;
}
.categories_menu_inner {
}
.categories_menu.categorie_page_menu.right_categorie {
    margin-top: 22px;
}
.categories_menu_inner ul li a:hover,.categories_menu_inner ul li ul.categories_mega_menu > li > a:hover{
    color: #002f8a;
}
.categories_menu_inner > ul > li > a {
    font-size: 13px;
    padding: 0 25px;
    font-weight: 400;
    display: block;
    cursor: pointer;
}
.categories_menu_inner > ul > li > a:focus {
    color: #002f8a;
}
.categories_menu_inner ul li a i {
    font-size: 16px;
}
.categories_menu_inner ul li a i.fa-angle-right {
    float: right;
    color: #444444;
    font-size: 15px;
    line-height: 35px;
    transition: .3s;
    -webkit-transition: .3s;
}

.categories_menu_inner ul li ul.categories_mega_menu {
    position: absolute;
    left: 120%;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 1px 0 6px 0 rgba(0,0,0,0.3);
    box-shadow: 1px 0 6px 0 rgba(0,0,0,0.3);
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    overflow: hidden;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
.categories_menu_inner ul li ul.categories_mega_menu > li > a {
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #404040;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}
.categorie_sub_menu ul li a {
    color: #404040;
    text-transform: capitalize;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
}

.categories_menu_inner ul li ul.categories_mega_menu.decor {
    width: 550px;
}
.categories_menu_inner ul li ul.categories_mega_menu.decor > li {
    width: 33.33%;
}
.categories_menu_inner ul li ul.categories_mega_menu.hobbies {
    width: 400px;
}
.categories_menu_inner ul li ul.categories_mega_menu.hobbies > li {
    width: 50%;
}
.categorie_sub {
    opacity: 0;
    z-index: 999;
    position: absolute;
    width: 101%;
    left: -1px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #fff;
    transition: .3s;
    top: 65%;
    visibility: hidden;
}
.categorie_sub.open {
    top: 95%;
    opacity: 1;
    visibility: visible;
}
.categories_menu_inner ul li.has-sub > a::before {
    position: absolute;
    content: "\f055";
    font-family: FontAwesome;
    top: 0;
    right: 20px;
    font-size: 18px;
    pointer-events: none;
}
.categories_menu_inner ul li.has-sub > a.open::before{
    content: "\f056";
}
.categories_menu_inner ul li.has-sub ul.categorie_sub li a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    padding-bottom: 16px;
    padding-left: 15px;
    display: block;
}
.categories_menu_inner ul li.has-sub {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.categories_menu_inner ul li ul.categories_mega_menu li:last-child {
    border-right: 0;
}
.categories_menu_inner ul li ul.categories_mega_menu > li:first-child {
    padding-left: 0;
}
.categories_menu_inner ul li ul.categories_mega_menu > li:last-child {
    padding-right: 0;
}
.categories_menu_inner ul li ul.categories_mega_menu.open {
    opacity: 1;
    visibility: visible;
    left: 100%;
}

.card-bottom-text p{font-size: 18px;color: red;font-weight: 600;}
.footer-trademark2 {
    position: absolute;
    font-size: 13px;
    color: #222;
    border: 1px solid #222;
    width: 20px;
    height: 20px;
    display: flex;
    top: -4px;
    right: -8px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.wallet-area{padding: 50px 0}
.wallet-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    width: 100%;
    text-align: center;
}

.wallet-box h2 {
    font-size: 22px;
    color: #111827;
    margin-bottom: 10px;
}

.wallet-box p {
    font-size: 16px;
    color: #374151;
}

.wallet-address {
    font-family: monospace;
    background: #f9fafb;
    padding: 10px 12px;
    margin: 10px 0;
    border: 1px dashed #9ca3af;
    border-radius: 8px;
    font-size: 14px;
    word-break: break-all;
    color: #111827;
}

.wallet-button {
    margin-top: 10px;
    padding: 10px 16px;
    background: #5271ff;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease;
}

.wallet-button:hover {
    background: #4462ea;
    color: #fff;
}

.wallet-qr h3 {
    margin-top: 30px;
    color: #111827;
    font-size: 18px;
}

#qrcodeUSDT {
    margin-top: 10px;
}

.blue-button {
    position: relative;
    padding: 16px 36px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background: linear-gradient(135deg, #004aad, #0074e4);
    border: none;
    border-radius: 40px;
    cursor: pointer;
    overflow: hidden;
    animation: glow 2s infinite ease-in-out;
    box-shadow: 0 0 20px rgba(0, 74, 173, 0.6);
    transition: transform 0.3s ease;
}

.blue-button:hover {
    transform: scale(1.05);
}

.blue-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
            120deg,
            rgba(255,255,255,0) 0%,
            rgba(255,255,255,0.5) 50%,
            rgba(255,255,255,0) 100%
    );
    transform: skewX(-20deg);
    animation: shine 2.8s infinite;
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 20px #004aad;
    }
    50% {
        box-shadow: 0 0 35px #0074e4;
    }
}

@keyframes shine {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    header .navbar.navbar-expand-xl .navbar-nav .nav-link{font-size: 14px;}
    .reserve h6{font-size: 16px}
}
@media (max-width: 800px) {
    .payment img{width: 100%}
    .static-box{display: block}
    .counter{margin: 15px 0}
    .store-box{margin-left: 0}
    .fixed-image img{display: none}
    .brand-to-img{margin-bottom: 20px}
    .home-fixed-image img{display: none}
    .blue-button{width: 100%;display: block;padding: 15px;font-size: 16px;}
    .product-box-4{margin-bottom: 15px}
}