

label {
/* 	border: 1px solid rgba($font-color,.15); */
	box-sizing: border-box;
	display: block;
	/* height: 100%;
	width: 100%; */
	cursor: pointer;
	/* opacity: .15; */

	/* &:hover, &:focus, &:active {
		border: 1px solid rgba($font-color,.5);
	} */
}

/* Datacap iframe style */
.token-iframe {
	width: 100% !important;
	height: 100% !important;
	overflow: auto !important;
}

.labelsvg {
/* 	border: 1px solid rgba($font-color,.15); */
	box-sizing: border-box;
	display: block;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: .3;

	/* &:hover, &:focus, &:active {
		border: 1px solid rgba($font-color,.5);
	} */
}

input[type="radio"]:active ~ label {
  opacity: 1;
}

input[type="radio"]:checked ~ label {
  	opacity: 1;
	/* border: 1px solid $font-color; */
}

input[type="checkbox"]:active ~ label {
  	opacity: 1;
}

input[type="checkbox"]:checked ~ label {
  	opacity: 1;
	/* border: 1px solid $font-color; */
}

 /* moditemgroup_descr_style2 {
  		font-family: 'Archivo', sans-serif;
  		font-style: normal; 
  		color: #000;
  		font-size:14px;
  		
  } */
  
  
  #historyTicketNumber {
  	color: #3c79fc;
  	font-weight: bold;
  }


body {
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
	/* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf) */
	
}

body.modal-open { padding-right: 0 !important; }

/* @font-face {
	font-family: bobby;
    src: url(../franchise/assets/fonts/bobby-rough-soft.ttf);
} */


body.scrolled #mainNavigationHeader {
  opacity: 0.85;
  transition: opacity .2s;
}
body.scrolled #mainNavigationHeader:hover {
  opacity: 1.0;
  transition: opacity .2s;
}

.header-awning-container {
	z-index: 9999;
    background: #e51b24;
}

.header-awning {
    width: 100%;
    height: 40px;
    text-align: center;
    background: url(../franchise/assets/images/menu-bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    
}

.modifier_container {
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	height: auto;
	margin: 40px 0 0;
	padding: 50px;
	position: relative;
	width: 100%;
	color: #555555;
}

.modifier_item_name {
	color: #e51b24;
}

.mod_item_desc {
	font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 25px;
}

.mod_group_title {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;
	padding: 5px 5px;
	font-size: 16px;
	letter-spacing: .5px;
	color: #303030;
}

.mod_content {
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 28px;
	padding-bottom: 10px;
}

#view-all-locations
{
    display: none;
    background: #FFF;
    color: black;
    padding: 10px;
    position: abosolute;
    z-index: 5;
    font-family: inherit;
}

.view-all-locations-tbl {
	width: 100%;
}


#loyaltyFirstnameInput,#loyaltyLastnameInput,#loyaltyEmailInput,#loyaltyPasswordInput,#loyaltyPhonenumberInput,
#password,#username,
#signupFirstnameInput,#signupLastnameInput,#signupPhonenumberInput,#signupEmailInput,#signupPasswordInput,
#myorderPromoInput,
#checkoutLoginEmailInput, #checkoutLoginPasswordInput,
#profileFullnameInput, #profileEmailInput, #profilePhonenumberInput,
#locationTypeSelect, #nicknameInput, #phonenumberInput, #phonenumberExtInput, #aptSuiteRoomInput, #cityInput, #stateInput, #zipcodeInput, #deliveryInstructionInput,
#cardNumberInput, #nameOnCardInput, #expirationMonthSelect, #expirationYearSelect, #billing_zip,
#addrTypeInput,#addrOtherInput,#streetInput,#stateCD,
#checkoutFirstnameInput, #checkoutLastnameInput, #checkoutEmailInput, #checkoutPhonenumberInput, #checkoutPhonenumberExtInput, #checkoutAddressInput, #checkoutCityInput, #checkoutStateInput, #checkoutZipInput,
#whenOrderDiv, #billing-zip, #checkoutOrderDate, #checkoutApproxTime, #checkoutSavedCard, #modDescription, #billingZipInput, #streetInput, #promoApplyButton, #ribbon-content,
#billingStreetInput, #billingCityInput, #billingStateCDInput, #billingZipInput, #billingAccountHolderInput
{
	font-family: 'Archivo', sans-serif !important;
}

#cartOrderBtn {
	width: 200px;
}

#mobile-quant {
	font-family: 'Roboto', sans-serif;;
}

.modal-xl {
	max-width: 800px;
}

.modal-lg {
	max-width: 1140px;
}


/*-----------------------------------------BANNER------------------------------------------*/


@import url(https://fonts.googleapis.com/css?family=Hammersmith+One);
html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-size: 87.5%;
}


/* 	Overlay Banner */
/*	---------------------------------------------------- */

.overlay-ribbon {
  position: absolute;
  width: 150px;
  height: 160px;
  z-index: 40;
  top: -40;
  right: 35px;
  background: #c2181e;
  /* background: #11721e; */
  padding: 5px 0;
  letter-spacing: 2px;

  /*-webkit-box-shadow: -5px 21px 28px -4px rgba(255,255,255, 0.9);
  -moz-box-shadow: -5px 21px 28px -4px rgba(255,255,255, 0.9);
  box-shadow: -5px 21px 28px -4px rgba(255,255,255, 0.9);
  */
}

.overlay-ribbon2 {
  position: absolute;
  width: 160px;
  height: 167px;
  z-index: 10;
  top: -40;
  right: 30px;
  background: #FFFFFF;
  padding: 5px 0;

  /*-webkit-box-shadow: -5px 21px 28px -4px rgba(255,255,255, 0.9);
  -moz-box-shadow: -5px 21px 28px -4px rgba(255,255,255, 0.9);
  box-shadow: -5px 21px 28px -4px rgba(255,255,255, 0.9);
  */
}

.ribbon-content {
  z-index: 99;
  position: relative;
  margin: 0 5px;
  margin-top: 15px;
}

.ribbon-content h3 {
  margin: 0;
  padding: 5px 0 5px 0;
  line-height: 16px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
}


.overlay-ribbon:before {
  content: "";
  position: absolute;
  bottom: -2.8em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #c2181e;
 /*  border-top: 40px solid #11721e; */
  border-right: 100px solid transparent;
  z-index: 97;
}

.overlay-ribbon:after {
  content: "";
  position: absolute;
  bottom: -2.8em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #c2181e;
  /* border-top: 40px solid #11721e; */
  border-left: 100px solid transparent;
  z-index: 98;
}

.overlay-ribbon2:before {
  content: "";
  position: absolute;
  bottom: -2.8em;
  left: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #FFFFFF;
  border-right: 100px solid transparent;
  z-index: 97;
}

.overlay-ribbon2:after {
  content: "";
  position: absolute;
  bottom: -2.8em;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #FFFFFF;
  border-left: 100px solid transparent;
  z-index: 98;
}

/*-----------------------------------------NAV BAR------------------------------------------*/
#mobileCart {
	display:none;
	position:absolute;
	right: 60px;
	cursor: pointer;
}

@media ( max-width : 991px) {
	#mobileCart {
		display: inherit;
	}
	.tagline {
		display: none;
	}
	#navBarDesktopCart {
		display: none;
	}
	
	.homesubnav {
		display: none;
	}
}

@media ( max-width : 991px) {
	.footer-social-bar {
		/* display: none; */
	}
	
	.slick-slider .slick-slider-item {
		height: 68vh !important;
	}
	
	.slick-track {
		height: 68vh !important;
	}
	
	#carouselBtn {
		margin-top: 55vh !important;
	}
}

@media ( min-width : 991px) {
	 #subnavbar-home {
		display: none;
	}
	
	.col-md-3 {
		padding-bottom: 20px;
	}

}

.storeName-text {
	font-size: 1rem !important;
    height: 50px;
    line-height: 50px;
    text-decoration: none !important;
    color: #fff;
}

.storeName-text:hover {
	text-decoration: none !important;
	color: #fff;
}

.modal-title {
	/*text-transform: none !important;*/
	text-transform: uppercase;
}

.modal-footer {
	text-transform: none !important;
}

#mobilecart {
	margin-right: 20px;
	padding-bottom: 10px;
}

.cartItemCount1Digit {
	position: absolute;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	top: 13px;
	right: 15px;
}

.cartItemCount2Digit {
	position: absolute;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	top: 13px;
	right: 12px;
}

.whiteCartItemCount1Digit {
	position: absolute;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	top: 5px;
	right: 15px;
}

.whiteCartItemCount2Digit {
	position: absolute;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	top: 5px;
	right: 12px;
}

.nav-tab-title {
	font-size:1.3rem;
}
	
	
/*-----------------------------------------MENU ITEMS------------------------------------------*/

.comment {
	/*background-color: #f0f0f0;
	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;  
  	overflow: hidden;*/
}
a.morelink {
	text-decoration:none;
	outline: none;
}
.morecontent span {
	display: none;
}

/* Menu group name */
.menu-item-grid-items .menu-item-grid-item .item-title-mgroups {
	font-size: 1.3rem !important;
	-webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    white-space: normal !important;
    color: #000 !important;
    overflow: hidden !important;
    white-space: normal;
    
}

/* Menu item name */
#itemName {
	font-size: .9rem !important;
	-webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    white-space: normal !important;
    overflow: hidden !important;
    margin-bottom: 5px !important;
    line-height: 1.5em;
    min-height: 3em;
}

/* Menu item description */
.menu-item-grid-items .menu-item-grid-item .menu-item-desc {
	line-height: 1.5em;
    min-height: 4.5em;
  
}

/* Tooltip text */
#tooltiptext {
	display: none;
	background-color: #212529;
  	color: #fff;
  	text-align: center;
  	padding: 15px 15px;
  	border-radius: 6px;
  	font-size: .9rem;
  	position: absolute;
  	z-index: 999999;
  	font-style: italic;
  	margin-top: 5px;
}

/* Tooltip arrow */
#tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 25%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #212529 transparent;
}

#tooltip:hover~#tooltiptext {
	display: block;
}

.menu-item-grid-items {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -20px;
}

.menu-item-grid-items .menu-item-grid-item .menu-item-desc {
	font-family: 'Archivo', sans-serif;
	margin-bottom: 0.5rem;
	color: #B3B3B3;
	/*height: 4.5rem;*/
	overflow: hidden;
	font-size: 0.79rem;
	overflow: hidden;
	width: 98%;
	padding: 0 5px;
}


.menu-item-grid-items .menu-item-grid-item {
	flex: 1 1 320px;
	box-sizing: border-box;
	background: white;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 4px;
	/*height: 485px; */
	padding: 2px; 
	
	box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 
	0 16px 24px 2px transparent, 
	0 6px 30px 5px rgb(0 0 0 / 10%);
	
	/*border: solid; 
	border-color:#eaeaea; 
	border-width: 2px;*/
	
	position: relative;
	/* box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px transparent, 0 6px 30px 5px rgb(0 0 0 / 10%); */
}

/* .menu-cat-grid-item {
	border: none !important;
	box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px transparent, 0 6px 30px 5px rgb(0 0 0 / 10%);
} */
.menu-item-desc:hover:after {
	position: absolute;
    content: attr(title);
    display: inline-block;
    left: 0px;
    top: 0px;
    padding: 5px;
    color: black;
	
}

.form-control-menuitem {
	font-size: 1rem;
}
.col-menuitem, .col-menuitem-quant, .col-menuitem-mlink {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

#cartOrderBtn {
	text-transform: uppercase;
}

.col-menuitem-quant {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.col-menuitem-mlink {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.form-group-menuitem {
	margin-bottom: .5rem;
}

#itemName {
	font-size: 1rem !important;
	/* height: 1.2rem; */
	margin-top: 5px;
}

.menu-item-grid-items .menu-item-grid-item p.item-title {
	font-size: 1.5rem;
	color: #171e42;
	margin-bottom: 25px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
	/* line-height: 98%; */
}

@media ( max-width : 767px) {
	.menu-item-grid-items {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		margin-left: 0px;
		margin-top: -20px;
	}
	.menu-item-grid-items .menu-item-grid-item {
		max-width: calc(50% - 5px);
		/*height: 368px;*/
		margin-left: 0px;
	}
	.suggestive-grid-items .menu-item-grid-item {
		max-width: calc(50% -       20px);
	}

	
	.menu-item-grid-items .menu-item-grid-item .menu-item-desc {
		display:none;
	}
	.menu-item-grid-items .menu-item-grid-item {
		/*height: 368px;*/
		margin-left: 5px;
	}
	.form-control-menuitem {
		font-size: 1rem;
	}
	
	.col-menuitem {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}
	
	.col-menuitem-quant {
		display: none;
	}
	.form-group-menuitem {
		margin-bottom: .5rem;
	}

	.menu-item-grid-items .menu-item-grid-item p.item-title {
		font-size: 1.2rem;
	}
	.menu-item-grid-items .menu-item-grid-item p.item-link a {
		display: none;
	}
	
	#ot-col {
		width: 100%;
	}
}

@media ( min-width : 768px) {
	.menu-item-grid-items .menu-item-grid-item {
		max-width: calc(50% -       20px);
	}
	.suggestive-menu-item-grid-items .menu-item-grid-item {
		max-width: calc(50% -       20px);
	}
}

@media ( min-width : 992px) {
	.menu-item-grid-items .menu-item-grid-item {
		max-width: calc(33.333% -       20px);
	}
	.suggestive-menu-item-grid-items .menu-item-grid-item {
		max-width: calc(33.333% -       20px);
	}
	
	/* #mobile-quant {
		display: none;
	} */
	
	/* #modPrice {
		display: none;
	} */
}

@media ( min-width : 1198px) {
	.menu-item-grid-items .menu-item-grid-item {
		max-width: calc(25% -       20px);
	}
	.suggestive-grid-items .menu-item-grid-item {
		max-width: calc(25% -       20px);
	}
}

.menu-item-grid-items .menu-item-grid-item img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 5px;
}

.menu-item-grid-items .menu-item-grid-item p {
	width: 100%;
	padding: 0 5px;
}


.menu-item-grid-items .menu-item-grid-item p.item-desc {
	font-family: 'Archivo', sans-serif;
	margin-bottom: 0.5rem;
	color: #B3B3B3;
	height: 4.5rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
}

.menu-item-grid-items .menu-item-grid-item p.item-link a {
	font-family: 'Archivo', sans-serif;
	margin-bottom: 0.5rem;
	color: #5D5E5D;
	text-decoration: underline;
}

.menu-item-grid-items .menu-item-grid-item form {
	padding: 0 10px;
}
/*---------------------------------------------------------------------------------------------*/
.bubble-right:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	border-top: 0;
	border-left: 20;
	margin-left: 50px;
	margin-top: -20px;
}

.bubble:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-bottom-color: #FFF;
	border-top: 0;
	border-left: 20;
	margin-left: -20px;
	margin-top: -20px;
}

.item-title {
	font-weight: bold;
}

.item-title-mgroups {
	font-weight: bold;
}

.main-color {
	background-color: #E51B24;
}

.main-wrapper-grey {
	padding-bottom: 50px; /*100px*/
	background-color: #fff; /* #f9f9f9; */
}

.main-wrapper {
	padding-bottom: 50px; /*100px*/
	background-color: #ffffff;
}

.main-wrapper #mod-wrapper {
	padding-bottom: 0px; /*100px*/
	background-color: #ffffff;
}

.main-content {
	padding-top: 15px;
}

.site-footer {
	padding: 1.5rem 0;
	color: #999;
	background-color: #f9f9f9;
	border-top: .05rem solid #e5e5e5;
}

.site-footer .flex-column {
	max-height: 350px;
}

.about-footer {
	
}

.about-footer .flex-column {
	max-height: 350px;
}

.foot-social {
	height: 250px;
}

.social_icons {
	margin-left: 30px;
	margin-top: 15px;
	maring-bottom: 15px;
}

.footer-social-bar {
	height: 58px;
	width: 100%;
	/* background-color: #11721e; */
	/* background-color: #3d3d3d; light gray*/
	/* background-color: #7a7a7a; darker gray*/
	background-color: #000;
	color: #fff;
	position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 30;
}

.footer-social-bar:after {
	position: relative;
    z-index: -1;
    width: 100%;
    height: 0;
    content: '';
    display: inline-block;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
}

.footer-poweredby {
	text-align: center !important;
}


  /*---------------Modifier 1st half, 2nd half, whole------------------------------*/
  .menuitem_options_row_table {
  		font-family: 'Archivo', sans-serif;
        width:100%;
  }
  
  .menuitem_options_row_hdr {
  		font-family: 'Archivo', sans-serif;
  		/* Since 01/08/20 */
        /*background-color:#F0F0F0;*/
        background-color:#FFF;
        width:100%;
  }
  
  .menuitem_options_top_hdr_name {
  		font-family: 'Archivo', sans-serif;
        font-size: 10px;
        font-weight:bold; 
        color: #000;
        width: 200px;
  }

  .menuitem_options_col_hdr {
  		font-family: 'Archivo', sans-serif;
        font-size: 5px;
        color: #090;
        padding:4px;
        width: 20px;
  }
  
    .menuitem_options_col_spacer {
    	font-family: 'Archivo', sans-serif;
        font-size: 5px;
        color: #090;
        width: 20px;
  }
  
   .menuitem_options_col_hdr_icon {
        width: 30px;
        height: 30px;
  }
  
  #beyondForm:focus{
  	border: #94c3f6;
  }
  

  
/* @since 01/08/20 */
/*
  #moditemimg_scale_row {
  		width:30px;
  		padding:4px;
  }
*/
  #moditemimg_scale_row {
  		width:15px;
  		padding:4px;
  }
  
  #moditemimg_scale {
        width: 40px;
        max-width: 40px;
        max-height: 30px;
        float: left;
        overflow:hidden;
        vertical-align: middle; 
  }

/* @since 01/08/20 */
/*
  #moditemgroup_row {
        height: 35px;
  }
*/
    #moditemgroup_row {
        height: 15px;
  }
  
 .moditemgroup_descr {
  		font-family: 'Archivo', sans-serif;
  		color: rgb(76, 76, 76);
  		font-weight: 700;
  		font-size:14px;
  }
  
   .moditemgroup_descr_style2 {
  		font-family: 'Archivo', sans-serif;
  		color: rgb(76, 76, 76);
  		font-weight: 700;
  		/*font-size:14px;*/
  		padding-bottom: 10px;
  }
  
    .moditem_option_name {
        font-family: 'Archivo', sans-serif;
  		color: #767676;
  		font-weight: 400;
  		font-size:14px;   
        padding:4px;
  }
  
  #signupModalLabel {
  	text-transform: uppercase !important;
  }
  
  .requiredModTag {
  	margin-left: 0px;
    background-color: #ffdbdb;
    color: #DE2121;
    border-radius: 20px;
    font-weight: 600;
    padding: 1px 8px 2px;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.7rem;
  }
  
   .receiptPayment {
   	background-color: #ffdbdb;
    color: #DE2121;
    border-radius: 20px;
    font-weight: 600;
    padding: 1px 8px 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0.7rem;
  }
  
  /*---------------Modifier 1st half, 2nd half, whole END------------------------------*/
  

  
.promo-input {
	font-family: Arial;
	font-style: italic;
	border-color: #E51B24;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.promo-apply {
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	color: white;
	background-color: #E51B24;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.promo-apply:hover {
	color: #E0E0E0;
}

.promo-text {
	font-family: Arial;
}

.promo-code {
	font-style: italic;
}

/* TOP BAR */
.header-wrapper .navbar-main.navbar .navbar-nav .nav-item {
	margin-left: 1rem;
	border-radius: 6px;
	font-family: 'Roboto Condensed', sans-serif;
}

.homesubnav {
	font-weight: bold;
	margin-left: 42vw;
	text-align: right;
	color: white;
	vertical-align: middle;
}
 
.navbar .nav-item {
	padding: 3px 3px;
}

.navbar .nav-item .franchise {
	padding-right: 30px;
}

.subnavbar .nav-item {
	padding: 0px;
}

.nav-link {
	text-transform: uppercase;
}

.homesubnav .nav-item .nav-link {
	color: white;
	line-height: 1.5;
    font-size: 20px;
	letter-spacing: 3px;
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
	/* src: url(../franchise/assets/fonts/Bobby Jones Soft Outline.otf) */
}

.homesubnav .nav-item .nav-link:hover,.homesubnav .nav-item .nav-link.active {
	color: #fad3d5;
}
 

/* TOP SUB BAR */
.header-wrapper .subnavbar {
	background-color: white;
	box-shadow: 0px 5px 10px 2px #E9E9E9;
}

.header-wrapper .subnavbar .navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.header-wrapper .subnavbar .navbar .collapse {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.header-wrapper .subnavbar .navbar .navbar-nav .nav-item .nav-link {
	font-family: 'Roboto Condensed', sans-serif;
	color: #303030;
	font-size: 1.4rem;
	font-weight: bold;
	border-bottom: 4px solid transparent;
}

.header-wrapper .subnavbar .navbar .navbar-nav .nav-item .nav-link:hover,.header-wrapper .subnavbar .navbar .navbar-nav .nav-item .nav-link.active
	{
	border-bottom: 4px solid #E51B24;
}

.header-wrapper .subnavbar .navbar {
	padding: 0;
}

.homesubnav .nav-link:hover, .homesubnav .nav-link.active {
	color: #FFFFFF;
}

/*
.header-wrapper .subnavbar .navbar .navbar-nav .dropdown:hover .dropdown-menu{
	display: block;
}
*/

/* BOOTSTRAP CAROUSEL */
.carousel .carousel-item .bgimage {
	height: 30vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.carousel-indicators li,.carousel-indicators .active {
	background-color: #11721E;
	opacity: 1;
}

.carousel-indicators li {
	font-family: 'slick';
	width: 10px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 100%;
}

.slick-slider-item {
	display: block;
	text-align: center;
}

#carouselBtn {
	margin-top: 60vh;
	font-size: 30px;
	opacity: 0.8;
}


.slick-slider .slick-slider-item {
	height: 78vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.slick-track {
	height: 78vh;
}

/*
@ (max-width: 768px) {
  	.slick-slider .slick-slider-item {
		height: 40vw;
  	}
}
*/
.slick-slider .slick-dots li button:before {
	font-size: 10px;
}

.slick-slider .slick-dots li.slick-active button:before {
	font-size: 10px;
	color: #595959;
	opacity: 1;
}

.slick-slider .slick-dots li button:hover:before,.slick-slider .slick-dots li button:focus:before 
{
	color: #595959;
}

.site-message-closed {
	margin-bottom: 15px;
	/* background-color: #ffdbdb; */
	background-color: rgba(135, 239, 150, 0.5);
	padding: 15px;
	border-radius: 4px;
	font-size: 15px;
	font-family: 'Archivo', sans-serif;
	/* font-family: 'Roboto', sans-serif; */
}

.site-message {
	margin-bottom: 15px;
	background-color: rgba(135, 239, 150, 0.5);
	padding: 15px;
	border-radius: 4px;
	font-size: 15px;
	font-family: 'Archivo', sans-serif;
	/* font-family: 'Roboto', sans-serif; */
}

.checkbook_grat {
	background-color: rgba(135, 239, 150, 0.2);
	border-radius: 4px;
}

.site-descr {
	margin-bottom: 15px;
	background-color: rgba(191, 191, 191, 0.2);
	padding: 15px;
	border-radius: 4px;
	font-family: 'Archivo', sans-serif;
	/* font-family: 'Roboto', sans-serif; */
}

.tip-btn-group button {
  cursor: pointer; 
  border-color: #e6e6e6;
}

.tip-btn-group input {
  cursor: pointer; 
  border-color: #e6e6e6;
}

.tip-btn-group button:hover{
  cursor: pointer;
  border-color: #000;
  color: #000;
}

.tip-btn-group input:hover{
  cursor: pointer;
  border-color: #000;
  color: #000;
}

.tip-btn-group input:hover::placeholder{
  cursor: pointer;
  color: #000;
}

.tip-btn-group input:focus::placeholder{
  cursor: pointer;
  color: 28a745;
}

.site-error-message {
	margin-bottom: 15px;
	background-color: #ffdbdb; /*ffe4c3*/
	padding: 15px;
	border-radius: 4px;
	font-size: 16px;
}

.mod-error-message {
	display: none;
	/*margin-bottom: 15px;*/
	/*background-color: #ffdbdb;*/
	/*padding: 15px;*/
	/*border-radius: 4px;*/
	/*font-size: 16px;*/
}

.title-bar {
	background-color: #E51B24;
	color: white;
	border-radius: 4px;
	text-align: center;
	margin-bottom: 10px;
}

.checkoutDateValues {
	border-bottom: solid;
	border-width: 2px;
}
.continueCheckout {
	padding-bottom: 20px;
	padding-top: 30px;
}

.title-bar a {
	color: white;
	text-decoration: none;
	font-size: 1.6rem;
	white-space: nowrap;
}

.title-bar a:hover {
	cursor: pointer;
}

.border-line {
	border-radius: 3px;
	border-bottom: 4px solid #E51B24;
}

/* For subgroup styling */
#subgroup_div {
	overflow: hidden;
/*	position: fixed;
  	width: 100%;
  	padding-bottom:50px;
  	z-index: 100;
*/
}

#subgroup_ul {
	display: inline;
}

#subgroup_li {
	float: left;
	padding-bottom: 15px;
}

#subgroup_a {
	display: block;
	padding-right: 10px;
	color: #000;
}

#subgroup_a:hover {
	color: #11721e;
}

.stickyheader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  min-height: 100px;
}

/* .stickyqty {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 100;
}  */

.stickybtn {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index:99;
  background-color: #fff;
  height: 74px;
}

.stickyerror {
  position: -webkit-sticky;
  position: sticky;
  top: 174px;
  z-index:99;
  background-color: #fff;
  height: xx;
}




/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky {
  padding-top: 60px;
}

.grid-items {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	margin-left: -20px;
	margin-top: -20px;
}

.grid-items .grid-item {
	flex: 1 1 320px;
	box-sizing: border-box;
	background: white;
	margin-left: 20px;
	margin-top: 20px;
	border-radius: 4px;
}

.nav-item.dropdown2 {
	display: none;
}


@media ( min-width : 300px) {
	.desktop-only {
        display:none !important;
        max-width: 650px;
		width: 650px;
    }
}

@media ( min-width : 300px) {
	.login {
		max-width: 250px;
		width: 250px;
	}
}

@media ( min-width : 992px) {
	.login {
		max-width: auto;
		width: auto;
	}
	
}

@media ( min-width : 1198px) {
	.login {
		max-width: auto;
		width: auto;
	}
	.desktop-only {
        display:none !important;
    }
}


@media ( min-width : 300px) {
	.grid-items .grid-item {
		max-width: calc(50% -       20px);
	}
	.suggestive-grid-items .grid-item {
		max-width: calc(50% -       20px);
	}
}

@media ( min-width : 992px) {
	.grid-items .grid-item {
		max-width: calc(33.333% -       20px);
	}
	.suggestive-grid-items .grid-item {
		max-width: calc(33.333% -       20px);
	}
	
}

@media ( min-width : 1198px) {
	.grid-items .grid-item {
		max-width: calc(25% -       20px);
	}
	.suggestive-grid-items .grid-item {
		max-width: calc(25% -       20px);
	}
	
}

.grid-items .grid-item img {
	width: 100%;
	height: 170px;
	object-fit: cover;
	margin-bottom: 5px;
}

.grid-items .grid-item p {
	width: 100%;
	padding: 0 10px;
}

.grid-items .grid-item p.item-title {
	font-size: 1.5rem;
	color: #171e42;
	height: 2.2rem;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
}

.suggestive-grid-items .grid-item p.item-title {
	text-align: left !important;
	padding-left: none;
	font-size: 1rem !important;
    height: 1.2rem;
	color: #171e42;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
}

.grid-items .grid-item p.item-desc {
	font-family: 'Archivo', sans-serif;
	font-size: 0.79rem;
	margin-bottom: 0.5rem;
	color: #B3B3B3;
	height: 3.5rem;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
}

.grid-items .grid-item p.item-link a {
	font-family: 'Archivo', sans-serif;
	margin-bottom: 0.5rem;
	color: #5D5E5D;
	text-decoration: underline;
}

.grid-items .grid-item form {
	padding: 0 10px;
}

.btn-red2 {
	color: #fff;
	background-color: #E51B24;
	border-color: #E51B24;
}

.btn-red2:hover:disabled {
	color: #fff;
	background-color: #E51B24;
	border-color: #E51B24;
}

.btn-black {
	color: #fff;
	background-color: #000000f0;
	border-color: #000000f0;
}

.btn-black:hover {
	color: #fff;
	background-color: #0c0c0c;
	border-color: #0c0c0c;
}

.btn-red {
	color: #fff;
	background-color: #E51B24;
	border-color: #E51B24;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-red:hover {
	color: #fff;
	background-color: #A81010;
	border-color: #901010;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby' */;
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-red:hover:disabled {
	color: #fff;
	background-color: #B3B3B3;
	border-color: #B3B3B3;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-red:disabled {
	color: #fff;
	background-color: #B3B3B3;
	border-color: #B3B3B3;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-gray {
	color: #fff;
	background-color: #676767;
	border-color: #676767;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-gray:hover {
	color: #fff;
	background-color: #404040;
	border-color: #383838;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-gray:hover:disabled {
	color: #fff;
	background-color: #B3B3B3;
	border-color: #B3B3B3;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-gray:disabled {
	color: #fff;
	background-color: #B3B3B3;
	border-color: B3B3B3;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-white {
	color: #121212;
	background-color: #fff;
	/* border-color: #11721E; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
	font-weight: bold;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: 2px;
}

.btn-white:hover {
	color: #fff;
	background-color: #A81010;
	/* background-color: #c2181e; */
	/* border-color: #105810; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
	font-weight: normal;
}

.btn-green {
	color: #fff;
	background-color: #11721E;
	border-color: #11721E;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-green:hover {
	color: #fff;
	background-color: #105810;
	border-color: #105810;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-green:hover:disabled {
	color: #fff;
	background-color: #B3B3B3;
	border-color: #B3B3B3;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-green:disabled {
	color: #fff;
	background-color: #B3B3B3;
	border-color: #B3B3B3;
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* font-family: 'bobby'; */
    /* src: url(../franchise/assets/fonts/bobby-rough-soft.ttf); */
}

.btn-sub {
	color: #fff;
	background-color: #8d8d8d;
	border-color: #8d8d8d;
}

.btn-sub:hover {
	color: #fff;
	background-color: #676767;
	border-color: #676767;
}

.form-control2 {
	display: block;
	width: 100%;
	height: calc(2.25rem +   2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6c757d;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out */
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control2 {
		transition: none
	}
}

.form-control2::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control2:focus {
	border-color: #28a745;
	color: #28a745;
	background-color: #fff;
	outline: 0;
	/* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) */
}

.form-control2:focus:hover {
	border-color: #28a745;
	color: #28a745;
	background-color: #fff;
	outline: 0;
	/* box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25) */
}

.form-control2::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control2::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control2:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control2::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control2::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control2:disabled,.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

select.form-control2:focus::-ms-value {
	color: #495057;
	background-color: #fff
}

.form-control-file,.form-control-range {
	display: block;
	width: 100%
}

.location-list {
	width: 400px;
	height: 78vh;
	overflow-y: auto;
	background-color: #fff;
	padding: 0 10px;
}

@media ( max-width : 767px) {
	.location-list {
		width: 100%;
	}
	
	.nav-item.dropdown {
		display: none;
	}
	
	.nav-item.dropdown2 {
		display: block;
	}
	
	#ordertypeimg {
		display: none;
	}
	
	.bubble-right:after {
	display: none;
	}

	.bubble:after {
		display: none;
	}
	
	#modModal {
		overflow-y: hidden;
	}
	
	#ot-col {
		width: 100%;
	}
}

.location-search {
	/*margin-top: 40px;*/
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	z-index: 1;
	height: 78vh; /*100%*/
}

.location-viewall {
	height: 45px; 
	margin-left: 10px;
	margin-right: 10px;
}

@media ( min-width : 768px) {
	.location-search {
		width: 80%;
		/*position: absolute;*/
		/*top: 40px;*/
		height: auto;
		left: 10%;
	}
	#map {
		height: 78vh;
	}
	
}

.location-back-viewall {
	display: inline-block;
}

.location-search input,.location-search input:focus {
	border-color: transparent;
}

.location-item {
	width: 100%;
	padding-top: 10px;
}

.location-item p {
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}

.location-item .item-title {
	font-weight: bold;
	font-size: 1.2rem;
	margin-left: 1rem;
}

.location-item .item-content {
	font-family: 'Archivo', sans-serif;
	padding-left: 2rem;
	line-height: 1;
}

.location-item .item-content .item-desc {
	color: #B3B3B3;
	font-weight: lighter
}

.item-miles {
	color: #6c6c6c;
	font-weight: bolder;
}

.location-item .item-content .item-time {
	color: #17a2b8;
	font-weight: 700;
	margin-top: 1rem;
}

.location-item .item-buttons {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.flex-grow-1 {
	font-family: 'Archivo', sans-serif;
	font-size: 16px;
}

.modal-subtitle {
	margin-top: 0.5rem;
	margin-bottom: 0;
	font-size: 0.9rem;
	text-transform: none !important;
}

.loyalty-parallax {
	height: 50vh;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.loyalty-account {
	border: 1px solid #E8E8E8;
}

.form-group.asterisk .control-label:after {
	content: "*";
	color: red;
}

#btn-footer {
	display: inline;
	padding-left: 0px;
	padding-right: 0px;
}
#loginLink {
/* 	float: left; */
}

#findStoreBtn {
	float: right;
}

#chooseDeliveryBtn:focus {
	color: #fff;
	background-color: #E51B24;
	border-color: #E51B24;
}

#chooseDineinBtn:focus {
	color: #fff;
	background-color: #676767;
	border-color: #676767;
}

#chooseCarryoutBtn:focus {
	color: #fff;
	background-color: #11721E;
	border-color: #11721E;
}

#ot-wrapper {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#ot-btn {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center !important;
}

#modModal {
	backdrop: static;
}

.modal-header {
	text-transform: none;
}

/* Since 01/08/20
#modModal .modal-header {
	background-color: #E51B24;
}
*/
#modModal .modal-header {
	background-color: #EFEFEF;
}

#suggestionModal .modal-header {
	background-color: #E51B24;
}

#orderTypeDialog .modal-header {
	background-color: #E51B24;
}

#checkbookModal {
	backdrop: static;
}
#checkbookModal .modal-header {
	background-color: #E51B24;
}

.checkbookitem_table {
	width: 80%;
}
 .checkbook_item {
 	font-size: 18px;
 	color: #000;
 	text-decoration: none;
 }
 
 .checkbook_item:hover {
 	color: #676767;
 	text-decoration: none;
 }
.checkbook_item_desc {
	color: #11721e;
	font-size: 1.1rem;
}

.checkbooklocation {
	font-size: .89rem;
}

.checkbook_totals {
	width: 80%;
}

.checkbook_clear {
	font-size: .89rem;
	text-decoration: none;
}

.row .order-item {

}

.modtitle {
	color: #000;
}

.modtitle:hover {
	color: #000;
}

.termsTitle {
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
}

.termsBody {
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
	/* color: #B3B3B3; */
	color: #000;
}

.order-section {
	margin-bottom: 10px;
}


.payment-iframe {
	height:85px;
	max-height: 85px;
}

#rectangle {
	display: absolute;
    width: 200px;
    height: 35px;
    background: #11721e;
    top: -50px;
    left: -180px;
    color: white;
    text-align: center;
    font-size: 1.3em;
    cursor: pointer;
    margin-right: 45px;
    padding-top: 2px;
}

#rectangle:hover {
	background: #127c20;
}

@media ( min-width : 1200px) {
	.ordernowflag {
		display: absolute;
	}

}
	
@media ( min-width : 576px) {
	.order-buttons {
		padding-right: 20px;
	}
	.order-list {
		padding: 0 20px;
		border: 1px solid #E8E8E8;
	}
}

.order-item {
	padding: 20px 0;
	border-bottom: 1px solid #E8E8E8;
}

.order-item .order-item-image {
	max-width: 100%;
	height: auto;
}

@media ( max-width : 575px) {
	.order-item .order-item-image {
		display: none;
	}
	.bubble:after {
		display: none;
	}
	
	#modModal {
		overflow-y: hidden;
	}
}

.order-item .order-item-title {
	font-size: 2rem;
}

.order-item-price {
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	/* font-weight: bold; */
}

.checkout-myorder-items #modPanel {
	padding-top: 18px;
	/*border-top: 1px solid #C0C0C0;*/
	border-bottom: 1px solid #C0C0C0;
}

.checkout-myorder-items {
	padding-top: 18px;
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

#modbottom-buttons, #modbottom-buttons-1, #modbottom-buttons-2, #modbottom-buttons-3, #modbottom-buttons-4, #modbottom-buttons-5 {
	padding-top: 15px;
	padding-right: 15px;
	justify-content: flex-end;
}

#checkoutTabs .nav-link {
	font-size: 1.3rem;
	color: #495057;
}

.checkout-tab-content {
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	/* border-bottom: 1px solid #dee2e6; */
	box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px transparent, 0 6px 30px 5px rgb(0 0 0 / 10%);
	/* padding-top: 0px !important; */
}

.checkout-tab-right-separator {
	border-right: 1px solid #dee2e6;
}

.checkout-tab-bottom-separator {
	border-bottom: 1px solid #dee2e6;
}

.ordernowflag {
	cursor: pointer;
}

#sidePanel {
	max-height: 0px;
	/*
	height: 500px;
	max-height: 500px;
	*/
}

@media ( max-width : 991px) {
	.checkout-main {
		padding-right: 0;
		margin-bottom: 20px;
	}
	
	.payment-iframe {
		height:100px;
		max-height: 100px;
	}
	
	#sidePanel {
		height: 565px;
		max-height: 565px;
	}
	
	.nav-item.dropdown {
		display: none;
	}
	
	.nav-item.dropdown2 {
		display: block;
	}
	
	#ordertypeimg {
		display: none;
	}
	
	.bubble-right:after {
	display: none;
	}

	.bubble:after {
		display: none;
	}
	
	#sidePanel {
		max-height: 0px;
	}
	
	.modTitle {
		font-size: 13px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	/* Since 01/08/20 
	.moditem_option_name {
		font-size: 12px;
	}
	*/
	
	#modModal {
		overflow-y: hidden;
	}
	
	#ot-col {
		width: 100%;
	}
	.subnavbar {
		display: block;
	}
	
	.hide-ribbon {
		display: none;
	}
}

#modbottom {
	width: 33%;
	min-width: 125px;
	max-width: 98%;
	position: sticky;
	z-index: 100;
	top: 0px;
}
	
@media ( max-width : 575px) {
	
	.order-ribbon {
		display: block;
	}
	
	.rwd-break {
		display: block;
	}
	
	.checkout-fix {
		border-right: 0;
		padding: 0 !important;
	}
	
	.bubble:after {
		display: none;
	}
	
	.payment-iframe {
		height:145px;
		max-height: 145px;
	}
	
	#sidePanel {
		max-height: 0px;
	}
	
	#modModal {
		overflow-y: hidden;
	}
	
	#modbottom {
		width: 33%;
		font-size: 12px;
	}
	
	#modPrevious, #modPrevious1, #modPrevious2, #modPrevious3, #modPrevious4, #modPrevious5 {
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%
	}
	
	#modNext, #modNext1, #modNext2, #modNext3, #modNext4, #modNext5 {
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%
	}
	
	#modAddToCart, #modAddToCart1, #modAddToCart2, #modAddToCart3, #modAddToCart4, #modAddToCart5 {
		position: relative;
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 100%
	}
	
}

.text-archivo {
	font-family: 'Archivo', sans-serif !important;
}

.text-roboto {
	font-family: 'Roboto', sans-serif;
}

.footer-list-item {
	list-style: none outside none;
	margin-bottom: 6px;
	margin-top: 0;
	padding: 0;
	font-family: 'Archivo', sans-serif;
}

.footer-term {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 1rem 0;
}

@media ( max-width : 767px) {
	.text-center-mobile {
		text-align: center !important;
	}
	.navbar-brand {
		display: block;
	}
	
	.ordernowdiv {
		display: none;
	}

}

@media ( max-width : 767px) {
	.order-ribbon {
		display: block;
	}
	
	.margine-bottom-mobile-md {
		margin-bottom: 0.5rem;
	}
	
	.foot-social {
		height: 5px;
	}
	
	.location-search {
		height: 40px;
	}
	
	#subgroup_li {
		padding-bottom: 5px;
	}

	#subgroup_a {
		padding-right: 5px;
	}
	
	#modPanel {
		display: none;
	}

	.bubble:after {
		display: none;
	}
	
	.payment-iframe {
		height:100px;
		max-height: 100px;
	}
	
	#sidePanel {
		max-height: 0px;
	}
	
	#ot-col {
		width: 100%;
	}
	
	#checkoutTabs .nav-link {
		font-size: 12px;
		padding-left: 2px;
		padding-right: 2px;
	}
	
	.ordernowdiv {
		display: none;
	}
	
}

@media ( max-width : 1199px) and (min-width: 992px) {
	.order-ribbon {
		display: block;
	}
	.form-font-size-lg_md {
		font-size: 0.8rem;
		padding-left: 4px;
		padding-right: 4px;
	}
	
	.payment-iframe {
		height:100px;
		max-height: 100px;
	}
	
	#sidePanel {
		height: 560px;
		max-height: 560px;
	}
	.homesubnav {
		margin-left: 5vw;
	}
}

@media ( max-width : 1900px ) {
	.homesubnav {
		margin-left: 40vw;
	}
}


@media ( max-width : 1700px ) {
	.homesubnav {
		margin-left: 37vw;
	}
}

@media ( max-width : 1600px ) {
	.homesubnav {
		margin-left: 30vw;
	}
}

@media ( max-width : 1500px ) {
	.homesubnav {
		margin-left: 30vw;
	}
}

@media ( max-width : 1450px ) {
	.homesubnav {
		margin-left: 20vw;
	}
}

@media ( max-width : 1400px ) {
	.homesubnav {
		margin-left: 17vw;
	}
}

@media ( max-width : 1350px ) {
	.homesubnav {
		margin-left: 15vw;
	}
}

@media ( max-width : 1200px ) {
	.homesubnav {
		margin-left: 5vw;
	}
}

@media ( max-width : 1100px ) {
	.homesubnav {
		margin-left: 2vw;
	}
}

@media ( max-width : 1000px ) {
	.homesubnav {
		margin-left: 0vw;
	}
}



@media ( max-width : 470px) {
	
	#sidePanel {
		max-height: 0px;
	}
	
	#modModal {
		overflow-y: hidden;
	}
	
	.rwd-break {
		display: block;
	}
	
	.hide-less-than-470 {
		display: none;
	}
	.foot-social {
		height: 5px;
	}
	
	.location-search {
		height: 40px;
	}
	
	#subgroup_li {
		padding-bottom: 5px;
	}

	#subgroup_a {
		padding-right: 5px;
	}
	
	#modPanel {
		display: none;
	}
	
	.bubble:after {
		display: none;
	}
	
	.payment-iframe {
		height:145px;
		max-height: 145px;
	}
	
	#modTabsContent {
		height: 515px;
		overflow-y: visible;
	}
	
}

.responsive-circle {
	font-size: 70px;
	font-weight: 400;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 350px;
}

.responsive-circle::after {
	font-size: 250px;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0;
	margin-bottom: 20px;
	padding-bottom: 100%;
	width: 100%;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.4);
}

.responsive-circle div {
	color: white;
	float: left;
	line-height: 1em;
	margin-top: -0.5em;
	padding-top: 50%;
	text-align: center;
	width: 100%;
}

.blue::after {
	background: #E51B24;
	color: white;
}

.btn-faq-group {
	width: 100%;
	text-align: left;
}

.btn-faq-group::after {
	font-family: FontAwesome;
	content: "\f0d8";
	font-size: 1rem;
	line-height: 1;
	float: right;
}

.btn-faq-group.collapsed::after {
	font-family: FontAwesome;
	content: "\f0d7";
	font-size: 1rem;
	line-height: 1;
	float: right;
}

.primaryaddress {
	background-color: #f8f8f8;
	/* background-color: rgba(135, 239, 150, 0.5); */
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 1rem !important;
}

.otheraddress {
	/* background-color: #f8f8f8; */
	padding: 1rem;
	margin-bottom: 1rem;
	font-size: 1rem !important;
}

.otHeader {
	text-align: center;
}

.zsiq_floatmain {
	bottom:100px;
}
.zsiq_theme1 {
	bottom:200px;
}
.siq_bR {
	bottom:300px;
}
#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 63px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	/* background-color: #11721e; Set a background color #17a2b8; */
	background-color: #11721E;
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: .8px; /* Increase font size */
}

#myBtn:hover {
	background-color: #105810; /* Add a dark-grey background on hover */
}

.franchise {
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 1px;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
}

.franchise:hover {
	color: #E0E0E0;
	text-decoration: none;
}

.franchise:active {
	position: relative;
	top: 1px;
}

#confirmFooter {
	display: flex;
	align-items: center;
	justify-content: center;
}
#confirmModal .modal-header {
	background-color: #FFF;
}
	

.ordernow {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2181e
		), color-stop(1, #c2181e) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	background-color: #c2181e;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 1.2px;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 135px;
	text-decoration: none;
	text-align: center;
}

.ordernow:hover {
	background-color: #A81010;
	border-color: #901010;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A81010
		), color-stop(1, #A81010) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	color: #ffffff;
	/*color: #E0E0E0;*/
	text-decoration: none;
}

.ordernow:active {
	position: relative;
	top: 1px;
}

.nav-storelocation .login {
	font-family: inherit;
	font-size: 18px;
}

.about-description {
	color: #000;
}

.about-map {
	
}


.mylocation_container {
	border: none; 
	display: table;
}

.mylocation_type {
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-style: bold;
	font-weight: bold;
	width: 170px;
	height:10px;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	border: none; 
	height:12px; 
	font-size:12px;
	padding: 0px;
}

.mylocation_location {
	color: #ffffff;
	width: 170px;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	border: none;
	border: none; 
	padding: 0px;
}



.ordernowheader {
	margin-right: 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A81010
		), color-stop(1, #A81010) );
	background: -moz-linear-gradient(center top, #A81010 5%, #A81010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A81010',
		endColorstr='#A81010' );
	background-color: #A81010;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	letter-spacing: 1.2px;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 175px;
	text-decoration: none;
	text-align: center;
}

.ordernowheader:hover {
	background-color: #c2181e;
	border-color: #105810;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2181e
		), color-stop(1, #c2181e) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	color: #ffffff;
	/*color: #E0E0E0;*/
	text-decoration: none;
}




.mylocation {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2181e
		), color-stop(1, #c2181e) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	background-color: #c2181e;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	/*letter-spacing: 1.2px;*/
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 250px;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
}

.mylocation:hover {
	background-color: #A81010;
	border-color: #901010;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A81010
		), color-stop(1, #A81010) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	color: #ffffff;
	/*color: #E0E0E0;*/
	text-decoration: none;
}

.tele {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2181e
		), color-stop(1, #c2181e) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	background-color: #c2181e;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	/*letter-spacing: 1.2px;*/
	font-style: normal;
	height: 50px;
	line-height: 50px;
	width: 160px;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	letter-spacing: .5px;
}

.tele:hover {
	background-color: #A81010;
	border-color: #901010;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A81010
		), color-stop(1, #A81010) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	color: #ffffff;
	/*color: #E0E0E0;*/
	text-decoration: none;
}

.login {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c2181e
		), color-stop(1, #c2181e) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	background-color: #c2181e;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	text-indent: 0;
	display: inline-block;
	color: #ffffff;
	font-style: normal;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1rem;
	text-transform: uppercase;
}

.login:hover {
	background-color: #A81010;
	border-color: #901010;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A81010
		), color-stop(1, #A81010) );
	background: -moz-linear-gradient(center top, #c2181e 5%, #c2181e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2181e',
		endColorstr='#c2181e' );
	color: #ffffff;
	text-decoration: none;
}

.login:active {
	position: relative;
	top: 1px;
}

.card-body {
	max-height: 300px;
}

.col-lg-4 {
	max-height: 500px;
}

#deliveryDialog {
	z-index: 99999999 !important;
}

.card.h-100 {
	max-height: 500px;
}

.ordernowheader {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
}


.mylocation {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 250px;
	padding-right: 10px;
}

#whenOrderDivDif {
	/* font-family: 'Oswald', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
}

#copyright {
	font-family: 'Archivo', sans-serif;
}

#modImage,#cb_modImage{
	object-fit: none; /*cover*/
	object-position: 50% 50%; /* centers objects horizontally & vertically */
	height: 200px;
	width: 230px;
	padding-bottom: 20px;
	overflow: hidden;
}

#modDescription {
	max-height: 300px;
	overflow: hidden;
}

.modSubgroup {
	padding-bottom: 15px;
	flex-wrap: wrap;
	display: flex;
}


#modTabsContent {
	max-height: 515px;
}

.card-text {
	font-family: 'Archivo', sans-serif;
}



#addCreditCard {
	margin: 10px;
}

.subgroup_header {
	float: left;
	width: 100%;
	vertical-align: central;
	padding: 5px;
	color: #676767; /*#11721e;*/
	font-size: 1.48rem;
	background-color: #F6F6F6;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000;
	font-weight: bold;
}


/* For account loyalty page */
.loyalty-account  {
	border-radius: 5px;
	text-align: center;
	padding: 1rem;
}
.points {
	font-size: 2.2rem;
}

/* The popup bubble styling (maps) */
      .popup-bubble {
        /* Position the bubble centred-above its parent. */
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -100%);
        /* Style the bubble. */
        background-color: white;
        padding: 5px;
        border-radius: 5px;
        font-family: sans-serif;
        overflow-y: auto;
        max-height: 60px;
        box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
      }
      /* The parent of the bubble. A zero-height div at the top of the tip. */
      .popup-bubble-anchor {
        /* Position the div a fixed distance above the tip. */
        position: absolute;
        width: 100%;
        bottom: /* TIP_HEIGHT= */ 8px;
        left: 0;
      }
      /* This element draws the tip. */
      .popup-bubble-anchor::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        /* Center the tip horizontally. */
        transform: translate(-50%, 0);
        /* The tip is a https://css-tricks.com/snippets/css/css-triangle/ */
        width: 0;
        height: 0;
        /* The tip is 8px high, and 12px wide. */
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: /* TIP_HEIGHT= */ 8px solid white;
      }
      /* JavaScript will position this div at the bottom of the popup tip. */
      .popup-container {
        cursor: auto;
        height: 0;
        position: absolute;
        /* The max width of the info window. */
        width: 200px;
      }
.hrdash {
	border-bottom: 1px dashed #999;
	font-weight: bold;
}

.dimdiv {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: rgba(0, 0, 0, 0.6); /*dim the background*/
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s;
	/* 0.5 second transition effect to slide in or slide down the overlay (height or width, */
}

.dimdivprogress {
	height: 100px;
	width: 100px;
}

/* DivTable.com */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 1px solid #999999;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

#facebookG {
	width: 50px
}

.navstatus_progress {
	background-color: #9CC2F0;
	border: 1px solid #000000;
	float: left;
	height: 36px;
	margin-left: 3px;
	width: 10px;
	opacity: 0.1;
	-moz-animation-name: bounceG;
	-moz-animation-duration: 0.9s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: linear;
	-moz-transform: scale(0.7);
	-webkit-animation-name: bounceG;
	-webkit-animation-duration: 0.9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: linear;
	-webkit-transform: scale(0.7);
	-ms-animation-name: bounceG;
	-ms-animation-duration: 0.9s;
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: linear;
	-ms-transform: scale(0.7);
	-o-animation-name: bounceG;
	-o-animation-duration: 0.9s;
	-o-animation-iteration-count: infinite;
	-o-animation-direction: linear;
	-o-transform: scale(0.7);
	animation-name: bounceG;
	animation-duration: 0.9s;
	animation-iteration-count: infinite;
	animation-direction: linear;
	transform: scale(0.7);
}

#blockG_1 {
	-moz-animation-delay: 0.27s;
	-webkit-animation-delay: 0.27s;
	-ms-animation-delay: 0.27s;
	-o-animation-delay: 0.27s;
	animation-delay: 0.27s;
}

#blockG_2 {
	-moz-animation-delay: 0.36s;
	-webkit-animation-delay: 0.36s;
	-ms-animation-delay: 0.36s;
	-o-animation-delay: 0.36s;
	animation-delay: 0.36s;
}

#blockG_3 {
	-moz-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	animation-delay: 0.45s;
}

@-moz-keyframes bounceG { 
	0%{
		-moz-transform: scale(1.2);
		opacity: 1
	}

	100%{
		-moz-transform: scale(0.7);
		opacity: 0.1
	}
}
@-webkit-keyframes bounceG { 
	0%{
		-webkit-transform: scale(1.2);
		opacity: 1
	}

	100%{
		-webkit-transform: scale(0.7);
		opacity: 0.1
	}
}
@-ms-keyframes bounceG { 
	0%{
		-ms-transform: scale(1.2);
		opacity: 1
	}
	100%{
		-ms-transform: scale(0.7);
		opacity: 0.1
	}
}
@-o-keyframes bounceG { 
	0%{
		-o-transform: scale(1.2);
		opacity: 1
	}
	100%{
		-o-transform: scale(0.7);
		opacity: 0.1
	}
}
@keyframes bounceG { 
	0%{
		transform: scale(1.2);
		opacity: 1
	}
	100%{
		transform: scale(0.7);
		opacity: 0.1
	}
}