.woocommerce-product-attributes.shop_attributes table {
	width: 100%;
}
.woocommerce-product-attributes-item {
	display: flex !important;
	font-size: 15px;
}
.woocommerce-product-attributes.shop_attributes .group_title {
	margin: 10px 0 10px 0 !important;
	cursor: pointer;
	background: var(--color-lightgray);
	border-radius: 3px;
	color: var(--color-text);
	display: block;
	width: 100% !important;
	font-size: 20px !important;
	font-weight: 725;
	line-height: 100%;
	padding: 15px !important;
	text-align: right !important;
}
.woocommerce-product-attributes-item__label {
	background: #fff !important;
	border-radius: 3px;
	padding: 1px 5px !important;
	margin-bottom: 4px !important;
	float: right !important;
	width: 40% !important;
	min-width: 100px !important;
	color: var(--color-gray);
	font-size: 14px;
	font-weight: 325;
	text-align: right;
}
.woocommerce-product-attributes-item__value {
	border-radius: 3px;
	margin-bottom: 4px !important;
	margin-right: 4px !important;
	color: var(--color-text);
	width: 60%;
	display: grid;
	align-items: center;
	font-size: 14px;
	grid-template-columns: repeat(1,minmax(0,1fr));
	gap: 4px;
	font-weight: 450;
	background: var(--color-whit-bg);
}
.woocommerce-product-attributes-item__value span {
	background: var(--color-whit-bg);
	width: 100%;
	display: flex;
	padding: 1px 5px !important;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
	border-bottom: 1px solid var(--color-divider);
}
.dropDown_more_btn_woogroup, .dropDown_more_btn_woogroup > button {
	font-family: inherit;
	display: flex;
	align-items: end;
	justify-content: center;
}
#tab-additional_information .product-tab-content .group-atribute-inner .woogroup_product_attr {
	background-color: var(--color-whit-bg);
}
.dropDown_more_btn_woogroup > button {
	width: 136px !important;
	height: 40px !important;
	border-radius: 5px;
	color: var(--color-accent2) !important;
	border-color: var(--color-accent2) !important;
	font-weight: 450 !important;
	z-index: 9;
}
.dropDown_more_btn_woogroup > button::after {
	background: var(--color-accent3) !important;
}
.dropDown_more_btn_woogroup > button > span {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse;
}
.dropDown_more_btn_woogroup > button > span > span {
	margin-left: 5px;
	font-size: 25px;
	font-weight: bold;
}
.shop_attributes {
	overflow: visible !important;
}
.dropDown_more_btn_woogroup {
	width: 100%;
	margin-top: 20px;
	position: relative;
}
.dropDown_more_btn_woogroup::before {
	content: "";
	background: linear-gradient(180deg,rgba(242,242,242,0) 0%, #f2f2f2 100%);
	width: 100%;
	height: 120px;
	position: absolute;
	right: 0;
	bottom: 100%;
	z-index: 5;
}
.group-atribute-inner.expanded .dropDown_more_btn_woogroup::before {
	display: none !important;
}
.woocommerce-product-attributes-item__label {
	position: relative;
}
.woocommerce-product-attributes-item__label svg {
	font-size: 13px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.shop_attributes .woocommerce-product-attributes-item__label span.attr_desc {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: calc(50% - 10px);
}
.shop_attributes .woocommerce-product-attributes-item__label span.attr_desc p {
	position: absolute;
	width: 170px;
	height: auto;
	min-height: 100px;
	text-align: justify;
	font-size: 13px;
	padding: 8px;
	background-color: #dbdbf6;
	opacity: 100;
	border: #6765e3 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-style: dotted;
	z-index: 9;
	display: none;
}
@media screen and (max-width:767px){
    #tab-additional_information {
	padding: 6px !important;
}
}