.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}

.product__wrapper{
    box-shadow: none;
}

.top-header {
    background-color: #000000;
}

.top-header, .top-header a {
    color: #bababa;
}

/* For Chrome, Edge, and Safari */
::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
}

::-webkit-scrollbar-track {
    background: #f1f1f1; /* Background color of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #000; /* Color of the scrollbar */
    border-radius: 3px; /* Rounded edges for the scrollbar */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color on hover */
}

/* For Firefox */
html {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: black #f1f1f1; /* Thumb color and track color */
}