/* CSS Document */
body {
  padding: 0px;
  margin: 0px;
  font-family: "bilo", sans-serif; }

.floatbox {
  border: 1px solid rgba(90, 179, 103, 0.6);
  border-radius: 10px; }

#content {
  padding: 70px 20px 20px 92px; }

.tree {
  font-size: 0.9em;
  padding: 0px 0px 15px 0px; }
  .tree a {
    margin: 0px 0px;
    text-decoration: none;
    text-transform: capitalize; }
    .tree a:not(:last-of-type)::after {
      display: inline-block;
      content: ">";
      margin: 0px 10px; }
  .tree .active {
    color: #293140 !important;
    margin: 0px 5px; }



#header {
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px;
  margin-bottom: 15px; }

.view_box {
  background-color: #FFF;
  padding: 15px;
  border-radius: 10px;
  border: solid 1px;
  margin-bottom: 15px; }

#overlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #00000073;
  z-index: 100;
  display: none; }

#overlay_content {
  z-index: 101;
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  padding: 15px;
  display: none; }

h1 {
  margin: 0px 0px 0px 0px;
  font-size: 1.5em; }

h1.margin {
  margin-bottom: 8px; }

h2 {
  margin: 0px 0px 4px 0px;
  font-size: 1.1em;
  font-weight: 600; }

.price_type {
  padding-left: 10px;
  font-size: 0.5em;
  color: #404441; }

.incvat {
  display: none; }

hr {
  margin: 20px 0px; }

@media (max-width: 800px) {
  #content {
    padding: 70px 10px 0;
    margin-bottom: 120px; } }
@media (max-width: 480px) {
  body {
    background-color: #FFF; }

  .floatbox {
    border: none;
    border-radius: 0px; }

  .tree a {
    margin: 0px 2px; }
  .tree .active {
    margin: 0px 2px; }

  .view_box, #header {
    padding: 8px;
    border-radius: 8px; } }
#login_container {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center; }
  #login_container #login_form {
    width: 400px;
    background: #FFF;
    padding: 20px;
    margin-top: 30px; }
    #login_container #login_form h1 {
      text-align: center; }
    #login_container #login_form a {
      color: #1b594a;
      margin: 10px;
      font-size: 0.8em; }
      #login_container #login_form a:hover {
        color: #78bf42; }
  #login_container #terms_form {
    width: 600px;
    background: #FFF;
    padding: 20px;
    margin-top: 30px;
    text-align: left;
    display: flex;
    flex-flow: column;
    gap: 10px; }
    #login_container #terms_form h1 {
      text-align: left; }
    #login_container #terms_form textarea {
      display: flex;
      flex-grow: 1;
      padding: 10px;
      height: 100px;
      font-family: sans-serif; }

@media (max-width: 480px) {
  #login_container {
    align-items: flex-start;
    padding-top: 50px;
    height: calc(100vh - 50px); }
    #login_container #login_form {
      width: auto; } }
@media (max-width: 600px) {
  #login_container #terms_form {
    width: 90vw; } }
.editform {
  max-width: 500px; }
  .editform input, .editform select {
    padding: 5px;
    -webkit-appearance: none;
    border: 1px solid;
    box-sizing: border-box;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border-radius: .27em;
    outline: none;
    font-size: 16px; }

label {
  display: block;
  font-size: 0.9em;
  color: #808080; }

.button {
  border: none;
  color: #FFF;
  box-shadow: 0 0 #0000001a inset;
  transition: opacity .1s,background-color .1s,color .1s,box-shadow .1s,background .1s;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  padding: 10px 18px;
  display: inline-block;
  font-size: 0.8em;
  font-family: sans-serif;
  text-align: center; }
  .button.delete {
    background-color: #8F0002; }
    .button.delete:hover {
      background-color: #C00002;
      color: #FFF; }
  .button:hover {
    color: #FFF; }

.edittable {
  width: 100%;
  border-collapse: collapse;
  font-size: 1em; }
  .edittable td, .edittable th {
    padding: 5px;
    text-align: center;
    border: solid 1px #CACACA; }
  .edittable tr:nth-child(2n) {
    background-color: #F4F4F4; }
  .edittable.fullwidth {
    max-width: 100%; }

@media (max-width: 800px) {
  .edittable {
    font-size: 0.7em; } }
.message {
  display: block;
  padding: 4px;
  background-color: #78bf42;
  color: #FFF;
  margin-bottom: 15px; }
  .message.error {
    background-color: #f90a0d; }

#mainmenu {
  width: 72px;
  height: 100vh;
  position: fixed;
  left: 0px;
  z-index: 11;
  text-transform: uppercase;
  padding-bottom: 25px !important; }
  #mainmenu ul {
    padding: 0px;
    margin: 0px; }
    #mainmenu ul li {
      flex: 1;
      margin: 0;
      list-style: none; }
      #mainmenu ul li a {
        color: #FFF;
        padding: 10px 0px;
        display: block;
        font-size: 0.8em;
        text-align: center;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.2;
        position: relative; }
      #mainmenu ul li a:hover {
        cursor: pointer; }
      #mainmenu ul li svg {
        width: 24px;
        height: 50px;
        clear: both;
        margin: auto;
        display: block; }
      #mainmenu ul li .cls-1 {
        fill: #FFF; }
    #mainmenu ul #menu_item_Alerts {
      display: none; }
    #mainmenu ul li.active .activemenuitem {
      height: 100%;
      display: block;
      position: absolute;
      width: 4px;
      bottom: 0;
      border-radius: 0px 4px 4px 0px;
      z-index: 3; }
    #mainmenu ul li.active .cls-1 {
      fill: #FFF; }

#moremenu, #systemmenu {
  
  width: 200px;
  position: fixed;
  z-index: 10;
  left: -400px;
  height: calc(100vh - 50px);
  box-shadow: 10px 0px 10px #39455d3d;
  top: 50px;
  transition: all 20ms ease; }
  #moremenu.active, #systemmenu.active {
    left: 72px; }
  #moremenu ul, #systemmenu ul {
    padding: 0px;
    margin: 0px; }
    #moremenu ul li, #systemmenu ul li {
      margin: 0px;
      list-style: none; }
      #moremenu ul li a, #systemmenu ul li a {
        font-size: 1em;
        display: block;
        border-radius: 5px;
        color: #FFF;
        text-decoration: none;
        padding: 8px;
        margin: 8px;
        font-weight: 200; }
      #moremenu ul li a:hover, #systemmenu ul li a:hover {
        background-color: rgba(195, 214, 245, 0.2); }
    #moremenu ul li.active a, #systemmenu ul li.active a {
      background-color: rgba(195, 214, 245, 0.2); }

@media only screen and (max-width: 800px) {
  #mainmenu {
    width: 100%;
    position: fixed;
    height: auto;
    bottom: 0;
    left: 0;
    right: 0; }
    #mainmenu ul {
      display: flex; }
      #mainmenu ul li {
        flex: 1;
        margin: 0; }
        #mainmenu ul li svg {
          height: 40px; }
      #mainmenu ul li.active .activemenuitem {
        height: 4px;
        background-color: #78bf42;
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        border-radius: 4px 4px 0px 0px;
        z-index: 3; }
      #mainmenu ul #menu_item_Alerts {
        display: block; }

  #moremenu, #systemmenu {
    width: 80vw;
    display: block;
    right: calc(-80vw - 20px);
    left: auto;
    box-shadow: -10px 0px 10px #39455d3d; }
    #moremenu ul li a, #systemmenu ul li a {
      font-size: 1.2em; }
    #moremenu.active, #systemmenu.active {
      right: 0px;
      left: auto; } }
/* CSS Document */
#top_bar {
  width: calc(100% - 82px);
  background-color: #FFF;
  height: 50px;
  position: fixed;
  top: 0px;
  box-shadow: 0 5px 10px #39455d1a;
  z-index: 10;
  padding-right: 10px;
  padding-left: 72px;
  gap: 10px;
  justify-content: space-between;
  display: flex; }
  #top_bar #portal_logo {
    margin-left: 10px;
    margin-top: 7px;
    height: 36px; }
  #top_bar #logo {
    height: 36px;
    margin-top: 7px;
    margin-right: 10px; }
  #top_bar .icon {
    margin: 8px 10px;
    float: right;
    width: 32px;
    height: 32px; }
    #top_bar .icon .user_icon {
      cursor: pointer; }
    #top_bar .icon #notification_icon {
      background-image: url("/assets/icons/notification.png");
      width: 32px;
      height: 32px;
      background-size: cover;
      border-radius: 16px;
      cursor: pointer; }
      #top_bar .icon #notification_icon .alerticon {
        width: 15px;
        height: 15px;
        border-radius: 8px;
        color: #FFF;
        line-height: 15px;
        font-size: 10px;
        font-weight: 700;
        right: 20px;
        top: 6px; }
  #top_bar .topbarfloater {
    right: 20px;
    min-width: 200px;
    position: absolute;
    top: 100%;
    margin-top: .8rem;
    left: auto !important;
    background: #FFF;
    margin: 0;
    margin-top: .8rem;
    border-radius: .26666667rem;
    box-shadow: 0 5px 25px #39455d40;
    outline: none;
    z-index: 3; }
    #top_bar .topbarfloater .settingsicon {
      height: 18px;
      float: right;
      fill: #606060; }
    #top_bar .topbarfloater .settingsicon:hover {
      fill: #939393; }
    #top_bar .topbarfloater .topbarfloater_group {
      border-top: 1px #DDD solid;
      padding: 5px 0px; }
      #top_bar .topbarfloater .topbarfloater_group .topbarfloater_item a {
        display: block;
        color: #222;
        text-decoration: none;
        padding: 8px; }
      #top_bar .topbarfloater .topbarfloater_group .topbarfloater_item a:hover {
        background-color: #78bf42; }
  #top_bar #topbarfloater_user #topbarfloater_user_header {
    padding: 12px;
    overflow: auto;
    line-height: 32px; }
    #top_bar #topbarfloater_user #topbarfloater_user_header a {
      color: #00684f;
      text-decoration: none; }
    #top_bar #topbarfloater_user #topbarfloater_user_header a:hover {
      text-decoration: underline; }
    #top_bar #topbarfloater_user #topbarfloater_user_header .user_icon {
      float: left;
      margin-right: 8px; }
  #top_bar #topbarfloater_notification {
    width: 300px; }
    #top_bar #topbarfloater_notification #topbarfloater_notification_header {
      padding: 12px;
      font-weight: 800;
      color: #333; }
    #top_bar #topbarfloater_notification #notification_box {
      height: 60vh;
      overflow-y: scroll;
      overflow-x: hidden;
      padding: 0px;
      box-shadow: 0 5px 10px -10px #39455d1a inset; }
    #top_bar #topbarfloater_notification .notification {
      padding: 10px;
      cursor: pointer;
      font-size: 0.8em;
      min-height: 32px;
      border-bottom: solid 1px #fff;
      overflow: auto;
      clear: both; }
      #top_bar #topbarfloater_notification .notification.unread {
        background-color: #78bf42;
        font-weight: 700; }
      #top_bar #topbarfloater_notification .notification.seen {
        background-color: #78bf42; }
      #top_bar #topbarfloater_notification .notification .notificationicon {
        width: 34px;
        height: 34px;
        border-radius: 16px;
        float: left;
        margin-right: 10px;
        margin-top: 5px;
        background-size: cover; }
        #top_bar #topbarfloater_notification .notification .notificationicon.alert {
          background-image: url("/assets/icons/alert.png"); }
        #top_bar #topbarfloater_notification .notification .notificationicon.usermessage {
          background-image: url("/assets/icons/usermessage.png"); }
        #top_bar #topbarfloater_notification .notification .notificationicon.order {
          background-image: url("/assets/icons/order.png"); }
        #top_bar #topbarfloater_notification .notification .notificationicon.news {
          background-image: url("/assets/icons/news.png"); }
      #top_bar #topbarfloater_notification .notification .notification_text {
        height: 32px;
        overflow: hidden;
        display: block; }
      #top_bar #topbarfloater_notification .notification .notification_time {
        color: #888;
        font-size: 0.8em;
        font-weight: 700;
        display: block; }
      #top_bar #topbarfloater_notification .notification:hover {
        background-color: #eaf8ff; }
    #top_bar #topbarfloater_notification #topbarfloater_notification_footer {
      font-size: 0.8em;
      overflow: auto;
      padding: 12px; }
      #top_bar #topbarfloater_notification #topbarfloater_notification_footer a {
        color: #1b594a; }
      #top_bar #topbarfloater_notification #topbarfloater_notification_footer a:hover {
        color: #78bf42; }
      #top_bar #topbarfloater_notification #topbarfloater_notification_footer .left {
        float: left; }
      #top_bar #topbarfloater_notification #topbarfloater_notification_footer .right {
        float: right; }

@media only screen and (max-width: 800px) {
  #top_bar {
    width: 100%;
    padding: 0px;
    gap: 5px; } }
/* CSS Document */
#searchcontainer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding-left: 12px;
  box-sizing: border-box;
  height: 50px; }
  #searchcontainer div#searchbox {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-content: center;
    border-radius: 500rem;
    border: solid 1px;
    height: 30px; }
    #searchcontainer div#searchbox div {
      flex: 1;
      position: relative;
      box-sizing: border-box;
      display: flex; }
      #searchcontainer div#searchbox div svg {
        fill: #293140;
        height: 15px;
        padding: 8px 5px 0px 12px; }
      #searchcontainer div#searchbox div input {
        margin: 0;
        max-width: 100%;
        flex: 1 0 auto;
        outline: none;
        border-top-right-radius: 500rem;
        border-bottom-right-radius: 500rem;
        border: none;
        font-size: 1em;
        color: #293140;
        padding: 0px;
        width: auto;
        font-family: "bilo", sans-serif; }

#searchresults {
  min-width: 23rem;
  max-height: 400px;
  left: 300px;
  right: auto !important;
  margin: 0px;
  margin-top: .8rem;
  border-radius: .26666667rem;
  box-shadow: 0 5px 25px #39455d40;
  outline: none;
  z-index: 3;
  background-color: #FFF;
  position: absolute;
  overflow-y: scroll;
  top: 37px;
  display: none; }
  #searchresults .resultheader {
    padding: 10px;
    background-color: #1b594a;
    color: #78bf42; }
  #searchresults .searchresult {
    padding: 15px;
    font-size: 1em;
    overflow: auto;
    color: #293140;
    cursor: pointer;
    border-bottom: solid #DDD 1px;
    display: flex;
    flex-flow: row;
    gap: 15px; }
    #searchresults .searchresult:hover {
      background-color: #E8E8E8; }
    #searchresults .searchresult .img_container img {
      width: 50px;
      height: 50px; }
    #searchresults .searchresult .text_container {
      display: flex;
      flex-flow: column;
      justify-content: space-evenly; }
      #searchresults .searchresult .text_container .result_title {
        font-size: 1.2em;
        font-weight: 500; }

@media only screen and (max-width: 700px) {
  #searchresults {
    width: 100vw;
    position: fixed;
    left: 0px;
    top: 87px; }

  #searchcontainer {
    justify-content: center; }
    #searchcontainer div#searchbox {
      align-items: center;
      width: 30px; }
      #searchcontainer div#searchbox div {
        justify-content: center; }
        #searchcontainer div#searchbox div svg {
          padding: 0px; }
        #searchcontainer div#searchbox div input {
          display: none;
          position: fixed;
          width: 100vw;
          top: 50px;
          left: 0px;
          max-width: 100vw;
          background-color: #FFF;
          height: 50px;
          border: 1px solid;
          border-radius: 0px;
          padding-left: 10px; } }
#home_container {
  height: calc( 100vh - 90px);
  display: flex;
  align-items: center;
  justify-content: center; }
  #home_container img {
    width: 400px; }

@media (max-width: 800px) {
  #home_container {
    height: calc( 100vh - 170px); }
    #home_container img {
      width: 90%; } }
.category_container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap; }
  .category_container .category {
    width: 300px;
    border-radius: 10px;
    background: #FFF;
    border: solid 1px;
    cursor: pointer; }
    .category_container .category .category_image img {
      width: 100%;
      transition: .1s ease-in-out;
      opacity: 1;
      border-top-right-radius: 10px;
      border-top-left-radius: 10px;
      display: block; }
    .category_container .category .category_title {
      padding: 10px;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase; }
    .category_container .category:hover .category_image img {
      opacity: 0.8; }

@media (max-width: 700px) {
  .category_container {
    flex-direction: column; }
    .category_container .category {
      width: calc(100vw - 20px); } }
.product_container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap; }
  .product_container .product {
    width: 200px;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    border: solid 1px;
    display: flex;
    flex-flow: column;
    justify-content: space-between; }
    .product_container .product .product_image img {
      width: 100%;
      transition: transform .25s; }
    .product_container .product .product_title {
      padding: 10px;
      text-align: center;
      font-weight: 600;
      text-transform: uppercase; }
    .product_container .product .product_price {
      padding: 2px;
      text-align: center; }
    .product_container .product .product_controls {
      display: flex;
      gap: 10px; }
      .product_container .product .product_controls .button {
        text-align: center;
        text-decoration: none;
        padding: 0.7em;
        -webkit-appearance: none;
        box-sizing: border-box;
        width: 100%;
        display: block;
        border-radius: .27em;
        outline: none;
        font-size: 14px; }
    .product_container .product:hover .product_image img {
      transform: scale(1.05); }

@media (max-width: 480px) {
  .product_container {
    flex-direction: row; }
    .product_container .product {
      width: calc(50vw - 40px); }
      .product_container .product .product_image {
        text-align: center; }
        .product_container .product .product_image img {
          width: auto;
          height: 100px; } }
@media (max-width: 330px) {
  .product_container {
    flex-direction: column; }
    .product_container .product {
      width: calc(100vw - 40px); } }
.pd {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: flex-start; }
  .pd .pd_basket {
    background-color: #FFF;
    border-radius: 10px;
    min-width: 300px;
    max-width: 300px;
    border: solid 1px;
    position: sticky;
    top: 65px; }
    .pd .pd_basket .pd_image img {
      border-radius: 10px;
      width: 100%; }
    .pd .pd_basket .pd_basket_box .pd_price {
      padding: 10px;
      font-size: 1.5em;
      text-align: center;
      font-weight: 600; }
    .pd .pd_basket .pd_basket_box .tier_container {
      padding: 10px; }
    .pd .pd_basket .pd_basket_box .tier_table {
      width: 100%;
      border-collapse: collapse;
      border: solid 1px #D5D5D5; }
      .pd .pd_basket .pd_basket_box .tier_table .tier_heading {
        text-align: center;
        font-weight: 700;
        padding: 2px;
        border: none;
        font-size: 1.1em;
        color: #FFF; }
      .pd .pd_basket .pd_basket_box .tier_table th {
        padding: 2px;
        color: #F9F9F9;
        font-size: 0.7em;
        border: solid 1px #D5D5D5;
        text-align: center;
        font-weight: 500; }
      .pd .pd_basket .pd_basket_box .tier_table td {
        padding: 2px;
        color: #737272;
        font-size: 0.7em;
        border-right: solid 1px #D5D5D5;
        text-align: center; }
    .pd .pd_basket .pd_basket_box .pd_basketline {
      display: flex;
      gap: 10px;
      justify-content: center;
      padding: 10px; }
      .pd .pd_basket .pd_basket_box .pd_basketline input {
        width: 75px;
        padding: 8px;
        margin-bottom: 0px; }
      .pd .pd_basket .pd_basket_box .pd_basketline .button {
        width: 100%; }
  .pd .pd_main {
    background-color: #FFF;
    border-radius: 10px;
    border: solid 1px;
    color: #404441;
    font-size: 0.9em;
    line-height: 1.2em;
    padding: 20px; }
    .pd .pd_main h1 {
      font-size: 1.8em;
      margin-bottom: 20px; }
    .pd .pd_main .pd_attribute table {
      border-collapse: collapse; }
      .pd .pd_main .pd_attribute table td, .pd .pd_main .pd_attribute table th {
        border: solid 1px #CCC;
        padding: 6px; }
      .pd .pd_main .pd_attribute table td {
        color: #404441; }
      .pd .pd_main .pd_attribute table th {
        text-align: right; }

@media (max-width: 800px) {
  .pd {
    flex-direction: column-reverse; }
    .pd .pd_basket {
      max-width: inherit;
      position: relative;
      top: 0px;
      width: 100%; }
      .pd .pd_basket .pd_image {
        text-align: center; }
      .pd .pd_basket img {
        max-width: 400px; } }
.basket {
  background: #FFF;
  border: solid 1px;
  padding: 10px 0px;
  border-radius: 10px; }
  .basket table {
    width: 100%; }
    .basket table th {
      padding: 6px;
      text-align: center;
      font-size: 0.7em;
      border-bottom: solid 1px; }
    .basket table td {
      text-align: center;
      padding: 6px;
      font-size: 0.9em;
      color: #293140; }
      .basket table td .qty {
        display: flex;
        justify-content: center;
        flex-flow: column;
        align-items: center; }
        .basket table td .qty .qty_box {
          width: 50px;
          padding: 5px;
          margin: 0px; }
        .basket table td .qty .button {
          width: 100px;
          padding: 5px;
          margin-top: 10px;
          margin-bottom: 0px;
          display: none; }
      .basket table td svg {
        fill: #00684f;
        cursor: pointer;
        width: 18px; }
        .basket table td svg:hover {
          fill: #78bf42; }
      .basket table td .basket_product {
        display: flex;
        align-items: center; }
        .basket table td .basket_product img {
          max-height: 75px;
          float: left; }
        .basket table td .basket_product .basket_title a {
          font-size: 1.2em;
          color: #00684f;
          text-decoration: none; }
          .basket table td .basket_product .basket_title a:hover {
            color: #78bf42; }

.basket_summary {
  display: flex;
  justify-content: space-between;
  padding: 20px 0px;
  gap: 20px; }
  .basket_summary .summary, .basket_summary .delivery {
    background: #FFF;
    border: solid 1px;
    padding: 15px;
    border-radius: 10px; }
  .basket_summary .summary {
    min-width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .basket_summary .summary table {
      width: 100%; }
      .basket_summary .summary table th, .basket_summary .summary table td {
        padding: 5px;
        font-size: 0.9em; }
      .basket_summary .summary table td {
        text-align: right;
        color: #293140; }
        .basket_summary .summary table td strong {
          font-size: 1.2em; }
      .basket_summary .summary table th {
        text-align: right; }
        .basket_summary .summary table th strong {
          font-size: 1.2em; }
    .basket_summary .summary .button {
      padding: 15px;
      text-align: center;
      border-radius: 10px; }
  .basket_summary .delivery {
    min-width: 300px; }
    .basket_summary .delivery .address_line {
      display: block; }
    .basket_summary .delivery .delivery_selector {
      margin-top: 20px; }
      .basket_summary .delivery .delivery_selector .delivery_option input {
        appearance: none;
        -webkit-appearance: none;
        border-radius: 50%;
        background: #DDD;
        padding: 6px;
        cursor: pointer;
        border: 3px solid #FFF;
        box-shadow: 0 0 0 1px #35662b;
        height: 5px;
        width: 5px;
        margin: 0px 10px 0px 0px;
        position: relative;
        top: 12px; }
        .basket_summary .delivery .delivery_selector .delivery_option input:checked {
          background: #35662b; }
      .basket_summary .delivery .delivery_selector .delivery_option label {
        font-size: 0.9em;
        line-height: 20px;
        color: #293140;
        color: #35662b;
        font-weight: 500;
        font-size: 1em;
        margin-bottom: 10px; }
        .basket_summary .delivery .delivery_selector .delivery_option label span.title {
          margin-left: 0px; }
        .basket_summary .delivery .delivery_selector .delivery_option label span.desc {
          font-size: 0.8em;
          font-weight: 300;
          color: #636363;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          margin-left: 30px; }
        .basket_summary .delivery .delivery_selector .delivery_option label:hover {
          cursor: pointer; }
    .basket_summary .delivery select, .basket_summary .delivery input, .basket_summary .delivery textarea {
      padding: 0.5em;
      width: 100%;
      border-radius: .27em;
      outline: none;
      font-size: 16px;
      border: 1px solid;
      box-sizing: border-box;
      font-family: "bilo", sans-serif; }
  .basket_summary h2 a {
    font-size: 0.7em;
    margin-left: 5px; }

@media (max-width: 800px) {
  .basket_title {
    display: none; }

  .basket_summary {
    flex-direction: column;
    padding: 0px;
    gap: 0px; }
    .basket_summary .summary, .basket_summary .delivery {
      min-width: auto;
      margin: 10px 0px; }
      .basket_summary .summary select, .basket_summary .delivery select {
        overflow: hidden; }
    .basket_summary .summary table th {
      text-align: left; } }
.address_container {
  display: flex;
  flex-wrap: wrap;
  gap: 15px; }
  .address_container .address {
    background-color: #FFF;
    width: 300px;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px;
    cursor: pointer; }
    .address_container .address .address_line {
      display: block;
      color: #1F1F1F;
      margin-bottom: 2px; }

#address_form {
  width: 300px; }
  #address_form label {
    margin-top: 15px;
    margin-bottom: 2px; }

@media (max-width: 700px) {
  .address_container .address {
    width: 100%; }

  #address_form {
    width: 100%; } }
