@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

dialog#refund {
    width: 600px;
    background: #252525;
    border-color: #555;
    border-width: 20px;
    border-radius: 4px;
    box-shadow: 1px 1px 25px rgba(0,0,0,0.75);
    color: #FFF;
    text-align: center;
    padding:30px;
}
dialog#refund h2 {font-size: 20px;margin: 0 0 25px 0;text-align: left;}
dialog#refund sub {display: block;margin-top: 25px;text-align: left;}
dialog#refund button i {position: absolute;display:inline-block;font-size:35px;left: 30px;top: 50%;transform: translate(-50%,-50%);}
dialog#refund button {position: relative;text-align: left;display: inline-block;background-color: rgba(255,255,255,0.25);border: none;border-radius: 4px;padding: 15px 20px 15px 60px;margin: 0 15px;color: #fff;font-weight: 600;font-size: 14px;width: 260px;cursor: pointer;}
dialog#refund button.yes {background-color: #990000;}
dialog#refund button.no {}
dialog:-internal-dialog-in-top-layer::backdrop {background:rgba(0,0,0,0.5);}

dialog#refund.processing button.yes i {top: 14px;left: 13px;pointer-events:none;z-index:2;animation: spin 4s linear 0s infinite;}
dialog#refund.processing .bg {position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.5);z-index:1;}
@keyframes spin {
	from {
		transform:rotate(0deg);
		scale(10%);
	}
	25% {
		transform:rotate(90deg);
	}
	50% {
		transform:rotate(180deg);
		scale(110%);
	}
	75% {
		transform:rotate(270deg);
	}
	100% {
		transform:rotate(360deg);
		scale(120%);
	}
}

@keyframes throb-opacity {
  0% {
    opacity: 0.5; /* Starting opacity */
  }
  50% {
    opacity: 1; /* Peak opacity */
  }
  100% {
    opacity: 0.5; /* Return to starting opacity */
  }
}

html {background: #252525;font-family: "Barlow";color: white;
	  background-image: url('../images/bg.png');background-size: 200px;background-attachment: fixed;
	  background-position: 20px 30px;
	 backgroun-repeat: space;}

body {position: relative;margin: 0;padding: 0 0 70px 0;overflow-x: hidden;min-height: calc(100vh - 0px);box-sizing: border-box;}
header {
	position: relative;
	background-color: rgba(255, 255, 255, 0.05);
	height: 423px;
	padding: 0;
	margin:0;
	/* border-bottom: 1px solid #555; */
}
.slider-wrapper:before {
    content: "";
    position: absolute;
    background-image: url('../images/favicon.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 100%;
    height: 110%;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0.5;
}
.slider-wrapper:hover:before {
	animation: throb-opacity 3s ease-in-out infinite;
}
.slider-wrapper {
	background-image: url('../images/DrowningPool-Distress-Wht.png');
	background-position: center 70%;
	background-size: contain;
	background-repeat: no-repeat;
}
.slider-wrapper, ul.slides-container, li.slide {
	position: relative;
	display: block;
	height: 100%;
	width: 1190px;
	margin: 0 auto;
	padding:0;
	overflow: hidden;
}
ul.slides-container {
	display: flex;
	list-style: none;
	overflow: hidden;
	scroll-behavior: smooth;
}
.slides-container {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}
/* WebKit */
.slides-container::-webkit-scrollbar { 
    width: 0;
    height: 0;
}
li.slide {
	background-position: center;
	background-size: contain;
	flex: 1 0 100%;
}
li.slide:nth-child(1) { background-image: url('../images/slider/BLV-Banner1.png'); }
li.slide:nth-child(2) { background-image: url('../images/slider/BLV-Banner2.png'); }
li.slide:nth-child(3) { background-image: url('../images/slider/BLV-Banner3.png'); }
li.slide:nth-child(4) { background-image: url('../images/slider/BLV-Banner4.png'); }
li.slide:nth-child(5) { background-image: url('../images/slider/BLV-Banner5.png'); }
.slide-arrow {
	position: absolute;
	z-index: 1;
	display: flex;
	top: 50%;
	`
	margin: auto;
	transform: translateY(-50%);
	height: 4rem;
	background-color: white;
	border: none;
	width: 2rem;
	font-size: 3rem;
	padding: 0;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 100ms;
}
.slide-arrow:hover {
  opacity: .7;
}
#slide-arrow-prev {
  left: 0;
  padding-left: 0.25rem;
  border-radius: 0 2rem 2rem 0;
}
#slide-arrow-next {
  right: 0;
  padding-left: 0.75rem;
  border-radius: 2rem 0 0 2rem;
}
footer {position: absolute;background-color: rgba(255, 255, 255, 0.05);padding: 0;margin:0;border-top: 1px solid #555;width: 100%;bottom: 0;}
footer .container {position: relative;max-width: 1200px;height: 60px;/* padding: 70px 0; */margin:0 auto;}
footer .container span {position: absolute;bottom: 22px;display: block;width: 100%;text-align:center;}

header>div {position: absolute;display: block;margin: 0 auto;left: 0;right: 0;bottom: 0;height: 100px;background-color: rgba(0,0,0,0.45);padding: 10px 0;width: 1190px;cursor:pointer;/* border: 1px solid rgba(255,255,255,0.15); */border-width: 0 1px;text-align: right;}
header .camporee_logo {
	position: absolute;
	left: 15px;
	display: inline-block;
	height: 100px;
	width: 100px;
	background-image: url('../images/camporee.png');
	background-size: contain;
}

header .l13apparel_logo {
	position: absolute;
	right:  15px;
	display: inline-block;
	height: 100px;
	width: 98px;
	background-image: url('../images/level13logo.png');
	background-size: contain;
	vertical-align: top;
	background-position: center;
	background-size: 88px;
	background-repeat: no-repeat;
}

header h1 {
	display: none;
	font-size: 83px;
	font-family: 'Barlow';
	font-weight: 500;
	line-height: 90px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: calc(100% - 205px);
	vertical-align: top;
}
header span {display:block;position:absolute;width:100%;text-align:center;}
.discounts {
	position: absolute;
	top:  50%;
	animation: colorRotate 8s linear 0s infinite;
	font-size: 22px;
	cursor:default;
	width: calc(100% - 100px);
	height: 30px;
	margin: 0 50px;
	padding: 0 230px;
	box-sizing: border-box;
	font-weight: 700;
}
.discounts a {color: white;text-decoration: none;}
.discounts:hover {
	animation: unset;
	font-size: 16px;
	transform: translateY(-50%) scale(120%);
}

@keyframes colorRotate {
  from {
    color: #FFFFFF00;
    text-shadow:0 0 10px #6666ff;
	transform:translateY(-50%) scale(100%);
  }
  1% {
    color: #FFFFFF22;
    text-shadow:0 0 10px #6666ff;
	transform:translateY(-50%) scale(110%) rotate(1deg);
  }
  2% {
    color: #FFFFFF44;
    text-shadow:0 0 10px #6666ff;
	transform:translateY(-50%) scale(100%) rotate(-1deg);
  }
  3% {
    color: #FFFFFF11;
    text-shadow:0 0 10px #FFFFFF;
	transform:translateY(-50%) scale(115%);
  }
  4% {
    color: #FFFFFF00;
    text-shadow:0 0 10px #6666ff11;
	transform:translateY(-50%) scale(105%) rotate(1deg);
  }
  5% {
    color: #FFFFFF44;
    text-shadow:0 0 10px #FFFF00;
	transform:translateY(-50%) scale(120%) rotate(-1deg);
  }
  6% {
    color: #FFFFFF00;
    text-shadow:0 0 10px #00000000;
	transform:translateY(-50%) scale(100%) rotate(-1deg);
  }
  7% {
    color: #FFFFFF11;
    text-shadow:0 0 10px #FFFF00;
	transform:translateY(-50%) scale(110%);
  }
  8% {
    color: #FFFFFF11;
    text-shadow:0 0 10px #6666ff;
	transform:translateY(-50%) scale(100%);
  }
  15% {
    color: #FFF;
    text-shadow:0 0 10px #0099ff;
	transform:translateY(-50%) scale(100%);
  }
  30% {
    color: #FFF;
    text-shadow:0 0 10px #00ff00;
	transform:translateY(-50%) scale(100%);
  }
  45% {
    color: #FFF;
    text-shadow:0 0 10px #ffff00;
	transform:translateY(-50%) scale(100%);
  }
  60% {
    color: #FFF;
    text-shadow:0 0 10px #ffa500;
	transform:translateY(-50%) scale(100%);
  }
  75% {
    color: #FFF;
    text-shadow:0 0 10px #ff0000;
	transform:translateY(-50%) scale(100%);
  }
  90% {
	  color: #FFFFFF90;
	  text-shadow:0 0 10px #6666ff00;
	  transform:translateY(-50%) scale(100%);
  }
  91% {
	  color: #FFFFFF00;
	  text-shadow:0 0 10px #6666ff00;
	  transform:translateY(-50%) scale(100%);
  }
  100% {
	  color: #FFFFFF00;
	  text-shadow:0 0 10px #6666ff00;
	  transform:translateY(-50%) scale(100%);
  }
}
.inventory,
.products,
.product {
	position: relative;
	margin: 0 auto;
	text-align: center;
	margin-top: 0px;
	z-index: 10;
}
body.pos .inventory {display:block;}
body.pos .products, body.pos header {display: none;}
.inventory, .products{width: 1220px;}
.product {width: 1190px;margin-top: 0;}
.hidden {
	display: none;
}
.inventory.selected .quick_item {display: none;}
.inventory.selected .quick_item.selected {display: block;margin-bottom: 180px;margin-left: 16px;}
.inventory {display: none; margin-top: 10px;}
.products a {
	width: 383px;
	display: inline-block;
	background: rgba(255, 255, 255, 0.1);
	display: none;
	position: relative;
	overflow: hidden;
	margin: 10px;
	border-radius: 0 0 4px 4px;
	text-decoration: none;
	transition: .4s ease-in-out;
}
.products a:hover {
	box-shadow: 0px 0px 15px 5px rgb(255 83 0);
/*	transform:scale(1.05);*/
}

.inventory>div button.selected { box-shadow: 0 0 20px #00ffeb;border: 4px solid #333;background: #333; }
.inventory>div button.selected a { background-color: rgba(255, 255, 255, 0.60); }
.inventory>div {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 75px;
	box-sizing: border-box;
	border: 4px solid #555555;
	border-radius: 6px;
	box-shadow: 0 0 3px #FFFFFFC0;
	padding: 0;
	margin: 5px;
	background: #555555;
	cursor: pointer;
}
.inventory>div div.variants {margin-top: 16px;}
.inventory>div div {
	display: none;
	height: auto;
	width: calc(100vw - 30px);
	margin: 2px 0px 0px -4px;
	text-align: left;
}
.inventory>div label {
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	text-align: center;
	cursor: pointer;
}
.inventory>div input[type='checkbox'] {display:none;}
.inventory>div input[type='checkbox']:checked ~ div.variants,
.inventory>div input[type='checkbox']:checked ~ div.sizes {display:block;}
.inventory>div img {
	height: 100%;
	position: absolute;
	left:  50%;
	transform: translateX(-50%);
}

.variant_block,
.size_block {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 75px;
	box-sizing: border-box;
	border: 4px solid #555555;
	border-radius: 6px;
	box-shadow: 0 0 3px #FFFFFFC0;
	padding: 0;
	margin: 0 6px 10px 0;
	background: #555555;
}
.variant_block a,
.size_block a {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	line-height: 68px;
	font-size: 30px;
	background-color: rgba(255, 255, 255, 0.35);
	background-size: contain;
	box-shadow: inset 0 0 2px #FFFFFF40;
	border-radius: 6px;
	font-weight: bold;
	color: #333;
	text-shadow: 1px 1px 2px #ffffff2b;
}
.product .variant_block,
.product .size_block {
	width: 75px;
	height: 55px;
}
.product .variant_block a,
.product .size_block a {
	line-height: 50px;
	font-size: 22px;
}

.product .variants button.selected { box-shadow: 0 0 20px #00ffeb;border: 4px solid #333;background: #333; }
.product .variants button.selected a { background-color: rgba(255, 255, 255, 0.60); }
.product .variants button.disabled { box-shadow: 0 0 5px #555;border: 4px solid #333;background: #333; }
.product .variants button.disabled a { background-color: rgba(255, 255, 255, 0.15); }
.size_block i.fa-ruler-combined {
	font-size: 16px;
	position: absolute;
	bottom: 6px;
	left: 6px;
	color: #65656533;
	z-index: 1;
}

@keyframes fluid {
  from {
    background-position: top;
  }

  to {
    background-position: bottom;
  }
}

nav ul.menu li[data-sel="1"] {background-color:#6f6f6f;color:  white;}

.products.all>a,
.products.technology a[data-cat*="technology"],
.products.clothing a[data-cat*="clothing"],
.products.accessories a[data-cat*="accessories"],
.products.headwear a[data-cat*="headwear"] { display: inline-block; }

.products a:nth-child(even) {}
.products a img {
	width: 100%;
	position: relative;
	border-radius: 4px 4px 0 0;
	z-index: 1;
	background-color: hsl(0 0% 86% / 1);
	transition: all .35s ease-in-out;
	transform: translate(-50%, -50%) rotate(0deg);
	top: 50%;
	left: 50%;
}
.products a:hover img {}
iframe {visibility:hidden;}
.products .title {
	visibility: hidden;
	position: absolute;
	width: 413px;
	bottom: 30px;
	left: 0;
	z-index: 2;
	font-size: 28px;
	background: rgba(255,255,255,0.8);
	padding: 5px 0;
	text-align: center;
	color: #333;
	font-family: "Barlow Condensed";
	font-weight: 500;
}
.products a>span {
	display: block;
	height: 240px;
	overflow: hidden;
}
.products div {
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: white;
	font-size: 14px;
	text-align: left;
}
.products div>span {
	display: none;
	width: calc(100% - 20px);
	height: 51px;
	overflow: hidden;
	padding: 0 10px 0 10px;
	}
.products div h3 {padding: 0 10px 0 10px;}
.products div h3 span {float: right;}

.products a:hover>span.title { visibility: visible; }

.product .images, .product .image-viewer, .product .details {display: inline-block;vertical-align: top;}
.product .images {
		position: relative;
		margin-top: 10px;
		width: 80px;
		height:420px;
		overflow-y:auto;
		overflow-x:clip;
		background-color: rgba(255,255,255,0.1);
		border-radius: 4px;
		-webkit-transform: translateZ(0);
		}
.product .left>i {position: absolute;left: 0;z-index:10;width: 80px;background: none;opacity: 0;color: #fff;}

.product .images:hover ~ i {opacity: .9;}
.product .left>i.fa-chevron-up {top: -7px;border-radius: 4px 4px 0 0;}
.product .left>i.fa-chevron-down {top: 430px;border-radius: 0 0 4px 4px;}

/* Hide scrollbar for Chrome, Safari and Opera */
.product .images::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.product .images {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}			

.product .left {
    width: 800px;
    margin-left: -4px;
    margin-right: -6px;
    display: inline-block;
}
.product .image-viewer {position:relative;width: 670px;height:420px;border-radius:4px;margin: 10px 20px 20px;background:rgba(255, 255, 255, 0.1);overflow: hidden;}
.product .details {
	position: relative;
	width: 360px;
	text-align: left;
	padding: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 700px;
	}

.product .left .variants {width: 770px;height: 300px;text-align: right;margin-left: 4px;background: rgba(255, 255, 255, 0.1);border-radius: 4px;padding: 1px 4px 0 0;box-sizing: border-box;}
.product .left .variants h3 {font-size: 16px;font-weight: 600;color: #FFF;text-shadow: -1px -1px 1px #00000050;margin: 5px 8px 10px 8px;}
.product .left .variants div>div {display:inline-block;}
.product .left .variants .sid {margin-bottom:4px;}
.product .details h2 {font-size: 30px;font-weight: 600;margin:0 0 9px 0;padding-top:0;vertical-align:top;font-family: "Barlow Condensed";}
.product .details h3 {font-size: 16px;font-weight: 600;margin: 0;margin-bottom: 5px;padding-bottom:0;}
.product .details h2 span {float:right;}
.product .details p {font-size: 16px;/* display: none; */}
.product .details p a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
			
.product .images>span>img {width: 80px;margin: 0;cursor:pointer;transition: all .25s ease-in-out;}
.product .images>span[disabled]>img {opacity: 0.25;}
.product .image-viewer img {width:670px;border-radius: 4px;position: relative;pointer-events:none;
    transform: translate(-50%, -50%) rotate(0deg);
    top: 50%;
    left: 50%;}	
.product .images img.last {margin-right: 0;margin-bottom: 0;}

.product .images>span {
	display: block;
	height: 50px;
	border-radius: 4px;
	margin: 0 0 5px 0;
	overflow: hidden;
}
.product .images>span:hover img {
	transform: scale(1.05);
}

{color:#46b3e3,#F5F5F5;}
{color:#f22a38,#F5F5F5;}
{color:#ff32a3,#F5F5F5;}
{color:#e5d869,#F5F5F5;}
{color:#ffffff,#F5F5F5;}
{color:#00ab88,#F5F5F5;}

.products>a.mockup:after {
	display: inline-block;
	position: absolute;
	font-weight: 600;
	font-family: 'Barlow';
	font-size: 14px;
	content: 'Artwork is mockup only,\a printed product images coming in June';
	top: 50%;
	left: 50%;
	color: #fff;
	background: red;
	padding: 11px 0 0px;
	height: 30px;
	width: 130%;
	z-index: 200;
	transform: translate(-50%,-50%) rotate(-32deg);
	transition: .2s ease-in-out all;
	opacity: 0.5;
	pointer-events: none;
	}
.product .image-viewer.mockup:after {
	display: none;
	position: absolute;
	font-weight: 600;
	font-family: 'Barlow';
	font-size: 21px;
	content: 'Artwork is mockup only,\a printed product images coming in June';
	top: 50%;
	left: 50%;
	color: #fff;
	background: red;
	padding: 6px 0 4px;
	height: 30px;
	width: 130%;
	z-index: 200;
	transform: translate(-50%,-50%) rotate(-32deg);
	transition: .2s ease-in-out all;
	opacity: 0.75;
	pointer-events: none;
}
.products>a.mockup:after {display:none;top: calc(50% - 57px);opacity: 0.5;}
.products>a.mockup:hover:after,
.product .image-viewer.mockup:hover:after {opacity:0}

.product input.qty_display {
	display:inline-block;
	width: 50px;
	height:38px;
	background: #33333300;
	color: #FFF;
	text-align: center;
	border-radius:4px;
	font-size: 20px;
	font-family: "Barlow";
	font-weight: 600;
	line-height: 38px;
	user-select: none;
	border:none;
	box-shadow: inset 0 0 16px 0px rgba(0,0,0, 0.80);
	}
.product input[type="number"] {
	display: none;
	font-size: 20px;
	font-family: "Barlow";
	font-weight: 600;
	padding: 4px 4px 6px 4px;
	text-align:center;
	border-radius: 4px;
	box-shadow: 0 0 1px 0px rgba(255,255,255,0.75);
	background: #656565;
	color: white;
	border: none;
	width: 30px
}
.product select {
	display: block;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-family: "Barlow";
	font-weight: 600;
	padding: 7px 4px 8px 4px;
	border-radius: 4px;
	border-width: 0px;
	width: 218px;
	box-shadow: 0 0 1px 0px rgba(255,255,255,0.75);
	background: #656565;
	color: white;
	}

.product ul {padding:0;margin:0;}
.product ul li {font-size:14px;margin:0;list-style:none;}
.product ul.keywords {height:0px;margin:0;}
.product ul.keywords li {
	visibility: hidden;
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 2px;
	list-style: none;
}

.product div.qty h3 {position:absolute;top: -24px;left:0}
.product div.qty {
	position: relative;
	width: 100px;
	padding: 6px 20px;
	box-sizing: border-box;
	text-align: center;
	background: #656565;
	height: 100px;
	border-radius: 4px;
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.75);
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
}
.product div.qty i {font-size: 25px;margin: 0px;cursor: pointer;}

.product button.add_to_cart {
	cursor: pointer;
	box-shadow: 0 0 1px 0px rgba(255, 255, 255, 0.75);
	width: calc(100% - 120px);
	height: 100px;
	color: #FFF;
	font-size: 26px;
	font-family: "Barlow";
	font-weight: 700;
	text-transform: capitalize;
	background: #656565;
	border: 0;
	margin: 20px 0 20px 20px;
	border-radius: 4px;
	vertical-align: top;
	line-height: 100px;
}

.product .image-viewer>span {position:relative;display: inline-block;cursor:pointer;}
.product .image-viewer span.prev {
	left: 3px;
	padding-right: 180px;}
.product .image-viewer span.next {
	right: 3px;
	padding-left: 180px;}
	.product .image-viewer span.prev, .product .image-viewer span.next {
	position: absolute;
	top: 0;
	display: block;
	box-sizing: border-box;
	line-height: 540px;
	margin: 0;
	padding: 0;
	font-size: 50px;
	color: rgba(0, 0, 0, 0.4);
	background: rgba(255, 255, 255, 0);
	width: 50%;
	height: 100%;
	z-index: 10;
	}

.product .image-viewer span:hover {background: rgba(255, 255, 255, 0.25);}

nav {position: relative;display: block;margin: 20px auto 0;width: 1190px;height: 49px;}
nav ul {padding: 0;margin: 10px 0;}
nav li:hover {background-color:rgba(255,255,255,0.2)}
nav li {
	margin: 0 10px 0 0;
	padding: 10px 20px;
	list-style: none;
	display: inline-block;
	background: rgba(255,255,255,0.1);
	border-radius:  4px;
	font-weight: 700;
	cursor: pointer;
	color: rgba(255,255,255,0.75);
}
nav li.faq {
	position:absolute;
	right: 40px;
}
nav li.faq.active {background-color:#6f6f6f;cursor:default;}
nav a {text-decoration:none;color:white;}
nav div.menu label,
nav div.cart label {cursor:pointer;}
nav div.menu {display:none;}

nav .home:hover {background:none;}
nav .home {
    position: relative;
    padding: 2px 2px 2px 5px;
    margin-right: 18px;
    background: none;
    transform: scale(1.8);
}


@keyframes grow1 {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(2) rotate(10deg);
    }
	100% {
		transform: scale(1);
	}
}
@keyframes grow2 {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(2) rotate(10deg);
    }
	100% {
		transform: scale(1);
	}
}

nav div.cart {
	position: absolute;
	top: 0;
	right: 0px;
	font-size: 30px;
}
nav div.cart.an1 {
	animation-name: grow1;
	animation-duration: .75s;
	animation-iteration-count: 1;
	animation-timing-function:ease-out;
}
nav div.cart.an2 {
	animation-name: grow2;
	animation-duration: .75s;
	animation-iteration-count: 1;
	animation-timing-function:ease-out;
}
nav div.menu input,
nav div.cart input {
	display: none;
}

body>.cart>span>div .item_count, nav div.cart label>span {
	font-family: "Barlow";
	display: block;
	position: absolute;
	bottom: 7px;
	left: -7px;
	background: #ffcf3f;
	color: #252525;
	font-weight: 700;
	font-size: 10px;
	text-align: center;
	width: 8px;
	padding: 4px 6px;
	border-radius:50%;
	border: 2px solid #252525;
	user-select: none;
	text-align: center;
}
body>.cart>span>div .item_count {padding: 4px 3px;}
nav div.cart label>span span {position: relative;left: -6px;display: block;/* transform: translateX(-50%); */text-align: center;width: 20px;}
body>.cart {
	width: 1190px;
	/* height: 0; */
	min-height: 0;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0px;
	border-radius: 4px 4px;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.15);
	/* transition: .25s ease-in-out all; */
	/* overflow: hidden; */
}

body>.cart {position:relative;}
body>.cart .receipt {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right:0;
	width: 402px;
	height: 100%;
	background: rgba(255, 255, 255, 0.1);
	padding: 20px;
	border-radius: 0 4px 4px 0;
}
body>.cart .cart_tn .fa-arrow-right-to-bracket {position:absolute;right: 10px;bottom: 6px;font-size: 25px;cursor: pointer;text-shadow: 1px 1px 10px rgba(0,0,0,0.5);}
body>.cart .receipt span.qty:after {content:'x';}
body>.cart.order .receipt .total {
    bottom: -73px;
}
body>.cart.order .receipt .shipping {
    bottom: -43px;
}
body>.cart .receipt .shipping {position: absolute;bottom: -20px;right: 0;}
body>.cart .receipt .total {font-family:"Barlow Condensed";font-size:18px;line-height:20px;font-weight: 700;position: absolute;bottom: -50px;right: 0;white-space: nowrap;}
body>.cart .receipt .total .total {display:inline;width: unset;}
body>.cart .receipt ol,
body>.cart .receipt ul{width: calc(100% - 20px);padding:0;margin: 12px 10px;font-family:"Barlow Condensed";font-weight: 500;font-size:18px;line-height:20px;}
body>.cart .receipt li {list-style: none;font-weight: 700;margin:2px 0;padding: 0px 0 2px;cursor: default;}
body>.cart .receipt li span {display:inline-block;margin: 0 4px;}
body>.cart .receipt li span.item_count {position: relative;width: 30px;z-index: 0;}
body>.cart .receipt li span.item_size {width: 30px;}
body>.cart .receipt li span.item_variant {display:inline-block;margin: 0 4px 0 0;padding:2px 5px;border-radius:4px;width: 1px;height: 6px;text-align: center;margin-bottom: 1px;box-shadow: 0 0 3px 0px rgba(255,255,255,0.75);}
body>.cart .receipt li span.item_price {float:right;margin-right: 0;}
body>.cart .receipt h4 {
	display: inline-block;
	margin: 0;
	font-weight: inherit;
}
body>.cart .receipt h4 sup {font-size:10px;line-height:10px;}
body>.cart .receipt ol:before {margin-left: 0;content:'Unlocked Discount Level';font-weight: 500;color: #CCC;}

body>.cart .receipt ol {position: relative;margin-top:10px;z-index: 1;}
body>.cart .receipt ul {position: relative;z-index:1;}
body>.cart .receipt li.discount>span {display:inline-block;width:100%;margin: 0;font-weight: 600;}
body>.cart .receipt ol .subtotal {position: absolute;top: 0;right: 0;display: block;width: unset;font-weight: 500;color: #CCC;}
body>.cart .receipt ol li.discount {
    font-weight: 500;
}
body>.cart.empty .receipt ol {visibility:hidden;}

body>.cart .cart_tn div>span.item_count .adj_qty {
	opacity: 0;
	position: absolute;
	height: 0px;
	width: 20px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #111;
	padding: 10px;
	text-align: center;
	/* z-index: 272; */
	border-radius: 20px;
	transition: .5s ease-in-out all;
	pointer-events: all;
	overflow: hidden;
}
body>.cart .cart_tn div>span.item_count .adj_qty i {/* display:none; */position:relative;opacity:0;transition: .5s ease-in-out all;transition-delay: .25s;z-index: 11;color:#FFF;font-size: 26px;}
body>.cart .cart_tn div>span.item_count .adj_qty i.fa-chevron-up:after {font-family: "Barlow";content: 'Increase\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Quantity';position:absolute;top: 1px;transform: translateX(-43%);text-transform: capitalize;font-size: 16px;line-height: 20px;white-space: nowrap;font-weight: 500;}
body>.cart .cart_tn div>span.item_count .adj_qty i.fa-circle-xmark:after {font-family: "Barlow";content:'Remove\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Item';position:absolute;top:1px;transform: translateX(-50%);text-transform: capitalize;font-size: 16px;line-height: 20px;white-space: nowrap;font-weight: 500;}
body>.cart .cart_tn div>span.item_count .adj_qty i.fa-chevron-down:after {font-family: "Barlow";content:'Decrease\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Quantity';position:absolute;top:3px;transform: translateX(-51%);text-transform: capitalize;font-size: 16px;line-height: 20px;white-space: nowrap;font-weight: 500;}
body>.cart .cart_tn div:first-child {}
body>.cart .cart_tn div:first-child>span.item_count .adj_qty {}}

body>.cart .cart_tn div:hover {background:rgba(0,0,0,0.5);}
body>.cart .cart_tn div>span.item_count:hover .adj_qty {display:block;padding: 15px 100px;height: 76px;opacity: 1;z-index: 50000000000;}
body>.cart .cart_tn div>span.item_count:hover .adj_qty i {display: inline;opacity:1;}

body>.cart .cart_tn div:hover>span.item_count .adjust_qty {display:block;}
body>.cart .cart_tn div>span.item_count .adjust_qty i {font-size: 31px;cursor:pointer;padding: 1px;}
body>.cart .cart_tn div>span.item_count .adjust_qty i.fa-circle-xmark {opacity: 0;background-color:red;border-radius:50%;box-shadow: inset 0 0 17px black;}
body>.cart .cart_tn div>span.item_count .adjust_qty {
    display: none;
    position: absolute;
    color: #FFF;
    transform:translate(-50%,-50%);
    top: 50%;
    left: calc(50%);
}


body>.cart .receipt li:hover {background: #252525;}

body>.cart .receipt li:hover>span.item_count .adjust_qty {display:block;}
body>.cart .receipt li>span.item_count .adjust_qty i {font-size: 31px;cursor:pointer;padding: 1px;}
body>.cart .receipt li>span.item_count .adjust_qty i.fa-circle-xmark {opacity: 0;background-color:red;border-radius:50%;box-shadow: inset 0 0 17px black;}
body>.cart .receipt li>span.item_count .adjust_qty {
    display: none;
    position: absolute;
    color: #FFF;
    transform:translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 86px;
}

@media (min-width: 640px) {
	body>.cart>span>div .item_count .adjust_qty i.fa-circle-xmark:hover {opacity:1;}
	body>.cart>span>div .item_count .adjust_qty i.fa-chevron-up:hover:after {font-weight:500;position:absolute;font-family: "Barlow";content: 'Increase Quantity';font-size:16px;left:35px;margin-top: -13px;background: #1a1a1a;padding: 8px 10px;border-radius: 8px;}
	body>.cart>span>div .item_count .adjust_qty i.fa-circle-xmark:hover:after {font-weight:500;position:absolute;font-family: "Barlow";content: 'Remove Item';font-size:16px;left: 35px;margin-top: -8px;background: #1a1a1a;padding: 8px 10px;border-radius: 8px;}
	body>.cart>span>div .item_count .adjust_qty i.fa-chevron-down:hover:after {font-weight:500;position:absolute;font-family: "Barlow";content: 'Decrease Quantity';font-size:16px;left: 35px;margin-top: -10px;background: #1a1a1a;padding: 8px 10px;border-radius: 8px;}
	 
	body>.cart .receipt li>span.item_count .adjust_qty i.fa-circle-xmark:hover {opacity:1;}
	body>.cart .receipt li>span.item_count .adjust_qty i.fa-chevron-right:hover:after {font-weight:500;position:absolute;font-family: "Barlow";text-align:center;content: 'Increase Quantity';font-size:16px;transform: translate(-63%,-105%);background: #1a1a1a;padding: 8px 10px;border-radius: 8px;border: 2px solid #777;pointer-events: none;}
	body>.cart .receipt li>span.item_count .adjust_qty i.fa-circle-xmark:hover:after {font-weight:500;position:absolute;font-family: "Barlow";text-align:center;content: 'Remove Item';font-size:16px;transform: translate(-70%,-105%);background: #1a1a1a;padding: 8px 10px;border-radius: 8px;border: 2px solid #777;pointer-events: none;}
	body>.cart .receipt li>span.item_count .adjust_qty i.fa-chevron-left:hover:after {font-weight:500;position:absolute;font-family: "Barlow";text-align:center;content: 'Decrease Quantity';font-size:16px;transform: translate(-63%,-105%);background: #1a1a1a;padding: 8px 10px;border-radius: 8px;border: 2px solid #777;pointer-events: none;}
}

body>.cart .empty_cart {position: absolute;top: 0;display: block;margin: 0 -250px 20px 145px;padding-top: 135px;font-size: 35px;margin-right: -250px;pointer-events:none;}
body>.cart>span {background: rgba(255, 255, 255, 0.1);box-sizing: border-box;display: none;opacity: 0;width: 787px;padding: 20px 25px 35px 10px;text-align: left;transition: .25s ease-in-out all;border-radius: 4px 0 0 4px;border-right: 1px solid rgba(255,255,255,0.2);}
body>.cart.order>span {min-height: 185px;}
body>.cart>span>div {
	position: relative;
	background: rgba(0,0,0,0.3);
	display: inline-block;
	margin: 15px 0 0px 14px;
	border-radius: 4px;
	padding: 10px;
	padding-right: 44px;
	width: 214px;
	box-sizing: border-box;
	z-index: 1;
	cursor: default;
}
body>.cart>span>div:last-child {}
body>.cart .cart_tn img {
	width: 100%;
	height: auto;
	border-radius: 4px;
}

body>.cart>span>div h4 {margin:5px 0 0;font-family: "Barlow Condensed";font-size: 18px;line-height: 18px;overflow: visible;white-space: nowrap;}
body>.cart>span>div .item_count {display: block;top:-7px;bottom:unset;font-weight: 600 !important;width: 20px;font-size: 16px;line-height: 24px;width: 26.83px;}
body>.cart>span>div .item_price,
body>.cart>span>div .item_size, body>.cart>span>div .item_variant {
	font-family: "Barlow";
	display: block;
	position: absolute;
	font-weight: 700;
	font-size: 11px;
	text-align: center;
	width: 23px;
	padding: 5px 0 5px;
	border-radius: 4px;
	border-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	right:10px;
	box-shadow: inset 0px 0px 0px 0px rgba(255, 255, 255, 0.5), 0 0 10px rgba(0, 0, 0, 0.75);
}
.color {color:##ffffff;}

body>.cart>span>div .item_size {top: 43px;background: #444;color:#fff;border-color:#555;}
body>.cart>span>div .item_variant {top:76px;background: #ffb088;color:rgba(255,255,255,0);}
body>.cart>span>div .item_price {top: 10px;background: #444;color:#fff;border-color:#292929;}

body>.cart.show {min-height: 300px;margin: 10px auto;1042px:;}
body>.cart.hide {min-height:0;overflow: hidden;}
body>.cart>span.show {
	position: relative;
	min-height: 300px;
	opacity:1;
	display:block;
	z-index: 1;
	text-align: center;
	display: grid;grid-template-columns: 1fr 1fr 1fr;align-content: space-between;justify-items: center;justify-content: center;}
body>.cart>span.hide {opacity:0;display:none;}

.cc_error {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	color: #FFC107;
	font-weight: 500;
	white-space: nowrap;
	display:none;
}
.cc_error.show {display:block;}
div.styleform.processing .cc_error.show {display:none;}

body>.faq {width: 1190px;margin: 30px auto 0;font-family:'Barlow';}
body>.faq p.q:before {
	content: 'Q';
	font-weight:700;
	font-size:40px;
	font-family:inherit;
	opacity: .5;
	margin: 0 -10px 0 0;
	color: #ffffffff;
	position: absolute;
	left: -5px;
	top: 23px;
	transform:translateY(-50%) scale(200%) rotate(-40deg);
	margin-top: -5px;
}body>.faq p.a:before {
	content: 'A';
	font-weight:700;
	font-size:40px;
	font-family:inherit;
	opacity: .5;
	margin: 0 -10px 0 0;
	color: #ffff00f5;
	position: absolute;
	left: 10px;
	top: 20px;
	transform:translateY(-50%) scale(200%) rotate(40deg);
	margin-top: -5px;
}
body>.faq p:hover {overflow:unset;}
body>.faq p.a {margin-bottom:30px;border-radius: 0 0 4px 4px}
body>.faq p.q {border-radius: 4px 4px 0 0;}
body>.faq p a {color: white;font-style:italic;font-weight:bold;margin-bottom:30px;border-radius: 0 0 4px 4px}
body>.faq p span:nth-child(odd) {display:none;}
body>.faq p {
	overflow: hidden;
	position:relative;
	background-color: rgba(255,255,255,0.15);
	padding:15px 20px 15px 40px;
	margin: 2px 0;
	cursor: default;
	font-weight: 600;
	font-size:16px;
}

span.s {display:none;}

/********** ORDER PAGE ***********/


body>.cart.order.refunded:hover:after {opacity:0.1;z-index:0;}
body>.cart.order.refunded:after {
    content: '';
    background: url('../images/refunded-rubber-stamp.png');
    background-position: center;
    background-size: contain;
    position: absolute;
    bottom: -70px;
    right: -60px;
    height: 300px;
    width: 300px;
    z-index: 0;
    transform: rotate(347deg);
    opacity: .8;
    pointer-events: none;
    transition: opacity .5s ease-in-out;
}

body>.cart p.save {position:absolute;top: 10px;margin: 0;width: 600px;right: 15px;text-align: right;text-shadow: 1px 1px 1px rgba(255,255,255,0.25);color: #eee;}
body>.cart.refunded p.save {color:#ff3b3b;text-shadow: 1px 1px 1px rgba(0,0,0,0.25);font-weight:700;width:630px;}
body>.cart.order {background: rgba(255,255,255,0.1);margin-bottom: 20px;}

body>.cart .order_details {
    width: 100%;
    height: 240px;
    border-bottom: 1px solid #555;
    margin-top: 35px;
    background-image: url(../images/level13logo.png);
    background-position: 1065px 115px;
    background-size: 110px 110px;
    background-repeat: no-repeat;
}

body>.cart.order.shipped:after,
body>.cart.order.delivered:after,
body>.cart.unpaid::after {
	z-index: 0;
	content: '';
	display: block;
	position: absolute;
	bottom: 25px;
	right: 25px;
	height: 288px;
	width: 325px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.25;
	filter: contrast(0) brightness(10);
}
body>.cart.order.delivered:after {background-image: url('../images/delivered.png');}
body>.cart.order.shipped:after {background-image: url('../images/shipped.png');}
body>.cart.unpaid::after {background-image: url('../images/unpaid.png');}
body>.cart.unpaid p.save,
body>.cart.unpaid .order_details h2 span,
body>.cart.unpaid .order_details {color: #ff5c5c;}
body>.cart .order_details img {
    margin: 0;
    vertical-align: top;
    height: 180px;
}
body>.cart .order_details h2.tracking {position:absolute;right: 15px;top: 60px;margin: 0 !important;color: rgb(160 255 160);}
body>.cart .order_details h2.tracking a {padding: 0;color: inherit;font-size:16px;font-weight: 500;margin: 0;background: unset;}
body>.cart .order_details h2.tracking>span {display: block;font-size:16px;text-align: right;margin: 0;padding: 0;width: 100%;font-weight: bold;color: inherit;}
body>.cart .order_details h2.oid {margin-top: 15px !important;}
body>.cart .order_details h2 {margin: 7px 10px !important;font-family: "Barlow";margin: 10px;display: inline-block;}
body>.cart .order_details h2 span {font-weight:500;color:#EEE;font-size:18px;;}
body>.cart .order_details p {display: inline-block;}
body>.cart .order_details a {display: block;padding: 20px 20px 0 20px;margin: 10px;background: #252525;border-radius: 4px;position:relative;box-sizing: border-box;float: left;text-decoration: none;}
body>.cart .order_details a>span {color:#FFF;display: block;white-space: nowrap;font-size: 16px;padding-bottom: 2px;margin-top: -2px;font-weight: 600;text-align: center;}
body>.cart.refunded .order_details h2.oid, 
body>.cart.refunded .order_details a>span {color: #ff3b3b;}
body>.cart .order_details a.refund>span {
    display: inline-block;
    position: relative;
    margin: unset;
    padding: unset;
    left: 0;
    top: -1px;
    width: 65px;
    text-align: left;
    font-weight: 300;
}

body>.cart.order>.return i,
body>.cart .order_details a.refund i,
body>.cart .order_details a.return i {transform:rotate(180deg);margin-right:8px;font-size:20px;}
body>.cart.order>.return,
body>.cart .order_details a.return{position: absolute;color:#FFF;background: no-repeat;text-decoration:none;font-weight:bold;font-size:18px;bottom: -29px;left: 0px;padding: 0;margin: 0;}
body>.cart .order_details a.refund{display: block;position: absolute;color:#FFF;background: no-repeat;text-decoration:none;font-weight:bold;font-size:18px;bottom: -29px;right: 0px;padding: 0;margin: 0;cursor: pointer;}
body>.cart.order>.return {bottom:unset; top:-29px;}
body>.cart.order .receipt {top:240px;height: calc(100% - 240px);}

a#paid {
	display: block;
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #00c875;
	font-size: 24px;
	font-weight: 700;
	padding: 20px;
	text-align: center;
	z-index: 100;
	box-sizing: border-box;
	border-radius: 10px 10px 0 0;
	height: 70px;
	cursor: pointer;
	text-transform: uppercase;
}

@media (max-width: 639px) {
	@viewport {
		width: device-width;
	}
		body.pos {padding-top: 50px;}
		header {height: 128px;margin-top: 75px;position:relative;margin-bottom: 0;background-color: unset;overflow: hidden;}
		header .camporee_logo {height: 50px;width: 50px;position: absolute;bottom: 5px;left: 10px;background-position: bottom;}
		header .l13apparel_logo {height: 50px;width: 49px;position:absolute;bottom: 5px;right: 10px;background-size: 40px;background-position: center;}
		header>div {display: block;margin: 0 auto;width: 100%;cursor:pointer;margin-bottom: 0;height: 38px;}
		header h1 {font-size:22px;line-height: 30px;width: 140px;padding: 20px 0;display: none;margin: 0 auto;}
		header span {
	    bottom: -42px;
	}
	.slider-wrapper, ul.slides-container, li.slide {width: 100%;}
	.discounts {
    font-size: 14px;
    bottom: 0;
    width: calc(100% - 130px);
    margin: 0 65px 36px;
    padding: 10px 0;
}
	.inventory.selected .quick_item.selected {margin-bottom: 520px;}
	.products, .product, .inventory {width: 100%;margin: 10px 0;text-align: center;height: auto;}
	.products a,.products a:nth-child(even) {width: unset;margin: 5px 10px;}
	.products a>span {height: 59.5vw;}
	
	.products div {width: 100%;}
	.products a img {width: 100%;height: unset;}

	.product>i {display:none;}
	.product .images>span {
		display: inline-block;
	    width: 80px;
	    margin: 0 6px 0 0;
	}
	.product .images {
		box-sizing: border-box;
		width: calc(100% - 20px);
		height: auto;
		white-space: nowrap;
		overflow-y: scroll;
		overflow-x: auto;
		padding: 10px 0 6px 0;
		margin: 0 0 10px 0;
		background-color: rgba(255,255,255,0.1);
		border-radius: 4px;
	}
	.product .image-viewer {box-sizing: border-box;width: calc(100% - 20px);margin:0;height: unset;}
	.product .details {box-sizing: border-box;width: calc(100% - 20px);margin:0;}
	.product .details p {font-size: 16px;}
	
	.product .image-viewer img {width: 100%;height: unset;}

	.product .image-viewer span.prev, .product .image-viewer span.next {
    display: none;
}

	.product button {
	    float: unset;
	    line-height: unset;
	    width: 100%;
	    height: unset;
	    padding: 30px 10px;
	    font-size: 22px;
	}
	.product div.qty {
		margin-top: -136px;
		width: 66px;
		padding: 15px 5px;
		height: 126px;
	}
	.product select {
		width: calc(100% - 86px);
		padding: 10px;
	}
	nav {position: fixed;margin: 0;top: 0;left: 0;width: 100%;background: #333;height: 60px;z-index: 110;}
	nav div.menu {display: block;position: absolute;left: 16px;top: 7px;font-size: 36px;z-index: 10;}
	nav div.cart {right: 13px;top: 10px;}
	nav ul {display: block;position: absolute;top: 0;left: 0;width: 100vw;height: 100vh;background: #333;padding-top: 50px;}
	nav li {margin: 10px 15px;box-sizing: border-box;width: calc(100% - 30px);font-size: 24px;text-align: left;}
	nav li.faq {position:static;margin-top: 40px;right:unset;}
	nav ul.menu .home {
    display: none;
}
	nav .home {
    position: absolute;
    width: unset;
    color: white;
    margin: 0;
    top: -1px;
    left: 60px;
    transform: translateX(calc(-50%)) scale(.75);
}
	body>.cart {
	margin-top: 0 !important;
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	min-height: 100% !important;
	z-index:10;
	background: #333;
	padding-bottom: 0px;
	padding-top: 10px;
	}
	body>.cart .receipt,
	body>.cart>span {
	box-sizing: border-box;
	width: 100%;
	border: none;
	padding: 0;
	background: unset;
	}
	body>.cart>span {padding-bottom: 100px;margin-bottom: 0;grid-template-columns: 1fr 1fr !important;min-height: 180px !important;padding-right: 5px;padding-left: 5px;}
	body>.cart .empty_cart {
	margin: 20px;
	line-height:30px;
	text-align: center;
	font-size: 20px;
	}
	body>.cart .empty_cart i {font-size:28px;}
	body>.cart .receipt {
	position:relative;
	margin-bottom: 150px;
	background: unset;
	}
	body>.cart .receipt ul {margin-top:0;}
	body>.cart .receipt .total {bottom: -50px;}
	.cart>button.checkout {left: 10px;bottom: 20px;width: calc(100% - 20px);display: block;z-index: 1;}
	button.checkout {bottom: -130px;display: block;}
	body>.cart>span>div {width: calc(50vw - 15px);}
	body>.cart>span>div:nth-child(odd) {
    margin: 5px 0;
}
	body>.cart>span>div:nth-child(even) {
    margin: 5px;
}
	body>.cart img {width:100%;
	height:unset;}
	body>.cart>span>div h4 {font-size:14px;}
	body>.cart>span>div .item_variant_circle {
		border-radius: 50%;
		width: 22px;
		line-height: 12px;
		top: 19px;
		left: -7px;
		border: 2px solid #252525;
	}
	body>.cart>span>div .item_variant {top: 10px;}
	body>.cart>span>div .item_price {display: none;}
	.hide {
	display:none;}
	.mhide {
	display:none;}
	body>.cart .receipt li>span.item_count .adjust_qty i {padding: 1px 15px;}
	body>.cart .cart_tn div>span.item_count .adjust_qty i.fa-circle-xmark {opacity:1;}
	body>.cart .receipt li>span.item_count .adjust_qty i.fa-circle-xmark {padding:1px;}
	body>.cart .receipt li>span.item_count .adjust_qty i.fa-circle-xmark {opacity: 1;}
	body>.cart .cart_tn div:hover>span.item_count .adjust_qty {transform: translate(20px, -50%);}
	body>.cart .cart_tn div:hover>span.item_count .adjust_qty {display:none;}
	body>.cart .receipt li:hover>span.item_count .adjust_qty {display:none;}
	body>.cart:focus {}
	body>.cart .cart_tn div:focus>span.item_count .adjust_qty {display:block;}
	body>.cart .receipt li:focus>span.item_count .adjust_qty {display:block;}
	body>.cart .receipt li>span.item_count .adjust_qty {transform: translate(0%, -50%);
	width: 134px;}
	.cc_error.show {
	display: block;
	position: relative;
	white-space:normal;
	width: 100%;
	text-align: center;
	left: unset;
	transform: unset;
	margin-bottom: -20px;}
	
	/************* ORDER PAGE **************/
	body>.cart.order.refunded:hover:after {opacity: 0.5;z-index:0;}
	body>.cart.order.refunded:after {
	    content: '';
	    background: url('../images/refunded-rubber-stamp.png');
	    background-position: center;
	    background-size: contain;
	    position: absolute;
	    bottom: unset;
	    top: 670px;
	    right: 0;
	    height: 100vw;
	    width: 100%;
	    z-index: 0;
	    transform: rotate(347deg);
	    opacity: 1;
	    pointer-events: none;
	    transition: opacity .5s ease-in-out;
	}
	body>.cart p.save {position:relative;
	right: unset;
	top: unset;
	width: unset;
	text-align: left;
	padding: 10px;}
	body>.cart .order_details {height:unset;
	padding-bottom:15px;
	margin: 0;}
	body>.cart .order_details a {
    width: calc(100% - 20px);
    padding: 26px 26px 0 26px;
    }
	body>.cart .order_details img {
	box-sizing:border-box;
	margin: 0;
	padding: 0;
	width: calc(100%);
	float: unset;
	height: unset;
	}
	body>.cart.order.show {padding: 0;overflow: hidden;}
	body>.cart.unpaid:after,body>.cart.delivered:after,body>.cart.shipped:after {
    pointer-events: none;
    top: 420px;
    left: 0;
    right: 0;
    margin: 0 auto;
    filter: contrast(0) brightness(10);
}
	body>.cart.order .receipt {
	top:0;
	min-height: unset;
	margin-top: 12px;
	}
	body>.cart .order_details h2.oid {margin-top:0 !important;}
	body>.cart .order_details h2.tracking {top: 71px;}
	body>.cart .order_details a.return {
	position: unset;
	display: block;
	margin: 15px 10px 0;
	padding: 15px 20px;
	background: #555;
	border-radius: 4px;
	float: unset;
	}
	body>.cart .order_details a>span {
	position: relative;
	left: unset;
	bottom: unset;
	font-size: 20px;
	padding-top: 2px;
	}
	
	.products>
	a.mockup:after {top: calc(50% - 78px);}
	.product .image-viewer.mockup:
	after {}
	.products>
	a.mockup:after,
	.product .image-viewer.mockup:after {opacity: 0.5;
	white-space: pre-wrap;
	padding-bottom: 28px;}

	/************** FAQ **************/
	body>.faq {width: unset;
	padding: 0 10px;}
;
	position: absolute;
	width: 100px;
	height: 100px;
}
