 .clear{
	clear: both;
	overflow: hidden;	
}
 
body {
	overflow-x: hidden;
	color: #666;
	font-family:  proxima-nova, Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	font-style: normal;
}

 img{
	max-width:100%;
 }
 
 a{
	color: #fe7320;
 }
 
 a:hover{
	color: #fe7320;
 }
 
 a.overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;

 }
 
.bg-yellow{
	background:#ffe141;
	
}

.bg-white{
	background:#fff;
}

.bg-brown{
	background:#f2ecdd;
}

.mask{
	position: relative;
	padding: 20px 0px;
}
.mask:before{
	content: "";
	position: absolute;
	top: 0px;
	left:0px;
	height: 20px;
	width: 100%;
	background-image: url(/assets/images/mask-white-top.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top;
}

.mask:after{
	content: "";
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/assets/images/mask-white-bottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: contain;
}


.bg-blue{
	background: #229cd5;;
	color:#fff;
}

.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4, .bg-blue h5, .bg-blue h6{
	color:#fff;
}

.container{
	width: 1200px;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6{
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	margin-bottom: 25px;
}


h1, .h1{font-size: 32px;}
h2, .h2{font-size: 28px}
h3, .h3{font-size: 24px}
h4, .h4{font-size: 18px}
h5, .h5{font-size: 16px}
h6, .h6{font-size: 14px}
/*  ----------------------------------------------------------	*/
/*  				Payment Sense Overrides 	 				*/
/*  ----------------------------------------------------------	*/
/* For Payment Sense they override the button styling and there's no way to add our btn btn-primary class to it. Set styling here (the same as your .btn and .btn-primary class) - you will need to !important nearly all styling in .conntect-btn class */
.connect-btn{
	background-color: #fe7320 !important;
	border: #fe7320 !important;
	border-radius: 0px !important;
	color: #FFF !important;
	height: ;
	margin: 0px !important;
	width: 100% !important;
	font-family: "kon-tiki-aloha-jf", Arial, sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
}

/* adds padding around the pay button to the payment sense button element */
.connect-container .footer{
	text-align:center;
	padding: 15px;
}

/* Make the form fields / google pay button width of container */
.connect-container iframe{
	width: 100%;
}
/*  ----------------------------------------------------------	*/
/*  						Buttons 	 						*/
/*  ----------------------------------------------------------	*/
.btn{
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	cursor:pointer;
	border-radius: 0;
	line-height: 1;
	font-size: 1.1rem;
	padding: 10px;
}

.threeDs {
	z-index:6;
}

.modal .mdi, #divPartyExtras .mdi{
	line-height:normal;
}

.modal .btn, #divPartyExtras .list-group-item .btn{
	line-height: normal;
	padding: .375rem .75rem;
}

.modal .btn .mdi, #divPartyExtras  .btn .mdi{
	margin-right:0px;
}
.partyExtraProductQty{
	max-width:60px;
}

.btn .mdi, .btn .fa{
	line-height: 20px;
	verticla-align:middle;
}

.btn-primary{
	background-color: #fe7320;
	border-color:  #fe7320;
	color:#FFF !important;
	transition: all .1s ease;
}

.btn-primary:hover{
	background-color: #fe6307;
	border-color:  #fe6307;
	color:#FFF  !important;
}

 .btn-primary.disabled, .btn-primary:disabled {
    color: #fff !important;
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary,
.btn-red{
	background-color: #f2ecdd;
	border-color:  #f2ecdd;
	color: #222 !important;
}

.btn-secondary:hover,
.btn-red:hover{
	background-color: #229cd5;
	border-color:  #229cd5;
	color: #FFF !important;
}

.btn-green, .btn-success{
	background-color: #367d27;
	border-color:  #367d27;
	color:#FFF !important;
}

.btn-green:hover, .btn-success:hover{
	background-color: #367d27;
	border-color: #367d27;
	color:#FFF !important;
}

.btn-yellow {
	background-color: #ffe141;
	color: rgba(0,0,0,0.7) !important;
	border: none;
}

.btn-transparent {
	background-color: rgba(255,255,255,0.2);
	color: rgba(0,0,0,0.7) !important;
	border: none;
}

input, select, textarea {
    /*vertical-align:middle;
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
	width: 100%;
	margin: 10px 0px;
	padding: 8px 10px;
	line-height: normal;
	border: #ddd 1px solid;
    border-top-color: rgb(221, 221, 221);
    border-right-color: rgb(221, 221, 221);
    border-bottom-color: rgb(221, 221, 221);
    border-left-color: rgb(221, 221, 221);
	box-shadow: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;*/
}

.form-control::-webkit-input-placeholder { /* Edge */
  color: rgba(0,0,0,0.4);
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: rgba(0,0,0,0.4);
}

.form-control::placeholder {
  color: rgba(0,0,0,0.4);
}

.form-control{
	border-radius: 0px;
	padding: 0 17px;
  font-size: 1.1rem;
  min-height: 43px;
}

.svg-icon.border-jagged-bottom {
    width: 100%;
    height: 150px;
    pointer-events: none;
}
.safariInput{}

.safariInput .form-control{
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	transition: all .5s ease;
	margin-left:-1px;
	border-radius:0px;
}

.safariInput .form-control:focus{
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	box-shadow: none;
	border-bottom-color: #fe7320;
	transition: all .5s ease;
	
}

.safariInput .col-form-label{
	border-bottom: 1px solid #ced4da;
	padding-bottom: 0px;
	font-size:90%;
	transition: all .5s ease;
}

.safariInput .form-control:focus + label {
      border-bottom-color:#fe7320;
	  font-size:100%;
	  color: #fe7320;
	  font-weight:600;
	  transition: all .5s ease;
	  font-weight:600;
}


.safariInput .form-control:invalid{
	box-shadow: none;
}

/* The switch - the box around the slider */
.toggleSwitch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

/* Hide default HTML checkbox */
.toggleSwitch input {
	opacity: 0;
	width: 0;
	height: 0;
}

/* The slider */
.toggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.toggleSlider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .toggleSlider {
	background-color: #b2cb08;
}

input:focus + .toggleSlider {
	box-shadow: 0 0 1px #b2cb08;
}

input:checked + .toggleSlider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.toggleSlider.round {
	border-radius: 34px;
}

.toggleSlider.round:before {
	border-radius: 50%;
} 


.radioWrap{
	display:inline-block;
}

.radioWrap label{
	display:inline-block;
	margin-bottom: 0px;
}

.radioButton{
	display: inline-block;
	font-weight: 400;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	display:inline-block;
	vertical-align:middle;
	position: relative;
	cursor:pointer;
	background-color: #f2ecdd;
	border-color: #f2ecdd;
	color: #222 !important;
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	border-radius: 0;

}

.radioButton.checked{
	background-color: #fe7320;
	border-color: #fe7320;
	color: #FFF !important;
}


.radioButton.has-error{
	border-color: #f1423d;
}

.radioButton:hover{
	opacity: 0.8;
}

.radioText{
	line-height: normal;
	vertical-align:top;
	font-size:11pt;
	display: block;
	padding: 5px 10px;
	text-align:center;
	cursor:pointer;
}


.checkboxHidden:not(.agree_terms){
	height: 0px;
	width: 0px;
	overflow: hidden;
	position: absolute;
	left: -9999px;
}
/*  ----------------------------------------------------------	*/
/*  						Header 	 							*/
/*  ----------------------------------------------------------	*/
header{
	position: relative;
}

header .logo{
	position: relative;
	width: ;
}


header .logoMobile{
	width: 120px;
}

/* NEW HEADER */
header .container{
	width: 1340px;
}
header #navigation{
	z-index: 5;
}
#navigation{
	padding-top:0px;
}

#navigation li a{
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #24651e;
}

#navigation li a:hover{
	color:#94b990;
}

#navigation li a.btn{
	font-size: 1.2rem;
}

#navigation li a.active{
	color:#000;
}

#navigation .navbar-brand{
	width:155px;
}


#navigation .nav-item{
	margin: 0 20px 0 0;
}

#navigation .nav-item.login{
	margin: 0 0 0 15px;
}

header .sign {
	margin-left:10px;
	padding-top:5px;
	margin-bottom: -5px;
	display:none;
}

header .sign svg{
	width:192px;
	margin-right:-40px;
}

header #subNav{
	background: #002300;
	color: #fff;
	padding-top:5px;
}

header .btn, header .navbar-expand-lg .navbar-nav .nav-link.btn{
	padding: 10px 15px !important;
}
 
#header {
	position: relative;
	margin-bottom: -10px;
	
}

header .btn-mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 2;
	margin: 0 0 0 15px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

header .btn-mobile .sub-bar {
	background: #fe7320;
	display: block;
	width: 25px;
	height: 2px;
	margin: 0 0 6px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

header .btn-mobile .sub-bar:last-child {
	margin-bottom: 0px;
}

header .basket, header .icon{
	display:inline-block;
	padding: 10px;
	margin-left:5px;
	color: #fe7320;
	margin-top:-4px;
	position: relative;
}

header .basket svg, header .icon svg{
	height: 18px;
	fill: #fe7320;

}

header .basket .badge{
	position: absolute;
	top:3px;
	right:-3px;
	
}

.svg-icon.border-jagged-bottom, .svg-icon.border-jagged-top{
	width: 100%;
	height: 32px;
	pointer-events: none;
}

#header .svg-icon.border-jagged-bottom{
	position: absolute;
	bottom: -8px;
	z-index: 1;
}

#subNav{
	position: relative;
	color: #b2cb08;
}

#subNav {
	font-family: kon-tiki-aloha-jf,sans-serif;
}

#subNav a{
	color:#b2cb08;
}

#subNav #secondary-nav a:hover{
	color: #94b990;
}


#subNav .navbar {
	z-index: 3;
	font-size: 1.23333rem;
	padding: .2rem 1rem;
}

#subNav .svg-icon.border-jagged-bottom{
	position: absolute;
	bottom: -6px;
	z-index: 1;
}
	
#subNav .location-info{
	font-size: 1.23333rem;
	color: #fff;
}

#subNav .location-info span, .checkout #subNav .location-info a{
	display:none;
}

.checkout #subNav .location-info span{
	display:inline-block;
	
}

#subNav .location-info a{
	color: #fff;
}

#subNav .location-info svg{
	height:24px;
	width: 24px;
	fill: #b2cb08;
	color: #b2cb08;
	margin-top:-6px;
	margin-right:5px;
}

.svg-icon.icon-facebook {
	height: 26px;
	width: 13px;
	color: #b2cb08;
	margin-top:-3px;
}

.svg-icon.icon-twitter {
	height: 20px;
	width: 28px;
	color: #b2cb08;
	margin-top: -5px;
}

.svg-icon.icon-instagram {
	height: 24.5px;
	width: 25.5px;
	color: #b2cb08;
	margin-top:-3px;
}

#subNav a:hover, #subNav .location-info a:hover, a:hover .svg-icon.icon-facebook, a:hover .svg-icon.icon-twitter, a:hover .svg-icon.icon-instrgram {
	color: #fe7320;
	text-decoration: none;
}

#subNav #secondary-nav .nav-item{
	margin-right:15px;
}

#subNav .navbar-nav.social{
	flex-direction: row !important;
}

#subNav .navbar-nav.social li{
	margin-right: 5px;
}

#subNav .navbar-nav.social li:last-child{
	margin-right: 0px;
}

.checkout #navbarSupportedContent2, .checkout #subNav .navbar-toggler, .checkout #header .navbarSupportedContent, .checkout #header .navbar-toggler{
	display:none !important;
}

@media (min-width: 768px) {
	#navigation .navbar-brand{
		width:236px;
	}
	
	header #subNav{
		padding-top:15px;
	}
	
	#navigation{
		padding-top: 5px;
	}
	
	#subNav .location-info svg{
		margin-right:15px;
	}
	
	header .basket svg, header .icon svg{
		height: 22px;
	}
	
	header .basket, header .icon {
		margin-left: 15px;
		margin-top:0px
	}
	
	#subNav .navbar-nav.social li {
		margin-right: 15px;
	}
	
	.svg-icon.icon-facebook, .svg-icon.icon-twitter, .svg-icon.icon-instagram{
		margin-top:0px;
	}
	
}

@media (min-width: 1120px) {
	header .btn, header .navbar-expand-lg .navbar-nav .nav-link.btn {
		padding: 10px 40px !important;
	}
	
	header .sign{
		display:block;
	}
	
	header .basket svg, header .icon svg{
		fill: #24651e;
	}
	
	header .basket:hover svg, header .icon:hover svg{
		fill: #94b990;
	}
	
}

@media (min-width: 1190px) {
	.navbar-expand-xl .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
	
	.navbar-expand-xl .navbar-collapse {

		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	
	}
	
	.navbar-expand-xl .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	
	}
	#subNav .location-info {
		font-size: 1.63333rem;
	}
		
}

@media (max-width: 992px) {
	#navbarSupportedContent{
		background: #f2ecdd;
		margin-left:-15px !important;
		margin-right:-15px;
		padding-left:15px;
		padding-right:15px;
		max-height: 100vh;
		padding: 50px 40px 40px;
	}
	
	#navigation li a{
		font-size: 1.33333rem;
	}
	
	#navigation .dropdown-menu {
		position: relative;
		top: auto;
		left: auto;
		float: none;
		min-width: 10rem;
		padding: .5rem 0;
		margin: .125rem 0 0;
		background-color: transparent;
		background-clip: padding-box;
		border: 0px;
	}
	
	#navigation .dropdown-menu .dropdown-item{
		padding: .25rem 0rem;
	}
	
	#navigation .dropdown-menu .dropdown-item:hover{
		background-color: transparent;
	}
	
	#navigation .nav-item.login{
		margin-left:0px;
	}
	#navigation .nav-item.login .btn.btn-primary{
		padding: .5rem 0px !important;
		text-decoration: none;
		color: #24651e !important;
		background:transparent;
		border: 0px;
		text-align:left;
		font-size: 1.33333rem;
	}
}

/* OLD HEADER */


#navigationBar{
	position: relative;
	padding: 10px 0px;
	font-size:14px;
	margin-bottom:-12px;
	background: ;
	color: #b2cb08;
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

#navigationBar img{
	content: "";
	position: absolute;
	top: 0px;
	left:0px;
	height: 100%;
	width: 100%;
	z-index:;
	background:#002300;
	-webkit-box-shadow: -1px 14px 25px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: -1px 14px 25px -14px rgba(0,0,0,0.75);
	box-shadow: -1px 14px 25px -14px rgba(0,0,0,0.75);
	mask-image: url('/assets/images/mask.svg');
	webkit-mask-image: url('/assets/images/mask.svg');
	mask-mode: luminance;
	webkit-mask-mode: luminance;
	mask-repeat: no-repeat;
	webkit-mask-repeat: no-repeat;
	mask-size: 100%;
	webkit-mask-size: 100%;
	mask-position: center;
	webkit-mask-position: center;
}

/****************************SM STYLES***************************/

.top-navigation .nav-item .nav-link, .location-info {
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

@media (max-width: 430px) {
	.top-navigation .social-icon {
		font-size: 35px !important;
	}

	.top-navigation .social-name {
		display: none;
	}
}

.main-navbar {
	background-color: #fff;
}

.main-navbar .nav-link {
	color: #24651e;
}

.green-navbar {
	background-color: #002300 !important;
}

.location-info {
	color: #b2cb08;
}

.navbar-toggler-green {
	border-color: #b2cb08 !important;
}
.green-hamburger {
	color: #b2cb08;
	font-size: 20px;
}

.green-navbar .nav-item .nav-link {
	color: #b2cb08;
}
.green-navbar .nav-item .nav-link:hover {
	color: #94B990;
}

@media (max-width: 991px) {
	.main-company-logo {
		flex-basis: 20%;
		min-width: 115px;
	}
}

/*  ----------------------------------------------------------	*/
/*  						Footer 	 							*/
/*  ----------------------------------------------------------	*/
footer{
	
	font-size:12px;
	position: relative;
	background: #fff;
	margin-top:10px;
	padding-top:25px;
	color: rgba(0,0,0,0.6);
	border-top: 1px solid #ccc;
}

/*
footer:before{
	content: "";
	position: absolute;
	top: -8px;
	height:17px;
	width:100%;
	background-image: url(/assets/images/light-grey-top.png);
	background-repeat: repeat-x;
	background-size: contain;
}
*/
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
    color: rgba(0,0,0,0.8);
    margin-bottom: 10px;
}

footer a{
	color: #666;
}


footer .footer-bottom{
	background: #3d3d44;
	color: #fff;
	font-size:14px;
	/*background: #666666;
	color: #fff;
	background: url("/assets/images/light_gray_bottom.png") repeat-x scroll center top #666;*/
}

footer .footer-bottom a{
	color: #fff;
}
	
	
/*  ----------------------------------------------------------	*/
/*  					Home 	 							*/
/*  ----------------------------------------------------------	*/
		
	.section-hero {
		background-size: cover;
		background-position: 50%;
		text-align: center;
		padding: 40px 0 40px;
		position: relative;
		color:#fff;
		font-size: 1.46667rem;
	}
	
	.section-hero .svg-icon.border-jagged-top{
		position: absolute;
		bottom: 0px;
		color: #fff;
		width: 100%;
		left: 0;
		height: 15px;
	}
	
	.section-hero .svg-icon.border-jagged-top svg path{
		fill: #fff;
	}
	
	.section-hero h1{
		text-align: center;
		font-size: 4.4rem;
		color: #fff;
		margin: 0 0 15px;
	}

/*  ----------------------------------------------------------	*/
/*  					Breadcrumb 	 							*/
/*  ----------------------------------------------------------	*/

.container .breadcrumb{
	padding-left:0px;
	padding-right:0px;
	padding:0px;
}


.breadcrumbWrap{
	display:none;
	/*position: relative;
	padding: 20px 0px;
	font-size:14px;
	margin-bottom:10px;
	background: #367d27;
	color: #fff;
	*/
}

.breadcrumbWrap2:before{
	content: "";
	position: absolute;
	top: 0px;
	left:0px;
	height: 20px;
	width: 100%;
	background-image: url(/assets/images/mask-white-top.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top;
}

.breadcrumbWrap2:after{
	content: "";
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/assets/images/mask-white-bottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: contain;
}

.breadcrumb{
	background: none;
	margin-bottom: 0px;
}
.breadcrumbWrap a{
	color: rgba(0,0,0,0.6);
	color: #fff;
	font-family:  proxima-nova, Arial, sans-serif;
	font-weight:600;
}

.breadcrumb-item + .breadcrumb-item::before {
	font-family: 'Font Awesome 5 Free'; 
    content: "\f105";
	color: rgba(0,0,0,0.6);
	font-weight: 900;
	font-size: 14px;
	color: #fff;
}

.breadcrumbWrap .active a, .breadcrumbWrap .active{
	color: #FFF;
}

.productBanner{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 25vh;
}

.banner-heading{
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 32px;
}

@media only screen and (max-width: 1200px){
    .banner-heading{
        font-size: 26px;
    }
}

@media screen and (max-width: 330px){
    .banner-heading{
        font-size: 22px;
    }
}

/*  ----------------------------------------------------------	*/
/*  					Tables 	 								*/
/*  ----------------------------------------------------------	*/

table{
	
}

table td{
	
}

table tr td{
	
	
}

table tr td:nth-child(odd){
	
}
	
/*  ----------------------------------------------------------	*/
/*  					Categories 	 							*/
/*  ----------------------------------------------------------	*/

.catItem, .productItem{
	position: relative;
	
}

.catItemWrap{
	padding-top:60px;
}

.catItem{
	background: #f2ecdd;
	text-align:center;
}

.catItemImage{
	margin-top:-50px;
}

.catBody{
	padding: 1.25rem;
}

.catItem a{
	
}

.catItem .catText{
	
}

.productItem.item-party-card{
	min-height: 240px;
    position: relative;
	text-align:center;
	color: #ffffff;
	margin-top: 95px;
	padding: 15px;
	padding-bottom: 25px;
	text-transform: uppercase;
}

.productItem.item-party-card::before {
    background-image: url(/assets/images/jagged-edges.png);
    background-size: 100% 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
	bottom: 0;
    width: 100%;
    z-index: 0;
}

.productItem.item-party-card h4{
	margin-bottom: 0px;
}


.productItem  a.sub-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.productItem .sub-image {
    height: 185px;
    position: relative;
	text-align:center;
	margin-top:-70px;
	margin-bottom:25px;
}

/*
.productItem{
	font-size:  14px;
	padding-bottom: 25px;
}

.list-card-party{
	padding-top: 100px;
	color: #ffffff;
	text-transform: uppercase;
	text-align:center;
}

.item-party-card {
    
}


.list-card-party .item-party-card::before {
    background-image: url(/assets/images/jagged-edges.png);
    background-size: 100% 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;

}


.productItem .productText{
	
	margin-top: 15px;
	min-height: 60px;
}

.productItem .productLink{
	font-size: 14px;
}

.productItem table{
	font-size:14px;
}

.item-party-card  a.sub-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.item-party-card .sub-image {
    margin: -70px 0 15px;
    height: 185px;
    position: relative;
	text-align:center;
}
*/

/*  ----------------------------------------------------------	*/
/*  					Categories Tabs 	 					*/
/*  ----------------------------------------------------------	*/

/*  ----------------------------------------------------------	*/
/*  				Activity / Calendar 	 					*/
/*  ----------------------------------------------------------	*/

#timepicker{
	
}

.timepickerWrap{
	background: rgba(51,51,51,0.2);
}

#timepicker .timeList .timeItem{
	/*display:inline-block;*/
	padding: 5px;
}

#timepicker .timeList .timeItem .time, #timepicker .timeList .timeItem a{
	background: #fff;
	border: 1px solid #b2cb08;
	display: block;
	border-radius: 5px;
	text-align: center;
	padding: 5px;
	margin: 0;
	font-weight: normal;
	color: #333;
	font-size: ;
	min-width: 66px;
}

#timepicker .timeList .timeItem .time span{
	display:block;
}

#timepicker .timeList .timeItem .time:hover, #timepicker .timeList .timeItem .time.selected{
	background: #b2cb08;
	color: #fff;
	text-decoration:none;
}

#timepicker .timeList .timeItem .time.unavailable {
	border-color: #eeeeee ;
	background: #eeeeee;
	color: #bbb;
}


@media only screen and (max-width : 500px){
	.ll-skin-melon td .ui-state-default {
		line-height: 30px;
	}
	
	#timepicker .timeList .timeItem {
		width: 20%; 
	}
	
	#timepicker .timeList .timeItem .time {
		display:block;
	}
}


@media only screen and (max-width : 420px){
	#timepicker .timeList .timeItem {
		width: 25%; 
	}
}



.time-slot{
	display: block;
	font-weight: 400;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #b2cb08;
	color: #333;
	font-size: 1.2rem;
	padding: 10px;
	line-height: 30px;
	transition: all .5s ease;
	cursor: pointer;
}

.time-slot:hover{
	text-decoration:none;
	color: #fff;
	background: #fe7320 !important;
	border-color: #fe7320;
}
.time-slot.disabled:hover{
	background: #fff !important;
	border-color: #b2cb08;
	color: #333;
}

.error{
   	border: 3px solid red; 
}

#email-blank{
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.red{
     color: #dc3545;
}

.extrasCardHeader{
    /*background-color: #002300;*/
    background: linear-gradient(to right, #005000 0%, #297422 50%, #005000 100%);
    color: #fff;
}

.card.extraItem{
    border: none;
    box-shadow: none !important;
    position: relative;
    background: #f2ecdd;
}

.card.extraItem .card-footer{
    border-radius: 0;
    padding: 0;
    background-color: transparent;
    border-top: none;
}

#extrasCard .extrasCardHeader.card-header::before{
	content: "";
	position: absolute;
	top: -1px;
	left:0px;
	height: 20px;
	width: 100%;
	background-image: url(/assets/images/mask-white-top.png);
	background-repeat: repeat-x;
	background-size: contain;
	background-position: top;
}


#extrasCard .extrasCardHeader.card-header::after{
	content: "";
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 16px;
	left: 0px;
	background-image: url(/assets/images/mask-white-bottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: contain;
}

#extrasCard.card{
    border: none;
}

#extrasCardBody.card-body{
    padding: 0;
}

#extrasCardBodySmall.card-body{
    /*position:relative;*/
    /*background: #f2ecdd;*/
    /*background: linear-gradient(to right, #be823f 0%, #e5af70 50%, #be823f 100%);*/
    /*color: #fff;*/
}

.extraItem.card::before{
    background-image: url(/assets/images/jagged-edges.png);
    background-size: 100% 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
}

.imageWrap{
    background: white;
    display: inline;
    float: left;
    margin: 0 20px 15px 0;
    padding: 10px 20px 30px;
    text-align: center;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
    box-shadow: 0 4px 6px rgba(0,0,0,.3);
    z-index:0;
    position:relative;
    width: 50%;
    -webkit-transform: rotate(-5deg);  
    -moz-transform: rotate(-5deg); 
    transform: rotate(-5deg); 
}

.extra-heading{
	font-size: 18px;
	font-family: kon-tiki-aloha-jf, Arial, sans-serif;
	font-weight: 500;
}

.extras-disabledBtn{
    pointer-events: none;
    background-color: #0062cc;
    border-color: #005cbf;
}

div[id^="showExtraQty_"] .btn.btn-primary{
    position: relative;
    z-index: 999999999;
}

.w-75.w-md-25{
    width: 25% !important;
}

#divGroupedProducts .form-control {
    height: calc(1.5em + .75rem + 7px);
}

#divGroupedProducts .list-group-item-action:focus,
.list-group-item-action:hover{
    background-color: transparent;
}

#divGroupedProducts .text-danger{
    font-size: 24px;
    vertical-align: middle;
}

@media only screen and (max-width: 768px){
    .w-75.w-md-25{
        width: 75% !important;
    }
}


/******************************************************
 *                      NEW USER FILES                *
*******************************************************/

#navbarMyAccount .list-group-item-action:focus, .list-group-item-action:hover{
    background-color: #fe7320;
    border-color: #fe7320;
    color: #fff;
}

.modal-body .list-group-item-action:hover, #divPartyExtras .list-group-item-action:hover{
	background-color: white;
    border-color: rgba(0,0,0,.125);
    color: #212529;
}

@media (min-width: 768px){
    #navbarMyAccount{
        display: block;
    }
}

#divPartyExtras .btn .mdi {
	font-size: 16px;
	line-height:0;
}

#login {
	font-size: 1.1rem;
}

#pricing_types {
	display: none;
}