/* GENERAL */

* {
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 18px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

main {
    background: #EFEFEF;
}

.H1, h1 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 52px;

}
.H2 {
    font-size: 40px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 52px;
}
.H3 {
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 600;
    line-height: 32px;
}

.H4 {
    color: #333;
    font-size: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.H5 {
    font-size: 18px;
}

.container-custom {
    max-width: 1160px;
    margin: 0 auto;
}

.btn-custom {
    background: #00B1AB;
    color: #fff;
    padding: 10px 50px;
    border: 0;
    display: flex;
    gap: 10px;
}

.btn-custom div {
    font-weight: 500;
}

/* MAIN - PRODUCTS */

.products-breadcrumbs a {
    color: #69747A;
}

.products-breadcrumbs .last {
    color: #FF6E0D;
}

.breadcrumb {
    display: flex;
    gap: 1rem;
}

.tab_box .tab_btn {
    color: #B0B0B0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #69747A;;
}

.tab_box .tab_btn.active {
    color: #000000;
    border-bottom: 2px solid #FF6E0D;
}

.content_box .content {
    display: none;
    animation: moving .5s ease;
}

@keyframes moving {
    from{transform: translateX(50px); opacity: 0;}
    to{transform: translateX(0px); opacity: 1;}
}

.content_box {
    background: #fff;
}

.content_box .content.active {
    display: block;
}



.slider .owl-nav {
    display: flex;
    justify-content: end;
    gap: 20px;
}

.container.table-wrapper {
	position: relative;
	overflow: hidden;
}

.table-over {
	overflow-x: auto;
	max-width: 100%;
}

.clone {
	position:absolute;
	top:0;
	left: calc(var(--bs-gutter-x) * .5 - 2px);
    max-width: calc(100% - var(--bs-gutter-x));
	pointer-events:none;
	
}

.clone thead tr {background: #efefef;}
.clone thead tr th {position: relative;}
.clone thead tr th:before {
	content: ' ';
    display: block;
    border-top: 3px solid #efefef;
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
}

.clone tbody tr:nth-child(even) {background: #efefef;}
.clone tbody tr:nth-child(odd) {background: #D9D9D9;}
.clone tbody tr:last-child td:first-child {position: relative;}
.clone tbody tr:last-child td:first-child:before {
	content: ' ';
    display: block;
    border-top: 3px solid #efefef;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
}


.clone th, .clone td {
	visibility:hidden;
	border-color: transparent !important;
}

.clone th:first-child,
.clone td:first-child {
	visibility:visible !important;
	position: relative;	
}

.clone thead th:first-child:after,
.clone tbody td:first-child:after {
	content: ' ';
    display: block;
    background: #00000052;
    position: absolute;
    top: 0px;
    right: -1px;
    width: 1px;
    height: 100%;
}



@media (min-width: 1200px) {
	.slider .owl-nav {
		position: absolute;
    	bottom: 40px;
    	right: 0;
	}
	
	.gallery {
		max-width: 400px;
    	margin: 0 auto;
	}
	
}

.slider .slide {
	width: 100%;
    height: 323px;
    background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider .slide img {
    width: 480px;
    height: 360px;
    object-fit: contain;
}

.color-gray {color: #B0B0B0;}

.font-normal {font-weight: 100 !important}

.other-product {text-decoration: none; color: #B0B0B0;}
.other-product:hover {color:#212529;}


.gallery img {
    cursor: pointer;
    border: 2px solid #D9D9D9 !important;
    object-fit: contain;
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
    margin-right: 12px;
}
  
.gallery img.active {
    border-color: #FF6E0D !important;
}

.tab_btn_item {
    padding: 0 50px;
    color: #B0B0B0;
    background: 0;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #69747A;;
}

.tab_btn_item.active {
    border-color: #FF6E0D;
    color: #FF6E0D;;
}

.content_box_item {
    background: #EFEFEF;
}

.content_box_item .content_item {
    display: none;
    animation: moving .5s ease;
}

@keyframes moving {
    from{transform: translateX(50px); opacity: 0;}
    to{transform: translateX(0px); opacity: 1;}
}

.content_box_item .content_item.active {
    display: block;
}

.content_box_item .content_item_table.active {
    display: flex;
}

.custom-table {
    border: 3px solid #FF6E0D;
} 

.custom-table td {
    padding: 10px;
}

.custom-table tr td:first-child {
    border-right: 1px solid #33333366;
    font-weight: 600;
}


.custom-table tr:nth-child(1) td:nth-child(2) {
    font-weight: 600;
}

.custom-table tr:nth-child(2) td:nth-child(2) {
    font-weight: 600;
}

.custom-table tbody tr:nth-child(odd) {
    background: #D9D9D9;
}

.table_items_container {
    background: #EFEFEF;
    border-top: 3px solid #B0B0B0;

}

.table_items th {
	width: 135px !important;
}

.table_items tr td {
    border-right: 1px solid #33333366;
    
    padding: 6px 10px;
    font-size: 16px;
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: -0.16px;
}

.table_items tr td:first-child {
    text-align: start;
	width: 250px;
}

.table_items tr th:first-child {
    vertical-align: bottom;
    text-align: start;
    padding: 0 10px 10px 10px;
}

.table_items tr td:last-child {
    border-right: 0;
}

.table_items tbody tr:nth-child(odd) {
    background: #D9D9D9;
}

.head_table_title {
    border: 1px solid #EFEFEF;
    color: #fff;
    background: #69747A;
}

.head_table_title.active {
    background: #FF6E0D;
}
 
.head_table_title div {
	padding: 5px 8px;
	font-size: 16px;
	line-height: 120%;
}

@media (max-width: 1199px) {
	.container.table-wrapper {
		
	}
}


@media (min-width: 768px) and (max-width: 1199px) {
	.H2 {
		font-size: 34px;
		font-style: normal;
		font-weight: 600;
		line-height: 42px;
	}
	
	.gallery {
		padding-right: 0 !important;
		padding-left: 0 !important;
		margin-left: 20px;
	}
	
	.gallery img {
		width: 80px;
		height: 80px;
		margin-bottom: 8px;
		margin-right: 8px;
	}
	
	.slider .slide {
		width: 315px; height: 315px;
	}
	
	.slide img {
    height: 260px;
    object-fit: contain;
	}
	
	.slider .owl-nav {
    	padding-right:0px;
	}
	
	.tab_btn_item {
		font-size: 16px;
		padding: 0 20px;
	}
	
	.content_item_table img {
		width: 80px;
	}
	
	.table_item_title {
		font-size: 18px;
		font-style: normal;
		font-weight: 600;
		line-height: 26px;
	}
	
	.table_item_description {
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: 20px; 
	}
	
	.content_item strong {
		font-size: 18px;
	}
	
	.content_item span {
		font-size: 16px;
	}
	
	.custom-table td {
		font-size: 16px;
	}
	
	.custom-table {
		width: 90% !important;
	}
	
	.table_items div, th, td {
		font-size: 14px !important;
		line-height: 120%;
	}

}




@media (max-width: 767px) {
	
	.breadcrumb {
		display: flex;
		gap:  10px;
	}
		
	
	
	.products-breadcrumbs a{
		font-size: 12px;
	}
	
	.products-breadcrumbs img{
		height: 10px;
	}
	
	.login{
		font-size: 14px;
	}
	.pass{
		font-size: 14px;
	}
	
	.auth-form input {
		height: 35px;
	}
	
	.form-check-label {
		font-size: 12px;
	}
	
	.btn-auth {
		font-size: 20px;
	}
	
	.H2 {
		font-size: 22px;
		font-style: normal;
		font-weight: 600;
		line-height: 28px;
	}
	
	.slider{
		width:100% !important;
	}
	.slider .slide {
		width: calc(100vw - 80px); height: calc(100vw - 80px);
	}
	
	.tab_box_item {
		gap: 8px !important;
	}
	
	.tab_btn_item, .tab_btn_item div  {
		padding:0;
		font-size: 12px;
		font-style: normal;
		font-weight: 300;
		line-height: 12px;
	}
	
	.tab_btn_item img {
		width: 20px;
	}
	
	.content_item_table img {
		width: 70px;
		height: 70px;
	}
	
	.table_item_title {
		font-size: 18px;
		font-style: normal;
		font-weight: 500;
		line-height: 26px;
	}
	
	.table_item_description{
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 16px;
	}
	
	.content_item {
		width: 100% !important;
	}
	
	.content_item_desc strong {
		font-size: 16px;
	}
	
	.content_item_desc span {
		font-size: 14px;
	}
	
	.content_item .custom-table {
		width: 100% !important;
	}
	
	.content_item .custom-table td{
		font-size: 12px;
	}
	
	.table_items_container .table_items {
		overflow: hidden;
	}

	
	.table_items tr td {
		font-size: 12px;
		padding: 4px;
	}
	
	.head_table_title div {
		font-size: 12px;
		line-height: 120%;
	}
	
	.table-first-item{
		font-size: 12px;
	}
	
}	



.tableHeaderImage {
    width: 135px;
	height: 135px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .table_items th {
		width: 100px !important;
	}
	.tableHeaderImage {
    	width: 100px;
		height: 100px;
	}
}

@media (max-width: 767px) {
    .table_items th {
		width: 90px !important;
	}
	.tableHeaderImage {
    	width: 90px;
		height: 90px;
	}
}

.prod-page-tab {
	display: block;
	border-bottom: 2px solid #69747A;
	margin-bottom: 0;
}
.prod-page-tab.active {
	border-color: #FF6E0D;
}
.product-videos {
	padding-top:30px;
	padding-bottom:30px;
}
