.shoppinggrid {
	display: inline-grid;
	grid-template: 60px 35px 45px auto 45px 300px / 20% 80%;
	width: 100%;
	height: 100%;
	border: none;
	background-color: #D0D3D4;
}
.shoppingcartoptionsdiv {
	grid-area: 4/1/5/2;
	width: 90%;
	min-height: 750px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	margin-left: 5%;
}
.returnto {
	grid-area: 3/2/4/3;
	width: 97%;
	height:100%;
	display:none;
	justify-content: start;
	align-items:center;
	margin-left: 0%;
}
.returnto h1 {
	color: #E60033;
	font-family: Copperplate, Copperplate Gothic Light, fantasy;
	font-size: 17px;
	line-height: 45px;
	padding-left: 2%;
}
.returnto h1:hover {
	cursor:pointer;
}
.returnto a {
	text-decoration:none;
	color: #E60033;
}
.shoppingcartoptions {
	height: auto;
	min-height: 100%;
	width: 100%;
	background-color: white;
	flex-direction:row;
	box-shadow: 5px 5px #888888;
}
.shoppingcartoptions p {
	word-wrap: break-word;
}
.shoppingcartlistdiv {
	grid-area: 4/2/5/3;
	width: 97%;
	min-height: 750px;
	height: 100%;
	display: flex;
	justify-content: space-evenly;
	flex-direction: column;
}
.shoppingcartgriddiv {
	height: 100px;
	width: 100%;
	background-color: white;
	box-shadow: 5px 5px #888888;
	display: none;
	margin-bottom: 20px;
}
.shoppingcarthdr {
	display:none;
	height: auto;
	min-height: 100%;
	width: 100%;
	background-color: white;
	box-shadow: 5px 5px #888888;
	flex-direction:column;
}
.shoppingcarthdr p {
	word-wrap: break-word;
}
.checkout-helper {
	text-align: center;
}
.screenhdr {
	display:flex;
	height:auto;
	width:100%;
	justify-content:center;
	align-content:center;
	background-color: white;
	color: #E60033;
	font-size:22px;
	font-weight:bold;
	font-family: 'Trebuchet MS', sans-serif;
	margin-top:25px;
}
.shippingrateshdr {
	display:none;
	height: auto;
	min-height: 100%;
	width: 100%;
	background-color: white;
	box-shadow: 5px 5px #888888;
	flex-direction:column;
}
.shippingrateshdr p {
	word-wrap: break-word;
}
.shippingrateslabels {
	display:flex;
	flex-direction:row;
	width:100%;
	height:auto;
	background-color: white;
	color: black;
	font-size:18px;
	font-weight:bold;
	font-family: 'Trebuchet MS', sans-serif;
	margin-top:20px;
	margin-bottom:5px;
}
.shippingrateslblseller {
	width:35%;
	margin-left:10px;
}
.shippingrateslblqty {
	width:15%;
}
.shippingrateslblmethod {
	width:30%;
}
.shippingrateslblrate {
	width:20%;
	margin-right:5px;
}
.shippingbody {
	width:100%;
	height:auto;
	display:flex;
	flex-direction: column;
}
.shippingitem {
	width:100%;
	height:auto;
	display:flex;
	flex-direction: row;
	color: black;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
	margin-top:10px;
	margin-bottom:10px;
}
.shippingseller {
	width:35%;
	margin-left:10px;
	display:flex;
	flex-direction:column;
}
.shippingsellerID {
	width:100%;
	height:auto;
}
.shippingsellerinfo {
	width:100%;
	height:auto;
	color: black;
	font-size:12px;
	font-family: 'Trebuchet MS', sans-serif;
	margin-top:4px;
}
.shippingqty {
	width:15%;
}
.shippingmthd {
	width:30%;
}
.shippingrate {
	width:20%;
}
.boxcalculatorhdr {
	display:none;
	flex-direction:column;
	height: auto;
	min-height: 100%;
	width: 100%;
	background-color: white;
	box-shadow: 5px 5px #888888;
}
.boxcalculatorhdr p {
	word-wrap: break-word;
}
.boxcalcoverview {
	width:95%;
	height:auto;
	color: black;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
	margin-left: 2.5%;
	margin-right: 2.5%;
	margin-top:20px;
}
.boxcalcinputs {
	margin-top:35px;
	margin-left:2.5%;
	margin-right:2.5%;
	width:95%;
	color: black;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
}
.boxcalcinputs ol {
	margin-left:40px;
}
.boxcalcinputs label {
	font-weight:normal;
}
.boxsubmit {
	width:175px;
	margin:auto;
	margin-top:20px;
	margin-bottom:15px;
	height:auto;
}
.boxresults {
	width:100%;
	height:auto;
	flex-direction:column;
	display:flex;
	color: black;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
}
.boxresultsline {
	width:95%;
	height:auto;
	flex-direction:row;
	justify-content:right;
	display:flex;
	margin-left:2.5%;
	margin-right:2.5%;
}
.boxresultslabel {
	width:85%;
	height:auto;
	display:block;
	margin-right:20px;
}
.boxresultsdata {
	width:15%;
	height:auto;
	display:block;
	text-align:right;
	margin-right:45px;
}
.checkouthdr {
	display:none;
	flex-direction:column;
	align-items:stretch;
	height: auto;
	min-height: 100%;
	width: 100%;
	background-color: white;
	box-shadow: 5px 5px #888888;
}
.checkouthdr p {
	word-wrap: break-word;
}
.footer {
	grid-area: 6/1/7/3;
}
.shoppingcartbutton {
	display:flex;
	margin:7px;
	width:100%;
	height:36px;
	color:white;
	background-color: #00479D;
	align-items: center;
	justify-content: center;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
	border-radius: 4px;
}
.shoppingcartbutton:hover {
	background-color: #E60033;
	cursor:pointer;
}
.shoppingcartbutton.is-disabled {
  background-color: #C0C0C0 !important;
  cursor: not-allowed;
  pointer-events: none;
}
.shoppingcartbutton.is-disabled:hover {
  background-color: #C0C0C0 !important;
}
.optionsgrp {
	height:auto;
	width:90%;
	margin-top:25px;
}
.shoppingcartselect {
	display:flex;
	flex-direction:row;
	height:30px;
	width:100%;
	justify-content: space-evenly;
	margin-bottom:25px;
	margin-top:25px;
}
.selectcss {
	display:flex;
}
.carttogglecss {
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	font-size:20px;
	align-items:center;
	justify-content:center;
}
.toggledesc {
	background-color:white;
	color:black;
	font-weight:bold;
	cursor: pointer;
}
.toggleseperate {
	font-weight:bold;
	margin-left:5px;
	margin-right:5px;
}
.seller {
	height:auto;
	display:block;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:15px;
	text-align:right;
}
.cond {
	height:auto;
	display:flex;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:15px;
}
.price {
	width:15%;
	height:auto;
	display:flex;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:17px;
}
.removetxt {
	height:auto;
	display:flex;
	cursor: pointer;
}
.latertxt {
	heigh:auto;
	display:flex;
	cursor: pointer;
}
.cardbody {
	width:100%;
	height:auto;
	display:none;
	flex-direction:column;
}
.carddata {
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	margin-top:15px;
}
.fullpic {
	width:15%;
	height:auto;
	align-items:center;
	display:flex;
	flex-direction:column;
}
.piccss {
	display:flex;
	height:90%;
	width:100%;
	max-width:50px;
	align-items:center;
}
.fullbody {
	width:70%;
	height:auto;
	display:flex;
	flex-direction:column;
	margin-right:40px;
	justify-content: space-between;
}
.fullset {
	width:100%;
	height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:17px;
	margin-bottom: 7px;
	margin-right:15px;
}
.fullqtycondseller {
	width:100%;
	height: auto;
	display:flex;
	flex-direction:row;
	margin-bottom: 7px;
	margin-right:20px;
}
.condlabel {
	display:flex;
}
.fullqty {
	height:auto;
	width:33%;
	display:block;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:15px;
}
.fullcond {
	height:auto;
	width:33%;
	display:flex;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:15px;
}
.fullseller {
	height:auto;
	width:33%;
	display:block;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:15px;
}
.fullremlater {
	width:100%;
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content: start;
	font-family: 'Trebuchet MS', sans-serif;
	color:gray;
	font-size:12px;
}
.condensedbody {
	width:85%;
	height:auto;
	display:flex;
	flex-direction:column;
	margin-right:40px;
	margin-left:5px;
	justify-content: space-between;
}
.condsenedline1 {
	width:100%;
	display:flex;
	flex-direction:row;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:17px;
	margin-bottom:7px;
}
.condensedset {
	width:90%;
	height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 7px;
	margin-right:15px;
}
.condensedqty {
	width:10%;
	height:auto;
	display:block;
}
.condensedline2 {
	width:100%;
	height: auto;
	display:flex;
	flex-direction:row;
	margin-bottom: 7px;
	margin-right:20px;
}
.condensedremlater {
	height:auto;
	display:flex;
	flex-direction:row;
	justify-content: start;
	font-family: 'Trebuchet MS', sans-serif;
	color:gray;
	font-size:12px;
	align-items:center;
	width:38%;
}
.condensedcond {
	height:auto;
	width:23%;
	display:flex;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:15px;
}
.condensedseller {
	height:auto;
	width:39%;
	display:block;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:15px;
	text-align:right;
}
.laterreason {
	width:100%;
	height:auto;
	display:block;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:13px;
	text-align:left;
	margin-top:7px;
}
.cartnotes {
	color:gray;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:12px;
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}
.cardseparate {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
}
.emptycart {
	margin-left:7%;
	font-size:22px;
	font-style:italic;
}
.checkoutsummary {
	display:flex;
	flex-direction:row;
	justify-content:space-evenly;
	margin-top:25px;
}
.cartsummary {
	display:flex;
	flex-direction:column;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:20px;
	width:30%;
}
.cartsummaryhdr {
	display:flex;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight:bold;
	justify-content:center;
	margin-bottom:3px;
}
.cartsummarydtl {
	display:none;
	flex-direction:row;
	margin-bottom:3px;
}
.carttotals {
	display:flex;
	flex-direction:row;
	font-weight:bold;
}
.cartsummarylbl {
	width:60%;
}
.cartsummarydta {
	width:40%;
	text-align:right;
}
.cartseparate {
	margin-bottom:3px;
}
.shipaddress {
	display:flex;
	flex-direction:column;
	font-family: 'Trebuchet MS', sans-serif;
	font-size:20px;
	width:30%;
}
.shipaddresshdr {
	display:flex;
	font-family: 'Trebuchet MS', sans-serif;
	font-weight:bold;
	justify-content:center;
	margin-bottom:3px;
}
.addressline {
	margin-bottom:3px;
}
.changeline {
	display:flex;
	margin-top:20px;
	justify-content:center;
}
.chgaddcont {
	width:50%;
}
.chgaddbutton {
	display:flex;
	margin:7px;
	width:100%;
	height:36px;
	color:white;
	background-color: #00479D;
	align-items: center;
	justify-content: center;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
	border-radius: 4px;
}
.chgaddbutton:hover {
	background-color: #E60033;
	cursor:pointer;
}
.updaddress {
	display:none;
	margin:auto;
	margin-top:10px;
	width:90%;
	height:auto;
	min-width:320px;
	flex-direction:column;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
}
.updaddline {
	display:flex;
	margin-bottom:10px;
	height:auto;
	width:100%;
	flex-direction:row;
}
.updaddhdr {
	font-weight:bold;
	margin-left:7px;
	margin-top:5px;
}
.updadddtl {
	margin-left:5px;
}
.updselect {
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
	padding:5px;
}
.combinedtl {
	display:flex;
	flex-direction:row;
}
.text-box {
	font-size:18px;
	padding:5px;
	box-sizing: border-box;
	width:200px;
}
.text-box2 {
	font-size:18px;
	padding:5px;
	box-sizing: border-box;
	width:110px;
}
.updaddbuttons {
	display:flex;
	width:100%;
	justify-content:space-evenly;
	flex-direction:row;
}
.chgnamecont {
	display:flex;
	width:50%;
}
.paymentoptions {
	display:flex;
	flex-direction:column;
	margin-top:30px;
}
.paymethod {
	display:none;
	flex-direction:column;
	margin: 0 auto;
	width:80%;
	max-width:675px;
}
.paymenthdr {
	display:flex;
	border:2px solid black;
	border-radius: 5px;
	height:70px;
	justify-content: space-between;
	align-items: center;
	margin-top:20px;
	margin-bottom:20px;
}
.paymenthdr:hover {
	cursor:pointer;
}
.paymethodtxt {
	display:block;
	font-size:18px;
	font-family: 'Trebuchet MS', sans-serif;
	padding:15px;
}
.paymethodlogo {
	display:flex;
	padding:15px;
	align-items:center;
}
.creditcarddtl {
	display:none;
	flex-direction:column;
	justify-content:start;
	margin-bottom:10px;
}
.creditcardlabel {
	display:flex;
	font-size:16px;
	font-family: 'Trebuchet MS', sans-serif;
	width:100%;
	height:auto;
	flex-direction:row;
	margin-top:5px;
	margin-bottom:5px;
}
.label-style {
  margin-right: 4px;
	font-weight:bold;
}
.form-group {
	position: relative;
	margin-bottom: 20px;
}
.cc-input {
	width: 100%;
	max-width:685px;
	padding: 15px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 5px;
	font-size: 16px;
	color: #333;
	background-color: #f7f7f7;
	outline: none;
}
.cc-input:focus, .cc-select:focus {
	border-color: #00479D;
}
.cc-input:focus + .cc-label, .cc-select:focus + .cc-label {
	top: 5px;
	font-size: 12px;
	color: #00479D;
}
.cc-input:valid + .cc-label, .cc-select:valid + .cc-label {
	top: 5px;
	font-size: 12px;
	color: #00479D;
}
.creditcardnumber {
	width:100%;
	margin-top:15px;
}

#billing-zip {
	width: 140px;   /* adjust as needed */
}
.cc-submit-btn {
	display: block;
	margin: 20px auto;
	padding: 8px 24px;
	font-size: 16px;
	background-color: #00479D;     /* Sportlots Blue */
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color 0.2s ease, opacity 0.2s ease;
}

.cc-submit-btn:hover {
	background-color: #E60033;     /* Sportlots Red */
}

.cc-submit-btn.cc-btn-loading {
	opacity: 0.7;
	cursor: default;
}

.sl-btn-spinner {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 2px solid rgba(255,255,255,0.6);
	border-top-color: #ffffff;
	margin-right: 8px;
	vertical-align: middle;
	animation: sl-btn-spin 0.7s linear infinite;
}

@keyframes sl-btn-spin {
	to {
		transform: rotate(360deg);
	}
}

#sl-stripe-errors {
	display: none;
	color: #E60033;               /* Sportlots red */
	background-color: #ffe5ea;    /* light red background */
	border: 2px solid #E60033;    /* bold red border */
	padding: 12px;
	margin-top: 12px;
	font-size: 18px;              /* larger font */
	font-weight: bold;
	text-align: center;
	border-radius: 6px;           /* smooth rounded corners */
}

input[type="checkbox"] {
	margin-top: 7px;
	margin-right:10px;
	transform: scale(1.25);
}
#subTotalNoteText { margin-right:120px; }
/* End New Stuff */
@media (max-width: 1450px) {
  #subTotalNoteText {
    margin-right:80px;
  }
}
@media (max-width: 1000px) {
	.cartsummary {
		font-size:14px;
	}
	.shipaddress {
		font-size:14px;
	}
	.chgaddbutton {
		font-size:14px;
	}
}
@media (max-width: 1100px) {
	.text-box {
		font-size:14px;
		width:150px;
	}
	.text-box2 {
		font-size:14px;
		width:85px;
	}
	.updselect {
		font-size:14px;
		width:150px;
	}
  #subTotalNoteText {
    margin-right:50px;
  }
}
@media (max-width: 823px) {
	.shoppinggrid {
		grid-template: 60px 45px auto 35px 450px / 100%;
	}
	.shoppingcartoptionsdiv {
		display: none;
	}
	.minifooter {
		grid-area: 5/1/6/2;
	}
	.returnto {
		grid-area: 2/1/3/2;
		margin-left: 5%;
	}
	.shoppingcartlistdiv {
		grid-area: 3/1/4/2;
		margin-left: 5%;
		width: 90%;
		height: auto;
	}
	.shoppingcartgriddiv {
		display: flex;
		height:100px;
		flex-direction:row;
	}
	.shoppingcartgriddiv2 {
		display:flex;
		width:50%;
		height:100%;
		flex-direction:column;
	}
	.shoppingcartgridcont {
		display:flex;
		height:50%;
	}
	.shoppingcarthdr {
		min-height: 750px;
	}
	.shippingrateshdr {
		min-height: 750px;
	}
	.boxcalculatorhdr {
		min-height: 750px;
	}
	.checkouthdr {
		min-height: 750px;
	}
	.shippingrateslblrate {
		display: none;
	}
	.shippingrate {
		display: none;
	}
	.shippingrateslblseller {
	width:40%;
	margin-left:10px;
	}
	.shippingrateslblqty {
		width:20%;
	}
	.shippingrateslblmethod {
		width:40%;
	}
	.shippingseller {
		width:40%;
	}
	.shippingqty {
		width:20%;
	}
	.shippingmthd {
		width:40%;
	}
	.boxcalcoverview {
		font-size:16px;
		margin-top:25px;
	}
	.boxcalcinputs {
		font-size:16px;
	}
	.boxcalcinputs ol {
		margin-left:20px;
	}
	.boxresultsline {
		font-size:16px;
	}
}
@media (max-width: 700px) {
	.text-box {
		font-size:12px;
		width:120px;
	}
	.text-box2 {
		font-size:12px;
		width:75px;
	}
	.updselect {
		font-size:12px;
		width:120px;
	}
	.ccmmyyyysec {
		flex-direction:column;
	}
	.creditcardmonth {
		width:100%;
	}
	.creditcardyear {
		width:100%;
	}
	.creditcardsecurity {
		width:100%;
	}
	.cccitystzip {
		flex-direction:column;
		margin-top:10px;
	}
	.creditcardcity {
		width:100%;
	}
	.creditcardstate {
		width:100%;
	}
	.creditcardzip {
		width: 100%;
	}
}
@media (max-width: 600px) {
	.cartsummary {
		font-size:12px;
	}
	.shipaddress {
		font-size:12px;
	}
	.chgaddbutton {
		font-size:12px;
	}
	.combinedtl {
		flex-direction:column;
	}
}
@media (max-width: 550px) {
	.selectcss {
		display:block;
	}
	.carttogglecss {
		font-size:16px;
	}
	.fullset {
		font-size:15px;
	}
	.condlabel {
		display: none;
	}
	.fullqty {
		font-size:13px
	}
	.fullcond {
		font-size:13px
	}
	.fullseller {
		font-size:13px
	}
	.condensedqty {
		font-size:13px
	}
	.shippingitem {
		font-size:15px;
	}
	.boxcalcinputs {
		font-size:15px;
	}
	.boxresultsline {
		font-size:15px;
	}
  #subTotalNoteText {
    margin-right:10px;
  }
}