body {
	font-family: Graphik Webfont,-apple-system,Helvetica Neue,Droid Sans,Arial,"sans-serif";
	color: #111111;

}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button, row {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* 点击时的样式 */
a:active, a:focus,a:hover {
    color: #5c8e61; 
} 


.row {
    margin-right: 0px;
    margin-left: 0px;
}

/* 去除所有 ul 和 ol 的符号 */
ul, ol {
    list-style-type: none; /* 去除项目符号 */
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}


/* Override the bootstrap defaults */

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

	padding: 7px 0px
}
label {
	
	font-weight: normal;
}

.input-group .input-group-addon {
	
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}


@media (min-width: 1400px) {
    .container {
        width: 1370px;
    }
    
}

@media screen and (max-width: 767px) {

    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {

        padding-right: 0px; 
        padding-left: 0px;
    }

}


/* Gradent to all drop down menus */
.dropdown-menu {
	background-color: #FFFFFF;
	color: #111111 !important;
}
.dropdown-menu li {
	border-bottom: 1px solid #e5e5e5;
	color: #111;
}
.dropdown-menu li > a:hover {
	text-decoration: none;
	background-color: #e5e5e5;
}
.dropdown-menu li > a {
	text-decoration: none;
	color: #111111 !important;
}
/* nav */

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
	background-color:unset;
	border-color:unset;
}


/* top */
#top {

	border-bottom: 1px solid #1c394a;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
	
}
#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-decoration: none;

	background-color: #e5e5e5;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;	
}
#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}


.dropdown-menu li .btn-link {
	color: #111111 !important;	
}
.dropdown-menu li .btn-link:hover {
	color: #111111 !important;
}



#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
	
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {

	line-height: 18px;

}
/* cart */

#cart > .btn {

	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@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: 20px 0;
}
/* menu 开始*/


.gs-nav {
    background-color: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    width: 100%;
    z-index: 100;
    transition: transform 0.3s ease-in-out;
}

.gs-nav.gs-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.gs-nav.gs-hide {
    
}

.gs-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.gs-main-nav {
    display: flex;
    align-items: center;
}

.gs-main-nav a {
    text-decoration: none;
    color: #333;
    margin-right: 25px;
    font-weight: 500;
    position: relative;
    transition: color 0.2s;
}

.gs-main-nav a:hover {
    color: #5c8e61;
}

.gs-main-nav a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -4px;
    left: 0;
    background-color: #5c8e61;
    transition: width 0.3s ease;
}

.gs-main-nav a:hover::after {
    width: 100%;
}

.gs-dropdown {
    position: static;
    display: inline-block;
}

.gs-dropdown-toggle {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.gs-dropdown-toggle svg {
    margin-left: 5px;
    width: 10px;
    height: 10px;
    transition: transform 0.2s;
}

.gs-dropdown.gs-active .gs-dropdown-toggle svg {
    transform: rotate(180deg);
}

.gs-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 20px;
    z-index: 100;
}

.gs-dropdown-menu.gs-active {
    display: flex;
}

.gs-dropdown-menu-content {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: 1370px;
}

.gs-category {
    flex: 1;
    padding: 0 15px;
}

.gs-category h3 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

.gs-category ul {
    list-style: none;
}

.gs-category ul li {
    margin-bottom: 10px;
}

.gs-category ul li a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    transition: color 0.2s;
    margin-right: 0;
    position: relative;
}

.gs-category ul li a:hover {
    color: #5c8e61;
}

.gs-category ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #5c8e61;
    transition: width 0.3s ease;
}

.gs-category ul li a:hover::after {
    width: 100%;
}

.gs-promo-banner {
    flex: 1;
    background-image: url('https://via.placeholder.com/400x300');
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    position: relative;
}

.gs-promo-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
}

.gs-promo-content {
    position: relative;
    z-index: 1;
}

.gs-promo-banner h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

.gs-promo-banner p {
    margin-bottom: 15px;
    font-size: 14px;
}

.gs-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
    width: fit-content;
}

.gs-btn:hover {
    background-color: #5c8e61;
}

.gs-nav-placeholder {
    display: none;
    height: 0;
    transition: height 0.3s;
}

.gs-nav-placeholder.gs-active {
    display: block;
}

@media (max-width: 768px) {
    .gs-nav {
        display: none;
    }
}



/* menu 结束*/

/* content */

/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background: #111111;
	border-top: 1px solid #ddd;
	color: #e2e2e2;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;

	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 10px 0 20px 0;
	padding: 8px 0;
	background-color: unset;
}

.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 10px;
	position: relative;
    white-space: nowrap;          /* 防止文本换行 */
    overflow: hidden;             /* 隐藏超出的部分 */
    text-overflow: ellipsis;      /* 超出部分显示省略号 */
    max-width: 320px;             /* 设置最大宽度，可以根据需要调整 */
}

.breadcrumb li:first-child {
    padding-right: 0; /* 第一个 li 的右边距设置为零 */
}




html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;

	border: 1px solid #cccccc;

}

.btn-lg {
	padding: 10px 16px;

}

.btn-default-search {
	color: #fff;
	background-color: #fd6506;

}

.flash-move {
	position: relative;
}
.flash-move::after {
	position: absolute;
	content: "";
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right,
		rgba(255, 255, 255, 0) 0%,
		rgba(255, 255, 255, 0.03) 1%,
		rgba(255, 255, 255, 0.6) 30%,
		rgba(255, 255, 255, 0.85) 50%,
		rgba(255, 255, 255, 0.85) 70%,
		rgba(255, 255, 255, 0.85) 71%,
		rgba(255, 255, 255, 0) 100%);
	width: 15%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 1.5s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
  }

  @-webkit-keyframes move {
	0% {
	  left: 0;
	  opacity: 0;
	}
  
	5% {
	  opacity: 0;
	}
  
	48% {
	  opacity: 0.2;
	}
  
	80% {
	  opacity: 0;
	}
  
	100% {
	  left: 82%;
	}
  }
  
  @keyframes move {
	0% {
	  left: 0;
	  opacity: 0;
	}
  
	5% {
	  opacity: 0;
	}
  
	48% {
	  opacity: 0.2;
	}
  
	80% {
	  opacity: 0;
	}
  
	100% {
	  left: 82%;
	}
  }



.btn-default {
	color: #fff;
	background-color: #000000;

}
.btn-primary {

	background: linear-gradient(to bottom, #ffffff 50%, #111111 50%) no-repeat scroll right bottom / 100% 210% #111111;
    color: #ffffff;
    border-color: #111111;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-position: right top;
    color: #111111;
    background-color: #ffffff;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #5c8e61;

}

.btn-default:hover{
	color: #333;
    background-color: #fff;
    border-color: #111;
}
.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: #23A1D1;
	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: #fff;
}
.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;
	margin-bottom: 20px;
	overflow: auto;
	border-radius:5px;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	object-fit: cover;
    width: 100%;
    height: 100%;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 150px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 100px;
	padding: 0 10px;
}
}
@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: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #1d1d1d;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #1d1d1d;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;

	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 > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@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%;
    }
}

/* 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;
    }
   
}

.img-col {
    flex: 0 0 60%;
    max-width: 60%;
}
.text-col {
    flex: 0 0 40%;
    max-width: 40%;
}

/* 图片自适应 */
.img-fluid {
    max-width: 100%;
    height: auto;
}

.flat-gallery img {
	width: 100%;
	height:100%;
}





/* 加减 */
.stepper-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
	margin-bottom: 20px;
}
.stepper-group .stepper {
    height: 40px;
    margin-right: 0px;
    display: flex;
    width: 100px;
    border-radius: 5px;	
	min-width: 60px;
    overflow: visible;	
	border-width: 1px;
    min-height: 30px;

    transition: all .05s ease-out;	
	align-items: center;
    position: relative;
}

.stepper .control-label {
    display: none;
}

.stepper input.form-control {
    background: rgba(255, 255, 255, 1) !important;
    border-radius: 5px !important;
	padding-right: 25px;

	width: 100%;
    height: 100%;
    min-height: 28px;
	text-align: center;
    padding: 0 20px 0 2px;
	transition: all .05s ease-out;
}

.stepper span {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-width: 0 0 0 1px;
    border-color: inherit;
    border-style: inherit;
    z-index: 10;
	width: 24%;
}



.stepper span i {
    color: rgba(255, 255, 255, 1);
    background-color: #111111;
	width: 25px;	
    cursor: pointer;
    width: 100%;
    min-width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50%;
    transition: all .05s ease-out;
}

.stepper span i:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(4, 173, 252, 1);
}

.xbtn-cart {
    flex-grow: 1;
    margin-left: 10px;
	margin-top: 0px;
}

.btn-block+.btn-block{
	margin-top: 0px;
}
/* buy now button */
.buy-now-button {
    display: inline-block;
    width: 100%;
    padding: 12px 20px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 100px;
    text-align: center;
    color: #000;

    text-decoration: none;
    transition: all 0.3s ease;
}

.buy-now-button:hover {
    background: #5c8e61;
	border-color: #5c8e61;
    color: #fff;
}

.product-item-buy {
    padding: 15px;
}


/********************* 顶部导航栏样式 开始***********************/

/* 顶部导航栏样式 */
.top-bar {
    background-color: #000;
    padding: 10px 0; /* 增加了padding以提供更多空间 */
    color: white;
}

.top-bar .row {
    display: flex;
    align-items: center; /* 垂直居中所有元素 */
    height: 30px; /* 设置固定高度 */
}

/* 社交媒体图标容器 */
.social-icons {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    height: 100%;
}

/* SVG 图标样式 */
.social-icon {
    width: 20px; /* 稍微调整图标大小以适应高度 */
    height: 20px;
    fill: white;
    vertical-align: middle; /* 确保图标垂直居中 */
}

/* 添加社交媒体链接样式 */
.social-link {
    text-decoration: none;
    transition: opacity 0.2s ease;
    display: flex;
    align-items: center;
}

.social-link:hover {
    opacity: 0.8;
}

/* 促销文本样式 */
.promo-text {
    text-align: center;

    line-height: 30px; /* 与行高匹配 */
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 语言选择器样式更新 */
.language-selector {
    position: relative;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    height: 100%;
}

.chevron-icon {
    width: 20px;
    height: 20px;
    fill: white;
    transition: transform 0.3s ease;
    vertical-align: middle;
}

.language-current {
    display: flex;
    align-items: center;
    justify-content: center; /* 水平居中 */
    gap: 8px;
    padding: 5px 10px;
    height: 100%;
}

.language-current span {
    vertical-align: middle;
}

.language-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #333;
    border-radius: 4px;
    padding: 8px 0;
    min-width: 200px;
    display: none;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    z-index: 1000; /* 确保下拉菜单显示在其他元素之上 */
}

.language-dropdown.show {
    display: block;
}

.language-option {
    padding: 8px 16px;
    color: white;
    cursor: pointer;
    transition: background-color 0.2s ease;
    text-align: center; /* 使选项文字居中 */
}

.language-option:hover {
    background-color: #444;
	color: white;
}

.btn-link, .btn-link:hover {

	color: white;
}

.btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
    width: 100%;
    text-align: center;
    color: white;
    text-decoration: none;
}

/* 确保在小屏幕上的布局正确 */
@media (max-width: 767px) {
    .promo-text {
        text-align: center;
        width: 100%;
    }
}


/********************* 顶部导航栏样式 结束***********************/




/********************* 菜单和搜索 开始***********************/

/* 导航栏样式 */
.navbar {
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
    background: #ffffff;
    position: relative;
    font-weight: 500;
    padding: 20px 20px;
    margin-bottom: unset;
}

/* Flexbox 导航布局 */
.navbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Logo样式 */
.navbar-brand {
    flex: 0 0 auto;
    height: 50px;
    padding: 0px;
    margin-right: 20px;
}

.navbar-brand img {
    max-width: 100%;
    height: auto;
    max-height: 43px;
}

/* 搜索框部分 */
.search-section {
    flex: 1 1 auto;
    margin: 0 20px;
}

/* 搜索框容器 */
.search-container {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

/* 搜索框样式 */
.search-input {
    width: 100%;
    padding-inline-end: 38px;
    padding-inline-start: 15px;
    background: #ffffff;
    border-color: rgba(29, 29, 29, 0.1);
    border-radius: 30px;
    font-weight: 400;
    height: 50px;  
    line-height: 1;            
}

/* 搜索图标定位 */
.search-icon {
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

/* 右侧功能区样式 */
.navbar-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

/* 账户和购物车按钮样式 */
.nav-button {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    text-decoration: none;
    color: #1d1d1d;
    text-align: center;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    transition: all .1s linear;
    cursor: pointer;
    border-color: #000000;
    height: 50px;  
    line-height: 1;
}

.nav-button:hover {
    background-color: #5c8e61;
    border-color: #5c8e61;
    color: #ffffff;
}        

.cart-button {
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    color: #ffffff;
}

/* SVG图标样式 */
.icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* 移动版导航样式 */
.mobile-navbar {
    display: none;
    padding: 15px;
    background: #ffffff;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
    /*position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.mobile-navbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-toggle {
    background: none;
    border: none;

    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-logo {
    text-align: center;
    flex: 1;
}

.mobile-logo img {
    max-height: 35px;
}

.mobile-cart {
    position: relative;
}

.cart-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #1d1d1d;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;

}


/* 媒体查询 - 移动版 */
@media screen and (max-width: 767px) {
    .navbar {
        display: none;
    }
    
    .mobile-navbar {
        display: block;
    }
    

    .search-input {

        height: 45px;  
             
    }

}

/* 侧边菜单样式 */
.side-menu {
    position: fixed;
    top: 0;
    left: -100%; /* 改用 left 而不是 transform */
    height: 100vh;
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
}

.side-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}

.side-menu-header h2 {
    font-family: Jost, sans-serif;

    margin: 0;
}

.close-menu {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.side-menu-content {
    padding: 20px 0;
}

.menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}

.menu-item a {
    color: #1d1d1d;

    font-weight: 500;
}

.account-item {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
}

.account-item svg {
    stroke: #1d1d1d;
}

/* 遮罩层样式 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: none;
}

/* 购物车侧边栏样式 */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%; /* 初始位置在屏幕右侧外 */
    height: 100vh;
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
}

.close-cart {
    background: none;
    border: none;
    padding: 5px;
    cursor: pointer;
}

/* Categories 菜单样式 */
.categories-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
}

.back-button {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-family: Jost, sans-serif;

}

.categories-content .menu-item {
    padding: 20px;
    border-bottom: 1px solid rgba(29, 29, 29, 0.1);
}

.categories-content .menu-item a {
    color: #1d1d1d;

    font-weight: 500;
}

/* 广告banner样式 */
.promo-banner {
    margin: 20px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.promo-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #1d1d1d;
}

.banner-content h3 {

    margin-bottom: 10px;
}

.learn-more {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 30px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
}



/****************侧边栏css*/

/* 购物车侧边栏样式 */
.cart-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    max-width: 400px;
    background: #ffffff;
    z-index: 1001;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.cart-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.cart-item-count {

    color: #666;
    margin-bottom: 15px;
}

/* 运费进度条 */
.shipping-progress {
    position: relative;
    margin-bottom: 10px;
}

.shipping-truck {
    position: absolute;
    top: -12px;
    z-index: 1;
    right: 0;
    transition: left 0.3s ease;
}

.icon-shipping-truck {
    --truck-color: #ededed;
    width: 30px;
    height: 30px;
    stroke: #fff;
    transition: fill var(--duration-default) ease-in-out;
    fill: #f44336;
    color: #f44336;
}

.icustom-progress-bar {
    height: 8px;
    background-color: #e0e0e0;
    border-radius: 4px;

    position: relative;
}

.icustom-progress-fill {
    height: 100%;
    background-color: #FF4B4B;
    border-radius: 4px;
    text-align: center;
    animation: 2s linear 0s infinite progress-bar-stripes;
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
    transition: .9s linear;
    transition-property: width, background-color;
    position: relative;
}

@keyframes progress-bar-stripes {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 40px 0;
    }
}

.shipping-message {

    color: #666;
    margin-bottom: 20px;
}

.empty-message {

    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #666;
    margin: 0 0 22px;
}
/* 购物车商品 */
.cart-item {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    margin: 10px 0;
}

.cart-item-image {
    flex: 0 0 80px;
    margin-right: 15px;
}

.cart-item-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.cart-item-details {
    flex: 1;
}

.cart-item-title {
    margin-bottom: 5px;
}

.cart-item-title a {
    color: #333366;
    font-weight: 500;
    text-decoration: none;
}

.cart-item-variant {
    color: #888;

    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.cart-item-variant svg {
    margin-left: 5px;
}

.cart-item-price {
    margin-bottom: 10px;
}

.original-price {
    text-decoration: line-through;
    color: #888;
    margin-right: 10px;
}

.sale-price {
    color: #FF4B4B;
    font-weight: 500;
}
.money {
    color: #000000;
    font-weight: 500;
}

.remove-item {
    position: absolute;
    top: 0px;
    right: 0;
    background: none;
    border: none;
    cursor: pointer;
}

/* 数量控制 */
.cart-item-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    width: fit-content;
    padding: 0 5px;
}

.quantity-btn {
    width: 30px;
    height: 30px;
    background: none;
    border: none;

    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    width: 40px;
    text-align: center;
    border: none;
    background: none;

}

/* 价格摘要 */
.cart-summary {
    margin-top: auto;
    padding-top: 30px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.total-row {
    font-weight: 700;

    margin-bottom: 5px;
}

.tax-notice {
    color: #888;

    margin-bottom: 20px;
}

/* 按钮样式 */
.checkout-btn {
    text-align: center;
    padding: 15px;
    background-color: #6964a2;
    color: white;
    border: none;
    border-radius: 30px;

    font-weight: 500;
    cursor: pointer;
    margin-bottom: 15px;
}

.view-cart-btn {
    text-align: center;
    padding: 15px;
    background-color: white;
    color: #333;
    border: 1px solid #e0e0e0;
    border-radius: 30px;

    font-weight: 500;
    cursor: pointer;
}

.view-cart-btn:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
    transition: all 0.2s ease;
}
/* 购物车侧边栏加载 */
.cart-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 30px;
    height: 30px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* 购物车加载top 部分 */
#cart > span.loading {
    opacity: 0.5;
    pointer-events: none;
}


.fa-spin {
    animation: fa-spin 2s infinite linear;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/********************* 菜单和搜索 结束***********************/