body {
  font-family: 'Montserrat', sans-serif !important;
  margin: 0 !important;
  font-size: 16px !important;
  padding: 0 !important;
  background-color: #f0f0f0 !important;
}

.montserrat     { font-family: 'Montserrat', sans-serif; }
.anton          { font-family: 'Anton', sans-serif; }
.bebas          { font-family: 'Bebas Neue', sans-serif; }
.oswald         { font-family: 'Oswald', sans-serif; }
.righteous      { font-family: 'Righteous', sans-serif; }
.archivo        { font-family: 'Archivo Black', sans-serif; }
.alfa           { font-family: 'Alfa Slab One', cursive; }
.ultra          { font-family: 'Ultra', serif; }
.carter         { font-family: 'Carter One', cursive; }
.bungee         { font-family: 'Bungee Inline', cursive; }
.pacifico       { font-family: 'Pacifico', cursive; }
.lobster        { font-family: 'Lobster', cursive; }
.greatvibes     { font-family: 'Great Vibes', cursive; }
.allura         { font-family: 'Allura', cursive; }
.satisfy        { font-family: 'Satisfy', cursive; }

ul{
  padding:0;
  margin:0;
}

.container {
  max-width: 1200px !important;
  margin: 0 auto;
  padding:0 !important;
}

.checkout-container, .cart-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 2rem 3rem;
  box-shadow: 0px 2px 26px rgba(122, 69, 139, 0.12);
  border-radius: 10px;
  margin-bottom: 8rem;
}

.cart-icon img{
  height:25px;
}

.cart {
  text-decoration: none;
}

.checkout-container .total-cont{
  background:white;
}

.checkout-container h5 {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.main-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.main-section {
  display: inline-block;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#text-control-2{
  display: none;
}
.item-name{
  font-size: 12px !important;
}

.wish-money-row .form-check-input{
  position: relative;
  top: 0.5rem;
}

.categories {
  margin-bottom: 0.4rem;
}

.category {

  display: inline-block;
  margin-bottom: 0.5rem;
  opacity: 0.7
}

.list-style-2{
  display: inline-block;
  list-style: none;
  padding:0;
}

.list-style-2 li{
  display: inline-block;
  margin-right: 15px;
}

.list-style-2 li a{
  display: inline-block;
  cursor: pointer;
}

.list-style-2 li a.active{
  border:1px solid #f78f1d
}

.list-style-2 li img{
  max-height: 70px;
 
}

.category.active .inner-category {
  border-bottom: 3px solid black;
}

.head-page {
  margin-bottom: 2.5rem;
}

.head-page h1 {
  color: #f78f1d;
}

.head-page p {
  color: black;
  font-weight: 400;
}

.head-page p a {
  color: black !important;
}
.font-list{
  max-height: 30vh;
  overflow: auto;
  margin-top: 1rem;
}
.font-list .font-card{
  border:1px solid black;
  color:black;
  padding:0.5rem 0.6rem;
  display: inline-block;
  border-radius:5px;
  font-size:0.8rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
  line-height: 1.4rem;
  align-items: center;
  vertical-align: top;

}

.font-list .font-card.selected{
  border-color:#f78f1d;
  color:#f78f1d;
}

.inner-category {
  display: flex;
  align-items: center;
  background: white;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  min-width: 8rem;
}

.category h6 {
  font-size: 1rem;
  font-weight: normal;
  padding-left: 0.5rem;
  margin-top: auto;
  margin-bottom: auto;
}

.category.active {
  opacity: 1;
}

.category.active h6 {
  font-weight: bold;
}

.category:hover {
  opacity: 1;
}

.category.active .inner-category::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  /* position the arrow below the box */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid black;
  /* same as box background */
}


.category-img img{
    height:1.8rem;
}
.canvas-area {
  width: 400px;
  height: 500px;
  background-color: #fff;
  position: relative;
  margin: 0 auto;
  padding-bottom: 70px;
}

#design-area {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 2rem;

  overflow: hidden;
}

#tshirt {

  width: 100%;

  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

#text-control-2.item-control.active{
display: block;
}

/* .sticker {
    position: absolute;
    cursor: move;
    width: 100px; 
    height: auto;
  } */

/* .close-button {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 14px;
    cursor: pointer;
    background: white;
    border: 1px solid #ccc;
    border-radius: 50%;
    padding: 2px;
  }
   */
/* .resize-handle {
    width: 12px;
    height: 12px;
    background: #333;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: nwse-resize;
  }
   */
.form-input {
  position: relative;

  width: 100%;
  background: none;
  border: 1px solid lightgrey;
  box-shadow: none;
  caret-color: #f78f1d;
  color: grey;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  outline: none;
  overflow: auto;
  padding: 8px 14px;

  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-sizing: border-box;
}

.btn-style-1 {
  border: none;
  height: auto;
  width: 100%;
  background: #f78f1d;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  outline: none !important;
  padding: 2px 18px;
  text-align: center;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}


.btn-style-2 {
  border: none;
  height: auto;
  width: 100%;
  background: #000000;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  outline: none !important;
  padding: 2px 18px;
  text-align: center;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.btn-style-3 {
  display: inline-block;
  border: none;
  height: auto;
  width: 100%;
  background: #f78f1d;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  line-height: 30px;
  outline: none !important;
  padding: 4px 18px;
  text-align: center;
  text-transform: capitalize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3rem;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  color: white !important;

}

.d-inline-block {
  display: inline-block;
}

.w-100 {
  width: 100%;
}

.mb-1 {
  margin-bottom: 0.5rem;
}

.mb-2 {
  margin-bottom: 1rem;
}

.item-row-price {
  font-size: 1.4rem;
  font-weight: bold;

}

.tab-style-1 {
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  display: inline-block;
  width: 70px;
  height: 70px;
  padding: 10px 5px;
  box-sizing: border-box;
  background: black;
  border-radius: 5px;
  margin-bottom: 1rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tab-style-1:hover {
  transform: scale(0.9);
}

.tab-style-1 i {
  width: 100%;
  display: inline-block;
  height: 35px;
}

.tab-style-1 i img {
  max-width: 1.5rem;
  max-height: 1.5rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);

  filter: brightness(0) invert(1);
}

.tab-style-1.active {
  background: #FDC689;

}

.tab-style-1.active span {
  color: #000;
}

.tab-style-1.active i img {
  filter: brightness(0) invert(0);
}

.tab-style-1 span {
  font-size: 0.7rem;
  margin: 0 auto;
  display: block;
  color: white;
}

img {
  max-width: 100%;
}

.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

/* /////////////////////////////////Container Style///////////// */
.row-style-1 {
  display: flex;
  background-color: white;
}

.col_1 {
  width: 120px;
  text-align: center;
  padding: 20px 0;
}

.col_2 {
  width: 292px
}

.col_3 {
  width: 550px;
  padding-bottom: 8rem;
}

.col_4 {
  width: 120px;
  text-align: center;
}

.bx-control {
  display: none;
}

.bx-control.active {
  display: block
}

.atd-parts-bar {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: -7rem;
  left: 0;
  z-index: 100;
  text-align: center;
}

.atd-parts-bar a {
  display: inline-block;
  margin: 0 15px;
  text-align: center;
  opacity: 0.5;
  cursor: pointer;
}

.atd-parts-bar a i {
  display: inline-block;
  width: 100%;
}

.atd-parts-bar a img {
  height: 50px;
  display: inline-block;
}

.atd-parts-bar a span {
  width: 100%;
  display: block;
  padding: 0.2rem 0;
  border-bottom: 6px solid white;
  margin-bottom: 0.5rem;

}

.atd-parts-bar a.active {
  opacity: 1;
}

.atd-parts-bar a.active span {
  font-weight: bold;
  border-bottom: 6px solid #000;
}

.design-option.active {
  border-color: black;
}

.design-option {
  text-align: center;
  border: 1px solid lightgrey;
  display: inline-block;
  padding: 0.8rem 0.8rem;
  margin-bottom: 0.5rem;
  border-radius: 5px;
  cursor: pointer;
}

.selected-item-price {
  display: flex;
  align-items: center;
  width: 626px;
  float: right;
  margin-top: 1rem;
  background: white;
  padding: 0.8rem 1.4rem;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  margin-bottom: 4rem;
}

.selected-item-price a {
  margin-left: 0.5rem;
}
.shopping-cart-empty-cont{
  display: inline-block;
  width:100%;
}

.item-row-price {
  display: inline-block;
  width: 100%;
}

.empty-cart-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px;

  border-radius: 8px;

  color: #555;
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 20px auto;
}

.empty-cart-container .icon {
  font-size: 48px;
  margin-bottom: 16px;
}

.empty-cart-container .message {
  font-size: 18px;
}


.design-option img {
  width: 70px;
}

.design-options {
  overflow: auto;
  max-height: calc(75vh - 90px);
}

.design-sizes {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
}

.design-sizes a.active {
  background-color: black;
  color: white;
}

.design-sizes a {
  cursor: pointer;
  display: none;
  padding: 0.3rem 0.7rem;
  border-radius: 5px;
}

.design-sizes a.show {
  display: inline-block;
}


.design-colors {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);

  text-align: center;

  display: flex;
  flex-direction: column;  /* stack items vertically */
  gap: 2px;  
  z-index: 10;     
  
}

.design-colors a {
  display: none;
  background-color: inherit !important;



  /* border-radius: 100%; */
  cursor: pointer;
 
  /* border: 3px solid white; */
}

.design-colors a img{
  height:40px;
  max-width: inherit;

  display: inline-block;
}

.design-colors a.show {
  display: inline-block;
}

.design-colors a.show img, .design-colors a.active img{
  margin:2px 5px;
}
.design-colors a.active {
  display: inline-block;
  /* width: 25px;
  height: 25px; */
  /* border-radius: 100%; */
  cursor: pointer;
  outline: 2px solid #f78f1d;
}

/* /////////////////////////////////End Container Style///////////// */

/* /////////////////////////////////Categories///////////// */
.categories {
  display: inline-block;
  width: 100%;
  text-align: center;
}

/* /////////////////////////////////End Categories///////////// */
.controls {
  width: 250px;
  background-color: white;
  padding: 0 20px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 100%;
  box-sizing: content-box;
}

.inner-controls {
  padding: 20px 0;
}

.sticker:active {
  cursor: grabbing;
}

.active-sticker {
  outline: 2px dashed #f78f1d;
  box-shadow: 0 0 10px rgba(52, 152, 219, 0.5);
}

#design-area {
  position: relative;
}

.sticker {
  position: absolute;
 
  box-sizing: border-box;
  z-index: 10;
}

.resize-handle {
  width: 12px;
  height: 12px;
 
  position: absolute;
  bottom: -4px;
  right: -6px;
  cursor: se-resize;
  z-index: 1000;
  display:none;
}

.close-button {
  display:none;
  position: absolute;
  top: -10px;
  right: -10px;
  background: #f78f1d;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.active-sticker .close-button, .active-sticker .resize-handle{
  display: flex;
}

.editor-buttons button {
  background: none;
  border: 1px solid #ccc;
  padding: 6px 10px;
  margin-right: 5px;
  font-size: 16px;
  cursor: pointer;
}

.editor-buttons button.active {
  background-color: #f78f1d;
  color: white;
}


/* /////////////////////////////////TEXT///////////// */
.row-m {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: center;
}

.row-m input,
.row-m select {
  width: 100%;
}

.row-m label {
  width: 40%;
  color: #6d6d6d;
  font-size: 0.9rem;
}

.design-text {
  font-size: 24px;
  color: #000;

  border-radius: 4px;
  z-index: 12;
  background-color: none;
  padding:0;

  display: inline-block;
  width: fit-content;

}


.design-text textarea{
  resize: none;
  overflow: hidden;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-style: inherit;
  background: none;
  border: none;
  text-decoration: inherit;
  font-family: inherit !important;
  padding:0;
  width: 100%;
  text-align: center;
}

.drag-handle{
  opacity:0;
  font-size:20px !important;
  text-decoration: none !important;
  font-weight: normal !important;
  font-style: normal !important;
  color:#000000;
  position: absolute;
  bottom:100%;
  text-align: center;
  display: inline-block;
  margin-bottom: -4px !important;
  width: 100% !important;
}

.drag-handle:after{
  content: "⠿";
  transform: rotate(90deg);
  display: inline-block;
  color:white;
  background:black;
}

.drag-handle:before{
 content:"";
 position: absolute;
 bottom:4px;
 left:0;
 width: 100%;
 height: 4px;
 background:black;
 border-radius: 5px 5px 0 0;
}


.design-text.active .drag-handle{
 opacity:1;
}
 .close-button img{
    max-width:15px;
}
.design-text.active .close-button{
  opacity:1;
  display:flex !important;
  top:-10px;
    top: -30px;
    right:-2px;
  z-index: 100;
  border:none !important;
 }
.design-text.active textarea{
  resize:auto;
}

#text-editor {
  margin-top: 1rem;
  background: #fff;
  padding: 20px 10px;
  width: calc(100%);
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  font-family: sans-serif;
}

#text-editor label {
  display: block;
}


#cart-table th {
  background: #000;
  color: white;
  padding: 7px 10px;

  border: none !important
}

#cart-table {
  border-radius: 10px 0 10px 0;
}

#cart-table td {
  background: white;
  border: none !important
}

.remove-item {
  width: 2rem;
  height: 2rem;
  border-radius: 100%;
  line-height: 0;
  background: #f78f1d;
  color: white;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;

}

.li-cart {
  position: relative;
}

.head-cart {
  width: 500px !important;
  margin-left: auto;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;

  padding-top: 2rem;
  opacity: 0;
  visibility: hidden;
}

.li-cart:hover .head-cart {
  opacity: 1;
  visibility: visible;
}

body {
  margin: 0;
  padding: 0;
}

.wrapper {
  margin-top: 4rem
}

.header {
  background: white;
  padding: 1rem 0;
}

.head-right{
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo img {
  max-height: 4rem
}

.menu ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: baseline;
  margin-bottom: 0 !important;

}

.menu ul li {
  padding: 0 1rem;
}

.menu li a {
  color: #777;
  display: inline-block;
  text-decoration: none;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  transition: all 0.4s ease;
}

.menu li a:hover{
  color:black
}
.menu li.active a{
  color:black;
  border-bottom:1px solid black;
  transform: scale(0.8);
}

.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head-cart h5 {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

.inner-head {
  padding: 15px 10px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  background: white;
  border-radius: 1rem;
  display: inline-block;
  width:100%;
}

.total-cont {
  width: 100%;
  background: white;
  display: inline-block;
  padding: 0rem 0.8rem;
  box-sizing: border-box;
}

.total-cont p {
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

.total-cont p {
  display: flex;
}

.quantity-control {
  display: flex;
  align-items: center;
  max-width: 120px;
}

.qty-btn {
  background-color: #ddd;
  border: none;
  /* padding: 6px 10px; */
  font-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  height: 2.4rem;
  width: 2rem;
  text-align: center;
  line-height: 2rem;
}
a, div, p, span, li, ul{
  box-sizing: border-box;
}
.qty-btn:hover {
  background-color: #bbb;
}

.quantity-control input {
  width: 40px;
  text-align: center;
  font-size: 16px;
  padding: 4px;
  box-sizing: border-box;
  margin: 0 ;
  border:1px solid #ddd;
  height: 2.4rem;

}



.cart-checkout-cont #cart-table td {
  background: #F8F8F8;
  border-bottom: 1px solid #EDEDED !important;
}


.checkout-container .total-cont {
  float: right;
  margin-top: 2rem;
  max-width: 250px;
}

.form-check-input {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #f78f1d !important;
  border-color: #f78f1d !important;
}

.form-control:focus {
  border-color: orange !important;
  box-shadow: 0 0 0 0.25rem rgba(255, 165, 0, 0.25) !important;
}

.total-row {
  font-size: 2rem;
}

.checkout-btn {
  font-size: 1.4rem;
  padding: 0.8rem;
}

.order-item {
  margin: 15px auto;
  max-width: 300px;
  background: #F8F8F8;
  padding: 1rem 2rem;

}

.inner-custom-item {
  position: relative;
  display: inline-block;
  width: 100%;
}

 .total-cont{
  max-width:300px;
  float:right;
  background:#F8F8F8;
  padding:1rem;
}

.cart-container{
  display: flow-root;
}

.cart-container .btn-style-3{
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding:0.6rem 0.5rem;
}

.btn-style-3.mod{
  background:black
}
.qty-btn.minus{
  border-radius:  10px 0 0 10px;
}
.qty-btn.plus{
  border-radius: 0 10px 10px 0;
}


.custom-footer {
  display: block;
  background-color: #ffffff;
  border-top: 1px solid #ccc;
 
}

.inner-custom-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  flex-wrap: wrap;
  padding:15px 0;
}

.footer-left {
  color: #333;
}

.footer-right a {
  margin-left: 15px;
  color: #333;
  display: inline-block;
  width: 20px;
  height: 20px;
  transition: color 0.3s ease;
}

.footer-right a:hover {
  color: #f78f1d;
}

.footer-right svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}




/* ///////////POPUP//////// */
/* Overlay background */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  /* Hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

/* Popup box */
.popup-box {
  background: #fff;
  width: 90%;
  max-width: 400px;
  padding: 25px 20px 20px;
  border-radius: 8px;
  position: relative;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
}
.popup-box p{
  color:#616161;
}
/* Close button (top right) */
.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: transparent;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #666;
}

.popup-close:hover {
  color: #000;
}
.popup-box svg{
  width:4rem;
}

.popup-box h2{
  margin-top:0.5rem;
  margin-bottom: 0;
}

.popup-box p{
  margin-top:0.6rem;
}
/* Action buttons */
.popup-actions {
  margin-top: 20px;
  justify-content: center;
  margin-bottom:1rem

}
.popup-actions a{   padding: 10px 16px;
  border-radius: 4rem;
  font-weight: bold;
  text-decoration: none;
  width:100%;
  display:inline-block;
  margin-top:0.5rem;
  box-sizing: border-box;
  color: #fff;}

  /* ///////////END POPUP//////// */
  .menu-toggle {

    width: 30px;
    height: 21px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    z-index: 999;
    float: right;
 
    align-items: end;
  }
  
  

  
  /* Animation when active */
  .active-menu .menu-toggle .bar:nth-child(1) {
    transform: rotate(45deg) translateY(13px);
  }
  
 
.menu-toggle .bar:nth-child(2) {
width:60%
  }
.bar:nth-child(3) {
    width:80%
      }
  .menu-toggle .bar:nth-child(3) {
    width:100%
      }


  
  
  .active-menu .menu-toggle .bar:nth-child(2) {
    opacity: 0;
    width:0;
  }
  
  .active-menu .menu-toggle .bar:nth-child(3) {
    transform: rotate(-45deg) translateY(-13px);
  }
  
  
 
  .active-menu .menu-toggle {
    transform: translateX(10px);
  }

  .menu-mob{
    position: fixed;
    bottom:0;
    left:0;
    left:0;
    width: 100%;
    background:white;
    display: none;
  }

  .menu-mob span{
    width:100%;
    text-align: center;
  }

  .menu-mob span i img{
    height: 20px;
    margin-bottom: 5px;
  }
  .menu-mob span label{
    display: block;
  }

  .menu-mob span a{
    display: inline-block;
    width: 100%;
    padding:15px 0;
    font-size: 11px;
  }

  .menu-mob span a.active{
    background:#f78f1d
  }

  .main-page-btn img{
    height:40px
  }


.products-list-2{
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-top: 10px;
}
  .product-item{
    width: 27vw;
    max-width: 120px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    vertical-align: top;
  }
  .product-item a{
    white-space: normal;
  }
  .category-head{
    margin-bottom: 20px;
        align-items: center;
    display: flex
;
    vertical-align: top;
    font-weight: 600;
  }
  
  .category-head img{
      height:25px;
      margin-right:10px;
  }

  .category-style-2{
    margin-bottom: 25px;
  }

  .category-style-2 .products-list-2{
    position: relative;
    width: calc(100% + 24px);
    left: -13px;
    max-width: inherit;
  }
  .price{
    margin-top: 5px;
  }
  .product-item h6{
    
    margin: 0;
    margin-top: 5px;
  }

  .product-item .price{
    color:#f78f1d;
  }
  .product-img-2 img{
    height:60px;
    max-width: 100%;
  }

  .menu-mob span.main-page-btn a{
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    transform: translateY(-40%);
    background-color: white;
  }

  .cart-details{
    text-decoration: none;
  }

  .categories-style-2{
    display: none;;
  }

  .close-controls{
    position: absolute;
    bottom:100%;
    right:0;
    width:40px;
    height:20px;
    background:rgba(255,255,255,0.5);
    display: none;
  }
  .close-controls::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: translate(-50%, -50%) rotate(45deg);
    cursor: pointer;
    position: absolute;
    top: 50%;

    left: 50%;
    margin-top: -3px;
}

.font-input{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
input[type="range"] {
  accent-color: #f78f1d;
}
  /* Responsive */
@media (max-width: 600px) {
  .menu-toggle {
    display:flex;
  }

  .web{
    display:none !important
  }
  .close-controls{
    display: block;
  }
  .inner-custom-footer {
    justify-content: center;
}
  .step-2 .menu-mob{
    display: flex !important;
  }
  .form-input{
    background-color: white;
  }
  .cart-details{
    font-size:0 !important;
    position: relative;
  }

  .cart-checkout-cont #cart-table td{
    border-bottom: none !important;
  }

  .main-section{
    left:0;
    transform: translate(0);
    width: 100%;
  }
  .col_2.active {

    width: 100%;
    background: border-box !important;
  }
  #text-editor{
    background: border-box;
  }
  .row-m label{
    color:black;
  }
  .controls{
    border:none;
    background-color: rgba(255,255,255,0.5);
    /* background: #FDC689;
    background: linear-gradient(0deg, rgba(253, 198, 137, 1) 0%, rgba(253, 198, 137, 0) 189%); */
    padding-bottom: 10px !important;
  }

  #checkout-container #cart-table-body{
    background:#F8F8F8;
    padding:5px 10px;
  }
  .bar {
    height: 2px;
    width: 100%;
    background-color: #000000;
    transition: 0.3s ease;
    
  }
  .col_2 {
    position: fixed;
    bottom: 0;
    margin-bottom: 63px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: white;
}
  .col_2.active{
    display: block;
  }
  .row-style-1{
    display: block;
  }
  .item-control{
    display: none;
  }
  .col_3{
    padding-bottom: 0;
  }
  .item-control h3{
    margin-top: 0;
  }

  .font-list {
    max-width: 100%;          /* or set a specific width */
    overflow-x: auto;         /* enable horizontal scrolling */
    overflow-y: hidden;       /* disable vertical scrolling */
    white-space: nowrap;      /* keep child elements on one line */
    margin-top: 10px;
}
.inner-controls {
  padding-top: 15px;
}

#editor-font-color{
  width:30px;
}

  #text-editor{
    display: none;
    box-shadow: none;
    border: none;
    padding: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ffffff;
  }
  .form-input{
    color:black
  }
  #text-editor .row-m{
    width:100%;
    gap: 5px;
    margin-bottom: 0;
  }
  
  .menu li a {
    padding: 15px 1rem;
  }
  
  #text-editor .row-m input{
    height: 29px;
  }
  #text-editor > div{
    display: flex;
    gap: 5px;
    border: none;
  }
  .editor-buttons button{
    background:rgba(255,255,255,0.9);
    padding: 2px 7px;
    margin-right: 4px;
    font-size: 15px;
  }
  .editor-buttons{
    display: flex;
  }
    .item-control.active #text-editor{
      display: block;
      width: 100%;
    }
    .main-container{
      display: block;
      align-items: center;
    }
    .controls{
      height: auto;
      padding: 0 15px;
    }
    .item-control.active, #text-control-2.item-control.active{
      display: block;
    }

    #editor-font-size{
      min-width: 70px;
    }
  
    .controls{
      width: 100%;
      box-sizing: border-box;
    }
  
  

  .li-cart a.cart{
    background-color: inherit;

  }

  .step-2 .wrapper{
    margin-top: 0;;
  }
  .categories-style-2{
    display: block;
  }
  .step-2 .custom-footer, .selected-item-price, .page-home .custom-footer, .menu-mob, .step-2 .categories-style-2{
    display:none !important;
  }


  .col_1, .col_2, .col_4, #text-control-1 h3{
   display: none;
 }

 .col_3, .canvas-area{
   width: 100%;
 }
 .canvas-area{
   background:#f0f0f0;
   height:calc(100vh - 136px);
   padding:0 30px;
   padding-top: 20px;
 }

 .mobile-price{
   position: absolute;
   bottom:100%;
   right:15px;
   background:rgba(0, 0, 0, 0.7);
   border-radius: 5px;
   color:white;
   min-width: 50px;
   padding:8px 10px;
   text-align: center;
   margin-bottom: 10px;
 }
 
 .atd-parts-bar {
  bottom: auto;
  z-index: 100;
  text-align: center;
  left: calc(100% - 48px);
  top: 70px;
  width: 32px;
}

.design-colors {
  top: 90px;
  left: 9px;
  transform: translateY(0);
  z-index: 100;
}

.atd-parts-bar a span {
  border-width: 2px !important;
  font-size: 11px;
  margin-bottom: 5px;
}

.atd-parts-bar a{
  margin: 5px 0;
}

.atd-parts-bar a img{
  height: auto;
}

.design-sizes a {
  padding: 0.3rem 0.5rem;
  font-size: 12px;
}

  .head-cart{
    display:none !important
  }

  .item-name{
    font-size: 12px;
  }

  .total-cont p{
    margin-bottom: 10px;
  }
  .quantity-control input, .qty-btn{
    height: 30px;
    line-height: 30px;
  }
  .head-cart.active{
           display: block !important;
        opacity: 1;
        visibility: visible;
  }


  .head-cart {
    width: calc(100vw - 20px) !important;
    position: fixed;
    right:10px;
    top: 50px;}
  .span-head-total-price{
    position:absolute;
    top:-17px;
    right:0;
    background-color: #e0e0e0;
    border-radius: 100%;
  }
  .span-head-total-price strong{
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 21px;

  }
  .header{
    position: relative;
    z-index: 10000;
  
  }

  .page-home .header{  height: 45px;}

  .menu-mob{
    height:63px;
  }
.container{
  width:calc(100% - 30px) !important;
 
}
.menu{
  display:none;
  position: absolute;
  top:100%;
  left:0;
  width: 100%;
  background-color: #f0f0f0;
  padding:25px 0;
}

.menu ul{
  display: inline-block;
  width: 100%;
  text-align: center;
}
.menu li.active a {
  transform: scale(1);
  border-bottom: none;
  font-weight: 700;
}
.active-menu .menu{
  display: block;
}

.selected-item-price a{
  margin-left:0; 
  margin-bottom: 0.5rem;;
}
.item-row-price{
  margin-bottom: 0.8rem;
}


.checkout-container, .cart-container {
  max-width: 800px;
  margin: 0 auto;
  background: white;
  padding: 5px 10px;
  margin-bottom: 2rem;
  padding-top:20px;
}

.selected-item-price{
  display:block;
  width: calc(100% - 30px);
  margin:0 15px;
}

.logo img {
  max-height: 2.5rem;
}

  .custom-footer {
      flex-direction: column;
      text-align: center;
  }

  .footer-right {
      margin-top: 10px;
  }

  .footer-right a {
      margin: 0 10px;
  }

#image-control h3{
  margin-top: 0;
}
  #image-control p{
    display: none;
  }

  .list-style-2 li img{
    max-height: 50px;
  }

  .bx-control h3{
    margin-top: 0;
    margin-bottom: 10px;
  }

  .list-style-2{
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

#cart-table-body td {
  display: inline-block;
  width: calc(100% - 145px);
}

#cart-table-body tr{
  display: inline-block;
  border-bottom: 2px solid #ddd;
  padding-top:10px;
  padding-bottom: 10px;
  width: 100%;
}

.head-cart #cart-table{
  max-height: 50vh;
  overflow: auto;
}

.total-cont {
  max-width: 100%;
  float: right;
  background: #F8F8F8;
  margin-top: 10px;
  padding: 5px 10px;
}

.btn-style-3{
  display: inline-block;
  text-decoration: none;
  border: none !important;
}


#cart-table{
  display: inline-block;
  width: 100%;;
}
.item-img{
  padding: 10px 0 !important;
  margin-right: 15px;
  padding-top: 7px !important;
  vertical-align: top;
}
.head-page {
  margin-bottom: 1.5rem;
}
.item-action{
  float: right;
}
#cart-table-body{
  display: block;
}
#cart-table th{
  display: none;
}
#cart-table th:last-child{
  display: none;
}


#cart-table thead{
  display: block;
}

#cart-table thead tr{
  display: block;

}

.main-container{
  display: none;
}

.step-2 .main-container{
  display: block;
}
}



