/** Shopify CDN: Minification failed

Line 112:49 Unexpected ")"
Line 113:49 Unexpected ")"
Line 138:1 Expected "}" to go with "{"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.show-mobile { display: none; }
.show-desktop { display: block; }

@media screen and (max-width: 798px) { 
  .show-mobile { display: block; }
  .show-desktop { display: none; }
}

figure {
  float: left;
  text-align: right;
  font-style: italic;
  font-size: smaller;
  font-weight: bold;
  text-indent: 0;
  border: 0em;
  margin: 0em;
  padding: 0em;
}
.t4s-socials a svg {color: #fff;}
.button-5 {
  align-items: center;
  background-clip: padding-box;
  background-color: #fa6400;
  border: 1px solid transparent;
  border-radius: .25rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}

.button-5:hover,
.button-5:focus {
  background-color: #fb8500;
}

.button-5:active {
  background-color: #219ebc;
  box-shadow: rgba(0, 0, 0, 0.1) 0 3px 6px 0;
}

.button-5:disabled {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #969696;
  cursor: not-allowed;
  transform: translateY(0);
}

/* Styling for Delivery Time Block */
.t4s-order-block {
  background-color: #f0f8ff;
  border: 2px solid #cf5223;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
}

.t4s-order-block .t4s-order-text {
  color: #cf5223;
  font-weight: 600;
  font-size: 16px;
}

.t4s-order-block .t4s-order-icon {
  color: #cf5223;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  div#t4s-menu-drawer {
  background: #cb4c1c;}
.t4s-drawer__header > span,
ul#menu-mb__ul > li > a {
  color: #FFF;}
.t4s-menu_infos_text t4s-rte--list a{
  color: #FFF;}
.t4s-mb__menu .t4s-menu_infos_title {color: #fff;)
.t4s-mb__menu .t4s-menu_infos_title {color: #fff;)
.t4s-table-res-df table {width:50%;}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  @media screen and (min-device-width: 768px) and (max-device-width: 768px) {
  h3 {
    font-size: 3vw;
    line-height: 3vw;
  }
  p {
    font-size: 2.2vw;
    line-height: 1vw;
  }
.t4s-btn{
    font-size: 1vw;
    line-height: .5vw;
  }
}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .t4s-table-res-df table {width:100%;}
}