html,
body {
	font-family: "Manrope-Medium", sans-serif;
	font-size: 11px;
	color: #383E47;
	background-color:#EEE;
}
a {
	color:#8ba520;
}
a:hover {
	color: #383E47;
}

img {
	 border-radius: 5px;
}

.btn-warning {
	color: #000;
    background-color: #95c11f;
    border-color: #95c11f;
}
.btn-warning:hover,
.btn-warning:disabled {
    color: #000;
    background-color: #8ba520;
    border-color: #8ba520
}

.bodytext {
	font-family: 'Manrope-Medium', sans-serif;
	color: #383E47;
	font-size: 1.3rem;
}
.bodytext strong {
	font-family: 'Manrope-ExtraBold', sans-serif;
}
.bodytext a {
	text-decoration: underline;
}
.bodytext a.btn,
.bodytext a.nav-link {
	text-decoration: none;
}
.text-mute {
	color: #999;
	font-size: 1.1rem;
	/*height: 3.6rem;*/
}
.signature {
	font-family:'Reenie Beanie',cursive;
	font-size:6rem;
	line-height:3rem;
	letter-spacing:-0.5rem;
}

h1 {
	font-family: 'Manrope-ExtraBold', sans-serif;
	font-size: 3.5rem;
	line-height: 4rem;
	color:#FFF;
	letter-spacing: -0.1rem;
}
/* TABLET */
@media (min-width: 768px) {
	h1 {
		font-size: 4rem;
		line-height: 5rem;
	}
}
/* DESKTOP */
@media (min-width: 1024px) {
	h1 {
		font-size: 5rem;
		line-height: 6rem;
	}
}

h2 {
	font-family: 'Microgramma D', sans-serif;
	font-size: 3rem;
	line-height: 3rem;
	letter-spacing: 0rem;
	color:#383E47;
	font-kerning: normal;
}
h2.light {
	font-family: 'Manrope-Light', sans-serif;
	font-size: 2rem;
	line-height: 2.4rem;
	font-weight: normal;
}
h3 {
	font-family: 'Manrope-Medium', sans-serif;
	font-size: 1.6rem;
	color: #CCC;
	line-height: 2.4rem;
	padding-top: 10px;
}
h3 light {
  	font-family: 'Manrope-Light', sans-serif;
}
h4 {
  	font-family: 'Manrope-Medium', sans-serif;
	color: #CCC;
	padding-top: 10px;
	font-size: 1.5rem;
	line-height: 2rem;
}
h5 {
  	font-family: 'Manrope-Medium', sans-serif;
	font-size: 1.8rem;
	margin: 0;
}
h5 strong {
  	font-family: 'Microgramma D', sans-serif;
}
h5 light {
  	font-family: 'Manrope-Light', sans-serif;
	font-size: 1.5rem;
	font-weight: normal;
}

h6 {
	font-family: 'Microgramma D', sans-serif;
	font-size: 2.2rem;
	line-height: 2.2rem;
	color:#FFF;
}
h7 {
	font-family: 'Manrope-ExtraBold', sans-serif;
	font-size: 2rem;
	letter-spacing: -0.1rem;
	color:#383E47;
	font-kerning: normal;
}

light {
	font-family: 'Manrope-Light', sans-serif;
	color: #999;
	font-weight: normal;
}
.bold {
	font-family: 'Manrope-Bold', sans-serif;
}

.badge-hot {
    color: #FFF;
    background-color: #e83e8c;
}

#header,
.header-overlay {
	height: 70vh;
}
#header {
	background-color: #000;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.header-overlay {
	position: absolute; 
}
#landing-video,
#header-image {
	width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#landing-video video {
  	width: 100%;
    min-width: 200vh;
    height: auto;
}
.credit {
	position:absolute;
	bottom:1rem;
	right:1rem;
	z-index:3;
	color:#FFF;
	opacity: 0.5;
	font-style: italic;
	padding-top: 2rem;
}
#description ul {
	padding-left: 1.4rem;
	margin-top: 1rem;
}
#description ul li {
	margin-top: 1rem;
}

@media (min-width: 950px) {
	.navbar-nav {
		position: absolute;
		right: 4.7rem;	
	}
}


section.products,
.footerContainer,
.featureContainer,
.menuWrap {
	max-width: 1200px;
}

.products {
	font-size: 1.4rem;
}
.catBar {
	height:50px;
	position: relative;
	background-color: #FFF;
	font-family: 'Manrope-Bold', sans-serif;
	font-size: 1.5rem;
	overflow: hidden;
	/*border-bottom: 1px solid #EEE;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(10px);*/
	box-shadow: 0 0 5px #333;
}
.catBar.fixed {
	position: fixed;
	top:0;
	left:0;
    width: 100%;
	z-index: 999;
}
#catScroll {
	height: 80px;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.catItem,
.sectionItem {
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: auto;
	margin-right: 50px;
}
.catItem:hover,
.sectionItem:hover {
	color:#383E47;
	cursor: pointer;
}
.catItem.selected,
.sectionItem.selected {
	color:#8ba520;
}
.scrollLeft,
.scrollRight {
	line-height: 50px;
	position: absolute; 
	background-color: #FFF;
	height: 50px;
	display: none;
}
.scrollLeft {
	left: 0;
	border-right: 1px solid #ddd;
}
.scrollRight {
	right: 0; 
	border-left: 1px solid #ddd;
}

.info {
	color: #aaa;
	font-size: 1.4rem;
	vertical-align: middle;
}
.prodInfoBox {
	border:1px solid #CCC;
	border-radius: 3px;
}

.offerbox {
	background-color:#222;
	font-size: 1.3rem;
	border-radius: 5px;
	color: #eee;
}
.offerbox .title {
	font-family: 'Manrope-Bold', sans-serif;
	color:#95c11f;
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.offerbox a {
	color: #FFF;
	font-family: 'Manrope-Bold', sans-serif;
	text-decoration: underline;
}
.offerbox a:hover {
	text-decoration: underline;
}


.carousel-indicators li {
	height: 4px;
	background-color: #000;
	opacity: 0.2;
}
.carousel-indicators .active {
	opacity: 1;
}


.bigicon {
	font-size: 8rem;
}


/* MODAL */
.modal-content {
	background-color: #EEE;
}
.modal-header,
.modal-footer {
	border: 0;
}
.modal-header {
	padding-bottom: 0;
}


/* BENEFITS */
.benefits {
	background-color: #383E47;
	color: #ccc;
	font-size: 4rem;
}
.benefits .trap {
	background-image: url('../../images/trap.png'); 
	background-size: contain; 
	background-repeat: no-repeat; 
	background-position:center bottom;
}
.benefits i {
	font-size: 3rem;
	margin-bottom: 10px;
}


/* PRODUCT CARDS */
.card-deck {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    grid-gap: 2rem;
}
.card {
	border: 1px solid #EEE;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.2s ease-in-out;
	cursor: pointer;
}
.card:hover {
	/*border: 1px solid #CCC;*/
	box-shadow: 0 0 5px #333;
}
.card,
.card-body,
.card-footer {
	background-color: transparent;
	font-size: 1.3rem;
}
.card-body,
.card-footer {
	border: 0;
}
.card .card-body {
	background-color:#FFF;
	color: #383E47;
	padding: 2rem;
	padding-bottom: 0;
}
.card .card-body.category {
	background-color: #333;
	padding: 0;
}
.card .card-body.category::before {
	content: '';
	position: fixed;
	background: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	z-index: 0;
}
.card .card-body.category .categoryText {
	position: absolute;
	z-index: 1;
}
.card .card-body.category h2 {
	color: #FFF;
}
.card .card-body .bodytext {
	color: #eee;
}

.card .card-img-top {
	border-radius:0;
}
.card .view {
	position: absolute;
	display:none;
}
.card .card-img-overlay {
	background: rgba(0,0,0,0.4);
	height:100%;
}
.card .badge {
	position: absolute;
	font-family: 'Manrope-Bold', sans-serif;
	font-size: 1.2rem;
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
}
.card .badge-gb2 {
	background-color: #c51859;
	color:#FFF; 
}
.card .card-footer {
	background-color: #FFF;
	padding-left: 2rem;
	padding-right: 2rem;
	padding-top: 2rem;
	padding-bottom: 1.4rem;
}
.card .card-price {
	font-size: 1.6rem;
}
.card .card-reviews {
	font-size: 1.2rem;
	color: #666;
}
.card .card-status {
	font-family: 'Manrope-Bold', sans-serif;
	font-size: 1.2rem;
}


#contactBanner {
	background: linear-gradient(rgb(72,0,72,0.7), rgb(192,72,72,0.7)), url('/images/janine.png');
	background-position: center; 
	background-size: cover; 
}
#guidesBanner {
	background: linear-gradient(rgb(72,0,72,0.8), rgb(192,72,72,0.8));
	background-position: center; 

}
.headerBanner {
	color: #FFF;	
}
.headerBanner .card,
.headerBanner .card:hover {
	border: 0;
    border-radius: 8px;
    overflow: hidden;
   	box-shadow: 0 0 5px #000;
    cursor:auto;
}




.fa-ban {
	transform:scaleX(-1);
}


.btn,
.shopify-buy__btn {
	font-family: 'Manrope-Bold', sans-serif;
	font-size: 1.2rem;
	-webkit-appearance: none;
}
.btn.btn-lg,
.shopify-buy__btn {
	font-size: 1.6rem;
	text-transform: uppercase;
}
.shopify-buy__btn {
	padding: 0.5rem 1rem;
	line-height: 1.5;
    border-radius: 0.3rem;
	color: #212529;
    background-color: #ffc107;
   	border: 1px solid transparent;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.shopify-buy__btn:hover{
	color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.shopify-buy__btn:focus{
   outline: none;
}
#addToCartButton {
	display: inline-block;
	vertical-align: middle;
}
.optionBox {
	display: flex;
	margin-bottom: 10px;
	width:100%;
	background-color:#FFF;
	border: 1px solid #CCC;
	text-transform:none;
	border-radius: 0.3rem;
	cursor: pointer;
	transition: box-shadow 0.2s ease-in-out;
}
.optionBox img {
	border-radius: 0.3rem;
}
.optionBox div {
	line-height:21px;
}
.optionBox.selected {
	background-color:#FFF;
	border: 1px solid #FFF;
	box-shadow: 0 0 5px #000;
}
.optionBox .boxtick {
	font-size: 1.6rem;
	display: flex;
	padding-right: 15px;
}
.optionBox .boxtick i.unchecked {
	display:block;
}
.optionBox .boxtick i.checked {
	display:none;
}
.optionBox.selected .boxtick i.unchecked {
	display:none;
}
.optionBox.selected .boxtick i.checked {
	display:block;
}

.tape {
	/*background-image: url("../../images/tape.png");
	background-repeat: repeat;
	background-size: 55px 55px;*/
	background-color: #8ba520;
}
footer {
	background-color: #000;
	color: #CCC;
	font-size: 1.2rem;
}
footer strong {
	font-family: 'Manrope-Bold', sans-serif;
	font-size: 1.3rem;
	color: #EEE;
}

.page-item .page-link {
	width: 30px;
	text-align: center;
	color: #6c757d;
	text-decoration: none;
	box-shadow:none !important;
    outline:0px !important;
	cursor: pointer;
}
.page-item .page-link:hover {
	color: #383E47;
}
.page-item.active .page-link {
	color: #FFF;
	background-color: #B38500;
	border-color: #6c757d;
}


.rating {
	font-size: 3rem;
	unicode-bidi: bidi-override;
	direction: rtl;
	color: #999;
}
.rating > .star {
	cursor: pointer;
	display: inline-block;
	position: relative;
	padding-right: 3px;
}
.rating > .star.hover,
.rating > .star.hover ~ span,
.rating > .star.active,
.rating > .star.active ~ span {
	color: transparent;
}
.rating > .star.hover:before,
.rating > .star.hover ~ .star:before,
.rating > .star.active:before,
.rating > .star.active ~ .star:before {
	content: "\2605";
	position: absolute;
	left: 0;
	color: #383E47;
}
.rating > .star.active:before,
.rating > .star.active ~ .star:before {
	color: #ffc107;
}

.helpText {
	font-size: 1.1rem;
}
.uploadItem,
.uploadItem img,
.uploadItem .progressWrap {
	width: 80px;
	height: 80px;
}
.uploadItem {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.uploadItem .remove {
	color: #999;
	font-size: 1.4rem;
	line-height: 1.4rem;
	position: absolute;
	background-color: #EEE;
	padding-top: 3px;
	padding-right: 3px;
	left: 0;
	bottom: 0;
	border-top-right-radius: 3px;
}
.uploadItem .remove:hover {
	color: #FF0000
}
#uploadProgress {
	position: relative;
	width: 100%;
	height:30px;
	border: 1px solid #CCC;
	overflow: hidden;
	background-color: #DDD;
}
#uploadProgressBar {
	background-color: #ffc107;
	height: 100%;
	width: 0%;
}
#uploadProgressPercent {
	font-family: 'Manrope-Bold', sans-serif;
	font-size: 16px;
	width: 100%;
	position: absolute;
	top: 0;
	text-align: center;
	padding-top: 2px;
}


.nav-tabs {
	font-size: 1.4rem;
	border-bottom: 0;
}
.nav-tabs .nav-link,
.nav-tabs .nav-link:hover, 
.nav-tabs .nav-link.active {
	font-family: 'Manrope-Bold', sans-serif;
	background-color: transparent;
	text-decoration: none;
	border: 0;
}
.nav-tabs .nav-link {
	color: #6c757d;
}
.nav-tabs .nav-link:hover {
	color: #383E47;
}
.nav-tabs .nav-link.active {
	background-color: #FFF;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #B38500;
}
.nav-tabs .nav-link:hover {
	border-bottom-color: transparent;
}
.nav-tabs .nav-item {
    margin-bottom: -3px;
}
.nav-tabs .nav-link {
    padding: 1rem 20px;
}
.tab-pane {
	border:0;
	border-radius: 5px;
	background-color: #FFF;
	padding: 20px;
}
.table {
	color: inherit;
}
.table td, .table th {
	padding-left: 0;
	padding-right: 0;
	font-weight: normal;
}


/* FORMS */
.form-control {
	font-size: 1.4rem;
	-webkit-appearance: none;
}
/*select.form-control {
	-webkit-appearance: auto;
}*/
label {
	font-family: 'Manrope-Bold', sans-serif;
	text-transform: uppercase;
}
.grecaptcha-badge { 
    visibility: hidden;
}
.captchaterms {
	font-size: 1rem;
	line-height: 1.2rem;
}

.checkout {
	background-color: #EEE;
	font-size: 1.6rem;
}
.checkout .total {
	font-family: 'Manrope-ExtraBold', sans-serif;
	font-size: 1.8rem;
}
.checkout label {
	font-size: 1.2rem;
}


.accordion .card {
	background: none;
	border: none;
}
.accordion .card:hover {
	box-shadow: none;
}
.accordion .card .card-header {
	background: none;
	border: none;
	font-family: 'Manrope-Bold', sans-serif;
	font-size: 1.8rem;
	color: #383E47;
	padding: 0;
	padding-left: 40px;
    cursor: pointer;
}
.accordion .card-header i {
	font-size: 1.6rem;
	position: absolute;
	left: 0;
	top: 2px;
}
.accordion .card-body {
	padding: 0;
	padding-left: 40px;
}
.accordion .highlight i {
	transform: rotate(180deg);
}


.flex-equal > * {
	-ms-flex: 1;
	-webkit-box-flex: 1;
	flex: 1;
}
@media (min-width: 768px) {
	.flex-md-equal > * {
		-ms-flex: 1;
		-webkit-box-flex: 1;
		flex: 1;
  	}
}


/* MENU BAR */
#menubar,
#menuModal {
	font-family: 'Manrope-Medium', sans-serif;
	font-size: 1.8rem;
}
#menuModal .modal-content {
	background-color: #333333;
}
#menubar {
	background-color: transparent;
	padding-top: 1.6rem;
	padding-bottom: 1.6rem;
}
#menubar.static {
	background-color: #000000;
}
#menubar .menuContainer {
	display: flex;
}
#menubar #logo {
	fill:#FFF;
	width: 20rem;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
@media (min-width: 950px) {
	#menubar #logo {
		width: 20rem;
	}
}

#menubar ul {
	display: flex;
	flex-direction: row;
	list-style: none;
	align-items: center;
}
#menubar li {
	padding-left: 3rem;
	padding-right: 0;	
}
#menuModal ul {
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
}
#menuModal li {
	padding:0;
	margin-bottom: 1rem;
}
#menuModal li.cart {
	margin-top: 1rem;
}
#menuModal .menuItem,
#menubar .menuItem,
#menuButton {
	color: #fff;
}
#menuModal .menuItem:hover,
#menubar .menuItem:hover,
#menuButton:hover {
	color: #95c11f;
	text-decoration: none;
}
#header-title {
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
#menuButton {
	font-size: 3rem;
	line-height: 3rem;
	cursor: pointer;
	align-items: center;
}




#burgerMenu,
#closeMenu {
	position: absolute;
	color: #FFF;
	font-size: 3rem;
	padding: 0;
}
#burgerMenu {
	height: 100%;
}
#closeMenu {
	width: 100%;
	text-align: right;
}
#transmenu.transparency.cover #burgerMenu {
	margin-top: 2rem;
}
#sideMenu {
	position: fixed;
	top: 0;
	right: -240px;
	width: 200px;
	height: 100vh;
	background-color: #383E47;
	opacity: 1;
	z-index: 999999;
	padding: 20px;
}
#sideMenu .cart {
	margin-top: 1rem;
}


#iewarning {
	display: none;
	position: absolute; 
	z-index: 9999; 
	width: 100%; 
	background-color: red; 
	color: white; 
	font-size:1.2rem; 
	padding:20px; 
	align-content: center; 
	text-align: center;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #iewarning {
		display: block;
	}
}

.cards img {
	border-radius: 2px;
}
.social {
	font-size: 2.2rem;
}
.social a {
	color: #ccc;
	text-decoration: none;
}
.social a:hover {
	color: #fff;
	text-decoration: none;
}


/* TRACKING */
.track-line {
    height: 4px !important;
    background-color: #ffc107;
    margin-top: -35px;
    border: 0;
}
.statusbox {
    width: 80px;
    height: 100px;
    margin-left: -15px;
    margin-right: -15px;
    font-size: 1.1rem;
    font-family: 'Manrope-Bold', sans-serif;
}
.statusbox.start {
    margin-left: 0;
}
.statusbox.end {
    margin-right: 0;
}
.dot {
    height: 50px;
    width: 50px;
    margin: 0 0 6px 0;
    background-color: #ffc107;
    border-radius: 50%;
    display: inline-block;
    font-size: 25px;
    color: #333;
    line-height: 43px;
}
.track-line.greyed,
.greyed .dot {
    background-color: #CCC;
    color: #EEE;
}
.greyed div {
     color: #CCC;   
}
.track-table div {
    padding: 0.5rem;
    margin-left: 0;
    margin-right: 0;
}
.track-table div.thead {
    background-color: #383E47;
	color:#FFF;
    font-family: 'Manrope-Bold', sans-serif;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.track-table div.trow {
   padding: 0.7rem 0.5rem 0.1rem 0.5rem; 
}
.track-table div.trow,
.track-table div.tfoot {
    background-color: #FFF;
}
.track-table div.tfoot {
    height: 5px;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.track-order {
    background-color: #FFF;
    border-radius: 5px;
    padding: 2rem;
}


.owl-thumbs button {
	padding: 0;
	border: 0;
}
.owl-thumbs button img {
	border-radius: 3px;
}
.owl-thumb-item {
	width: 40px;
	height: 40px;
}



.sidepad,
.navbar .container {
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 576px){
	.container {
		width: 100%;
	}
    .sidepad,
    .navbar .container {
		padding-left: 2rem;
        padding-right: 2rem;
	}
}
@media (min-width: 768px){
	.container {
		width: 100%;
	}
    .sidepad,
    .navbar .container {
		padding-left: 3rem;
        padding-right: 3rem;
	}
}
@media (min-width: 992px){
	.container {
		width: 100%;
	}
}
	
/* CART MODAL */
@media (min-width: 576px){
	#cartModal .modal-sm {
		max-width: 400px;
	}
}
@media (max-width: 576px){
	.modal-dialog.modal-dialog-slideout {
		width: 80%;
	}
}

#menuModal .modal-sm {
	max-width: 250px;
}
#menuModal .modal-header {
	color: #FFF;
	border-bottom: 1px solid #999;
    padding-bottom: 2rem;
}
#cartModal .modal-header {
	align-items:center;
}
.modal-header .close {
	text-shadow: none;
}
.modal-dialog-slideout {
	min-height: 100%; 
	margin: 0 0 0 auto;
	background: #fff;
	height: 100%;
}
.modal.fade .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(100%,0);
	transform: translate(100%,0);
}
.modal.fade.show .modal-dialog.modal-dialog-slideout {
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
	flex-flow: column;
}
.modal-dialog-slideout .modal-content{
	border: 0;
	height: 100%;
	background: #fff;
	border-radius: 0;
}
.cartLine {
	min-height: 75px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: 1px solid #EEEEEE;
}
.cartImage {
	position:absolute;
	width:75px;
	height:75px; 
	background-size:contain; 
	background-repeat: no-repeat; 
	background-position: center center;
}
.cartText {
	margin-left:85px;
}
.cartText.qtySelect .qty-label,
.cartText.qtySelect .form-control {
	font-size: 1.2rem;
}
.cartText .qtyField {
	flex: none;
	width: 60px;
}
.cartText label {
	font-family: inherit;
	text-transform: none;
	padding-left: 0;
	padding-right: 0;
}

.reviewProduct {
	cursor: pointer;
	background-color: #FFF;
	border-radius:5px;
	border: 1px solid #CCC;
}
.reviewProduct:hover {
	background-color:#F0F0F0;
	box-shadow: 0 0 5px #333;
}


/* EMAIL VALIDATION */
.valid {
	color: #28a745;
}
.valid:before {
	position: relative;
	left: 0;
	content: "✔";
}
.invalid {
	color: #dc3545;
}
.invalid:before {
	position: relative;
	left: 0;
	content: "✖";
}

/* SMART QUEUE */
.queueTimer {
	margin:auto;
	box-shadow: 0 0 5px #999;
	border-radius:8px;
	background-color:#FFF;
}


/* WAITLISTS */
.waitItemContainer {
	background-color:#F9F9F9;
	border:1px solid #DDD;
	border-radius: 5px;
}
.waitItemContainer.ready {
	border:1px solid #28a745;
}
.waitItemContainer table {
	margin:0;
}
.waitItemContainer td {
	border:0;
}
.waitItemContainer td.thumb {
	font-size:5rem;
	line-height:5rem;
	color:#999;
	text-align: center;
}
.waitItemContainer td.thumb,
.waitItemContainer td.cartButton {
	vertical-align: middle;
}
.listTitle {
	font-size:1.6rem;
	border-bottom:1px solid #DDD;
}
.positionContainer {
	width:80px;
}
.positionContainer .posText {
	font-size:1rem;
	line-height:1.1rem;
}
.positionContainer .counter {
	width:100%;
	font-size: 2.8rem;
}
#joinList {
	border: 1px solid #DDD;
}

