.b2b-product-tab {
    width: 1200px;
    height: auto;
}
.b2b-product-tab-hide {
    height: 0;
    visibility: hidden;
}
.b2b-component-product-tab {
	margin-right: auto;
    margin-left: auto;
}
.b2b-component-product-tab .b2b-component-product-tab-body {
	display: block;
}

.b2b-component-product-tab-nav {
	border: 1px solid #23299B;
	margin: auto;
	display: block;
	position: relative;
	background-color: #ffffff;
}
.b2b-component-product-tab-nav .tab-inner {
	max-width: 1200px;
	justify-content: center;
    display: flex;
    background: #FFFFFF;
	position: relative;
	margin: auto;
}
.b2b-component-product-tab-nav li {
	display: flex;
	align-items: center;
	justify-content: inherit;
}
.b2b-component-product-tab-nav .nav-item:hover {
     border-bottom: 2px solid #23299B;
}
.b2b-component-product-tab-nav .nav-item:hover .overview-dropdown-content{
     display: block;
}
.b2b-component-product-tab-nav .nav-item {
	padding: 18px 20px;
	margin-left: 3%;
	margin-right: 3%;
	border-bottom: 2px solid transparent;
	position: relative;
}
.b2b-component-product-tab-nav .tab-item-content {
	display: flex;
	flex-shrink: 0;
	flex-grow: 1;
	justify-content: center;

}
.b2b-component-product-tab-nav .nav-item.active {
	border-bottom: 2px solid  #23299B;
	font-weight: bold;
}
.b2b-component-product-tab-nav .nav-sku {
    padding-top: 18px;
    padding-bottom: 18px;
	padding-right: 80px;
}
.b2b-component-product-tab-nav .nav-contact {
    padding: 18px 40px;
    background-color: #23299B;
}
.b2b-component-product-tab .b2b-component-product-tab-body .b2b-component-product-tab-nav .nav-sku span{
	font-size: 18px;
	line-height: 136%;
}
.b2b-component-product-tab .b2b-component-product-tab-body .b2b-component-product-tab-nav .nav-contact {
    position: relative;
}
.b2b-component-product-tab .b2b-component-product-tab-body .b2b-component-product-tab-nav .nav-contact span{
	font-size: 18px;
	line-height: 136%;
    color: #FFFFFF;
}
.b2b-component-product-tab .b2b-component-product-tab-body .b2b-component-product-tab-nav .nav-item span{	
	font-size: 18px;
	line-height: 136%;
	/* or 24px */

	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.02em;
	color: #23299B;
}
.b2b-product-tab-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}
.b2b-component-product-tab-dropdown {
	display: none;
}
.drop-text-left-content {
	display: none;
}
.drop-text-right-content {
	display: none;
}
.b2b-component-product-tab .b2b-component-product-tab-body .b2b-component-product-tab-nav .nav-contact .b2b-product-tab-contact-menu {
	display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 230px;
    z-index: 5;
    background-color: #221D70;
    max-width: 100%;
}
.b2b-product-tab-contact-menu a {
    display: block;
	font-size: 18px;
	line-height: 40px;
    color: #FFFFFF;
    text-align: center;
}
.b2b-product-tab-contact-menu a:hover {
	color: #FFFFFF;
    font-weight: bold;
    background-color: #23299B;
}
.b2b-product-tab-contact-menu a.sold-out {
	background-color: #B0B0B0;
}
.b2b-product-tab-contact-menu a.sold-out:hover {
	font-weight: inherit;
	background-color: #B0B0B0;
}
.b2b-component-product-tab .b2b-component-product-tab-body .b2b-component-product-tab-nav .nav-contact:hover .b2b-product-tab-contact-menu {
    display: block;
}
.b2b-compnent-product-support-tab .b2b-component-product-tab-nav .tab-item-content {
	justify-content: flex-start;
}

/* triangle-down pc */
.b2b-component-product-tab-nav .triangle-down {
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #23299B;
    margin-left: 12px;
    cursor: pointer;
}
.b2b-component-product-tab-nav .overview-dropdown-content {
	position: absolute;
	top: 63px;
	left: 0;
	/* border: 1px solid #FFFFFF; */
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: none;
    width: 100%;
    z-index: 5;
}
.b2b-component-product-tab-nav .overview-item {
	height: auto;
	background-color: #FFFFFF;
    max-width: 100%;
}
.b2b-component-product-tab-nav .overview-item:hover {
	background-color: #23299B;
}
.b2b-component-product-tab-nav .overview-item:active {
	background-color: #23299B;
}
.b2b-component-product-tab-nav .overview-item-link {
	color: #23299B;
    font-family: "Roboto",Arial;
    font-size: 16px;
    font-weight: 400;
    height: 100%;
    padding: 8% 22px;
    width: 100%;
}
.b2b-component-product-tab-nav .overview-item-link:hover {
	color: #FFFFFF;
}
.b2b-component-product-tab-nav .overview-item-link:active {
	color: #FFFFFF;
}

@media (max-width: 1220px) {
	.b2b-component-product-tab-nav .nav-sku {
		padding-left: 25px;
		padding-right: 10%;
	}
	
}

/* tablet */
@media (min-width: 801px) and (max-width: 1000px) {
    .b2b-component-product-tab-nav .nav-contact {
		padding: 18px 16px;
		margin-left: 0px;
	}
	.b2b-component-product-tab-nav .nav-item {
		margin-left: 3.5%;
		margin-right: 3.5%;
		padding: 18px 5px;
	}
	.b2b-component-product-tab-nav .tab-item-content {
		margin-right: 30px;
	}
}

/* mobile */
@media screen and (max-width: 800px) {
    .b2b-product-tab {
    	height: auto;
        border: 0px;
	}
    .b2b-component-product-tab {
		display: none;
	}
    .b2b-product-tab-contact-menu {
    	display: none;
	}
	.b2b-component-product-tab-dropdown {
		display: block;
	}
	.b2b-component-product-tab-dropdown .drop-text-left {
    	width: 50%;
        float: left;
		align-items: center;
		text-align: center;
    	background-color: #FFFFFF;
		border: 1px solid #23299B;
		position: relative;
		z-index: 5;
	}
    .b2b-component-product-tab-dropdown .drop-text-left a {
		font-size: 16px;
    	display: block;
   		height: 100%;
    	vertical-align: middle;
    	line-height: 40px;
		color: #23299B;
	}
	.drop-text-left-content {
    	display: none;
    	border: none;
	}
	.drop-text-left-content a {
    	color: #000000;
        text-align: center;
    	border-bottom: 1px solid #CCCCCC;
    	background-color: #FFFFFF;
	}
	.drop-text-left-content a {
    	display: block;
        font-size: 16px;
    	line-height: 48px;
    	font-weight: bold;
	}
	.drop-text-left-content a:hover {
    	font-weight: bold;
	}
	.drop-text-left-content a.active {
		font-weight: bold;
	}
    .b2b-component-product-tab-dropdown .drop-text-right {
    	width: 50%;
    	float: left;
    	align-items: center;
		text-align: center;
    	background-color: #23299B;
		border: 1px solid #23299B;
		position: relative;
		z-index: 5;
	}
	.b2b-component-product-tab-dropdown .drop-text-right a {
		font-size: 16px;
		display: block;
   		height: 100%;
    	vertical-align: middle;
    	line-height: 40px;
		color: #FFFFFF;
	}
	.drop-text-right-content {
		display: none;
        border: none;
        background-color: #221D70;
	}
    .drop-text-right-content a {
		display: block;
    	font-size: 16px;
    	color: #F2F2F2;
        text-align: center;
		border-bottom: 2px solid #23299B;
    	line-height: 57.5px;
	}
	.drop-text-right-content a:hover { 
		font-weight: bold;
    	color: #F2F2F2;
        background-color: #23299B;
    }
	.b2b-component-product-tab-dropdown .arrow-area-left {
    	display: inline-block;
	}
	.b2b-component-product-tab-dropdown .arrow-area-left i {
  		border: 2px solid #23299B;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 5px;
	}
	.b2b-component-product-tab-dropdown .arrow-area-left {
		margin-left: 27px;
	}
	.arrow-down-left {
  		transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
	}
	.arrow-up-left {
		transform: rotate(-135deg);
  		-webkit-transform: rotate(-135deg);
		margin: -3px;
	}
	.b2b-component-product-tab-dropdown .arrow-area-right {
    	display: inline-block;
	}
	.b2b-component-product-tab-dropdown .arrow-area-right {
		margin-left: 27px;
	}
    .arrow-down-right {
  		transform: rotate(45deg);
  		-webkit-transform: rotate(45deg);
	}
	.arrow-up-right {
		transform: rotate(-135deg);
  		-webkit-transform: rotate(-135deg);
		margin: -3px;
    	border: 2px solid #FFFFFF;
    	border-width: 0 3px 3px 0;
        display: block;
        padding: 5px;
	}
	.b2b-product-tab-menu-fixed {
  		position: fixed;
  		top: 40px;
  		width: 100%;
  		z-index: 5;
	}
	/* overview mobile */
	.drop-text-left-content .overview-dropdown-content {
		background-color: #F2F2F2;
    	text-align: center;
    	border-bottom: 1px solid #CCCCCC;
	}
	.drop-text-left-content .overview-dropdown-content-item-link {
		font-size: 16px;
    	font-weight: 400;
    	background-color: #F2F2F2;
    	border-bottom: unset;
	}
	.drop-text-left-content .overview-dropdown-content-item-link:hover {
		background-color: #23299B;
		font-weight: 400;
		color: #FFFFFF;
	}
}

/* arabic style */
.arabic-style .b2b-component-product-tab-nav .nav-sku {
	padding-right: 0px;
	padding-left: 80px;
}
@media (max-width: 1220px) {
	.arabic-style .b2b-component-product-tab-nav .nav-sku {
		padding-right: 25px;
    	padding-left: 10%;
	}
	
}
@media (max-width: 1000px) and (min-width: 801px) {
	.arabic-style .b2b-component-product-tab-nav .tab-item-content {
		margin-left: 30px;
		margin-right: 0px;
	}
}
@media (max-width: 800px) {
	.arabic-style .b2b-component-product-tab-dropdown .drop-text-left,
	.arabic-style .b2b-component-product-tab-dropdown .drop-text-right{
		float: right;
		
	}
	.arabic-style .b2b-component-product-tab-dropdown .arrow-area-left,
	.arabic-style .b2b-component-product-tab-dropdown .arrow-area-right {
		margin-right: 27px;
    	margin-left: 0px;
	}


}
