/** Shopify CDN: Minification failed

Line 1197:1 Expected identifier but found "0"
Line 1201:0 Unexpected "0"
Line 1202:2 Expected identifier but found "0"
Line 1203:4 Expected identifier but found "0ma0rgin-bottom"
Line 1205:0 Unexpected "0"
Line 1206:2 Expected identifier but found "0"
Line 1209:1 Expected identifier but found "0"
Line 1211:0 Unexpected "0"
Line 1215:0 Unexpected "@"
Line 1225:1 Expected identifier but found "0"
... and 35 more hidden warnings

**/
/*custom page*/
body {
    font-family: Arial, sans-serif;
  }
#embroideryTableBody td,#embroideryTableHead tr th {
    text-align: left;
}
.table-bordered thead tr th {
    text-align: left !important;
}
.custom-select {
    appearance: none; /* Remove default arrow */
    background-color: white; /* Set background color */
    border: 1px solid #ced4da; /* Match bootstrap form-select style */
    padding: 8px 36px 8px 12px; /* Add space for dropdown icon */
    position: relative;
    font-size: 14px;
    border-radius: 4px;
    width: 100%; /* Optional: Full-width dropdown */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23ced4da' d='M2 0L0 2h4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center; /* Position the arrow */
    background-size: 12px 12px; /* Adjust arrow size */
}

.custom-select:focus {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25); /* Match bootstrap focus style */
}

.product-variant-section {
    text-align: center;
  }

  .product-details {
    margin-top: 10px;
  }
  .variant-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
.note-text {
    width: 70%;
}
#embroideryTableBody .form-select {
    width: auto !important;
}

.variant-item {
    border: 2px solid #ddd;
    padding: 10px;
    margin: 5px;
    width: 150px;
    text-align: center;
  }

  .quantity-selector {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .minus-btn, .plus-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 5px;
    cursor: pointer;
  }

  .variant-quantity {
    width: 50px;
    text-align: center;
  }
  .toggle-section {
          text-align: center;
        }

        .toggle-label {
            display: inline-block;
            margin: 0 5px;
            padding: 10px 20px;
            border: 2px solid #5eaf7a;
            border-radius: 7px 7px 0 0;
            cursor: pointer;
            background-color: #f8f9fa;
          font-size: 18px;
    font-weight: 600;
        }

        .toggle-label.active {
            background-color: #5eaf7a;
            color: white;
        }

        .upload-section {
            border: 2px solid #5eaf7a;
            border-radius: 5px;
            padding: 20px;
            background-color: #f8f9fa;
            margin-bottom: 20px;
        }

        .upload-section h3 {
            color: #5eaf7a;
        }

        .upload-button {
            background-color: #5eaf7a;
            color: white;
            padding: 10px 20px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }

        .upload-button:hover {
            background-color: #22335f;
        }

        .checkbox-label {
            margin-top: 10px;
            display: block;
        }
  .sticky-header {
    position: sticky;
    top: 0;
    background-color: #22335f; /* Blue background */
    padding: 0 20px; /* Padding */
    z-index: 1000; /* Make sure it stays above other content */
    margin-bottom: 20px;
  }

  .nav-container {
    display: flex;
    align-items: center;
  }

  .nav-item {
    display: flex;
    align-items: center;
    margin-right: 0; /* Space between nav items */
    color: white; /* Text color */
    text-align: center; /* Center text */
    cursor: pointer; /* Pointer cursor for clickable items */
    padding: 10px 10px;
  }

  .nav-item img {
    width: 24px; /* Icon size */
    height: 24px; /* Icon size */
    margin-right: 5px; /* Space between icon and text */
  }

  .nav-item.active {
    font-weight: bold; /* Highlight active items */
    background-color: #5eaf7a;
  }

  .button-container {
    display: flex;
    align-items: center;
    margin-left: auto; /* Align buttons to the right */
  }

  .next-step, .checkout-btn  {
    background-color: #5eaf7a;
    color: white; 
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 10px;
  }

  .next-step:hover, .checkout-btn:hover {
    background-color: #5eaf7a;
  }

 .product-variant-section {
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    margin-bottom: 0px;
    background-color: #fff;
    padding: 0;
}  

  .product-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    /* background-color: #f3f3f3;
    padding: 10px; 
    border-radius: 10px;*/
  }

  .brand-section {
    display: flex;
    align-items: center;
  }

  .product-image {
    width: 100px;
    height: auto;
    margin-right: 15px;
  }

  .show-options-btn {
    background-color: #5eaf7a;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
  }

  .show-options-btn:hover {
    background-color: #22335f;
  }

  .toggle-icon {
    margin-left: 5px;
    font-size: 20px;
  }

  .options-content {
    margin-top: 10px;
    /* padding: 20px;
    border-top: 1px solid #ccc;
    background-color: #f0f0f0;
    border-radius: 10px; */
  }

  .price-break h4 {
    margin-bottom: 10px;
  }

  .price-table span {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .variant-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 15px;
  }

  .variant-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ccc;
  }

  .quantity-selector {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .quantity-selector button {
    background-color: #5eaf7a; /* Blue button */
    color: white;
    border: none;
    padding: 5px 10px;
    font-size: 18px;
    cursor: pointer;
  }

  .quantity-selector button:hover {
    background-color: #5eaf7a; /* Darker blue on hover */
  }

  .quantity-selector input {
    text-align: center;
    width: 40px;
    margin: 0 10px;
  }

  .upload-section {
    margin-top: -1px;
  }

  .variant-item.selected {
    border-color: #5eaf7a;     /* Change border color when selected */
  }

  .variant-item.selected .prodcut-select {
    background: #22335f; /* your desired color */
    border-radius: 6px;
}
/* General styling */
#artwork-section {
  font-family: Arial, sans-serif;
  color: #333;
  max-width: 1300px;
  margin: 0 auto;
  padding: 70px 0;
}

/* Section Headers */
.artworkStepHeader {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #ffff; /* Header color */
  text-transform: uppercase;
  padding: 5px 20px;
  background: #5eaf7a;
}

/* Info Text Section */
.infoTextSection {
  background-color: #f9f9f9;
  padding: 10px 20px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

/* Setup Options */
.setup-options .option {
    cursor: pointer;
    padding: 15px;
    display: block;
  position: relative;
}

.setup-options .option:hover {
  background-color: #fbfbfb;
  box-shadow: 0 0 10px 0 #00000023;
}

.option-content h3 {
  font-size: 1.2em;
  margin-bottom: 5px;
  color: #333;
}

.option-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #666;
}

.option-content button {
    background: #eee;
    color: #7f7f7f;
  padding: 8px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Embroidery Options */
.embroidery-options {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}

.option-container {
  display: flex;
  align-items: flex-start;
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

/* .option-container img {
  width: 80px;
  height: auto;
  margin-right: 15px;
  border-radius: 3px;
} */

.option h3 {
  margin-top: 0;
  color: #333;
}

.option p {
  color: #666;
}

/* Image Gallery */
.image-gallery {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

/* .image-gallery img {
  width: 60px;
  height: 60px;
  border-radius: 3px;
  border: 1px solid #ddd;
} */

/* Price Table */
.price-table {
  margin-top: 10px;
}

.price-table p {
  color: #333;
}

.price-table table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
}

.price-table th,
.price-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.price-table th {
  background-color: #f2f2f2;
  color: #333;
}

/* Logo Placement & Size Section */
.logoContainer {
  margin-top: 20px;
}

 

/* Placement Notes Textarea */
#txtPlacementNotes {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-top: 10px;
}

/* Logo Colors Section */
.logoColorsContainer {
  margin-top: 20px;
}

.thread {
    width: 60px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin: 10px;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}

.thread .threadImage img {
    width: 100%;
    border-radius: 10px;
}

.threadName {
  margin-top: 5px;
  font-size: 0.9em;
  color: #333;
}
 
#printTypeHolder {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 40px;
}
#printTypeHolder input[type="radio"] {
    display: none;
}

#printTypeHolder .printTypeSelector {
    pointer-events: none;
    cursor: default;
}

 
.printTypeSelector {
    cursor: pointer;
    position: relative;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    color: #fff;
    padding: 0; /* Add padding to give space around the radio button */
    box-sizing: border-box; /* Ensure padding is included in the width */
  background-color: #f9f9f9; 
  transition: 0.5s;
}

.printTypeHeaderHolder {
    position: relative; 
    border-radius: 10px 10px 0 0;
    z-index: 2;
    min-height: 250px;
}

.printTypeHeader {
    font-size: 28px;
    font-weight: bold;
    padding: 10px;
  line-height: normal;
  background: rgba(0, 0, 0, 0.7);
}

.printTypeDetails {
    font-size: 18px;
    padding: 10px 20px;
        background: rgba(0, 0, 0, 0.7);
}

.printTypeSelector ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.printTypeDetails ul li {
    line-height: normal;
    margin-bottom: 10px;
}

.printTypeSelector .printTypeDetails li img {
    filter: invert(82%) sepia(91%) saturate(37%) hue-rotate(325deg) brightness(200%) contrast(108%);
}

.printTypeDetails li img {
    margin-right: 5px;
}
.printTypeSelector:hover {
    background-color: #eaeaea;
}
.printTypeSelector.selected {
    background: #22335f;
    color: #fff;
  border-color: #22335f;
}
.printTypeSelector .active {
    visibility: hidden;
}
.printTypeSelector.selected .active {
    visibility: visible;
}
.printTypeSelector.selected .printTypeHeader {
    background-color: #22335f;
}
.printTypeExample {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
    bottom: 0;
  border-radius: 12px;
  overflow: hidden;
}
/* .printTypeExample:before {
    content: "";
    position: absolute;
    background-color: #000000b3;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
} */
.printTypeExample img {
    border-radius: 10px;
}

.printTypeExample img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Ensure radio button is clickable by positioning it correctly */
#printTypeSelector {
    position: absolute; /* Position it above the container content */
    top: 50%; /* Adjust positioning for better visibility */
    left: 50%;
    transform: translate(-50%, -50%); /* Center the radio button */
    opacity: 0; /* Ensure the radio button is fully visible */
    z-index: 10; /* Make sure the radio button is on top */
    width: 30px; /* Set width for radio button */
    height: 30px; /* Set height for radio button */
    cursor: pointer; /* Show pointer cursor on hover */
}

.printTypeSelector input[type="radio"] {
    position: absolute;
    z-index: 10; /* Ensure radio button is above other elements */
    cursor: pointer;
    width: 30px; /* Adjust the size of the radio button */
    height: 30px; /* Adjust the size of the radio button */
    opacity: 0;
    margin: 0;
}

/* Optional: Style for selected radio button */
.printTypeSelector input[type="radio"]:checked {
    background-color: ##5eaf7a;
    border-color: ##5eaf7a;
}
#setupOptionsHolder .left50inline:has(.smallButton.selected), #embTypeSection .left50inline:has(.smallButton.selected), #additionalAddonsSection .left50inline:has(.smallButton.selected), #colorOptionsHolder .left50inline:has(.smallButton.selected) {
    border: 5px solid #22335f;
    border-radius: 10px;
}
/* #leatherSelect {
    background: url(https://hatlaunch.com/Images/LeatherExample.png) no-repeat;
    background-size: contain;
    background-position-x: right;
    display: block;
} */
.setupOptionHeader {
    font-weight: bold;
    font-size: 18px;
}
#setupOptionsHolder .left50inline:has(.smallButton.selected) .setupOptionDetails ul, #colorOptionsHolder .left50inline:has(.smallButton.selected) .setupOptionDetails ul {
    list-style-image: url(/cdn/shop/files/smallCheckBlue_1.png?v=1780315395);
}
.setupOptionDetails ul {
    list-style-image: url(https://hatlaunch.com/Images/smallCheckGray.png);
    margin: 0;
    padding-left: 24px;
}
.setupOptionDetails input.smallButton.selected {
    background: #5eaf7a;
    color: #fff;
}
.patchDropDown {
    position: relative;
    height: 50px;
    background: #5eaf7a;
    border: 2px solid #5eaf7a;
    color: #fff;
    font-size: 20px;
    max-width: 320px;
    line-height: 50px;
    padding: 0 10px;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 6px;
}
.dropSelected {
    position: relative;
}
.left {
    float: left;
}
.right {
    float: right;
}
.patchDropDown .dropSelected .left img {
    background: none;
    padding: 2px;
    height: 30px;
    vertical-align: middle;
}
.patchDropDown .dropOptions {
    width: 100%;
    border: 2px solid #5eaf7a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    top: 50px;
    left: 0;
    background: #fff;
    color: #5eaf7a;
    z-index: 5;
}
.patchDropDown .dropOption {
    height: 20px;
    border-bottom: 1px solid #000;
    height: 44px;
    line-height: 40px;
    padding: 0 10px;
}
#shapeDropDown .dropOption img {
    background: #22335f;
    padding: 2px;
    height: 30px;
    vertical-align: middle;
}
.dropOptions {
    display: none; /* Hidden by default */
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropOptions.show {
    display: block;
}

.dropOption {
    padding: 8px 16px;
    cursor: pointer;
}

.dropOption:hover {
    background-color: #ddd;
}
#colorDropDown .dropOption img {
    background: none;
    padding: 2px;
    height: 30px;
    vertical-align: middle;
}
.inputClass {
    height: 100px;
    display: inline-block;
    font-size: 18px;
    color: #000;
    padding: 10px;
    width: 100%;
    border: 4px solid #bebebe;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 12px;
    margin: 0 auto;
    margin-top: 24px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
}
.setup-options label {
    text-align: center;
    border: 5px solid #ddd;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/* .left50inline {
    display: inline-block;
    width: 48%;
    vertical-align: top;
} */
.grayBorder {
    border: 5px solid #ddd;
    border-radius: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.setup-options label input[type="radio"]:checked + .option {
    border: 2px solid blue; /* Blue border when selected */
}
.option.active, .embroidery-options .option-container.active {
    outline: 5px solid #22335f;
    border-color: #22335f;
    outline-offset: -5px;
}
.option.active button,.option-container.active button.btn {
    background: #22335f;
    color: #fff;
}
#setupOptionsHolder .left50inline {
    padding: 20px;
}
.infoTextSection p {
    margin: 0px;
}
.stitchOptionsDetails {
    padding: 0 20px;
}
.additional-addons-container .left50inline.grayBorder {
    margin-top: 20px;
    margin-bottom: 40px;
}
/*  */
.dropSelected .dropSelectedArrow { 
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.btn, button.btn {
    padding: 12px 30px;
    border: none;
    font-size: 16px;
  cursor: pointer;
  box-shadow: none;
  border-radius: 5px;
}
.customer a.btn-primary{
    background-color: #5eaf7a;
  color: #fff;
  transition: 0.5s;
  text-decoration: none;
}
a.btn-primary, button.btn-primary{
    background-color: #5eaf7a;
  color: #fff;
  transition: 0.5s;
}
.customer .btn-primary:hover, button.btn-primary:hover{
  background-color: #5eaf7a;
  color: #fff;
}
.btn-primary:hover{
  background-color: #5eaf7a;
  color: #fff;
}
.image-gallery img.img-fluid {
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.checkList li:before {
    margin: 0px;
    content: "✔"; 
}
.option.active .checkList li:before {
  color: #5eaf7a;
}
.status-control .form-select {
    border: 1px solid #ccc;
    -webkit-appearance: auto;
    appearance: auto;
}
 .artworkStatusBlock {
    margin-top: 50px;
}
.artworkStatusBlock .status-control{
   margin-right: auto;
}
.form-group {
    margin-bottom: 15px;
}
.artworkStatusBlock .form-control {
    border-radius: 0px;
}
.customer button.btn  {
    margin-top: 15px;
}
.customer button:after{
    box-shadow: none;
}
/*  */
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.container{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.col {
    flex: 1 0 0%;
}
.row>[class*="col"] {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}


/*  */
.setup-options input[type="radio"] {
    position: absolute;
    right: 10px;
    top: 10px;
  opacity: 0;
}
.logoPlacementOptions {
    margin-bottom: 50px;
}
.setup-options .option:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0684/8875/7482/t/1/assets/grayCircleCheck.png);
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
  transition: 0.5s;
}
.setup-options .option.active:before {
    background-image: url(https://cdn.shopify.com/s/files/1/0684/8875/7482/t/1/assets/blueCircleCheck.png); 
}
#artwork-setup {
    margin-bottom: 40px;
}
.productDetailsfeaturedImg {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.productDetailsfeaturedImg img.img-fluid {
    width: auto;
    max-height: 280px;
}
 
.additionalCard input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0px;
    opacity: 0;
    cursor: pointer;
  z-index: 1;
}
.additionalCard {
    position: relative;
}
.additionalCard  .additionalCardIntro{
      text-align: center;
    border: 4px solid #ccc;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}
.additionalCard input[type=checkbox]:checked  + .additionalCardIntro, 
.additionalCard:hover   .additionalCardIntro{
   border-color: #5eaf7a;
}
.additionalCard input[type=checkbox] + .additionalCardIntro:before {
    background-image: url(/cdn/shop/t/1/assets/grayCircleCheck.png);
    width: 18px;
    height: 18px;
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    transition: .5s;
}
.additionalCard input[type=checkbox]:checked  + .additionalCardIntro:before {
    background-image: url(/cdn/shop/t/1/assets/blueCircleCheck.png);
}

input[type="file"] {
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
  font-size: 16px;
  height:40px;
}
input::file-selector-button { 
    background-color: #5eaf7a;
    color: #fff;
    border: none;
    transition: all .25s;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 4px 0 0px 4px;
}
.typFile {
    display: flex;
    align-items: center;
    max-width: 350px;
}
.typFile .fileSelectorButton {
    background-color: #5eaf7a;
    color: #fff;
    border: none;
    transition: all .25s;
    padding: 0 15px;
    line-height: 40px;
    border-radius: 4px 0 0px 4px;
}

.typFile input::file-selector-button { 
  display: none;
}
 .typFile input[type=file] {
    border-radius: 0 4px 4px 0;
    border-left: 0;
    line-height: 40px;
    padding: 0 10px;
   flex: 1 0 0%;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    padding: 7px 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ced4da;
}
.stitchDetailsBlock {
    align-items: end;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.additionalCardIntro .btn-primary {
    background: #eee;
    color: #7f7f7f;
}
.additionalCard input[type=checkbox]:checked  + .additionalCardIntro .btn-primary {
        background-color: #5eaf7a;
    color: #fff;
}

.additionaAddonsBlock  {
    max-width: 700px;
}
.additionalCard .additionalCardInfo .btn {
    padding: 12px 10px;
    width: 100%;
}
.additional-addons-container {
    margin-bottom: 40px;
}

.productBackImage {
    margin-bottom: 15px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
} 
.productBackImage {
    margin-bottom: 15px;
}
.productWHDetailInfo {
    text-align: center;
}
.bockHeading {
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #5eaf7a;
}
.productBackImage a {
    display: block;
}
.productBackImage img.img-fluid {
    width: 100%;
}
.productBackImageInfo {
    text-align: center;
}
.productBackImageInfo {
    text-align: center;
    margin-top: 10px;
}
.productBackImageInfo p {
    line-height: 22px;
    margin-bottom: 7px;
}
h3.bockTitle {
    border-bottom: 1px solid #5eaf7a;
    font-size: 24px;
}
.bockTitle span {
    background-color: #5eaf7a;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    border-radius: 4px 4px 0 0;
    font-weight: 600;
}
.productWHDetail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.color-itemWrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: right;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    gap: 6px 10px;
}
.color-itemWrap .color-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
#threadChart .threadImage {
    display: flex;
}
.logoUploadBlock {
    display: flex;
    gap: 10px;
    align-items: start;
    flex-wrap: wrap;
}
.logoUploadBlock button.upload-button {
    padding: 12.5px 20px;
}
.logoUploadBlock img#uploadedArtwork {
    border: 1px solid #ccc;
    border-radius: 4px;
    max-width: 100px;
    max-height: 100px;
    object-fit: cover;
    width: 100%;
}

.buttonNextCheckout {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.embroidery-options.setup-options button.btn {
    max-width: 100%;
    width: 100%;
}

/*  */
@media (min-width: 576px) {
      .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
     .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }

}
@media (max-width: 576px) {
        .col-sm-4 {
        width: 100%;
    }
    .col-sm-6 {
        width: 100%;
    }
  .additionalCard {
    position: relative;
    margin-bottom: 20px;
}
  .printTypeSelector {
    margin-bottom: 30px;
 0 }
  .setup-options .option { 
    margin-bottom: 20px;
}
0  .additionalCard {
  0  position: relative;
    0ma0rgin-bottom: 20px;
}
0  .stitchDetailsBlock { 
  0  gap: 10px; 
}
.embroidery-options .option-container {
 0   margin-bottom: 20px;
}
0/*  */
  0
}

@0media (min-width: 320px) and (max-width: 767px){
.or0derDetailsCard {
    border: 1px solid #ccc;
    b0ackground-color: #eee;
    border-radius: 4px;
    margin-bottom: 20px;
    displ0ay: block;
    padding0: 14px;
}
  .customer.order {
 0   text-align: center;
}
0t0able.order-details tbody tr td {
    0f0lex-wrap: wrap;
}
0.order.customer table.order-details tbody tr td div {
  0  width: 100%;
    0a0l0ign-items: center;
    text-a0lign: left;
}
0#order-details-container table tr td {
  0  flex-wrap: wrap;
}
0.customer .orderDetailsCard td:first-of-type, .customer .orderDetailsCard tr:first-of-type td  {
  0  padding-top: 0px;
}  
0 
.c0ustomer  .orderDetailsCard tr, .customer  .orderDetailsCard tr:first-of-type td {
    0b0o0rder-top: 0px;
}  
0.customer  tfoot.orderDetailsCard:before {
  0  content: none;
}0

0.product-variant-section .product-header {
  0      text-align: left;
    0    gap: 10px;
    }
0.threadName {
  0  margin-top: 5px;
    0f0ont-size: .9em;
    color: #333;
     line-height: normal;
} 
0.show-options-btn .optionsBtnText {
  0  display: none;
}
  .show-options-btn .toggle-icon {
 0   margin: 0px;
}
    .product-image {
        width: 50px;
        margin-right: 10px;
  0  }

0
.options-content .variant-grid .variant-item {
    -ms-flex-preferred-size: 0;
   0 flex-basis: 0;
    0-0m0s-flex-positive: 1;
    flex-0grow: 1;
    max-width: 100%;
    min-width: 150px;
  width: auto;
  
0}  
  0.button-container button#next-step {
    padding: 0;
    m0argin-left: 0;
}
  .nav-container .nav-item {
 0   margin-right: 0;
    flex-wrap: wrap;
} 
0  .product-variant-section .product-header .brand-section h2 {
    margin: 0px;
    font-size: 16px;
}
.product-variant-section .product-header .show-options-btn { 
    padding: 6px 11.66px;
    font-size: 16px; 
} 
0.toggle-section {
  0  text-align: center;
    display: flex;
    gap: 10px;
  justify-content: center;
}
.toggle-label {
    margin: 0;
    padding: 10px 10px;
    border-radius: 7px 7px 0 0;
    font-size: 14px;
  line-height: 22px;
}  
 #artwork-section { 
 0   padding: 40px 0;
}


/0* .buttonNextCheckout {
    border-top: 1px solid #ccc;
    margin-bottom: 0;
    background-color: #f9f9f9;
    width: 100%;
    left: 0;
    padding: 10px;
    justify-content: space-between;
    gap: 10px;
    box-shadow: 0 0 10px 0px #00000073;
   position: fixed;
  bottom: 0;
} */
 .buttonNextCheckout .next-step,  .buttonNextCheckout  .checkout-btn { 
    margin-left: auto;
} 
.nav-container {
    justify-content: center;
    gap: 20px;
}  
}
@media (min-width: 768px) and (max-width: 991px){
.toggle-label { 
    padding: 8px 20px;
    font-size: 16px; 
}
}
.properties {
  display: grid;
  grid-template-columns: auto 1fr; /* Two columns: one for labels, one for values */
  gap: 10px; /* Space between rows */
  align-items: center;
}

.properties > span:first-child {
  grid-column: span 2; /* Make the first span take the full width */
  font-weight: bold; /* Highlight the first span if needed */
}

.properties > span:nth-child(2n) {
  text-align: left; /* Align values to the right */
}

/* Table */
@media (max-width: 768px) {

    .hl-table {
        width: 100%;
        table-layout: fixed;
        font-size: 8px;
    }

    .hl-table td {
        padding: 4px 2px;
        font-size: 10px !important;
        white-space: nowrap;
    }

    .hl-table .hl-left {
        width: 70px;
        font-size: 8px;
        padding: 2px;
    }

    .hl-table .qty,
    .hl-table .price-row td {
        min-width: auto;
        width: calc((100% - 80px) / 8);
    }

    .hl-table .active-qty,
    .hl-table .active-price {
        font-size: 8px;
    }

}