@import url("https://use.typekit.net/jdk8cpc.css");

html {
    font-family: "source-sans-pro", sans-serif;
}

.mainLoader{
    display: flex;
    height: 100vh;
    width: 100vw;
    justify-content: center;
    align-items: center;
}

  
  .loader {
    max-width: 8rem;
    width: 100%;
    height: auto;
    stroke-linecap: round;
  }
  
  circle {
    fill: none;
    stroke-width: 3.5;
    -webkit-animation-name: preloader;
            animation-name: preloader;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-transform-origin: 170px 170px;
            transform-origin: 170px 170px;
    will-change: transform;
  }
  circle:nth-of-type(1) {
    stroke-dasharray: 550;
  }
  circle:nth-of-type(2) {
    stroke-dasharray: 500;
  }
  circle:nth-of-type(3) {
    stroke-dasharray: 450;
  }
  circle:nth-of-type(4) {
    stroke-dasharray: 300;
  }
  circle:nth-of-type(1) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
  }
  circle:nth-of-type(2) {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
  }
  circle:nth-of-type(3) {
    -webkit-animation-delay: -0.45s;
    -moz-animation-delay:  -0.45s;
            animation-delay: -0.45s;
  }
  circle:nth-of-type(4) {
    -webkit-animation-delay: -0.6s;
    -moz-animation-delay: -0.6s;
            animation-delay: -0.6s;
  }
  
  @-webkit-keyframes preloader {
    50% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes preloader {
    50% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  

.drawing-area {
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 10;
    /* width: 200px; */
    transform: translateX(-50%);
    /* height: 300px; */
    border: 1px dotted #ccc;
}

.canvas-container {
    /* border: 2px solid red; */
    /* width: ; */
    height: inherit;
    position: relative;
    user-select: none;
}

#tshirt-div {
    width: fit-content;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
}

#tshirt-div > img {
    height: 100%;
}
#canvas {
    position: absolute;
    width: 100px;
    height: 200px;
    left: 0px;
    top: 0px;
    right: 0px;
    user-select: none;
    cursor: default;
}
.order_main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    width: 100%;
    padding: 1rem;
}
.order-success {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.order-success img {
    width: 130px;
    /* margin: auto; */
}

.order-success h5 {
    font-weight: 500;
    margin-top: 1rem;
    text-align: center;
}

.order-item h6 {
    font-weight: 500;
}
.order-price {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.order-price h6 {
    font-weight: 500;
    font-size: 14px;
}

.order-price > div {
    display: flex;
    align-items: center;
    gap: 100px;
}

.addtoCartabtn {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.drawerMain {
    position: relative;
}

.emptyBorder {
    width: 100%;
    border: 0.5px solid gray;
    margin-block: 10px;
}

.drawerDiv {
    position: absolute;
    height: 100%;
    background-color: white;
    width: 300px;

    border: 1px dotted;
    right: -300px;
    transition: 0.4s ease-out;
    top: 0;
}

.menu-open {
    right: 0;
}

.closeBtn {
    display: flex;
    justify-content: end;
    margin-right: 1rem;
    margin-bottom: 10px;
}

.categorySection2 {
    padding-top: 30px !important;
}

.banner {
    height: 280px;
}

@media (min-width: 500px) {
    .banner {
        height: 400px;
    }
}

.tshirtHeading {
    text-align: center;
    text-transform: capitalize;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.662);
    line-height: 2.2rem;
}
.customeTshirt {
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
}
.tshirt {
    width: fit-content;
    height: 300px;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #783232;
}

.tshirt > img {
    height: 100%;
    width: auto;
    user-select: none;

}
.custome-logo {
    position: absolute;
    top: 23%;
    color: white;
    left: 50%;
    transform: translateX(-50%);
}
.arrow-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    /* Adjust max-width to your specific breakpoint */
    #arrow-img {
        transform: rotate(90deg); /* Rotate arrow image 180 degrees */
        transition: transform 0.3s ease; /* Optional: Add smooth transition */
        padding-block: 1.5 rem;
    }
}

.cutomedetailsContent {
    display: flex;
    margin-top: 40px;
    justify-content: center;
    padding-block: 25px;

    padding: 14px;
}
.cutomedetailsContent > ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    

}



.cutomedetailsContent i {
    margin-right: 5px;
    color: var(--theme-color-1);
}


.customrTshirtMain{
    position: relative;
}
.cutomeGradient{

    position: absolute;
    top: 10%;
    left: 10%;
    background-color: rgba(255, 200, 127, 0.466); /* Blurred color with opacity */
    backdrop-filter: blur(30px); /* Blur effect */
    height: 400px;
    width: 500px;
    z-index: -1;
}
.custom-flex {
    display: flex;
}

.custom-z-minus-1 {
    z-index: -1; /* Adjust as needed */
}

.custom-absolute {
    position: absolute;
}

.custom-start-0 {
    left: 0;
    top: 10%;
}

.custom-bg-purple {
    background-color: #d6bcf7; /* Adjust color as per your design */
}

.custom-opacity-20 {
    opacity: 0.1; /* Adjust opacity level */
}

.custom-blur-30 {
    filter: blur(30px); /* Adjust blur radius */
}

.custom-width-1036 {
    width: 306px; /* Adjust width */
}

.custom-height-300 {
    height:150px; /* Adjust height */
}

.custom-dark-bg-purple-900 {
    background-color: #5149db; /* Adjust dark mode background color */
}

.custom-dark-opacity-20 {
    opacity: 0.2; /* Adjust dark mode opacity */
}


.productDeatilstab>div{
    width: 100% !important;
}

.productSearch {
    display: flex;
    align-items: center;
}
.productSearch input{
    padding:  .6rem 2rem !important;
    
}

.invoice-6 {
    padding: 30px 0;
    background: #fff6f6;
}

.invoice-6 .mb-30{
    margin-bottom: 30px;
}

.invoice-6 h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #262525;
}

.invoice-6 .invoice-info {
    background: #f3f4f7;
    position: relative;
    padding: 50px;
    z-index: 0;
}

.invoice-6 .invoice-info:before {
    content: "";
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #d7e3ff;
}

.invoice-6 .invoice-contant{
    background: #fff;
}

.invoice-6 .invoice-contact-us{
    max-width: 230px;
    margin-left: auto;
}

.invoice-6 .invoice-contact-us ul{
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

.invoice-6 .logo img{
    height: 30px;
    margin-top: 42px;
}

.invoice-6 .invoice-headar{
    padding: 0 50px 40px;
}

.invoice-6 .invoice-contact-us h1{
    font-size: 20px;
    margin-bottom: 15px;
    color: #262525;
}

.invoice-6 .invoice-contact-us ul li{
    font-size: 14px;
    line-height: 25px;
    color: #535353;
}

.invoice-6 .invoice-contact-us ul li i{
    width: 20px;
    color: #535353;
}

.invoice-6 .invoice-contact-us ul li a{
    color: #535353;
}

.invoice-6 .inv-title-1 {
    color: #005ce7;
    margin-bottom: 5px;
}

.invoice-6 .name {
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #262525;
    font-weight: 500;
}

.invoice-6 .name.mb-10{
    margin-bottom: 10px;
}

.invoice-6 .invoice-number-inner{
    max-width: 230px;
    margin-left: auto;
}

.invoice-6 .invoice-name{
    font-weight: 600;
    font-size: 30px;
}

.invoice-6 .table-outer {
    overflow-y: hidden;
    overflow-x: auto;
}

.invoice-6 .default-table thead th {
    position: relative;
    padding: 20px 30px;
    font-size: 15px;
    color: #005ce7;
    font-weight: 500;
    line-height: 30px;
    white-space: nowrap;
}

.invoice-6 .default-table tbody tr {
    position: relative;
    border-bottom: 1px solid #ECEDF2;
}

.invoice-6 .default-table tr td {
    position: relative;
    padding: 21px 30px;
    font-size: 14px;
    color: #535353;
    font-weight: 400;
}

.invoice-6 .default-table tr td strong{
    font-weight: 500;
}

.invoice-6 .default-table {
    position: relative;
    background: #ffffff;
    border: 0;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    min-width: 550px;
}

.invoice-6 .default-table thead {
    background: #F5F7FC;
    border-radius: 8px;
    color: #ffffff;
}

.invoice-6 .payment-method ul {
    list-style: none;
    padding: 0;
}

.invoice-6 .payment-method ul li strong {
    font-weight: 500;
}

.invoice-6 .invoice-top{
    padding: 50px 50px 20px;
}

.invoice-6 .order-summary{
    padding: 0 50px 50px;
}

.invoice-6 .invoice-bottom{
    padding: 0 50px 20px;
}

.invoice-6 .invoice-bottom .inv-title-1{
    margin-bottom: 7px;
}

.invoice-6 .payment-method{
    max-width: 230px;
    margin-left: auto;
}

/** MEDIA **/
@media (max-width: 992px) {
    .invoice-6 {
        padding: 30px 0;
    }

    .invoice-6 .order-summary .default-table thead th {
        padding: 12px 20px;
    }

    .invoice-6 .order-summary .default-table tr td {
        padding: 12px 20px;
    }
}

@media (max-width: 768px) {
    .invoice-6 .invoice-top {
        padding: 30px 30px 0;
    }

    .invoice-6 .order-summary {
        padding: 0 30px 30px;
    }

    .invoice-2 .invoice-id .info {
        margin: 0 auto 0 0;
        padding: 0;
    }

    .invoice-6 .invoice-bottom {
        padding: 0 30px 0;
    }

    .invoice-6 .invoice-headar {
        padding: 30px;
    }

    .invoice-6 .invoice-info {
        background: #f5f7fc;
        padding: 0;
    }


    .invoice-6 .default-table tr td {
        padding: 15px 20px;
    }

    .invoice-6 .default-table thead th {
        padding: 15px 20px;
    }

    .invoice-6 .order-summary .default-table thead th {
        padding: 10px 12px;
    }

    .invoice-6 .order-summary .default-table tr td {
        padding: 10px 12px;
    }
}

@media (max-width: 580px){
    .invoice-6 .invoice-contact-us {
        max-width: 100%;
        margin: 0;
    }

    .invoice-6 .invoice-number-inner {
        max-width: 100%;
        margin: 0;
    }

    .invoice-6 .payment-method {
        max-width: 100%;
        margin: 0 0 30px;
    }

    .invoice-6 .logo img {
        height: 25px;
        margin: 0 0 10px;
    }

    .invoice-6 .invoice-name {
        font-size: 24px;
    }
}
/** Invoice 6 end **/