@font-face {
  font-family: 'RobotoCondensed';
  src: url('fonts/RobotoCondensed-VariableFont_wght.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
	font-family: 'RobotoCondensed';
	font-weight: 400;
	color: #333;
	font-size: 14px;
	line-height: 21px;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 13px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 17px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #333;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}


div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
ul, li {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
}
/* top */
#top {
	background-color: #f60;
	border-bottom: 1px solid #e2e2e2;
	padding: 0;
	margin: 0 0 35px 0;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	background-color: #f5f5f5;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color:#333;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 9px;
}
/* logo */
#logo {
	margin: 0px 15px 0 0;
}
/* search */
#search {
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #999;
    padding: 5px 8px;
    display: inline-block;
    height: 43px;
    border-radius: 20px;
}
#search .input-lg {
	height: 32px;
	line-height: 20px;
	border:none;
	box-shadow:none;
}
#search .btn-lg {
    background: #fff;
    border: none;
    margin: 0 0 0 -31px;
    padding: 4px;
}
#search .btn-lg i {
    font-size:20px;
}
/* cart */

#cart > .btn {
    line-height: 18px;
    background: #fff;
    text-shadow: none;
    color: #333;
    border: none;
    padding: 0;
    position: relative;
    z-index: 8;
}
#cart.open > .btn {
	box-shadow: none;
	text-shadow: none;
	border-bottom:none;
	border-radius: 5px 5px 0 0;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 500px;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
	top:100%;
	background:#fff;
	z-index:6;
	border-top:10px solid #f60;
}
.fl {
    float: left;
}
.fr {
    float:right;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 10px 0;
}
/* menu */
#menu {
	margin:0 auto;
}
#menu .nav > li > a {

}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 13px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #F60;
	background-image: linear-gradient(to bottom, #F60, #F60);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #F60;
	background-image: linear-gradient(to bottom, #F60, #F60);
	background-repeat: repeat-x;
	border-color: #F60 #F60 #F60;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #F60;
}

@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding: 30px 0;
	border-top: 3px solid #f60;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}

footer h5 {
	font-size: 18px;
	font-weight: bold;
}
footer li {
    padding:10px 0;
}
footer .list-unstyled {
    padding-left:5px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	background: #fff;
	border-bottom:1px solid #ddd;
}
.breadcrumb a {
    font-size:13px;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0;
	position: relative;
	white-space: nowrap;
}


.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover,.header-right a {
	font-size: 13px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}


.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #F60;
	background-image: linear-gradient(to bottom, #F60, #F60);
	background-repeat: repeat-x;
	border-color: #F60 #F60 #F60;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #F60;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #F60;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
    max-height: 100%;
    padding:10px;
    border-radius: 15px;
}
.product-grid .product-thumb .image {
	float: none;
}

.product-thumb h4 {
	font-weight: 400;
}
.product-thumb .caption {
	padding: 0 10px 10px;
	min-height: 120px;
}
.product-thumb .caption h4 {
    min-height: 66px;
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 14px;
	width:15px;
	
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
#pro-main-right #price {
    color:#f60;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	color:#f60;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 13px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 10px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 110px;
}
.thumbnails .image-additional {
	float: left;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
    .footer-main .footer-main-list:last-child li {
        display: inline-block;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}



.open>.dropdown-menu {
    top:100%;
    border:1px solid #ccc;
    box-shadow:none;
    z-index:9;
    border-radius: 0;
    margin:0;
    padding:0;
}
.open>.dropdown-menu li {
    padding:0;
    width:100%;
}

.menu-home .open>.dropdown-menu li:hover {
    background: #f90;
}
.header-cart .open>.dropdown-menu li:hover {
    background: none;
}
.menu-home .open>.dropdown-menu li a:hover {
    background:none;
}
#top-links .dropdown>a {
    padding:9px 10px;
    border:1px solid #f60;
    border-bottom: none;
}
#form-currency .dropdown-toggle {
    padding:8px;
    font-size:14px;
    color:#fff;
    text-transform: uppercase;
}
.header-menu-right .dropdown>a {
    color:#fff;
    padding:10px 8px;
}
#form-currency .open>.dropdown-toggle,.header-menu-right .open>a {
    background:#f60;
    z-index:10;
    position: relative;
    color:#fff;
    text-decoration: auto;
}
#form-currency .dropdown-menu button {
    color:#fff;
    font-size:13px;
    padding:10px;
    text-align: left;
}
.header-menu-list #form-currency .dropdown-menu button {
    color:#333;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    padding:15px 10px;
    background:#fff;
    border:1px solid #ccc;
    border-bottom:none;
    color:#333 !important;
    position: relative;
    z-index:10;
}
.list-inline>li {
    padding:0;
    margin:0 5px;
}
#top-links a,#top-links {
    font-size:13px;
}
#top-links ul.list-inline {
    margin:0;
}
.header-myaccount .dropdown-menu>li>a {
    padding:10px;
}
#top .icon-list a {
    color:#fff;
    padding:9px 5px 5px;
    display: block;
}
.left {
    float:left;
}
.right {
    float:right;
}
.header-logo {
    width:290px;
}
.header-search {
    width:400px;
    margin-left:10px;
}
.header-menu {
    position: relative;
}
.header-wishlist,.header-menu-button,.header-support {

}
.header-wishlist i,.header-menu-button i,.header-support i,.header-myaccount .fa-user-o,#cart .fi-ts-shopping-cart {
    font-size: 22px;
}
.header-myaccount .fi-tc-user,.header-menu-button i {
    padding:0;
    font-size:36px;
}
.header-myaccount {
    margin-top:1px;
}

.row {
    margin:0;
}
#cart .table-striped>tbody>tr:nth-of-type(odd) {
    background:#fff;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top:none;
    border-bottom:1px solid #eee;
}
#top-links li.dropdown {
    margin-right:-5px;
}
nav#menu {
    border-bottom:3px solid #f60;
    margin-bottom: 10px;
}
.header-menu ul {
    margin:0;
}
.header-menu li {
    display: inline-block;
    margin:0;
    padding:15px 8px 8px;
}
.header-menu li a {
    padding: 10px 1px;
    text-transform: uppercase;
    margin: 0;
}
#myaccount li {
    padding:0 5px;
}
.navbar-collapse,.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    padding:0;
}
.icon-list {
    display: inline-block;
}
.icon-list i {
    font-size:18px;
}
.products-home-list {
    border:1px solid #eee;
    margin-bottom:10px;
}
.products-home-left .fl,.products-home-right .fr {
    width:454px;
}
.products-home-left .fr,.products-home-right .fl {
    width:614px;
}
.products-home-main ul {
    margin:0;
    padding:0;
}
.products-home-main li {
    float:left;
    width:33.333%;
    text-align: center;
}
.products-home-main li a {
    border:1px solid #eee;
    display: inline-block;
    padding:20px;
    border-right:none;
    border-bottom: none;
}
.products-home-main li a:hover {
    opacity: 0.8;
}
.products-home-main li:nth-child(1) a,.products-home-main li:nth-child(2) a,.products-home-main li:nth-child(3) a {
    border-top:none;
    margin-top:1px;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.home-top-left {
    width:310px;
}
.home-top-right {
    width:750px;
    height:473px;
    overflow: hidden;
    border-radius: 10px;
}
.clearfix:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
    visibility: visible;
}
.home-top {
    margin-bottom: 10px;
}
header {
    margin-top:35px;
}
.header-menu-right {
    background: #f50;
    border: 1px solid #f50;
    position: absolute;
    right: 15px;
    top: 7px;
}  

#myaccount ul li a {
    font-size:13px;
    text-transform: capitalize;
}
.header-menu-right li {
    padding:0;
}
.btn-link:focus, .btn-link:hover {
    text-decoration: none;
}
.header-right {
    padding:2px 0;
    font-size:13px;
}
.header-right>div {
    padding:0 17px;
    text-align: center;
}
.clearfix:after {
  content:"";
  display: block;
  width:100%;
  clear:both;
  visibility:visible;
}
.header-wishlist>span,.header-cart span{
    display: block;
}
.header-text {
    margin-top:-2px;
}
#cart .dropdown-menu:after {
  content: "";
  position: absolute;
  top: 0; /* 在框的底部 */
  left: 90%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: #f60 transparent transparent transparent; /* 上黑下透明 */
}

#newsletter-form button {
    background:#7ea94c;
}
footer i {
    font-size:27px;
    padding:5px;
}
#header-menu-info {
    position: fixed;
    left: -1px;
    top: 0;
    width: 290px;
    height: 100%;
    overflow: auto;
    background: #fff;
    border-right: 5px solid #f60;
    z-index: 1001;
    padding: 20px 0;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    scrollbar-width: thin;
    scrollbar-color: #ddd #f9f9f9;
}
/* 美化滚动条，仅作用于 #header-menu-info */
#header-menu-info::-webkit-scrollbar {
  width: 10px;  /* 滚动条宽度 */
}

#header-menu-info::-webkit-scrollbar-track {
  background: #f9f9f9;  /* 滚动轨道背景 */
  border-radius: 10px;
}

#header-menu-info::-webkit-scrollbar-thumb {
  background-color: #f60; /* 滑块颜色 */
  border-radius: 10px;
  border: 10px solid #fff; /* 内间距效果 */
}

#header-menu-info::-webkit-scrollbar-thumb:hover {
  background-color: #ddd; /* 滑块悬停颜色 */
}
/* 显示时 */
#header-menu-info.active {
  transform: translateX(0);
}
#header-menu-info h4 {
    padding-left:20px;
}

/* 页面遮罩层 */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: 1000;
  display: none;
}

/* 显示遮罩层 */
#overlay.active {
  display: block;
}

/* 禁止页面滚动（切换给 <body>） */
body.no-scroll {
  overflow: hidden;
}
.hot-product {
    padding:10px 10px 10px 0;
}
.hot-product a {
    width:49%;
    display: inline-block;
    text-align: center;
}
.accordion>ul>li {
    width:230px;
    border-bottom:1px solid #eee;
}
.accordion a:hover {
    color:#f60;
}
.header-menu-currency #form-currency .dropdown-toggle {
    color:#333;
    background:#fff;
}
.header-menu-currency {
    padding:0 20px;
}

.header-menu-currency .dropdown-menu .btn-link:hover {
    color:#f60 !important;
}
#header-menu-info h4 {
    font-weight: 700;
}
.header-menu-contact  {
    padding-left:20px;
}
.header-menu-currency #form-currency .dropdown-toggle {
    padding:0 8px;
}
.home-main .category-filter-box {
    background: url('../image/catebg.png') 3px -20px;
}
.category-filter-box {
    color: #fff;
    padding: 20px;
    border-radius: 10px;
  }
  .category-filter-box select {
    background: #fff;
    border-radius: 5px;
    padding: 6px;
    margin-bottom: 10px;
    color:#333;
    width: 100%;
  }
  .category-filter-box button {
    background-color: #f60;
    border: none;
    color: #fff;
    padding: 8px 16px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
  }
  .category-filter-box button:disabled {
    background-color: #ddd;
    cursor: not-allowed;
  }
  .category-filter-box h1, .category-filter-box h4 {
    color:#fff;
    text-align:center;
    margin: 35px 0 65px 0;
  }
  .category-filter-box h3 {
    color: #fff;
    text-align: center;
    padding: 20px 0 50px 0;
  }
#header-menu-info h3,#header-menu-info .cate-note {
    display: none;
}
#header-menu-info .category-filter-box {
    padding:0 20px;
}
#header-menu-info img {
    width:110px;
    padding:5px;
}
#pro-main-left {
    width:630px;
}
#pro-main-right {
    width:420px;
}
#account-order #content,#account-edit #content,#column-left {
    padding-right:15px;
}
.cate-list {
    text-align: center;
    width:33.333%;
}
.cate-list img {
    border:none;
}
.caption .price {
    font-size:18px;
}
#product-category .caption h4 {
    font-size:16px;
    font-weight: 500;
    height:90px;
} 
.cate-list-page {
    margin-top:15px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color:#f60;
    border-color:#f60;
}
.pagination>li>a, .pagination>li>span {
    color:#333;
}
.cate-list-js {
    padding:8px;
}
.footer-main-list {
    width:20%;
    padding-right:10px;
}

.form-horizontal .control-label {
    margin:0;
}

#input-quantity {
    width: 50px;
    text-align: center;
    height: 41px;
    padding: 0 13px;
    border: none;
    box-shadow: none;
}
#button-cart {
    float:right;
    width: 270px;
    margin-top:-43px;
    height: 43px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover {
    border-color:#F60;
}
.search-page-row>div {
    margin-bottom:5px;
}
.search-page-left {
    width:250px;
}
.search-page-left .btn-primary {
    width:100%;
}
.search-page-right {
    width:800px;
}
#product-search .product-list,.product-category-main .product-list {
    width:33.333%;
    float:left;
}
.search-sort,.search-show {
    width:23%;
    padding-right:10px;
}
.search-sort .form-group select,.search-show .form-group select {
   height:34px;
}
.search-page-js {
    width: 30%;
    padding:8px;
}
.product-category-main {
    width:800px;
}
#d_quickcheckout .img-responsive,#account-wishlist img,#cart img,#pro-top #product img {
    width:100px;
}
.tab-content {
    border:1px solid #ddd;
    border-top:none;
    padding:35px;
}
#column-right {
    padding-left:15px;
}
#account-login .well:last-child {
    margin-left:15px;
}
#account-edit #content input[type="text"],#account-password #content input[type="text"],#account-address #content input[type="text"],#account-affiliate #content input[type="text"] {
    margin-left:5px;
}
#pro-top #product .radio,#pro-top #product .checkbox {
    width:25%;
    float: left;
    padding:2px;
    margin:0;
}

#pro-top #product .radio label,#pro-top #product .checkbox label{
    padding:5px;
    border:1px solid #ddd;
    font-size:13px;
    min-height: 170px;
}
#pro-top #product .radio label img,#product .checkbox label img {
    border:none;
}
#pro-top #product .chooseit {
    border:1px solid #f60 !important;
}
#pro-top #product .checkbox label {
    min-height: 190px;
}
#product label {
    text-transform: capitalize;
}
#pro-top span#price {
    font-size: 27px;
    padding: 20px 0 0 5px;
    display: inline-block;
    font-weight: bold;
    margin-left:8px;
}

#cart .cart-menu-list span {
    width: 50%;
    float: left;
    text-align: center;
    padding:15px 0;
    margin:0 !important;
    display: block;
}
.cart-menu-list span a {
    display: block;
}
.cart-menu-list span:hover a {
    color:#f60 !important;
}
.pc-hidden {
    display: none;
}

@media (min-width: 500px) and (max-width: 1024px)  {
    .header-right #mobile-logo img {
        max-width:200px;
    }
}

@media (max-width: 1024px)  {
  header {
      margin-top:105px;
  }
  .mobile-hidden {
     display: none;
    }
  .pc-hidden {
     display: block;
  }
  .header-search,.header-right {
    position: fixed;
    background: #f60;
    width: 100%;
    margin: 0;
    left: 0;
    z-index: 100;
    transition: top 0.3s; /* 平滑过渡 */
  }
  .header-search {
      top:50px;
  }
  .header-right {
      top:0;
      background:#f60;
      height:50px;
  }
  .header-right>div {
      width:25%;
  }
  .header-right #mobile-logo {
      width:50%;
      margin-top:12px;
  }
  .header-right #mobile-logo img {
      margin:auto;
  }
  .header-right span.fl {
      float:none;
  }
  #search {
      border:none;
      height:45px;
      margin:0;
  }
  #search .input-lg {
      height:40px;
      border-radius:5px;
  }
  #search .btn-lg {
      margin:5px 0 0 -31px;
  }
  .header-cart .fi-ts-shopping-cart {
      font-size:30px;
      color: #fff;
      padding: 5px;
      display: block;
  }
  #cart-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    overflow-x: hidden;
    color: #f60;
    font-size: 14px;
  }
  .header-myaccount,.header-cart,#header-menu-button {
      margin-top:5px;
  }
  .footer-main-list {
      width:100%;
      float: none;
  }
  #header-menu-button {
      
  }
  .home-middle .fl,.home-middle .fr,.home-top-left,#pro-main-left,#pro-main-right,#input-quantity,.product-category-main,.tab-content,.search-page-left,.search-page-right {
      width:100%;
  }
  .products-home-main li,#product-search .product-list, .product-category-main .product-list {
      width:50%;
  }
  .search-sort, .search-show {
      width:48%;
  }
  .search-show {
      float: right;
      padding:0 0 0 2%;
  }
  .search-page-select,.search-page-js,.cate-list-js {
      width:100%;
      text-align: center;
      float: none;
  }
  .product-thumb .caption h4 {
      overflow: hidden;
      height: 90px !important;
  }
  .products-home-main li a {
      margin:0 !important;
      border:1px solid #eee;
  }
  nav#menu {
      border-color:#fff;
      margin-bottom: 0;
  }
  #button-cart {
      width:200px;
      max-width:270px;
  }
  .thumbnails .image-additional {
      width:95px;
      margin:5px 5px 0 0;
  }
  .image-additional a {
      margin:0;
  }
  #pro-bottom {
      width:100%;
      overflow: hidden;
      margin-top:10px;
  }
  .tab-content {
      padding:15px;
      word-wrap: break-word;
  }
  iframe {
      width: 100%;
      height: 100%;
      
  }
  .search-page-left {
      margin-bottom: 15px;
  }
  .product-thumb .image a {
      height:175px;
  }
  .header-right .header-cart {
     position: fixed;
     right: 5px;
     bottom: 136px;
     background: #f60;
     padding: 5px;
     width: auto;
     border-radius: 25px;     
  }
  .header-myaccount .fi-tc-user, .header-menu-button i {
      color:#fff;
  }
  #pro-main-right {
      margin-top:15px;
  }

}
/* 平板竖屏及以下 */
@media (min-width: 450px) and (max-width: 768px) {
  .footer-main-list {
      width:50%;
  }
}
@media screen and (orientation: landscape) and (max-width: 1200px) {
    #pro-main-left {
        width:55%;
    }
    #pro-main-right {
        width:45%;
    }
  /* 你的样式 */
}

/* 平板横屏及以下 */
@media  (min-width: 768px) and (max-width: 1024px) {
    .product-category-main {
        width:75%;
    }
    .product-category-main .product-list,#product-search .product-list {
        width:33.333%;
    }
    .search-sort, .search-show {
        width:23%;
    }
    #pro-main-left,#pro-main-right {
        width:50%;
        margin:0;
    }
    .footer-main-list {
        width:20%;
        float:left;
    }
    .mobile-hidden {
       display: none;
    }
    .pc-hidden {
       display: block;
    }
}
.footer-main .footer-main-list {
        width:33%;
        float:left;
    }

@media (min-width: 1024px) {
  .header-right .header-menu-button {
    overflow: hidden;
    width: 40px;
    padding: 0;
  }
  .header-logo {
      width:25%;
      max-width:290px;
  }
  .header-search {
      width:33%;
      max-width:400px;
  }
.product-category-main {
    width:75%;
}

}
@media (min-width: 1200px)  {
  .header-search {
     width:400px;
  }
}
.product-main .product-list .product-thumb,.product-category-main .product-thumb {
    border-right:none;
    border-bottom:none;
}




#product {
  margin-top:20px;
}

.pro-model-review {
    border-bottom:1px solid #ddd;
    padding-bottom:5px;
    font-size:13px;
}
@media  (min-width: 550px) and (max-width: 1024px) { 
    .products-home-main li, #product-search .product-list, .product-category-main .product-list {
        width:33.333%;
    }
    
}
@media  (min-width: 768px) and (max-width: 1024px) { 
    .products-home-left .fl, .products-home-right .fr {
        width:42%;
    }
    .products-home-left .fr, .products-home-right .fl {
        width:58%;
    }
    
}
@media  (min-width: 1024px) and (max-width: 1200px) { 
    .home-top-right {
        width:69%;
    }
    .home-top-left {
        width:30%;
    }
    .products-home-left .fl, .products-home-right .fr {
        width:42%;
    }
    .products-home-left .fr, .products-home-right .fl {
        width:58%;
    }
    
}
@media  (min-width: 375px) and (max-width: 768px) { 
    
    .footer-main .footer-main-list {
        width:100%;
        margin-bottom: 15px;
    }

}
    .footer-main .footer-main-list:last-child li a,.header-menu-social  a {
        display: inline-flex;       /* 让 a 标签变成 flex 容器 */
        align-items: center;        /* 垂直居中 */
        justify-content: center;    /* 水平居中 */
        width: 50px;                /* 按钮宽度 */
        height: 50px;               /* 按钮高度 */
        border: 1px solid #ddd;     /* 可选，边框 */
        border-radius: 6px;         /* 可选，圆角 */
        margin-right: 8px;
        font-size: 20px;            /* 控制图标大小 */
        color: #333;      
    }
    .footer-main .footer-main-list:last-child li {
        background:none;
        border:none;
        padding:0;
    }


#back-to-top,#chatme,#whatsme {
  width: 50px;
  height: 50px;
  background: #f60;
  color: #fff;
  text-align: center;
  line-height: 51px;
  border-radius: 50%;
  text-decoration: none;
  cursor: pointer;
  margin-top:5px;
}
#back-to-top {
  display: none; /* 默认隐藏 */
}
.chatMain a {
  display: inline-flex;       /* 让 a 标签变成 flex 容器 */
  align-items: center;        /* 垂直居中 */
  justify-content: center;    /* 水平居中 */
  width: 50px;                /* 按钮宽度 */
  height: 50px;               /* 按钮高度 */
}
.chatMain {
  position: fixed;
  bottom: 190px;
  right: 5px;
}
.chatMain i {
    font-size:27px;
    color:#fff;
}
#back-to-top:hover {
  background: #c50;
}
.header-menu-social {
    padding:0 15px;
}
.header-menu-social i {
    font-size:25px;
    padding:5px;
}

#cthnewsletter input, #cthnewsletter textarea { 
    width:100%; 
    padding:10px; 
    margin-bottom:10px; 
    border:1px solid #ccc; 
    border-radius:8px; 
    color:#333;
    
}
#cthnewsletter button { 
    padding:10px 20px; 
    background:#f60; 
    color:#fff; 
    border:none; 
    cursor:pointer; 
    border-radius:4px; 
    width:100%;
}
#cthnewsletter button:hover {
    background:#f90;
}
#cth_result { 
    margin-top:10px; 
    padding:10px; 
    border-radius:4px; 
    
}
#cth_result.success { 
    background:#d4edda; 
    color:#155724; 
    
}
#cth_result.error { 
    background:#f8d7da; 
    color:#721c24; 
    
}
.menu-home .open>.dropdown-menu {
    border-color:#f60;
    top:97%;
    background: #f60;
    right:-1px;
}
.menu-home #form-currency .open>.dropdown-toggle {
    background:#f60;
}
.header-menu-list .open>.dropdown-toggle {
    background:#fff;
}

        #review-plus-form .rating {
          unicode-bidi: bidi-override;
          direction: rtl;
          text-align: left;
        }
        #pro-bottom .rating > input {
          display: none;
        }
        #pro-bottom .rating > label {
          display: inline-block;
          width: 20px;
          cursor: pointer;
          color: #ddd;
          font-size: 24px;
        }
        #pro-bottom .rating > label:before {
          content: "★";
        }
        #pro-bottom .rating > input:checked ~ label,
        #pro-bottom .rating:not(:checked) > label:hover,
        #pro-bottom .rating:not(:checked) > label:hover ~ label {
          color: #f90;
        }
        #pro-bottom .rating > input:checked + label:hover,
        #pro-bottom .rating > input:checked ~ label:hover,
        #pro-bottom .rating > label:hover ~ input:checked ~ label,
        #pro-bottom .rating > input:checked ~ label:hover ~ label {
          color: #FFED85;
        }
        .image-preview {
          display: inline-block;
          margin: 5px;
        }
        .image-preview img.thumb {
          height: 80px;
          border: 1px solid #ddd;
          padding: 2px;
        }
/* 整个表单外观 */
#form-review-plus {
  background: #fff;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-top: 20px;
}

/* 标题 */
#form-review-plus h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #333;
  border-left: 4px solid #f60;
  padding-left: 10px;
}

/* 标签 */
#form-review-plus .control-label {
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
  color: #444;
  text-align: left;
  color:13px !important;
}

/* 输入框、文本框 */
#form-review-plus .form-control {
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color .2s;
 
}

#form-review-plus .form-control:focus {
  border-color: #f60;
  outline: none;
  box-shadow: 0 0 4px rgba(0,123,255,.25);
}



#form-review-plus .rating input {
  display: none;
}



/* 文件上传 */
#form-review-plus input[type="file"] {
  border: none;
  padding: 5px 0;
}

/* 预览区 */
#image-previews {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

#image-previews img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* 帮助提示 */
#form-review-plus .help-block {
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

/* 提交按钮 */
#button-review-plus {
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: background .2s, transform .1s;
}

#button-review-plus:hover {
  background: #f90;
}
/* review 列表整体 */
#review-plus {
  margin: 20px 0;
  color: #333;
}

/* 每条评论 */
#review-plus .review-list {
  background: #fff;
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: relative;
  transition: box-shadow 0.2s;
}

#review-plus .review-list:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}

/* 作者和日期 */
#review-plus .review-list .author {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

#review-plus .review-list .author strong {
  color: #222;
  font-weight: 600;
}

/* 评分星星 */
#review-plus .review-list .rating {
  margin-bottom: 10px;
  color: #f90;
}

#review-plus .rating .fa-star {
  color: #f90;
}


/* 评论文字 */
#review-plus .review-list .text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 12px;
}

/* 图片展示区 */
#review-plus .review-images {
  margin-top: 10px;
}

#review-plus .review-thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#review-plus .review-thumbnails .image-additional {
  padding: 0;
}

#review-plus .review-thumbnails img {
  border-radius: 6px;
  border: 1px solid #ddd;
  transition: transform 0.2s, box-shadow 0.2s;
}

#review-plus .review-thumbnails img:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

/* 视频展示区 */
#review-plus .review-videos {
  margin-top: 10px;
}

#review-plus .review-videos video {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #000;
  max-width: 100%;
  height: auto;
  display: block;
  transition: box-shadow 0.2s;
}

#review-plus .review-videos video:hover {
  box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

/* 分页信息 */
#review-plus .row:last-child {
  margin-top: 15px;
  font-size: 13px;
  color: #777;
}
#button-review-plus-form {
    width: 100%;
    margin-top:15px;
}.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline:none;
}

.pagination a {
    display: inline-block;
    margin: 0 3px;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s;
}

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

.pagination a.active {
    background-color: #f60;
    color: #fff;
    border-color: #f60;
}

.pagination a.prev,
.pagination a.next {
    font-weight: bold;
}

.review-results {
    text-align: center;
    margin-bottom: 10px;
    color: #555;
}
/* 浏览历史模块 */
.history-module {
  margin-top: 20px;
  border-top:1px solid #ddd;
}
.history-list {
  padding:0 15px;
  margin: auto;
}

.history-list li {
  width: 100px;
  text-align: center;
  margin-bottom: 5px;
}

.history-list img {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.history-list img:hover {
    border-color:#f60;
}
.average-rating {
  display: flex;
  align-items: center;
  gap: 2px;
}
.average-rating .fi-ss-star,
.average-rating .fi-ts-star-sharp-half-stroke {
  font-size: 14px;
  color: #f90;
  line-height:1px;
}
.average-rating .fi-ts-star {
    font-size:14px;
    color:#ccc;
    line-height:1px;
}
.rating-text {
  font-size: 14px;
  margin-left: 2px;
  color: #555;
}

#account-register .control-label,#account-tracking .form-horizontal .control-label {
    padding-right:10px;
}

#cth-ad {
    background: linear-gradient(90deg, #ff6a00, #d92b04);
    padding: 5px 0;
    text-align: center;
}
#cth-ad a {
    color:#fff;
    font-size:16px;
    text-transform: uppercase;
}
#cth-ad a:hover {
    color:#f9f9f9;
}
.top-banner {
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.top-banner span.highlight {
  color: #FFD700; /* 金黄色高亮 */
}
#account-account .list-unstyled li {
    padding:5px 10px;
    position: relative;
}

#column-right {
    float:right;
}
#OrderCheck {
    padding:10px 0;
}
#OrderCheck button {
    color:#fff;
    background:#f60;
    border:2px solid #f60;
    margin-left:5px;
}

.footer-text {
  margin: 0 0 8px;
}

.footer-note {
  font-size: 13px;
  color: #ccc;
}
#information-information h3::before {
  content: "★ ";
  color: #f60;   /* 金黄色，可以换成你想要的颜色 */
  font-size: 22px; /* 调整大小 */
}
#footer-bottom {
    border-top:1px solid #ddd;
}
select.form-control {
  appearance: none;            /* 去掉浏览器默认箭头 */
  -webkit-appearance: none;
  -moz-appearance: none;
  padding:7px 20px 5px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 24 24' width='24'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center/16px 16px;
  font-size: 13px;
  cursor: pointer;
  transition: border 0.3s;
}
select.form-control:hover {
  border-color: #e53935; /* hover时高亮 */
}
.share-links i {
    font-size:20px;
    padding:5px;
}

.share-buttons {
  margin-bottom: 10px;
}

.share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 8px;
  border-radius: 50%;
  background: #f5f5f5;
  color: #555;
  font-size: 16px;
  transition: all 0.3s ease;
}

.share-btn:hover {
  background: #ff6600;
  color: #fff;
}

.product-tags {
  margin-top: 5px;
}

.product-tags .tag {
  display: inline-block;
  margin: 3px;
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 12px;
  background: #f1f1f1;
  color: #333;
}

.product-tags .tag:hover {
  background: #ff6600;
  color: #fff;
}
.cate-list-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px; /* 项目之间的间距 */
  list-style: none;
  padding: 0;
  margin: 0;
}

.cate-list-ul .cate-list {
  flex: 1 1 calc(20% - 12px); /* 每行5个，自动换行 */
  min-width: 160px;
}

.cate-list-ul .cate-list a {
  display: block;
  text-align: center;
  padding: 12px 8px;
  background: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  margin:10px;
}

.cate-list-ul .cate-list a:hover {
  background: #ff6600;
  color: #fff;
  border-color: #ff6600;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
}
/* ===== FAQ Section ===== */
.cth-faq {
  padding: 50px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}

.cth-faq .container {
  max-width: 900px;
  margin: 0 auto;
}

.cth-faq h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 36px;
  color: #f60;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 18px;
  box-shadow: 0 6px 20px rgba(43, 107, 255, 0.08);
  border: 1px solid rgba(43, 107, 255, 0.08);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(43, 107, 255, 0.12);
}

.faq-item h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 10px;
}

.faq-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.faq-item a {
  color: #f60;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cth-faq {
    padding: 30px 15px;
  }
  .faq-item {
    padding: 16px 18px;
  }
}
/* ===== Privacy Policy Section ===== */
.cth-privacy {
  padding: 50px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}

.cth-privacy .container {
  max-width: 900px;
  margin: 0 auto;
}
#modal-agree .cth-privacy .container,#modal-agree .cth-terms .container {
    max-width:530px;
}
.cth-privacy h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  color: #f60;
}

.cth-privacy .lead {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.policy-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(246, 96, 0, 0.12);
  box-shadow: 0 6px 18px rgba(246, 96, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.policy-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(246, 96, 0, 0.12);
}

.policy-item h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 12px;
}

.policy-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.policy-item ul {
  padding-left: 20px;
  margin: 10px 0;
}

.policy-item li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
}

.policy-item a {
  color: #f60;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cth-privacy {
    padding: 30px 15px;
  }
  .policy-item {
    padding: 18px;
  }
}
/* ===== Return & Exchange Policy ===== */
.cth-return {
  padding: 50px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}

.cth-return .container {
  max-width: 900px;
  margin: 0 auto;
}

.cth-return h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  color: #f60;
}

.cth-return .lead {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.policy-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(246, 96, 0, 0.12);
  box-shadow: 0 6px 18px rgba(246, 96, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.policy-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(246, 96, 0, 0.12);
}

.policy-item h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 12px;
}

.policy-item p, .policy-item ul, .policy-item li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.policy-item ul {
  padding-left: 20px;
  margin: 10px 0;
}

.policy-item ul ul {
  padding-left: 18px;
  margin-top: 6px;
}

.policy-item li {
  margin-bottom: 6px;
}

.policy-item a {
  color: #f60;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cth-return {
    padding: 30px 15px;
  }
  .policy-item {
    padding: 18px;
  }
}
/* ===== Shipping Info - CarTrimHome ===== */
.cth-shipping {
  padding: 48px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}
.cth-shipping .container {
  max-width: 1100px;
  margin: 0 auto;
}

.cth-shipping h2 {
  font-size: 28px;
  color: #f60; /* brand color */
  text-align: left;
  margin-bottom: 18px;
}

.shipping-card {
  background: #fff;
  border-radius: 12px;
  padding: 20px 22px;
  box-shadow: 0 8px 24px rgba(246,96,0,0.06);
  border: 1px solid rgba(246,96,0,0.08);
  margin-bottom: 22px;
  line-height: 1.6;
  color: #333;
  font-size: 15px;
}

.table-title {
  margin: 6px 0 12px;
  color: #333;
  font-size: 18px;
}

/* Table container for horizontal scroll on small screens */
.table-wrap {
  overflow-x: auto;
  border-radius: 10px;
  margin-bottom: 12px;
}

/* Table styles */
.shipping-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 780px; /* allows horizontal scroll on narrow screens */
  background: #fff;
}

.shipping-table thead th {
  text-align: left;
  padding: 14px 16px;
  font-size: 13px;
  color: #fff;
  background: linear-gradient(90deg, rgba(246,96,0,0.95), rgba(246,96,0,0.9));
  border-bottom: 2px solid rgba(0,0,0,0.04);
}

.shipping-table thead th small {
  display: block;
  font-size: 11px;
  opacity: 0.9;
  color: rgba(255,255,255,0.95);
  margin-top: 4px;
}

.shipping-table tbody td {
  padding: 12px 16px;
  font-size: 14px;
  border-bottom: 1px solid rgba(15,20,30,0.04);
  color: #333;
}

.shipping-table tbody tr:hover {
  background: linear-gradient(90deg, rgba(246,96,0,0.03), rgba(246,96,0,0.01));
  transform: translateY(-1px);
}

/* Note text */
.cth-shipping .note {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}

/* Responsive: convert table rows to card-like blocks on very small screens */
@media (max-width: 520px) {
  .shipping-table {
    min-width: 100%;
  }

  /* Make table more mobile-friendly by stacking cells */
  .shipping-table thead { display: none; }
  .shipping-table, .shipping-table tbody, .shipping-table tr, .shipping-table td {
    display: block;
    width: 100%;
  }
  .shipping-table tr {
    margin-bottom: 12px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.04);
    padding: 10px;
  }
  .shipping-table td {
    padding: 8px 10px;
    border: none;
    position: relative;
  }
  .shipping-table td:before {
    content: attr(data-label);
    display: block;
    font-weight: 600;
    color: #f60;
    margin-bottom: 6px;
    font-size: 13px;
  }
}
/* ===== Terms & Conditions ===== */
.cth-terms {
  padding: 50px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}

.cth-terms .container {
  max-width: 900px;
  margin: 0 auto;
}

.cth-terms h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  color: #f60;
}

.cth-terms .lead {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cth-terms .policy-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(246, 96, 0, 0.12);
  box-shadow: 0 6px 18px rgba(246, 96, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cth-terms .policy-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(246, 96, 0, 0.12);
}

.cth-terms .policy-item h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 12px;
}

.cth-terms .policy-item p,
.cth-terms .policy-item ul,
.cth-terms .policy-item li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.cth-terms .policy-item ul {
  padding-left: 20px;
  margin: 10px 0;
}

.cth-terms .policy-item li {
  margin-bottom: 6px;
}

.cth-terms .policy-item a {
  color: #f60;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cth-terms {
    padding: 30px 15px;
  }
  .cth-terms .policy-item {
    padding: 18px;
  }
}
/* ===== How to Solve Problems ===== */
.cth-solution {
  padding: 50px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}

.cth-solution .container {
  max-width: 900px;
  margin: 0 auto;
}

.cth-solution h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  color: #f60;
}

.cth-solution .lead {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cth-solution .policy-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(246, 96, 0, 0.12);
  box-shadow: 0 6px 18px rgba(246, 96, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cth-solution .policy-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(246, 96, 0, 0.12);
}

.cth-solution .policy-item h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 12px;
}

.cth-solution .policy-item p,
.cth-solution .policy-item ul,
.cth-solution .policy-item li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.cth-solution .policy-item ul {
  padding-left: 20px;
  margin: 10px 0;
}

.cth-solution .policy-item ul ul {
  padding-left: 18px;
  margin-top: 6px;
}

.cth-solution .policy-item li {
  margin-bottom: 6px;
}

.cth-solution .policy-item a {
  color: #f60;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cth-solution {
    padding: 30px 15px;
  }
  .cth-solution .policy-item {
    padding: 18px;
  }
}
/* ===== Returns & Exchanges ===== */
.cth-return {
  padding: 50px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}

.cth-return .container {
  max-width: 900px;
  margin: 0 auto;
}

.cth-return h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  color: #f60;
}

.cth-return .lead {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cth-return .policy-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(246, 96, 0, 0.12);
  box-shadow: 0 6px 18px rgba(246, 96, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cth-return .policy-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(246, 96, 0, 0.12);
}

.cth-return .policy-item h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 12px;
}

.cth-return .policy-item p,
.cth-return .policy-item ul,
.cth-return .policy-item li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.cth-return .policy-item ul {
  padding-left: 20px;
  margin: 10px 0;
}

.cth-return .policy-item ul ul {
  padding-left: 18px;
  margin-top: 6px;
}

.cth-return .policy-item li {
  margin-bottom: 6px;
}

.cth-return .policy-item a {
  color: #f60;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cth-return {
    padding: 30px 15px;
  }
  .cth-return .policy-item {
    padding: 18px;
  }
}
/* ===== Track My Order ===== */
.cth-track {
  padding: 50px 20px;
  background: #f9f9fb;
  font-family: "Inter", Arial, sans-serif;
  color: #1b1b1b;
}

.cth-track .container {
  max-width: 900px;
  margin: 0 auto;
}

.cth-track h2 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
  color: #f60;
}

.cth-track .lead {
  font-size: 14px;
  color: #555;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.6;
}

.cth-track .policy-item {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
  border: 1px solid rgba(246, 96, 0, 0.12);
  box-shadow: 0 6px 18px rgba(246, 96, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.cth-track .policy-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(246, 96, 0, 0.12);
}

.cth-track .policy-item h3 {
  font-size: 16px;
  color: #f60;
  margin-bottom: 12px;
}

.cth-track .policy-item p,
.cth-track .policy-item ul,
.cth-track .policy-item li {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.cth-track .policy-item ul {
  padding-left: 20px;
  margin: 10px 0;
}

.cth-track .policy-item ul ul {
  padding-left: 18px;
  margin-top: 6px;
}

.cth-track .policy-item li {
  margin-bottom: 6px;
}

.cth-track .policy-item a {
  color: #f60;
  text-decoration: underline;
}

@media (max-width: 600px) {
  .cth-track {
    padding: 30px 15px;
  }
  .cth-track .policy-item {
    padding: 18px;
  }
}
/* ===== Site Map Styling ===== */
#information-sitemap .row {
  font-family: "Inter", Arial, sans-serif;
  color: #333;
  background: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
}

#information-sitemap .row h1 {
  font-size: 28px;
  color: #f60;
  text-align: center;
  margin-bottom: 30px;
}

#information-sitemap .row ul {
  list-style: none;
  padding-left: 0;
}

#information-sitemap .row li {
  margin-bottom: 8px;
  position: relative;
}

#information-sitemap .row li a {
  text-decoration: none;
  color: #f60;
  font-weight: 500;
  display: inline-block;
  transition: all 0.2s ease;
  padding-left: 20px;
}

#information-sitemap .row li a:hover {
  color: #d94b00;
  transform: translateX(4px);
}

/* 一级分类 */
#information-sitemap .row > #content > .row > div > ul > li > a {
  font-size: 16px;
  font-weight: 600;
  color: #f60;
}

/* 二级分类 */
#information-sitemap .row ul ul > li > a {
  font-size: 14px;
  color: #ff8c42;
  padding-left: 25px;
}

/* 三级分类 */
#information-sitemap .row ul ul ul > li > a {
  font-size: 13px;
  color: #555;
  padding-left: 35px;
}

/* 小图标点 */
#information-sitemap .row li a::before {
  content: "•";
  color: #f60;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 1;
}

/* 响应式优化 */
@media (max-width: 768px) {
  #information-sitemap .row {
    padding: 20px 15px;
  }

  #information-sitemap .row li a {
    padding-left: 18px;
  }

  #information-sitemap .row ul ul li a {
    padding-left: 23px;
  }

  #information-sitemap .row ul ul ul li a {
    padding-left: 30px;
  }
  footer li {
    padding: 10px;
    margin: 5px;
    display: inline-block;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
  }

}
.modal-dialog {
    z-index:1001;
}
.amazon-slider-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.slider-for img {
    width: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.slider-nav {
    margin-top: 10px;
}

.slider-nav div {
    padding: 2px;
}

.slider-nav img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.slider-nav .slick-current img {
    border: 2px solid #ff6600;
}
.slick-prev:before,.slick-next:before {
    color:#f60 !important;
}
.slider-for .slick-prev,.slider-for .slick-next {
    display: none !important;
}
.slick-prev:before {
    content: "⟨" !important; /* 左箭头 */
    font-size: 32px !important;
    color: #f60 !important;
}
.slick-next:before {
    content: "⟩" !important; /* 右箭头 */
    font-size: 32px !important;
    color: #f60 !important;
}
.slick-prev, .slick-next {
    width: auto !important;
    height: auto !important;
}
.slick-next {
    right:0 !important;
}
.slick-prev {
    left:0px !important;
}
.slider-nav .slick-list {
    margin:0 15px !important;
}
#d_quickcheckout .qc-loader {
    position: fixed;          /* 全屏遮罩 */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin:0;
    background:#333;
    opacity: 0.5;
    pointer-events: none;/* 默认不阻止操作 */
}

#d_quickcheckout .qc-loader:after {
    content: "";              /* 必须有 content 才能显示伪类 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5); /* 半透明遮罩 */
    display: none;            /* 默认隐藏 */
    z-index: 9999;
}


/* 中心旋转动画 */
#d_quickcheckout .qc-loader:before {
    content: "";
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;  /* 让中心在屏幕正中 */
    border: 5px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 10000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#pro-bottom {
    margin-top:15px;
}
.pro-qty {
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #ddd;
  width: 143px;
}
.qty-btn {
  width: 40px;
  height: 40px;
  border: none;
  background: #f9f9f9;
  font-size: 18px;
  cursor: pointer;
  line-height: 1;
}
.qty-btn:hover {
  background: #eee;
}

#account-account h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 25px 0 15px;
  padding-bottom: 6px;
  border-bottom: 2px solid #f0f0f0;
  color: #333;
}

#account-account ul.list-unstyled {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 12px;
  padding: 0;
  margin: 0 0 20px;
}

#account-account ul.list-unstyled li {
  list-style: none;
}

#account-account ul.list-unstyled li a {
  display: block;
  background: #fff;
  padding: 12px 15px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

#account-account ul.list-unstyled li a:hover {
  background: #f60;
  color: #fff;
  border-color: #f60;
}
#column-right .list-group {
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  background: #fff;
}

#column-right .list-group-item {
  border: none;
  padding: 12px 16px;
  font-size: 15px;
  color: #333;
}

#column-right .list-group-item:not(:last-child) {
  border-bottom: 1px solid #f1f1f1;
}

#column-right .list-group-item:hover {
  background: #f60;
  color: #fff;
  padding-left: 20px; /* 鼠标滑过有轻微缩进感 */
}

#column-right .list-group-item.active,
#column-right .list-group-item.active:hover {
  background: #f60;
  color: #fff;
  font-weight: 600;
}


/* 内容区域整体 */
#account-register #content {
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* 标题 */
#account-register #content h1 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

/* 提示文字 */
#account-register #content p {
  font-size: 14px;
  color: #555;
}

/* legend 标题美化 */
#account-register #content legend {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #f60;
  padding-bottom: 5px;
  color: #f60;
}

/* 表单组 */
#account-register #content .form-group {
  margin-bottom: 18px;
}

/* label 标签 */
#account-register #content .control-label {
  font-weight: 500;
  color: #333;
}

/* 输入框 */
#account-register #content .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#account-register #content .form-control:focus {
  border-color: #f60;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
}

/* 隐私政策部分 */
#account-register #content .buttons {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
}

#account-register #content .buttons .agree {
  color: #f60;
  text-decoration: underline;
}

/* 提交按钮 */
#account-register #content .btn-primary {
  background: #f60;
  border-radius: 8px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 500;
  transition: background 0.3s ease;
}

#account-register #content .btn-primary:hover {
  background: #0056b3;
}
/* 全局设置 */
#account-login #content {
  padding: 40px 20px;
  background-color: #f9f9f9;
}

/* row 设置为 flex 方便居中和响应式 */
#account-login #content .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 列间距 */
  justify-content: center;
}

/* col-sm-6 宽度和响应式调整 */
#account-login #content .col-sm-6 {
  flex: 1 1 300px; /* 最小宽度300px，自动扩展 */
  max-width: 500px;
}

/* 卡片样式 */
#account-login #content .well {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.2s, box-shadow 0.2s;
}

#account-login #content .well:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* 标题样式 */
#account-login #content h2 {
  margin-bottom: 15px;
  color: #333;
  font-size: 24px;
}

/* 段落 */
#account-login #content p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

/* 按钮样式 */
#account-login #content .btn-primary {
  background-color: #007bff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  transition: background-color 0.3s, transform 0.2s;
}

#account-login #content .btn-primary:hover {
  background-color: #0056b3;
  transform: translateY(-2px);
}

/* 表单输入框 */
#account-login #content .form-control {
  width: 100%;
  padding: 10px 12px;
  margin-top: 5px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
  transition: border-color 0.3s, box-shadow 0.3s;
}

#account-login #content .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
  outline: none;
}

/* 忘记密码链接 */
#account-login #content a {
  color: #007bff;
  font-size: 13px;
  text-decoration: none;
}

#account-login #content a:hover {
  text-decoration: underline;
}

/* 提交按钮 */
#account-login #content input[type="submit"] {
  width: 100%;
  cursor: pointer;
}

#input-email {
    margin-left:5px;
}
/* 搜索页面左侧容器 */
.search-page-left {
  background: #fff;
  padding: 20px 25px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  font-family: 'Arial', sans-serif;
  max-width: 400px;
  margin: 0 auto;
}

/* 标签样式 */
.search-page-left label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

/* 输入框和下拉菜单 */
.search-page-left .form-control {
  width: 100%;
  padding: 5px 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  transition: all 0.3s;
  box-sizing: border-box;
}

.search-page-left .form-control:focus,
.search-page-left select:focus {
  border-color: #f60;
  box-shadow: 0 0 8px rgba(255,102,0,0.3);
  outline: none;
}

/* 下拉菜单选项缩进美化 */
.search-page-left select option {
  padding-left: 8px;
}

/* Checkbox 样式 */
.search-page-left .checkbox-inline {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 13px;
  color: #555;
}

.search-page-left .checkbox-inline input[type="checkbox"] {
  margin-right: 6px;
  accent-color: #f60; /* 支持现代浏览器 */
}

/* 搜索按钮 */
#button-search {
  width: 100%;
  padding: 12px 0;
  background-color: #f60;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

#button-search:hover {
  background-color: #e55b00;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(245,102,0,0.4);
}

/* 行容器 */
.search-page-left .search-page-row > div {
  margin-bottom: 15px;
}

/* 响应式 */
@media (max-width: 576px) {
  .search-page-left {
    padding: 15px 15px;
    margin-bottom: 15px;
  }
  .pro-qty {
      width:160px;
  }
  .pro-qty .qty-btn {
      width:60px;
  }
}

.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    padding:7px 20px 5px 12px;
}
/* ==== 产品卡片容器 ==== */
.product-layout {
  width: 100%;
  padding: 10px;
}

.product-thumb {
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
}

.product-thumb:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* ==== 图片区域 ==== */
.product-thumb .image {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}

.product-thumb .image img {
  width: 100%;
  transition: transform 0.4s ease;
}

.product-thumb:hover .image img {
  transform: scale(1.05);
}

/* ==== 标签（例如US STOCK） ==== */
.product-thumb .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #ff6600;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}

/* ==== 内容部分 ==== */
.caption {
  padding: 12px 15px 15px;
  text-align: left;
  min-height: 110px;
}

.caption h4 a {
  color: #222;
  text-decoration: none;
}

.caption h4 a:hover {
  color: #ff6600;
}

/* ==== 价格 ==== */
.price {
  color: #e63946;
  font-weight: bold;
  font-size: 16px;
}

/* ==== 响应式布局 ==== */
@media (min-width: 768px) {
  .product-layout {
    width: 33.333%;
    float: left;
  }
}

@media (max-width: 767px) {
  .product-layout {
    width: 50%;
    float: left;
  }
}

@media (max-width: 480px) {
  .product-layout {
    width: 100%;
  }
}
.specs-table {
  margin-top: 20px;
  overflow-x: auto; /* 允许表格在手机上横向滑动 */
  border-radius: 10px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.05);
}

.specs-title {
  font-size: 20px;
  font-weight: 600;
  padding: 12px 15px 0;
  color: #333;
}

.specs-table table {
  width: 100%;
  border-collapse: collapse;
  min-width: 500px; /* 防止过窄导致布局错乱 */
}

.specs-table th,
.specs-table td {
  padding: 10px 12px;
  border-bottom: 1px solid #f0f0f0;
  text-align: left;
  font-size: 15px;
  vertical-align: top;
}

.specs-table th {
  width: 40%;
  background: #fafafa;
  font-weight: 600;
  color: #333;
}

.specs-table a {
  color: #1565c0;
  text-decoration: none;
}

.specs-table .notice {
  color: #c62828;
  background: #fff5f5;
  font-size: 14px;
  line-height: 1.5;
  border-left: 4px solid #e53935;
}

@media (max-width: 600px) {
  .specs-table th, .specs-table td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .specs-table th {
    background: none;
    color: #666;
    font-weight: bold;
  }
  .specs-table tr {
    margin-bottom: 10px;
    display: block;
  }
}
.product-sold {
  display: inline-block;
  margin-left: 10px;
  color: #e67e22;
  font-weight: 600;
  font-size: 15px;
}
.product-sold i {
  margin-right: 3px;
}
/* 外层模块 */
.product-info-box {
  background: #f9fcff;
  border: 1px solid #e0eaf5;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 12px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  font-size: 15px;
  color: #333;
}

/* 仓库信息 */
.shipping-note {
  font-weight: 600;
  color: #f60;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.shipping-note::before {
  content: "🚚";
  font-size: 18px;
  margin-right: 6px;
}

/* 产品卖点 */
.product-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product-features li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 6px;
  color: #444;
  line-height: 1.5;
}

.product-features li::before {
  content: "✔";
  color: #28a745;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

/* 产品页 Trust Badges */
.product-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 15px;
}

.product-trust .trust-item {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555;
}

.product-trust .trust-item i {
    font-size: 20px;       /* 图标大小 */
    color: #28a745;        /* 信任色 / 绿色 */
    margin-right: 6px;
}

/* hover 效果 */
.product-trust .trust-item:hover i,
.product-trust .trust-item:hover span {
    color: #1a7f34;
}

/* 移动端优化 */
@media (max-width: 768px) {
    .product-trust {
        flex-direction: column;
        gap: 8px;
    }
}
.dropdown-backdrop {
    z-index:9
}
.input-group-addon {
    background:#f5f5f5;
}
.cart-up-left {
    float:left;
    width:120px;
}
.cart-up-right {
    float:left;
}
.cart-up-right small {
  display: block;
  color: #777;
  margin: 4px 0;
  font-size: 13px;
}
.cart-item {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);
  margin-bottom: 20px;
  padding: 20px;
}
/* --- Lower Section --- */
.cart-down {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0 0 120px;
  flex-wrap: wrap;
  gap: 15px;
  border-top:1px solid #ddd;
  padding-top:15px;
}

/* --- Quantity + Buttons --- */
.cart-down-left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.cart-down-left input.form-control {
  width: 60px;
  text-align: center;
  border: 1px solid #ccc;
  padding: 6px 0;

}

.cart-down-left input.form-control:focus {
  border-color: #f60;
  box-shadow: 0 0 5px rgba(0,123,255,0.3);
  outline: none;
}

.cart-down-left button {
  padding: 8px 20px;
}

.cart-down-left .btn-primary {
  background-color: #f60;
  border: none;
  color: #fff;
}

.cart-down-left .btn-primary:hover {
  background-color: #f60;
}

.cart-down-left .btn-danger {
  background-color: #f60;
  border: none;
  color: #fff;
}

.cart-down-left .btn-danger:hover {
  background-color: #c82333;
}
@media (max-width: 768px) {
    .cart-up {
        display: flex;
    }
    .cart-down {
        margin-left:0px;
    }
    .cart-up-right {
        padding-left:10px;
    }
    .cart-up-left img {
        width:80px;
    }
}