@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
.fbb-accountpage .fbb-orderinfo, .fbb-accountpage .fbb-addressinfo, .fbb-accountpage .fbb-deliveryaddress-info,
.fbb-accountpage .editaccountcontent
{
    display: none;
}

.fbb-orderinfo .fbb-userdetailsinfo ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
    list-style: none outside;
    margin: 0 0 35px;
    padding:0px 15px;
	background-color: var(--fbb-greycolor);
    border: 1px solid #d6d6d6;
}
   
 .fbb-userdetailsinfo .fbb-value {
    display: block;
    font-weight: inherit;
    font-size: 14px;
    line-height: 25px;
}

.fbb-renewlink .fbbreneworder {
    background-color: var(--fbb-secondarycolor);
    color: var(--fbb-whitecolor);
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
}
.fbb-orderinfo .fbb-renewlink {
    margin: 30px 0;
}
.fbb-orderinfo .fbb-packinfo-table tfoot tr td {
    padding: 0;
}
.fbb-userdetailsinfo ul li {
	border-right: 1px solid #d6d6d6;
    padding: 10px;
    padding-right: 30px;
}
.fbb-userdetailsinfo ul li:last-child {
	border-right:none;
	 padding-right:15px;
}
.error {
    color: red;
}
.fbb-default-box{
    padding: 0;
    position: relative;
}
.fbb-main-listing-container {
    margin: 50px 50px 50px 30px;
    padding: 0;
}
form#sample_form {
    position: relative;
	font-family: var(--fbb-font-family);
    padding-top: 50px;
}
.fbb-popconfirm {
    background: var(--fbb-cl-white);
    padding: 8px 30px;
    display: inline-block;
    border-radius: var(--fbb-radius-10px);
    position: absolute;
    top: 0;
    -webkit-animation: 1s fadeInRight linear;
    -moz-animation: 1s fadeInRight linear;
    -o-animation: 1s fadeInRight linear;
    -ms-animation: 1s fadeInRight linear;
    animation: 1s fadeInRight linear;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 100%;
    font-size: 15px;
}
.notice {
    display: none!important;
}
.fbb_success {
    color: #678B67;
}
.fbb_error {
    color: #A35051;
}

.fbb-service-duration {
    display: flex;
}
.fbb-service-duration input#dvalue {
    -ms-flex: 1 1 auto;
    flex: 0 0 65%;
    margin-right: 15px;
}
.fbb-button:hover {
    background-color: var(--fbb-cl-black);
}
.button-top-sp {
    margin-top: 28px;
}
.fbb-page-heading {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--fbb-bordercolor);
    padding-bottom: 15px;
}
.fbb-details-tbl-wraper {
    background-color: var(--fbb-cl-white);
    border-radius: var(--fbb-radius-10px);
    padding: 30px 35px;
    margin-top: 65px;
}
.fbb-form-field .error.front-er {
    font-size: 14px;
    color: red;
    width: 100%;
    top: auto;
    left: 15px;
}
.mailsent.fbb-popconfirm {
    top: -45px;
}
/*  timepicker CSS */
.ui-timepicker-container {
  position: absolute;
  overflow: hidden;
  box-sizing: border-box;
}

.ui-timepicker {
  box-sizing: content-box;
  display: block;
  height: 210px;
  list-style: none outside none;
  margin: 0;
  padding: 0 1px;
  text-align: center;
}

.ui-timepicker-viewport {
  box-sizing: content-box;
  display: block;
  height: 210px;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  /* IE */
}

.ui-timepicker-standard {
    background-color: var(--fbb-cl-white);
    border-radius: var(--fbb-radius-10px);
    color: var(--fbb-cl-black);
    margin: 0;
    padding: 0;
    z-index: 7 !important;
    box-shadow: 0px 0 15px rgba(0,0,0,0.08);
}

.ui-timepicker-standard a {
    color: var(--fbb-body-color);
    display: block;
    padding: 10px 0;
    text-decoration: none;
    background-color: var(--fbb-cl-white);
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
}

.ui-timepicker-standard .ui-state-hover {
  /* overwrites .ui-state-hover */
  background-color: var(--fbb-cl-dark);
  font-weight: normal;
  color: var(--fbb-cl-white);
}

.ui-timepicker-standard .ui-menu-item {
  /* overwrites .ui-menu and .ui-menu-item */
  /*clear: left;
    float: left;*/
  margin: 0;
  padding: 0;
}

.ui-timepicker-corners,
.ui-timepicker-corners .ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.ui-timepicker-hidden {
  /* overwrites .ui-helper-hidden */
  display: none;
}

.ui-timepicker-no-scrollbar .ui-timepicker {
  border: none;
}

.ui-datepicker {
  background: var(--fbb-cl-white);
  border-radius: 15px;
  box-shadow: 0px 20px 40px rgba(59,60,56,0.05);
  z-index: 8 !important;
}
.ui-datepicker table tbody tr, .ui-datepicker table thead tr, .ui-datepicker table tbody td, .ui-datepicker table tbody th {
    border: 0;
    padding: 0;
}
.ui-datepicker table th {
        border: 0;
    padding: 0;
    border-right: 0;
    color: inherit;
}
.ui-datepicker-header {
    height: 45px;
    line-height: 45px;
    color: var(--fbb-cl-white);
    background: #2B4FFF;
    margin-bottom: 12px;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  width: 20px;
  height: 20px;
  text-indent: 9999px;
  border-radius: 100%;
  cursor: pointer;
  overflow: hidden;
  margin-top: 15px;
}
.ui-datepicker-prev {
  float: left;
  margin-left: 12px;
}
.ui-datepicker-prev:after {
  transform: rotate(45deg);
  margin: -43px 0px 0px 8px;
}
.ui-datepicker-next {
  float: right;
  margin-right: 12px;
}
.ui-datepicker-next:after {
  transform: rotate(-135deg);
  margin: -43px 0px 0px 6px;
}
.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-left: 2px solid var(--fbb-cl-white);
  border-bottom: 2px solid var(--fbb-cl-white);
}
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover:after,
.ui-datepicker-next:hover:after {
  border-color: var(--fbb-cl-black);
}
.ui-datepicker-title {
  text-align: center;
  font-size: 20px;
}
.ui-datepicker-calendar {
  width: 100%;
  text-align: center;
      margin: 0;
}
.ui-datepicker-calendar thead tr th span {
  display: block;
  width: 45px;
  color: var(--fbb-cl-black);
  margin-bottom: 5px;
  font-size: 15px;
      text-align: center;
}
.ui-datepicker-calendar .ui-state-default {
  display: block;
  text-decoration: none;
  color: var(--fbb-cl-black);
  line-height: 45px;
  font-size: 14px;
  border-radius: var(--fbb-radius-50px);
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-datepicker-calendar .ui-state-default:hover {
  color: var(--fbb-cl-white);
  background:var(--fbb-cl-dark);
  transition: all 0.25s cubic-bezier(0.7, -0.12, 0.2, 1.12);
}
.ui-datepicker-calendar .ui-state-highlight {
  color: var(--fbb-cl-white);
  background-color: var(--fbb-cl-black);
  border-radius: var(--fbb-radius-50px);
}
.ui-datepicker-calendar .ui-state-active {
  color: var(--fbb-cl-white);
  background-color:var(--fbb-cl-dark);
  border-radius: var(--fbb-radius-50px);
}
.ui-datepicker-unselectable .ui-state-default {
    color: #c2c2c2;
}
.ui-datepicker-unselectable .ui-state-default:hover {
    color: var(--fbb-cl-white);
}
.fbb-time-duration {
    display: flex;
}

.fbb-modal {
    position: fixed;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    width: 31%;
    background: #fff;
    padding: 30px 15px;
    z-index: 100;
    transition: 0.5s ease-out;
    transform: translateY(45px);
    border-radius: var(--fbb-radius-10px);
    max-width: initial !important;
    font-family: var(--fbb-font-family);
}
.fbb-modal form {
    padding: 0 15px;
    font-family: var(--fbb-font-family);
}
.fbb-modal .fbb-sum-user {
    margin-top: 15px;
}
.fbb-modal h5 {
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: var(--fbb-cl-black);
    text-transform: capitalize;
}
.fbb-modal .fbb-sum-service, .fbb-modal .fbb-sum-date {
    margin-top: 15px;
}
.fbb-modal .paymentbtn {
    border-radius: var(--fbb-radius-10px);
    margin-top: 20px;
    color: var(--fbb-cl-white);
    background-color: var(--fbb-cl-dark);
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 10px 35px 10px;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    font-family: var(--fbb-font-family);
    background-image: none;
    text-shadow: unset;
    box-shadow: unset;
}
.fbb-modal .paymentbtn:hover {
	background-color:var(--fbb-cl-black);
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.fbb-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 50;
    transition: 0.7s;
}
.close {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 30px;
  background: #000;
  color: #fff;
  cursor: pointer;
  border: 0;
}

/** tab style - style1**/

input#fbb_front_user_subservice, input#fbb_front2_user_subservice {
    border: 0;
    position: absolute;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    outline: 0;
}

/** tab style **/
.btn.stripe_pay {
    background-color: transparent;
    border-radius: var(--fbb-radius-10px);
    padding: 0 60px;
    height: 40px;
    margin-top: 10px;
    border: none;
    font-size: 0;
    color: var(--fbb-cl-white) !important;
    border: 1px solid #5469D4;
    background-image: url(../images/stripe.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    margin-bottom: 15px;
    border-radius: 12px;
}
.btn.stripe_pay:active, .btn.stripe_pay:focus, .btn.paypal_pay:active, .btn.paypal_pay:focus {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    outline: 0;
}
.btn.paypal_pay {
    background-color: transparent;
    border-radius: var(--fbb-radius-10px);
    padding: 0 60px;
    height: 40px;
    margin-top: 10px;
    border: none;
    font-size: 0;
    color: var(--fbb-cl-white) !important;
    border: 1px solid #0070E0;
    background-image: url(../images/paypal.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}

@media (max-width: 359px) {
.ui-datepicker {
    width: 280px;
}
.ui-datepicker-calendar thead tr th span {
    width: 40px;
}
}


/* Add css */

.paypal-button-row.paypal-button-number-1.paypal-button-layout-vertical {
	display	: none !important;
}

/* -----------------------------------
-----------------model --------------
-----------------------------------*/

  
  .modal{
    display:none;
    top: 0;
    min-width: 250px;
    width: 80%;
    max-height: 400px;
    margin: 0 auto;
    position: fixed;
    z-index: 40001 !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #000;
    margin-top: 30px;
    margin-left: 10%;
    animation-name: fadeIn_Modal;
    animation-duration: 0.8s;
   
  }
  
  .header{
    width: 100%;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #ccc;
  }
  
  .header a{
    text-decoration: none;
    float: right;
    line-height: 70px;
    margin-right: 20px;
    color: #aaa;
  }
  
  .content{
    /* width: 100%; */
    padding: 20px;
  }
  
  
  
  /****MEDIA QUERIES****/
  
  @media screen and (min-width: 600px){
  
    .modal{
      width: 500px;
      /* height: 300px; */
      margin-left: calc(50vw - 250px);
      margin-top: calc(50vh - 150px);
    }
  
  
    .header{
      width: 100%;
      height: 40px;
    }
  
    .header a{
      line-height: 40px;
    }
  
    .content{
      height: 190px;
    }
    
  
  }
  
  /*LARGE SCREEN*/
  @media screen and (min-width: 1300px){
  
  }
  
  
  /****ANIMATIONS****/
  
  @keyframes fadeIn_Modal {
    from{
      opacity: 0;
    }
    to{
      opacity: 1;
    }
}
  
  @keyframes fadeIn_Container {
    from{
      opacity: 0;
    }
    to{
      opacity: 0.9;
    }   
}

/* Variables */
/* * {
    box-sizing: border-box;
  }
  
  body {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-content: center;
    height: 100vh;
    width: 100vw;
  } */
/*   
  form {
    width: 30vw;
    min-width: 500px;
    align-self: center;
    box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
      0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
    border-radius: 7px;
    padding: 40px;
  } */
  
  .hidden {
    display: none;
  }
  
  #payment-message {
    color: rgb(105, 115, 134);
    font-size: 16px;
    line-height: 20px;
    padding-top: 12px;
    text-align: center;
  }
  
  #payment-element {
    margin-bottom: 24px;
  }
  
  /* Buttons and links */
  button {
    background: #5469d4;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border-radius: 4px;
    border: 0;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
    width: 100%;
  }
  button:hover {
    filter: contrast(115%);
  }
  button:disabled {
    opacity: 0.5;
    cursor: default;
  }
  
  /* spinner/processing state, errors */
  .spinner,
  .spinner:before,
  .spinner:after {
    border-radius: 50%;
  }
  .spinner {
    color: #ffffff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0px auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .spinner:before,
  .spinner:after {
    position: absolute;
    content: "";
  }
  .spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
  }
  .spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0px 10.2px;
    transform-origin: 0px 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
  }
  
  @-webkit-keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes loading {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @media only screen and (max-width: 600px) {
    form {
      width: 80vw;
      min-width: initial;
    }
  }

/* Default Classic Layout Style*/
body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: none !important;
}



  
  
/* --------------------------------------- */
/* Fooditems Plugin */
.foodboxbooker #sidebar-right.sidebar {
    display: none;
}
body.foodboxbooker.themetechmount-sidebar-right .site-content-wrapper #primary.content-area {
    width: 100%;
}
.foodboxbooker .fbb-accountpage .myAccount-content.fbb-myaccountcontent p:first-child {
    font-size: 26px;
    line-height: 36px;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
    font-weight: 600;
    text-transform: capitalize;
}
.foodboxbooker .fbb-accountpage .myAccount-content.fbb-myaccountcontent p:last-child {
    margin-bottom: 0;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul {
    display: flex;
    justify-content: center;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
    color: #004b1a;
    padding: 12px 25px 12px 54px;
    cursor: pointer;
    background-color: #f9f2e6;
    border-radius: 10px;
    border: 1px solid #d6d6d6;
    margin-right: 30px;
    position: relative;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu.active {
    background-color: #c4ff88;
    border-color: #004b1a;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu.active:after,
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu.active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 0px solid transparent;
    left: 0;
    right: 0;
    border-top-width: 12px;
    margin: 0 auto;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu.active:after {    
    border-top: 0 solid #c4ff88;    
    bottom: -12px;    
    border-left-width: 10px;
    border-right-width: 10px;    
    border-top-width: 12px;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu.active:before {
    border-top: 0px solid #004b1a;
    bottom: -13px;
    border-left-width: 11px;
    border-right-width: 11px;
    border-top-width: 12px;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu:last-child {
    background-color: #ff0000;
    border-color: #ff0000;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu:last-child a {
    color: #fff;
}
.foodboxbooker .fbb-accountpage .fbb-account-details {
    padding-top: 20px;
}
.foodboxbooker .fbb-accountpage .editaccountcontent.fbb-myaccountcontent,
.foodboxbooker .fbb-accountpage .fbb-addressinfo.fbb-myaccountcontent,
.foodboxbooker .fbb-accountpage .fbb-orderinfo.fbb-myaccountcontent,
.foodboxbooker .fbb-accountpage .myAccount-content.fbb-myaccountcontent {
    background-color: #f9f2e6;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 56px 50px;
}
.foodboxbooker .fbb-accountpage .fbb-orderinfo.fbb-myaccountcontent {
  padding: 56px 50px 60px;
}
.foodboxbooker .fbbpackinfo table.fbb-packinfo-table tbody tr {
    background-color: #fff;
}
.foodboxbooker .fbb-accountpage .col-md-4 {
    width: 26%;
}
.foodboxbooker .fbb-accountpage .col-md-8 {
    background-color: #f9f2e6;
    margin-top: 17px;
    padding: 30px 30px 35px;
    width: 74%;
}
.foodboxbooker .fbb-addressinfo .fbb-delivery {
    border: 1px solid rgba(25 , 25 , 23 , 0.30);
    border-radius: 10px;
    padding: 5px 20px;
    cursor: pointer;
}
.foodboxbooker .fbb-billing-addressinfo p {
    margin-bottom: 0;
}
.foodboxbooker .fbb-billing-addressinfo {
    margin: 15px 0 0;
}
.foodboxbooker .fbb-deliveryaddress-info.fbb-myaccountcontent {
    margin-top: 20px;
}
.foodboxbooker .fbb-accountpage h3 {
    border-bottom: 1px solid rgba(25 , 25 , 23 , 0.30);
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: 26px;
    line-height: 36px;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
    font-weight: 500;
}
.foodboxbooker .fbb-deliveryaddress label {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: block;
	 color: var(--body-blackfont-color);
}
.foodboxbooker .fbb-deliveryaddress .select2-container {
    width: 100% !important;
}
.foodboxbooker .fbb-deliveryaddress .select2-container--default .select2-selection--single {
    border-radius: 10px;
}
.foodboxbooker .editaccountcontent input[type="email"],
.foodboxbooker .editaccountcontent input[type="text"],
.foodboxbooker .fbb-deliveryaddress .select2-container,
.foodboxbooker .fbb-deliveryaddress input[type="email"],
.foodboxbooker .fbb-deliveryaddress input[type="text"] {
    margin-bottom: 17px;
    background-color: #fff;
    border-radius: 10px;
}
.foodboxbooker .fbb-deliveryaddress input[type="submit"] {
    margin-top: 6px;
}

.foodboxbooker .editaccountcontent label {
    font-size: 14px;
    font-weight: 400;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li a,
.foodboxbooker .fbb-accountpage label {
    text-transform: capitalize;
}
.foodboxbooker .editaccountcontent input[type="password"],
.foodboxbooker .editaccountcontent input[type="email"],
.foodboxbooker .editaccountcontent input[type="text"] {
    height: 46px;
    background-color: #fff;
}
.foodboxbooker .editaccountcontent fieldset {
    border: 0;
    padding: 0;
    margin: 18px 0 0px;
}
.foodboxbooker .editaccountcontent fieldset .row {
    padding: 0;
    margin: 0 30px 0 0;
    width: 100%;
}
.foodboxbooker .editaccountcontent fieldset legend {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
}
.foodboxbooker .editaccountcontent fieldset .row:last-child {
    margin: 0;
}
.foodboxbooker .fbb-password-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.foodboxbooker .editaccountcontent .fbb-password-btn input[type="submit"] {
    margin-top: 25px;
}

.foodboxbooker .fbbpackinfo.groupbypack table.fbb-packinfo-table {
    display: block;
    overflow-x: auto;
}
.foodboxbooker .fbbpackinfo table.fbb-packinfo-table thead tr {
    background-color: #f9f2e6;
}
.foodboxbooker .fbbpackinfo table.fbb-packinfo-table th {
    font-weight: 500;
    font-size: 15px;
    line-height: 25px;
}

.foodboxbooker .fbbpackinfo table.fbb-packinfo-table tbody tr, 
.foodboxbooker .fbbpackinfo table.fbb-packinfo-table thead tr {
    border: 1px solid rgba(25 , 25 , 23 , 0.40);
}
.foodboxbooker .fbbpackinfo table.fbb-packinfo-table th, 
.foodboxbooker .fbbpackinfo table.fbb-packinfo-table tbody td, 
.foodboxbooker .fbbpackinfo table.fbb-packinfo-table tbody th {
    border-right: 1px solid rgba(25 , 25 , 23 , 0.40);
}

.foodboxbooker .fbb-cartpage .fbb-product-info {
    display: table-cell;
    width: 40%;
}
.foodboxbooker .fbb-cartpage .packageinfo {
    display: table-cell;
    vertical-align: top;
    padding-left: 17px;
}
.foodboxbooker .fbb-cartpage .tmcart-summary {
    border: 0px !important;
    padding-bottom: 40px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-checkout-titleprocess,
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-cart-summarybox {
    background-color: #f9f2e6;
    padding: 30px;
}
.foodboxbooker .fbb-cartpage .cart-total-summary {
    border: 1px solid rgba(25, 25, 23, 0.20);
    background-color: #eee5d6;
    border-radius: 15px;
    overflow: hidden;
}
.foodboxbooker .fbb-checkout-page-info .fbb-grandtotal,
.foodboxbooker .fbb-checkout-page-info .fbb-tax,
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-tax {
    padding-bottom:10px;
    padding-top: 10px;
}
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton {
    margin: 12px 0;
    text-align: center;
}
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a {
    border: 1px solid var(--fbb-secondarycolor);
    padding: 12px 80px;
    border-radius: 10px;
    background-color: var(--fbb-skincolor);
    font-size: 16px;
    line-height: 26px;
    color: var(--body-blackfont-color);
    font-weight: 500;
}
.foodboxbooker .fbb-checkout-page-info .fbb-lable-subtotal.price-num,
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-lable-subtotal.price-num {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
    width: 50%;
    display:table-cell;
    text-align: right;
}
.foodboxbooker .fbb-cartpage .fbb-product-price h4 {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    text-align: right;
    margin-bottom: 25px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-lable-subtotal,
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-lable-subtotal {
    width: 44%;
    display: inline-block;
}
.foodboxbooker .fbb-checkout-page-info .fbb-lable-tax,
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-lable-tax {
    display: inline-block;
    width: 46%;
}
.foodboxbooker .fbb-checkout-page-info .fbb-checkout-process h3,
.foodboxbooker .fbb-cartpage .cart-total-summary h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
    padding: 16px 30px 19px;
    margin-bottom: 0;
}
.foodboxbooker .fbb-cartpage .fbb-product-mainbox {
    width: 73%;
}
.foodboxbooker .fbb-cartpage .fbb-product-price {
    width: 27%;
}
.foodboxbooker .fbb-cartpage .fbb-cart-productbox {
    background-color: #f9f2e6;
    border: 1px solid rgba(25, 25, 23, 0.20);
    border-radius: 15px;
    padding: 25px 20px 35px;
    margin-bottom: 30px;
}
.foodboxbooker .fbb-cartpage button.removeitem {
    background-color: transparent;
    border: 0;
    box-shadow: unset;
    padding: 0;
    display: inline-block;
    color: var(--body-fonts-color);
}
.foodboxbooker .fbb-cartpage .packday {
    display: inline-block;
    text-align: left;
    float: left;
    background-color: #fff;
    border: 1px solid rgba(25, 25, 23, 0.20);
    border-radius: 10px;
    padding: 8px 10px;
    line-height: 15px;
}
.foodboxbooker .fbb-cartpage .packname {
    margin: 20px 0;
}
.foodboxbooker .fbb-cartpage .product-removebtn {
    width: 45%;
}
.foodboxbooker .fbb-checkout-page-info fieldset.fbb-cehckout-orderlaststep legend,
.foodboxbooker .fbb-checkout-page-info .fbb-deliveryaddress-info h3,
.foodboxbooker .fbb-cartpage .fbb-product-mainbox h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
}
.foodboxbooker .fbb-cartpage .fbb-product-info img {
    min-height: 310px;
    object-fit: cover;
}
.foodboxbooker .fbb-cartpage .fbb-product-price .col-md-2 {
    width: 100%;
    padding: 0;
    text-align: right;
}
.foodboxbooker .fbb-cartpage .fbb-product-price .col-md-2 div {
    font-size: 18px;
    line-height: 28px;
    color: var(--body-blackfont-color);
}
.foodboxbooker .fbb-cartpage .fbb-product-mainbox h3.fbb-product-title {
    margin-bottom: 25px;
}
.foodboxbooker .fbb-cartpage.row {
    padding-bottom: 80px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-delivery-form .fbb-cehckout-logininfo,
.foodboxbooker .fbb-checkout-page-info .fbb-delivery-form .fbb-cehckout-deliveryinfo {
    background-color: #f9f2e6;
    border: 1px solid rgba(25, 25, 23, 0.20);
    border-radius: 15px;
    padding: 20px 30px 30px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-delivery-form {
    width: 62.8%;
}
.foodboxbooker .fbb-checkout-page-info .fbb-checkout-process {
    width: 33.8%;
    margin-left:15px;
    border: 1px solid rgba(25, 25, 23, 0.20);
    border-radius: 15px;
    padding: 0;
    background-color: #eee5d6;
    overflow: hidden;
}
.foodboxbooker .fbb-checkout-page-info .fbb-delivery-form fieldset {
    border: 0;
    margin: 0px 0 20px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-delivery-form fieldset legend {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
    margin-bottom: 0;
}
.foodboxbooker .fbb-checkout-page-info .fbb-contact-info label {
    font-size: 15px;
    font-weight: 400;
    color: var(--body-blackfont-color);
}
.foodboxbooker .fbb-checkout-page-info fieldset.fbb-cehckout-orderlaststep {
    border: 0;
    padding: 0;
    margin: 20px 0 0;
}
.foodboxbooker .fbb-checkout-page-info .fbb-paymentmethod label span {
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.foodboxbooker .fbb-checkout-page-info  .fbb-paymentmethod {
    margin-bottom: 20px;
}
.foodboxbooker .fbb-checkout-page-info {
    padding-bottom: 80px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-login-content form label {
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.foodboxbooker .fbb-checkout-page-info .fbb-login-content input[type="submit"] {
    margin: 20px 0 12px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-delivery-form .fbb-email-class-exist {
    margin: 15px 0 10px;
}

/* food detail */
.single-fbb_fooditems .fbb-add-cart-form {
    padding-top: 30px;
}
.single-fbb_fooditems .sidebar {
    display: none;
}
.single-fbb_fooditems .site-content-wrapper .content-area {
    width: 100% !important;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-foodboxbooker-post-featured-link-wrapper {
    display: table-cell;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-product-details {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-right: 30px;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-backtolist a {
    border: 1px solid var(--fbb-secondarycolor);
    color: var(--body-blackfont-color);
    background-color: var(--fbb-skincolor);
    padding: 12px 35px 12px;
    border-radius: 10px;
    font-size: 16px;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-product-name h2.fbb-name {
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    margin-bottom: 25px;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-fooditems-description p {
    font-size: 22px;
    line-height: 32px;
    color: var(--body-blackfont-color);
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-backtolist {
    margin-top: 40px;
}
.single-fbb_fooditems .fbb-package-box {
    background-color: #f9f2e6;
    border: 1px solid #000;
    border-radius: 15px;
    padding: 23px 28px;
    margin: 0 15px 30px;
    display: flex;
    align-items: center;
}
.single-fbb_fooditems .fbb-package-box button.fbb-subscribe {
    width: auto;
    float: right;
}
.single-fbb_fooditems .fbb-package-box .fbb-foodboxbooker-content {
    display: none;
}
.single-fbb_fooditems .packbooking-content .fbb-packname,
.single-fbb_fooditems .fbb-package-box .fbb-packagename {
    font-size: 26px;
    line-height: 36px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
}
.single-fbb_fooditems .packbooking-content .fbb-totalamount-price,
.single-fbb_fooditems .fbb-package-box .priceinfo-content .fbb-totalamount {
    color: var(--body-blackfont-color);
}
.single-fbb_fooditems .packbooking-content .fbb-baseprice.specialprice-available,
.single-fbb_fooditems .fbb-package-box .priceinfo-content .fbb-price,
.single-fbb_fooditems .fbb-package-box .priceinfo-content .fbb-special-price,
.single-fbb_fooditems .fbb-package-box .priceinfo-content .fbb-food-mealinfo,
.single-fbb_fooditems .fbb-package-box .priceinfo-content .fbb-saveprice-info {
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.single-fbb_fooditems .packbooking-content .pack-day-name {
    padding-right: 10px;
}
.single-fbb_fooditems .packbooking-content .fbb-productprice {
    display: flex;
    padding-top:5px;
	font-size: 17px;
}
.single-fbb_fooditems .packbooking-content .fbb-specialprice {
    padding-left: 10px;
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.single-fbb_fooditems .modal#foodboxbooker-model {
    background-color: #fff;
    border-radius: 0;
    width: 870px;
	height: max-content;
	max-height: 100%;
    padding:25px 35px 35px;
    border: 1px solid;
    box-shadow: 0px 0px 10px rgba(0 , 0 , 0 , 0.20);
    overflow-y: auto;
    margin: calc(35vh - 150px) auto 0;
}
.single-fbb_fooditems .packbooking-content .fbb-class-step-three label,
.single-fbb_fooditems .packbooking-content .fbb-class-step-two label,
.single-fbb_fooditems .packbooking-content .fbb-class-step-one label {
    font-weight: 400;
    padding-right: 15px;
}
.single-fbb_fooditems .packbooking-content .fbb-class-step-three input[type="date"] {
    padding: 9px 20px;
	margin-top: 5px;
	background-color: #fff;
	border-color: #e0e0e0;
    border-radius: 5px;
}
.single-fbb_fooditems .packbooking-content .fbb-packcontent-info-details {
    margin-bottom: 27px;
}
.single-fbb_fooditems .modal .header {
    height: 0;
    border: 0;
}
.single-fbb_fooditems .modal .header a.cancel {
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 0;
    color: var(--fbb-secondarycolor);
    width: 34px;
    height: 34px;
    border: 2px solid var(--fbb-secondarycolor);
    border-radius:5px;
	font-size: 18px;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
}
.single-fbb_fooditems .modal .header a:hover:after {
    transform: rotate(180deg);
}
.single-fbb_fooditems .modal .content {
    padding: 0;
    height: auto;
}
.single-fbb_fooditems .modal .content .row.packbooking-content {
    margin: 0;
}
.single-fbb_fooditems .packbooking-content .fbb-class-step-two {
    padding: 0;
    width: 80%;
	padding-right: 15px;
}
.single-fbb_fooditems .packbooking-content .fbb-class-step-one {
    padding: 10px 0;
}
.single-fbb_fooditems .packbooking-content .fbb-addtocart-button input[type="submit"] {
    padding:15px 27px;
	height: 48px;
}
.single-fbb_fooditems .packbooking-content input[type="radio"],
.single-fbb_fooditems .packbooking-content input[type="checkbox"] {
  accent-color: var(--fbb-secondarycolor);
}
.single-fbb_fooditems .packbooking-content .fbb-class-step-three label {
    padding-top: 10px;
}
.single-fbb_fooditems .packbooking-content .fbb-addtocart-button {
    margin-top: 35px;
    display: flex;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper {
    padding: 0 15px 70px;
}
.single-fbb_fooditems .site-main {
    padding-bottom: 40px;
}
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content {
	padding: 20px;
    margin-bottom: 20px;
}
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a {
    color: var(--fbb-whitecolor);
    font-size: 16px;
    border-radius: 10px;
    padding: 15px 25px !important;
    background-color: var(--fbb-secondarycolor);
}
.single-fbb_fooditems .fbb-package-cartbtn {
    text-align: center;
}
.single-fbb_fooditems .fbb-package-box .priceinfo-content .specialprice-available,
.single-fbb_fooditems .packbooking-content .fbb-baseprice.specialprice-available {
    text-decoration: line-through;
}
.single-fbb_fooditems .fbb-error.fbb-startdate {
    padding-left: 20px;
}

.foodboxbooker-page .fbb-login-registerpage input[type="submit"] {
    margin-top: 10px;
}
.foodboxbooker-page .fbb-login-registerpage input[type="text"], 
.foodboxbooker-page .fbb-login-registerpage input[type="password"] {
    margin-bottom: 10px;
}
.foodboxbooker-page .fbb-login-registerpage label {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.foodboxbooker-page .fbb-login-registerpage .fbb-lostpassword label {
    cursor: pointer;
    margin-top: 15px;
}
.foodboxbooker-page .fbb-login-registerpage h3 {
    font-size: 26px;
    font-weight: 500;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}
.foodboxbooker-page .fbb-login-registerpage .fbb-login-content .fbb-submitbtn {
    display: inline;
}
.foodboxbooker-page .fbb-login-registerpage .fbb-lostpassword {
    display: inline;
    float: right;
}
.foodboxbooker .fbb-error {
    color: #ff0000;
    margin-bottom: 7px;
}

.foodboxbooker .fbb-email-detailbox td,
.foodboxbooker .fbb-email-detailbox tr {
    border: 0;
    padding: 0;
}
.foodboxbooker-order-received-page #template_header_image img,
.foodboxbooker-myaccount-page #template_header_image img {
    width: 60px;
}
.foodboxbooker .fbb-email-detailbox table {
    margin-bottom: 0;
}
.foodboxbooker .fbb-email-detailbox .fbb-email-centerbox {
    background-color: var(--fbb-whitecolor);
}
.foodboxbooker .fbb-email-footerbox {
    margin-top: 15px;
}
.foodboxbooker .fbb-email-centerbox .fbb-email-imgbox {
    text-align: center;
    background-color: #1e1541;
    padding: 25px;
}
.foodboxbooker .fbb-email-centerbox .fbb-email-imgbox p {
    margin-bottom: 0;
}
.foodboxbooker .fbb-email-centerbox .fbb-email-middle {
    padding: 45px 30px 30px;
    background-color: var(--fbb-whitecolor);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
}
.foodboxbooker .fbb-email-detailbox td#header_wrapper h1 {
    display: none;
}

.foodboxbooker.foodboxbooker-order-received-page.themetechmount-sidebar-right .site-content-wrapper #primary.content-area {
    width: 100%;
}
.foodboxbooker.foodboxbooker-order-received-page #body_content_inner table tr th {
    border: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    padding-bottom: 10px;
}
.foodboxbooker-order-received-page #body_content_inner table tr th {
    border: 0;
    padding: 0;
}
.foodboxbooker.foodboxbooker-order-received-page .fbb-email-detailbox td, 
.foodboxbooker.foodboxbooker-order-received-page .fbb-email-detailbox tr {
    vertical-align: top;
}
.foodboxbooker.foodboxbooker-order-received-page .fbb-order-bottombox {
    padding-top: 25px;
    border-top: 1px solid;
    margin-top: 20px;
    border-bottom: 1px solid;
}
.foodboxbooker-order-received-page .fbb-order-detailbox {
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 18px;
}
.foodboxbooker .foodboxbooker-order-received-page h3 {
    font-size: 26px;
    line-height: 36px;
    color: var(--body-blackfont-color);
}
.foodboxbooker.foodboxbooker-order-received-page tr.fbb-order-items td {
    padding-bottom: 20px;
}
.foodboxbooker.foodboxbooker-order-received-page tr.fbb-order-items td:first-child {
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.fbb-resetpassword-content label,
.fbb-lostpasswordcontent label {
    font-weight: 500;
    color: var(--body-blackfont-color);
    margin-bottom: 10px;
}
.fbb-resetpassword-content input[type="submit"],
.fbb-lostpasswordcontent input[type="submit"] {
    margin-top: 15px;
}
.foodboxbooker-page .row.fbb-resetpassword {
    margin: 0;
}
.foodboxbooker-page .fbb-resetpassword-content .col-md-12,
.foodboxbooker-page .fbb-resetpassword-content .col-md-6 {
    padding: 0;
}
.foodboxbooker-page .fbb-resetpassword-content .col-md-6:first-child {
    padding-right: 15px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #283d58;
}

.fbb-order-recieved-info input[type="button"] {
    margin-bottom: 35px;
}
.fbb-orderinfo .fbb-userdetailsinfo ul span.fbb-lable {
    font-weight: 600;
    color: var(--fbb-secondarycolor);
}


/* Responsive */
@media (max-width:1024px) {
.single-fbb_fooditems .modal#foodboxbooker-model {
    width: auto;
}
}
@media (max-width:991px) {
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-product-details {
    display: block;
    width: 100%;
    padding-right: 0;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-backtolist {
    margin-bottom: 40px;
}
.single-fbb_fooditems .fbb-package-box button.fbb-subscribe {
    float: left;
}
.single-fbb_fooditems .fbb-package-box {
    margin: 0 0 30px;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper {
    padding-bottom: 50px;
}
.single-fbb_fooditems .site-content-inner .site-main {
    padding-top: 40px;
}
.single-fbb_fooditems .modal#foodboxbooker-model {
    width: auto;
    max-height: max-content;
    margin-left: 15px;
    margin-right: 15px;
}
.foodboxbooker .fbb-accountpage .col-md-4 {
    width: 100%;
    padding: 0;
}
.foodboxbooker .fbb-checkout-page-info .fbb-delivery-form,
.foodboxbooker .fbb-cartpage .fbb-product-price,
.foodboxbooker .fbb-cartpage .fbb-product-mainbox,
.foodboxbooker .fbb-accountpage .col-md-8 {
    width: 100%;
}
.foodboxbooker .fbb-cartpage .fbb-product-price .col-md-2,
.foodboxbooker .fbb-cartpage .fbb-product-price h4 {
    text-align: left;
    margin-bottom: 10px;
}
.foodboxbooker .fbb-cartpage .cart-total-summary {
    margin-top: 20px;
}
.foodboxbooker .fbb-checkout-page-info .fbb-checkout-process {
    width: 100%;
    margin: 20px 0 0;
}
}
@media (max-width:768px) {
.foodboxbooker .fbb-checkout-page-info {
    margin: 0px !important;
}
}
@media (max-width:680px) {
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-product-name h2.fbb-name {
    font-size: 40px;
    line-height: 50px;
}
.single-fbb_fooditems .modal#foodboxbooker-model {
    padding: 15px;
}
.foodboxbooker .fbb-accountpage .col-md-8 {
    padding: 20px;
}
.foodboxbooker .fbb-password-box {
    display: block;
}
.foodboxbooker .fbb-cartpage .product-removebtn,
.foodboxbooker .fbb-cartpage .fbb-product-info {
    width: 100%;
    padding: 0;
}
.foodboxbooker .fbb-cartpage .packageinfo {
    display: block;
    width: 100%;
    padding: 20px 0 0;
}
.foodboxbooker .fbb-cartpage .product-removebtn .removeitem {
    text-align: left;
}
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a {
    padding: 12px 20px;
    width: 100%;
    display: block;
}
.foodboxbooker.foodboxbooker-order-received-page #body_content_inner table tr th {
    display: inline;
}
.foodboxbooker.foodboxbooker-order-received-page tr.fbb-order-items td {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
}

.fbb-loader 
{
    background: url('../images/loader6.gif');
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
}

.foodboxbooker-page .fbb-deliveryaddress h4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}
.foodboxbooker-page .fbb-lostpasswordcontent {
    padding-top: 25px;
}
.foodboxbooker .page-numbers {
    text-align: center;
    margin: 0 auto;
    background-color: var(--fbb-secondarycolor);
    color: var(--fbb-whitecolor);
    padding: 5px 15px;
    width: auto;
    display: inline-block;
}
.fbb-pagelist-ordery {
    margin-bottom: 40px;
}
.fbb-pagelist-ordery .select2-container .select2-selection--single {
    height: 48px;
    border-radius: 10px;
}
.fbb-pagelist-ordery .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
    height: 42px;
}
.fbb-pagelist-ordery form {
    display: flex;
}
.foodboxbooker .row.fbb-pagelist-fooditems {
    margin-bottom: 0px;
}
.fbb-pagelist-ordery button {
    margin-left: 15px;
    padding: 10px 15px;
}
.multi-columns-row .fbb-pagelist-fooditems .col-md-4:nth-child(3n + 4) {
    clear: left;
}
.fbb-pagelist-ordery .select2-container {
    width: 100% !important;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-content {
    padding-right: 20px;
}
.foodboxbooker-page .fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay h4 {
    font-size: 20px;
    line-height: 30px;
}
.fbb-related-product-details .fbb-foodboxbooker-box-overlay .fbb-shortdesc-price,
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay .fbb-shortdesc-price {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 7px;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay .fbb-fooditems-price {
    font-size: 17px;
    line-height: 27px;
}
.fbb-related-product-details .fbb-foodboxbooker-box-overlay .fbb-fooditems-price .fbb-pricebox,
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay .fbb-fooditems-price .fbb-pricedetail {
    background-color: var(--fbb-skincolor);
    color: var(--fbb-secondarycolor);
    font-size: 14px;
    line-height: 20px;
    padding: 5px 12px;
    border-radius: 10px;
    border: 1px solid var(--fbb-secondarycolor);
    margin-top: 8px;
    transition: .5s;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay:hover .fbb-fooditems-price .fbb-pricedetail {
    background-color: var(--fbb-secondarycolor);
    color: var(--fbb-skincolor);
}
.foodboxbooker .select2-container--open .select2-dropdown--below.select2-dropdown {
    top: -8px;
}
.fbb-submitbtn {
    position: relative;
    display: inline;
}
.fbb-loader {
    position: absolute;
    bottom: -14px;
    top: auto;
    right: -55px;
    left: auto;
}
.fbb-main .fbb-backto-page a:focus {
    outline: 0;
    box-shadow: unset;
}
.foodboxbooker-myaccount-page.themetechmount-sidebar-true.page #primary .site-main {
    padding-bottom: 70px;
}
.fbb-addtocart-button .fbb-loader {
    position: static;
}
.foodboxbooker-myaccount-page .select2-container--open .select2-dropdown--below.select2-dropdown {
  top: 31px;
}
.fbb-accountpage .fbb-deliveryaddress-info .fbb-deliveryaddress,
.foodboxbooker .editaccountcontent fieldset .row {
  position: relative;
}
.fbb-accountpage .fbb-loader {
    position: absolute;
    bottom: 0px;
    top: auto;
    right: -55px;
    left: 18%;
}
.fbb-deliveryaddress-info .success-result {
    margin-top: 15px;
    color: var(--fbb-cl-black);
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
}
.foodboxbooker .fbb-orderinfo .fbbpackinfo.groupbypack:last-child table.fbb-packinfo-table {
    margin-bottom: 4px;
}
.fbb-order-recieved-info table.fbb-orderitem-list tr td {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 10px;
}
.fbb-orderitem-list .fbb-orderitem-list tr th {
    padding: 10px 10px;
}
.fbb-cart {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid var(--fbb-cl-dark);
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}
.fbb-cart:before {
    font-family: "FontAwesome";
    content: "\f07a";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}
.foodboxbooker-cart .themetechmount-sidebar-true .site-main {
    padding-top: 100px;
}
.fbb-orderenewblock .modal {
    width: 750px;
    padding: 20px 20px 40px;
    border-radius: 0;
}
.fbb-orderenewblock .modal .header {
    height: auto;
    border: 0;
}
.fbb-orderenewblock .modal a.cancel {
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 20px;
    color: #000;
}
.fbb-orderenewblock .modal .content {
    height: auto;
    padding: 0;
}
.fbb-orderenewblock .modal .row.packbooking-content {
    margin: 0;
}
.fbb-orderenewblock .modal .fbb-class-step-three {
    display: inline-block;
    margin: 8px 0 17px;
}
.fbb-orderenewblock .modal .fbb-packinfo-block h2 {
    font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    font-family: var(--special-element-fontfamily);
    color: var(--body-blackfont-color);
}
.fbb-orderenewblock .modal .fbb-class-step-one label,
.fbb-orderenewblock .modal .fbb-class-step-two label {
    font-weight: 600;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-post-item {
    margin-bottom: 40px;
}
.fbb-orderenewblock .fbb-packinfo-block span.fbb-packtext {
    font-weight: 500;
    color: var(--body-blackfont-color);
}
.fbb-orderenewblock .fbb-packinfo-block span.fbb-packtext span.fbb-value {
    font-weight: 400;
    color: var(--body-fonts-color);
}
.fbb-orderenewblock .fbb-packinfo-block .fbb-packcontent {
    padding-top: 5px;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay,
.single-fbb_fooditems .fbb-related-product-details .fbb-foodboxbooker-box-overlay {
    display: flex;
    padding-top: 25px;
}
.single-fbb_fooditems .fbb-related-product-details .fbb-foodboxbooker-box-content {
    padding-right: 20px;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-content h4,
.single-fbb_fooditems .fbb-related-product-details .fbb-foodboxbooker-box-overlay h4 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 7px;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay .fbb-food-orderbtn a,
.single-fbb_fooditems .fbb-related-product-details .fbb-food-orderbtn a {
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid;
    color: var(--body-fonts-color);
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay .fbb-food-orderbtn a:hover,
.single-fbb_fooditems .fbb-related-product-details .fbb-food-orderbtn a:hover {
    color: #004b1a;
}
.single-fbb_fooditems .fbb-related-product-details {
    display: block;
}
.single-fbb_fooditems .fbb-related-product-details .col-md-4 .fbb-foodboxbooker-post-item {
    margin-bottom: 40px;
}
.fbb-related-box.slick-initialized.slick-slider .slick-track {
    display: flex;
}
.fbb-related-box .slick-prev {
    left: auto;
    right: 65px;
}
.fbb-related-box .slick-next {
    right: 15px;
}
.fbb-related-box .slick-arrow {
    top: -11%;
    background-color: transparent;
    border: 1px solid #000;
    padding: 20px;
    border-radius: 50%;
}
.fbb-related-box .slick-prev:focus, .fbb-related-box .slick-next:focus,
.fbb-related-box .slick-arrow:hover {
    background-color: #004b1a;
    border-color: #004b1a;
}
.fbb-related-box .slick-prev:before, .fbb-related-box .slick-next:before {
    color: #000;
    font-family: "FontAwesome";
    line-height: 1px;
}
.fbb-related-box .slick-prev:before { 
  content: '\f104';
  margin-left: -3px;
}
.fbb-related-box .slick-next:before {
  content: '\f105';
  margin-left: -2px;
}
.fbb-related-box .slick-prev:hover:before, .fbb-related-box .slick-next:hover:before {
    color: #fff;
}
.fbb-packcontent-info-details .fbb-pack-header_wrap {
  display: table;	
	padding-bottom: 30px;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 23px;
}
.fbb-packcontent-info-details .fbb-pack-header_wrap .fbb-pack-tit_wraper,
.fbb-packcontent-info-details .fbb-pack-header_wrap .fbb-pack-img_wraper {
    display: table-cell;	
}
.fbb-packcontent-info-details .fbb-pack-header_wrap .fbb-pack-img_wraper {
	max-width:70px;
    padding-right: 20px;
}
.fbb-packcontent-info-details .fbb-pack-header_wrap .fbb-pack-img_wraper img {
    border-radius: 15px;	
}
.fbb-packcontent-info-details .fbb-pack-header_wrap .fbb-pack-tit_wraper {
    vertical-align: top;	
}
.fbb-step-inpbox {
    display: block;
    clear: both;
    background-color: #fff;
    padding: 10px 15px 0px;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    margin-top: 5px;
	border-radius: 10px;
}
.fbb-step-inpbox label {
    margin-bottom: 0;
}
.fbb-step-inpbox.fbb-days {
    padding-bottom: 10px;
}	
.fbb-days-wrapper {
	 display: table;	
	 vertical-align:middle;
}
.fbb-days-wrapper .fbb-class-step-two,
.fbb-days-wrapper .fbb-class-step-three {
    display: table-cell;	
	vertical-align: top;
}
.fbb-packcontent-info-details .fbb-totalamount-price-info {
	display: flex;
}
.fbb-customday-show label {
    font-weight: 400;
    margin-right: 10px;
	color: var(--body-blackfont-color);
}
.fbb-customday-show input.customdaycheckbox {
    padding: 0;
    margin: 0;
    margin-right: 2px;
}
.fbb-titletext {
	color: var(--body-blackfont-color);
}
.fbb-info {
	font-size: 14px;
    line-height: 24px;	
}
.fbb-packcontent-info-details .fbb-totalamount-price,
.fbb-packcontent-info-details .fbb-titletext {
    font-weight: 600;	
}
.single-fbb_fooditems .modal .header a.cancel:hover {
    background-color: var(--body-blackfont-color);
    color: #fff;
}
.fbb-packaheader {
	display: table;
    padding: 0px !important;	
}
.fbb-packaheader .fbb-packsimg,
.fbb-packaheader .fbb-pack-contentss {
	display: table-cell;
    vertical-align: top;
}
.fbb-packaheader .fbb-pack-contentss {
    padding-left:20px;
}
.fbb-packaheader .fbb-packsimg {
    max-width: 180px;
    width: 180px;	
}
.fbb-fooditems-description h3 {
    font-size:40px;
    line-height:50px;
    font-weight: 600;
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-fooditems-description p {
    font-size: 15px;
    line-height: 26px;
    color: var(--body-fonts-color);
}
.single-fbb_fooditems .fbb-fooditems-single-content-wrapper .fbb-backtolist {
    display: none;
}
.single-fbb_fooditems .fbb-package-box {
    border: 1px solid #d6d6d6;
    padding: 20px 20px 22px;
}
.single-fbb_fooditems .fbb-package-box button.fbb-subscribe {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    position: relative;
}
.single-fbb_fooditems .fbb-package-box button.fbb-subscribe:hover {
    color: #fff;
}
.fbb-package-box .fbb-subscribe:after {
content: "";
    background-color: var(--fbb-secondarycolor);
    position: absolute;
    top: 0;
    left: 110%;
    transition: 0.5s ease;
    transform: rotate(135deg);
    width: 100%;
    height: 100px;
	z-index: -1;
}
.fbb-package-box .fbb-subscribe:before {
content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    transition: 0.5s ease;
    transform: rotate(135deg);
    width: 100%;
    height: 100px;
    background-color: var(--fbb-secondarycolor);
	z-index: -1;
}
.fbb-package-box .fbb-subscribe:hover:after {
    left: 40px;
    transition: 0.5s ease;
}
.fbb-package-box .fbb-subscribe:hover:before {
    left: -50px;
    transition: 0.5s ease;
}
.packbooking-content .fbb-class-stepsbox {
	background-color: var(--fbb-greycolor);
    padding: 15px 30px 30px;
}

.tmcart-summary .fbb-grandtotal,
.tmcart-summary .fbb-tax,
.tmcart-summary .fbb-subtotal {
	display: table;
    vertical-align: middle;
    width: 100%;
}

.foodboxbooker .fbb-checkout-page-info .fbb-lable-subtotal.price-num {
    text-align: right;
	width: 50%;
}

.foodboxbooker-page h4, .foodboxbooker-page .h4,
.fbb-cehckout-deliveryinfo h4 {
    font-size: 26px !important;
    line-height: 36px;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
    font-weight: 600;
    border-bottom: 1px solid #dddcda;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
body.foodboxbooker-page .fbb-note-text {
    color: var(--body-fonts-color);
    font-weight: 400;
    line-height: 24px;
    font-size: 14px;
    margin-top: 30px;
}
body.foodboxbooker-page .fbb-note-text span {
    font-weight: 600 !important;
    padding-right: 5px !important;
}
.fbb-cehckout-logininfo {
	margin-bottom: 30px;
}
.fbb-cehckout-logininfo input {
	background-color: #fff;
}
/* .fbb-myaccountcontent #result {
    background-color: #004b1a;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    margin-bottom: 20px;	
} */
.fbbcart-summary .fbb-grandtotal .fbb-grandtotal {
    padding-top: 15px;	
}

.fbb-orderiteminfocontent table tbody th {
	background-color: var(--fbb-greycolor);
}
table.fbb-orderitem-list tbody tr, table.fbb-orderitem-list thead tr,
.fbb-orderiteminfocontent table th, .fbb-orderiteminfocontent table tbody td, .fbb-orderiteminfocontent table tbody th {
	border-color:#d6d6d6;
}
#fbb-printorder {
    width: auto;	
}
.fbb-order-recieved-info table.fbb-orderitem-list tfoot {
    border: 1px solid;
    border-color: #d6d6d6;	
}
.fbb-order-recieved-info table.fbb-orderitem-list tfoot td {
    border-bottom: 1px solid;
    border-color: #d6d6d6;
}
.fbb-order-recieved-info table.fbb-orderitem-list tfoot .fbb_title {
	font-size: 22px;
    line-height:32px;
    font-weight: 500;
    color: var(--body-blackfont-color);
    font-family: var(--special-element-fontfamily);
	    text-align: right;
    padding-right: 30px;
}

.foodboxbooker-page .fbb-cartpage .fbb-product-price {
  margin-bottom: 35px;
}
.foodboxbooker .fbb-cartpage .packageinfo {
  display: block;
}

.foodboxbooker .fbb-cartpage .packname {
  margin: 0;
}

.packname .fbb-item-info {
  font-weight: 600;
  color: var(--fbb-body-blackfont-color);
}
.packname .fbb-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid #dddcda;
  padding: 10px 0;
}
.foodboxbooker .fbb-cartpage .packday {
  display: block;
  text-align: left;
  float: unset;
  background-color: transparent;
  border: none;
  border-radius: 00;
  padding: 0;
  line-height: 15px;
  margin-top: 15px;
}
.packday div {
  display: inline-block;
}

.packday .fbb-day {
  background-color: #fff;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}
.packday .fbb-action {
  padding-left: 10px;
  position: relative;
}

.foodboxbooker .fbb-cartpage button.removeitem {
  text-decoration: underline;
}

.packday .fbb-loader {
  position: absolute;
  right: 0;
  right: -70px;
}

.fbb-cartpage .fbb-item-footer {
  border-top: 1px solid #dddcda;
  margin-top: 35px;
  clear: both;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.fbb-item-footer .fbb-iprice {
  font-family: var(--special-element-fontfamily);
  font-weight: 600;
  color: var(--body-blackfont-color);
  font-size: 20px;
  line-height: 30px;
}

.fbb-item-footer .fbb-pprice {
  border: 1px solid #e0e0e0;
  padding: 8px 20px;
  border-radius: 10px;
  background-color: var(--fbb-skincolor);
  font-size: 22px;
  line-height: 26px;
  color: var(--fbb-body-blackfont-color);
  font-family: var(--fbb-special-element-fontfamily);
  font-weight: 600;
}

.fbb-item-footer > .col-md-12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.foodboxbooker .fbb-cartpage .cart-total-summary {
  border: 1px solid rgba(25, 25, 23, 0.20);
  background-color: #eee5d6;
  border-radius: 15px;
  overflow: hidden;
}
.fbb-cartpage .cart-total-summary h3 {
  background-color: #f9f2e6;
  border-bottom: 1px solid #dddcda;
}


.foodboxbooker .fbb-checkout-page-info .fbb-checkout-titleprocess, 
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-cart-summarybox {
  background-color: #f9f2e6;
  padding: 30px;
}

.foodboxbooker .fbb-cartpage .fbbcart-summary {
  border: 0px !important;
  padding-bottom: 40px;
}

.fbbcart-summary .fbb-grandtotal,
.fbbcart-summary .fbb-tax,
.fbbcart-summary .fbb-subtotal {
  display: table;
  vertical-align: middle;
  width: 100%;
}

.fbbcart-summary .fbb-subtotal {
  border-bottom: 1px solid #dddcda;
  padding-bottom: 15px;
}

.foodboxbooker .fbb-checkout-page-info .fbb-lable-subtotal, 
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-lable-subtotal {
  width: 44%;
  display: inline-block;
}

.foodboxbooker .fbb-checkout-page-info .fbb-lable-subtotal.price-num,
.foodboxbooker .fbb-cartpage .cart-total-summary .fbb-lable-subtotal.price-num {
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: var(--fbb-body-blackfont-color);
  font-family: var(--fbb-special-element-fontfamily);
  width: 50%;
  display: table-cell;
  text-align: right;
}
.fbbcart-summary .fbb-tax {
  border-bottom: 1px solid #dddcda;
  padding-bottom: 20px;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .foodboxbooker-page .col-md-6 {
    width: 50% !important;
  }

}
.hide{
  display: none;
}

.fbb-ordersuccess-message {
    text-align: center;
    padding: 10px 0 10px;
}
.fbb-order-recieved-info .fbb-userdetailsinfo {
    padding-top: 25px;
}


/* Button effect */

.fbb-checkout-payment-button .fbb-placeorder:before,
.fbb-checkout-payment-button .fbb-placeorder:after {
  transform: rotate(160deg) !important;
}
.fbb-order-recieved-info .fbb-printorder:after,
.fbb-order-recieved-info .fbb-printorder:before {
  transform: rotate(115deg);
}
.fbb-order-recieved-info .fbb-printorder:hover:before {
  left:-40px;
}
.fbb-renewlink .fbbreneworder:before {
  left:-117% !important;
}
.fbb-renewlink .fbbreneworder:hover:before {
  left: -20px !important;
}
.fbb-renewlink .fbbreneworder:before,
.fbb-renewlink .fbbreneworder:after {
  background-color: var(--ttm-skincolor) !important;
  transform: rotate(128deg) !important;
}
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a:after,
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a:before {
  background-color: var(--ttm-skincolor) !important;
  transform: rotate(145deg) !important;
}
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a:hover {
  color:var(--ttm-secondarycolor);
}
.fbb-renewlink .fbbreneworder,
.fbb-checkout-payment-button .fbb-placeorder,
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a,
button[type="button"].fbb-printorder,
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index:1;
}
.fbb-renewlink .fbbreneworder:hover:before,
.fbb-checkout-payment-button .fbb-placeorder:hover:before,
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a:hover:before,
.fbb-printorder:hover:before,
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a:hover:before {
    left: -50px;
    transition: 0.5s ease;
}
.fbb-renewlink .fbbreneworder:before,
.fbb-checkout-payment-button .fbb-placeorder:before,
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a:before,
.fbb-printorder:before,
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a:before {
    content: "";
    position: absolute;
    top: -100%;
    left: -100%;
    transition: 0.5s ease;
    transform: rotate(154deg);
    width: 100%;
    height: 100px;
    background-color: var(--ttm-secondarycolor);
    z-index: -1;
}
.fbb-renewlink .fbbreneworder:after,
.fbb-checkout-payment-button .fbb-placeorder:after,
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a:after,
.fbb-printorder:after,
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a:after {
    content: "";
    background-color: var(--ttm-secondarycolor);
    position: absolute;
    top: 0;
    left: 110%;
    transition: 0.5s ease;
    transform: rotate(155deg);
    width: 100%;
    height: 100px;
    z-index: -1;
}
.fbb-renewlink .fbbreneworder:hover:after,
.fbb-checkout-payment-button .fbb-placeorder:hover:after,
.single-fbb_fooditems .fbb-foodboxbooker-cartinfo-content a:hover:after,
.fbb-printorder:hover:after,
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a:hover:after {
    left: 40px;
    transition: 0.5s ease;
}
.fbb-renewlink .fbbreneworder:hover,
.fbb-checkout-payment-button .fbb-placeorder:hover,
.fbb-printorder:hover,
.foodboxbooker .fbb-cartpage .fbb-placeorderbutton a:hover {
    color: var(--ttm-whitecolor) !important;
    z-index: 3;
    position: relative;
}

.fbb-pagelist-fooditems .fbb-foodboxbooker-post-featured-link-wrapper {
    position: relative;
    overflow: hidden;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-post-item:hover .fbb-foodboxbooker-post-featured-link-wrapper:after {
    -webkit-animation: shine 1s;
    animation: shine 1s;
    opacity: 1;
    transition: .5s;
}
.fbb-pagelist-fooditems .fbb-foodboxbooker-post-featured-link-wrapper:after {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.foodboxbooker-page .fbb-pagelist-fooditems .fbb-foodboxbooker-box-overlay h4 a:hover {
    color: var(--body-fonts-color);
}
.fbb-related-product-details .fbb-related-name {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    padding-left: 15px;
    margin-bottom: 20px;
}
.single-fbb_fooditems .fbb-package-box .priceinfo-content .fbb-price {
    font-size: 17px;
    line-height: 27px;
}
.single-fbb_fooditems .fbb-package-box .priceinfo-content {
    padding-top: 6px;
}
.single-fbb_fooditems .fbb-package-box .priceinfo-content .fbb-totalamount {
    padding-top: 10px;
}

.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-logout:before,
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-account:before,
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-address:before,
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-dashboard:before,
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-order:before {
    content: '';
    position: absolute;
    background-color: var(--fbb-secondarycolor);
    width: 17px;
    height: 17px;
    top: 16px;
    left: 28px;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-dashboard:before {  
    -webkit-mask: url(../images/dashboard.svg) no-repeat 100% 100%;
    mask: url(../images/dashboard.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-order:before {   
    -webkit-mask: url(../images/order.svg) no-repeat 100% 100%;
    mask: url(../images/order.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-address:before {   
    -webkit-mask: url(../images/address.svg) no-repeat 100% 100%;
    mask: url(../images/address.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-account:before {   
    -webkit-mask: url(../images/account.svg) no-repeat 100% 100%;
    mask: url(../images/account.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-logout:before {
    background-color: var(--fbb-whitecolor);
    -webkit-mask: url(../images/logout.svg) no-repeat 100% 100%;
    mask: url(../images/logout.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
}
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-logout:before,
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-address:before,
.foodboxbooker .fbb-accountpage .fbb-leftsidebar ul li.fbbmenu .fbb-order:before {
    width: 20px;
    height: 20px;
}