body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}
.cursor-pointer {
  cursor: pointer;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.inline-block {
  display: inline-block;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 6px;
}
.gap-4 {
  gap: 4px;
}
.gap-5 {
  gap: 5px;
}
.gap-10 {
  gap: 10px;
}
.gap-35 {
  gap: 35px;
}
.lh-26 {
  line-height: 26px;
}
h1,
h2,
h3 {
  margin: 0;
}
input {
  outline: none;
}
.text-primary {
  color: #ab192d !important;
}
.text-secondary {
  color: #231d20 !important;
}
.text-white {
  color: #fff;
}
.text-tertiary {
  color: #147095;
}
.fw-300 {
  font-weight: 300;
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fw-800 {
  font-weight: 800;
}
.fw-900 {
  font-weight: 900;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-22 {
  font-size: 22px;
}
.fs-20 {
  font-size: 20px;
}
.lh-16 {
  line-height: 16px;
}
.lh-23 {
  line-height: 23px;
}
.lh-24 {
  line-height: 24px;
}
.lh-21 {
  line-height: 21px;
}

.additional-detail-leftpart {
  width: 60%;
}
.addition-detail-container {
  gap: 35px;
}
/* Chrome, Safari, Edge, Opera */
.additional-detail-leftpart input::-webkit-outer-spin-button,
.additional-detail-leftpart input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.additional-detail-leftpart input[type='number'] {
  -moz-appearance: textfield;
}
/* label container */
.radio-button-container {
  color: rgba(0, 0, 0, 0.75);
  display: block;
  position: relative;
  padding-left: 25px;
  line-height: 25px;
  margin-bottom: 24px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.radio-button-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
/* When the radio button is checked */
.radio-button-container input:checked ~ .checkmark {
  background-color: rgba(0, 0, 0, 0);
  border-color: #ab192d;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-button-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.radio-button-container .checkmark:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ab192d;
}
/* title part */
.addition-detail-title {
  font-size: 36px;
  line-height: 42px;
  color: #231d20;
  margin-bottom: 17px;
}
.addition-subtext {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
}
.additional-detail-text {
  color: #232e33;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
input[type="checkbox"].comp-checkbox {
  height: 18px;
  width: 18px;
  appearance: none; 
  border: 1px solid #9a9a9a;
  outline: none;
  cursor: pointer;
  background-color: #f6f6f6;
  display: grid;
  place-content: center;
  margin-right: 7px;
  margin-right: 7px;
  cursor: pointer;
   margin-right: 7px;
  cursor: pointer;
}

input[type="checkbox"].comp-checkbox:checked {
  background-color: #f6f6f6; 
  border-color: #9a9a9a;
}

input[type="checkbox"].comp-checkbox:checked::after {
  content: "✓";
  color: #ab192d; 
  font-size: 12px; 
  font-weight: bold;
}

.proof-setting-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 13px;
  margin-top: 30px;
}
.nickname-title {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.count-design{
  border: 1px solid #e5e6e7;
  border-radius: 8px;
}

.count-design {
  margin-bottom: 15px;
}
.addition-radio-wrapper {
  padding: 16px 20px;
   border: 1px solid #e5e6e7;
  margin-bottom: 20px;
}
.design-content {
  padding: 12px 20px;
}
.additional-radio-label {
  font-size: 16px;
  line-height: 24px;
  width: fit-content;
}
.branted-sticker,
.proof-note {
  font-style: italic;
}
.branted-sticker {
  color: #565656;
  margin-top: 2px;
}
.additional-email {
  color: #147095;
  margin-bottom: 7px;
  cursor: pointer;
}
.email-separate {
  width: 66%;
  border: 1px solid #e5e6e7;
  padding: 6px 12px;
  background-color: #f6f6f6;
}
.description-text {
 max-width: 470px;
 width: 100%;
  border: 1px solid #e5e6e7;
  padding: 25px 10px 6px;
  height: 52px;
  background-color: #fff;
  border-radius: 5px;
}
.relative {
  position: relative;
}
.relative label {
  position: absolute;
  top: 6px;
  left: 10px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}
.mb-0 {
  margin-bottom: 0;
}
.additionali-design-title {
  margin-bottom: 9px;
}
/* This css is for normalizing styles. You can skip this. */

.form-group *:before,
.form-group *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.form-group {
  display: block;
  margin-bottom: 10px;
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9a9a9a;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  margin-top: -3px;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 6px;
  width: 5px;
  height: 12px;
  border: solid #ab192d;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.count-design-w {
  width: 36%;
}
.input-qty {
  padding: 4px;
  width: 70px;
  border: 1px solid #e5e6e7;
  color: #231d20 !important;
}
.input-qty::placeholder {
  color: #231d20;
}
.add-artwork-row {
  padding: 8px 10px;
}
.border-t,
.borber-b {
  border-bottom: 1px solid #e5e6e7;
}
/* info icon */
.info-icon {
  width: 12px;
  height: 12px;
  margin-top: -10px;
}
.add-file {
  border: 2px solid #ab192d;
  color: #ab192d;
  padding: 3px 17px 3px 17px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 700;
}
/* plus icon */
.plusbutton-icon {
  width: 20px;
  height: 20px;
}
.add-container {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius:8px;
  background-color: #f6f6f6;
}
.x-button {
  /* width: 12.02px;
  height: 12.02px; */
}
.text-spl {
  background-color: #e5e6e7;
}

.w-full {
  width: 100%;
}

.optional-input {
  padding: 6px 12px;
  width: 64%;
  border: 1px solid #9a9a9a;
  background-color: #fff;
  border-radius: 1px;
}
.optional-input::placeholder {
  color: #565656;
}

.additional-text {
  border: 1px solid #9a9a9a;
  padding: 6px 12px;
  min-height: 90px;
  background-color: #fff;
  line-height: 24px;
  color: #231d20;
  font-family: 'Roboto', sans-serif;
  resize: none;
  border-radius: 1px;
  width: 100%;
}
.compilance-section label{
  line-height: 18px;
  font-weight: 500;
}
.tick-box-comp{
  margin: 3px 0;
}
.tick-box-comp label {
  cursor: pointer;
}
.add-info-icon {
  width: 13px;
  height: 14px;
  margin-top: -15px;
}
.spl-intro h3 {
  margin-top: 0;
  margin-bottom: 5px;
}
.add-design-info,
.add-btn {
  width: 20px;
  height: 20px;
}

.add-design-btn {
  background-color: #e6e6e6;
  gap: 7px;
  padding: 8px 10px 8px 18px;
  border-radius: 4px;
  border: none;
  color: #828282;
}
.adddesign-text {
  color: #828282;
}
.add-design-container {
  gap: 11px;
}
.add-design-btn-content {
  gap: 7px;
}
.additional-detail-rightpart {
  width: 40%;
  background: #f6f6f6;
  padding: 25px 20px 20px;
  height: fit-content;
  border-radius: 8px;
  border: 1px solid #e5e6e7;
}
.remove-btn a,
.edit-label a {
  text-decoration: none;
}
.summary-content {
  margin-top: 6px;
  color: #565656;
  word-break: break-word;
}
.prod-time {
  margin-top: 20px;
}
.item-total {
  font-size: 18px;
  margin-top: 15px;
}
.remove-bg {
  background-color: #f6f6f6 !important;
}
.addcart-btn,
.save-btn {
  border: 1px solid #147095;
  border-radius: 8px;
  font-family: 'Roboto', sans-serif;
  height: 48px;
  background-color: #fff;
  width: 135px;
}
.addcart-btn {
  width: 155px;
}
.save-cart-button {
  margin-top:14px;
  gap: 15px;
}
.recommended-text {
  color: #178737;
}
.free-recomment {
  gap: 23px;
  font-size: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
/* file upload */
.file-upload-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.file-upload-input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Prevent pointer events on the input */
  cursor: pointer;
}

.file-upload-label {
  text-align: center;
  display: inline-block;
}
.account-info {
  padding-left: 25px;
}
.add-text-content {
  padding: 8px 20px 14px 20px;
}
.additional-wrapper {
  padding: 0 0 60px;
}
/* Accordian */
.accordion-header-add {
  background: none;
  border: none;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  color: #212529;
  transition: max-height 0.5s ease, padding 0.5s ease;
}
.accordion-header-add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  gap: 10px;
  background-color: #f6f6f6;
  border: none;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  font-family: 'Roboto';
}
.add-text {
  background: #e5e6e7;
  border-left: 3px solid #ab192d;
}
.add-remove-text {
  margin-right: 3px;
}
.accordion-content-part {
  border-top: none;
  border-left: 3px solid #ab192d;
  border-bottom: 0;
}
.plusbutton-icon.rotate {
  background: url('./assets/images/plus-icon.svg') no-repeat;
  display: inline-block;
  margin-left: 3px;
}
.plusbutton-icon {
  background: url('./assets/images/minus-icon.svg') no-repeat;
  display: inline-block;
  margin-left: 3px;
}
.hidden {
  display: none;
}
.ml-2 {
  margin-left: 2px;
}
.font-italic {
  font-style: italic;
}
span#dynamic-tag-display {
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 23px;
  color: #565656;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.total-items{
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .count-design .clear-div {
    float: left;
    width: 100%;
  }
  .count-design-w.mbl-count-design-w {
    width: 60%;
  }
  .optional-input {
    width: 100%;
  }
  .additional-wrapper {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .m-block {
    display: block;
  }
  .m-hidden {
    display: none;
  }
  .m-w-2 {
    width: calc(50% - 20px);
    float: left;
    padding-bottom: 10px;
  }
  .save-cart-button {
    flex-direction: row;
  }
  .add-design-container,
  .addition-detail-container {
    flex-direction: column-reverse;
  }
  .email-separate,
  .save-cart-button button,
  .add-design-container,
  .additional-detail-rightpart,
  .additional-detail-leftpart {
    width: 100%;
  }
  .additional-detail-rightpart {
    padding: 25px 10px 20px;
  }
  .addition-detail-title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 11px;
  }
  .add-artwork-row {
    gap: 5px;
  }
  .add-icon {
    gap: 1px;
  }
  .add-design-btn {
    justify-content: center;
  }
  .add-file {
    padding: 4px;
  }
  .addition-radio-wrapper,
  .add-artwork-row {
    padding: 8px 10px;
    justify-content: space-between;
  }
  .total-items h2 {
    font-size: 22px;
  }
  .mb-total-items{
    margin-top: 25px;
  }
  .mb-saved-cart-btn{
    gap: 13.97px;
    margin-top: 24px;
  }
  .mob-fs-20{
    font-size: 20px;
  }
  .mob-fs-18{
    font-size: 18px !important;
  }
  .mob-ml-4{
    margin-left: 4px;
  }
  .mob-mb-24{
    margin-bottom: 24px;
  }
  .nickname-title{
    margin-bottom: 6px;
  }
  .mob-fw-400{
    font-weight: 400;
  }
  .addition-radio-wrapper {
    border: 1px solid #D9D9D9
  }
  .add-tick-icon{
    width: 14.3px;
    height: 11px;
  }
  .free-recomment{
    gap: 12px;
  }
  .mob-border-b{
    border-bottom: 0;
  }
  .new-compilance-doc{
    display: flex !important;
    flex-direction: column !important;
  }
  .accordion-content-part{
    border-top: 0;
  }
}

#proof-popup, #artwork-popup{
position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.proof-setting-container textarea:disabled {
  background-color: #ddd;
}
#agree-btn, #artwork-ok-btn{
  position: relative;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  padding: 8px 18px;
  min-width: 120px;
}
#artwork-ok-btn:hover{
  background: #147095;
    color: #fff;
}
#decline-btn, #artwork-cancel-btn{
  text-decoration: none;
  color: #fff;
  padding: 8px 18px;
  min-width: 120px;
}
#decline-btn:hover, #artwork-cancel-btn:hover {
  background-color: #000;
  border: 2px solid #000;
}
.rem-ml-0{
  margin-left: 0;
}
.prod-time-bottom{
  margin-bottom: 15px;
}
.pl-attr{
  padding-left: 5px;
}

@media screen and (min-width:768px) and (max-width:1024px) {
  .additional-detail-rightpart{
   padding: 25px 15px 20px;
  }
  .email-separate{
    width: 80%;
  }
  .additional-prodTime{
    gap: 2px;
  }
  .additional-wrapper {
    padding-left:12px ;
    padding-right: 12px;
  }
  .compilance-section {
    gap: 15px;
  }
  .mb-saved-cart-btn .addcart-btn,
  .mb-saved-cart-btn .save-btn{
    height: auto !important;
    padding: 4px 5px !important;
  }
}
@media screen and (min-width:768px) and (max-width: 820px) {
  .email-separate{
    width: 100%;
  }
}
.add-popup-lh{
  line-height: 22.5px !important;
  height: fit-content;
}
.attribute-w{
  max-width: 150px;
  width: 100%;
  display: inline-block;
}
.addCompilanceText{
  display: flex;
  gap: 2px;
}
.addCompilanceText img{
  margin-top: 0;
}

/* attributes check error popup */
.attr-error-popup {
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.5); 
  display: flex; 
  justify-content: center; 
  align-items: center;
}
.attr-error-popup .modal-contentAttr {
  background-color: white; 
  padding: 40px 50px; 
  border-radius: 5px; 
  max-width: 600px; 
  text-align: center;
}
.attr-error-popup #cancelButtonAttr {
  padding: 10px 20px; 
  background-color: #ab192d; 
  color: #fff; 
  border: 1px solid #ab192d; 
  border-radius: 5px; 
  cursor: pointer;
}
.attr-error-popup #okButtonAttr {
  padding: 10px 20px; 
  background-color: #fff; 
  color: #0073aa; 
  border: 1px solid #0073aa; 
  border-radius: 5px; 
  cursor: pointer;
}
.attr-error-popup #okButtonAttr:hover {
  background: #147095;
  color: #fff;
}
.attr-error-popup #cancelButtonAttr:hover {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.attr-error-popup .modal-buttonsAttr {
  display: flex; 
  justify-content: center; 
  flex-direction: row;
  gap: 20px;
} 
@media screen and (max-width: 767px) {
  .attribute-w {
    max-width: 140px;
  }
  .add-text-content .additional-text {
    min-height: 110px;
  }
  #artwork-ok-btn {
    margin-bottom: 10px;
  }
  /* attributes check popup css */
  #customModalAttr .modal-contentAttr {
    width: 90%;
    padding: 20px;
  }
  #customModalAttr #okButtonAttr {
    padding: 10px;
  }
  #customModalAttr .modal-buttonsAttr {
    gap: 10px;
  } 
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .attribute-w {
    max-width: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width : 1024px) {
  .newcount-design-w{
    width: 38%;
  }
}
@media screen and (max-width : 1024px) {
  .m-w-full {
    width: 100%;
  }
  .add-container .add-artwork-row {
    display: block;
  }
}
@media screen and (min-width:768px) and (max-width:830px){
.compilance-section{
  gap: 7px;
}

}