#column-left:not(.column_account)
{
	display: none !important;
}


#column-left
{
    padding-left: 0 !important;
}

.barsOpenNav
{
    display:none;
}



@media(max-width:992px)
{

  .left-main-menu .TT-panel-heading::after
  {
      display: none !important;
  }

}




.TTProduct-Tab .tthometab
{
    margin: 0 15px !important;
}




/* This is set for the column account Title, if don't want show the "Account' title then set display:none; to hide it */
.column_account_Title
{
    padding: 20px 30px !important;
    font-size: 18px !important;
    color: #000 !important;
    font-weight: bold !important;

}



.categoryProduct .box-heading > h3, .title_block .ttblock-heading
{
    font-size: 15px !important;
    text-align: left;
}


@media(max-width:900px)
{
    .categoryProduct .box-heading > h3, .title_block .ttblock-heading
    {
        font-size: 12px !important;
    }
}



.boxControl
{
    margin-top: 25px !important;
}



.categoryProduct .box-heading > h3, .title_block .ttblock-heading
{
    border: 0 !important;
}



.TTProduct-Tab .tthometab
{
    border: 0 !important;
}





.tooltip.top .tooltip-arrow
{
    border-top-color:#005DA9 !important;
}


.tooltip-inner
{
    background-color: #005DA9 !important;
}




@media(max-width:991px)
{
    .products-list{
		margin: 0 !important;
		
	}
}






#common-home #content
{
    min-height: unset !important;
}





@media(max-width:989px)
{
    #account-account #content2
    {
        width: 100% !important;
    }
}




























/* Header */

.webMobileContentContainer{
	max-width: 700px !important;
	width: 100% !important; 
	width: calc(100% - 1rem) !important; 
	margin: 25px auto !important;
   
	/*background: #f5f5f5 !important;*/
}


@media(min-width:1630px)
{
	
	.webMobileContentContainer{
		/* max-width: 1630px !important; */
		max-width: 700px !important;
		
	}
}



@media(max-width:1310px)
{
	
	.webMobileContentContainer{
		max-width: 700px !important;
		
	}
}


@media(max-width:700px)
{
	
	.webMobileContentContainer{
		max-width: 100% !important;
		width: 100% !important; 
		width: calc(100% - 1rem) !important; 
		margin: 25px auto !important;
	
		/*background: #f5f5f5 !important;*/
	}
}

.searchContainer
{
    background:var(--header);
    height: 80px;
}


header .btn-default
{
    background: transparent !important;
}

header .fa-search
{
    color: #A2A2A6;
}


@media(max-width:760px)
{
    .searchContainer
    {
        height: 30px;

    }

    #header-search
    {
        width: 100%;
    
    }


    .searchContainer .webMobileContentContainer
    {
        /* margin-left: 15px !important;
        margin-right: 15px !important; */
        padding: 0 15px !important;
    }
}


.sub-menu {
    padding: 0 0 0 2%;
    float: right;
    left: -100%;
    top: 0;
    transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    position: fixed;
    margin: 0;
    background-color: #E8E8E8;
    border-radius: 0;
    z-index: 999;
    overflow: hidden;
  }


  

  .sub-menu.overlay{

   
    left: -100%;
    background-color: rgba(0, 0, 0);
    opacity: 0;
    transition: opacity 0.3s ease;
  }


  @media(min-width:600px)
  {

    .sub-menu {
        width: 300px;
        left: -300px;
    }

    .sub-menu.overlay {
      width: 100%;
      left: -100%;
  }

  }
  
  .sub-menu.oppenned {
    left: 0;
    overflow: scroll;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }


  .sub-menu.overlay.oppenned {
    left: 0;
    opacity: 0.5;
  }

  
  
  .sub-menu ul {
    margin: 0;
  }
  .sub-menu li {
    display: block;
    list-style: none;
    height: auto;
    margin-left: 0;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .sub-menu li:first-child {
    margin-top: 20px;
  }
  .sub-menu li a {
    color: #000;
    font-size: 12px;
    width: 100%;
    display: block;
    float: left;
    text-align: left;
    text-transform: uppercase;
    line-height: 30px;
  }
  .sub-menu li a:hover {
    font-weight: bold;
    text-decontarion: none;
  }
  
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
    padding: 0;
    width: 26px;
    height: 36px;
    z-index: 2;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .c-hamburger:focus {
    outline: none;
  }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 4px;
    background: white;
  }
  .c-hamburger span:before, .c-hamburger span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
  }

  .c-hamburger.is-active span:before, .c-hamburger.is-active span:after {
    
    background-color: #000;
   
  }

  .c-hamburger span:before {
    top: -10px;
  }
  .c-hamburger span:after {
    bottom: -10px;
  }
  
  .c-hamburger--htx span {
    -webkit-transition: background 0s 0.3s;
    transition: background 0s 0.3s;
  }
  .c-hamburger--htx span:before, .c-hamburger--htx span:after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s;
  }
  .c-hamburger--htx span:before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform;
  }
  .c-hamburger--htx span:after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform;
  }
  .c-hamburger--htx.is-active span {
    background: none;
  }
  .c-hamburger--htx.is-active span:before, .c-hamburger--htx.is-active span:after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s;
    color: #000;
  }
  .c-hamburger--htx.is-active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #000;
  }
  .c-hamburger--htx.is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }


  .buttonNav
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px 5px 0;
  }



  .menuText
  {
    font-size: 25px;
    margin: 15px 0 0 0;
    color: #000;
    font-weight: bold;
  }
  

  .c-hamburger.is-active
  {
        width: 20px;
        font-weight: normal;
  }

  @media(max-width:600px)
  {
    #logo img
    {
    max-width: 150px;
    }

    .c-hamburger
    {
        width: 26px;
    }
  }


  .fa.fa-history
  {
    font-size: 30px;
    color: #fff;
    margin-top: 6px;
  }



  /* food items */
  .card {
    display: flex;
    flex-direction: row;
    background-color: white;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    padding: 16px;
    /* max-width: 400px; */
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }

  /* .card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  } */

  .card:not(.disabledCard):hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: default;
  }

  
  .card .image-placeholder {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
  }
  
  
  .card .content {
    flex: 1;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .card .title {
    font-size: 18px;
    margin: 0;
    font-weight: bold;
  }
  
  .card .description {
    font-size: 14px;
    color: #666;
    margin: 8px 0 12px;
  }
  
  .card .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .card .price {
    font-size: 16px;
    font-weight: bold;
    color: #b00020;
  }
  
  .card .add-btn {
    width: 32px;
    height: 32px;
    background-color: var(--cart_item_add_btn);
    border: none;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .card .add-btn:hover {
    background-color:  #fff;
    border: 1px solid var(--cart_item_add_btn);
    color: var(--cart_item_add_btn);

    -webkit-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

  }
  
  /* Responsive Design 
  @media (max-width: 480px) {
    .card {
      flex-direction: column;
      align-items: center;
    }
  
    .image-placeholder {
      margin-bottom: 16px;
    }
  
    .content {
      margin-left: 0;
      text-align: center;
    }
  
    .footer {
      flex-direction: column;
      gap: 8px;
    }
  }
  
  */



  .navTabText
  {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }


  .navTabText a
  {
    color: #000;
    text-decoration: underline !important;
    margin: 5px 0;
    font-size: 12px;
  }

  .navTabText a:hover
  {
    font-weight: bold;
  }



  .discountTagItems
  {
    position: absolute;
    top: 0;
    background: red;
    right: 0;
    font-size: 10px;
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    border-top-right-radius: 5px;
  }

  footer
{
  display: none;
}




























.js-menu__context_cart {
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.5s, visibility 0.5s;
	visibility: hidden;
	width: 100%;
	height: 100%;
	z-index: 40000;
  }
  
  .js-menu_cart {
	color: #000;
	position: absolute;
	height: 100%;
	width: 560px;
	max-width: 85vw;
	padding: 0px;
	margin: 0;
	background: #fff;
	z-index: 99;
	overflow-y: auto;
  
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	transition: background 0.5s, transform 0.5s;
  }
  
  .js-menu_cart--left_cart {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
  }
  .js-menu_cart--right_cart {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	position: absolute;
	right: 0;
  }
  .js-menu__open_cart {
	cursor: pointer;
  }
  
  .js-menu__close_cart {
	cursor: pointer;
  }
  
  .js-menu__expanded_cart {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
	opacity: 1;
  }




.swipecheckoutBtn
{
  background: var(--swipeMenu_checkout_Now);
  border-color: var(--swipeMenu_checkout_Now);
  border-radius: 5px !important;
}



.swipecheckoutBtn:hover
{
  background: var(--swipeMenu_checkout_Now);
  border-color: var(--swipeMenu_checkout_Now);
}



  
@media(max-width:600px)
{
  .js-menu, .js-menu_cart {
   
    width: 100% !important;
    max-width: 100% !important;
  
  }
}








.cartProductList
{
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: wrap;

}


.cartProductList .swipeDetail
{
padding: 15px 25px;
}


.cartProductList .buttonSectionEdit
{
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: space-between;
flex-wrap: wrap;
}



.cartProductList .swipeProductImage img
{
width: 100%;
transition: transform .2s;
}

.cartProductList .swipeProductImage img:hover {
transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.cartProductList .swipeProductImage
{
width: 20%;
position: relative;
}


.cartProductList .swipeDetail
{
width: 80%;
}

.buttonSectionEdit input{
height:34px;
width: 50px;
text-align: center;

border: 0;

display: inline-block;
vertical-align: middle;

outline: none;

}


/* Set the tick color to white */
.cartListing input[type=checkbox]:checked {
  color: white; /* Ensures the tick is white */
}



.buttonSectionEdit .number
{
display: flex;

}

.buttonSectionEdit .minus, .buttonSectionEdit .plus{
width:30px;
height: 34px;
background: var(--swipe_menu_minus_plus_btn);

padding:8px 5px 8px 5px;
border:1px solid var(--swipe_menu_minus_plus_btn);
display: inline-block;
vertical-align: middle;
text-align: center;
color:  var(--swipe_menu_minus_plus_btn_text);
border-radius: 5px;
}






.cartProductList .swipeDetail .swipeProductTitle
{
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}


.cartProductList .swipeDetail .swipeProductSize
{
  font-size: 15px;
  margin: 0;
  color: #48484A;
  margin: 4px 0;
}


.cartProductList .swipeDetail .swipePricePoint
{
  font-size: 15px;
  margin: 0;
  color: #000;
  margin: 4px 0;
}


.buttonSectionEdit .swipetrash
{
  color: var(--swipe_menu_trash_color);
  font-size: 25px;
}



.swipecheckoutBtn
{
  border: 0;
  border-radius: 0;
  background: var(--swipe_menu_checkout_btn);
  color: #fff;
  width: 100%;

  
}


.swipecheckoutBtn:hover{
  background: var(--swipe_menu_checkout_hover_btn) !important;
}


 
  .menuBody
  {
   
    height:75%;
  overflow: scroll;

    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
  }





.out-of-stock-label
{

display: flex !important;
justify-content: center !important;
align-items: center !important;
width: 100% !important;
height: 100% !important;
color:#333 !important;
font-weight:700 !important;
text-transform: uppercase !important;
position:absolute !important;

              
/* top:40%; */
left:0 !important;
right:0 !important;
padding: 20px 0 !important;
text-align:center !important;
opacity: 0.9 !important;
  background: rgba(255,255,255,0.9) !important;
z-index:1 !important;
/* text-shadow: 2px 2px 0px rgba(255, 255, 255, 1),
             5px 4px 0px rgba(0, 0, 0, 0.15) !important; */
}



@media(max-width:767px)
{
  .cartProductList .swipeDetail .swipeProductTitle
  {
  font-size: 13px;
  
  }


  .cartProductList .swipeDetail .swipeProductSize
  {
  font-size: 13px;
  
  }


  .cartProductList .swipeDetail .swipePricePoint
  {
  font-size: 13px;
  
  }



  .buttonSectionEdit input
  {
    height: 28px;
  }

  .buttonSectionEdit .minus, .buttonSectionEdit .plus
  {
    height: 28px;
    padding: 5px;
  }


  .buttonSectionEdit .swipetrash
  {
  
    font-size: 23px;

  }



}









/* Remove Cart */
.cartProductList .swipeDetail .removeCartNotice1
{
  font-size: 20px;
  text-align: center;
  color: #4A4A4A;
  font-weight: bold;
 
}

.cartProductList .swipeDetail .removeCartNotice2
{
  font-size: 12px;
  text-align: center;
  color: #4A4A4A;
 
}




.removeCartList
{
  height: 100%;
  justify-content: center;
  align-items: center;
}




@media(max-width:767px)
{

  .cartProductList .swipeDetail .removeCartNotice1
  {
    font-size: 15px;
  }


  .cartProductList .swipeDetail .removeCartNotice2
  {
  font-size: 10px;
  
  
  }

}


.removeButtonSec
{
  display: flex;
  justify-content: center;
  align-items: center;
  
}


.swipecheckoutRemoveBtn
{
  border: 0;
  border-radius: 0;
  width: 50%;


  margin: 0 15px;

  
}



.removeBtn1
{
  background: #fff;
  color: #4A4A4A;
  border: 1px solid #4A4A4A;

}

.removeBtn1:hover
{
  border: 1px solid #000;
  background: #000;
  color: #fff;
}


.removeBtn2
{
  border: 1px solid #D91F1F;
  background: #D91F1F;
  color: #fff;

}

 
 






/* empty list  */

.removeCartList .emptyList
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.removeCartList .emptyList img
{
  width: 80px;
}

.removeCartList .emptyList p
{
  margin: 25px 0;
  color: #4A4A4A;
}
  /* end */








.faq-container{
  max-width: 700px;
  margin: 0 auto;
}
.faq{
  background-color: transparent;
  border: solid 1px #9fa4a8;
  border-radius: 10px;
  padding: 15px 20px;
  margin: 20px 0 30px 0;
  position: relative;
  overflow: hidden;
  transition: .4s ease;
  background-color: #fff;
}
.faq.active {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1), 0 3px 6px rgba(0, 0, 0, .1);
}

.faq.active::before{
  color: #3498db;
  top: -10px;
  left: -30px;
  transform: rotateY(180deg);
}
.faq
{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.faq-title{
  margin: 0 35px 10px 0;
  font-size: 14px;
}

.faq-title .titleVal
{
  font-weight: bold;
}

.faq-title .titleVal.status
{
  color: var(--orderStatus_text);
}

.faq-text{
  display: none;
  opacity: 0;
  margin: 30px 0 30px 0;
  transition: opacity 5s ease-in-out; 
}



.faq.active .faq-text{
  opacity: 1;
  display: block;
  transition: opacity 5s ease-in-out; 
}
.faq-toggle {
    border: 0;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 30px;
    top: 30px;
    height: 30px;
    width: 30px;
}
.faq-toggle .fa-chevron-up{
  display: none;
}
.faq.active .faq-toggle .fa-chevron-up{
  display: block;
  font-style: normal;
  color: var(--fa_chevron_up_color);
}
.faq.active .faq-toggle .fa-chevron-down{
  display: none;
  font-style: normal;
}



.faq .fa-chevron-down{
  font-style: normal;
  color: var(--fa_chevron_down_color);
}


.cancelOrderLink
{
  display: flex;
  justify-content: center;
}

.cancelOrderLink a
{
  color: var(--cancelOrder_link_text);
  text-decoration: underline !important;
}




.productBox .name_qty
{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}


.productBox .name_qty .productNameText
{
  width: 90%;
}

.productBox .name_qty p
{
  color: #000;
  font-size: 12px;
  margin-bottom: 5px;

}


.productBox .productOptions p 
{
    margin-bottom: 0px;
    color: #999999;
    font-size: 11px;
}



.productBox .priceShow p
{
  color: #000;
  font-size: 12px;
}



.orderHistoryNewOrder
{
  background: var(--orderHistoryNewOrder_BG);
  color: var(--orderHistoryNewOrder_text);
  border: 1px solid var(--orderHistoryNewOrder_BG);
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 10px 5px 10px;
}


.orderHistoryNewOrder:hover
{
  background: transparent;
  color: var(--orderHistoryNewOrder_BG);
  border: 1px solid var(--orderHistoryNewOrder_BG);
  border-radius: 5px;
  margin: 20px 0;
  padding: 10px 10px 5px 10px;
}













.orderRefText
{
  color: var(--orderRefText);
  font-weight: bold;
}


.historyLink
{
  padding: 0 !important;
}







.emptyHistory
{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}


.emptyHistory img
{
  max-width: 150px;
  width: 100%;
}


.emptyHistory .emptyText
{
  font-size: 18px;
  margin: 55px 0;
  color: #000;
  text-align: center;

}


.newOrderContainer
{
  max-width: 250px;
  width: 100%;
}

.newOrderContainer button
{
  text-transform: none !important;
}



#page{
  background: #F7F7F7;
}












/* 'Scroll To Top' BUTTON */
#scrollTopBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position */
 bottom: 50%; /* Place the button at the bottom */
 
  left: 0; /* Place the button 30px from the right */
  z-index: 99; /* Ensure the button is on top of other elements */
  font-size: 18px; /* Increase font size */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  
  color: white; /* Set a white text color */
  cursor: pointer; /* Add a pointer on hover */
  padding: 8px 3px 0px 0px; /* Add some padding */
 

  background-color: var(--scroll_to_top_icon_bg) !important;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px, rgba(0, 0, 0, 0.2) 0px 4px 4px;
  /* rgb(38, 57, 77) 0px 20px 30px -10px; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

  /* background-image: url('../../../../image/scrolltotop.png');
  background-repeat: no-repeat;
  background-size: cover; */

  height: 40px;
  width: 20px;

  /* bottom: -25px; */

  opacity: 0.2;

  
}



#scrollTopBtn i 
{
color: var(--scroll_to_top_icon) !important;
font-size: 20px;
}


#scrollTopBtn:hover {
 
  opacity: 1;
  transition: all 0.3s ease;
  
}



@media(max-width:500px)
{
  #scrollTopBtn {
    right: 40%;
  }
}





/* End ================================================ */






@media(max-width:319px)
{
  .c-hamburger
  {
    width: 16px;
   
  }

  .c-hamburger span:before, .c-hamburger span:after
  {
    height: 3px;
  }

  .c-hamburger span
  {
    height: 3px;
  }


  .c-hamburger span:before
  {
    top: -5px;
  }
  .c-hamburger span:after
  {
    bottom: -5px;
  }


  .fa.fa-history
  {
    font-size: 19px;
    margin-top: 9px;
  }
}





#campusBlockParent
{
  background: #fff;
}

#campusBlock2
{
  /* box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px; */
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px;
  margin: 0 0 5px 0;
}







@media(max-width:500px)
    {

        .card .title
        {
          font-size: 15px;
        }

        .card .description
        {
          font-size: 12px;
        }

        .card .price
        {
          font-size: 15px;
        }

        .card .add-btn
        {
          width: 25px;
          height: 25px;
        }
    }











    .loadMoreContainer
    {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 50px;

    }

    .loadMoreContainer a
    {
      color: #000;
      font-size: 12px;
      font-weight: bold;
      text-decoration: underline;
    }

    .loadMoreContainer img
    {
      margin-top: -5px;
      margin-left: 3px;
    }




    .btn-danger.active, .btn-danger:active, .open>.dropdown-toggle.btn-danger
    {
      background-color: var(--default_btn) !important;
      border-color: var(--default_btn) !important;
    }



    input[type="checkbox"] {
      accent-color: var(--checkbox_BG);
      }




      #information-information .page-title-wrapper
      {
        display: none;
      }
      