/* Variables Used through doc */
/*:root{
    --text-color-main: #474747;
    --color-white: #ffffff;
    --color-primary: #000000;
    --color-secondary: #f15a29;
    --color-tertiary: #c7c7c7;
    --color-primary-hover: #acacac;
    --color-secondary-hover: #f76d40;
    --color-primary-dark: #441b77;
    --color-primary-outline: #0499ff;
    --color-dark: #212529;
    --color-grey-dark: #212121333;
    --color-grey-light: #dfe0e2;
    --color-grey-light-2: #ededed;
    --color-grey-lighy-3: rgba(255,255,255,.7);
    --color-yellow-1: #f7d42e;
    --color-yellow-2: #97cc04;
    --color-blue-1: #222d5b;
    --color-blue-light-1: #1faee4;
    
    --border-1: 1px solid regba(0,0,0,.15);
}*/

body{
    /*font-family: 'FuturaLightfont', sans-serif;*/
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #212121;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
	font-family: 'AvenirLTStd-Black';
    /*font-family: 'Lato', sans-serif;*/
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
}

.header-container {
    /* max-width: 1500px; */
}

.form-control {
    font-family: 'Arial' !important;
}

a{
    color: #ff4d00;
    transition: all .4s ease;
    text-decoration: none;
}

a:hover{
    color: #212121;
    text-decoration: none;
}

.small, small {
    font-size: 90%;
    font-weight: 400;
}

.font-weight-medium{
    font-weight: 400;
}

/*  ----------------------------------------------------------	*/
/*  					Sticky Footer 	 						*/
/*  ----------------------------------------------------------	*/
html, body{
	height: 100% !important;
}

#wrapper.stickyFooter{
	display:flex;
	flex-direction: column;
	min-height: 100% !important;
}

#wrapper.stickyFooter #footer{
	margin-top:auto;
}

/***********************************************
 *                   BUTTONS                   *
 ***********************************************/

/* black */
.btn-primary{
	background-color: #ff4d00;
	border-color:  #ff4d00;
	color: #fff;
}

.btn-primary:hover{
	background-color: transparent;
	border-color: #ff4d00;
	color: #212121;
}

.btn-primary.current {
	background-color: #212121 !important;
	border-color:  #212121 !important;
	color: #ffffff;
}

/* orange */
.btn-secondary{
	background: #212121;
	border-color:  #212121; 
	color:  #ffffff;
}

.btn-secondary:hover{
	background-color: transparent;
	border-color: #212121;
	color: #212121;
}

#header .btn.btn-secondary:hover{
    background-color: #477274;
    border-color: #477274;
    color: #fff;
}

.btn-outline-secondary{
	color: #212121;
	border-color:  #212121;
}
.btn-outline-secondary:hover {
	color:  #ffffff;
	border-color:  #212121;
	background: #212121;
}

/* Dark Grey */
.btn-dark{
	background-color: #477274;
	border-color:  #477274;
	color:  #ffffff;
}

.btn-dark:hover{
	background-color: #477274;
	border-color:  #477274;
	color:  #ffffff;
}

.btn-outline-dark{
	color: #477274;
	background:  #ffffff;
	border-color: #477274;
}
.btn-outline-dark:hover{
	color: #477274;
	background:  #ffffff;
	border-color: #477274;
}

.btn-outline-primary{
	color: #477274;
	background:transparent;
	border-color: #477274;
}
.btn-outline-primary:hover{
	color: #477274;
	background: transparent;
	border-color: #477274;
}

/* Other */

.btn-white, #header .btn.btn-white{
	background-color:  #ffffff;
	border-color:  #fff;
	color: #212121;
}

.btn-white:hover, #header .btn.btn-white:hover{
    background-color: #c7cfd2;
    border-color: #c7cfd2;
    color: #fff;
}

.btn-number{
	background:  #ffffff;
	text-decoration: none;
	line-height: 20px;
	border: 1px solid #212121;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: .6px;
	color: #212121;
	text-align: center;
	height: 60px;
	width: 60px;
	padding-top: 6px;
}

.btn-number.disabled{
	color:#dfe0e2;
	border: 1px solid #dfe0e2;
	pointer-events: none;
}

/***********************************************
 *               CATEGOTY                 *
 ***********************************************/

.catItem {
	background: #ff4d00;
	color: #fff;
}

.catItem:hover{
	border-color: #ededed;
	background: #ff4d00;
}

.catItem.card .card-footer{
	color: #212121;
}

.priceWrapper .amount{
	color: #212121;
}

/*  ----------------------------------------------------------	*/
/*  						Products  	  						*/
/*  ----------------------------------------------------------	*/

.prodItem {
	/* background: #f6b017; */
	color: #000;
}
.prodItem a {
	color: #000;
}

.prodItem:hover {
	border-color: #ededed;
	/* background: #f6b017; */
}

.prodItem .prodName {
    background: #ff4d00;
    color: #fff;
}

.prodItem .card-footer{
    font-size: 100%;
}

.product-description{
    font-size: 19.5px;
}

.product-description ~ a{
    color: #ff4d00;
    transition: all .4s ease;
}

.product-description ~ a:hover{
    color: #212121;
    text-decoration: none;
}

.priceWrapper .amount{
    font-family: inherit;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.breadcrumbWrap{
	background: #212121;
	color: #ffffff;
}

.breadcrumb-item  {
	flex-direction: column;
    justify-content: center;
    align-items: center;
}

.breadcrumbWrap:not(.custom) .breadcrumb-item + .breadcrumb-item::before {
	color: rgba(255,255,255,.7);
}

.breadcrumbWrap .number{
	background: #ffffff;
	color: #212121;
}

.breadcrumbWrap .breadcrumb-item a, .breadcrumbWrap .breadcrumb-item.active{
	color: #ffffff;
}

/*  ----------------------------------------------------------	*/
/*  					CONTACT FORM  	  						*/
/*  ----------------------------------------------------------	*/
/**/

.time-slot{
	background: #212121;
	color: #ffffff;
}

.time-slot:hover{
	color: #ffffff;
	background: #ff4d00;
}

.time-slot.peak-plus, .pricingType_Peak_Plus{
	background: #f7d42e; 
	color: #222d5b;
}

.time-slot.peak-plus-party, .pricingType_Peak_Plus_Party{
	background: #97cc04;
    color: #ffffff;
}
.time-slot.peak, .pricingType_Peak{
	background: #f7d42e;
	color: #222d5b;
}
.pricingType_Saver{
    background:  #212121;
    color: #ffffff;
}
/************************************************************************************************************/
/*                                         HEADER AND FOOTER STYLES                                         */
/************************************************************************************************************/
#header{
    background: #fff;
	color: #212121;
    font-family: 'FuturaMediumfont', sans-serif;
}

#topBar .quick-cart .badge{
	/*background: #6dafb2;*/
    background: #ff4d00;
    color: #fff;
}

#topBar{
    font-size: 16px;
}

.header-item{
    font-size: 18px;
}

#topBar i{
    color: #212121;
}

.nav-item.dropdown:hover{
    cursor:pointer;
}

#hNavBar .nav-item{
    font-size: 14px;
}

#hNavBar .nav-link {
    font-weight: normal;
    padding: 0;
    color: #212121;
    font-size: 22px;
    transition: all .4s ease;
}

#hNavBar .nav-item {
    font-size: 18px;
    padding-right: 30px;
    padding-left: 30px;
    transition: all .4s ease;
}

#hNavBar .nav-item:hover, #hNavBar .nav-item:hover .nav-link{
	color: #ff4d00;
}

#header #topbar{
    margin-bottom: 10px;
}

#hButtons {
    width: 100%;
}

.navbar .btn{
    font-size: 1.1rem;
}

@media (min-width: 576px) {
    #hButtons {
        width: auto;
    }
}

.dropdown-item{
    font-size: 12px;
    font-weight: bold;
}

#hNavBar .dropdown-menu {
    background-color: #ff4d00;
    border-radius: 0;
    border: none;
    margin-top: 0;
}

#hNavBar .dropdown-item {
	text-align: center;
	color: #fff;
	font-weight: normal;
    font-size: 20px;
}
#hNavBar .dropdown-item:hover {
    color: #fff;
    background-color: transparent;
}

.logo-wrapper{
    margin: 0 auto;
}

#footer{
   /*background: #f6b017;*/
   font-family: 'Lato', sans-serif;
   background: #212121;
   color: #fff;
   font-size: 15px;
   font-weight: 300;
}

#footer a{
   color: #ffffff;
   font-size: 15px;
   transition: all .4s ease;
}

#footer a:hover{
    color: #ff4d00;
    text-decoration: none;
}

.dropdown-toggle::after{
    display: none;
}

.navbar-toggler{
    color: #212121;
}

.footer-heading{
    margin-bottom: 2px;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.03em;
    font-weight: 300;
}

.lower-case{
    text-transform: lowercase;
}

.social-background{
    height: 39px;
    width: 39px;
    color: #212121;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-background .fab{
    font-size: 24px;
    color: #212121;
}

@media only screen and (max-width: 1288px){
    #hNavBar .nav-item {
        font-size: 12px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media only screen and (max-width: 1200px){
    #hNavBar .nav-item {
        font-size: 11px;
        padding-right: 10px;
        padding-left: 10px;
    }

    #hNavBar .dropdown:hover .dropdown-menu, #hNavBar .dropdown:hover .dropdown-menu-hover {
        margin-top: -2px;
    }

}

@media only screen and (max-width: 1061px){
    #hNavBar .nav-item{
        padding-left: 8px;
        padding-right: 8px;
    }
}

@media only screen and (max-width: 991px){
    #hNavBar .nav-item {
        font-size: 14px;
        padding: 5px;
    }
}

@media only screen and (max-width: 575px){
    #hButtons .btn{
        width: 100%;
    }
}