/*html{
    scroll-behavior: smooth;
}*/

.scroll_active {
    background: #00465a;
    color: #ffffff !important;
    padding: 10px;
    border-radius: 5px;
	font-weight: 700;
}

.scroll-class{
	position: fixed;
    top: 196px;
}

.scrollspy-list a {
    margin: 7px 0;
    line-height: 1.3;
    color: #00465a;
	font-weight: 500;
}
.scrollspy-list {
    display: grid;
    max-width: 200px;
}
.scrollspy-list a:hover{
	cursor: pointer;
}
.product-page-container{
	position: relative;
}
.product-page-container > .fl-col-content > .fl-module-uabb-table .fl-module-content .uabb-table {
	display: none;
}

.divText{
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 30px;
	color: #00465a !important;
	font-weight: 500;
	background: #e0f2f9;
	border-radius: 100px;
	border: solid 1px #00456a;
	padding: 2px 5px;
	transition: border .7s , background .7s, color .7s;
}

.product-page-container:hover .divText{
	background: #00456a;
	border: solid 1px #e0f2f9;
	color: #e0f2f9 !important;
	transition: border .7s , background .7s, color .7s;
}

.product-page-container:hover{
	cursor: pointer;
}


@media(max-width: 1349px){
	.scrollspy-list {
    	max-width: 180px;
	}
}
@media(max-width: 1200px){
	.scrollspy-list {
    	max-width: 160px;
	}
}
@media(max-width: 1180){
	.scrollspy-list {
    	max-width: 140px;
	}
}
@media(max-width: 1080){
	.scrollspy-list {
    	max-width: 120px;
	}
}
@media(max-width: 1023){
	.scrollspy-list {
    	display: none
	}
	#secondary{
		display: none !important;
	}
	#primary{
		width: 100%;
	}
}
@media(max-width: 768px){
	#block-5{
		display: none;
	}
	.divText {
		position: absolute;
		right: 7px;
		top: 30px;
		font-size: 20px;
		color: #00465a !important;
		background: #e0f2f9;
		border-radius: 100px;
		border: solid 1px #00456a;
		padding: 0px 5px;
	}
}