.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;
	padding: 10px !important;
	background: #0166ff;
	border-radius: 3px;
	color: #fff !important;
	text-align: center !important;
	display: block;
	width: 100% !important;
	font-size: 18px !important;
}
.woocommerce-product-attributes-item__label {
	background: #f2f2f2 !important;
	border-radius: 3px;
	padding: .6rem 1.5rem !important;
	margin-bottom: .35rem !important;
	float: right !important;
	width: 35% !important;
	min-width: 100px !important;
	color: #333 !important;
	font-size: 13px;
}
.woocommerce-product-attributes-item__value {
	border-radius: 3px;
	margin-bottom: .35rem !important;
	margin-right: 10px !important;
	color: #555 !important;
	width: 65%;
	display: grid;
	align-items: center;
	font-size: 13px;
	grid-template-columns: repeat(1,minmax(0,1fr));
	gap: 5px;
}
.woocommerce-product-attributes-item__value span {
	background-color: #f2f2f2 !important;
	width: 100%;
	display: flex;
	padding: .6rem 1.5rem !important;
	height: 100%;
	-webkit-align-items: center;
	align-items: center;
}
.dropDown_more_btn_woogroup, .dropDown_more_btn_woogroup > button {
	font-family: inherit;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropDown_more_btn_woogroup > button {
	width: 250px;
	height: 50px;
	border-radius: 5px;
	background: #ebf5ff;
	font-size: 1.1em;
	font-weight: 700;
	color: #196ec0;
	border: 1px solid #ebf5ff;
}
.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%;
	height: 120px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.5),#fff);
	z-index: 2;
}
.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: 15px;
	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: 20px !important;
}
}