.show-mobile {
  display: none;
}
.show-desktop {
  display: block;
}

.mobile-custom-product-wrapper {
  display: none;
}
@media (max-width: 768px) {
  .mobile-custom-product-wrapper {
    justify-content: space-between; 
    flex-wrap: wrap; 
    width: 100%;
    margin-left: -32px;
    background: #fff;
    padding: 16px;
    width: calc(100% + 64px);
    margin-bottom: -16px;
  }
  .active-tab .mobile-custom-product-wrapper {
    display: flex;
    margin-top: 16px;
  }
  .pewc-steps-wrapper .arrow-expand {
    position: absolute;
    right: 24px;
    top: 16px;
    rotate: 180deg;
  }
  .pewc-steps-wrapper .active-tab .arrow-expand {
    rotate: 0deg;
  }
  .mobile-custom-product-item {
    display: flex; 
    flex-wrap: wrap;
    flex-direction: column;
    box-shadow: 0px 0px 10px rgba(163, 163, 163, 0.3);
    gap: 10px;
    flex-shrink: 0;
    width: 50%;
    padding: 16px;
  }
  .mobile-custom-product-item label {
    position: relative;
  }
  .mobile-custom-product-item label img {
    border: 1px solid #d1d1d6;
    object-fit: cover;
    height: 150px;
    width: 100%;
    margin: 0 auto;
  }
  .mobile-custom-product-item .product-name {
    text-align: center;
    margin-top: 0.25em;
    font-weight: bold;
    color: #333;
  }
  .mobile-custom-product-item input[type="radio"] {
    position: absolute; 
    left: 10px;
    top: 10px;
    border: 4px solid #fff;
    appearance: none;
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    padding: 0 !important;
  }
  .mobile-custom-product-item.checked {
    background: #00648C;  
  }
  .mobile-custom-product-item.checked .product-name {
    color: #fff;  
  }
  .mobile-custom-product-item.checked input[type="radio"] {
    border: 4px solid #00648C;
  }

  #submenu-container .pewc-steps-wrapper .pewc-tab {
    padding: 16px 32px !important;
  }
  .pewc-product-extra-groups-wrap .pewc-group-wrap {
    display: none !important;
  }
  .pewc-product-extra-groups-wrap .pewc-group-wrap.last-group.group-active {
    display: block !important;
  }

  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
  .prdd-delivery-form {
    flex-direction: column;
  }
  .prdd-delivery-form .prdd_start_date {
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  /* Checkbox version: */
  .mobile-custom-product-item input[type="checkbox"] {
    position: absolute; 
    left: 10px;
    top: 10px;
    border: 4px solid #fff;
    appearance: none;
    border-radius: 4px !important;
    width: 20px;
    height: 20px;
    padding: 0 !important;
    background: #fff;
  }
  .mobile-custom-product-item input[type="checkbox"]:checked,
  .mobile-custom-product-item.checked input[type="checkbox"] {
    border: 4px solid #00648C;
    background-color: #00648C;
    background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 8.5L7 11.5L12 6.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
    
  }
}
