section.configure-crystal-section h3.head {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1a1a19;
    cursor: pointer;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    margin: 0px 0px 0px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

section.configure-crystal-section h3.head input[type="checkbox"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

section.configure-crystal-section h3.head:before {
    content: "";
    border-radius: .125rem;
    border: 2px solid #ded5c9;
    background-color: rgb(255 255 255 / 1);
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
}

section.configure-crystal-section h3.head:hover:before {
    border-color: #aca295;
}

section.configure-crystal-section h3.head:has(input[type="checkbox"]:checked):before {
    background-color: #005c99;
    border-color: #005c99;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0'/%3E%3C/svg%3E")
}

section.configure-crystal-section p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #5b5249;
    font-weight: 400;
    margin: .5rem 0px .5rem;
    =: .5rem;
}

section.configure-crystal-section .light-base-options .option-item {
    cursor: pointer;
    height: 100%;
    position: relative;
    display: flex;
    border-radius: .5rem;
    border: 2px solid #f6f3ee;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
    padding: .5rem;
    margin-bottom: .5rem;
    color: #1a1a19;
    flex-direction: column;
}

section.configure-crystal-section .light-base-options { 
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow-x: auto;
    padding-bottom: .5rem;
    gap: .75rem;
    display: grid;
    margin-top: 1rem;
}

section.configure-crystal-section .light-base-options .option-item input {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

section.configure-crystal-section .light-base-options .option-item h6 {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: var(--wd-primary-color);
    margin: 10px 0px 10px;
    display: flex;
    gap: 8px;
}

section.configure-crystal-section .light-base-options .option-item  h4 {
    font-size: .875rem;
    line-height: 1.25rem;
    color: #1a1a19;
    margin: 0px 0px 0px;
}

section.configure-crystal-section .light-base-options .option-item:has(input:checked) {
    border-color: #005c99 !important;
}

section.configure-crystal-section h3.head label.title {
    margin: 0px;
    max-width: 450px;
}

section.configure-crystal-section div.heart-keychain-options {}

section.configure-crystal-section div.heart-keychain-options div.option-item {
    margin-top: .75rem;
    padding: 1.125rem 1rem;
    border-radius: .5rem;
    border: 1px solid #f6f3ee;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 1);
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

section.configure-crystal-section div.heart-keychain-options div.option-item input {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

section.configure-crystal-section div.heart-keychain-options div.option-item img {
    width: 64px;
    border-radius: .25rem;
}

section.configure-crystal-section div.heart-keychain-options div.option-item h6 {
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: var(--wd-primary-color);
    margin: 0px 0px 0px;
    display: flex;
    gap: 8px;
}

section.configure-crystal-section div.heart-keychain-options div.option-item h4 {
    color: #1a1a19;
    font-weight: 600;
    line-height: 1.25rem;
    margin: 0px 0px 5px;
}

section.configure-crystal-section div.heart-keychain-options div.option-item h6 span,section.configure-crystal-section .light-base-options .option-item h6 span {
    color: rgb(156 163 175 / 1);
    font-weight: 600;
    line-height: 1.25rem;
    font-size: .875rem;
    text-decoration-line: line-through;
}

section.configure-crystal-section  .textBox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: .75rem;
}

section.configure-crystal-section textarea {
    min-height: 150px;
    margin-top: .75rem;
}

section.configure-crystal-section div.discount_box {
    display: flex;
    margin-top: .75rem;
}

section.configure-crystal-section div.discount_box button {
    min-width: 145px;
}

section.configure-crystal-section div.option-field {
    margin-bottom: 1.5rem;
}

section.configure-crystal-section h2.to_purchase {
    font-weight: 700;
    font-size: 1.375rem;
    color: #1a1a19;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

section.configure-crystal-section .final-details {
    background: #fdfbf7;
    padding: 2rem;
    display: flex;
    gap: .5rem;
    flex-direction: column;
}

section.configure-crystal-section button {
    padding-top: .75rem;
    padding-bottom: .75rem;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #5c636a !important;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    color: rgb(255 255 255 / 1) !important;
}

section.configure-crystal-section {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

section.configure-crystal-section div.customize_shirt_main {
    position: relative;
    padding-bottom: 0px;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    right: 0px;
    z-index: 999;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content {
    width: 100%;
    height: 100%;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv {
    position: absolute;
    display: none;
    cursor: pointer;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.textDiv {
    width: 100%;
    max-width: 100%;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content .change-box-tool {
    display: none;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content .innerDiv:focus .change-box-tool {
    display: inline;
}
.customize_shirt_overlay .customize_shirt_content .resize.ne {
    display: none !important;
}

.change-box-tool.rotate-handle {
    position: absolute;
    top: -8px;
    right: -7px;
    background: #fff;
    border-radius: 100px;
    width: 16px;
    height: 16px;
}

.change-box-tool.rotate-handle:before {
    content: "\f0e2";
    font: normal normal normal 12px/1 FontAwesome;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    top: 0.4px;
}

section.configure-crystal-section div.customize_shirt div.shirtSelection img {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

section.configure-crystal-section div.customize_shirt div.shirtSelection img.active {
    display: block;
}

section.configure-crystal-section ul#pagination_type {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

section.configure-crystal-section ul#pagination_type li {
    width: 65px;
    height: 65px;
    list-style-type: none;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 6px;
    margin: 0px 6px;
    cursor: pointer;
}

section.configure-crystal-section ul#pagination_type li img {
    width: 100%;
    height: 100%;
}

section.configure-crystal-section ul#pagination_type li.active {
    border-color: #D11FA7;
}
.custom_tees .col-md-6 {
    height: fit-content;
}

.customize_shirt_overlay .customize_shirt_content .imageDiv img {
    width: 100%;
    height: 100%;
}
.customize_shirt_overlay .customize_shirt_content .imageDiv  .resize.nw {
    display: none !important;
}

.customize_shirt_overlay .customize_shirt_content .removeItem {
    position: absolute;
    top: -8px;
    left: -7px;
    background: #fff;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.customize_shirt_overlay .customize_shirt_content .removeItem:before {
    content: "\f00d";
    font: normal normal normal 12px/1 FontAwesome;
    color: red;
    position: relative;
    top: 0px;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content .innerDiv:focus .removeItem {
    display: inline-flex;
}
.custom_tees .col-md-6:first-child {
    padding-bottom: 85px;
}
section.configure-crystal-section ul.slug_page {
    display: flex;
    padding: 0px;
    margin-bottom: 10px;
}

section.configure-crystal-section ul.slug_page li {
    list-style-type: none;
    color: #777;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
}

section.configure-crystal-section ul.slug_page li:after {
    content: "/";
    margin: 0px 6px;
}

section.configure-crystal-section ul.slug_page li a {
    font-weight: 400;
}

section.configure-crystal-section h2.title {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px !important;
    color: #333333;
    font-family: 'Roboto' !important;
}

section.configure-crystal-section h4.price,section.configure-crystal-section h4.price label {
    color: #777777;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Lato' !important;
    line-height: 26px;
    display: flex;
    margin-bottom: 6px;
}

section.configure-crystal-section p.shortDescription {
    font-family: 'Lato' !important;
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

section.configure-crystal-section .shirtOption {
    padding-bottom: 15px;
}

section.configure-crystal-section .shirtOption label.head {
    color: #000000;
    font-family: 'Lato' !important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 5px;
    display: block;
}

section.configure-crystal-section .shirtOption p {
    display: block;
    margin-bottom: 0px;
}

section.configure-crystal-section .shirtOption label span.stairik {
    color: red;
    margin-left: 4px;
}

section.configure-crystal-section .shirtOption p label {
    font-family: 'Lato' !important;
    color: #000000;
    line-height: 25px;
    font-size: 14px;
    font-weight: 400;
    margin-right: 1.5em;
    position: relative;
    padding-left: 22px;
    margin-bottom: 0px;
    display: inline-block;
}

section.configure-crystal-section .shirtOption p label input[type="radio"] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

section.configure-crystal-section .shirtOption p label:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 2px solid #aaa!important;
    border-radius: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    bottom: 0px;
}

section.configure-crystal-section .shirtOption p label:after {
    content: "";
    position: absolute;
    left: 4px;
    bottom: 0px;
    top: 0px;
    margin: auto;
    border-radius: 100%;
    height: 7px;
    width: 7px;
    background: #c91ea4;
    transition: all 0.3s linear;
    opacity: 0;
}

section.configure-crystal-section .shirtOption p label:has(input:checked):after {
    opacity: 1;
}

section.configure-crystal-section .shirtColor p label:before {
    display: none;
}

section.configure-crystal-section .shirtColor p label:after {
    display: none;
}

section.configure-crystal-section .shirtColor p label {
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    margin: 0.5em 0.4em 0.5em 0;
    cursor: pointer;
    transition: all 0.3s linear;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 1px #8080802b;
}

section.configure-crystal-section .shirtColor p label input {
    cursor: pointer;
}

section.configure-crystal-section .shirtColor p label.active {
    outline: 1px solid #c91ea4;
}

section.configure-crystal-section .shirtText p {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 2%;
}

section.configure-crystal-section .shirtText p label:before {
    display: none;
}

section.configure-crystal-section .shirtText p label:after {
    display: none;
}

section.configure-crystal-section .shirtText p label {
    padding: 0px;
    margin: 0px 0px 2px;
}

section.configure-crystal-section .shirtText p input {
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    height: 40px;
    padding: 0px 10px;
    font-family: 'Open Sans';
    font-size: 14px;
}
section.configure-crystal-section .shirtImage p {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding-right: 2%;
}

section.configure-crystal-section .shirtImage p label:before {
    display: none;
}

section.configure-crystal-section .shirtImage p label:after {
    display: none;
}

section.configure-crystal-section .shirtImage p label {
    padding: 0px;
    margin: 0px 0px 2px;
}

section.configure-crystal-section .shirtImage p input {
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    height: 40px;
    padding: 0px 10px;
    font-family: 'Open Sans';
    font-size: 14px;
    width: 100%;
}

section.configure-crystal-section .shirtText.shirtOption {
    padding-bottom: 10px;
}

section.configure-crystal-section .shirtImage p span {
    position: relative;
    display: block;
}

section.configure-crystal-section .shirtImage p span input[type="file"] {
    padding: 5px;
    color: #999;
    border: 1px solid #000;
    vertical-align: middle;
}

section.configure-crystal-section .shirtImage p span input[type="file"]::-webkit-file-upload-button {
  display: none;
}

section.configure-crystal-section .shirtImage p span input[type="file"]::before {
  content: 'Choose File';
  color: #fff;
  border: 1px solid #c91ea4;
  border-radius: 2px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-align: center;
  padding: 7px 14px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato' !important;
  position: absolute;
  top: 0px;
  right: 0px;
}
section.configure-crystal-section .shirtImage p span input[type="file"]::before {
  border-color: #c91ea4;
}
section.configure-crystal-section .shirtImage p span input[type="file"] {
  outline: 0;
  padding: 7px 10px;
  padding-right: 102px;
}
section.configure-crystal-section .shirtImage p span input[type="file"]::before {
  background: #c91ea4;
}

section.configure-crystal-section .shirtDesign {}

section.configure-crystal-section .shirtDesign ul {
    padding: 0px;
    margin: 0px;
}

section.configure-crystal-section .shirtDesign ul li {
    list-style-type: none;
}
section.configure-crystal-section ul.slug_page li:last-child:after {
    display: none;
}

section.configure-crystal-section .shirtDesign ul {
    margin: 0px;
    padding: 0px;
}

section.configure-crystal-section .shirtDesign ul li {
    display: inline-block;
    vertical-align: top;
    width: 22.6%;
    margin-bottom: 8px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    margin-right: 1%;
    cursor: pointer;
    background: rgb(224 224 224 / 48%);
}

section.configure-crystal-section .shirtDesign label.head {
    margin-bottom: 10px;
}

section.configure-crystal-section .shirtDesign ul li img {
    width: 100%;
    height: 125px;
    object-fit: contain;
    cursor: pointer;
    padding: 18px;
}
section.configure-crystal-section .shirtFinal {
    display: flex;
    padding-top: 10px;
    padding-bottom: 25px;
}

section.configure-crystal-section .shirtFinal label {
    display: flex;
    margin-bottom: 0px;
}

section.configure-crystal-section .shirtFinal button.addToCart {
    background: rgb(201,30,164);
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
    color: #fff;
    border-radius: 0.001px;
    padding: 12px 20px;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    border: 0px solid transparent;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: none;
    font-weight: 600;
    cursor: pointer;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease, box-shadow .25s ease, opacity .25s ease;
    position: relative;
}

section.configure-crystal-section .shirtFinal label button {
    padding: 0 5px;
    min-width: 25px;
    height: 42px;
    box-shadow: none;
    border: 2px solid rgba(0,0,0,0.1);
    background: transparent;
    color: rgba(0,0,0,0.5);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-shadow: unset;
}

section.configure-crystal-section .shirtFinal label input {
    border: 2px solid rgba(0,0,0,0.1) !important;
    border-left: unset !important;
    border-right: unset !important;
    width: 55px;
    text-align: center;
    margin: 0px;
    padding: 0px !important;
}

section.configure-crystal-section .shirtFinal label input::-webkit-outer-spin-button,
section.configure-crystal-section .shirtFinal label input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

section.configure-crystal-section .shirtFavourite {
    margin-bottom: 20px;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
}

section.configure-crystal-section .shirtFavourite i {
    margin-right: 5px;
}

section.configure-crystal-section .shirtDetailed {
    border-top: 1px solid rgba(0,0,0,0.105);
    margin-bottom: 50px;
    padding-top: 20px;
}

section.configure-crystal-section .shirtDetailed p {
    display: flex;
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 400;
    font-family: 'Lato' !important;
    margin-bottom: 5px;
}

section.configure-crystal-section .shirtDetailed div {
    display: flex;
    align-items: center;
}

section.configure-crystal-section .shirtDetailed div ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    align-items: center;
    vertical-align: middle;
}

section.configure-crystal-section .shirtDetailed div ul li {
    list-style-type: none;
    margin: 0px;
    vertical-align: middle;
    margin-right: 10px;
}

section.configure-crystal-section .shirtDetailed p label {
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
    display: inline-block;
    margin-right: 6px;
}

section.configure-crystal-section .shirtDetailed div label {
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
    vertical-align: middle;
}

section.configure-crystal-section .shirtDetailed div ul li a {
    font-size: 14px;
    color: #777777;
}

section.configure-crystal-section .product_detailed {
    border-top: 1px solid rgba(0,0,0,0.105);
}
section.configure-crystal-section .product_detailed .description_detailed.active {
    display: block;
    padding-left: 14px;
}

section.configure-crystal-section .product_detailed .description_detailed {
    display: none;
    padding-bottom: 50px;
}

section.configure-crystal-section .product_detailed ul.description_tabs {
    margin: 0px;
    padding: 0px;
    display: flex;
    justify-content: center;
    padding-top: 30px;
    margin-bottom: 40px;
}

section.configure-crystal-section .product_detailed ul.description_tabs li {
    list-style-type: none;
    color: #111 !important;
    font-weight: 600 !important;
    font-family: 'Open Sans' !important;
    font-size: 15px !important;
    line-height: 15.6px !important;
    text-transform: uppercase !important;
    margin: 0px 10px;
    cursor: pointer;
}

section.configure-crystal-section .product_detailed ul.description_tabs li.active {
    color: #C91EA4 !important;
}

section.configure-crystal-section .product_detailed .description_detailed p {
    color: #777777;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Lato' !important;
    margin-bottom: 20px;
}

section.configure-crystal-section .product_detailed .description_detailed h3 {
    color: #242424;
    font-size: 22px;
    line-height: 31px;
    font-weight: 500;
    font-family: 'Roboto' !important;
    margin-bottom: 20px;
}
section.configure-crystal-section .shirtDesign ul li.more {
    display: none;
}

section.configure-crystal-section .shirtDesign .moreImages {
    text-align: center;
}

section.configure-crystal-section .shirtDesign .moreImages button.moreDesign {
    padding: 0px;
    background: transparent !important;
    font-size: 14px;
    color: #777777;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Lato' !important;
    box-shadow: unset;
}

section.configure-crystal-section .shirtDesign .moreImages button.moreDesign i {
    margin-left: 10px;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv.active {
    display: block;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv div.textBox,section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .customize_shirt_content div.innerDiv img {
    cursor: pointer;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 20px 2px #0000000f;
    border-radius: 4px;
    padding: 8px 12px;
    border: 1px solid #0000000f;
    display: none;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label {
    position: relative;
    margin: 0px;
    line-height: 14px;
    width: 40%;
    margin-right: 4px;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label span {
    font-size: 11px;
    color: #333333;
    font-family: 'Roboto';
    font-weight: 500;
    display: block;
    margin-bottom: 4px;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label select {
    border: 1px solid #eaeaea !important;
    border-radius: 4px;
    padding: 6px 4px;
    font-size: 12px;
    padding-right: 0px;
    height: 28px;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon {
    width: 20%;
    display: inline-flex;
    align-items: end;
    padding-bottom: 6px;
    margin-right: 0px;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon i {
    margin-left: 5px;
    cursor: pointer;
    font-size: 14px;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon i:last-child {
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.icon i.active {
    color: #c91ea4;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet .closeSetting {
    color: red;
    opacity: 1;
    position: absolute;
    top: 4px;
    right: 6px;
    font-size: 16px;
    cursor: pointer;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet.active {
    display: flex;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.input.font {
    width: 25%;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color {
    width: 15%;
    align-items: end;
    display: inline-flex;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color input {
    width: 100%;
    padding: 0px;
    background: transparent;
    outline: unset;
    height: 28px;
    -webkit-appearance: none;
    border: 1px solid #eaeaea !important;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color input::-webkit-color-swatch-wrapper {
    padding: 0;
}
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color input::-webkit-color-swatch {
    border: none;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay div.fontSettingSet label.color img {
    position: absolute;
    top: 15px;
    right: -10px;
}
@keyframes spin{
  0%{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100%{
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section.configure-crystal-section .shirtFinal button.addToCart.load span {
    display: inline-block;
}

section.configure-crystal-section .shirtFinal button.addToCart.load {
    color: transparent;
    pointer-events: none;
}
@media(max-width:800px){
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .innerDiv {
    touch-action: none;
} 
section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay {
    max-width: 250px;
}
section.configure-crystal-section .shirtDesign ul li {
    width: 48%;
}

section.configure-crystal-section .product_detailed ul.description_tabs li {
    font-size: 13px !important;
}

section.configure-crystal-section .shirtText p {
    width: 100%;
    margin-bottom: 15px;
}

section.configure-crystal-section .shirtImage p {
    width: 100%;
    margin-bottom: 15px;
}
}
section.configure-crystal-section .shirtOption form#uploadAttachImages div.additionalDetail p {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

section.configure-crystal-section .shirtOption form#uploadAttachImages div.additionalDetail textarea, section.configure-crystal-section .shirtOption form#uploadAttachImages div.additionalDetail p select {
    border: 1px solid #eaeaea !important;
    border-radius: 2px;
    height: 40px;
    padding: 0px 10px;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-bottom: 2px;
}

section.configure-crystal-section .shirtOption form#uploadAttachImages div.additionalDetail textarea {
    min-height: 80px;
}

section.configure-crystal-section div.customize_shirt_main {
    position: relative;
    padding-bottom: 0px;
    width: 100%;
}
section.configure-crystal-section div.product-images h2.top_title {
    line-height: 2.326rem;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: block;
    color: #1a1a19;
}
section.configure-crystal-section div.product-images form input[type="file"] {
    position: absolute;
    top: 0px;
    opacity: 0;
    visibility: hidden;
}

section.configure-crystal-section div.product-images form {
    position: relative;
}

section.configure-crystal-section div.product-images h3.image_label {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #00000080;
    z-index: 99;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255 255 255 / 1);
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 2.5rem;
    cursor: pointer;
    z-index: 9999;
}
section.configure-crystal-section div.product-images button.replace_image {
    background-color: #005c99 !important;
    color: rgb(255 255 255 / 1);
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    font-size: 1.3rem;
    line-height: 1.5rem;
    margin-bottom: 1rem;
}
section.configure-crystal-section div.customize_shirt_main .product-design-main-image {
    position: relative;
    background-color: #000;
    min-height: 560px;
}
section.configure-crystal-section div.customize_shirt_main .product-design-main-image img.main-image {
    width: 100%;
    z-index: 99;
    position: relative;
}

section.configure-crystal-section .customize_shirt_overlay {
        position: relative;
        width: 100%;
        height: 100%;
    }
section.configure-crystal-section .uploadImage {
        position: absolute;
        cursor: move;
        user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        transform-origin: center center;
        z-index: 1;
        border: 1px dashed transparent;
    }
    
  section.configure-crystal-section  .uploadImage.selected {
        border-color: #ffc500;
    }
section.configure-crystal-section .uploadImage img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        pointer-events: none;
        display: block;
    }
section.configure-crystal-section .text-element {
        position: absolute;
        cursor: move;
        -webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
        padding: 5px;
        min-width: 130px;
        min-height: 60px;
        border: 1px dashed transparent;
        transform-origin: center center;
        font-family: Arial, sans-serif;
        font-size: 30px;
        z-index: 2;
        white-space: nowrap;
        overflow: visible;
        color: #fff;
        /* text-align: center; */
    }
section.configure-crystal-section .text-element.selected {
        border-color: #4a90e2;
    }
section.configure-crystal-section .text-element.editing {
        cursor: text;
        user-select: text;
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
    }
section.configure-crystal-section .resize-handle {
        position: absolute;
        width: 12px;
        height: 12px;
        background: #ffc500;
        border: 0px solid #ffc500;
        border-radius: 2px;
        z-index: 10;
        display: none;
    }
section.configure-crystal-section .customize_shirt_overlay .uploadImage.selected .resize-handle,
section.configure-crystal-section .customize_shirt_overlay .text-element.selected .resize-handle {
        display: block !important;
    }
section.configure-crystal-section .resize-handle.nw { top: -6px; left: -6px; cursor: nw-resize; }
section.configure-crystal-section .resize-handle.n { top: -6px; left: 50%; transform: translateX(-50%); cursor: n-resize; }
section.configure-crystal-section .resize-handle.ne { top: -6px; right: -6px; cursor: ne-resize; }
section.configure-crystal-section .resize-handle.w { top: 50%; left: -6px; transform: translateY(-50%); cursor: w-resize; }
section.configure-crystal-section .resize-handle.e { top: 50%; right: -6px; transform: translateY(-50%); cursor: e-resize; }
section.configure-crystal-section .resize-handle.sw { bottom: -6px; left: -6px; cursor: sw-resize; }
section.configure-crystal-section .resize-handle.s { bottom: -6px; left: 50%; transform: translateX(-50%); cursor: s-resize; }
section.configure-crystal-section  .resize-handle.se { bottom: -6px; right: -6px; cursor: se-resize; }
section.configure-crystal-section .main-tools,
section.configure-crystal-section .text-toolbar {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 0px;
    }
section.configure-crystal-section .main-tools button,section.configure-crystal-section  .text-toolbar button {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #5c636a;
        border: 1px solid #5c636a;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: all 0.2s ease;
    }
section.configure-crystal-section .main-tools button:hover,section.configure-crystal-section  .text-toolbar button:hover {
        background: #e0e0e0;
        transform: scale(1.05);
    }
section.configure-crystal-section .main-tools button svg,section.configure-crystal-section .text-toolbar button svg {
        width: 20px;
        height: 20px;
        overflow: visible;
    }
section.configure-crystal-section .text-toolbar select {
        padding: 8px;
        border-radius: 20px;
        border: 1px solid #ddd;
        background: #f0f0f0;
        cursor: pointer;
    }
section.configure-crystal-section .main-tools button:disabled,
section.configure-crystal-section .text-toolbar button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }
section.configure-crystal-section .main-tools button:disabled:hover,
section.configure-crystal-section .text-toolbar button:disabled:hover {
        background: #f0f0f0;
        transform: none;
    } 

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay_copy {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    right: 0px;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay_copy {
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .uploadImage img {
    opacity: 0;
}

section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .text-element {
    color: #fff;
    outline: unset;
}
section.configure-crystal-section .main-tools .right {
    position: absolute;
    top: 0px;
    right: 0px;
}

section.configure-crystal-section .main-tools .left {
    position: absolute;
    top: 0px;
    left: 0px;
}
section.configure-crystal-section .main-tools .right {
    position: absolute;
    top: 8px;
    right: 5px;
}

section.configure-crystal-section .main-tools .left {
    position: absolute;
    top: 8px;
    left: 5px;
}

section.configure-crystal-section .main-tools button.add-text {
    width: auto;
    padding: 0px 22px;
    border-radius: 100px;
    height: 45px;
    font-size: 125%;
    transition: opacity .12s 
ease-out;
    margin-bottom: 8px;
}

section.configure-crystal-section .main-tools .right button {
    margin-bottom: 8px;
}

section.configure-crystal-section .main-tools .right button.delete-text {
    background-color: #dc3545 !important;
    border-color: #dc3545;
}
section.configure-crystal-section .main-tools .right button.hide, section.configure-crystal-section .main-tools .left button.hide {
    pointer-events: none;
    opacity: 0.3;
}
section.configure-crystal-section .text-toolbar {
    position: absolute;
    bottom: -60px;
    left: 0px;
    z-index: 9999;
    width: 100%;
}

section.configure-crystal-section .product-images {
    max-height: max-content;
}

section.configure-crystal-section .text-toolbar ul.font-select {
    padding: 0px;
    list-style-type: none;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    width: 95%;
    margin: 0 auto;
    overflow-x: scroll;
    padding: 0px 10px 5px;
}

section.configure-crystal-section .text-toolbar ul.font-select li {
    margin: 0px;
    background: rgba(55, 55, 55, .879);
    color: #eaeaea;
    border: 1px solid rgba(85, 85, 85, .185);
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 10px;
}

section.configure-crystal-section .text-toolbar ul.font-select li.active {
    border: 1px solid #fff;
    color: #000 !important;
    background: #eee !important;
}

section.configure-crystal-section .text-toolbar ul.font-select::-webkit-scrollbar {
  height: 8px;
}

section.configure-crystal-section .text-toolbar ul.font-select::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
section.configure-crystal-section .text-toolbar ul.font-select::-webkit-scrollbar-thumb {
  background: #8b8b8b; 
}

section.configure-crystal-section .main-tools {
    z-index: 9999;
    position: relative;
}
section.configure-crystal-section .product-images.sticky-active {
  position: sticky;
  top: 0px;
}

section.configure-crystal-section div.quantities {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0px 15px;
}

section.configure-crystal-section div.quantities h4 {
    margin: 0px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #1a1a19;
}

section.configure-crystal-section div.quantities div.actions {
    display: flex;
    gap: 12px;
}

section.configure-crystal-section div.quantities div.actions button {
    padding: .5rem;
    border-radius: .25rem;
    border: 1px solid #f6f3ee;
    font-size: 1rem;
    line-height: 1.5rem;
    background: rgb(255 255 255/1) !important;
    width: 42px;
    height: 42px;
}

section.configure-crystal-section div.quantities div.actions  input.qty {
    padding: .5rem;
    border-radius: .25rem;
    border: 1px solid #f6f3ee;
    font-size: 1rem;
    line-height: 1.5rem;
    background: rgb(255 255 255 / 1) !important;
    width: 60px;
    height: 42px;
    text-align: center;
    box-shadow: 0 0 #0000, 0 0 #0000, 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    -webkit-appearance: none;
    margin: 0;
}
section.configure-crystal-section div.quantities div.actions input.qty::-webkit-inner-spin-button,
section.configure-crystal-section div.quantities div.actions input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide spinner for Firefox */
section.configure-crystal-section div.quantities div.actions input.qty {
  -moz-appearance: textfield;
}

/* Optional: only hide when focused */
section.configure-crystal-section div.quantities div.actions input.qty:focus::-webkit-inner-spin-button,
section.configure-crystal-section div.quantities div.actions input.qty:focus::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
section.configure-crystal-section div.quantities div.actions input.qty:focus {
  -moz-appearance: textfield;
}
.hideOthers h2.top_title,
.hideOthers button.replace_image,
.hideOthers .main-tools,
.hideOthers .text-toolbar{
    display: none !important;
}
div#previewVideoSection video {
    width: 100%;
}

[class*=loader-] {
  display: inline-block;
  width: 5em;
  height: 5em;
  color: inherit;
  vertical-align: middle;
  pointer-events: none;
}
.loader-30 {
  border: 0.2em solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  position: relative;
  -webkit-animation: 1s loader-30 linear infinite;
  animation: 1s loader-30 linear infinite;
}
.loader-30:before, .loader-30:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: 1em solid transparent;
  border-bottom-color: #fff;
}
.loader-30:before {
  transform: rotate(135deg);
  right: -0.3em;
  top: -0.05em;
}
.loader-30:after {
  transform: rotate(-45deg);
  left: -0.3em;
  bottom: -0.05em;
}

@-webkit-keyframes loader-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader-30 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loadingScreenAppear {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #00000059;
    z-index: 99;
    align-items: center;
    justify-content: center;
    display: none;
}

section.configure-crystal-section {
    position: relative;
}

.laoding .loadingScreenAppear {
    display: flex;
}

.loadingScreenAppear .box .loader-30 {
    width: 70px;
    height: 70px;
}

.loader-15 {
  background: #fff;
  position: relative;
  -webkit-animation: loader-15 1s ease-in-out infinite;
  animation: loader-15 1s ease-in-out infinite;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  width: 0.45em;
  height: 0.45em;
  margin: 0 0.45em;
}
.loader-15:after, .loader-15:before {
  content: "";
  position: absolute;
  width: inherit;
  height: inherit;
  background: inherit;
  -webkit-animation: inherit;
          animation: inherit;
}
.loader-15:before {
  right: 0.45em;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.loader-15:after {
  left: 0.45em;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 -0.25em 0 #fff, 0 0.25em 0 #fff;
  }
}

@keyframes loader-15 {
  0%, 100% {
    box-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    box-shadow: 0 -0.25em 0 #fff, 0 0.25em 0 #fff;
  }
}
.loading .loadingScreenAppear {
    display: flex;
}

.loadingScreenAppear .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.loadingScreenAppear .box h2 {
    margin: 0px;
    color: #fff;
}

.woo-variation-items-wrapper li.variable-item .variable-item-contents span.variable-item-span {
    display: block;
    margin: 0px 0px -2px;
}

.woo-variation-swatches .variable-items-wrapper {display: block;margin-top: 10px;}

.woo-variation-swatches .variable-items-wrapper li.variable-item {
    margin: 0px 0px 10px !important;
    width: 100% !important;
}

button.upgrade-variation-btn {
    width: 100%;
    border-width: 2px;
    border-color: #ac640c;
    padding: .75rem 18px;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 700;
    color: #ac640c;
    margin-bottom: 15px;
}
section.configure-crystal-section div.option-field:has(.custom_video_message_checkbox.disabled) {
    opacity: 0.5;
    pointer-events: none;
}
section.configure-crystal-section div.video-preview-container {
    position: relative;
}

section.configure-crystal-section div.video-preview-container div.qr-code-container {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #fff;
    padding: 2px 2px;
    width: 80px;
}
section.configure-crystal-section div.product-images  .save-design-data {
    text-align: right;
}

section.configure-crystal-section div.product-images .save-design-data button#save-design-record {
    display: inline-flex;
    width: max-content;
    margin-top: 12px;
}
@media (max-width:767px){
    section.configure-crystal-section div.col-lg-6.col-12.col-md-6 {
        padding: 0px;
    }
    
    section.configure-crystal-section .product-images.sticky-active {
        position: relative;
        height: 100%;
    }
    
    section.configure-crystal-section div.customize_shirt_main {
        height: max-content;
    }
    
    section.configure-crystal-section div.customize_shirt_main .product-design-main-image {
        min-height: unset;
    }
    
    section.configure-crystal-section .product-images {
        margin-bottom: 70px;
    }
    
    section.configure-crystal-section div.product-images h3.image_label {
        font-size: 1rem;
    }
    
    
    section.configure-crystal-section div.quantities h4 {
        font-size: 1rem;
    }
    
    section.configure-crystal-section div.quantities div.actions button {
        padding: .3rem;
        width: 35px;
        height: 40px;
        min-height: unset;
    }
    
    section.configure-crystal-section div.quantities div.actions input.qty {
        height: 40px;
    }
    
    section.configure-crystal-section h3.head label.title {
        max-width: 300px;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        padding-left: 10px;
    }
    
    section.configure-crystal-section h3.head {
        display: block;
        margin-bottom: 15px;
    }
    
    section.configure-crystal-section h3.head:before {
        display: inline-block;
        vertical-align: middle;
    }
    
    section.configure-crystal-section h3.head span.price {
        display: block;
        text-align: end;
        font-size: 16px;
    }
    
    section.configure-crystal-section h2.to_purchase {
        font-size: 1rem;
    }
    
    section.configure-crystal-section .main-tools button.add-text {
        font-size: 12px;
        padding: 0px 15px;
        height: 30px;
        min-height: unset;
    }
    
    section.configure-crystal-section div.customize_shirt_main .customize_shirt_overlay .text-element {color: transparent;}
    
    section.configure-crystal-section .main-tools button, section.configure-crystal-section .text-toolbar button {
        width: 30px;
        height: 30px;
        min-height: unset;
        padding: 0px;
    }
    
    section.configure-crystal-section .main-tools button svg, section.configure-crystal-section .text-toolbar button svg {
        width: 15px;
        height: 15px;
    }
    
    section.configure-crystal-section .text-toolbar ul.font-select li {
        font-size: 12px;
        padding: 5px 6px;
        line-height: 12px;
    }
    
    section.configure-crystal-section .text-toolbar ul.font-select {
        gap: 5px;
        padding: 0px;
    }
    
    section.configure-crystal-section .text-element {
        min-width: 80px;
        min-height: 40px;
        font-size: 16px;
    }  
    section.configure-crystal-section .light-base-options {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}