@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap');
:root {
  --bs-blue: #0d6efd;
	--char-yellow-1: #fdce10;
	--char-yellow-2: #eedd7a;
	--char-orange-1: #e14318;
	--char-orange-2: #ee8328;
	--char-blue-1: #207394;
	--my-black-1: rgba(0,0,0,1);
}
@font-face {
    font-family: speedy;
    src: url(/assets/fonts/FasterOne-eKem.ttf);
	font-display: swap;
}
body{
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	margin: 0;
	font-display: swap;
}
iframe{
	margin: 5%;
}
.icon{
	margin-right: 10px;
	cursor: pointer;
}
#tiktok{
	display: inline-block;
}
a{
	text-decoration: none; 
	color: var(--char-blue-1);
}

h1{
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 28px;
	left: 5px;
}
h2{
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 22px;
}
h3{
	font-family: "Poppins", sans-serif;
	font-weight: 500;
}
p{
	line-height: 1.5;
	margin: 5px;
	padding: 0;
	text-indent: 10px;
}






.input_holder{
	margin-bottom: 10px;
	min-width: 225px;
	width: 100%;
	text-align: center;
}
.input_holder-small{
	margin-bottom: 10px;
	min-width: 100px;
	width: 50%;
	text-align: center;
}
.hide-pass{
	position: relative;
	top: 1.25px;
	right: 30px;
	cursor: pointer;
	color: lightgray;
	user-select: none;
  }
 .show-pass{
	position: relative;
	top: 1.25px;
	right: 30px;
	cursor: pointer;
	color: rgba(0,0,0,1);
	user-select: none;
  }
  i{	
	user-select: none;
  }
  #password{
	position: relative;
	left: 10px !important;
  }
.shift-left{
	position: relative;
	left: -7px;
	top: 1px;	
}
button{
	height:35px;
	max-width: 400px;
	border-radius: 15px;
	padding: 3px 0px 3px 3px;
	border: 0.5px solid rgb(172, 169, 169);
	cursor: pointer;
	color: rgba(255, 255, 255, 1);
	font-weight: 600;
}
button:focus{
	background-color: rgba(18, 136, 233,1);

}
.char-blue{
	background-color: var(--char-blue-1);

}
.bt-bg{
	width: 90%;
	min-width: 200px;
}
.bt-med{
	width: 45%;
}
.bt-sm{
	width: 25%;
}
.bt-left-half{
	border-radius: 15px 0 0 15px;
	margin-right: -2px;
	min-width: 75px;
	max-width: 200px;
}
.bt-right-half{
	border-radius: 0 15px 15px 0;
	margin-left: -2px;
	min-width: 75px;
	max-width: 200px;
}
.button-over{
	background-color: rgba(18, 136, 233,1);
}
.button-click{
	background-color: rgba(18, 136, 233,0.7);
	color: rgba(0,0,0,1);
}
input[type="text"], select, input[type="email"],input[type="password"],input[type="tel"],input[type="date"], textarea, input[type="phone"], input[type="number"] {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	width: 90%;
	height: 25px;
	min-width: 200px;
	max-width: 400px;
	border-radius: 15px;
	outline:0;
	border: 0.5px solid rgb(172, 169, 169);
	text-indent: 10px;
	font-weight: 500;
	letter-spacing: 0.25em;
	background-color: #ffffff;
}
.term-checker{
	position: relative;
	font-size: 12px;
	margin-bottom: 10px;
	white-space: nowrap; 
}
.promo-checker{
	position: relative;
	font-size: 12px;
	white-space: nowrap; 
}
.spacer{
	width: 43px;
	display: inline-block;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="phone"]:focus, textarea:focus {
	background-color: rgba(81, 203, 238, 0.2);
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}
.input-xsm{
	width: 20% !important;
	min-width: 65px !important;
	max-width: 125px !important;
}
.input-sm{
	width: 25% !important;
	min-width: 65px !important;
	max-width: 125px !important;
}
.input-med{
	width: 32% !important;
	min-width: 65px !important;
	max-width: 125px !important;
}
#contactHeader{
	text-align: center;
}
.shopSubHeader{
	color: black !important;
}
#formBox{
	width: 75%;
	margin:0 auto;
	display: grid;
	grid-template-rows: auto 50px 50px 50px auto 50px;
	grid-template-columns: auto;
	width: 100%;
}
#actionMessage{
	height:20px;
	line-height: 20px;
	width:300px;
	min-width:200px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
	border-radius: 5px;
	display: none;
}
.logInMeassage{
	position: relative;
	height: 35px;
	font-size: 12px;
	padding: 10px;
	text-align: center;
}
.sentMsg{
	color: var(--char-blue-1) !important;
}
.badMsg{ 
	color: var(--char-orange-1);
}
.badMsgB::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: red;
	opacity: 1; /* Firefox */
  }
.badMsgB::-webkit-input-placeholder {
    color: red;
}
.badMsgB:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: red;
  }
  
.badMsgB::-ms-input-placeholder { /* Microsoft Edge */
	color: red;
  }
.badMsgB{
	box-shadow: 0 0 5px rgba(222,0,0, 1);
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 3px 0px;
	border: 1px rgb(255,0,0) solid !important;
}
.badMsgB::before{
	position: absolute;
	top: 10px;
	offset: 10px;
}
#formBox > div{
	text-align: center;
	margin-bottom: 12.5px;
	margin-bottom: 12.5px;
}
.justify{
	text-align: justify;
	margin-bottom: 25px;
}
#formBox > div > textarea{
	width:90%;
	height:150px;
	min-width: 200px;
	border-radius: 15px;
	border: 0.5px solid rgb(172, 169, 169);
	padding: 5px;
	padding-left: 10px;
	resize: none;
	line-height: 1.7;
}
#formBox > div > input:focus,#formBox > div > textarea:focus{
	background-color: rgb(194, 248, 248);
	border-color: #66afe9;
	outline: 0;
}
#contactInfo{
	font-size: 12px;
}
#backButton{
	position: fixed;
	line-height: 30px;
	text-align: center;
	bottom: 10px;
	left: 60px;
	background-color: rgb(192,192,192);
	color: rgba(255,255,255,1);
	width: 50px;
	height: 30px;
	border-radius: 50% 0 0 50%;
	box-shadow:1px 2px 4px 2px rgba(0,0,0,0.2);
	cursor: pointer;
}
.productDesc{
	text-align: justify;
}
.py3 {
	background-color: rgba(255, 255, 255, 0);
	padding: 5px;
	text-align: center;
	height: 120px;
}
.py2 {
	position: relative;
	top: -20px;
	background-color: rgba(255, 255, 255, 0);
	overflow: hidden;
	white-space: wrap;
	padding: 5px;
	font-size: 15px;
	display: table-cell;
	vertical-align: top;
	text-align: right;
}
.py1 {
	position: relative;
	top: -55px;	
	border-radius: 15px 50px;
	border: 0.25px solid rgb(192,192,192); 
	background-color: rgba(255, 255, 255, 1);
	box-shadow:1px 2px 4px 2px rgba(0,0,0,0.2);
	padding-bottom: 0;
	padding-right: 10px;
	padding-left: 7px;
	font-size: 15px;
	text-align: right;
	height: 20px;
	width: fit-content;
	margin-left: calc(100% - 60px);
}
.py4 {
  display: grid;
  grid-template-rows: auto;
  background-color: rgba(255,255,255,0);
  padding: 5px;
  padding-bottom: 10px;
  cursor: pointer;
  align-items: start;
}
.py5{
	/*display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto auto auto auto auto auto auto auto;*/
	width: 90%;
	margin: auto 0;
}
.productHead{
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	word-wrap: break-word;
}
.policies{
	font-size: .5em;
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto auto auto auto auto auto auto;
	list-style-type: none;
	text-indent: 0;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.p3{
	text-align: center;
}
#productImg{
	position: relative;
	max-width: 150px !important;
	max-height: 175px;
}
.cartPopClass{
	display: none;
}
#cartPop{
	position: fixed;
	top: 175px;
	left: calc(190px + 40%);
	width: 145px;
	height: 100px;
	border-radius: 15px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 100px;
	background-color: var(--char-yellow-1);
	box-shadow:1px 1px 10px 3px rgba(0,0,0,0.3);
}
.largeCard{
	display: grid;
	grid-template-rows: auto 40px auto;
	grid-template-columns: auto;
	padding: 0;	
}
.lc9{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: 175px 20% auto;
}
.lc8{
	display: grid;
	grid-template-rows: auto;
	grid-template-columns: auto 35%;
	background-color: rgba(255,255,255,1);
	margin-bottom: 25px;
	padding-top: 10px;
	
}
.lc7{
	padding-left: 20px;	
	text-align: center;
}
.lc6{
	display: grid;
	grid-template-rows: 30px auto;
	grid-template-columns: auto;
	margin-left: 10px;
	
}
.lc4{
	display: grid;
	grid-template-rows: auto 30px;
	grid-template-columns: auto;
	padding-top: 50px;
}
.lc3{
	margin-top: 25px;
	margin-left: 22px;
	padding: 5px 10px 5px 10px;
	font-size: 25px;
	line-height: 35px;
	height: 35px;
	width: 100px;
	text-align: center;
	border-radius: 5px 0 5px 5px;
	background-color: var(--char-blue-1);
	text-shadow: 0.5px 0.5px #ffffff;
	box-shadow:1px 1px 10px 3px rgba(0,0,0,0.3);
	
}
.lc1{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: left;
	
}
.lc0{
	border: 0.5px solid rgba(0,0,0,0.2);
	
}
.btnGroup1{
	display: grid;
	grid-template-rows: 35px 35px;
	grid-template-columns: auto;
	
}
.quanityRow{
	display: grid;
	grid-template-rows: 35px;
	grid-template-columns: 50px 65px 50px;
}
.quanityItem{
	border: 0.5px solid rgba(0,0,0,0.2);
	text-align: center;
	line-height: 35px;
}
#quanityInput{
	background-color: rgba(192,192,192,0.4);
}
#dnBtn{
	line-height: 37px !important; 
	border-radius: 20% 0 0 0;
	color: white;
	background-color: rgb(128,128,128);
	cursor: pointer;
    outline: 1px solid rgba(255,255,255,0.5);
    outline-offset: -3px;
	font-size: 25px;
}
#upBtn{
	border-radius: 0 20% 0 0;
	color: white;
	background-color: rgb(128,128,128);
	cursor: pointer;
    outline: 1px solid rgba(255,255,255,0.5);
    outline-offset: -3px;
}
.addToBtn{
	border-left: 0.6px solid black;
	border-bottom: 0.5px solid black;
	border-right: 0.5px solid black;
	width: 160px;
	text-align: center;
	line-height: 28px;
	border-radius: 0 0 10px 10px;
	color: white;
	background-color: rgb(128,128,128);
	cursor: pointer;
    border: 3px inset rgba(255,255,255,0.5);
}
.inlineBtn{
	display: inline;
	margin-left: 5%;
	font-size: 14px;
	font-family: speedy;
	font-weight: 300;
}
.csLink{
	display: inline;
	margin-left: 5%;
	font-family: speedy;
	font-weight: 300;
}
.mainContainerClass{
	z-index: -1;
	padding: 10px;
	width: cal(100% - 10px);
	background-image: url("/https://citypacksokc.com/assets/img/bg-1.png");
	overflow: hidden;
}
header{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
    padding: 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
	z-index: 4;
	height: 50px;
	background-image: linear-gradient(.45turn, rgba(238,221,122,1), 35%, rgba(225,67,24,1));
	border-bottom: 2px solid rgb(192,192,192); 
	box-shadow:1px 1px 10px 5px rgba(0,0,0,0.3);
	overflow: hidden;
	user-select: none;
}
footer{
	width: 100%;
	text-align: center;
}
#bgImg{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:2;
	height: 50px;	
	
}
#nav_links {
    display: flex;
    flex-direction: row;
	justify-content: left;
	align-items: left;	
    list-style-type: none;
	margin-left: -30px;
	margin-top: 22px;
	
}
#nav_links li {
  width: max-content;
    display: flex;
    align-items: stretch;
	list-style-position: inside;	
	margin-right: 10px;
	cursor: pointer;
}
.wrapper {
    display: flex;
    flex-direction: row;
	background-color: rgba(255,255,255,0);
	margin-top: 75px;
	min-height: 600px;
}
.main {
	padding: 5px;
    flex: 3;
    margin: 0 auto;
	width: 95%;
	background-image: url("/assets/img/bg-watermark-1.svg");
	background-repeat: no-repeat;
	background-position: 65% 90px;
	background-size: 40%;
	background-attachment: fixed;
	word-wrap: break-word;
	
}
.whiteShadow{
	text-shadow: 2px 2px rgba(255,255,255,0.7);
}
.sidebar {
	text-align: justify;
	padding: 10px;
	border: 2px solid rgb(192,192,192); 
	box-shadow:1px 2px 4px 2px rgba(0,0,0,0.2);
	flex: 1;
	margin: 5px;
	z-index: 3;
	background-color: rgb(255,255,255);
	
}
#logIn_container{
	border: 0.5px solid rgba(0,0,0,1);
	text-align: center;
	min-width: 250px;
	padding: 35px 0 50px 0;
	background-color: rgba(255, 255, 255, 1);
}
#signup_container{
	border: 0.5px solid rgba(0,0,0,1);
	text-align: center;
	min-width: 250px;
	padding: 0 0 50px 0;
	background-color: rgba(255, 255, 255, 1);
}
.spinner-text{
	padding: 15px;
	margin: 15px;
}
input[type="checkbox"]{
	position: relative;
	top: 2px;
	left: -3px;
	cursor: pointer;
	user-select: none;
	width: 11px;
	height: 11px;
}
.address-hunter{
	position: absolute;
	background-color: rgba(255,255,255,1);
	border:1px rgba(0,0,0,0.5) solid;
	box-shadow:1px 2px 4px 2px rgba(0,0,0,0.2);
	border-radius: 5px;
	opacity: 0;
}
.label-action{
	cursor: pointer;
	user-select: none;
}
.login-reminders{
	display: grid;
	grid-template-columns: 50% 50%;
	grid-template-rows: auto;
	height: 25px;
	min-width: 250px;
	margin-bottom: 10px;
}
.remember-me{
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	padding-right: 30px;
	color: var(--char-blue-1);
	vertical-align: top;
}
.forgot-me{
	text-transform: uppercase;
	font-size: 12px;
	text-align: left;	
	padding-left: 25px;
	vertical-align: top;
	line-height: 23px;
}
.hero{
	width: 100%;
	z-index:-1;
	margin: 10px 0;

}
.fixed_hero{
	width: 75%;
	position: fixed;
	display: block;
}
#hero_01{
	background-image: url('');
}
.home_low{
	position: relative;
	height: 200px;
	width: 100%;
}
.home_head{
	position: relative;
	height: 100px;
	width: 100%;
	background-color: rgba(255, 255, 255, 1);
}
.home_foot{
	position: relative;
	width: 100%;
	padding-top: 25px;
	margin-right: 10px;
	background-color: rgba(255, 255, 255, 1);

}
.p8{
	margin-right: 7px;
	padding: 10px;	
	width: max-content;
	
}
.p9-1{
    display: flex;
	justify-content: left;
	align-items: center;  
    flex: 1;
	
	
}
.p9-2{
    display: flex;
    flex: 2;
	justify-content: left;
	align-items: center;  
    flex-direction: row;	
}
.p9-3{
    display: flex;
    flex-direction: row;
	margin-left: 5px;
	padding-top: 10px;
	
}
.headSplit-1{
    display: flex;
    flex-direction: row;
	justify-content: left;
	align-items: baseline;  
    flex: 1;
}
.headSplit-2{
    display: flex;
	justify-content: right;
	align-items: center;  
    flex: -1;
	padding-left: 5px;
	overflow: hidden;
}
#hamburger{
    display: flex;
    flex-direction: column;
	justify-content: left;
	align-items: center;  
    list-style-type: none;
	font-size: 5px;
	margin-left: -40px;
	visibility: hidden;
	z-index:4;
	
}
.rotate{
  rotate: 90deg;
} 

#hamburger li{
	list-style-position: inside;
	
}
#meat{
	position:relative;
}
#mainHead{
	margin-right: 5px;
	color: black;
}
#subHead{
	margin-right: 5px;
	color: black;
	font-weight: 600;
}
#nav_links li:hover{
	font-weight: 600;
}
.money{
	font-weight: 450;
}
.money:before{
	content: "$";
}
#cartPage{
	text-align: center;
	width: 100%;
}
.cartCard{
	display: grid;
	grid-template-rows:75px;
	grid-template-columns: 20% 30% 20% 25%;
	width: 92%;
	height: 65px;
	margin-left: 3%;
	background-color: rgba(255,255,255,1);
	border: 2px solid rgb(192,192,192); 
	border-radius: 20px;
	box-shadow:1px 2px 4px 2px rgba(0,0,0,0.2);
	overflow: hidden;
	padding: 5px;
	margin-bottom: 10px;
}
.cc9{
	background-repeat: no-repeat;
	background-position: center;
	height: 65px;
}
.cc8{
	display: grid;
	grid-template-rows:auto auto;
	grid-template-columns: auto;
}
.cc7{
	height: 50px;
	margin-top: 5px;
	line-height: 50px;
	
}
.cc6{
	display: grid;
	grid-template-rows:auto auto;
	grid-template-columns: auto;
	position: relative;
	left: -5px;
}
.cc5{	
	overflow:hidden; 
	white-space: nowrap; 
	text-overflow: ellipsis;
	height: 25px;
	margin: 5px;
	font-size: 12px;
}
.cc4{
	position: relative;
	line-height: 25px;
	height: 25px;
	padding-left: 10px;
	font-weight: 600;
	color: red;
	top: -10px;
	font-size: 12px;
	
	
}
.cc3{
	font-weight: 600;
	text-align: center;
	border: 0.25px solid black;
	border-radius: 7px;
	height: 17px;
	width: 17px;
	font-size: 16px;
	line-height: 17px;
	padding-bottom: 2px;
	margin-left: calc(100% - 24px);
	cursor: pointer;
}
.cc2{
	font-weight: 600;
	padding-right: 10px;
}
.cc2:before{
	position: relative; 
	top: -16px;
	left: 45px;
	content: "Total:";
	font-weight: 400;
	font-style: italic;
}
.q{
	margin-right: 15px;
}
.d{
	margin-right: 15px;
	font-weight: 500;
	font-size: 20px;
	position: relative;
	top: 2px;
	cursor: pointer;
}
.u{
	font-weight: 500;
	cursor: pointer;
	
}
#cartFooter{
	width: 100%;
}
#cartTotal{
	width: 90%;
	text-align: right;
	padding-right: 90%;
}
.checkOutLink{
	width: 100%;
	text-align: center;
}
.imgSlider{
	display: grid;
	grid-template-rows: 300px;
	grid-template-columns: auto;
	width: 400px;
	margin-left: calc(50% - 200px);
}

.slideHolder > div:nth-child(4n){
	z-index: 2;
	background-color: rgba(255,255,255,1);
	transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}
.slideHolder > div:nth-child(3n-2){
	z-index: 2 !important;
	background-color: rgba(255,255,255,1) !important;
	transform: rotate(5deg) !important;
	-webkit-transform: rotate(5deg) !important;
	-moz-transform: rotate(5deg) !important;
}
.slideHolder > div:nth-child(-1n+2){
	z-index: 0;
	transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
}
.slideHolder > div:nth-child(3){
	z-index: 1;
}
.slideHolder{
	position: relative;
	left: -550px;
	display: grid;
	grid-template-rows: 300px;
	grid-template-columns: 300px 300px 300px 300px 300px;
}
.slide{
	box-shadow:1px 1px 10px 5px rgba(0,0,0,0.3);
	background-color: rgba(255,255,255,1);
	background-size: auto 250px;
	display: grid;
	grid-template-rows: 300px;
	grid-template-columns: auto;
	border: solid rgb(192, 191, 191);
	margin-right: 5px;
	margin-left: 5px;
	cursor: pointer;
	border-radius: 10%;
	overflow: hidden;
}
.ptag{
	position: relative;
	top: -1px;
	margin-left: calc(100% - 100px);
	height: 50px;
	width: 100px;
	border-radius: 0 0 0 10px;
	background-color: rgba(255,255,255,0.5);
	box-shadow:1px 1px 10px 5px rgba(0,0,0,0.3);
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	line-height: 50px;
	color: var(--char-orange-1);
}
.dtag{
	position: relative;
	width: 75%;
	height:50px;
	left: -1px;
	bottom: 100%;
	border-radius: 0 10px 0 0;
	background-color: rgba(255,255,255,0.7);
	box-shadow:1px 1px 10px 5px rgba(0,0,0,0.3);
	text-align: right;
	padding-right: 10px;
	font-weight: 900;
	font-size: 18px;
	line-height: 50px;
	color: var(--char-blue-1);

}
.seeMore{
	text-align:right;
	margin-top:-25px;
	margin-right:15px;
}
#s1{
	background-repeat: no-repeat;
	background-position: center;

}
#s2{
	background-repeat: no-repeat;
	background-position: center;
}
#s3{
	background-repeat: no-repeat;
	background-position: center;
}
#s4{
	background-repeat: no-repeat;
	background-position: center;
}
#s5{
	background-repeat: no-repeat;
	background-position: center;
}
.shoppingFull:after{
	
	color: 	rgb(255,215,0);
}
.shoppingEmpty:after{
	
	color: 	#ee8328;
}
.shoppingAfter:after{
	position: relative;
	bottom: 1px;
	font: var(--fa-font-solid);
	content: "\f07a";
	font-size: 20px;
	cursor: pointer;
}
.sideHeader:before{
	content: "Side";
}
.sideHeader:after{
	content: "Content";
}
/*.twitter::before {
  font: var(--fa-font-brands);
	content: "\f099";
}

.facebook::after{
  font: var(--fa-font-brands);
	content: "\f09a";
	color: blue;
}*/
.glow {
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@keyframes fade-in {
	from { opacity: 0; }
  }

  @keyframes fade-out {
	to { opacity: 0; }
  }

  @keyframes slide-from-right {
	from { transform: translateX(90px); }
  }

  @keyframes slide-to-left {
	to { transform: translateX(-90px); }
  }

  /* define animations for the old and new content */
  ::view-transition-old(slide-l) {
	animation: 180ms cubic-bezier(0.4, 0, 1, 1) both fade-out,
	600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-left;
  }
  ::view-transition-new(slide-l) {
	animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in,
	600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
  }

  ::view-transition-old(slide-r) {
	animation: 180ms cubic-bezier(0.4, 0, 1, 1) both fade-out,
	600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-right;
  }
  ::view-transition-new(slide-r) {
	animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in,
	600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-left;
  }

  /* tie the view transition to a given CSS class */
  .slide-left {
	  view-transition-name: slide-l;
  }
  .slide-right {
	view-transition-name: slide-r;
}


@media screen and (max-width:2500px) {
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 150px 150px 150px 150px 150px 150px 150px 150px 150px 150px;
	}
}
@media screen and (max-width:1800px) {
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 150px 150px 150px 150px 150px 150px 150px;
	}     
}
@media screen and (max-width:1600px) {
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 150px 150px 150px 150px 150px 150px;
	} 
}
@media screen and (max-width:1200px) {
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 150px 150px 150px 150px 150px;
	} 
}
@media screen and (max-width:1000px)  {
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 150px 150px 150px 150px;
	}
}
@media screen and (max-width: 825px) {
	#subHead{
		display: none;
	}
	iframe{
		margin: 3px;
	}
}
@media screen and (max-width:800px)  {
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 150px 150px 150px;
	}
}
@media screen and (max-width: 675px) {
	#subHead{
		display: inline;
	}
	.address-hunter{
		position: absolute;
		border:1px rgba(0,0,0,0.5) solid;
		box-shadow:1px 2px 4px 2px rgba(0,0,0,0.2);
		border-radius: 5px;
	}
	iframe{
		margin: 3px;
	}
	.p9-1{
		flex-direction: row-reverse;
	}
	.dsar{
		height: 2400px;
	}
	
	.imgSlider{
		margin-left: cal(50% - 200px);
	}
	.sideHeader:before{
		content: "Bottom";
	}
	#cartPop{
	left: calc(200px + 2%);
	top: 210px;
	}
	.lc8{
		display: grid;
		grid-template-rows: auto 200px;
		grid-template-columns: auto;		
	}
	.lc9{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 175px 2% auto;
	}
	header{
		padding: 5px;
		margin-bottom: 15px;
		display: flex;
		flex-direction: column;
		height: 50px;
		overflow: hidden;
		border-bottom: 2px solid rgb(192,192,192); 
		box-shadow:1px 1px 10px 5px rgba(0,0,0,0.3);
	}
	#nav_links {
		display: flex;
		flex-direction: column;
		justify-content: left;
		align-items: left;  
		list-style-type: none;
		margin-top: -10px;
		margin-bottom: 55px;
		margin-left: -10px;
		padding-top: 20px;
	}
	
	#nav_links li{
		font-size: 18px;
		width: max-content;
		display: flex;
		align-items: stretch;
		list-style-position: inside; 
		margin-right: 10px;	
		margin-bottom: 10px;
		cursor: pointer;
		
	}
	.wrapper {
		display: flex;
		flex-direction: column-reverse;
		background-color: rgba(255,255,255,0);
		margin-top: 75px;
		min-height: 600px;
	}
	.p9-3{
		display: flex;
		flex-direction: row;
		margin-left: 5px;
		margin-top: -45px;
		
	}
	.headSplit-2{
		display: flex;
		justify-content: right;
		align-items: center;  
		flex: -1;
		
		padding-left: 10px;
		overflow: hidden;
	}
	#h2s{
		margin-bottom: 20px;
	}
	.headSplit-1{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: baseline;  
		flex: -1;
		overflow: hidden;
		margin-right: 40px;
	}
	#hamburger{
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		display: flex;
		flex-direction: column;
		justify-content: left;
		align-items: center;  
		list-style-type: none;
		font-size: 5px;
		margin-right: 10px;
		visibility: visible;
		cursor: pointer;
		z-index: 4;
		
	}
	#hamburger:hover{
		user-select: none;
	}
	.main{
	background-position: 40% 90px;
	 height: 700px;
	 background-size: 60%;
	 overflow: hidden;
	 
		
	}
	#hamburger li{
		height: 3px;
		margin-bottom: 2px;
		width: 25px;
		background-color: #eedd7a;
		border-radius: 25%;
	}
	.policies{
		font-size: .5em;
		display: grid;
		grid-template-rows: auto auto;
		grid-template-columns: auto auto auto auto;
		list-style-type: none;
		text-indent: 0;
		padding: 0;
		margin: 0;
	}
	.policies li{
		margin-bottom: 5px;
	}
 
}
@media screen and (max-width:480px)  {
	iframe{
		margin: 3px;
	}
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns:150px 150px;
	}
	#subHead{
		display: none;
		
	}

}
@media screen and (max-width:320px)  {
	iframe{
		margin: 3px;
	}
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 145px 145px;
		justify-self: start;
		padding: 10px;
		margin: -15px;
	}
	#subHead{
		display: none;
	}
}
@media screen and (max-width:300px)  {
	iframe{
		margin: 0;
	}
	.py5{
		display: grid;
		grid-template-rows: auto;
		grid-template-columns: 100%;
		justify-self: start;
		padding: 10px;
		margin: -15px;
	}
	#subHead{
		display: none;
	}
	.p9-1{
		flex-direction: row-reverse;
	}
}