/******************************/
/**HOMEPAGE**/
/******************************/
.with-strip{position:relative;}
body .hero .background-img {
  bottom: unset !important;
  top: 0;
  left: 0;
  height: 840px;
  position: relative;
}
.hero .background-img {
  position: relative;
  left: -1.5rem;
  right: 0;
  bottom: 0;
  top: 0;
}
body .hero .background-img img {
  -o-object-position: 50% 60%;
  object-position: 50% 60%;
  width: 100%;
}
.hero .background-img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -o-object-position: top center;
  object-position: top center;
}
body .img-gradient-main{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(24, 24, 24, 0) 0%, rgba(24, 24, 24, 0) 60%, rgb(24, 24, 24) 100%);
}
#slider-img{transition: ease 3s;}
.home-section{
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-right: 25rem;
  padding-left: 25rem;
  margin-right: auto;
  margin-left: auto;
}
.home-section h3{
  font-weight:700;
  font-size: 3rem;
}
.choose-section{
  position: absolute;
  top: 78rem;
  width: 100%;
}
.choose-section ul{
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(6, 1fr);
  list-style:none;
}
.choose-section li{
  text-align:center;
  display: flex;
  flex-direction: column;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.svg-icons{
  display: flex;
  align-items: center;
  border-radius: 50%;
  padding: 50px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
  height: 250px;
  width: 250px  
}
.svg-icons svg{
  color: #fff;
  fill: #fff;
  width: 160px;
  height: 160px;
}
.choose-section li strong{
  font-size: 1.8rem;
  line-height: 3.8;
}
.category-section h3{
  text-align:center;
  font-weight:700;
  font-size: 3rem;
}
.category-section{
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  margin-top: 30rem;
}
#services{
  height: 80%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slides {
  width: 110px;
  height: 100%;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  transition: 0.7s ease;
}
.slides-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slides h3 {
  font-size: 4.8rem;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgb(0 0 0 / 26%);
  color: #fff;
  position: absolute;
  bottom: 18%;
  left: -10%;
  transform: rotate(270deg);
  transition: 0.7s ease-in-out;
  margin: 0;
}
#services .slides:first-child,
#services .slides:last-child {
  height: 400px;
}
#services .slides:nth-child(2),
#services .slides:nth-child(8) {
  height: 480px;
}
#services .slides:nth-child(3),
#services .slides:nth-child(7) {
  height: 560px;
}
#services .slides:nth-child(4),
#services .slides:nth-child(6) {
  height: 730px;
}
#services .slides:nth-child(5) {
  height: 700px;
}
.details {
  padding: 3.5rem;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in;
  width: 100%;
  position: absolute;
  bottom: 2%;
  line-height: 1.3;
}
.details h5 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 33px;
  text-transform: uppercase;
  text-shadow: 0 0 7px rgb(0 0 0 / 26%);
}
.details p {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-shadow: 0 0 7px rgb(0 0 0 / 26%);
  color: #fff;
  margin: 1rem 0 3rem 0;
}
.details a {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 45px;
  border: none;
  border-radius: 20px;
  color: var(--black);
  text-transform: uppercase;
  text-decoration: none;
  background-color: #fff;
  width: fit-content;
  margin-top: 0.5rem;
}
.slides.actives {
  width: 766px !important;
  height: 750px !important;
}
.slides.actives h3 {
  display: none;
}
.slides.actives .details {
  opacity: 1;
  z-index: 1;
}
.slider-service-controller {
  text-align: center;
  width: 100%;
  display: none;
}
.slider-service-controller button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #eb1d42;
  background: #eb1d42;
  color: #fff;
  transition: 0.5s;
}
.product-wrapper,
.apperal-wrapper{
  width: 100%;
  position: relative;
  padding-top:2rem;
}
.carousel{
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;    
}
.carousel::-webkit-scrollbar {
  height: 0;
}
#prev-carousel,
#next-carousel,
#prev-apperal,
#next-apperal{
  display: flex;
  justify-content: center;
  align-content: center;
  background: white;
  border: none;
  padding: 8px;
  border-radius: 50%;
  outline: 0;
  cursor: pointer;
  position: absolute;
}
#prev-carousel,
#prev-apperal{
  top: 60%;
  left: 0;
  transform: translate(50%, -50%);
  display: none;
}
#next-carousel,
#next-apperal{
  top: 60%;
  right: 0;
  transform: translate(-50%, -50%);
}
#content,
#content-apperal{
  display: grid;
  grid-gap: 16px;
  grid-auto-flow: column;
  margin: auto;
  box-sizing: border-box;
}
.item {
  width: 350px;
  height: 350px;
  background: green;
}
.gallery-products{
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.gallery-product-container{
  align-items: center;
  display: flex;
  height: 510px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;    
}
.gallery-item {
  height: 500px;
  width: 700px;
  background-position: center;
  background-size: cover;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 15px;
}
.gallery-item-1 {
  left: 0%;
  opacity: 0.2;
  transform: translateX(-50%);
}
.gallery-item-2,
.gallery-item-6 {
  height: 530px;
  opacity: 0.4;
  z-index: 2;
}
.gallery-item-2 {
  left: 15%;
  transform: translateX(-50%);
}
.gallery-item-3,
.gallery-item-5 {
  height: 560px;
  opacity: 0.8;
  z-index: 2;
}
.gallery-item-3 {
  left: 30%;
  transform: translateX(-50%);
}
.gallery-item-4 {
  box-shadow: -2px 5px 33px 6px rgba(0, 0, 0, 0.35);
  height: 600px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.gallery-item-5 {
  left: 70%;
  transform: translateX(-50%);
}
.gallery-item-6 {
  left: 85%;
  transform: translateX(-50%);
}
.gallery-item-7 {
  left: 100%;
  transform: translateX(-50%);
  opacity: 0.2;
}
.gallery-controls {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  height: 100px;
}
.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 23px;
  margin: 0 50px;
  padding: 0 12px;
  text-transform: capitalize;
  outline: none;
  font-weight: 700;
  color:#000;
}
.gallery-controls-buttons:focus {
  outline: none;
}
.gallery-controls-prev {
  position: relative;
}
/******************************/
/**SHOP**/
/******************************/
.shop-section{
  margin-left: 20rem;
  margin-right: 20rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: grid;
  column-gap: 20px;
  row-gap: 10px; 
  grid-template-columns: 400px 1fr;
  align-items: start;  
  min-height:60vh;
}
.shopProducts h1{
  font-size: 5rem;
  font-weight: 700;
}
.productResults{
  margin-top: 3rem;
  display: grid;
  column-gap: 10px;
  row-gap: 10px; 
  grid-template-columns: 1fr 1fr 1fr 1fr;  
}
.product_temp{
	padding: 10px;
	position: relative;
	background: #f3f3f3;
	border-radius: 20px;
	transition: box-shadow 2s;
}
.heart{
	border: 0;
	outline: 0!important;
	font-size: 22px;
	float:right;
	padding: 1rem 2rem;
	background: transparent;
	color: #6c757d;
}
.product_temp img{
	width: 100%;
}
.product_temp:hover{
	box-shadow: 0 4px 24px #00000029;
}
.text-muted{
	justify-content: center;
	gap: 10px;
	color: #6c757d;
	font-size: 16px;
}
.liked i{
	color: var(--red);
}
.printingOptions{
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  height: 50px!important;
}
.design{
  text-decoration: none;
  color: #000!important;
  background-color: transparent;
  padding: 1.5rem 1.75rem;
  border: 2px solid #000;
  border-radius: 1.8rem;
  display: inline-block;
  font-size: 2rem; 
  text-decoration: none!important;
  width: -webkit-fill-available;
  text-align: center;
  margin-bottom: 2rem;
}
/*filter*/
#searchDesign{
  margin-top: 2rem;
}
.searchBox{
	display: block;
	width: 100%;
	padding: 0.50em 0.45em;
	font-size: 1.5rem;
	font-style: italic;
	line-height: 2.5;
	color: var(--black);
	background: #fff;
	background-clip: padding-box;
	border: 1.2px solid #dee2e6;
	border-radius:  0.375rem;
}
.searchBox:focus{
    color: var(--black);
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(246 139 32 / 60%);
}
.filter_lab{
	font-size: 22px;
	font-weight: 500;
}
.form-group-check{
  display: block;
  margin-bottom: 15px;
  position: relative;
}
.form-group-check input{
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0px;
  transform: translate(50%, 50%); 
}
.form-group-check label {
  position: relative;
  cursor: pointer;
  font-size: 16px;
}
.form-group-check label:before {
  content:'';
  background-color: transparent;
  border: 2px solid #0079bf;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-group-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
/******************************/
/********STARTING MODAL********/
/******************************/
.galleryContainer {
  position: relative;
}
.gallerySlides{
  display: none;
}
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.rowGallery{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.rowGallery:after {
  content: "";
  display: table;
  clear: both;
}
.prev-row {
  float: left;
  width: 16.66%;
}
.cursor {
  cursor: pointer;
}
.demo {
  opacity: 0.6;
}
.activeDemo,
.demo:hover {
  opacity: 1;
}
/******************************/
/**SHIRT**/
/******************************/
.shirt {
  width: 100%;
  height: 200vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#shirt_outline,
#shirt_outline_back {
  width: -webkit-fill-available;
  height: auto;
  position: absolute;
  left: 4%;
  z-index: 2;
}
#resetBtn{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 2rem;
  border-radius: 10px;
  border: 1.5px solid #000;
  padding: 10px;
  background-color: var(--green);
}
/******************************/
/**PANEL**/
/******************************/
.panel {
  position: absolute;
}
.topPanel {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 2px 9px;
  border-bottom: 1px solid var(--black);
  position: absolute;
  top: 0px;
  height: 70px;
  width: 100%;
  z-index: 2;
}
.tpPanel {
  width: 100%;
  height: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1rem;
}
.tpPanel div {
  cursor: pointer;
  font-size: 1.3rem;
}
.tpPanel button {
  border: none;
  outline: 0;
  background: transparent;
  border-radius: 50%;
  padding: 10px;
}
.tpPanel button:hover {
  background: #f3f3f3;
  border-radius: 50%;
  padding: 10px;
}
.tpPanel button i {
  font-size: 2rem;
}
.leftPanel {
  max-height: calc(100vh - 20rem);
  width: 800px;
  height: 100%;
  position: absolute;
  padding: 10px;
  overflow: hidden;
  left: 1rem;
  top: 9rem;
  z-index: 2;
}
.leftPanel a {
  text-decoration: none;
  display: block;
  width: -webkit-fill-available;
}
.panelLinks {
  width: fit-content;
  background: #fff;
  box-shadow: 0 5px 10px #0000001a;
  border: 1px solid #f3f3f3;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 1rem;
  padding: 10px;
}
.aside-link {
  display: flex;
  justify-content: center;
  border-radius: 50%;
  padding: 15px;
  transition: 0.5s;
}
.aside-link img {
  width: 50px;
  height: 50px;
}
.aside-lk_tx {
  text-align: center;
  font-size: 16px;
  color: var(--black);
}
.panelContent {
  opacity: 0;
  z-index: -5;
  position: absolute;
  top: 1rem;
  right: 18rem;
  background: #fff;
  box-shadow: 0 5px 10px #0000001a;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  padding: 20px;
  width: 500px;
  height: 672px;
  transition: 0.3s ease-in-out;
}
.panelContent h4 {
  font-size: 22px;
  font-weight: 600;
}
.panelLinks .aside-link:hover,
.aside-link.active-link {
  background: rgb(235 29 66 / 30%);
}
.active-link {
  opacity: 1;
  z-index: 1;
}
.rightPanel {
  background: transparent;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 3rem;
  top: 9rem;
  z-index: 20;
}
.image_container {
  position: relative;
  border: 1px solid #000;
  border-radius: 20px;
  margin-top: 20px;
  cursor: pointer;
  width: 150px;
  height: 150px;
}
.image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: rgb(215, 223, 38, 0.3);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.image_container:hover .overlay,
.active_section .overlay {
  opacity: 1;
}
/******************************/
/**LEFT PANEL CONTENT**/
/******************************/
.radioBtn {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.radioBtn li {
  margin: 0 5px 0 0;
  width: -webkit-fill-available;
  height: 50px;
  position: relative;
  border: 1px solid #e7e7ee;
}
.radioBtn label,
.radioBtn input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.radioBtn input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
.radioBtn label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 2rem;
  padding: 5px 14px;
  cursor: pointer;
  z-index: 90;
}
.active-tab {
  background: var(--green);
}
#colorType {
  flex-direction: row;
}
#colorType li {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
#colorType .outer {
  border: 2.5px solid var(--green);
}
#picker{
  display: flex;
  justify-content: center;
}
/********************************/
/**********FABRIC****************/
/********************************/
#loading-image {
  position: absolute;
}
#loading-image img {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
#front,
#back,
#a,
#b{
  border: 2px dashed var(--green);
}
.canvas {
  z-index: 3 !important;
}
.btn-done {
  background-color: var(--blue);
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 150px;
}
/********************************/
/************GRAPHIC*************/
/********************************/
.filter {
  grid-template-columns: 100px 1fr;
  align-items: start;
}
.filter p {
  font-size: 20px;
  font-weight: 700;
}
.form-input-group {
  display: block;
  margin-bottom: 4px;
  margin-left: 10px;
}
.form-input-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  left: 7%;
  transform: translate(0%, 41%);
  z-index: 9;
  opacity: 0;
}
.form-input-group label {
  position: relative;
  cursor: pointer;
  font-size: 11px;
}
.form-input-group label:before {
  content: "";
  background-color: transparent;
  border: 2px solid var(--blue);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.form-input-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--blue);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#results {
  row-gap: 10px;
}
.border {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--black);
}
.border label {
  margin: 0;
}
.border .heroImg {
  padding: 5px;
}
.border .view-image {
  border-radius: 0;
}
#swatches {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 1.3rem;
}
#swatches input {
  height: 50px;
  background: transparent;
  border: 0;
}
/********************************/
/**********UPLOAD****************/
/********************************/
.alert {
  padding: 20px;
  color: white;
  opacity: 1;
  transition: opacity 0.6s;
  margin-bottom: 20px;
  font-size: 2rem;
}
.danger {
  background-color: #f44336;
}
.success {
  background-color: #04aa6d;
}
.info {
  background-color: #2196f3;
  font-size: 12px;
}
.closeAlert {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.btn-submit {
  background-color: var(--green);
  font-size: 1.4rem;
  font-weight: 600;
}
.btcd-f-input {
  display: block;
  width: -webkit-fill-available;
  position: relative;
  overflow: hidden;
  margin-top: 1rem;
  font-size: 1.8rem;
}
.btcd-f-input > div > input::-webkit-file-upload-button {
  cursor: pointer;
}
.btcd-f-wrp {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
.btcd-f-wrp > small {
  color: gray;
  font-size: 1.5rem;
}
.btcd-f-wrp > button,
.upload {
  cursor: pointer;
  background: #f3f3f3;
  padding: 5px;
  display: flex;
  border-radius: 9px;
  border: none;
  margin-right: 8px;
}
.btcd-f-wrp > button > img {
  width: 24px;
}
.btcd-f-wrp > button > span,
.btcd-f-wrp > span,
.btcd-f-wrp > small {
  vertical-align: super;
  padding: 1rem;
}
.btcd-f-input > .btcd-f-wrp > input {
  z-index: 100;
  width: 100%;
  position: absolute;
  opacity: 0;
  left: 0;
  height: 37px;
  cursor: pointer;
}
.btcd-f-wrp:hover {
  background: #fafafa;
  border-radius: 10px;
}
.btcd-files > div {
  display: flex;
  align-items: center;
  background: #f8f8f8;
  border-radius: 10px;
  margin-left: 30px;
  margin-top: 10px;
  height: 40px;
}
.btcd-files > div > div {
  display: inline-block;
  width: 73%;
}
.btcd-files > div > div > small {
  color: gray;
}
.btcd-files > div > img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 10px;
}
.btcd-files > div > div > span {
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.btcd-files > div > button {
  background: #e8e8e8;
  border: none;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  font-size: 20px;
  margin-right: 6px;
  padding: 0;
}
.btcd-files > div > button:hover {
  background: #bbbbbb;
}
.delete {
  font-size: 10px !important;
}
.preview {
  justify-content: space-between !important;
}
.view-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #f7f8ff;
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.uploads_imgs {
  row-gap: 10px;
}
.uploads_imgs img {
  width: 100%;
  height: 100%;
}
.heroImg {
  width: 100%;
  height: 100%;
}
.uploads{
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items:center;
  font-size: 1.8rem;
  padding: 10px;
  background: var(--blue);
  margin-top: 1.6rem;
  color: #fff;
  width: -webkit-fill-available;
  outline: none;
  border-radius: 10px;
  border: none;
}
.uploads i{
  font-size: 2rem;
  color: #fff;
}
.crop-container {
  width: 460px !important;
  height: 560px !important;
}
/********************************/
/*********ROTATE & OPACITY*******/
/********************************/
.slidecontainer {
  width: 100%;
  margin: 30px 0 35px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  gap: 10px;
}
.slidecontainer .feild {
  align-items: center;
  height: 45px;
  width: 100%;
  display: flex;
}
.feild input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 19px;
  text-align: center;
  margin-left: 12px;
  border-radius: 5px;
  border: 1px solid #999;
}
.feild input::-webkit-outer-spin-button,
.feild input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.sliderDegree {
  width: 100%;
  height: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.sliderDegree .progress {
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  border-radius: 5px;
}
.range-input {
  position: relative;
}
.range-input input {
  position: absolute;
  top: -5px;
  height: 5px;
  width: 100%;
  background: none;
  pointer-events: none;
}
.range-input input::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  background: var(--green);
  border-radius: 50%;
  -webkit-appearance: none;
  pointer-events: auto;
}
.range-input input::-moz-range-thumb {
  height: 17px;
  width: 17px;
  background: var(--green);
  border-radius: 50%;
  -moz-appearance: none;
  pointer-events: auto;
}
/********************************/
/***************TEXT*************/
/********************************/
.textCont {
  display: flex;
  gap: 1.3rem;
  align-items: center;
}
.textCont input {
  font-size: 1.6rem;
}
.btnTrash {
  background: transparent;
  outline: 0;
  border: none;
  color: var(--red);
}
.btnTrash i {
  font-size: 2rem;
}
#text-fonts,
#text-case,
#text-curve {
  border: 0;
  outline: none;
}
.otherSetting {
  margin-top: 1.3rem;
  display: flex;
  gap: 1rem;
}
.otherSetting span {
  font-size: 16px;
}
/********************************/
/**************ORDER*************/
/********************************/
#Preview{
  width: 500px;
  height: 500px;
  margin-left: auto;
  position: relative;
}
.prev-slider #prevImgA,
.prev-slider #prevImgB{
  max-width: 100%;
  position: relative;
  margin: auto;
}
.prevSlide{display: none;}
.activeBtn{outline: 5px auto -webkit-focus-ring-color;}
.actives{display: block;}
.btn-prev{
  border: 1px solid #838383;
  border-radius: 5px;
  padding: 10px;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}
#controllerPrev{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
#Review{
  line-height: 1.8;
}
#Review h3{
  font-size: 3.3rem;
  font-weight: 500;
}
#Review p {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #fff;
  background-color: var(--blue);
  padding: 10px;
  line-height: 1.3;
}
#Review ul {
  margin-left: 1.5rem;
}
#Review li {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
#app {
  margin-top: 2rem;
  display: flex;
  gap: 5px;
}
#app label {
  font-size: 1.6rem;
  margin: 0;
}
#order {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#order div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
#order input {
  font-size: 18px;
}
#order label {
  font-size: 16px;
  width: 50px;
}
.amount{
  font-size: 1.3rem;
}
/********************************/
/************CART PAGE***********/
/********************************/
.cart-container{
  padding-left: 20rem;
  padding-right: 20rem;
  margin-bottom: 3rem;
  min-height: 48vh;
}
.cartHead{
  padding-top: 3rem;
  padding-bottom: 2rem;
  font-size: 4rem;
  font-weight: 600;
}
/*cart empty*/
.cart-info{
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: #f6f5f8;
  color: #515151;
  list-style: none outside;
  width: auto;
  word-wrap: break-word;
  border-top: 3px solid var(--blue);
  font-size: 2rem;
}
.backwards{
  display: flex;
  gap: 10px;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 10px;
  background: var(--green);
  color: #000!important;
  width: fit-content;
  margin-top: 1.6rem;
  outline: none;
  border-radius: 10px;
  border: none;
  text-decoration: none!important;
}
/*cart added data*/
.commerce{
  display: grid;
  column-gap: 20px;
  row-gap: 20px;
  grid-template-columns: 1fr 500px;
  align-items: start;  
}
.commerce-table-form,
.shop_table{
  width: 100%;
}
.commerce table.shop_table th {
  font-weight: 600;
  font-size: 1.8rem;
  padding: 9px 12px;
  line-height: 1.5em;
}
.cart-collaterals{
  border: 1.5px solid rgba(0, 0, 0, .1);
  padding: 10px;
  border-radius: 10px;
}
.cart_totals h2{
  font-weight: 600;
  font-size: 3rem;
}
.product-removal a{
  color: red;
}
.product-thumbnail img{
  width: 200px;
}
.cartSlide{
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cartImage{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; 
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
  color: #fff!important;
}
.slidetext {
  color: #000;
  font-size: 15px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
}
.fades {
  animation-name: fade;
  animation-duration: 1.5s;
}
@keyframes fades {
  from {opacity: .4} 
  to {opacity: 1}
}
.product-quatity span{
  display: block;
  margin-bottom: 1rem;
}
.update_cart,
.Checkout-button{
  float: right;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px;
  background: var(--green);
  border: 0;
  border-radius: 6px;
}
.Checkout-button{
  margin-top: 2rem;
  background-color: var(--blue);
  width: -webkit-fill-available;
}
.cart-item td{
  font-size: 1.3rem;
  color: #000;
  vertical-align: middle;
}
/********************************/
/***********CHECKOUT***********/
/********************************/
.checkout-container{
  padding-left: 20rem;
  padding-right: 20rem;
  padding-top: 10rem;
  padding-bottom: 10rem;
  margin-bottom: 3rem;
  min-height: 45vh;
  column-gap: 5rem;
}
.shipping-container{
  border:  2px solid #000;
  border-radius: 10px;
  padding: 25px;
}
.shipping-container h1{
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 3rem;
}
.shippingOpt{
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.airlineOPT{
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;  
}
.shippingOpt li,
.airlineOPT li{
  margin: 0 5px 0 0;
  width: -webkit-fill-available;
  height: 55px;
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.shippingOpt input[type="radio"],
.airlineOPT input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
.shippingOpt label, .shippingOpt input,
.airlineOPT label, .airlineOPT input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.shippingOpt label,
.airlineOPT label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 5px 14px;
  cursor: pointer;
  z-index: 90;
}
.shippingOpt small{
  font-size: 1rem;
  color: #495057;
}
.belInfo{
  height: 55px;
  font-size: 1.3rem;
  border-radius: 10px;
}
.activeOp,
.activePay,
.activeAir{
  box-shadow: 0 0 0 .2rem rgba(214, 223, 38, 0.5);
  border: 1px solid var(--green)!important;
}
.order-details h1{
  font-weight: 700;
  font-size: 4rem;
  margin-bottom: 3rem;
}
.checkout-table thead th,
.checkout-table th,
.checkout-table td{
  border-bottom: none;
  border-top: none;
}
.checkout-table thead th{
  font-size: 2rem;
  font-weight: 100;
}
.checkoutTD{
  display: flex;
  gap: 2rem;
}
/*DETAILS*/
.product-details h3{
  font-weight: 600;
  font-size: 3rem;
}
.sub-details{
  font-size: 1.2rem;
  color: #495057;
}
.checkoutSB{
  color: #495057;
  font-size: 3rem;
}
.total-table th{
  font-size: 2rem;
  font-weight: 500;
  color: #495057;
}
.cartTotal{
  font-size: 3rem;
  display: block;
  text-align: end;
}
.hr-CHK{
  border-top: 5px solid rgb(0, 0, 0);
  margin-top: 5rem;
  margin-bottom: 5rem;
}
/*PAYMENT OPTIONS*/
.paymentOPT{
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.paymentOPT li {
  margin: 0 5px 0 0;
  width: -webkit-fill-available;
  height: 55px;
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.paymentOPT input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}
.paymentOPT label, .paymentOPT input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.paymentOPT label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 2rem;
  font-weight: 500;
  padding: 5px 14px;
  cursor: pointer;
  z-index: 90;
}
/*SHIRT PREVIEW --- before add to cart*/
.prev12Back,
.prev12Front{
  width: 220px;
  height: 220px;
  position: absolute;
  z-index: 1;
}
.prev3Back,
.prev3Front{
  width: 70px;
  height: 70px;
  position: absolute;
  z-index: 1;
}
/*----placement---*/
.prev12Front{
  right: 27%;
  top: 27%;  
}
.prev12Back{
  right: 30%;
  top: 35%;  
}
.prev3Front{
  right: 29%;
  top: 30%;
}
.prev3Back{
  right: 30%;
  top: 38%;
}
/*SHIRT PREVIEW --- add to cart -- mobile ??*/
.front-12-cart,
.back-12-cart{
  width: 80px!important;
  height: 80px!important;
  position: absolute;
  z-index: 1;
}
.front-3-cart,
.back-3-cart{
  width: 30px!important;
  height: 30px!important;
  position: absolute;
  z-index: 1;
}
/*----placement---*/
.front-12-cart{
  top: 26%;
  left: 31%;
}
.back-12-cart{
  top: 31%;
  right: 32%;
}
.front-3-cart{
  top: 26%;
  right: 33%;
}
.back-3-cart{
  top: 31%;
  right: 32%;
}
/*SHIRT PREVIEW --- checkout*/
.front-12-checkout,
.back-12-checkout{
  width: 80px!important;
  height: 80px!important;
  position: absolute;
  z-index: 1;
}
.front-3-checkout,
.back-3-checkout{
  width: 30px!important;
  height: 30px!important;
  position: absolute;
  z-index: 1;
}
/*----placement---*/
.front-12-checkout{
  top: 26%;
  right: 30%;
}
.back-12-checkout{
  top: 31%;
  right: 32%;
}
.front-3-checkout{
  top: 26%;
  right: 30%;
}
.back-3-checkout{
  top: 31%;
  right: 30%;
}
/*SHIRT PREVIEW --- History*/
.front-12-history,
.back-12-history{
  width: 80px!important;
  height: 80px!important;
  position: absolute;
  z-index: 1;
}
.front-3-history,
.back-3-history{
  width: 30px!important;
  height: 30px!important;
  position: absolute;
  z-index: 1;
}
/*----placement---*/
.front-12-history{
  top: 30%;
  right: 30%;
}
.back-12-history{
  top: 35%;
  right: 32%;
}
.front-3-history{
  top: 30%;
  right: 30%;
}
.back-3-history{
  top: 35%;
  right: 30%;
}
/********************************/
/*******ACCOUNT PAGE SALES*******/
/********************************/
.standard_table{
  max-width: 100%;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border: 1px solid #dee2e6;
  text-align: center;
}
.standard_table thead th {
  border-bottom: 1px solid #dee2e6;
  background-color: rgb(243 243 243 / 1);
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}
.standard_table th,
.standard_table td {
  font-size: 1.3rem;
}
.view-btn i{
  transform: rotate(90deg);
  color: #000;
  font-size: 1.6rem;
}
.view-details{
  transform: rotate(179deg);
  color: #000;
  font-size: 1.6rem;
  padding: 10px;
}
.view-details:hover{background-color: rgb(217 217 217 / 1);}
.showMore{
  display:none;
  border: 1.5px solid #dee2e6;
  padding: 20px;
}
.border-viewmore{
  padding: 25px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  position: relative;
}
.price-cir-tel{
  display: block;
  height: 30px;
  width: 30px;
  background: #000;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  right: 9.4rem;
  top: -1.5rem;
}
.sales-form{padding:25px;}
.header-section-4{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  padding: 20px 0;
}
.sales-header{
  display: flex;
  flex-direction: column;
  gap:1rem;
}
.sales-header h4{
  font-size: 3rem;
  font-weight: 700;
}
.sales-header p{font-size: 1.8rem;}
.customer-info-form{width:300px;}
.q-hr{border-top: 2.5px solid var(--blue);}
#items_table th,
#items_table td {
  font-size: 1.3rem;
  vertical-align: middle;
}
.summary_totals{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.summary_table{font-size:1.4rem;}
.cart_total{font-size:1.8rem;}
.discount-list{
  list-style:none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.header-section-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding-bottom: 20px;
}
.sales-bottom{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.sales-bottom h4{
  font-size: 2rem;
  font-weight: 600;
}
.sales-bottom div{
  font-size: 1.6rem;
}

.ck-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  color:#000;
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ck-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #000;
}
.ck-container:hover input ~ .checkmark {background-color: transparent;}
.ck-container input:checked ~ .checkmark {background-color: transparent;}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.ck-container input:checked ~ .checkmark:after {display: block;}
.ck-container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 7px;
  height: 13px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid-2{
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
}
.grid-div h4{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.acknowledge-span{
  font-size:1.6rem;
  line-height: 1.8;
}
.signSection{
  width:380px;
  display: inline-block;
  position:relative;
}
.bel-control {
  background-color: transparent;
  font-size: 1.3rem;
  color: #000 !important;
  border: 2px solid #000;
  padding: .375rem .75rem;
}
.wdp-ribbon{
  display: inline-block;
  padding: 2px 15px;
  position: absolute;
  left: 0px;
  top: 3.5px;
  line-height: 24px;
  height:24px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  border-radius: 0;
  text-shadow: none;
  font-weight: normal;
  background-color: #ff0000 !important;
  color: #fff;
  font-weight:800;
}
.wdp-ribbon-two:before, .wdp-ribbon-two:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -16px;
  top: 0px;
  border: 9px solid transparent;
  border-width: 12px 8px;
  border-left-color: #ff0000;
}
.payment-agreement{margin-top:2rem;}
.payment-agreement p{
  font-size:2rem;
  font-weight: 600;
}
.payment-radios{
  display: flex;
  flex-direction: column;
  gap:10px;
}
.payment-radio label{
  font-size:1.6rem;
  margin-left: 1rem;
}
.acknowlge-btn{font-size:1.3rem;}

.progress-stauts-all{
  display: flex;
  align-items: baseline;
  margin-top: 1rem;
  padding-left: 0;
}
.progress-stauts-all li{
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.status-icon{
  font-size: 25px;
  color: var(--black);
  margin: 0 30px;
}
.progressText{
  font-size: 15px;
  text-align: center;
  font-weight: 600;
  color: var(--black);
}
.progress-stauts{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgb(68, 68, 68);
  margin: 12px 0;
  display: grid;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  cursor:pointer;
}
.progress-stauts-all li .progress-stauts .uli{display: none;}
.progress-stauts-all li .progress-stauts p{font-size: 13px;}
.progress-stauts::after{
  content: " ";
  position: absolute;
  width: 90px;
  height: 5px;
  background-color: rgba(68, 68, 68, 0.781);
  right: 30px;
  z-index: -1;
}
.one-progress::after{
  width:0;
  height: 0;
}
.progress-actives .progress-stauts,
.progress-actives .progress-stauts::after{background-color: #0D864C;}
.progress-actives .status-icon,
.progress-actives .progressText{color: #0D864C;}

.validation{position:relative; display:none;}
.validation small{
  color: red;
  font-size: 10px;
}
/********************************/
/*************REFUND*************/
/********************************/
#root-signature canvas{
  height: 85px!important; 
  width: -webkit-fill-available!important;  
}