/*
Theme Name: xiaoshi
*/
@import "./assets/icon/css/icon.css"; 

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

html{font-size:10px;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;overflow-x:hidden;}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,time,tt,u,ul,var,video,xmp {margin:0; padding:0; border:0; outline:0;}ul,ol,li{list-style:none;}tbody,tfoot,th,thead,tr,td{margin:0; padding:0; outline:0;}
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
body {
	font-size: 15px;
	line-height: 1.5;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
a {
	color: #111;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #000;
	text-decoration: underline;
}
a:active {
}
img{
	max-width: 100%;
}
.all{
	position:relative;
	width:100%;
}
.box{
	display:flex;
	flex-wrap: nowrap;
	width:1340px;
	margin:0 auto;
}
.page .belly .box{
	padding:0 12px;
}

@media (max-width: 768px) {
.box{
	width:100%;
	flex-direction: column;
}
.belly .box{
	padding:0 12px;
}
.single .belly .box{
	padding:0;
}
}
.top{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	border-bottom:1px #eee solid;
}
.topLeft{
	gap:2em;
	overflow: hidden;
}
.topLeftItem{
	display: flex;
	align-items: center;
	height:40px;
}
.topRight{
	display:flex;
	align-items:center;
	gap:2em;
}
.topRight .my{
	position:relative;
}
.topRight .my ul.submenu {
    display: none;
    position: absolute;
    z-index: 1000;
    background: #eee;
    list-style: none;
    padding: 0;
    width: 120px;
	min-height:35px;
}
.topRight .my ul.submenu li {
	padding:8px 0 8px 8px;
	
}
@media (max-width: 768px) {
.top{
	display:none;
}
}

.header{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items: center;
}
.header .box{
	padding:0;
	align-items: center;
}
.header .B.box nav{
	display:none
}
.header .logo{
	padding:30px 20px;
	width: 300px;
}
.header .wp-block-search{
	flex: 1 1 10%;
	width: 100%;
	
}
.header .wp-block-search__input{
	border-radius: 3.125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
/*	border:1px solid #00000033;*/
	border: 2px solid #fed700;
	height:41px;
	font-size: 16px;
}
@media (min-width: 768px) {
.header.pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
	height: 55px;
}
.header.pinned .box.B nav{
	display:flex;
}
.header.pinned .box.C {
	display:none;
}
.header.pinned .wp-block-search{
	flex:0.5 0.5 8%;
}
.header .wp-block-search-inner {
	position:relative;
	display: flex;
	flex-wrap: nowrap;
	max-width: 100%;
}
.header .wp-block-search .open {
	display:none;
}
}
.header .wp-block-search__button{
	position: absolute;
	right: 5px;
	z-index: 999;
	top: 4px;
	background: #fed700;
	max-width: 35px;
	max-height: 33px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .headerAR{
	display:flex;
	flex-direction:row;
	justify-content: flex-end;
	align-items: center;
	width: 210px;
}
.header .headerAR>div{
	margin-left:25px;
}
.header svg{
}
.header .headerB{
	display: flex;
	align-items: center;
	width:100%;
	height:50px;
	background:#fed700;
	border-radius: 10px;	
}
.header .headerB .wp-block-woocommerce-customer-account {
	display:none;
}
.header nav{
	display: flex;
	align-items: center;
    padding: 0 30px;
	width:100%;
	height:50px;
	flex:1;
}
.header nav .navigationModal-content ul{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:30px;
	font-size: 16px;
}
.navigationModal.is-menu-open {
  z-index: 99999;
  display: flex;
  flex-direction: column;
  padding: 8px 30px;
  background: #fff;
  overflow: auto;
}
.header .headerBR{
	margin-right:30px;
	font-weight:bold;
}
@media (max-width: 768px) {
.header{
	flex-direction: row;
	justify-content: flex-start;
	padding:0 10px;
	border-bottom:1px solid #ccc;
}
.header .box{
	flex-direction:row;
	flex-wrap: nowrap;
	width:auto;
}
.header .logo{
	flex: fit-content;
	padding:0;
	width:auto;
}
.header .logo h1{
	font-size:20px;
}
.header .wp-block-search {
	flex: unset;
	padding-right:15px;
	width:auto;
}
.header .wp-block-search i{
	font-size: 17px;
}
.header .wp-block-search-inner {
	display:none;
}
.header .wp-block-search__input {
	position: absolute;
    top: 51px;
    left: 0;
    z-index: 999;
    width: 100%;
}
.header .wp-block-search__button{
	top: 60px;
    right: 12px;
	margin:0;
	padding:0;
	border:none;
	background:none;
	color: #000;
}
.header .headerAR {
  width: fit-content;
}
.header .headerAR > div {
  margin: 0;
}
.header .headerB{
	margin-left: 15px;
	background:none;
}
.header nav{
	padding: 0;
}
.header nav .navigationModal-content ul{
	flex-direction: column;
}
.header .headerBR{
	display:none;
}

}

.sectionTitle {
  font-size: 26px;
  font-weight: 700;
  color: #1a1a1a;
  position: relative;
  padding-bottom: 10px;
}
.sectionTitle::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #e74c3c, #fed700);
}
@media (max-width: 768px) {
.sectionTitle {
	width: 100%;
	text-align:center;
	font-size:20px;
}
.sectionTitle::after {
  left: calc(50% - 30px);
}
}
.chest{
	margin-top:50px;
}
.chestL{
	width:268px;
	margin: 0 auto;
	padding: 40px 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.chestR{
	width:calc(100% - 268px);
}
.home .belly{
	margin-top:80px;
}
.homeVideo{
	width:100%;
}
@media (max-width: 768px) {
.chestL, .chestR{
	width:100%;
}
}
.thigh{
	margin-bottom:60px;
}
.knee .box{
	flex-direction:column;
}
.Assure{
	display: flex;
	height: 240px;
	flex-direction: row;
	text-align:center;
}
.Assure a{
	display:flex;
	width:25%;
	padding:10px;
}
.Assure .AssureItem{
	display:flex;
	flex-direction: column;
	width:100%;
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.Assure .AssureA{
background-image: url("https://electro.madrasthemes.com/4x/wp-content/uploads/sites/5/2024/05/365-Days-Return.png");
}
.Assure .AssureB{
background-image: url("https://electro.madrasthemes.com/4x/wp-content/uploads/sites/5/2024/05/Secure-Payment.png");
}
.Assure .AssureC{
background-image: url("https://electro.madrasthemes.com/4x/wp-content/uploads/sites/5/2024/05/Free-Shipping.png");
}
.Assure .AssureD{
background-image: url("https://electro.madrasthemes.com/4x/wp-content/uploads/sites/5/2024/05/1-year-Warranty.png");
}
.Assure h3, .kneeC h3{
	font-size:16px;
	line-height:1.4;
}
.kneeC{
	display: flex;
	height: 240px;
	flex-direction: row;
	text-align:center;
}
.kneeC .kneeCL{
	display:flex;
	width:50%;
	padding:10px;
}
.kneeC .kneeCC,.kneeC .kneeCR{
	display:flex;
	width:25%;
	padding:10px;
}
.kneeC .AssureItem{
	display:flex;
	flex-direction: column;
	width:100%;
	background-color: #f5f5f5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.kneeC .AssureE{
background-image: url("https://electro.madrasthemes.com/4x/wp-content/uploads/sites/5/2024/05/Get-Support.png");
}
.kneeC .AssureF{
background-image: url("https://electro.madrasthemes.com/4x/wp-content/uploads/sites/5/2024/05/Send-as-Gift.png");
}
.kneeC .AssureG{
background-image: url("https://electro.madrasthemes.com/4x/wp-content/uploads/sites/5/2024/05/99-Positive-Feedback.png");
}

@media (max-width: 768px) {
	.knee{
		margin-bottom:60px;
	}
	.Assure{
		flex-flow: wrap;
		height: 280px;
	}
	.Assure a{
		width:50%;
	}
	.kneeC{
		flex-flow: wrap;
		height:250px;
	}
	.kneeC .kneeCL{
		width:100%;
	}
	.kneeC .kneeCC,.kneeC .kneeCR{
		width:50%;
	}
}

.footer{
	margin:100px 0 80px;
}
.footer .logo{
	display: flex;
	justify-content: center;
	margin-top: -20px;
	width:200px;
}
.footerQR{
	margin-top:38px;
}
.footer .call{
	margin-top:15px;
	text-align:center;
}
.footer .socialIcons{
	margin-top:15px;
}
.footerR{
	display: flex;
	justify-content: space-around;
	width:calc(100% - 200px);
}
.footerR h3{
	font-size:1.6rem;
	font-weight:600;
}
.footerR li{
	font-size:1.4rem;
	font-weight:400;
	line-height: 3.5rem;
}

.footer .copyright{
	display: flex;
	justify-content: center;
	margin-top:30px;
	width:100%;
	color:#333;
}
@media (max-width: 768px) {
.footer .logo{
	display: flex;
	justify-content: center;
	width:100%;
}
.footerR{
	display: flex;
	justify-content: space-around;
	margin:30px 0;
	width:100%;
}
}
.woocommerce-page main{
	width:100%;
}
.single-post .box{
	justify-content:space-between;
}
body.page-template-page-right main, .single-post main{
	margin-bottom: 50px;
	width:75%;
	padding-right:25px;
}
body:not(.woocommerce-page) .right, .single-post .right{
	margin-bottom: 50px;
	width:25%;
	padding-left:25px;
}
@media (max-width: 768px) {
body.page-template-page-right main, .single-post main{
	width:100%;
	padding-right:0;
}
body:not(.woocommerce-page) .right, .single-post .right{
	width:100%;
	padding-left:0;
}
}
.woocommerce .woocommerce-breadcrumb{
	margin: 15px 10px;
    color: #aaa;
}
.woocommerce .woocommerce-breadcrumb a{
    color: #aaa;
}
.page .belly main h1.wp-block-post-title, .single-post h1.wp-block-post-title{
	margin:1.2em 0;
	text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.page .belly main h2, .page .belly main h3, .page .belly main h4{
	margin:1.2em 0;
    font-weight: 600;
}
.page .belly main h2{
	font-size:20px;
}
.single-post .article{
	margin-bottom:80px;
}
.single-post .article .info{
	display:flex;
	align-items:center;
}
.article .taxonomy-category{
	margin-left:15px;
}
.single-post .article .info a{
	color:#666;
}
.single-post .entry-content{
	padding:20px;
}
.article .wp-block-comments{
	margin-top:80px;
}
.article .wp-block-comments h2.wp-block-heading{
	font-size:22px;
	font-weight:600;
}
.article .wp-block-comments h3{
	font-weight:600;
}
.page .belly main .entry-content p{
	margin:1em 0;
    font-size: 16px;
	line-height: 1.8em;
	color:#222;
}
.page .belly main .entry-content p:first-child{
	margin-top:0;
}
.comments ol{
	margin-top:0;:20px;
}
.comments li.comment{
	display:flex;
	flex-flow:row;
	gap:20px;
	margin-bottom:15px;
}
.comments li.comment .commentR>div{
	margin-bottom:10px;
}
.comments li.comment time{
	color:#aaa;
	font-size:1.4rem;
}
.comments .wp-block-comment-reply-link a{
	color:#00f;
	font-size:1.4rem;
}
.comments .comment-respond{
	margin-top:50px;
	max-width: 900px;
}
.comments .comment-respond h3{
	font-size:18px;
}
.comments .comment-respond .comment-form>p{
	margin-top:15px;
}
.comments .comment-respond .comment-form textarea, .comments .comment-respond .comment-form input{
	border:1px solid #ddd!important;
	border-radius:2.25rem;
}
.comments .comment-respond .comment-form #submit{
	border:none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: auto;
	padding:1rem 3rem 1rem 3rem;
	background:#fed700;
	color: #000;
}
.comments .comment-respond .comment-form #submit:hover{
	background:#000;
	color: #fff;
}
.morePosts{
	flex:1 1 30%;
	margin-top:80px;
}
.morePosts h2.wp-block-heading{
  position: relative;
  margin-bottom: 35px;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.6em;
}
.morePosts h2.wp-block-heading::after {
  content: ' ';
  border-bottom: 2px solid #fed700;
  display: block;
  width: 20%;
  position: absolute;
  bottom: -1px;
}
.morePosts li{
	display:flex;
	justify-content:space-between;
	align-items: center;
}
/*分类页*/
.archive .belly .L, .woocommerce-account .woocommerce-MyAccount-navigation{
	width: 268px;
	margin-right: 22px;
	padding: 20px;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.archive .belly main{
	width: calc(100% - 290px);
}
@media (max-width: 768px) {
.archive .belly .L, .archive .belly main{
	margin:0;
	width:100%;
}
}
.archive .belly .L h2{
	font-size: 26px;
	font-weight: 700;
	color: #1a1a1a;
	position: relative;
	padding-bottom: 10px;
	border-bottom:1px solid #ddd;
}
.archive .belly .L h2::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: linear-gradient(90deg, #e74c3c, #fed700);
}
.wc-block-product-categories li a, .archive .belly .L li a, .woocommerce-account .woocommerce-MyAccount-navigation li a{
	display:flex;
	align-items:center;
	height:38px;
	border-bottom: 1px solid #ddd;
}
.wp-block-woocommerce-product-collection .wc-block-product-template__responsive > li:hover{
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, .12);
}
/**分类页**/
