/* ==========================================================================
   Mixins
   ========================================================================== */
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Files
   ========================================================================== */
   
.fbm-style {
  zoom: 1;
}
.fbm-style:before,
.fbm-style:after {
  content: " ";
  display: table;
}
.fbm-style:after {
  clear: both;
}
.fbm-style-side {
  /*float: left;
  width: 168px;
  position: relative;*/
  
  background: #f6f8fa;
  border-right: solid 1px #d8e2e7;
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
.fbm-style-side-title {
  padding: 15px;
  font-weight: 600;
}
.fbm-style-side-list {
  font-weight: 600;
  padding: 0 0 5px;
}
.fbm-style-side-list a {
  display: block;
  color: #818181;
  padding: 6px 10px 7px 11px;
  border-left: solid 4px transparent;
}
.fbm-style-side-list a:hover,
.fbm-style-side-list a.active {
  background-color: #ecf2f5;
  color: #343434;
}
.fbm-style-side-list a:hover {
  border-left-color: #ecf2f5;
}
.fbm-style-side-list a.active {
  border-left-color: #00a8ff;
}
.fbm-style-panel {
  /*float: right;
  width: 100%;*/
  /*margin-left: -168px;*/
  margin:auto;
}
.fbm-style-panel-in {
   /*margin-left: 168px;*/
  zoom: 1;
}
.fbm-style-panel-in:before,
.fbm-style-panel-in:after {
  content: " ";
  display: table;
}
.fbm-style-panel-in:after {
  clear: both;
}
.fbm-style-header {
  border-bottom: solid 1px #d8e2e7;
  padding: 10px 15px;
  zoom: 1;
}
.fbm-style-header:before,
.fbm-style-header:after {
  content: " ";
  display: table;
}
.fbm-style-header:after {
  clear: both;
}
.fbm-style-header .fbm-style-header-left {
  float: left;
}
.fbm-style-header .fbm-style-header-right {
  float: right;
  zoom: 1;
}
.fbm-style-header .fbm-style-header-right:before,
.fbm-style-header .fbm-style-header-right:after {
  content: " ";
  display: table;
}
.fbm-style-header .fbm-style-header-right:after {
  clear: both;
}
.fbm-style-header .btn,
.fbm-style-header .btn-icon {
  vertical-align: top;
}
.fbm-style-header .btn {
  margin: 0 22px 0 0;
}
.fbm-style-header .btn-icon {
  height: 38px;
  padding: 0;
  background: none;
  border: none;
  color: #919fa9;
  margin: 0 8px 0 0;
}
.fbm-style-header .btn-icon:hover {
  color: #00a8ff;
}
.fbm-style-header .btn-icon .font-icon {
  vertical-align: middle;
  position: relative;
  top: 1px;
}
.fbm-style-header .btn-icon.view {
  color: #c5d6de;
}
.fbm-style-header .btn-icon.view:hover,
.fbm-style-header .btn-icon.view.active {
  color: #919fa9;
}
.fbm-style-header .views {
  float: left;
  margin: 0 10px 0 0;
}
.fbm-style-header .search {
  float: left;
  width: 216px;
  position: relative;
}
.fbm-style-header .search .form-control {
  padding-right: 35px;
}
.fbm-style-header .search .btn-icon {
  position: absolute;
  right: 5px;
  top: -1px;
}
.fbm-style-aside {
  float: right;
  width: 280px;
  position: relative;
  background: white;
  margin:auto;
}
.fbm-style-aside-section {
  border-top: solid 1px #d8e2e7;
  padding: 15px 15px 20px;
}
.fbm-style-aside-section:first-child {
  border-top: none;
}
.fbm-style-aside-section .box-typical-header-sm {
  padding: 0 0 10px;
}
.fbm-style-aside-section .info-list {
  padding: 0 0 10px;
}
.fbm-style-aside-section .info-list p {
  margin: 0 0 6px;
}
.fbm-style-aside-section .soc {
  display: inline-block;
  font-size: 22px;
  margin: 15px 5px 0 0;
}
.fbm-style-aside-section .soc:hover {
  opacity: .7;
}
.fbm-style-aside-section .soc .font-icon-fb-fill {
  color: #37559a;
}
.fbm-style-aside-section .soc .font-icon-vk-fill {
  color: #456fa0;
}
.fbm-style-aside-section .soc .font-icon-ok-fill {
  color: #fa8121;
}
.fbm-style-aside-section .soc .font-icon-tw-fill {
  color: #00aaed;
}
.fbm-style-aside-section .soc .font-icon-gp-fill {
  color: #d33928;
}
.fbm-style-content {
  float: left;
  width: 100%;
  margin-right: -280px;
}
.fbm-style-content-in {
  /*margin-right: 280px;
  border-right: solid 1px #d8e2e7;*/
}
.fm-file-grid {
  padding: 18px 0 0 18px;
  zoom: 1;
}
.fm-file-grid:before,
.fm-file-grid:after {
  content: " ";
  display: table;
}
.fm-file-grid:after {
  clear: both;
}
.fm-file {
  float: left;
  width: 150px;
  margin: 0 18px 18px 0;
  -webkit-border-radius: .25rem;
          border-radius: .25rem;
  padding: 18px 10px 15px;
  text-align: center;
  cursor: default;
}
.fm-file .fm-file-icon {
  height: 100px;
  line-height: 100px;
}
.fm-file .fm-file-icon img {
  vertical-align: middle;
  width: 100px;
  height: 100px;
}
.fm-file .fm-file-name,
.fm-file .file-size {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.fm-file .fm-file-size {
  color: #6c7a86;
}
.fm-file:hover,
.fm-file.selected {
  background-color: #f6f8fa;
}





/******************/
/*** CUSTOM CSS ***/
/******************/
.fbm-style-list{
	padding:10px;
	background: white;
}

.fbm-style-list section header{
	font-weight:600;
	
}

.fbm-style-item{
	display:block;
	margin: 10px 0px;
	padding: 5px;
	border-bottom: 1px solid #f6f8fa;
}

.fbm-style-item:hover{
	background-color:#f6f6f6;
}

.fbm-style-item .describe{
	display:block;
	font-size:smaller;
	color:#333;
}

.fbm-style-item .price{
	
	font-size:larger;
	color:#333;
	float:right;
	clear:both;
}

.fbm-logo{
    max-width: 200px;
}


/*
.fbm-style-item .price:after {
    content: "\20AC";
}
*/

.fbm-style-header-left {
	padding-top:10px;
}

 .sticky.is-sticky {
  position: fixed;
  top: 80px;
  /*z-index: 1000;*/
  
  }
  
 .sticky-wrapper {
  /*height: 100%;*/
  }
  
  .sticks {
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
	}
	.sticks:before,
	.sticks:after {
    content: '';
    display: table;
	}

.row-height
{
  height: 100%;
  display:table-cell;
	
}

/*
#cartprice-header:after {
    content: "\20AC";
}*/

.fbm-total{
	font-size:1.3em;
	margin-bottom:10px;
}

/*
#cartprice-total:after {
    content: "\20AC";
}
*/

.category_section{
	margin-top:40px;	
}

a.anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
}



/**********************/
/*** END CUSTOM CSS ***/
/**********************/



@media (max-width: 830px) {
  .fbm-style-side {
    float: none;
    width: auto;
    border-right: none;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    border-bottom: solid 1px #d8e2e7;
	height: 100%;
	min-height:100%;
  }
  .fbm-style-panel {
    float: none;
    margin-left: 0;
  }
  .fbm-style-panel-in {
    margin-left: 0;
  }
  
  .sticky.is-sticky {
	/*position: relative;*/
	display:none;
  }
  
  
  
}
@media (max-width: 767px) {
  .fbm-style-header .fbm-style-header-left,
  .fbm-style-header .fbm-style-header-right {
    float: none;
  }
  .fbm-style-header .fbm-style-header-left {
    padding-bottom: 10px;
  }
  .fbm-style-aside {
    float: none;
    
  }
  .fbm-style-content {
    float: none;
    margin-right: 0;
  }
  .fbm-style-content-in {
    margin-right: 0;
    border-right: none;
  }
}
@media (max-width: 380px) {
  .fbm-style-header-left {
    padding-bottom: 0 !important;
  }
  .fbm-style-header-left .btn {
    display: block;
  }
}


#a0-lock.a0-theme-default .a0-panel .a0-icon-container .a0-image img {
  height: auto !important; 
}

.auth0-lock-header-logo{
	 height: auto !important; 
	 width: auto !important;
    max-width: 180px;
}

.auth0-lock.auth0-lock .auth0-lock-header-logo
{
    max-width: 180px;
}

.auth0-lock.auth0-lock .auth0-lock-name {
    display: none;
}

.btn-plus2
{
    padding: .1rem 0.1rem;
    font-size: 0.5em;
    line-height: 1.2;
    margin-left: 0.2em;
}
.btn-minus2
{
	padding: .1rem 0.1rem;
    font-size: 0.5em;
    line-height: 1.2;
}

/*.btn-plus, .btn-minus {
    border-radius: 0 2px 2px 0;
    border: 1px solid #d6dce2;
	-webkit-appearance: button;
    cursor: pointer;
	background: none;
	padding: 2px 5px;
	font-size: 0.7em;
}*/
.controls {
    display: block;
    float: right;
    -webkit-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    width: 51px;
    line-height: 21px;
    padding: 0;
    margin: 0;
    background: none;
    text-align: center;
    color: #121c25;
}

.ui-effects-transfer {
    border: 1px dotted black;
  }

/* Order modal */  
 
.picker__holder {
   /*	overflow-y: hidden !important;*/
}

.checkbox-detailed input+label{
    display: block !important;
	width: 100% !important;
}

.checkbox-detailed{
   margin: 0px !important;
}

.form-control[readonly] {
   background-color: rgba(255,255,255,.15);
}

/* Utils */ 
.topmargin{
	margin-top:10px;
}

.bottommargin{
	margin-bottom:10px;
}

.fullwidth{
	width: 100%;
}

/* Google Maps / Addresses */

#map {
  min-height:200px;
  /*height: 450px;
  width: 450px;
  margin-top:30px;*/
}
.gmapcontrolsOLD {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-inputOLD {
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  margin-left: 12px;
  padding: 0 11px 0 13px;
  text-overflow: ellipsis;
  width: 300px;
}

#pac-input:focus {
  border-color: #4d90fe;
}

.pac-container {
  font-family: Roboto;
}

.georesult{
	margin-top:10px;
}

li.useraddress{
	padding:5px;
	border-bottom: 1px solid #e9e9e9;
}

li.useraddress i{
	color:#f0f0f0;
}

li.useraddress i:hover{
	color:red;
}

#addresslist .checkbox input+label, #addresslist .radio input+label{
	display: block !important;
	margin-top:5px;
}

i.removeaddress{
	color:#cccccc;
}

i.removeaddress:hover{
	color:red;
}

/* Modal + Autocomplete GMaps Fix 
.pac-container {
    background-color: #FFF;
    z-index: 20;
    position: fixed;
    display: inline-block;
    float: left;
}

.modal{
    z-index: 20;   
}
.modal-backdrop{
    z-index: 10;        
}

*/

/************************/
/*** CUSTOM CSS BY MB ***/
/************************/

@media screen and (min-width: 768px) {
    .custom .site-header .site-header-content .site-header-content-in {
        margin-left: 308px;
    }
}
.custom .site-header .site-header-content .site-header-content-in .info-venue {
    float: left;
}

.custom .site-header .dropdown a.dropdown-toggle .label {
    font-size: 1.5125rem;
    padding: 6px 15px 6px;
}

.custom .site-header .site-header-content .site-header-content-in .info-venue .title-venue {
    font-size: 0.9rem;
    margin-bottom: 0px;
    font-weight: 700;
}
.custom .site-header .site-header-content .site-header-content-in .info-venue .address-venue {
    font-size: smaller;
}
.custom .site-header .site-header-content .site-header-content-in .btn-info-venue {
    margin-top: 5px;
    margin-left: 10px;
}
@media screen and (max-width: 767px) {
    .custom .site-header .site-logo img {
        /*height: auto;
        width: 80px;
        top: 0;*/
        max-width: 130px;
        max-height: 50px;
        top: 7px;
    }
    
    .admin .site-header .site-logo img {
        /*height: auto;
        width: 80px;
        top: 0;*/
        max-width: 130px;
        max-height: 50px;
        top: 7px;
    }
    
    .site-header .site-logo img {
        width: auto;
    }

}
.custom .page-content {
    margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
    .custom .page-content {
        padding-top: 90px;
    }
}
@media screen and (max-width: 991px) {
    .custom .page-content {
        padding-top: 90px;
    }
}
.custom .page-content #collapseInfo {
    margin-left: -15px;
    margin-right: -15px;
}
.custom .page-content .info-card .card-header {
    font-size: larger;
}
/*.custom .page-content .info-card .map-venue {
    margin-bottom: -6px;
}*/
@media screen and (max-width: 768px) {
    .custom .page-content .info-card .map-venue iframe {
        width: 100%;
    }
}
.custom .page-content .info-card .hours-venue {
    padding: 10px 37px;
}
@media screen and (max-width: 768px) {
    .custom .page-content .info-card .hours-venue {
        padding: 10px 30px;
    }
}
.custom .page-content .info-card .hours-venue .business-hours {
    width: 100%;
}
.custom .page-content .info-card .hours-venue .business-hours td {
    width: 33%;
}
.custom .page-content .info-card .info {
    padding: 10px;
}
@media screen and (max-width: 768px) {
    .custom .page-content .info-card .info {
        padding: 10px 30px;
    }
}
.custom .page-content .info-card .info address {
    margin-bottom: 0px;
}
.custom .page-content .info-card .info .proj-page-section {
    padding: 10px 0px 0px;
    border-top: 0px;
}
.custom .page-content .info-card .info .proj-page-section li {
    font-size: 0.9rem;
    font-weight: 400;
}
.custom .page-content .info-card .info .proj-page-section li i {
    margin-right: 10px; 
    width: 10px;
}
@media screen and (min-width: 1200px) {
    .custom .col-menu .widget {
        position: fixed;
        width: 285px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .custom .col-menu .widget {
        position: fixed;
        width: 233px;
    }    
}
@media screen and (min-width: 992px) and (min-height: 400px ){
    .custom .col-menu #collapseMenu {
        max-height: 70vh;
        overflow-y: auto;
    }
    .custom .col-menu #collapseMenu::-webkit-scrollbar-track
    {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 4px;
        background-color: #F5F5F5;
    }
    .custom .col-menu #collapseMenu::-webkit-scrollbar
    {
        width: 6px;
        background-color: #F5F5F5;
    }
    .custom .col-menu #collapseMenu::-webkit-scrollbar-thumb
    {
        border-radius: 4px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #ccc;
    }  
}
.custom .col-menu .panel-collapse-in {
    padding: 0px;
}
.custom .col-menu .menu-title {
    cursor: auto;
    background: 0 0;
}
@media screen and (min-width: 769px) {
    .custom .col-menu #collapseMenu {
        display: block;
    }
}
.custom .col-menu .panel-collapse-in .files-manager-side-list {
    padding-bottom: 0px;
    max-height: 100%;
}
.custom .col-menu .panel-collapse-in .files-manager-side-list a {
    padding: 12px 10px 12px 11px;
}
@media screen and (max-width: 768px){
    .custom .col-items {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.custom .col-items .item-section {
    padding-left: 0px;
    margin: 0px;
    padding-bottom: 3px;
    margin-bottom: 30px;
}
.custom .col-items .item-section:last-of-type {
    margin-bottom: 0px;
}
.custom .col-items .item-section header {
    font-weight: 700;
    padding-top: 12px;
    margin-left: 0px;
    padding-left: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.custom .col-items .item-section .item {
    border-bottom: 1px solid #f6f8fa;
    min-height: 60px;
    margin-bottom: 0px;
}
.custom .col-items .item-section .item:hover {
    background-color: #ecf2f5;
    cursor: pointer;
}
.custom .col-items .item-section .item .tbl-cell-txt {
    padding-left: 15px;
    width: 70%;
    font-weight: 600;
}
.custom .col-items .item-section .item .tbl-cell-txt .description {
    font-size: smaller;
    display: block;
    font-weight: 400;
    color: #333;
}

.custom .col-items .item-section .item .price {
    text-align: right;
    font-size: larger;
    font-weight: 700;
    height: 39px;
    padding-right: 15px;
    color: #333;
}
.custom .anchor-cart {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;    
}
.custom .col-cart .item-list .item .item-qty {
    font-size: smaller;
    text-rendering: optimizeLegibility;
}
.custom .col-cart .item-list .item .item-qty strong {
    font-weight: 600;
}
.custom .col-cart .item-list .item .tbl-cell-action {
    width: 40px;
}
.custom .col-cart .item-list .item .tbl-cell-action .plus-link-circle {
    display: inline-block;
}
.custom .col-cart .item-list .item .tbl-cell-action .btn-plus {
    margin-right: 5px;
}
.custom .col-cart .total-price {
    font-size: 22px;
    font-weight: 100;
    height: 60px;
    line-height: 38px;
}
.custom .col-cart .total-price span.cartprice {
    float: right;
}
.custom .col-cart .button-row {
    text-align: center;
    padding: 10px;
}
.custom .col-cart .qr-code {
    text-align: center;
}
.custom .footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(51,51,51,0.92);    
    line-height: 60px;
    -webkit-box-shadow: 0px -3px 5px 0px rgba(50, 50, 50, 0.1);
    -moz-box-shadow:    0px -3px 5px 0px rgba(50, 50, 50, 0.1);
    box-shadow:         0px -3px 5px 0px rgba(50, 50, 50, 0.1);    
}
.custom .footer .total-cart {
    font-size: 22px;
    color: #fff;
    padding-left: 7px;
}
.custom .footer .btn-footer {
    padding-right: 7px;
}
@media screen and (max-width: 768px) {
    .custom .footer .total-cart {
        font-size: 1.35rem;
        padding-left: 0px;
        padding-right: 0px;
    }
    .custom .footer .btn-footer {
        padding-right: 0px;
        padding-left: 0px;
    }
}
.custom .footer .btn-footer .btn-order-footer {
    margin: 11px auto;
}
.custom .footer .view-cart {
    color: #fff;    
}
.custom .footer .view-cart a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}
.custom .footer .view-cart a:hover {
    text-decoration: none;
}
.custom .info-modal .modal-body {
    padding: 0px;
    overflow: hidden;
}
.custom .info-modal .modal-body .hours-venue {
    padding: 15px 30px;
}
.custom .info-modal .modal-body .hours-venue .business-hours {
    width: 100%;
}
.custom .info-modal .modal-body .info .proj-page-section li {
    font-size: 0.9rem;
    font-weight: 400;
}
@media screen and (min-width: 1200px) {
    .custom .info-modal.in .modal-dialog {
        width: 1140px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
    .custom .info-modal.in .modal-dialog {
        width: 98%;
    }    
}
@media screen and (max-width: 768px){
    .custom .info-modal .modal-body .map-venue iframe {
        width: 100%;
    }    
}

.fbm-screen-user {
	    font-size: 5.5rem !important;
		border: none !important;
}



.custom .profile-info-item
{
	padding:10px 0 10px 25px;
}

.custom .col-menu .nav-tabs .nav-item {
   width: 100%;
}

.custom .col-menu .nav-tabs .nav-item+.nav-item {
   margin-left: 0px;
}

.custom .col-menu .nav-tabs .nav-link {
   border-radius: 0px;
border: 0px;
}

.custom .col-menu .files-manager-side-list a.active {
   background-color: #c9d2d7;
}

.custom .col-cart .affix {
   min-width: 285px;
border-radius: 4px;
   background: #fff;
   border: 1px solid #d8e2e7;
   border-top-width: 0px;
}

.custom .endmenu{
	margin-bottom:600px !important;
}

.custom .no-header {
    padding-top: 0px !important;
}

#showcartspan{
    padding-left:10px;
    font-size: smaller;
    padding-bottom: 5px;
}

/******************************/
/*** UI Animations
/******************************/

.animating{
    animation: animate 1s cubic-bezier(0,1,1,0);
    font-size:1.8rem;
}

@keyframes animate{
    from {
       transform: scale(1);
    }
    to {
       transform: scale(1.5); /* 1.7 */
    }
}



/******************************/
/*** Registration CSS BY GC ***/
/******************************/
		.registration .container
		{
			margin-top:30px;
		}
		
		.registration .auth0-lock.auth0-lock
		{
			max-height:50%;
		}
		.registration .auth0-lock.auth0-lock .auth0-lock-header{
			display:none;
		}
		.registration .auth0-lock.auth0-lock .auth0-lock-center{
			vertical-align:top;
			margin-top:30px !important;
		}
		
		.registration .steps-icon-block .form-control {
			max-width: 100%;			
		}
		
		.registration .fv-form-bootstrap4 .fv-control-feedback
		{
			line-height:80px;
			
		}
		
		/*.registration .input-group {
			width: 90%;			
		}*/
		
		/* Color of invalid field */
		.has-error .control-label,
		.has-error .help-block,
		.has-error .form-control-feedback {
			color: #a94442 !important;
		}
		
		.has-warning .control-label,
		.has-warning .help-block,
		.has-warning .form-control-feedback {
			color: #a94442 !important;
		}
		.has-warning .form-control{
			 border-color: #a94442;
		}   
		
		.fv-form-bootstrap4 .has-warning .fv-control-feedback
		{
			color: #a94442 !important;
		}

		/* Color of valid field */
		.has-success .control-label,
		.has-success .help-block,
		.has-success .form-control-feedback {
			color: #3c763d !important;
		}  

/******************************/
/*** Sticky Elements CSS BY GC ***/
/******************************/
.stickycart {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.affix {
  margin-top: 90px;
  position: fixed;
  top: 80;
  z-index: 1030;
} 

/******************************/
/*** Miscellaneous Elements CSS BY GC ***/
/******************************/
.smallinfo
{
    font-size: .8125rem;
    color: #818a91;
}

.btninfo{
    margin-top: -0.4em;
}

/* Mobile Footer/Button */
@media (max-width: 1024px) {
    .btninfo, .btn-sidemenu{
        margin-top: 1rem;
        display: block;
        width: 100%;
        margin-left: -0.5rem;
        clear: both;
    }
    
    .btn-square {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        font-size: 1.3rem;
        vertical-align: middle;
        padding:0.7rem;
    }
    
    .custom .footer
    {
        height: auto;
    }
}

.has-success .form-control {
    border-width: 2px;
}

.form-control:focus {
    border-width: 2px;
}

.vat-search-button
{
    margin-top: 23px;
    width: 100%;
}

.dropdown-menu{
    padding-left:10px;
}

#cartprice-footer, #cartprice-footer-icon
{
    color:#fff;
}

@media (min-width: 768px) {
    .affix {
        position: fixed;
    }
}

#mobilecart .item
{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.mobile-cart-total
{
    padding:10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
}

.admin .site-header .site-logo img
{
    width: 180px;
}

.site-header .site-header-content {
    width:auto;
    float: none;
    margin-left: 0px;
}

.plus-link-circle {
    margin: 2px;
}

.checkbox-detailed {
    width: 100%;
    margin-bottom: 10px !important;
}

@media (max-width: 768px) {
    .custom .site-header .dropdown a.dropdown-toggle .label {
        font-size: 1rem;
    }
}

.icon-lightgray{
    color:lightgray;
}

.icon-gray{
    color:#666;
    font-size: 1.4rem;
    margin-right: 7px;
}



.pac-container {
    /* put Google geocomplete list on top of Bootstrap modal */
    z-index: 9999;
}

.newaddress-icon{
    padding-top: 23px;
    padding-left: 25px;
}

.newaddress .fv-control-feedback {
    top: 21px;
    right: 15px;
}

[data-fv-icon-for="address"] {
    left: initial !important; 
    top: 20px !important;
}

[data-fv-icon-for="fulladdress"], [data-fv-icon-for="lng"], [data-fv-icon-for="lat"] {
    display: none !important;
}

/* Select client */
.custom .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered, .custom .select2-container--default .select2-selection--single .select2-selection__rendered
{
    padding-left:32px;
}

.custom .ingredients
{
    text-decoration:underline;
}


/******************************/
/*** Intl Tel Input Plugin - Override Path
/******************************/
.iti-flag {background-image: url("/assets/img/flags.png");}
  
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {background-image: url("/assets/img/flags@2x.png");}
}

/******************************/
/*** Style for Notify
/******************************/
[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 300px;
	height: 5px;
}

/******************************/
/*** Admin
/******************************/

.with-side-menu .page-content
{
  /*padding-left: calc(60vw - 1200px / 2 + 28px);*/
}

.admin .side-menu{
    
   /* left: calc(50vw - 1200px / 2 + 28px);*/
/*    left: calc(50vw - 1080px / 2 + 28px);*/
    padding-top: 110px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
   .admin .side-menu{
        left: -240px;
        padding-top: 110px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
   .admin .side-menu{
        /*left: calc(50vw - 1080px / 2 + 28px);*/
        padding-top: 110px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1440px) {
   .admin .side-menu{
        /*left: calc(50vw - 1180px / 2 + 28px);*/
        padding-top: 110px;
    }
}

.admin-container{
    
    /*margin-right:inherit;*/
}


.admin .site-header .site-header-content{
    width: auto;
}

.admin .admin-shop-selector
{
    margin-bottom:20px;
    text-align: center;
}

.admin .admin-shop-selector .dropdown-menu-right
{
    right: 15px;
    left: 15px;
}

.admin .orders-separator-time
{
    border-top-style: dashed;
}

.admin .orders-separator-group
{
    border-top-style: double;
}

.admin .tbl-typical td, .tbl-typical th {
    padding: 10px 8px;
}

.admin .orders-price
{
    font-size: larger;
    font-weight: 700;
}

.admin .label-success
{
    background-color: #1c9835;
}

.admin .price-card {
    max-width: 325px;
}

.admin .price-card .price-card-list .font-icon {
    color: #999999;
}

.admin .price-card .price-card-label {
    background: #46c35f;
}

.admin .form-container form input, .admin .form-container form textarea
{
    padding:10px;
}

.admin .form-item-block {
    margin-bottom: 0px;
}

.admin .chargebee_frame
{
    width:100%;
    border:none;
    height: 1500px;
}

.admin .refreshlink
{
    text-decoration: underline;
    color: white;
    font-size: smaller;
}

.admin .alert h1 {
    font-size: 1.7rem;
}

.admin .form-container form label {
    position: relative;
}

.admin .autocomplete-suggestion {
    font-size: 0.8rem;
}

ul.dropdown-menu li.selected{
	background-color:#e9e9e9;
}

.custom-toolbar{
    position: fixed; top: 0px; left: 0px; z-index: 999999999; height: auto; width: 100%; display: table; text-align: center; background-color: rgba(51, 51, 51, 0.3);
}


.label-black {
    background-color: #000;
}
.label-grey {
    background-color: #676767;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; overflow: auto; }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { display: block; border-bottom: 1px solid #000; }

/******************************/
/*** Logo v1.4
/******************************/

.site-header .site-logo img, .site-logo img {
        height: auto;
        top: 0;
        /* left: 7px; */
        max-width: 180px;
        max-height: 50px;
    }

/******************************/
/*** New Store Wizard
/******************************/

div.newstore
{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.newstore .ribbon-block img{
    max-width: 100%;
}

.newstore .box-typical
{
    padding: 0.4em;
}

.page-content.container
{
    padding:0;
}

#newStoreForm .form-control-feedback {
    top: 0;
    right: -150px;
}
.newstore .has-warning .form-control-feedback
{
    background-color: red;
    padding: 10px;
    color:white !important;
    margin-top:10px;
    border-radius: 5px;
}
#domainavailable
{
    background-color: #5cb85c;
    padding: 10px;
    color:white !important;
    margin-top:10px;
    border-radius: 5px;
}
.newstore .highlight{
    font-weight: 600;
    color: green;
}

.newstore .fulladdress{
    font-size: 1.0rem;
}

.newstore .operationDayTimeContainer
{
    margin-bottom: 1rem;
}

.newstore .fv-control-feedback {
    top: 22px;
}

.storedomain .fv-control-feedback {
    top: 0px !important;
}

.newstore .form-group
{
    text-align: left;
}

.newstore .multipleresults
{
    text-align: left;
}

.newstore .multipleresults li
{
    text-align: left;
    background-color: #f9f9f9;
    padding:10px;
}
.newstore .imgheader
{
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.newstore .add-customers-screen .btn {
    margin: 0;
}

.newstore .businesshours
{
    width: 100%;
    clear: both;
}

.newstore .dayContainer {
    width: 80px;
}

.newstore .statelabel
{
    padding-left: 20px;
}

.newstore .checkbox-detailed
{
    margin-bottom: 15px !important;
}

.newstore .checkbox-detailed input+label {
    height: auto;
}

.newstore .dropzone 
{
	border: 2px dashed rgba(0,0,0,0.3) !important;
    margin: 20px;
    /* border: 2px solid rgba(0,0,0,0.3); */
}
.newstore .drop-zone 
{
    width:100%;
    height:100%;
    border: none;
}
.newstore .dd3-content
{
    text-align: left;
    height: auto;
    font-size: 1em;
}

.newstore .minpadding {
    padding-right: .1rem;
    padding-left: .1rem;
    text-align: left;
}

#admin-container{
    padding: 0;
}

.newstore .add-customers-screen-in
{
    padding: 15px 0px 15px 0px;
}

.dd3-handle:before {
    content: "\53";
}

.dd3-item>button {
    margin-left: 30px;
    /*background-color: beige;*/
    background-color: #808080;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 7px;
    padding-top: 7px;
    padding-bottom: 24px;
}

.operationTime .mini-time
{
    width: 42px !important;
}

/* Simple message styles customization */
#errors {
    border-left: 5px solid #a94442;
    padding-left: 15px;
    text-align: left;
}
#errors li {
    list-style-type: none;
}
#errors li:before {
    content: '\b7\a0';
}

h1.logoname
{
    font-size: 2rem;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: -2px;
    text-align: center;
}





    