/* .navbar-brand,
.navbar-brand>img {
    width: 5rem;
} */

/* .inner-page { */
	/* background-image: url(https://files.saasstorages.com/unitedpacking/static/bg_body_2.jpg); */
	/* background-image: url(https://files.hardsun.cn/unitedpacking/static/bg_body_2.webp); */
	/* background-position: 0 0; */
/* } */

.navbar-brand,
.navbar-brand > img {
	width: auto !important;
	height: 2.4rem;
	max-height: 2.4rem;
	padding: 0;
}

.entry-m-header,
.et_pb_module_header {
	/* font-family: 'Yeseva One',display!important; */
}

.header-white-nav-links:not(.bg-white):not(.js-header-fix-moment) .nav-link {
	color: rgba(255, 255, 255, 1);
}

.header-section {
	transition: background-color 0.5s ease-in-out;
}

@media (min-width: 992px) {
	.header-white-nav-links-lg:not(.bg-white):not(.js-header-fix-moment)
		.nav-link {
		color: rgba(255, 255, 255, 0.85);
	}

	/* #header .header-main .navbar-body {
        background-color: #262f46!important;
        background-color: rgba(28, 47, 103, .90)!important;
        border-radius: 1.5rem;
        padding: 0 1.25rem;
        background-image: url('/static/img/bg_nav.png');
        background-size: 100px auto;
        background-position: 100% 50%;
        background-repeat: no-repeat;
    } */
	.header-main .navbar-brand img {
		width: 7rem;
	}
	.js-header-fix-moment .header-main .navbar-brand img {
		width: 6rem;
	}
	#header.js-header-fix-moment .header-main .navbar-body {
		background-color: transparent !important;
	}
	.header-bg-transparent-lg:not(.js-header-fix-moment) .header-section:hover {
		background-color: rgba(0, 0, 0, 0.7);
	}
}

@media (min-width: 1200px) {
	#header .navbar-expand-lg .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

#header .header-main .navbar-body .btn-pill.btn-primary {
	background-color: #205aa1;
	border-color: #205aa1;
}

#header.js-header-fix-moment .header-main,
.bg-white {
	background-color: #fff !important;
	/* background-color: rgba(37, 47, 70, .85)!important; */
}

#header.js-header-fix-moment .navbar-dark .navbar-brand,
#header.js-header-fix-moment .navbar-dark .navbar-nav .nav-link {
	color: #666;
}

/* .header_section {} */

.header_navbar-brand-text {
	font-weight: 100;
	font-size: 2rem;
}

/* js-header-fix-moment scrolled */

.header-change-appearance-md .header_navbar-brand-text {
	color: #fff;
}

.js-header-change-moment .header_navbar-brand-text {
	color: #128ae6;
}

.js-header-fix-moment {
}

.et_pb_promo_description div h1 {
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: rgba(47, 56, 84, 0.5) !important;
	line-height: 1.9em;
}

.page-header-title {
	text-shadow: 0em 0em 0.3em rgba(0, 0, 0, 0.4) !important;
}

.entry-s-header,
.et_pb_button.et_pb_promo_button {
	font-family: "Montserrat", Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
}

.entry-s-header {
	color: rgba(47, 56, 84, 0.5) !important;
}

@media (min-width: 992px) and (min-width: 992px) {
	/* .header-bg-transparent-lg:not(.js-header-fix-moment) .search-push-top[style*="display: block"]+.header-section{background-color:#fff} */
	.header-bg-transparent-lg:not(.js-header-fix-moment) .header-section {
		background-color: rgba(0, 0, 0, 0.5);
	}
}

#social-btn-warp {
}
.et-social-rss a.icon:before {
	opacity: 0;
}
.et-social-rss a.icon:after {
	content: "";

	display: block;
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	margin-top: -9px;
	margin-left: -9px;
	background-image: url(/static/i/tiktok.png);
	background-size: cover;
}



/* woo 设置 */
@media (max-width: 479px)
{
	body.woocommerce-page ul.products li.product:nth-child(n) {
    /* margin: 0 0 11.5%!important; */
    width: 48%!important;
	}
}