#productTabs .nav-link {
	border:0;
	border-radius:0;
	background:#dce0e8;
	color:rgba(104,19,203,1);;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:1px;
	transition:.3s;
	text-shadow:1px 1px 1px rgba(255,255,255,.75);
}
#productTabs .nav-link.active,
#productTabs .nav-link:hover,
#productTabs .nav-link:focus {
	background:#b6bcc8;
	text-shadow:1px 1px 1px rgba(0,0,0,.25);
	color:rgba(0,91,234,1);
}
#productTabsContent .tab-pane {
	padding:20px;
}



.product-images-3{
	margin: 40% 0!important;
}


.p-category-box {
	position:relative;
	width:100%;
	margin-bottom: 15px;
	
	transition:.5s ease;
}


.p-category-box .title a {
	color:#104a43 !important;
	font-weight:700;
}
.p-category-box .image {
	transition:.5s ease;

}

.p-category-box .image img {
	filter: brightness(0.5);
	object-fit:cover;
	object-position:center;
	width:auto!important;

	
}

.product-box {
	margin:10px 0;
	padding:10px;
	position:relative;
	transition:all .5s ease;
}
.product-box:hover {
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
.product-box .image img {
	object-fit:contain;
	object-position:center;
	height:250px;
	width:100%;
}
.product-box .title {
	background:transparent;
	padding:10px;
	transition:.3s;
	margin:10px 0;
	text-align:center;
}
.product-box:hover .title {
}
.product-box .title a {
	color:#eb3505 !important;
	display:flex;
	justify-content:center;
	align-items:center;
}
.product-box .title a h5 {
	margin-bottom:0;
	color:#000 !important;
	font-weight:700;
	font-size:1rem;
	text-align:center;
}
.product-box .title i {
	opacity:0;
	transition:.3s;
	margin-left:auto;
}
.product-box:hover .title i {
	opacity:1;
}





.product-main-image-box {
	position:relative;
}
.product-images {
	position:absolute;
	opacity:0;
	top:0;
	left:0;
	bottom:0;
	right:0;
	transition:.3s;
}
.product-images.active {
	opacity:1;
	position:relative;
}
#product-detail-accordion .accordion-item {
	margin:15px 0;
	border:none;
}
#product-detail-accordion .accordion-button {
	background:#f6fbfe !important;
	box-shadow:none;
	border-bottom:1px solid #e8e8e8;
	color:#00bae5;
	font-weight:900;
}
#product-detail-accordion .accordion-button.collapsed {
	border-color:transparent;
}
#product-detail-accordion .accordion-body {
	background:#f6fbfe !important;
	color:#000;
}
.table th {
	background:rgba(0,186,229,.15);
}
.table th, .table td {
	text-align:center;
	color:#000;
}
.table tbody tr:hover {
	background:#ccc;
}
.table tbody td {
	font-weight:500;
}
.technical-specs {
	overflow-x:auto;
	max-width:100%;
}




.product-info {
	padding:20px 0;
	border-bottom:1px solid #dedede;
}
.product-info h2.info-title {
	color:#585858;
	font-weight:400;
	font-size:15px;
}
.product-info .info-info {
	color:#000000;
	font-weight:700;
	font-size:22px;
}

.product-navs .nav-link {
	background:unset;
	border:unset;
	color:#585858;
	font-weight:700;
	text-transform:uppercase;
}
.product-navs .nav-link.active {
	border-bottom:1px solid #000;
}
.product-tabs {
	padding-top:20px;
}