* {
  line-height: normal;
}
.drawing-area {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
}

.canvas-container {
  position: relative;
  user-select: none;
}

#tshirt-div {
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

#tshirt-div-back {
  width: 100%;
  margin: auto;
  position: relative;
  background-color: #fff;
}

#canvas {
  position: absolute;
  width: 200px;
  height: 500px;
  height: 100% !important;
  left: 0px;
  top: 0px;
  user-select: none;
  cursor: default;
  border: 1px solid red;
}

#tshirt-canvas-front {
  width: 100% !important;
  height: 100% !important;
}

#tshirt-canvas-back {
  width: 100% !important;
  height: 100% !important;
}

.upper-canvas {
  width: 100% !important;
  height: 100% !important;
}

.TeshertDive .ImageTeshert {
  width: max-content;
  margin: auto;
  height: 100%;
  display: flex;
  align-items: center;
}

.CustomTapsDesign {
  height: 100%;
}

.CustomTapsDesign .CustomTapsbody {
  height: 100%;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders {
  margin-bottom: 15px;
}
.CustomTapsDesign .CustomTapsbody .TapsHeaders ul {
  border: 1px solid #1e1a24;
  padding: 10px;
  border-radius: 8px;
  background: #06010c;
  gap: 2px;
}
.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li {
  display: flex;
  align-items: center;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .nav-link {
  display: block;
  height: 84px;
  border-radius: 15px;
  width: 81px;
  display: flex;
  align-items: center;
  border-right: 0;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .nav-link img {
  display: block;
  width: 24px;
  height: auto;
  margin: auto;
  filter: grayscale(0);
  transition: all 0s ease-in-out;
  filter: grayscale(100) brightness(100);
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .nav-link span {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 500;
  line-height: 24px;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .active {
  background: #1e1a24;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .active img {
  filter: none;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .active span {
  color: #dd2f5e;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .CustomTapStyle {
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  border: 1px solid #dd2f5e;
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .CustomTapStyle img {
  filter: grayscale(100) brightness(100);
}

.CustomTapsDesign .CustomTapsbody .TapsHeaders ul li .CustomTapStyle span {
  color: #fff;
}

.CustomTapsDesign .CustomTapsbody .TapsContentBody {
  height: calc(100% - 127px);
}

.CustomTapsDesign .CustomTapsbody .TapsContentBody .tab-content {
  max-height: 375px;
  overflow: auto;
  padding: 15px;
  border-radius: 15px;
  background: linear-gradient(152.71deg, #1e1a24 1.13%, #06010c 100%);
  position: relative;
}

.CustomTapsDesign
  .CustomTapsbody
  .TapsContentBody
  .tab-content::-webkit-scrollbar {
  width: 6px;
  border-radius: 10px;
  background: linear-gradient(152.71deg, #1e1a24 1.13%, #06010c 100%);
}

.CustomTapsDesign
  .CustomTapsbody
  .TapsContentBody
  .tab-content::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 10px;
  background: #dd2f5e;
}

.CustomTapsDesign .ProductTap .accordion .accordion-item {
  margin-bottom: 15px;
  background: #fff0;
  border-bottom: 0;
}
.CustomTapsDesign .ProductTap .accordion .accordion-item .accordion-header {
  position: relative;
}
.CustomTapsDesign
  .ProductTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  line-height: normal;
}
.CustomTapsDesign
  .ProductTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  color: #fff;
  font-size: 15px;
  padding: 12px 15px;
  background: #1e1a24;
  box-shadow: 0px -1px 30px 0px #00000099;
  border-radius: 8px;
  height: 68px;
  margin-bottom: 0px;
}

.CustomTapsDesign
  .ProductTap
  .accordion
  .accordion-item
  .accordion-header
  .BTNCustom {
  position: absolute;
  top: 20px;
  right: 50px;
  background: #dd2f5e;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 25px;
  color: #fff;
  z-index: 9;
}
.CustomTapsDesign
  .ProductTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  color: #fff;
  font-size: 15px;
  padding: 12px 15px;
  background: #1e1a24;
  box-shadow: 0px -1px 30px 0px #00000099;
  border-radius: 8px;
  height: 68px;
  margin-bottom: 0px;
}
.CustomTapsDesign
  .ProductTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed):after {
  background-image: url(../img/newImages/icons/uparrow.png);
  filter: brightness(100);
}
.CustomTapsDesign
  .ProductTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:after {
  background-image: url(../img/newImages/icons/uparrow.png);
  filter: brightness(100);
}

.CustomTapsDesign
  .ProductTap
  .accordion
  .accordion-item
  .accordion-collapse
  .accordion-body {
  padding: 15px;
  background: #0e0e0e;
  background: #000000;
  border: 0;
  border-bottom: 0 !important;
  border-radius: 8px;
}

.CustomTapsDesign
  .ProductTap
  .accordion-body
  .ProductItems
  .product-taps-active {
  cursor: grab;
}
.CustomTapsDesign .ProductTap .accordion-body .ProductItems .ProItem {
  cursor: pointer;
  background: #fff;
}

.form-control,
select.form-control {
  height: 45px !important;
}

.CustomTapsDesign .ProductTap .accordion-body .ProductItems .ProItem .Image {
  display: flex;
  height: 110px;
  border: 1px solid #eac97a;
  width: 100%;
  align-items: center;
  padding: 0;
  background: #fff;
}
.CustomTapsDesign
  .ProductTap
  .accordion-body
  .ProductItems
  .ProItem.active
  .Image {
  border: 2px solid #edb003;
}
.CustomTapsDesign
  .ProductTap
  .accordion-body
  .ProductItems
  .ProItem
  .Image
  img {
  height: 90%;
  width: max-content;
  margin: auto;
}

.ProductColor h2 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
/* .ProductColor .colorItem {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 0 0px #eee;
  position: relative;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid #cfcbd5;
  background-color: white;
  cursor: pointer;
} */
/* .ProductColor .colorItem .IconCheck {
  font-size: 25px;
  color: #fff;
  display: none;
} */
/* .ProductColor .colorItem .ColorInputName {
  position: absolute;
  top: 0;
  opacity: 0;
} */
/* .ProductColor .colorItem.active {
  position: relative;
  top: -12px;
} */
/* .ProductColor .colorItem.active .IconCheck {
  display: block;
  height: 45px;
  line-height: 45px;
  margin: auto;
} */

.colorItem {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  cursor: pointer;
  background: white;
}

.IconCheck {
  font-size: 24px;
  opacity: 0;
}

.ColorInputName {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.colorItem.active {
  display: flex;
  justify-items: center;
}

.colorItem.active .IconCheck {
  opacity: 1;
  margin: auto;
}

.ProductColor .SizeBoxs {
  padding: 0 0px;
  margin-bottom: 30px;
}
.ProductColor .SizeBoxs .SizeItem {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.ProductColor .SizeBoxs .SizeItem p {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #1e1a24;
  border-radius: 8px;
  font-size: 15px;
}
.ProductColor .SizeBoxs .SizeItem .InputNumber {
  display: block;
  width: 50%;
  margin: auto;
  border: 1px solid #eac97a;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  color: #eac97a;
  text-align: center;
  font-size: 18px;
}
.ProductColor .SizeBoxs .SizeItem .InputNumber:focus {
  border: 1px solid #eac97a;
  color: #fff;
  background: #eac97a;
}

.CustomTapsDesign .AddDesignTap .Title {
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  padding: 5px 10px;
  padding-top: 7px;
  text-align: center;
}
.CustomTapsDesign .AddDesignTap .Title h2 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.CustomTapsDesign .AddDesignTap .Title span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.CustomTapsDesign .AddDesignTap .AddDesignBodyTap .accordion .accordion-item {
  margin-bottom: 15px;
  border: 0;
  background-color: #f000;
}

.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button {
  outline: 0;
  background: #111;
  box-shadow: none;
  padding: 5px 15px;
  color: #fff;
  font-size: 15px;
  padding: 12px 15px;
  background: #1e1a24;
  box-shadow: 0px -1px 30px 0px #00000099;
  border-radius: 8px;
  height: 68px;
  margin-bottom: 10px;
}
/*
.CustomTapsDesign .AddDesignTap .AddDesignBodyTap .accordion .accordion-item:last-child .accordion-header .accordion-button{
    outline: 0;
    background: #111;
    box-shadow: none;
    padding: 5px 15px;
    border-bottom: 1px solid #333;
}
*/

.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  h3
  span {
  display: block;
  margin: 0;
}

.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  h3
  .UpperTitle {
  font-size: 15px;
  color: #fff;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  h3
  .UpperTitle
  img {
  display: inline-block;
  margin: 0 5px;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button
  h3
  .DowenTitle {
  font-size: 15px;
  margin-top: 5px;
  color: #fff;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-button:not(.collapsed) {
  background: #1e1a24;
  box-shadow: 0px -1px 30px 0px #00000099;
}

.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-body {
  padding: 0;
  background: #0000;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-body
  .AcordyBodyInputs {
  padding: 0px;
  border: 0px solid #eac97a;
}

.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-body
  .AcordyBodyInputs
  .form_group {
  margin-bottom: 30px;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-body
  .AcordyBodyInputs
  .form_group:last-child {
  margin-bottom: 0;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-body
  .AcordyBodyInputs
  .form_group
  label {
  color: #eac97a;
  font-size: 15px;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-body
  .AcordyBodyInputs
  .form_group
  .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.CustomTapsDesign .AcordyBodyInputs .ClipArts .otherrow {
  margin-left: -5px;
  margin-right: -5px;
  max-height: 240px !important;
  overflow-y: auto;
}
.CustomTapsDesign .AcordyBodyInputs .ClipArts .othercol {
  padding-left: 5px;
  padding-right: 5px;
}
.CustomTapsDesign .AcordyBodyInputs .ClipArts .ArtItem {
  cursor: pointer;
  margin-bottom: 10px;
  background: #fff;
}
.CustomTapsDesign .AcordyBodyInputs .ClipArts .ArtItem .image {
  display: flex;
  height: 110px;
  border: 1px solid #eac97a;
  width: 100%;
  align-items: center;
}
.CustomTapsDesign .AcordyBodyInputs .ClipArts .ArtItem .image img {
  display: block;
  height: auto;
  width: auto;
}
.CustomTapsDesign .AcordyBodyInputs .ClipArts .ArtItem.active .image {
  border: 2px solid #edb003;
}
.CustomTapsDesign .CollectionPrint {
  display: block;
  width: 100%;
  height: 45px;
  border: 0px solid #edb003;
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  color: #fff;
  font-size: 15px;
}

.CustomTapsDesign .AddTextTap .Title {
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  padding: 13px 10px;

  text-align: center;
}
.CustomTapsDesign .AddTextTap .Title h2 {
  margin: 0;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.CustomTapsDesign .AddTextTap .Title span {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 300;
}

.CustomTapsDesign .AddTextBodyTap .TextOptions .TextAreaBox textarea {
  display: block;
  width: 100%;
  border-radius: 0px;
  padding: 10px;
  min-height: 110px;
  border: 1px solid #333;
  resize: vertical;
  background: #111;
  color: #aaa;
}

.CustomTapsDesign .AddTextBodyTap .TextOptions .AddBUTTON .AddBTN {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  border: 0px solid #edb003;
  color: #fff;
  font-size: 15px;
  border-radius: 0px;
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  margin: 15px auto;
  text-transform: uppercase;
}

/* image tag in class image take padding 20% */
.Image {
  padding: 20%;
}

.AllFornt_BackImages {
  position: relative;
  overflow: hidden;
}
.AllFornt_BackImages .product-tab-info {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.AllFornt_BackImages .product-tab-info .product-tab-info-link {
  display: block;
  width: 82px;
  background: #fff;
  color: #000;
  margin: 0;

  font-size: 15px;
  height: 67px;
  font-weight: 500;
  padding: 0;
  border-radius: 8px;
  border: 1px solid #d12d5e;
}
.AllFornt_BackImages .product-tab-info .product-tab-info-link.active {
  background: #d12d5e;
  border: 0px solid #d12d5e;
  color: #fff;
  display: none;
}
.AllFornt_BackImages .product-tab-info .product-tab-info-link.active img {
  filter: brightness(100) grayscale(100);
}
.AllFornt_BackImages .product-tab-info-link::after {
  content: none;
}

.modalCototn_Type .modal-content {
  border-radius: 0;
  padding: 0px;
}

.modalCototn_Type .formsGroupsInput {
  margin-top: 35px;
  display: block;
  width: 100%;
  padding: 15px 20px;
}
.modalCototn_Type .formsGroupsInput .form-group {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.modalCototn_Type .formsGroupsInput .form-group .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}

.modalCototn_Type .formsGroupsInput .form-group .btoonCalcPrice {
  display: block;
  width: 100%;
  height: 45px;
  border: 0px solid #edb003;
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  color: #fff;
  font-size: 15px;
}

.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .accordion
  .accordion-item
  .accordion-body
  .AcordyBodyInputs {
  padding: 0px;
  border: 0px solid #eac97a;
}

.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .AcordyBodyInputs
  .form_group {
  margin-bottom: 30px;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .AcordyBodyInputs
  .form_group:last-child {
  margin-bottom: 0;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .AcordyBodyInputs
  .form_group
  label {
  color: #eac97a;
  font-size: 15px;
}
.CustomTapsDesign
  .AddDesignTap
  .AddDesignBodyTap
  .AcordyBodyInputs
  .form_group
  .form-control {
  border-radius: 0;
  box-shadow: none;
  outline: 0;
}
.inputcolorr {
  display: block;
  width: 100%;
  border-radius: 0;
  height: 40px;
}

.tableTeam {
  margin-top: 15px;
}
.tableTeam table {
  text-align: center;
}
.tableTeam table .thead-dark {
  background: linear-gradient(
    45deg,
    rgba(115, 69, 18, 1) 0%,
    rgba(234, 201, 122, 1) 100%
  );
  color: #fff;
  font-weight: 400;
}
.table .thead-dark th {
  background-color: #eac97a;
  border-color: #eac97a;
}
.tableTeam table p {
  font-weight: 400;
  margin: 0;
}
img {
  max-width: 100%;
}

.swiper-wrapper {
  margin-left: -1px;
}

.btn-group-vertical .btn {
  padding: 5px;
  font-size: 15px;
  text-align: center;
  margin-bottom: 5px;
  height: 50px;
}
.btn-group-vertical .btn i {
  display: block;
}

.categoryItemss {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: start;
}

.categItem {
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border: 2px solid transparent;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100px;
}

.categItem img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: 6px;
  transition: transform 0.3s ease-in-out;
}

.categItem span {
  color: #fff;
  font-size: 14px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90px;
}

.categItem:hover {
  transform: scale(1.05);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  background: #27232d;
}

.categoryItemss .categItem:hover span {
  color: #dd2f5e;
}

.categItem.active {
  background: #27232d;
}

.categoryItemss .categItem.active span {
  color: #dd2f5e;
}

@media (max-width: 768px) {
  .categoryItemss {
    justify-content: center;
  }

  .categItem {
    min-width: 80px;
    padding: 8px;
  }

  .categItem img {
    width: 60px;
    height: 60px;
  }

  .categItem span {
    font-size: 12px;
    max-width: 70px;
  }
}

.ProductsItemssNew {
  max-height: 450px;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  overflow-x: hidden;
  padding-right: 5px;
}
.ProductsItemssNew .ProdItem {
  margin: 10px 0;
  cursor: pointer;
}
.ProductsItemssNew .ProdItem .ImagSale {
  height: 250px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
.ProductsItemssNew .ProdItem .ImagSale img {
  object-fit: cover;
  height: 100%;
  object-position: center;
  width: 100%;
}
.ProductsItemssNew .ProdItem .ImagSale span {
  position: absolute;
  top: -27px;
  left: -55px;
  height: 80px;
  background: #dd2f5e;
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: end;
  transform: rotate(-40deg);
  text-align: center;
  justify-content: center;
  padding-bottom: 10px;
  color: #fff;
  font-size: 15px;
}
.ProductsItemssNew .ProdItem p {
  text-align: center;
  color: #fff;
  font-size: 15px;
  margin-top: 5px;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: linear-gradient(152.71deg, #1e1a24 1.13%, #06010c 100%);
}
::-webkit-scrollbar-thumb {
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #dd2f5e;
}

hr {
  border-top: 1px solid #eee;
}

.inputIcreaseDecrse .input-group .input-group-btn .btn-default {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
  line-height: 40px;
  font-size: 20px;
  background: #f0f2f200;
  outline: 0;
  color: #ffffff !important;
  box-shadow: none;
  transition: all 0.4s ease-in-out;
  outline: 0;
}

.inputIcreaseDecrse .input-group .form-control {
  margin: 0 5px;
  width: 70px;
  border-radius: 25px;
  border: 1px solid #167dbf;
  height: 40px;
  color: #167dbf;
}

.ProductColor .SizeBoxs .SizeItem .inputIcreaseDecrse {
  background: #1e1a24;
  height: 55px;
  border-radius: 8px;
  align-items: center;
  display: flex;
  width: calc(100% - 60px);
}

.ProductColor .SizeBoxs .SizeItem .inputIcreaseDecrse .form-control {
  background: #0000;
  border: none;
  color: #fff;
}

.MartialPercentage {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.MartialPercentage .matpersItem h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.MartialPercentage .matpersItem p {
  margin: 0;
}

.DescriptionInTapCustomm p {
  font-size: 14px;
  color: #fff;
  line-height: normal;
}

.forntBackButtotns {
  position: absolute;
  bottom: 80px;
  left: 20px;
  z-index: 99;
  display: block;
}

.forntBackButtotns button img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
.forntBackButtotns button span {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}
.ZommInOUtBox {
  display: flex;
  align-items: center;
  border: 1px solid #dd2f5e;
  width: max-content;
  position: absolute;
  top: 20px;
  z-index: 99;
  right: 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  padding: 11px 0;
}
.ZommInOUtBox button {
  background: none;
  border: none;
  padding: 0px 11px;
  border-left: 1px solid #dd2f5e45;
}
.ZommInOUtBox button:first-child {
  border-left: 0;
}

.DOREDOOBOXNewCustm {
  display: flex;
  align-items: center;
  border: 1px solid #dd2f5e;
  width: max-content;
  position: absolute;
  top: 20px;
  z-index: 99;
  left: 20px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  flex-direction: column;
  padding: 0px 11px;
}
.DOREDOOBOXNewCustm button {
  background: none;
  border: none;
  padding: 11px 0px;
  border-bottom: 1px solid #dd2f5e45;
}
.DOREDOOBOXNewCustm button:last-child {
  border-bottom: 0;
}

.FLipLayerUpDowenNew {
  display: flex;
  align-items: center;
  border: 1px solid #dd2f5e;
  width: max-content;
  position: absolute;
  bottom: -55px;
  z-index: 99;
  right: 17%;
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding: 10px 10px;
  border-bottom: 0;
  padding-bottom: 5px;
  transition: all 0.4s ease-in-out;
}
.FLipLayerUpDowenNew button {
  background: none;
  border: none;
  padding: 0px 20px;
  border-left: 1px solid #dd2f5e45;
}
.FLipLayerUpDowenNew button:first-child {
  border-left: 0;
}
.FLipLayerUpDowenNew button img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
.FLipLayerUpDowenNew button span {
  color: #000;
  font-size: 13px;
  margin: 0;
}

.AllFornt_BackImages:hover .FLipLayerUpDowenNew {
  bottom: 0;
}

.accordion-button:after {
  filter: brightness(100) grayscale(100);
}

.SaveloadNeDesifnBox h2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
}

.SaveloadNeDesifnBox p {
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.SaveloadNeDesifnBox h1 {
  color: #aaa;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 500;
}
.form-group label {
  color: #fff;
  font-size: 16px;
  margin-bottom: 2px;
}
.SaveloadNeDesifnBox .ofrmsaveDesifn {
  text-align: center;
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.SaveloadNeDesifnBox .cover_border {
  width: 100%;
}
.SaveloadNeDesifnBox .ofrmsaveDesifn input {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  height: 55px !important;
  line-height: 55px;
  background: #1e1a24;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.SaveloadNeDesifnBox .ofrmsaveDesifn button {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  line-height: 55px;
  background: #1e1a24;
  width: 110px;
  border-radius: 8px;
  font-size: 15px;
  height: 55px !important;
  border: 0;
  color: #fff;
  outline: 0;
  box-shadow: none;
  text-transform: uppercase;
  font-weight: 500;
}

.SaveloadNeDesifnBox .ofrmsaveDesifn button img {
  filter: brightness(100) grayscale(100);
}

.EsctimateeBoxx {
  width: 55%;
  margin: auto;
  margin-bottom: 30px;
}
.EsctimateeBoxx h1 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.EsctimateeBoxx p {
  margin: 0;
  text-align: center;
  font-size: 25px;
  line-height: normal;
  font-weight: 400;
}

.EsctimateeBoxx ul {
  padding: 0;
}
.EsctimateeBoxx ul li {
  margin-bottom: 8px;
}
.EsctimateeBoxx ul li p {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
}

.EsctimateeBoxx .romocodeinput {
  display: block;
  width: 100%;
  position: relative;
  margin: 15px 0;
}
.EsctimateeBoxx .romocodeinput input {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 35px;
  border: 0;
  padding: 0 10px;
  background: #1e1a24;
  color: #fff;
  font-size: 16px;
}
.EsctimateeBoxx .romocodeinput button {
  position: absolute;
  top: -10px;
  height: 55px;
  right: 0;
  border-radius: 35px;
  width: 100px;
  background: #000;
  border: 0;
  color: #aaa;
  font-size: 17px;
  padding: 0;
}

.EsctimateeBoxx .procecedchrckout {
  height: 45px;
  border-radius: 35px;
  width: 100%;
  background: #000;
  border: 0;
  color: #aaa;
  font-size: 17px;
  padding: 0;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}

.CustomTapsDesign .AddTextBodyTap .TextOptions .TextAreaBox h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .TextAreaBox h2 button {
  height: 35px;
  background: #27232d;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 0 15px;
  font-size: 13px;
  width: max-content;
  transition: all 0.4s ease-in-out;
}

.CustomTapsDesign .AddTextBodyTap .TextOptions .TextAreaBox h2 button {
  background: #dd2f5e;
  color: #fff;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .TextAreaBox textarea {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  height: 150px !important;
  line-height: normal;
  background: #1e1a24;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  outline: 0;
  border: 1px solid #222;
  box-shadow: none;
}

.AddTextBodyTap .FontsStyle {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  background: #1e1a24;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 5px;
}
.AddTextBodyTap .FontsStyle .StyleItem {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.AddTextBodyTap .FontsStyle .StyleItem:hover {
  background: #221d29;
  color: #fff;
}

.AddTextBodyTap .FontsStyle .StyleItem img {
  display: block;
  width: max-content;
  margin: auto;
  margin-bottom: 3px;
}

.AddTextBodyTap .FontsStyle .StyleItem span {
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.AddTextBodyTap .FontsStyle .StyleItem:hover span {
  color: #fff;
}

.NewFontsType h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}

.NewFontsType .form-group .form-control {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  height: 50px !important;

  background: #1e1a24;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.NewFontsType
  .form-group
  .select2-container--default
  .select2-selection--single {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  height: 50px !important;

  background: #1e1a24;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.NewFontsType
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 50px;
}
.NewFontsType
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}
.NewFontsType
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #221d29;
  background: #221d29;
  color: #fff;
  border-radius: 5px;
}

.NewFontStrolandcolor h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
}
.NewFontStrolandcolor .strocoloritem {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.NewFontStrolandcolor .strocoloritem p {
  margin: 0;
  font-size: 20px;
  color: #fff;
}
.NewFontStrolandcolor .strocoloritem p img {
  display: inline-block;
  width: 24px;
  margin: 0 5px;
}
.NewFontStrolandcolor .strocoloritem input {
  border: 0;
  outline: 0;
  height: 30px;
  border-radius: 0;
}

.CustomTapsDesign .AddTextBodyTap .TextOptions .elementItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px auto;
  gap: 20px;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .elementItem .IconTitle {
  display: flex;
  width: 75px;
  align-items: center;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .elementItem .IconTitle img {
  width: auto;
  height: 20px;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .elementItem .IconTitle span {
  display: block;
  font-size: 16px;
  color: #fff;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .elementItem .InputElement {
  display: block;
  width: calc(100% - 85px);
}
.CustomTapsDesign
  .AddTextBodyTap
  .TextOptions
  .elementItem
  .InputElement
  .SelectInput {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 0;
  background: #eac97a;
  color: #fff;
  border: 1px solid #eac97a;
  padding: 0 10px;
}

.CustomTapsDesign .AddTextBodyTap .TextOptions .DowenSection {
  display: block;
  width: 80%;
  margin: auto;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .elementItem_Solo {
  display: inline-block;
  width: calc(100% / 3 - 5px);
  margin: 15px auto;
  cursor: pointer;
}
.CustomTapsDesign .AddTextBodyTap .TextOptions .elementItem_Solo .IconTitle {
  display: block;
  width: 100px;
  text-align: center;
}
.CustomTapsDesign
  .AddTextBodyTap
  .TextOptions
  .elementItem_Solo
  .IconTitle
  img {
  display: block;
  width: 20px;
  height: 20px;
  margin: auto;
  margin-bottom: 5px;
}
.CustomTapsDesign
  .AddTextBodyTap
  .TextOptions
  .elementItem_Solo
  .IconTitle
  span {
  display: block;
  font-size: 13px;
  color: #eac97a;
  text-transform: uppercase;
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #1e1a24;
  color: white;
  position: absolute;
  right: -90px;
  width: max-content;
  left: auto !important;
  top: 8px;
  height: 40px;
  border-radius: 8px;
  width: 75px;
  text-align: center;
  line-height: 40px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.irs--square .irs-line {
  top: 25px;
  height: 5px;
  background-color: #1e1a24;
  width: 100%;
  border-radius: 5px;
}

.irs--square {
  width: 75%;
}
.irs--square .irs-bar {
  top: 25px;
  height: 5px;
  background-color: #dd2f5e;
  border-radius: 5px;
}
.irs--square .irs-handle {
  top: 18px;
  width: 20px;
  height: 20px;
  border: 2px solid #dd2f5e;
  background-color: #dd2f5e;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
  cursor: pointer;
}

.hiddenBox {
  display: none;
}
.overflohidden {
  overflow: hidden !important;
}
.layersBox_Shapess {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17131d;
  color: #fff;
  left: 0;
  border-radius: 15px;
  z-index: 9;
  overflow: hidden;
}
.layersBox_Shapess h2 {
  color: #fff;
}
.layersBox_Shapess .layerHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
  background: #1e1a24;
}
.layersBox_Shapess .layerHeader p {
  margin: 0;
  color: #fff;
  font-size: 16px;
}
.layersBox_Shapess .layerHeader .closeBTN {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  background: #17131d;
  color: #ffffff;
  font-size: 26px;
  padding: 0;
}
.butonshapesss button {
  display: flex;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  align-items: center;
  border: 0;
  border-radius: 5px;
  background-color: #1e1a24;
  color: white;
  justify-content: space-around;
  gap: 10px;
  font-size: 16px;
  padding-left: 10px;
}

.layersBox_Shapess .layerboddy {
  padding: 15px;
  height: calc(100% - 55px);
  overflow: auto;
}

.layersBox_Shapess .layerboddy .shpapeIrem {
  padding: 25px;
  text-align: center;
  cursor: pointer;
}

.layersBox_Shapess .layerboddy .shpapeIrem img {
  display: block;
  width: 50px;
  margin: auto;
  margin-bottom: 5px;
}
.layersBox_Shapess .layerboddy .shpapeIrem span {
  font-size: 16px;
}

.NewTeamDeisnTap .titile {
  margin-bottom: 15px;
}
.NewTeamDeisnTap .titile h2 {
  color: #fff;
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #413b49;
}

.NewTeamDeisnTap .SepsAddTeam .stepItemteam {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}
.NewTeamDeisnTap .SepsAddTeam .stepItemteam .iconcheck {
  display: block;
  width: 25px;
}
.NewTeamDeisnTap .SepsAddTeam .stepItemteam .iconcheck img {
  margin-top: 7px;
  width: 100%;
  display: block;
}
.NewTeamDeisnTap .SepsAddTeam .stepItemteam .stepdatat {
  width: calc(100% - 40px);
}
.NewTeamDeisnTap .SepsAddTeam .stepItemteam .stepdatat h2 {
  line-height: normal;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.NewTeamDeisnTap .SepsAddTeam .stepItemteam .stepdatat p {
  font-size: 15px;
  line-height: normal;
  margin: 0;
}

.TeamItemssTable {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #1e1a24;
}
.TeamItemssTable .table {
  margin: 0;
  text-align: center;
}

.TeamItemssTable .table p {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.TeamItemssTable .table thead tr {
  background: #1e1a24;
  border: 0;
}
.TeamItemssTable .table thead tr th {
  border: 0;
  text-align: center;
}

.borderrightleftThTd {
  border-left: 2px solid #dd2f5e !important;
  border-right: 2px solid #dd2f5e !important;
}
.borderrightleftThTd:last-child {
  border-right: 0 !important;
}
.borderrightleftThTd_2 {
  border-left: 2px solid #3b3b3b !important;
  border-right: 2px solid #3b3b3b !important;
}
.borderrightleftThTd_2:last-child {
  border-right: 0 !important;
}
.TeamItemssTable .table thead tr th p {
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.TeamItemssTable .table tbody {
  background: #1e1e1e;
}

.TeamItemssTable .table tbody tr td {
  border: 0;
  border-bottom: 1px solid #3b3b3b !important;
}
.TeamItemssTable .table tbody tr:last-child td {
  border-bottom: 0px solid #3b3b3b !important;
}
.TeamItemssTable .table tbody tr td p {
  margin: 0;
  color: #fff;
  font-weight: 400;
}
.TeamItemssTable .table tbody tr td button {
  background: #fff0;
  color: #fff;
  border: 0;
  font-size: 16px;
  color: #dd2f5e;
  font-weight: 600;
}

.addandRemoveTeamMember {
  margin: 15px 0;
}
.addandRemoveTeamMember .addandRemoveTeamMemberBTN {
  background: #1e1a24;
  height: 50px;
  padding: 0 15px;
  color: #fff;
  display: flex;
  width: 100%;
  gap: 5px;
  border: 0;
  align-items: center;
  border-radius: 10px;
}

.layersBox_AddTeam {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #17131d;
  color: #fff;
  left: 0;
  border-radius: 15px;
  z-index: 9;
  overflow: hidden;
}

.layersBox_AddTeam .layerHeader {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 15px;
}
.layersBox_AddTeam .layerHeader .closeBTN {
  background: #fff0;
  border: 0;
  color: #fff;
  font-size: 20px;
}
.layersBox_AddTeam .layerHeader .closeBTN img {
  display: inline-block;
  margin: 0 5px;
}
.layersBox_AddTeam .layerHeader span {
  color: #fff;
  font-size: 20px;
}

.layersBox_AddTeam .layerboddy {
  padding: 15px;
  height: calc(100% - 55px);
  overflow: auto;
}

.layersBox_AddTeam .layerboddy .addteamForm .form-group {
  margin-bottom: 0;
}
.layersBox_AddTeam .layerboddy .addteamForm .form-group label {
  font-size: 16px;
  margin-bottom: 2px;
}
.layersBox_AddTeam .layerboddy .addteamForm .form-group .form-control {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  height: 50px !important;

  background: #1e1a24;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}

.layersBox_AddTeam
  .layerboddy
  .addteamForm
  .form-group
  .select2-container--default
  .select2-selection--single {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  height: 50px !important;

  background: #1e1a24;
  border-radius: 8px;
  font-size: 15px;
  color: #fff;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.layersBox_AddTeam
  .layerboddy
  .addteamForm
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
  line-height: 50px;
}
.layersBox_AddTeam
  .layerboddy
  .addteamForm
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 50px;
}
.layersBox_AddTeam
  .layerboddy
  .addteamForm
  .form-group
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #fff transparent transparent transparent;
}

.AddDesignTap_New {
  height: calc(100% - 30px);
  position: absolute;
  width: calc(100% - 30px);
}
.AddDesignTap_New .nav {
  margin-bottom: 10px;
}

.AddDesignTap_New .nav .nav-item .nav-link {
  border-radius: 8px;
  padding: 10px;
}
.AddDesignTap_New .nav .nav-item .nav-link img {
  filter: none;
  margin-bottom: 5px;
  height: 24px;
}
.AddDesignTap_New .nav .nav-item .nav-link span {
  color: #a49d9f;
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
}
.AddDesignTap_New .nav .nav-item .active {
  background: #27232d;
}
.AddDesignTap_New .nav .nav-item .active img {
  filter: brightness(100) grayscale(100);
}
.AddDesignTap_New .nav .nav-item .active span {
  color: #fff;
}

.AddDesignTap_New .RemoveBgBTN button {
  background: #27232d;
  color: #fff;
  height: 55px;
  padding: 0 10px;
  width: 125px;
  margin: auto;
  display: flex;
  border: 0;
  align-items: center;
  border-radius: 8px;
  gap: 10px;
  justify-content: center;
}

.AddDesignTap_New .tab-content {
  height: calc(100% - 80px);
  max-height: max-content !important;
  position: absolute !important;
  width: calc(100% - 0px);
  min-height: auto !important;
}

.AddDesignTap_New .myImagess .rowrtlcustm {
  margin-right: -5px;
  margin-left: -5px;
}
.AddDesignTap_New .myImagess .prlcustom_cole {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}
.AddDesignTap_New .myImagess .itemiamge {
  border-radius: 8px;
  display: block;
  width: 100%;
  height: 136px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}
.AddDesignTap_New .myImagess .itemiamge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* .clipcategoryItemss {
  display: flex
} */

.clipcategoryItemss {
  height: 30%;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.clipartcategoryBox .clipcategoryItemss .catclipitem {
  width: 30%;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: white;
  overflow: hidden;
  text-wrap: wrap;
  text-overflow: ellipsis;
  display: flex;
  flex-direction: column;
  height: 175px;
  justify-content: space-between;
}
.clipartcategoryBox .clipcategoryItemss .catclipitem * {
  transition: all 0.3s ease-in-out;
}
.clipartcategoryBox .clipcategoryItemss .catclipitem img {
  display: block;
  /* margin: auto; */
  margin-bottom: 5px;
  width: fit-content;
  height: fit-content;
}

.clipartcategoryBox .clipcategoryItemss .catclipitem span {
  color: #a49d9f;
  font-weight: 400;
  font-size: 13px;
  display: block;
}
.clipartcategoryBox .clipcategoryItemss .catclipitem:hover {
  background: #ebe5f4;
}

.clipartcategoryBox .clipcategoryItemss .catclipitem:hover span {
  color: #dd2f5e;
}
.clipartcategoryBox .clipcategoryItemss .catclipitem.active {
  background: #27232d;
}

.clipartcategoryBox .clipcategoryItemss .catclipitem.active span {
  color: #fff;
}

.layersBox_clipartcategoryshapes {
  position: sticky;
  padding-top: 8px;
  bottom: -20px;
  width: 100%;
  height: 115%;
  background: #17131d;
  color: #fff;
  left: 0;
  border-radius: 6px;
  z-index: 9;
  /* overflow: hidden; */
  /* top: 100px; */
}

.layersBox_clipartcategoryshapes .layerHeader {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 15px 15px;
}
.layersBox_clipartcategoryshapes .layerHeader .closeBTN {
  background: #fff0;
  border: 0;
  color: #fff;
  font-size: 20px;
}
.layersBox_clipartcategoryshapes .layerHeader .closeBTN img {
  display: inline-block;
  margin: 0 5px;
}
.layersBox_clipartcategoryshapes .layerHeader span {
  color: #fff;
  font-size: 20px;
}

.layersBox_clipartcategoryshapes .layerboddy {
  padding: 15px;
  height: calc(100% - 55px);
  overflow: auto;
}

.layersBox_clipartcategoryshapes
  .layerboddy
  .SubcatgoryBoxClip
  .clip_Sub_categoryItemss {
  display: flow-root;
  padding-bottom: 15px;
}

.SubcatgoryBoxClip .clip_Sub_categoryItemss .Sub_catclipitem {
  width: auto;
  display: inline-block;
  flex: 25%;
  margin: 8px;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: #27232d;
}
.SubcatgoryBoxClip .clip_Sub_categoryItemss .Sub_catclipitem * {
  transition: all 0.3s ease-in-out;
}
.SubcatgoryBoxClip .clip_Sub_categoryItemss .Sub_catclipitem img {
  display: block;
  margin: auto;
  margin-bottom: 5px;
  width: auto;
  height: 50px;
}

.SubcatgoryBoxClip .clip_Sub_categoryItemss .Sub_catclipitem span {
  color: #a49d9f;
  font-weight: 400;
  font-size: 16px;
}
.SubcatgoryBoxClip .clip_Sub_categoryItemss .Sub_catclipitem:hover {
  background: #dfdde2;
}
.SubcatgoryBoxClip .clip_Sub_categoryItemss .Sub_catclipitem:hover img {
  filter: grayscale(100) brightness(100);
}
.SubcatgoryBoxClip .clip_Sub_categoryItemss .Sub_catclipitem:hover span {
  color: #27232d;
}

#colors_control_section input[type="color"] {
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  appearance: none;
}

#colors_control_section input[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 0;
}

#colors_control_section input[type="color"]::-moz-color-swatch {
  border: none;
  border-radius: 0;
}

.minxaxheight450 {
  min-height: 100%;
  max-height: 600px;
}
.minmaxheight350 {
  min-height: 100%;
  max-height: 350px;
}

.clipartcollorItemss .colorItem.active {
  position: relative;
  top: 0;
}

.layersBox_Shapess .fontsNewOptionsss .elementItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px auto;
  gap: 20px;
}
.layersBox_Shapess .fontsNewOptionsss .elementItem .IconTitle {
  display: flex;
  width: 75px;
  align-items: center;
}
.layersBox_Shapess .fontsNewOptionsss .elementItem .IconTitle img {
  width: auto;
  height: 20px;
  margin: 0;
  margin-bottom: 5px;
  margin-right: 10px;
}
.layersBox_Shapess .fontsNewOptionsss .elementItem .IconTitle span {
  display: block;
  font-size: 16px;
  color: #fff;
}
.layersBox_Shapess .fontsNewOptionsss .elementItem .InputElement {
  display: block;
  width: calc(100% - 85px);
}
.layersBox_Shapess .fontsNewOptionsss .elementItem .InputElement .SelectInput {
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 0;
  background: #eac97a;
  color: #fff;
  border: 1px solid #eac97a;
  padding: 0 10px;
}

.ProductsItemssNew .rowrtlcustm {
  margin-right: -5px;
  margin-left: -5px;
}
.ProductsItemssNew .prlcustom_cole {
  padding-left: 5px;
  padding-right: 5px;
}

.AddDesignTap_New .myImagess .catclipitem {
  width: 25%;
  margin-bottom: 5px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 8px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color: white;
}
.AddDesignTap_New .myImagess .catclipitem:hover {
  background: #d1c9dd;
}
.AddDesignTap_New .myImagess .catclipitem img {
  display: block;
  margin: auto;
  margin-bottom: 0px;
  width: auto;
  height: 50px;
}

.AddDesignTap_New .myImagess .use-it-btn {
  /* position: absolute; */
  bottom: 12px;
  height: 30px;
  background: #27232d;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 13px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.AddDesignTap_New .myImagess .use-it-btn:hover {
  background: #dd2f5e;
  color: #fff;
}
.AddDesignTap_New .myImagess .buy-it-btn {
  /* position: absolute; */
  bottom: 12px;
  height: 30px;
  background: #27232d;
  color: #fff;
  border: 0;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 13px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.AddDesignTap_New .myImagess .buy-it-btn:hover {
  background: #dd2f5e;
  color: #fff;
}

.emptyDatatTitle {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .clipcategoryItemss {
    gap: 4px;
    height: 100%;
  }
  .clipartcategoryBox .clipcategoryItemss .catclipitem {
    height: 100px;
  }
  .TapsContentBody {
    top: 45%;
  }
  .TeshertDive .ImageTeshert {
    height: auto;
  }
  .FLipLayerUpDowenNew {
    right: 7%;
  }
  .forntBackButtotns {
    bottom: 45px;
  }

  /* response tools  */
  .CustomTapsDesign .CustomTapsbody .TapsContentBody {
    width: 100%;
    height: 60vh;
  }

  .CustomTapsDesign .CustomTapsbody .TapsHeaders ul li {
    height: 60px;
  }
  .minxaxheight450 {
    min-height: auto;
    max-height: max-content;
  }

  .AddDesignTap_New .myImagess .prlcustom_cole {
    width: 50%;
  }

  .custom_col_6 {
    width: 50%;
  }
  .irs--square .irs-from,
  .irs--square .irs-to,
  .irs--square .irs-single {
    width: 50px;
    right: -60px;
  }
  .irs--square {
    width: 75%;
  }
  .layersBox_Shapess .fontsNewOptionsss .elementItem {
    gap: 10px;
  }
  /* .CustomTapsDesign .CustomTapsbody .TapsContentBody .tab-content {
    max-height: max-content;
  } */
  .EsctimateeBoxx {
    width: 100%;
  }
  .FLipLayerUpDowenNew {
    right: 0;
    width: 100%;
  }
  .AddDesignTap_New .myImagess .catclipitem {
    margin: 2px;
  }
  .TeamItemssTable {
    overflow: auto;
  }

  /* #tshirt-div {
    height: 400px;
  }
  #tshirt-div-back {
    height: 400px;
  } */
  .ZommInOUtBox {
    top: 10px;
    right: 10px;
  }
  .DOREDOOBOXNewCustm {
    top: 10px;
    left: 10px;
  }
  .forntBackButtotns {
    left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* Styles for iPads (both orientations) */
}
