﻿/* confirm.php styles */
.itemsRow{
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
    display: flex;
    gap: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center
          }
          
      .itemsRow img{
      max-height:250px;
      max-width:250px
          }
    
  .item {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-content: center;
    align-items: center
    }
      
    
    .itemOption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center
    }
    

    .body-bx-left{
     font-family: var(--fontSansSerif);    
    }    
	
.error { 
    font-size: 0.8rem;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #cfaa42;
    text-align: left;
    background-color: transparent
}

    



    .shop-flex{
    width:100%;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    display:flex
    }  
    
    .shopFlexRight
    {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;  
    }
    
     .shopFlexSpaced
    {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
    }
    
    .shop-cell{
        
    }
    
     .shop-flex select {
    height: 40px;
    padding: 0 12px;
    border: 2px #ebebeb solid;
    color: #666;
    border-radius:5px;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    cursor:pointer
    } 
        
     .shop-flex .alert {
    border: 2px orange solid
    } 
    
    div#taxInfo {
    margin: 8px 0 0 0;
    font-size: 1rem;
    line-height: 1.55
    }
    
.edit{background:#EFEFEF;margin-left:20px;padding:8px 8px 8px 8px;color:#666;}
.edit:hover {background:var(--companyBlue);padding:8px 8px 8px 8px;color:#fff;-moz-transition:1s;-webkit-transition:1s;-o-transition:1s;}

.noMar{margin-left:0!important}


.head_1_shop {
    padding: 15px;
    margin:15px;
    width: 42%;
    display: flex;
    float: left;
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    font-weight:400
    }
    
    .head_1_shop H2 {
    font-size:1rem;
    font-weight:600;
    margin:0
    }
    

.line {
  display: flex;
  justify-content: space-between;
}

.line-label {
min-width:140px;
font-weight:500
}

.line-value {
  flex: 1;
}

.notice {
  margin-top: 1em;
  font-style: italic;
}

.confirm-contact-name {
  margin: 14px 0 10px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.confirm-contact-meta {
  display: grid;
  gap: 4px;
  line-height: 1.55;
}

.delivery-time {
  margin-top: 14px;
  max-width: 34ch;
  line-height: 1.65;
  text-align: left;
}

.checkout-crumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 6px 0 16px;
  font-family: var(--fontSansSerif);
  font-size: 1.05rem;
  line-height: 1.4;
}

.checkout-crumb {
  color: #40392c;
  text-decoration: none;
  cursor: default;
}

a.checkout-crumb {
  cursor: pointer;
}

a.checkout-crumb:hover {
  color: #40392c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.checkout-crumb.is-current {
  color: #8e836f;
  font-weight: 400;
}

.checkout-crumb.is-disabled {
  color: #b1a693;
}

.checkout-crumb-sep {
  color: #b6aa93;
}
    
    
      #payNowBtn{
    background-color: var(--companyBlue);
    border: 1px solid var(--companyBlue);
    box-sizing: border-box;
    color: #fff;
    float: right;
    padding: 12px;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    border-radius:5px;
    cursor:pointer
    }
    
     #payNowBtn:hover{
     border: 1px solid green;
    }
  
    .jazzy-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    margin: 10px 0 10px 0;
}

.jazzy-checkbox-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}

.jazzy-checkbox-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row
}

.jazzy-box {
  flex: 0 0 30px;          /* reserve fixed 30px column */
  width: 30px;
  height: 30px;
  background: #f0f0f0;
  border: 2px solid #888;
  border-radius: 4px;
  transition: var(--transition);
  position: relative;
margin: 0 12px 0 0 ;
}

.jazzy-checkbox-input:checked + .jazzy-checkbox-label .jazzy-box {
  background: var(--companyBlue);
  border-color: black;
}

.jazzy-box::after {
  content: '';
  position: absolute;
  display: none;
  left: 9px;   /* adjusted for 30px box */
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.jazzy-checkbox-input:checked + .jazzy-checkbox-label .jazzy-box::after {
  display: block;
}


    .new {
    display: flex;
    flex-direction: column;
        width:50%
    }
    
    
    footer#footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center
    }

/* shopping-bag.php styles (primary source; loaded last to win overlaps) */
.form-layout {
    display: block;
    height: inherit;
    width: 100%;
    max-width: 100%;
    float: left;
    background: #efefef;
    margin: 30px 0 30px 0;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-top-right-radius: 18px;
    box-sizing: border-box;
          }


    .form-layout header{
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 2% 16%;
    }


    #register-form {
   font-family:var(--fontSansSerif);
     }

     #register-form .form-group {
    width:100%;
    display: flex;
    margin: 0 0 12px;
    flex-direction: row;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
     }

    #register-form .form-group div {
    width: 52%;
    max-width: 100%;
    box-sizing: border-box;
    }

    #register-form .form-group label {
    font-size: 1rem;
    width: 16%;
    display: block;
    box-sizing: border-box;
    }

    #register-form .form-group .title-other-wrap {
    width: 100%;
    margin-top: 12px;
    }

    #register-form .form-group .title-other-label {
    width: 100%;
    display: block;
    margin: 0 0 6px;
    }

    #register-form .form-group .title-other-wrap input {
    width: 100%;
    }

     #register-form .form-group input, textarea {
    width: 100%;
    max-width: 100%;
    color: #666;
    font-size: 1rem;
    font-family:var(--fontSansSerif);
    height: 32px;
    padding: 8px 0 3px 8px;
    border-radius:5px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    box-sizing: border-box;
     }

    #register-form .form-group textarea {
    height: 80px;
    }


    #register-form .form-group select {
    width: 54%;
    max-width: 100%;
    height: 46px;
    box-sizing: border-box;
    padding: 0 26px 0 4px;
    border: 1px #ccc solid;
    color: #666;
    border-radius: 5px;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    cursor: pointer;
      }

    #register-form input[type="submit"]{
    background-color: var(--companyBlue);
    border: 1px solid var(--companyBlue);
    box-sizing: border-box;
    color: #fff;
    float: right;
    padding: 12px;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    border-radius:5px;
    cursor:pointer;
    }

     #register-form input[type="submit"]:hover{
     border: 1px solid green;
    }

    .checkout-marketing {
    width: calc(100% - 30px);
    margin: 12px 15px 18px;
    box-sizing: border-box;
    font-family: var(--fontSansSerif);
    }

    .checkout-marketing-label {
    display: block;
    margin: 0 0 10px;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    }

    .checkout-marketing-select,
    .checkout-marketing-textarea {
    width: 100%;
    max-width: 540px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    background: #fff;
    }

    .checkout-marketing-select {
    min-height: 46px;
    padding: 0 12px;
    cursor: pointer;
    }

    .checkout-marketing-other {
    margin-top: 12px;
    }

    .checkout-marketing-sub-label {
    display: block;
    margin: 0 0 8px;
    color: #666;
    font-size: 0.95rem;
    font-family: var(--fontSansSerif);
    }

    .checkout-marketing-textarea {
    min-height: 96px;
    padding: 10px 12px;
    resize: vertical;
    }

    .itemsRow{
    width: 100%;
    margin: 0 0 10px 0;
    float: left;
    display: flex;
    gap: 50px;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
    align-items: center;
          }

           .itemsRow img{
          max-height:250px;
               max-width:250px;
           }

  .item {
    display: flex;
    flex-direction: row;
    gap: 50px;
    justify-content: center;
    align-content: center;
    align-items: center;
  }


    .itemOption {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    }


    .body-bx-left{
     font-family: var(--fontSansSerif);
    }

.error {
    font-size: 0.8rem;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-decoration: none;
    color: #cfaa42;
    text-align: left;
    background-color: transparent;
}


.itemsRow.success {
  outline: 2px solid #4caf50;
  transition: outline 0.3s ease;
}

.quantity-message {
  font-size: 0.8rem;
  margin-top: 6px;
  color: #666;
}


.itemsRow .remove-btn {
    border: none;
    color: #c62828;
    cursor: pointer;
    padding: 15px 20px;
    background: #efefef;
    font-size: 0.8rem;
    position: relative;
    border-radius: 5px;
}

.itemsRow .remove-btn:hover {
  text-decoration: none;
    opacity:0.8
}

    .number-stepper{
        margin:12px 0 0 0;
    }

input.step-input {
    font-family: 'tk-futura-pt-n4';
}

    .shop-flex{
    width:100%;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    display:flex;
    }

    .shopFlexRight
    {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    }

     .shopFlexSpaced
    {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    }

    .shop-cell{

    }

#TotalsLeft{
        flex: 1;
        display: flex;
        flex-direction: column;
        gap: 15px;
}

 #TotalsRight{
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
}

#TotalTotal{
    margin: 15px 0 0 0;
}

#SubTotalRow {
    display: inline-flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 4px;
    width: auto;
    margin-left: auto;
}

     .shop-flex select {
    height: 40px;
    padding: 0 12px;
    border: 2px #ebebeb solid;
    color: #666;
    border-radius:5px;
    font-size: 1rem;
    font-family: var(--fontSansSerif);
    cursor:pointer;
     }

     .shop-flex .alert {
    border: 2px orange solid;
     }

    div#taxInfo {
    font-size: 1rem;
    line-height: 1.55;
    }

 section#options {
    background: #efefef;
    float: left;
    display: flex;
    width: 100%;
    max-width: 100%;
    border:1px solid #ccc;
    border-radius: 10px;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    margin:18px 0 0 0;
    box-sizing: border-box;
 }

      section#options svg {
    height:50px;

      }

  section#options article {
  width: 80%;
  max-width: 100%;
  padding: 0.8rem 1rem;
  margin:2px 0;
  border-radius: 12px;
  font-family: var(--fontSansSerif);
  cursor: pointer;
    background: transparent;
  max-height: 60px;
  overflow: hidden;
  transition: var(--transition);
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

    section#options article:hover {
  background-color:#fff;
    }

section#options article.selected {
  max-height: 500px;
  background: #fff;
  color: #b88c00;

}

/* Flex row: title on left, icons on right */
section#options .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* Bullet + Title */
section#options .top-line {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

/* Bullet circle */
section#options .top-line::before {
  content: "";
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  flex: 0 0 16px;
  border-radius: 50%;
  border: 2px solid #999;
  background: transparent;
  display: inline-block;
  position: relative;
  transition: border-color 0.3s;
}

/* Inner dot when selected */
section#options article.selected .top-line::before {
  background: gold;
}

/* Heading text */
section#options .text {
    font-weight: bold;
    font-size: 1rem;
    width: 130px;
}

/* Icons */
section#options .icons {
  display: flex;
  gap: 10px;
}

section#options .icons .payment-logo {
  display: flex;
  align-items: center;
}

section#options .icons svg {
  height: 40px;
}

section#options .icons .payment-logo--applepay svg {
  height: 25px;
}

/* Details under title, indented */
section#options .details {
  margin-left: calc(16px + 12px); /* indent same as bullet + gap */
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #444;
  transition: var(--transition);
  margin-top: 0;
}


section#options article.selected .details {
    opacity: 1;
    max-height: 200px;
    margin: 0.8rem 0 0 160px;
}


[data-toggle] {
  display: none;
}
[data-toggle].show {
  display: block;
}

section#telephone-info {
  margin: 14px 0 22px;
  font-family: var(--fontSansSerif);
}

.telephone-card {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 24px 22px;
  border: 1px solid #d8cfbc;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdf8 0%, #f6f1e6 100%);
  color: #40392c;
}

.telephone-card__head {
  display: block;
  margin-bottom: 10px;
}

.telephone-card__eyebrow {
  display: inline-block;
  margin-bottom: 6px;margin-top:12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #efe3bb;
  color: #7b6126;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.telephone-card__title {
  margin: 0;
  display: block;
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 600;
}

.telephone-card__copy {
  margin: 0 0 16px;
  color: #5a5245;
  line-height: 1.6;
}

.telephone-card__numbers {
  display: grid;
  grid-template-columns: repeat(2, minmax(180px, 1fr));
  gap: 14px 24px;
}

.telephone-card__number {
  display: block;
  margin-bottom: 4px;
  color: #40392c;
  font-size: 1.05rem;
  font-weight: 600;
  text-decoration: none;
}

.telephone-card__number:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.telephone-card__note {
  display: block;
  color: #7a705f;
  font-size: 0.9rem;
}


    div#finance-details-inside {
    display: flex;
    font-size: 1rem;
    flex-direction: row;
    font-family: var(--fontSansSerif);
    gap: 5%;
    align-items: center;
    justify-content: space-around;
        width:100%;
        margin:12px 0 0 0
    }


    div#finance-details-right {
    width:100%;
        margin: 0 5% 0 5%;
    }

    div#finance-details-right .form-group{
        margin:0 0 20px 0;
    }

    div#finance-details-inside input {
    width: 100%;
    box-sizing: border-box;
    color: #666;
    font-size: 15px;
    font-family: var(--fontSansSerif);
    height: 35px;
    border-radius: 5px;
    padding: 0 0 0 12px;
    border: 1px solid #ccc;
    }



    div#finance-details-inside button {
    width: 100%;
    margin:12px 0 0 0;
    box-sizing: border-box;
    color: #666;
    font-size: 15px;
    font-family: var(--fontSansSerif);
    height: 50px;
    border-radius: 5px;
    vertical-align: bottom;
    border: 1px solid #ccc;
    cursor:pointer;
    transition:var(--transition);
    }

     div#finance-details-inside button:hover {
background:#cbd5e0;
     }

    #ownart-eligibility-message {
    color: red;
    display: none; /* hidden unless there is an eligibility issue */
    font-size: 1.2rem;
    flex-direction: row;
    font-family: var(--fontSansSerif);
    padding: 19px 0 0 0;
    width: 100%;
    justify-content: center;
    align-items: center;
    }


    #options article {
  background-color: #fff;
  transition: var(--transition);
  border: 1px solid #ccc;
  padding: 10px;
  cursor: pointer;
}

/* Highlight selected payment method */
#options article.selected {
  background-color: #fff; /* soft light grey-blue */
}

/* Optional hover feedback */
#options article:hover {
  background-color: #f9f9f9;
}


    .PageSpace{
        margin:0 0 0 16%;
    }

.jazzy-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1rem;
}

.jazzy-checkbox-input {
  opacity: 0;
  position: absolute;
  cursor: pointer;
  height: 0;
  width: 0;
}

.jazzy-checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 16px;
  user-select: none;
}

.jazzy-box {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #f0f0f0;
    border: 2px solid #888;
    border-radius: 4px;
   transition: var(--transition);
}

.jazzy-checkbox-input:checked + .jazzy-checkbox-label .jazzy-box {
  background: var(--companyBlue);
  border-color: black;
}

.jazzy-box::after {
    content: '';
    position: absolute;
    display: none;
    left: 13px;
    top: 8px;
    width: 5px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.jazzy-checkbox-input:checked + .jazzy-checkbox-label .jazzy-box::after {
  display: block;
}


    .spinner {
  border: 6px solid #eee;
  border-top: 6px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.8s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 900px) {
  .itemsRow,
  .item {
    gap: 18px;
  }

  .head_1_shop {
    width: calc(100% - 24px);
    margin: 12px;
  }

  #register-form .form-group > label {
    width: 24%;
  }

  #register-form .form-group div {
    width: 68%;
  }

  #register-form .form-group select {
    width: 70%;
  }

  #register-form .form-group .title-other-wrap,
  #register-form .form-group .title-other-wrap label,
  #register-form .form-group .title-other-wrap input {
    width: 100% !important;
  }

  .new {
    width: 100%;
  }
}

@media (max-width: 700px) {
  .checkout-crumbs {
    font-size: 1rem;
    margin-bottom: 14px;
  }

  .itemsRow,
  .item,
  .shop-flex,
  .shopFlexRight,
  .shopFlexSpaced,
  footer#footer,
  div#finance-details-inside {
    flex-direction: column;
    align-items: stretch;
  }

  .itemsRow,
  .item {
    gap: 14px;
  }

  .itemsRow {
    justify-content: flex-start;
    align-items: stretch;
    padding: 0 4px 18px;
    box-sizing: border-box;
  }

  .item {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .itemsRow img,
  .item img {
    width: 100%;
    max-width: 220px;
    max-height: none;
    height: auto;
  }

  .itemOption {
    width: 100%;
    align-items: flex-start;
    text-align: left;
  }

  .itemsRow .item > div,
  .itemsRow .item > div a {
    width: 100%;
    display: block;
    text-align: left;
  }

  .shopFlexRight,
  .shopFlexSpaced {
    gap: 10px;
    justify-content: flex-start;
  }

  .shop-flex.shopFlexRight {
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    padding: 0 4px;
  }

  .shop-flex.shopFlexSpaced {
    gap: 18px;
    padding: 0 4px;
  }

  #TotalsLeft,
  #TotalsRight {
    width: 100%;
  }

  #TotalsRight {
    align-items: stretch;
    text-align: left;
    gap: 10px;
  }

  #TotalTotal {
    margin: 4px 0 8px 0;
  }

  #TotalsRight > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    width: 100%;
  }

  #SubTotalRow {
    display: inline-flex;
    justify-content: flex-start;
    gap: 4px;
    width: auto;
    margin-left: auto;
  }

  #TotalTotal strong {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    width: 100%;
  }

  .head_1_shop {
    width: calc(100% - 24px);
    margin: 12px;
    padding: 16px;
    float: none;
  }

  .line {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .line-label {
    min-width: 0;
  }

  .edit {
    margin-left: 0;
    margin-top: 8px;
    display: inline-block;
  }

  section#options article,
  section#options article.selected {
    width: 100%;
    max-height: none;
  }

  section#options .row {
    width: 100%;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  section#options .text {
    width: auto;
    min-width: 0;
    flex: 1 1 160px;
  }

  section#options .icons {
    flex-wrap: wrap;
  }

  section#options article.selected .details {
    margin: 12px 0 0 0;
  }

  .itemsRow .remove-btn {
    align-self: flex-start;
  }

  div#finance-details-right {
    margin: 0;
  }

  .PageSpace {
    margin: 0;
  }

  .jazzy-checkbox-label {
    align-items: flex-start;
  }

  footer#footer {
    gap: 16px;
  }

  #payNowBtn,
  #register-form input[type="submit"] {
    width: 100%;
    float: none;
  }

  .checkout-marketing {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  .telephone-card__numbers {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

@media (max-width: 560px) {
  .checkout-crumbs {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
  }

  #cartDetails {
    padding: 0 18px;
    box-sizing: border-box;
  }

  .itemsRow,
  .item,
  section#options,
  section#options article,
  .form-layout,
  .head_1_shop,
  #finance-details-inside,
  div#finance-details-right {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }

  .form-layout {
    width: auto;
    margin: 18px 0;
    padding: 16px 14px;
    border-top-right-radius: 14px;
    float: none;
    clear: both;
    display: block;
  }

  section#options,
  section#finance-details,
  section#telephone-info,
  .form-layout {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    box-sizing: border-box;
  }

  section#options {
    margin-top: 0;
    margin-bottom: 18px;
  }

  section#finance-details,
  section#telephone-info {
    margin-top: 0;
    margin-bottom: 18px;
    padding-left: 12px;
    padding-right: 12px;
  }

  #finance-details-left,
  #finance-details-right {
    width: 100%;
    box-sizing: border-box;
  }

  .PageSpace,
  #register-form > section[data-toggle="card"] > .band-topbot {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    box-sizing: border-box;
  }

  .PageSpace {
    margin-top: 0;
    margin-bottom: 18px;
  }

  #register-form > section[data-toggle="card"] > .band-topbot {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .form-layout header {
    margin: 0 0 16px;
  }

  #register-form .form-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-bottom: 14px;
  }

  #register-form .form-group > label,
  #register-form .form-group > div,
  #register-form .form-group select {
    width: 100%;
  }

  #register-form .form-group label {
    display: block;
    text-align: left;
    margin: 0;
  }

  #register-form .form-group .title-other-wrap,
  #register-form .form-group .title-other-wrap label,
  #register-form .form-group .title-other-wrap input {
    width: 100%;
  }

  #register-form .form-group input,
  #register-form .form-group textarea,
  #register-form .form-group select,
  div#finance-details-inside input,
  div#finance-details-inside button,
  .shop-flex select {
    min-height: 46px;
  }

  #register-form .form-group textarea {
    min-height: 96px;
  }

  section#options {
    padding: 14px;
  }

  section#options article {
    padding: 12px;
  }

  section#options .row {
    gap: 10px;
  }

  section#options .text {
    flex: 1 1 140px;
    width: auto;
  }

  section#options .icons {
    gap: 8px;
    flex: 1 1 100%;
  }

  section#options .icons svg,
  section#options .icons img {
    max-width: 100%;
    height: 34px;
  }

  .itemsRow img,
  .item img {
    width: 100%;
    max-width: 250px;
  }

  .itemsRow {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    grid-template-areas:
      "image image"
      "details controls";
    align-items: start;
    column-gap: 14px;
    row-gap: 12px;
  }

  .item {
    display: contents;
  }

  .itemOption {
    grid-area: controls;
    width: auto;
    min-width: fit-content;
    align-items: flex-end;
    justify-content: flex-start;
    align-self: start;
    padding-top: 2px;
  }

  .itemsRow img,
  .item img {
    grid-area: image;
    justify-self: start;
  }

  .itemsRow .item > div {
    grid-area: details;
    min-width: 0;
  }

  .shop-flex.shopFlexRight,
  .shop-flex.shopFlexSpaced,
  .itemsRow {
    padding-left: 0;
    padding-right: 0;
  }

  .itemsRow .remove-btn {
    padding: 12px 16px;
    align-self: flex-end;
    white-space: nowrap;
  }

  .number-stepper {
    align-self: flex-end;
  }

  .new {
    width: calc(100% - 24px);
    margin-left: 12px;
    margin-right: 12px;
    box-sizing: border-box;
  }

  .jazzy-wrapper {
    width: 100%;
    padding: 2px 0;
  }

  .jazzy-checkbox-label {
    width: 100%;
    gap: 12px;
    justify-content: flex-start;
    align-items: center;
  }

  .jazzy-box {
    flex: 0 0 30px;
    margin: 0;
  }

  .delivery-time,
  #ownart-eligibility-message {
    font-size: 1rem;
  }

  .delivery-time {
    max-width: none;
  }

  .telephone-card {
    padding: 10px 16px 18px;
  }

  .telephone-card__title {
    font-size: 1.1rem;
  }
}
