body{
	margin: 0px;
	padding: 0px;
	font-family:"Lucida Grande",Arial,sans-serif;
	box-sizing: border-box;
}
#container{
	max-width: 1140px;
	margin: 0 auto;
	background: #fff;
}
.flexible-packaging{
	border: 2px solid #8E8E8E;
}
.main-categories-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	margin: 2rem 0rem;
}
.category-card{
	width: 31%;
	height: 220px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-weight: 900;
	letter-spacing: .1rem;
	border-radius: 5px;
	position: relative;
}
.category-card:hover{
	box-shadow: 0px 0px 8px 3px rgb(165, 165, 165);
	transition: .273s ease;
	cursor: pointer;
}
.category-title{
	position: absolute;
	display: flex; 
	background-color: rgba(123, 123, 123, 0.75); 
	width: 100%;
	justify-content: center; 
	padding: 1rem 0rem;
}
/* We Can Fix Anything Banner Start*/
.fix-anything-banner-container{
	height:100px;
	margin-bottom: 2rem;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	color: white;
	background: linear-gradient(#000000af, black, #000000af);
}
.fix-anything-banner{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	height: 100px;
	border-radius: 5px;
}
.fix-anything-center{
	color: white;
	padding-top: 20px;
}
.fix-anything-header{
	font-size: 32px;
	font-weight: 700;
	padding-bottom: 4px;
	text-align: center;
}
.fix-anything-sub-header{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.ask-buton{
	background-color: #D32F2F;
	border-radius: 50px;
	padding: .5rem 2rem;
	font-size: 16px;
	color: white;
}
.sub-header-left{
	font-size: 24px;
}
@media screen and (max-width:700px) {
	.overstock- img{ display: none; }
	.overstock-banner{
		width: 100%;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.sub-header-left, .fix-anything-right{ display: none; }
}
 /* We Can Fix Anything Banner End*/
 /* Mobile Sizing Start */
@media screen and (max-width: 428px){
	.fix-anything-header{
		font-size: 30px;
	}
}
 /* Mobile Sizing End */
.wrapper {
	display: flex;
	width: 100%;
	margin: 2rem 0rem;
	overflow: hidden;
	height: 60px;
	display: flex;
	align-items: center;
}
.item {
	animation: animate 23s alternate linear infinite;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 0px;
	padding: 6rem 3rem;
}
.container:hover .item {
	animation-play-state: paused;
}
@keyframes animate {
	0% { transform: translate3d(0, 0, 0); }
	100% { transform: translate3d(-1100px, 0, 0); }
}
@media (max-width:767px) {
	.slider-area h2 {
		font-size: 30px;
	}
	.wrapper {
		width: 95%;
		border-radius: 0;
		padding: 0;
	}
}
.overstock-container{
	background: linear-gradient(rgba(168, 88, 3, 0.812), #d48702,rgba(168, 88, 3, 0.812));
	color: white;
	font-size: 26px;
	height: 100px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin-bottom: 2rem;
}
.overstock-container:hover{
	transition: .322s ease;
	background-color: rgba(139, 95, 6, 0.861);
}
.card-1, .card-2, .card-3, .card-4, .card-5, .card-6{
	margin-bottom: 2rem;
}
.sixpack-row-1{
	display: flex; 
	flex-wrap: wrap; 
	justify-content: space-evenly; 
	align-items: center;
}
.sixpack-row-1 a:hover .sup-title{
	transition: .322s ease;
	color: rgb(175, 1, 1);
}
.sixpack-row-1 a:hover{
	box-shadow: 0px 0px 8px 3px rgb(165, 165, 165);
}
@media screen and (max-width: 1130px){
	.sixpack-row-1{
		max-width: 900px;
		margin: auto;
		justify-content: space-evenly;
	} 
	.sealer-card{
		display: none;
	}
	.main-categories-row{
		width: 100%;
		margin: auto;
		margin-top: 2rem;
		max-width: 900px;	
		justify-content: space-evenly;
	}
	.flexible-card, .sorbent-card, .sealer-card{
		margin-bottom: 2rem;
	}
	.card-1, .card-2, .card-3, .card-4{
		margin-bottom: 2rem;
	}
}
.flexible-packaging {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: pointer;
	width: 350px; 
	height: 200px; 
}
.flexible-image {
	width: 100%;
	height: 205px;
	background-image: url('https://www.sorbentsystems.com/images/flexible-cluster2_sml.webp'); 
	background-size: cover;
	background-position-y: 48%;
	background-position-x: 50%;
	transition: transform 0.59s, filter 0.3s;
	filter: brightness(95%); 
}
.desiccant-image {
	width: 100%;
	height: 215px;
	background-image: url('https://www.sorbentsystems.com/images/desiccant-beads2.webp'); 
	background-size: cover;
	background-position-y: 50%;
	transition: transform 0.59s, filter 0.3s;
	filter: brightness(95%); 
}
.sealer-image {
	width: 100%;
	aspect-ratio: 7 / 4;
	background-image: url('https://www.sorbentsystems.com/images/gramatech-vacuum-sealer_sml.webp'); 
	background-size: cover;
	background-position-y: 4%;
	transition: transform 0.59s, filter 0.3s;
	filter: brightness(95%); 
}
@media only screen and (max-width: 700px) {
	.flexible-image {
		width: 100%;
		height: 205px;
		background-image: url('https://www.sorbentsystems.com/images/flexible-cluster2.webp'); 
		background-size: cover;
		background-position-y: 50%;
		background-position-x: 50%;
		transition: transform 0.59s, filter 0.3s;
		filter: brightness(95%); 
	}
	.desiccant-image {
		width: 100%;
		height: 215px;
		background-image: url('https://www.sorbentsystems.com/images/desiccant-beads2.webp'); 
		background-size: cover;
		background-position-y: 50%;
		transition: transform 0.59s, filter 0.3s;
		filter: brightness(95%); 
	}
	.sealer-image {
		width: 100%;
		aspect-ratio: 7 / 4;
		background-image: url('https://www.sorbentsystems.com/images/gramatech-vacuum-sealer.webp'); 
		background-size: cover;
		background-position-y: 4%;
		transition: transform 0.59s, filter 0.3s;
		filter: brightness(95%); 
	}
}
.flexible-packaging:hover .flexible-image, .flexible-packaging:hover .desiccant-image, .flexible-packaging:hover .sealer-image {
	transform: scale(1.05);
	filter: brightness(100%); 
}
.category-title {
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(84, 84, 84, 0.80);
	color: #fff;
	padding: 4px 10px;
	box-shadow: 0px 0px 10px 5px rgba(218, 218, 218, 0.495);
	font-weight: bold;
}
.fade-animation { animation: fadeAnimation 0.8s ease-in-out forwards; }
.overstock-banner{
	width: 520px;
	min-height: 100px;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	font-size: 24;
	font-weight: 600;
}
@keyframes fadeAnimation {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#carousel-title{
	margin-top: 2rem;
}
.sub-banner-text{
	font-size: 24px;
	font-weight: 600;
}
@media screen and (max-width: 768px){
	.main-categories-row, .sixpack-row-1{
		max-width: 500px;
	}
	#carousel-title{
		display: none;
		margin-bottom: 2rem;
	}
	.flexible-card{
		margin-top: 4.8rem;
	}
	.hall{ 
		display: none;
	}
}
@media screen and (max-width: 374px){
	.sub-banner-text{
		font-size: 50px;
	}
}
.overstock-banner img{
	width: 100px;
}
.rollstock-container{
	background-image: url(https://www.sorbentsystems.com/images/pts-both.png);
	background-color: #D5484E;
	background-size: contain;
	background-position-x: 35px;
	color: white;
	font-size: 26px;
	height: 100px;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin-bottom: 2rem;
	filter: grayscale(80%);
}
.overstock-main{
	padding: 0rem 5rem;
	font-size: 32px;
	text-align: center;
	flex-direction: column;
}
.overstock-container:hover{
	transition: .322s ease;
	background-color: rgba(11, 13, 24, 0.861);
}
.pts-text{
	max-height: 100px;
	padding: 0px 2rem;
	background-color: #D5484E;
	box-shadow: 0px 0px 6px 18px #D5484E;
}
.rollstock-container:hover{
	transition: .322s ease;
	filter: grayscale(0%);
	animation: alternate;
	background-color: rgba(203, 14, 14, 0.803)
}
@media screen and (max-width: 550px){
	.rollstock-banner, .overstock-banner, .fix-anything-banner{ width: 100%; }
	.sub-banner-text{ font-size: 22px; }
	.fix-anything-banner{ border-radius: 0px; }
	.rollstock-banner img, .overstock-banner img{ display: none; }
	.rollstock-banner, .overstock-banner{ display: flex; justify-content: center; }
	.rollstock-container, .medica-container, .overstock-container{ border-radius: 0px; }
}
@media screen and (max-width: 478px){
	.sub-banner-text{ display: none; }
	.rollstock-container{ background-image: none; }
}
.skip-link{
	position: absolute;
	left: -9999px; 
	z-index: 999; 
	padding: 1em;
	background-color: black;
	color: white;
	opacity: 0;
}
.skip-link:focus {
	left: 50%;
	transform: translateX(-50%);
	opacity: 1; 
}