.b2b-product-qa-content {
	background-color: #E5E5E5;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 148px;
}
.b2b-product-qa-tab-section {
	margin: auto;
	text-align: center;
}
.b2b-product-qa-tab-wrap {
	margin-top: 60px;
	/* width: 809px; */
	margin-right: auto;
	margin-left: auto;
	display: inline-block;	
}
.b2b-product-qa-tab {
	background: #FFFFFF;
	border: 1px solid #956915;
	/* height: 60px; */
	text-align: center;
	font-size: 1.6rem;
}
.b2b-product-qa-container {
	margin-top: 35px;
}
.b2b-product-qa-tab a {
	text-align: center;
	color: #956915;
	font-size: 1.6rem;
    outline: none;
 	border: none;
  	background-color: inherit;
    padding: 16px 30px;
    display: inline-block;
}
.b2b-product-qa-tab a.selected {
    background: rgba(192, 157, 91, 0.2)!important;
	border-right: 1px solid #956915;
	border-left: 1px solid #956915;
    font-weight: bold;
    line-height: 150%;
}
.b2b-product-qa-tab a:first-of-type.selected {
    border-left: none;
}
.b2b-product-qa-tab a:last-of-type.selected {
	border-right: none;
}
.b2b-product-qa-item-title {
	font-size: 2.4rem;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
.b2b-product-qa-items span {
	font-size: 1.8rem;
}
.b2b-product-qa-items span img {
	margin-right: 5px;	
}
.b2b-product-qa-plus-icon {
	position: absolute;
	right: 10px;
	top: 15px;
}
.b2b-product-qa-item-wrap {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 51px;
	max-width: 100%;
}
.b2b-product-qa-item-section {
	display: grid;
}
.b2b-product-qa-items {
	/* height: 48px; */
	background-color: #FFFFFF;
	/* margin-bottom: 8px; */
	margin-top: 8px;
	padding: 11px 32px;
	position: relative;
	cursor: pointer;
}
.b2b-product-qa-items-des {
	/* height: 144px; */
	background-color: #FFFFFF;
	margin-top: 2px;
	display: none;
}
.b2b-product-qa-items-des span {
	display: block;
	/* height: 144px; */
    padding-left: 55px;
    padding-right: 100px;
    padding-top: 19px;
    padding-bottom: 29px;
    line-height: 150%;
    font-size: 16px;
}
.b2b-product-qa-items-des span a {
	text-decoration: underline;
    color: #0050C7;
}
.b2b-product-qa-items-with-image {
	background-color: #FFFFFF;
	margin-top: 2px;
	display: flex;
	align-items: center;
	display: none;
}
.b2b-product-qa-items-image-column {
	width: 40%;
	float: left;
}
.b2b-product-qa-items-image-column img{
	display: block;
	padding-left: 55px;
	padding-right: 29px;
    padding-top: 24px;
    padding-bottom: 40px;
    max-width: 100%;
    /* margin: auto; */
}
.b2b-product-qa-items-text-column {
	width: 60%;
	float: left;
	font-size: 16px;
	display: inline-block;
	padding-left: 29px;
	padding-right: 100px;
	padding-top: 84px;
    padding-bottom: 112px;
}

/* Tablet */
@media screen and (min-width: 800px) and (max-width: 1400px){
	.b2b-product-qa-items-image-column img {
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.b2b-product-qa-items-text-column {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 800px) {
	.b2b-product-qa-tab {
		display: flex;
    	white-space: nowrap; 
	}
}
/* Mobile */
@media screen and (max-width: 800px) {
	.b2b-product-qa-content {
		padding-left: 24px;
		padding-right: 24px;
		padding-bottom: 61px;
	}
	.b2b-product-qa-tab-wrap {
		margin-top: 36px;
		margin-left: 24px;
    	margin-right: 24px;
	}
	.b2b-product-qa-items {
		padding-left: 22px;
		padding-right: 40px;
		min-height: 40px;
	}
	.b2b-product-qa-items span {
		font-size: 1.6rem;
		vertical-align: middle;
	}
	.b2b-product-qa-tab a {
		width: 100%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.b2b-product-qa-tab a.selected {
		border-left: none;
		border-right: none;
		border-top: 1px solid #956915;
		border-bottom: 1px solid #956915;
	}
	.b2b-product-qa-tab a:first-of-type.selected {
		border-top: none;
	}
	.b2b-product-qa-tab a:last-of-type.selected {
		border-bottom: none;
	}
	.b2b-product-qa-items-image-column {
		width: 100%;
	}
	.b2b-product-qa-items-text-column {
		width: 100%;
		padding-top: 20px;
    	padding-right: 31px;
	    padding-left: 21px;
	    padding-bottom: 25px;
	}
	.b2b-product-qa-items-des span {
		padding-top: 17px;
		padding-right: 31px;
		padding-bottom: 23px;
		padding-left: 21px;
	}
	.b2b-product-qa-items-with-image {
		display: block;
		display: none;
	}
	.b2b-product-qa-items-image-column img{
		padding-left: 21px;
    	padding-right: 21px;
    	margin: auto;
	}
}

/* arabic style */
.arabic-style .b2b-product-qa-plus-icon {
	right: auto;
	left: 10px;
}
.arabic-style .b2b-product-qa-items span img {
	margin-right: 0px;
	margin-left: 5px;
}
.arabic-style .b2b-product-qa-items-des span {
	padding-right: 55px;
	padding-left: 100px;

}
@media screen and (max-width: 800px) {
	.arabic-style  .b2b-product-qa-items {
		padding-left: 40px;
		padding-right: 22px;
	}
	.arabic-style .b2b-product-qa-items-des span {
		padding-right: 21px;
		padding-left: 31px;
	}
}