.elementor-11257 .elementor-element.elementor-element-9e2d943{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-41px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11257 .elementor-element.elementor-element-2e0be84{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 30px) 0px;padding:70px 0px 0px 0px;}.elementor-11257 .elementor-element.elementor-element-2e0be84 .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:55px;font-weight:300;color:var( --e-global-color-7421023 );}.elementor-11257 .elementor-element.elementor-element-0332afb{font-family:"Jost", Sans-serif;font-size:18px;}.elementor-11257 .elementor-element.elementor-element-e176259{font-family:"Jost", Sans-serif;font-size:18px;}.elementor-11257 .elementor-element.elementor-element-5a45d37{font-family:"Jost", Sans-serif;font-size:18px;}.elementor-11257 .elementor-element.elementor-element-490347e{font-family:"Jost", Sans-serif;font-size:18px;}.elementor-11257 .elementor-element.elementor-element-48bf8c2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11257 .elementor-element.elementor-element-4a23f7c{font-family:"Jost", Sans-serif;font-size:18px;}.elementor-11257 .elementor-element.elementor-element-5ee79a9{padding:0px 0px 0px 0px;}.elementor-11257 .elementor-element.elementor-element-5ee79a9.elementor-element{--order:-99999 /* order start hack */;}.elementor-11257 .elementor-element.elementor-element-5ee79a9 .elementor-heading-title{font-family:"Jost", Sans-serif;font-size:20px;font-weight:400;color:var( --e-global-color-7421023 );}.elementor-11257 .elementor-element.elementor-element-1e4740c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:30px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-11257 .elementor-element.elementor-element-6f2bb6f{font-family:"Jost", Sans-serif;font-size:18px;}@media(max-width:768px){.elementor-11257 .elementor-element.elementor-element-2e0be84 .elementor-heading-title{font-size:34px;}.elementor-11257 .elementor-element.elementor-element-5ee79a9 .elementor-heading-title{font-size:34px;}}@media(min-width:769px){.elementor-11257 .elementor-element.elementor-element-9e2d943{--content-width:900px;}.elementor-11257 .elementor-element.elementor-element-48bf8c2{--content-width:900px;}.elementor-11257 .elementor-element.elementor-element-1e4740c{--content-width:900px;}}/* Start custom CSS for html, class: .elementor-element-833e81b */.delivery-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Jost', sans-serif;
    text-align: center;
  }
  .delivery-table th, .delivery-table td {
    border: 1px solid #ddd;
    padding: 10px;
  }
  .delivery-table th {
    background-color: #f4f4f4;
    font-weight: bold;
  }

  /* Mobile responsive style */
  @media screen and (max-width: 768px) {
    .delivery-table thead {
      display: none;
    }
    .delivery-table, .delivery-table tbody, .delivery-table tr, .delivery-table td {
      display: block;
      width: 100%;
    }
    .delivery-table tr {
      margin-bottom: 15px;
      border: 1px solid #ddd;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    .delivery-table td {
      text-align: left;
      padding: 8px 12px;
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
    }
    .delivery-table td:last-child {
      border-bottom: none;
    }
    .delivery-table td::before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      margin-bottom: 4px;
      color: #333;
    }
  }/* End custom CSS */