:root {
    --color-background: hsl(0, 0%, 100%);
    --color-primary: #ff6600;
    --color-orange: #ff5500;
    --color-stroke: rgba(148, 59, 0, 0.554);
    --color-dark: #6c2900;
    --color-secondary: #30BCED;
    --color-whitish: #FFFAFF;
    --color-darkish: #00000070;
    
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope.ttf') format('embedded-opentype'), /* Internet Explorer */
         url('../fonts/Manrope.ttf') format('woff2'),             /* Super Modern Browsers */
         url('../fonts/Manrope.ttf') format('woff'),              /* Pretty Modern Browsers */
         url('../fonts/Manrope.ttf') format('truetype'),          /* Safari, Android, iOS */
         url('../fonts/Manrope.ttf') format('svg');               /* Legacy iOS */
}
    
body{
    font-family: 'Roboto', 'Roboto-Thin', sans-serif !important;
    width: 100% !important;
    
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
      width:90%;
      text-align: center;
    }




    .menu-holder{
        width:100% !important;
        text-align: center;
        float: none !important;
    }

    .menu-price-holder{
        position: relative;
    }


}

@media only screen and (min-width: 992px) {
    
            #summary-holder{
                width: 100%;
                /* padding: 16px; */
                text-align: center;
                padding-top: 20px;
                font-weight: 300;
                color:gray;
            }

            .total-name{
                float: left;
                padding-left: 16px;
                color: black;
                font-weight: 600;
            }
            .total-price{
                float: right;
                /* padding-right: 16px; */
                color: black;
                font-weight: 300;
            }

            #modal-item{
                overflow: hidden;
            }

            .menu-item {
        
                width: 300px !important;
              }

            .menu-holder{
                margin-left: 16px !important;
            }

            
            
}


.modal{
    max-width: 800px;
}


.sidenav-overlay{
    z-index: 2000;
}
.my-order{
    font-size:2.5rem;
    width: 100%;
    color: black;
    text-align: center;
    
}


.header-holder{
    position: fixed;
    top: 0;
    height: 72px;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 4px 2px -2px #00000040;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.order-header{
    background-color: white;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
}

.nav-logo{
    box-shadow: 0 4px 2px -2px #00000040;
    border-radius: 28px;
    height: 56px;
}



.action-button{
    height:56px !important;
    padding-top: 14px;
    font-size: 18px;
    font-weight: 400;
    height:36px;
    min-width: 200px;
    margin-top: 8px;
    margin-bottom: 16px;
    background: #ff5500;
    color: #2E282A;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #2E282A;

}

.action-button:hover{
    background: #ffffff1a
}

/* Hide number input arrows */
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.link{
    color: black;
    font-size: 14px;
    
}
#fyre-header{
    height:72px;
    background-color: var(--color-background);
    z-index: 999;
   
}


#page-header{
    font-size: 64px;
    font-weight: 600;
    color: #000000;
    width:100%;
    margin-top: 64px;
    text-align: center;
    line-height: 64px;
}


#fyre-header-fyre{
    color:#2E282A;
    position: relative;
    top: -96px;
    font-size: 50px;
    font-weight: 800;
}

#fyre-header-barbecue{
    color:#2E282A;
    position: relative;
    top: -118px;
    font-size: 18px;
    font-weight: 500;
}

#social{
    position: absolute;
    bottom:16px;
    left:0;
    width: 100%;
    text-align: center;
}

.social-icon{
    margin-top:16px;

    width: 16px;
    height: 16px;
}

#mobile-summary-close{
    height: 100%
}

.arrow-back{
    color:white; 
    height: 100% !important;
    font-size: 36px !important; 
    font-weight: 300;
    padding-top: 16px;
}


.discount-name, .discount-amount{
    margin-top:12px;
    font-size: 12px;
    font-weight: 300;
    color:gray;
}

.discount-name{
    float: left;
    margin-left: 16px;
}

.discount-amount{
    float: right;
    margin-right: 16px;
}


#discount-button{
    float: right;
    margin-top: 8px;
    font-size: 12px;
    background: #2E282A;
    box-shadow: 0 0 0 0 !important;
    padding-left:4px;
    padding-right:4px;
    height:34px;
    text-shadow: none;
}

#discount{
    margin-top: 8px;
    padding:0;
}

#discount-input{
    font-size: 14px;
    border: 1px solid gray;
    box-shadow: 0 0 0 0 #CC0000;
    padding-left: 4px;
    height:32px;
    
}



#summary-holder{
    cursor:default;
}


.summary-name{
    float: left;
    font-weight: 600;
    color:#2E282A;
}

.summary-price{
    float: right;
    color: #2E282A;
}

.summary-detail{
    float:left;
    font-size: 12px;
    font-weight: 300;
    color:gray;
    font-size: 12px;
}


.card-background{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    margin:0;
    overflow: hidden;
    max-height: 80%;
    z-index: 0;
    
    
}

.card-background-img{
    margin-left:-72px;
    margin-bottom: -40px;
    max-height:300px;
    object-fit: contain;
    opacity: 0.5;
   
}


.total-name, .total-price{
    font-size: 24px;
    padding: 0;
}

.total-name{
    float: left;
    font-weight: 600;
    color:#2E282A;
}

.total-price{
    float: right;
    color:#2E282A;
}
#order-button-holder{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#order-button{
   
    
    
}

#order-cancel{
    margin-bottom: 32px;
    font-size: 1.2rem;
}

.summary-action{
    float:left;
    
    margin-right:8px;
    font-size: 12px;
    color:#2E282A;
    
}
    

    


.brand-logo{
    font-weight: 300;


    
}

.brand-logo bold{

    font-weight: 600;

    
}


.tabs .tab a {
    color: gray;
    /*Custom Text Color*/
  }
  
  .tabs .tab a:hover {
    color:#ff6600;
    /*Custom Color On Hover*/
  }
  
  .tabs .tab a:focus.active {
    color:#ff6600;
    /*Custom Text Color While Active*/
    background-color: transparent;
    /*Custom Background Color While Active*/
  }
  
  .tabs .indicator {
    background-color:#ff6600;
    /*Custom Color Of Indicator*/
  }

  .toggle-content {
	display: none;
	height: 0;
	transition: height 350ms ease-in-out;
}

.toggle-content.is-visible {
	display: block;
	height: auto;
}

.separator{
    height: 1px;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    background: #e0e0e0;
}

.btn{
    height:56px;
    width:100%;
    margin-top: 16px;
    margin-bottom: 16px;
    background: var(--color-primary);
    color: white;
    border: 1px solid var(--color-stroke);
    font-size: 1.2rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow:
    -1px -1px 0 var(--color-stroke),
    1px -1px 0 var(--color-stroke),
    -1px 1px 0 var(--color-stroke),
    1px 1px 0 var(--color-stroke);
    box-shadow: 0 3px 2px -2px #00000040;
}

.btn:hover{
    background-color: var(--color-orange);
}


.confirm-btn{
    height: 56px;
    width: 200px;
    background: #ff6600;
    color:white;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid var(--color-stroke);
    font-size: 1.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}


.confirm-btn:hover{
    background: #ff8533;
    color:white;
}

.brand-logo{
    font-family: 'Roboto' !important;

}

.input-field label {
    pointer-events: auto !important;
  }

  .dropdown-content li>a, .dropdown-content li>span{
      color:black;
      
  }

  .dropdown-content{
    max-height: 350px !important;
    overflow-y: auto !important;
    backface-visibility: hidden !important;
  }

  .select-wrapper input.select-dropdown:focus{
    border-bottom: 1px solid gray;
}

  [type="checkbox"]:checked+span:not(.lever):before{
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #ff6600 !important; /* You need to change the colour here */
    border-bottom: 2px solid #ff6600 !important; /* And here */
    -webkit-transform: rotate(40deg);
    -moz-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%; 
}
  

.pulsate {
    -webkit-animation: pulsate 0.3s ease-in-out;
    -webkit-animation-iteration-count: 3; 
}


@-webkit-keyframes pulsate {
    0% { 
        opacity: 1.0;
        font-weight: 400;
    }
    50% { 
        font-size: 18px;
        font-weight: 600;
        }
    100% { 
        opacity: 1.0;
        font-weight: 400;
        
    }
}



.nav-collapse{
    height:140px;
    width:100%;
    background: #ff6600;
}
.nav-sticky{
    height:50px;
    width:100%;
    background: #ff6600;
}

.nav-collapse-holder{
    display: table-cell; 
    vertical-align: middle; 
}

.nav-collapse-text-bold{
    height:100%;
    color:white;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 12px;
    
}
.nav-collapse-text-light{
    height:100%;
    color:white;
    font-size: 36px;
    font-weight: 300 !important;
    margin-bottom: 12px;
    
}



#low-inventory{
    color:red;
}

.sold-out{
    color:red;
}

.cards, .cards-tabs{
    width:300px !important;
}

.cart-holder{
    position: fixed;
    top: 16px;
    right: 16px;
}

.mobile-cart-holder{
    height: 100%;
}
#mobile-cart{
    color:black;
    font-size: 32px;

 
}

#mobile-cart-count {
    background: transparent;
    color: white;
    font-weight: 550;
    padding-top: 2px;
    position: absolute;
    bottom:36px;
    right: 0;
    height: 25px;
    width: 56px;
    border-radius: 50%;
    display: inline-block;
    z-index: 101;
    text-align: center;
}

.back-line{
    position: absolute;
    top:64px;
    width: 100%;
    height: 72px;
    background-color: #2E282A;
    z-index: 999;
}

#home-button{
    width:100%;
    text-align: center;
    cursor:pointer;
}

.error-message{
    width:100%;
    text-align: center;
    font-size: 86px;
    font-weight: 800;
}
.error-sub{
    width:100%;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

#clear-order-yes, #clear-order-no{
    height:56px !important;
    font-size: 18px;
    font-weight: 400;
    height:36px;
    margin-bottom: 8px;
    background: transparent;
    color: #2E282A;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #2E282A;
    text-shadow: none;
    max-width: 256px;
  
  }

  #clear-order-yes{
    margin-top: 64px;
  }

  #clear-order-no{
    width: 100%;
    border: 0;
  }
  .paypal-button form{
      width: 100px !important;
  }


  #modal-event{
    background: #f1f1f1;
    max-height: 80%;
    max-width: 800px;
}



#modal-event-title{
    font-size: 28px;
    font-weight: 300;
    color:black;
    line-height: 1;
    margin-bottom: 24px;
}

#modal-event-description{
    font-size: 18px;
    font-weight: 300;
    color:black;
}

.modal-event-footer{
    width:100%;
    text-align: center;
    margin-top: 32px;
}






.grid-container{
    margin-top: 16px;
    display: grid;
    grid-template-columns: 40px 300px;
    grid-template-rows: 20px 20px;
}

.grid-icon{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    color:gray;
    font-size: 24px;
    font-weight:300;
    padding-top: 8px;
    
}

.grid-row-one{
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;

}
.grid-row-two{
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
}

#preorder-button{
    height:56px !important;
    font-size: 18px;
    font-weight: 400;
    height:36px;
    margin-bottom: 8px;
    background: transparent;
    color: #2E282A;
    box-shadow: 0 0 0 0 !important;
    border: 1px solid #2E282A;
    text-shadow: none;
}



  /***********************ANIMATIONS************************************************************/



  @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }




  .lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ripple div {
    position: absolute;
    border: 4px solid #00000050;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
  .lds-ripple div:nth-child(2) {
    animation-delay: -0.7s;
  }
  @keyframes lds-ripple {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }

