.shop-part .col-lg-9 {
	padding-left: 20px;
	width: 880px;
}
.standard-image img {
	/*width: 328px;*/
}
.standard-action-group .product-add {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.standard-action-group {
	position: absolute;
	right: 0px;
	top: 36px;
}
.standard-name {
	margin-bottom: 5px;
	text-transform: capitalize;
	font-size: 18px;
}
.standard-desc {
	margin-bottom: 0px;
	font-size: 14px !important;
}
.standard-label {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.standard-label-group {
	position: absolute;
	top: 35px;
	right: -3px;
	z-index: 1;
}
.page-item .active {
	color: #fff;
	background: var(--primary);
}
.standard-label.off {
	background: #fff;
	box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.1);
}
.single-banner::before {
	background: url(/wp-content/themes/twentytwentyone/static/picture/productbg.jpg) center top no-repeat;
}
.header-top .container {
    padding: 0px 15px;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.menu, .tab-box {
	width: 270px;
	height: 100%;
	margin: 0 auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.menu ul li { 
	/*height:45px;
	border-bottom: 1px solid #fff;
	*/
	line-height: 56px;
	font-size: 15px;
	background: url(/wp-content/themes/twentytwentyone/nav/images/arr.png) #fff;
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: 230px 25px;
    margin-bottom: 10px;
}
.menu ul li:last-child{
	border-bottom: 0px solid #fff;
}
.menu ul li span {
	display: block;
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0 20px 0 40px;
	background: url(/wp-content/themes/twentytwentyone/nav/images/nav-pic2.png);    
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: 20px 25px;
    color: #000;
}
.menu ul li ul li {    
	background: url(/wp-content/themes/twentytwentyone/nav/images/nav-pic2.png);
    background-size: 6px 6px;
    background-repeat: no-repeat;
    background-position: 0px 25px;
    padding-left: 20px;
	margin-bottom: 0px;
	border-bottom: 1px solid #fff;
}
.menu ul li ul li:last-child{
	border-bottom: 0px solid #fff;
}
.menu ul li span i {
	display: block;
	height: 20px;
	width: 20px;
	background: url(/wp-content/themes/twentytwentyone/static/images/arr.png) no-repeat center center;
	background-size: 80% 80%;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
	transition: all 0.3s ease-out;
	transform: rotate(0deg);
}
.menu ul li span i.action {
	transition: all 0.3s ease-out;
	transform: rotate(180deg);
}
.menu ul li>ul {
	display: none;
	padding-left: 30px;
	background: #d8e7f5;
	padding-right: 30px;
}
.menu ul li>ul a {
	display: block;
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #222;
	text-decoration: none;
}
.tab-box {
	width: 600px;
	margin-top: 40px;
}
.tab-box .tab {
	border-bottom: 1px solid #eee;
}
.tab-box .tab ul li {
	width: 33.3%;
	float: left;
	height: 55px;
	line-height: 55px;
	text-align: center;
}
.tab-box .tab ul li.action {
	background: #d8e7f5;
}
.tab-box .box {
	width: 100%;
	height: 200px;
}
.tab-box .box .item {
	display: none;
	padding: 15px;
	height: 200px;
}
.tab-box .box .item:first-child {
	display: block;
}