body {
    font-family:Poppins, Arial, Helvetica, Verdana, Tahoma;
}

a {
    color:#222;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}

a:hover {
    color:#D7A825;
    text-decoration:none
}

.btn:hover, .btn:focus, .btn:active, .btn:visited, input:hover, input:focus, input:active, input:visited, button:hover, button:focus, button:active, button:visited, select:hover, select:focus, select:active, select:visited {
    outline:none;
    box-shadow:none !important;
}

a:focus,
a:active {
    outline:none !important;
}

.fs12 {
    font-size:12px !important;;
}

.fs14 {
    font-size:14px !important;;
}

.fs16 {
    font-size:16px !important;;
}

.fs18 {
    font-size:18px !important;;
}

.fs20 {
    font-size:20px !important;;
}

.fs22 {
    font-size:22px !important;;
}

.fs24 {
    font-size:24px !important;;
}

.fs26 {
    font-size:26px !important;;
}

.fs28 {
    font-size:28px !important;;
}

.fs30 {
    font-size:30px !important;;
}

.fs32 {
    font-size:32px !important;;
}

.fs36 {
    font-size:36px !important;;
}

.fs40 {
    font-size:40px !important;;
}

.fs45 {
    font-size:45px !important;;
}

.fs50 {
    font-size:50px !important;;
}

.fs60 {
    font-size:60px !important;;
}

.fs70 {
    font-size:70px !important;;
}

.fs145 {
    font-size:145px !important;;
}

.fw4 {
    font-weight:400 !important;;
}

.fw5 {
    font-weight:500 !important;;
}

.fw6 {
    font-weight:600 !important;;
}

.fw7 {
    font-weight:700 !important;;
}

.text-transform {
    text-transform:uppercase;
}

.text-diy1 {
    color:#1C3F94;
}

.bg-mydiy1 {
    background-color:#EFEFEF;
}

.bg-mydiy2 {
    background-color:#F8F8F8;
}

.bg-mydiy3 {
    background-color:#F0F0F0;
}

.bg-mydiy4 {
    background-color:#F4F4F4;
}

.bg-mydiy5 {
    background-color:#1C3F94;
}

.btn-mydiy1 {
    background-color:#F6C63E;
    color:#3C3C3C;
    padding:0.5rem 1rem;
    cursor:pointer;
    transition:background-color 0.3s;
}

.btn-mydiy1:hover {
    background-color:#3C3C3C;
    color:#fff;
}

.btn-mydiy2 {
    background-color:#1C3F94;
    fill:#FFFFFF;
    color:#FFFFFF;
    padding:0.5rem 1rem;
    cursor:pointer;
    transition:background-color 0.3s;
}

.btn-mydiy2:hover {
    background-color:#3C3C3C;
    color:#fff;
}

.col-item {
    flex: 0 0 100%;
    max-width: 100%;
}


@media (min-width: 768.01px) and (max-width: 992px) {
    .col-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (min-width: 992.01px) and (max-width: 1440px) {
    .col-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}


@media (min-width: 1440.01px) {
    .col-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}


.divider {
    width: 1px;
    height: 14px;
    background-color: #F6C63E;
    margin: 0 10px;
}


.top-bar a {
    font-size:12px;
    text-decoration: none;
    color: #333;
    display: flex;
    align-items: center;
    gap: 8px;
}

.top-bar a:hover {
    color: #F6C63E;
}

.top-bar a i{
    color: #F6C63E;
}

header {
    transition:background-color .5s ease !important;
    background-color:#FFFFFF00;
}

header.scrolled {
    background-color:#ffffff !important;
    border-bottom:1px solid rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow:0 0 4px rgb(0 0 0 / 14%), 0 4px 8px rgb(0 0 0 / 28%);
    box-shadow:0 0 4px rgb(0 0 0 / 14%), 1px 7px 8px rgb(0 0 0 / 28%);
}

header .nav-link {
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
    color:#696969;
}

header .nav-item .active {
    color:#D7A825 !important;
}

header .nav-link:hover,
header .nav-link:focus {
    color:#D7A825 !important;
}

.nav-item:hover > .dropdown-menu {
    display:block;
}

.nav-item .dropdown-toggle::after {
    content:"\F282";
    font-family:'bootstrap-icons';
    margin-left:5px;
    border:0;
    vertical-align:middle;
}

.navbar-custom {
    padding:0;
    background-color:transparent !important;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:1000;
    transition:background-color 0.3s ease;
}

.navbar-custom.scrolled {
    background-color:white !important;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-custom .navbar-brand img {
    height:50px;
}

.dropdown-menu-custom {
    margin-top:0.5rem;
}

.pcdev .dropdown-menu {
    box-shadow:0px 0px 7px 0px rgba(0, 0, 0, 0.5);
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-radius:0;
    padding:0;
}

.pcdev .dropdown-menu .dropdown-item {
    padding:12px;
    font-size:14px;
}

.pcdev .dropdown-menu .dropdown-item:hover {
    background-color:#E6E6E6;
    color:#C89B1D;
    border-bottom:1px solid #B9B9B9;
}

.gtranslate_wrapper {
    position:relative;
    display:inline-block;
    width:163px;
}

.gt_switcher {
    background:#fff linear-gradient(180deg, #efefef 0%, #fff 70%);
    position:relative;
    z-index:9999;
    cursor:pointer;
}

.gt_selected a {
    display:flex;
    align-items:center;
    padding:3px 5px;
    border:1px solid #ccc;
    text-decoration:none;
    color:#333;
}

.gt_selected a:after {
    height:16px;
    display:inline-block;
    position:absolute;
    right:5px;
    width:15px;
    background-position:50%;
    background-size:7px;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat:no-repeat;
    content:"" !important;
    transition:all .2s
}

.gt_selected a.open:after {
    transform:rotate(-180deg)
}

.gt_selected a:hover {
    background:#fff
}

.gt_selected a img {
    margin-right:8px;
}

.gt_options {
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background-color:#fff;
    border:1px solid #ccc;
    box-shadow:0 4px 8px rgba(0, 0, 0, 0.1);
    display:none;
    z-index:1000;
}

.gt_options a {
    display:flex;
    align-items:center;
    padding:8px 12px;
    text-decoration:none;
    color:#333;
}

.gt_options a:hover {
    background-color:#f0f0f0;
}

.gt_options a img {
    margin-right:8px;
}

.gt_switcher:hover .gt_options {
    display:block;
}

.hero-image {
    position:relative;
    width:100%;
    height:300px;
    background-size:cover;
    background-position:center;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    padding-bottom:5px;
}

.hero-text {
    text-align:center;
    color:white;
    text-transform:uppercase;
}

.hero-text h2 {
    font-size:18px;
    font-weight:bold;
    margin:0;
}

.hero-text p {
    font-size:15px;
    margin-bottom:0;
}

.mobiledev header {
    position:relative;
    overflow:hidden;
}

#navbarCategories {
    position:fixed;
    top:60px;
    left:0;
    width:100%;
    z-index:1002;
    background-color:white;
    box-shadow:0 2px 4px rgba(0, 0, 0, 0.1);
}

.home-background {
    position:relative;
    width:100%;
    background-position:center center;
    background-size:cover;
    background-attachment:fixed;
    overflow:hidden;
    box-shadow:0px 0px 34px 0px rgba(107, 107, 107, 0.5);
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

.home-background .elementor-background-overlay {
    background-color:transparent;
    background-image:linear-gradient(180deg, #FFFFFF 2%, #FFFFFF00 10%);
    opacity:1;
    transition:background 0.3s, border-radius 0.3s, opacity 0.3s;
    inset:0;
    position:absolute;
    z-index:1;
}

@media (max-width:768px) {
    .home-background {
        background-attachment:scroll;
    }
}

.home-background .elementor-widget-container {
    min-height:1255px;
    margin-top:220px;
    text-align:center;
    user-select:text;
    pointer-events:auto;
    position:relative;
    z-index:2;
}

.home-background .elementor-widget-container h2 {
    font-size:39px;
    font-weight:800;
    text-transform:uppercase;
    text-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    color:#FFFFFF;
}

.home-background .elementor-widget-container p {
    font-size:28px;
    font-weight:300;
    text-transform:uppercase;
    text-shadow:0px 0px 10px rgba(0, 0, 0, 0.3);
    color:#FFFFFF;
}

.search-box {
    background-color:#FBFBFBBD;
    border-radius:3px;
    border:1px solid #CBCBCB;
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align:center;
    padding:10px;
    display:flex;
    align-content:flex-start;
    flex-wrap:wrap;
    position:relative;
    width:100%;
    z-index:4;
}

.search-box .input-wrapper {
    position:relative;
    flex:1;
    margin-right:10px;
}

.search-box input[type="text"] {
    width:100%;
    border:none;
    outline:none;
    padding:8px 8px 8px 40px;
}

.search-box .input-wrapper .bi-search {
    position:absolute;
    left:10px;
    top:50%;
    transform:translateY(-50%);
    color:#888;
    pointer-events:none;
}

.search-box button {
    background-color:#F6C63E;
    color:#222;
    border:none;
    padding:8px 16px;
    border-radius:3px;
    cursor:pointer;
    transition:background 0.3s;
}

.search-box button:hover {
    background-color:#F5BB16;
}

.circle-icon {
    width:70px;
    height:70px;
    background-color:#F6C63E;
    border:3px solid #FFD74F;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-right:15px;
    flex-shrink:0;
    cursor:pointer;
}

.circle-icon:hover {
    background-color:#FFD74F;
    border:3px solid #fff;
}

.circle-icon i {
    color:#000;
    font-size:24px;
}

.circle-txt {

}

.circle-txt a {
    font-size:14px;
}

.circle-txt .fw-bold {
    text-transform:uppercase;
}

.social-links a {
    font-size:24px;
}

.social-links a:hover {
    color:#F6C63E;
}

.image-container {
    width:100%;
    height:120px;
    overflow:hidden;
    border-radius:0.25rem;
}

.image-container img {
    width:100%;
    height:100%;
    object-fit:cover;
}

.thumbnail-container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%; /* 确保容器高度一致 */
}
.thumbnail-image {
    height: 400px; /* 固定缩略图高度 */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持图片比例，填充容器 */
}

.thumbnail-container2 {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%; /* 确保容器高度一致 */
}
.thumbnail-image2 {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.thumbnail-image2 img {
    width: 100%;
    height: 100%;
    object-fit: fill; /* 保持图片比例，填充容器 */
}

.product-box {
    border:1px solid #ddd;
    overflow:hidden;
    padding:10px;
    text-align:center;
    height:450px;
    margin-bottom:15px;
    display: flex; /* 设置为 Flexbox 容器 */
    flex-direction: column; /* 垂直排列子元素 */
}

.product-box img {
    width:100%;
    object-fit:cover;
}

.product-box h3 {
    font-size:18px;
    margin:16px 0;
}

.product-box .btn {
    width:100%;
    margin:8px 0;
    margin-top: auto;
}

.index-product-swiper .swiper-container {
    position:relative;
    padding:20px;
    overflow:hidden;
}

.index-product-swiper .swiper-wrapper {
    align-items:stretch;
}

.index-product-swiper .swiper-slide {
    height:auto;
}

.index-product-swiper .swiper-button-next,
.index-product-swiper .swiper-button-prev {
    width:40px;
    height:40px;
    background-color:rgba(0, 0, 0, 0.5);
}

.index-product-swiper .swiper-button-next::after, .index-product-swiper .swiper-button-prev::after {
    color:#fff !important;
    font-size:20px !important;
}

.index-product-swiper .swiper-button-next:hover::after, .index-product-swiper .swiper-button-prev:hover::after {
    color:#F6C63E !important;
}

.index-product-swiper .swiper-pagination-bullet {
    background-color:#5F5F5F !important;
}

.index-product-swiper .swiper-pagination-bullet-active {
    background-color:#F6C63E !important;
}

.online-auction {
    position:relative;
    background-color:transparent;
    background-image:linear-gradient(93deg, #F0F0F0 0%, #F6C63E 62%);
    box-shadow:0px 0px 0px 0px rgba(107, 107, 107, 0.5);
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-shape {
    direction:ltr;
    left:0;
    line-height:0;
    overflow:hidden;
    position:absolute;
    width:100%
}

.elementor-shape-top {
    top:-1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index:-1
}

.elementor-shape-bottom {
    bottom:-1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index:-1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform:rotate(180deg)
}

.elementor-shape svg {
    display:block;
    left:50%;
    position:relative;
    transform:translateX(-50%);
    width:calc(100% + 1.3px)
}

.elementor-shape .elementor-shape-fill {
    fill:#fff;
    transform:rotateY(0deg);
    transform-origin:center
}

.online-auction img {
    border:none;
    border-radius:0;
    box-shadow:none;
    height:auto;
    max-width:100%;
    vertical-align:middle;
}

.online-auction .auction-left {
    position:relative;
    z-index:1;
}

.online-auction .auction-right {
    position:relative;
    z-index:2;
}

.new-customer {
    border:1px solid #ddd;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    display:block;
    transition:box-shadow 0.3s ease;
    background-color:#fff;
}

.new-customer:hover {
    box-shadow:0 4px 20px rgba(0, 0, 0, 0.2);
}

.new-customer .content {
    color:#666666;
    position:relative;
    margin:-64px 0px 0px 0px;
    padding:16px;
    text-align:center;
}

.new-customer .content h3 {
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    margin:10px 0;
}

.new-customer .content p {
    font-size:14px;
    font-weight:500;
    line-height:1.6em;
}

.new-customer .content .icon {
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content:center;
    width:75px;
    height:75px;
    border-radius:50%;

}

.new-customer .content .icon img {
    width:75px;
    height:75px;
    object-fit:contain;
}

.thumbnail-container {
    position:relative;
    overflow:hidden;
}

.thumbnail-container img {
    transition:filter 0.3s ease;
}

.thumbnail-container:hover img {
    filter:brightness(50%);
}

.thumbnail-title {
    position:absolute;
    top:20px;
    left:20px;
    color:white;
    font-size:1.5rem;
    font-weight:bold;
}

.thumbnail-description {
    margin-top:10px;
    font-size:1rem;
    color:#333;
}

.insideTrack {
    position:relative;
    background-color:transparent;
    background-image:linear-gradient(130deg, #E7E7E7 52%, #FFFFFF 14%);
    box-shadow:0px 0px 0px 0px rgba(107, 107, 107, 0.5);
    transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.form-container {
    min-height:100px;
}

.form-container input {
    font-size:16px;
    color:#5F5F5F;
}

.form-container input::-webkit-input-placeholder {
    color:#5F5F5F;
    font-size:16px;
}

.form-container input::-moz-placeholder {
    font-size:16px;
    color:#5F5F5F;
    opacity:1;
}

.form-container input:-ms-input-placeholder {
    font-size:16px;
    color:#5F5F5F;
}

.form-container input:-moz-placeholder {
    font-size:16px;
    color:#5F5F5F;
    opacity:1;
}

.underline {
    width:16%;
    height:2px;
    background-color:#F6C63E;
    margin:10px auto;
}

.category-icon {
    width:52px;
    height:52px;
    margin-right:8px;
}

.sub-list {
    list-style:none;
    padding-left:60px;
}

.sub-list li {
    margin-bottom:6px;
}

.sub-list li a {
    display: flex;
    align-items: center;
    font-size:14px;
}

.sub-list li a i::before {
    font-size:8px;
    color:#3C3C3C;
    margin-right:8px;
    vertical-align:middle;
}

.sub-list li a:hover i::before {
    color:#C89B1D;
}

.sub-list .text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-grow: 1;
}

.footer-parts-costex img {
    display:inline-block;
    vertical-align:middle;
    border:none;
    border-radius:0;
    box-shadow:none;
    height:auto;
    max-width:100%;
}

.footermenu {
    display:flex;
    list-style:none;
    padding-left:0;
    margin-bottom:0;
}

.footermenu li {
    margin-right:16px;
    padding-right:16px;
    position:relative;
}

.footermenu li:last-child {
    margin-right:0;
    padding-right:0;
}

.footermenu li:not(:last-child)::after {
    content:"";
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    width:1px;
    height:60%;
    background-color:#ccc;
}

.footermenu li a {
    text-transform:uppercase;
    text-decoration:none;
    color:#767676;
    font-size:12px;
    font-weight:bold;
}

.footermenu li a:hover {
    color:#C89B1D;
}

.footermenu li i {
    font-size:14px;
    margin-right:5px;
    color:#767676;
}

footer .social-links a {
    color:#ABB8C3;
}

.address {
    margin-bottom:20px;
}

.address p {
    font-size:12px;
    margin-bottom:5px;
}

.subscribe-form input {
    font-size:16px;
    color:#5F5F5F;
}

.subscribe-form input::-webkit-input-placeholder {
    color:#5F5F5F;
    font-size:16px;
}

.subscribe-form input::-moz-placeholder {
    font-size:16px;
    color:#5F5F5F;
    opacity:1;
}

.subscribe-form input:-ms-input-placeholder {
    font-size:16px;
    color:#5F5F5F;
}

.subscribe-form input:-moz-placeholder {
    font-size:16px;
    color:#5F5F5F;
    opacity:1;
}

.map-section img {
    max-width:480px;
    width:100%;
    height:auto;
}

.instagram-section img {
    width:100%;
    max-width:480px;
    height:auto;
}

.instagram-section img:hover {
    filter:brightness(50%);
}

.breadcrumb {
    box-sizing: border-box;
}

.breadcrumb a {
    font-size: 14px;
}

.breadcrumb .breadcrumb-item:last-child a {
    color: #D7A825;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.category-list {
    background-color: #e6e6e6;

}

.category-list a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid white;
}

.category-list a:hover {
    color: #D7A825;
}


.product-list .col-item {
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768.01px) and (max-width: 992px) {
    .product-list .col-item {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992.01px) and (max-width: 1440px) {
    .product-list .col-item {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
}

@media (min-width: 1440.01px) {
    .product-list .col-item {
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/* =======================
     产品卡片核心修复
=========================== */
.product-list .product-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-list .product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,.2);
}

/* 图片占顶部 */
.product-list .product-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

/* 内容区撑满 */
.product-list .product-content {
    flex: 1;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

/* 标题 */
.product-list .product-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
    display: block;
}

/* 描述自动填充高度 */
.product-list .product-description {
    font-size: 14px;
    color: #666;
    flex: 1;  /* <<< 关键：自动撑高 */
    margin-bottom: 10px;
}

/* 底部固定，不会上移 */
.product-list .product-footer {
    margin-top: auto; /* <<< 永远推到底部 */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* READ MORE */
.product-list .read-more {
    font-size: 14px;
    color: #D7A825;
    text-decoration: none;
}

.product-list .read-more:hover {
    text-decoration: underline;
}

/* Enquiry 按钮 */
.product-list .enquiry-btn {
    padding: 5px 12px;
}


/* 自定义分页条的高亮激活颜色 */
.pagination .page-item .page-link {
    color:#222;
}
.pagination .page-item.active .page-link {
    background-color: #D7A825; /* 修改背景颜色 */
    border-color: #D7A825; /* 修改边框颜色 */
    color: #ffffff; /* 修改文字颜色 */
}

/* 如果需要修改 hover 状态的颜色 */
.pagination .page-item .page-link:hover {
    background-color: #D7A825; /* 修改 hover 背景颜色 */
    border-color: #D7A825; /* 修改 hover 边框颜色 */
    color: #ffffff; /* 修改 hover 文字颜色 */
}

.gallery .gallery-top .swiper-slide {
    cursor:pointer
}

.gallery .gallery-top .swiper-slide .pic {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:100%
}

.gallery .gallery-top .swiper-slide .pic img {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.gallery .thumbs {
    position:relative;
    margin-top:10px;
    padding:0 33px;
    overflow:hidden
}

.gallery .gallery-thumbs .swiper-slide {
    width:calc(96.1% / 4);
    margin-right:5px;
    border:2px solid #eee;
    box-sizing:border-box;
    transition:all .5s ease
}

.gallery .gallery-thumbs .swiper-slide .pic {
    position:relative;
    width:100%;
    height:0;
    padding-bottom:75%;
    cursor:pointer
}

.gallery .gallery-thumbs .swiper-slide .pic img {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    object-fit:cover
}

.gallery .gallery-thumbs .swiper-slide-thumb-active {
    border-color:#D7A825;
}

.gallery .swiper-pagination .swiper-pagination-bullet {
    width:6px;
    height:6px;
    display:inline-block;
    border-radius:100%;
    background:#d79811;
    opacity:0.8;
    vertical-align:middle;
    position:relative
}

.gallery .swiper-pagination .swiper-pagination-bullet:after {
    content:"";
    width:20px;
    height:20px;
    position:absolute;
    left:50%;
    top:50%;
    background:transparent;
    border:2px solid #d79811;
    border-radius:100%;
    margin-top:-10px;
    margin-left:-10px;
    opacity:0;
    transform:scale(0);
    transition:all .5s
}

.gallery .swiper-pagination .swiper-pagination-bullet-active {
    opacity:1
}

.gallery .swiper-pagination .swiper-pagination-bullet-active:after {
    opacity:1;
    transform:scale(1)
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px
}

.gallery .swiper-button-prev:hover, .pro_box .gallery .swiper-button-next:hover {
    opacity:.35
}

.gallery .swiper-button-disabled {
    pointer-events:auto !important
}

.gallery .swiper-button-black {
    display:inline-block;
    vertical-align:middle;
    cursor:pointer;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    width:28px;
    height:100%;
    margin:0;
    opacity:.6;
    background-size:16px;
    transition:all .5s ease
}

.gallery .swiper-button-next {
    left:auto;
    right:0
}

.gallery .swiper-button-next, .swiper-button-prev {
    background-color:transparent;
}

.product-details h1 {
    border-bottom:1px solid #ddd;
}

.productrelated ul {
    list-style-type:none;
    padding:0;
    margin:0;
}

.productrelated ul li {
    padding:0 10px;
    margin-bottom:5px;
    width:100%;
    height:42px;
    line-height:42px;
    border:1px solid #ddd;
    overflow:hidden;
}

.productrelated ul li:hover {
    color:#000;
    border:1px solid #D7A825;
}

.productrelated ul li a:hover {
    color:#D7A825;
}

.article-content {
    line-height:1.6;
}

.article-content img {
    display:block;
    max-width:100%;
    height:auto
}

.article-content a {
    color:#003087;
}

.overlay {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.7);
    z-index:999;
    display:none;
}

.modal-dialog {
    margin-top:200px;
}

.enquiryProList {
    text-align:center;
    list-style-type:none;
    padding:0;
    margin:0;
}

.enquiryProList li {
    width:100%;
    float:left;
    margin:5px 0px;
    position:relative;
    border:1px solid #EEEEEE;
    background-color:#ffffff;
    border-radius:4px;
}

.enquiryProList img {
    width:60px;
    height:60px;
    float:left;
    margin:10px 10px 10px 12px;
}

.enquiryLiDel {
    float:right;
    z-index:10;
    margin-top:12px;
    margin-right:12px;
    background-color:#eeeeee;
    border-radius:50%;
    color:#999999;
    width:7%;
    height:24px;
    line-height:24px;
    cursor:pointer;
}

.enquiryLiDel:hover i{
    color:#D7A825;
}

.enquiryProName {
    width:60%;
    display:block;
    margin-top:12px;
    float:left;
    color:#666666;
    text-align:left;
    word-wrap:break-word;
    word-break:normal;
    line-height:1.5;
    font-size:16px;
}

.enquiryNoProText {
    font-size:18px;
    color:#999999;
    text-align:center;
    padding-top:30px
}

.enquiryNonePorduct {
    display:none;
    position:absolute;
    top:15%;
    left:50%;
    transform:translate(-50%)
}

.news-item img {
    width:100%;
    height:auto;
}


.news-detail {
    padding: 20px;
    background-color: #f8f9fa;
}
.news-detail h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-detail .meta {
    color: #666;
    margin-bottom: 20px;
}
.news-detail .meta span {
    margin-right: 15px;
}
.news-detail .content {
    line-height: 1.8;
    color: #333;
}
.news-detail .content img {
    margin:0 auto;
    display:block;
    max-width:100%;
    height:auto
}
.related-articles {
    padding: 20px;
    background-color: #f8f9fa;
}
.related-articles .list-group {
    background-color:#f8f9fa;
}
.related-articles h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.related-articles .list-group-item {
    border: none;
    padding: 10px 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color:#f8f9fa;
}
.related-articles .list-group-item:hover {
    color: #D7A825;
}

.error-message {
    display:none;
    color:#f00;
}


.album .album-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.album .album-item {
    flex: 0 0 calc(25% - 15px);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.album .album-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.album .album-item:hover img {
    transform: scale(1.1);
}
.album .album-item .title {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#details {
    padding:20px 0;
    overflow:hidden;
    position:relative
}

#details h3 {
    font-weight:600;
    margin-bottom:20px;
    margin-top:20px
}

.attribute-list {
    display:table;
    border-collapse:collapse;
    width: 100%;
}

.attribute-list .attribute-item {
    display:table-row;
    border:1px solid #ddd
}

.attribute-list .attribute-item > div {
    padding:12px;
    font-weight:400;
    font-size:16px;
    color:#222;
    line-height:22px;
    display:table-cell;
    border:1px solid #ddd
}

.attribute-list .attribute-item > div.left {
    width:320px;
    background:#f4f4f4
}

.attribute-list .attribute-item > div.right {
    width:420px
}

.attribute-list .attribute-item > div.right p {
    margin-bottom:0;
    padding-bottom:0;
    display:flex
}

.attribute-list .attribute-item > div.right span {
    font-weight:500;
    font-size:16px;
    color:#222;
    line-height:22px
}

.attribute-list .attribute-item > div.right img {
    border-radius:4px;
    width:32px;
    height:32px;
    margin-left:10px
}

#details td[class*="magic-"] {
  display: none;
}