#inputProductSizeMultiple {
    width: 100%;
}

#inputProductSize.list-product-size-show {
    border-radius: 0 0 26px 26px!important;
    border-color: var(--primary-lt)!important;
}

.list-product-size-show .list-product-size {
    display: block;
}

.product-size-item {
    padding: 12px 12px;
}

.product-size-item:first-child:hover {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.list-product-size .product-size-item {
    border-bottom: 1px solid #e8e8e8;
}

.li-multiple-size {
    background-color: var(--primary);
    color: #fff;
}

.custom-design .is-editing > .site-w {
    position: relative;
}

.custom-design {
    overflow: hidden;
}

.upload-wrapper {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.avatar-upload {
    padding: 0;
    width: 100%;
    display: block;
    position: relative;
}

.avatar-upload:nth-child(n + 2) {
    margin-top: 0.6rem;
}

.avatar-upload input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.add-images {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 4rem;
    border: 2px solid #e1e1e1;
    line-height: 1.2857143;
    padding: 0 0 0 20px;
    cursor: pointer;
    position: relative;
    user-select: none;
}

.add-images:focus {
    outline: 0;
    border-color: #a397e1;
    -webkit-box-shadow: 0 0 0 3px rgba(163, 151, 255, 0.5);;
    box-shadow: 0 0 0 3px rgba(163, 151, 255, 0.5);;
}


.upload-head {
    padding: 1rem 0 1rem;
    display: flex;
    align-items: center;
    font-weight: 400;
    color: #555;
    width: calc(100% - 50px);
    padding-right: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.add-images .upload-image-button {
    border-radius: 4rem;
    background-color: #999;
    color: #fff;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem;
    min-width: fit-content;
    min-width: -moz-fit-content;
    position: absolute;
    top: 6px;
    bottom: 6px;
    right: 6px;
    user-select: none;
    cursor: pointer;
    transition: all 300ms ease;
}
.add-images:hover .upload-image-button {
    background-color: #6071ec;
    color: #fff;
}

.add-images .upload-image-button svg {
    margin-left: 8px;
}

.no-image {
    color: #c1c1c1;
    transition: all 300ms ease;
}
.avatar-upload:hover .no-image {
    color: #6071ec;
    border-color: #6071ec;
}
.avatar-upload .product-variant-heading {
    margin-bottom: 0.4rem;
}

.your-image {
    border: 1px solid #6071ec;
}


.your-image img {
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-right: 8px;
    border-radius: 60px;
    overflow: hidden;
    margin-left: auto;
    object-fit: cover;
    transition: all 300ms ease;
}

.design-text .form-control {
    border-radius: 25px;
    border-width: 2px;
    padding: 0.8rem;
}

.w-100 {
    width: 100%;
}
[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important;
}

.product-variant-wrapper > .button-add-to-cart {
    display: none;
}

.addtocart-action-wrapper .button-add-to-cart {
    /*display: none;*/
}

.btn-custom {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    -webkit-appearance: none;
    line-height: 1;
    cursor: pointer;
    outline: none;
    background-color: #6071ec;
    font-weight: 500;
    min-width: 130px !important;
    padding: 1rem 2.4rem;
    border-radius: var(--large-padding);
    color: var(--white);
    font-size: 16px;
    order: 4;
    width: 100%;
}

.main-content.is-editing .product-sticky {
    z-index: 12;
}

.variant-row {
    user-select: none;
    padding: 6px 0
}

.multiple-btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 32px;
    background-color: #f2f2f2;
    color: var(--primary);
    cursor: pointer;
}
.multiple-input {
    width: 100%;
    padding: 8px 10px;
    outline: none;
    border-radius: 32px;
    border: 2px solid var(--flash);
    margin: 0 7px;
    text-align: center;
}

.multiple-input:hover,
.multiple-input:focus {
    border-color: var(--primary-lt);
}

@media (max-width: 1024px) {
    .btn-custom, .btn-custom + .button-add-to-cart {
        padding: 0.8rem 1.5rem
    }

    .product-custom-buttons {
        margin-bottom: 1rem;
    }
    .product-custom-buttons .btn-custom {
        width: 100%;
        padding: 1rem 1.3rem !important;
    }
}

@media (max-width: 992px) {
    .btn-custom,
    .button-add-to-cart {
        margin: 0;
        padding: 0.4rem
    }

    .btn-custom {
        margin-left: 0.4rem
    }
}

#pod-module-content .contain {
    margin-left: auto;
    margin-right: auto;
    max-width: 1030px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

figure {
    padding: 0;
    margin: 0;
    border: 0;
}

#pod-module-content .bg-white {
    background: #fff;
}

#pod-module-content .border-b {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--light);
    margin-bottom: 10px;
}


#pod-module-content .hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

#pod-module-content .sr-only {
    display: none;
}

#pod-module-content .help-block {
    font-size: 12px;
}

#pod-module-content .form-group + .form-group {
    margin-top: 15px;
}

#pod-module-content .form-group label {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

#pod-module-content .form-control {
    display: block;
    width: 100%;
    padding: 1rem 20px 1rem;
    border-radius: 3rem;
    line-height: 1.2857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d1d1d1;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pod-module-content .form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    border-color: #a397e1;
    -webkit-box-shadow: 0 0 0 3px rgba(163, 151, 255, 0.5);;
    box-shadow: 0 0 0 3px rgba(163, 151, 255, 0.5);;
}

#pod-module-content .form-control::placeholder {
    color: #aaa;
    opacity: 1;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: all 350ms ease-in-out;
}

a:hover {
    color: var(--secondary);
    text-decoration: none;
    transition: all 350ms ease-in-out;
}


img {
    max-width: 100%;
    object-fit: contain;
}

#pod-module-content .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 10px 24px;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    -webkit-appearance: none;
    line-height: 1;
    cursor: pointer;
    outline: none;
    user-select: none;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    border-radius: 3px;
    text-transform: uppercase;
}

#pod-module-content .button:hover {
    outline: none
}

#pod-module-content .primary:hover {
    color: #fff;
    background-color: #c50008;
}

#pod-module-content .secondary {
    color: #fff;
    background-color: var(--primary);
    box-shadow: none;
}

#pod-module-content .secondary:hover {
    background-color: #04497d;
    border-color: #04497d;
}

#pod-module-content .success {
    color: #ffffff;
    background-color: #18d26b;
    box-shadow: none;
}

#pod-module-content .success:hover {
    background-color: #15bb5f;
    color: #fff;
}

#pod-module-content .danger,
#pod-module-content .danger:hover {
    color: #ffffff;
    background-color: #ff3f3f;
    box-shadow: none;
}

#pod-module-content .warning {
    color: #ffffff;
    background-color: #ffa800;
    border-color: #ffa800;
    box-shadow: none;
}

#pod-module-content .warning:hover {
    color: #ffffff;
    background-color: #e69700;
    border-color: #e69700;
}

#pod-module-content .dark,
#pod-module-content .dark:hover {
    color: #ffffff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    box-shadow: none;
}

#pod-module-content .select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

#pod-module-content .select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}


/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: none;
}


input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

input[type="radio"]~small {
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 16px;
    border: 2px solid #000;
    position: relative;
    transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer;
}

#pod-module-content .input-content {
    width: calc(100% - 22px);
    padding-left: 5px;
    cursor: pointer;
}

#pod-module-content .input-content img {
    max-width: 100px;
    object-fit: contain;
}

input[type="checkbox"]~small {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 2px;
    position: relative;
    transition: all 250ms cubic-bezier(0.25, 0.1, 0.25, 1);
    cursor: pointer;
}

input[type="radio"]:checked~small {
    border-color: #ff3945;
}

input[type="radio"]:checked~small::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 16px;
    background-color: #ff3945;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 4px);
}

input[type="radio"]:disabled~small {
    opacity: 0.5;
    cursor: default;
}
input[type="radio"]:disabled~#pod-module-content .input-content {
    opacity: 0.5;
}

input[type="checkbox"]:checked~small {
    background-color: #e1255f;
    border-color: #e1255f;
}

input[type="checkbox"]:checked~small:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 5px;
    height: 11px;
    display: inline-block;
    opacity: 1;
    -webkit-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 250ms ease;
}

#pod-module-content .label {
    display: block;
    width: 100%;
}

#pod-module-content .loader {
    border: 2px solid var(--gray-lt);
    border-radius: 50%;
    border-top-color: var(--secondary);
    border-bottom-color: var(--secondary);
    margin: 0 10px;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.main-content.is-editing .product-variant-wrapper .product-addtocart, .product-add-bulk-to-cart {
    margin-left: 1.5rem;
    max-width: 200px;
}

.product-add-bulk-to-cart svg {
    vertical-align: middle;
    transform: translate(-2px, -2px);
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}


#pod-module-content .site-w,
#pod-module-content .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
}

#pod-module-content .flex-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#pod-module-content .flex-c {
    justify-content: center;
}

#pod-module-content .flex-e {
    justify-content: flex-end;
}

#pod-module-content .flex-s {
    justify-content: space-between;
}

#pod-module-content .flex-a {
    justify-content: space-around;
}

#pod-module-content .align-c {
    align-items: center;
}

#pod-module-content .align-s {
    align-items: stretch;
}

#pod-module-content .column {
    flex-direction: column;
}

#pod-module-content .flex-w {
    flex-wrap: wrap;
}

#pod-module-content .cart-center-col {
    width: 50%;
    padding-right: 35px;
}

#pod-module-content .cart-sidebar {
    width: 50%;
    position: relative;
    display: block;
}

#pod-module-content .sidebar-content {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 99;
}

#pod-module-content .common-title {
    font-size: 21px;
    font-weight: 500;
    margin: 10px 0 10px
}

#pod-module-content .sub-common-title {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 10px;
    padding-left: 12px;
    padding-right: 1px;
}

#pod-module-content .shopcart-header-step-container {
    width: 100%;
    margin-top: 25px;
}

#pod-module-content .shopcart-header-step-status {
    position: relative;
    padding: 7px 15px;
    font-size: 17px;
    opacity: 0.5;
    user-select: none;
    color: #000;
}

#pod-module-content .shopcart-header-step-status.active {
    opacity: 1;
}

#pod-module-content .shopcart-header-step-status i {
    margin-right: 5px;
    font-size: 21px;
}

#pod-module-content .shopcart-header-step-status-mid-line {
    height: 1px;
    width: 120px;
    display: inline-block;
    background-color: #000;
    opacity: 0.3;
}

#pod-module-content .shopcart-header-step-status-mid-line.active {
    opacity: 1;
}

#pod-module-content .full-width {
    width: 100%;
}

#pod-module-content .free-shipping-tips-container,
#pod-module-content .addon-tips-container {
    width: 49%;
    padding: 10px 15px;
    margin-bottom: 15px;
}

#pod-module-content .free-shipping-tips-container {
    border: 1px solid #FFF7EB;
    background-color: #FFFCF7;
}

#pod-module-content .addon-tips-container {
    border: 1px solid #FFEBF2;
    background-color: #FFF7FA;
}


#pod-module-content .text-capitalize {
    margin-left: 5px;
    text-transform: capitalize;
    font-weight: 500;
}

#pod-module-content .flag {
    height: 12px;
    margin: 0 5px;
}

#pod-module-content .color-primary {
    color: var(--secondary)
}

#pod-module-content .shiping-tootip {
    margin-left: 5px;
    position: relative;
    display: inline-block;
}

#pod-module-content .free-shipping-why-tips-text:after,
#pod-module-content .summary-coupon-tips-text::after {
    bottom: 100%;
    right: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 7px;
    margin-right: -7px;
}

#pod-module-content .free-shipping-why-tips-text,
#pod-module-content .summary-coupon-tips-text {
    width: 280px;
    background-color: #fff;
    position: absolute;
    left: -15px;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.12);
    padding: 7px 10px;
    transition: all 350ms ease-in;
    transform: translateY(5px);
    transition-delay: 250ms;
    opacity: 0;
    display: none;
    font-size: 13px;
    text-align: justify;
    z-index: 99;
    padding: 10px 20px;
}

#pod-module-content .shiping-tootip:hover .free-shipping-why-tips-text {
    opacity: 1;
    display: block;
    transform: translateY(0);
}

#pod-module-content .shiping-tootip:hover i {
    color: var(--primary)
}

#pod-module-content .addon-tips-container a {
    margin-left: 5px;
}

#pod-module-content .cart-list-product-box {
    margin-bottom: 25px;
}

#pod-module-content .shopcart-head {
    background-color: #f8f8f8;
    user-select: none;
    cursor: default;
    line-height: 1.1em;
    padding: 7px 0
}

#pod-module-content .shopcart-item {
    width: fit-content;
    padding-right: 8px;
    padding-left: 8px;
    font-weight: 500;
}

#pod-module-content .shopcart-head .shopcart-contain {
    padding-top: 0;
}
#pod-module-content .shopcart-contain .shopcart-subtotal {
    min-width: 120px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0
}
#pod-module-content .shopcart-head .shopcart-subtotal {
    padding-right: 20px
}

#pod-module-content .shopcart-content {
    padding-top: 15px;
}

#pod-module-content .shopcart-content + .shopcart-content {
    margin-top: 15px;
    border-top: 1px dashed var(--light);
}

#pod-module-content .shopcart-content .shopcart-qty {
    padding-top: 0;
}

#pod-module-content .shopcart-content .shopcart-item .shopcart-qty {
    border-radius: 3px;
    margin: 0 7px;
    flex-wrap: nowrap;
}


#pod-module-content .shopcart-name {
    width: 360px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

#pod-module-content .shopcart-contain {
    display: flex;
    margin-left: auto;
    align-items: center;
}
#pod-module-content .shopcart-contain-custom-product {
    display: flex;
    margin-left: auto;
    margin-top: 8px;
    width: 100%;
}
#pod-module-content .shopcart-contain-custom-product .shopcart-subtotal {
    margin-left: auto;
    min-width: 100px;
    width: fit-content
}

#pod-module-content .shopcart-item.shopcart-qty {
    text-align: center;
    width: 130px;
}
#pod-module-content .shopcart-item.shopcart-price {
    text-align: right;
    min-width: 70px;
    line-height: 1.2;
}

#pod-module-content .shopcart-head .shopcart-item.shopcart-price {
    text-align: center;
}

#pod-module-content .shopcart-head .shopcart-name {
    text-align: left;
    min-width: 100px;
    width: fit-content
}

#pod-module-content .shopcart-subtotal {
    text-align: right;
    min-width: 100px;
    width: fit-content
}

#pod-module-content .shopcart-footer {
    margin-top: 15px;
    border-top: 1px dashed var(--light);
    padding-top: 15px;
}

#pod-module-content .shopcart-footer .shopcart-qty {
    text-align: right;
}
#pod-module-content .shopcart-footer .shopcart-subtotal {
    color: var(--primary);
}


#pod-module-content .shopcart-image {
    width: 85px;
    height: 85px;
    background-color: #fff;
}

#pod-module-content .shopcart-image > a {
    height: 100%;
}

#pod-module-content .shopcart-info {
    width: calc(100% - 85px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    font-size: 14px;
}

#pod-module-content .shopcart-action {
    margin-top: 11px;
}

#pod-module-content .invalid-feedback {
    color: #e1255f;
    font-weight: 400;
    margin-top: 5px;
    font-size: 14px;
}

#pod-module-content .visible {
    display: block;
}

#pod-module-content #error-promotion {
    color: #e1255f;
    font-weight: 400;
    font-size: 14px;
}

#pod-module-content #success-promotion {
    color: rgb(13, 194, 13);
    font-weight: 400;
    font-size: 14px;
}


#pod-module-content .reduction-discount-cost:hover .summary-coupon-tips-text {
    z-index: 2;
    opacity: 1;
    display: block;
}

#pod-module-content .summary-coupon-tips-text li + li {
    margin-top: 7px;
}

#pod-module-content .reduction-discount-cost:hover i {
    color: var(--primary)
}

#pod-module-content .list-decimal {
    margin: 0;
    padding: 7px;
}


#pod-module-content .summary-discount-container {
    font-size: 13px;
}

#pod-module-content .input-radio + .input-radio {
    margin-top: 15px;
}

#pod-module-content .coupon-select-input-container input {
    width: calc(100% - 90px);
    margin-right: 10px;
}

#pod-module-content .coupon-select-input-container button {
    background-color: #1171ba;
    border: none;
    outline: 0;
    cursor: pointer;
    user-select: none;
    color: #fff;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 12px;
    width: 80px;
}

#pod-module-content .summary-subtotal-container {
    margin-top: 10px;
}

#pod-module-content .subtotal-item {
    padding: 5px 0;
    font-weight: 400;
}

#pod-module-content .subtotal-price {
    font-weight: 500;
    color: var(--primary);
    font-size: 26px;
}

#pod-module-content .shopcart-custom-product-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: 0;
    background-color: #ff3945;
    color: #fff;
    padding: 20px 30px;
    margin: 12px 0;
    text-align: center;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    user-select: none;
    border-radius: 5px;
    font-weight: 500;
}

#pod-module-content .shopcart-custom-product-btn:hover {
    background-color: #d2212b;
    color: #fff;
}


#pod-module-content .cart-sidebar .footer-authitem-img {
    border: none;
}
#pod-module-content .cart-sidebar .footer-authitem-img img {
    height: 20px;
}

/* address */

#pod-module-content .address-col {
    width: 49%;
    margin-bottom: 10px;
    position: relative;
}

#pod-module-content .input-child-row input:first-child {
    width: 64%;
}
#pod-module-content .input-child-row input:last-child {
    width: 34%;
}

#pod-module-content .address-col label {
    position: absolute;
    top: 17px;
    height: 22px;
    left: 30px;
    font-size: 15px;
    font-weight: 300;
    display: flex;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    transition: all 350ms ease-in-out;
    pointer-events: none;
}

#pod-module-content .coupon-select-input-container label {
    left: 23px;
}
#pod-module-content .address-col.active label {
    font-size: 11px;
    top: 4px;
    opacity: 0.7;
}

#pod-module-content .shiping-method {
    margin-top: 25px;
    margin-bottom: 25px;
}

#pod-module-content .shipment-option {
    margin-bottom: 25px;
}

#pod-module-content .shipment-option + .shipment-option {
    margin-top: 15px;
    border-top: 1px dashed var(--light);
    padding-top: 15px;
}

#pod-module-content .custom-product-insurance-notice {
    font-size: 13px;
    margin-top: 10px;
    display: none;
}

#pod-module-content .shipment-option input:checked ~ .input-content .custom-product-insurance-notice {
    display: flex;
}

#pod-module-content .custom-product-insurance-notice strong {
    font-size: 14px;
    font-weight: 500;
}

#pod-module-content .common-title .font-big {
    color: #000;
    font-size: 21px;
}

#pod-module-content .safety-faster {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #000;
    font-size: 13px;
}

#pod-module-content .button-contain a:hover {
    text-decoration: none;
}

#pod-module-content .btn-to-custom-product {
    color: #fff;
    background-color: #ff3945;
}

#pod-module-content .btn-to-custom-product:hover {
    color: #fff;
    background-color: #d2212b;
}

#pod-module-content .container-indent {
    align-items: stretch;
    position: relative;
    z-index: 1;
    width: 100%;
}

#pod-module-content .breadcrumb-box {
    margin: 10px auto 25px;
}

#pod-module-content .button-hidden {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

#pod-module-content .input-hidden {
    pointer-events: none;
    user-select: none;
}

#pod-module-content .tshirt {
    position: relative;
    overflow-y: hidden;
    margin-bottom: 20px;
}

#pod-module-content .confirm-content-box  {
    padding-bottom: 25px;
    margin-bottom: 25px;
    padding-top: 120px;
    max-width: 80%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

#pod-module-content .tshirt {
    overflow: hidden;
}

#pod-module-content .confirm-content-box  a:hover {
    color: var(--secondary);
    text-decoration: none;
    transition: all 350ms ease-in-out;
}
#pod-module-content .confirm-content-box  a{
    color: #35c4f7;
    text-decoration: none;
    transition: all 350ms ease-in-out;
}

#pod-module-content .orders-success-text {
    font-family: 'Pacifico', cursive;
    font-size: 50px;
    color: #9dce1f;
    line-height: 60px;
}

#pod-module-content .emoji-wrapper {
    width:60px;
    height: 60px;
    margin-top: 85px;
}

#pod-module-content .order-message {
    margin: 16px 0px 4px;
}


#pod-module-content .order-number {
    font-size: 36px;
    font-weight: 800;
    display: block;
    color: #ff6600;
}

#pod-module-content .order-thank-you{
    font-size: 18px;
    margin-top: 10px;
    font-weight: 500;
}

#pod-module-content .order-mail {
    color: #35c4f7
}

#pod-module-content .note {
    font-size: 14px;
    font-weight: 400;
}

#pod-module-content .confirm-header i {
    font-size: 41px;
    color: green
}
#pod-module-content .confirm-error-header i {
    font-size: 41px;
    color: #e1255f
}


#pod-module-content .confirm-title {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

#pod-module-content .confirm-title i {
    margin-right: 5px;
}

#pod-module-content .sub-confirm-title {
    font-size: 17px;
    font-weight: 500;
}

#pod-module-content .confirm-row + .confirm-row {
    margin-top: 25px;
}

#pod-module-content .confirm-col {
    width: 49%;
}

.module-remove-item {
    width: 24px;
    cursor: pointer;
    user-select: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
}

.module-remove-item:hover {
    color: #ff3945
}
#pod-module-content .shopcart-content + .shopcart-content {
    border-top: 1px dashed #e9e9e9;
}


#pod-module-content .shopcart-item-custom-product {
    padding: 0px;
}

#pod-module-content .shopcart-name {
    width: 100%;
    max-width: 700px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

#pod-module-content .shopcart-info {
    width: calc(100% - 85px);
    padding-left: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 14px;
}

#pod-module-content .shopcart-item-link {
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3;
   -webkit-box-orient: vertical;
}

#pod-module-content .shopcart-item-link img {
    height: 85px;
    font-size: 11px;
    color: #999;
    font-weight: normal;
}

#pod-module-content .shopcart-variant span {
    display: inline-block;
    padding: 5px 8px;
    border: 1px solid var(--light);
}

#pod-module-content .shopcart-action a {
    color: #000;
    font-size: 13px;
    margin-right: 15px;
    display: flex;
    align-items: center;
}

#pod-module-content .shopcart-action a span {
    margin-left: 5px;
}

#pod-module-content .shopcart-button {
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: none;
    user-select: none;
    cursor: pointer;
    outline: 0;
    min-width: 30px;
    background: #fff;
    border: 1px solid #eee;
    padding:0;
}

#pod-module-content .shopcart-input {
    border: none;
    user-select: none;
    outline: 0;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    border-radius: 0;
}

#pod-module-content .shopcart-footer .shopcart-price {
    text-align: right;
}

#pod-module-content .footer-total-price {
    font-weight: 600;
    color: var(--secondary)
}

#pod-module-content .input-content img {
    /* max-width: 100px !important; */
    object-fit: contain;
    /* height: 30px !important;
    width: 60px; */
}

#pod-module-content .shipping-header {
    border: 1px solid #e1e1e1;
    border-bottom: 1px dashed #e1e1e1;
    background-color: #f2f2f2;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px;
    color: #000;
    font-size: 20px;
}

#pod-module-content .shipping-content {
    border: 1px solid #e1e1e1;
    border-top: none;
    padding: 7px 10px;
    border-radius: 0 0 3px 3px;
    margin-bottom: 20px;
}

#pod-module-content .disable-links {
    pointer-events: none;
}

#pod-module-content .address-row {
    margin-top: 15px;
    display: flex;
    margin-left: -7px;
    margin-right: -7px;
}

#pod-module-content .BillingAddressWrapper .address-row {
    margin-top: 8px;
}

.BillingAddressWrapper {
    margin-bottom: 1rem
}

.toggleBillingAddress {
    cursor: pointer;
    user-select: none;
    color: var(--secondary);
}

.billing-address-content {
    display: none;
}

#toggleBillingAddress:checked ~ .billing-address-content {
    display: block;
}

#pod-module-content .address-row .address-col {
    padding-left: 7px;
    padding-right: 7px;
    flex-grow: 1;
}

#pod-module-content .select2-container .select2-choice {
    height: 54px !important;
    background: none !important;
    border-width: 2px !important;
}

#pod-module-content .select2-drop-active {
    border-width: 2px !important;
}

#pod-module-content .select2-search input {
    padding: 10px 12px !important;
    border-radius: 4px;
    width: 100% !important;
    margin-top: 5px;
}


#pod-module-content .select2-container .select2-choice .select2-arrow b {
    display: none;
}

#pod-module-content .select2-container .select2-choice .select2-arrow {
    background: none !important;
    border: none !important;
}
#pod-module-content .select2-container .select2-choice .select2-arrow::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #eee;
    position: absolute;
    top: 24px;
    right: 6px;
}

#pod-module-content .select2-dropdown-open .select2-choice .select2-arrow::after {
    transform: rotate(180deg)
}
#pod-module-content .is-invalid .select2-choice {
    border-color: #e1255f;
}

#pod-module-content .select2-container-active .select2-drop-active,
#pod-module-content .select2-container-active .select2-choice {
    border-color: #2792ce;
}

#pod-module-content #delivery-time span {
    font-weight: bold;
    color: red;
}

#pod-module-content .amount-value {
    font-size: 26px;
    font-weight: 500;
}

#pod-module-content .shipping-box-amount {
    margin-bottom: 10px;
}

#pod-module-content .primary {
    color: var(--primary);
}

#pod-module-content .secondary {
    color: var(--secondary);
}
#pod-module-content .fw-500 {
    font-weight: 500;
}
#pod-module-content .is-invalid {
    border-color: #e1255f;
}

#pod-module-content .select2-chosen {
    display: block;
    width: 100%;
    padding: 20px 13px 10px;
    line-height: 1.2857143;
    background: none;
    border-radius: 5px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pod-module-content .custom-product-breadcrumb {
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    color: #8d8b8b;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

#pod-module-content .custom-product-breadcrumb li + li::before {
    content: "»";
    color: var(--gray-md);
    margin: 0 7px;
}
#pod-module-content .custom-product-breadcrumb li {
    padding-right: 5px;
}

#pod-module-content .breadcrumb__item--completed span,
#pod-module-content .breadcrumb__item--current span {
    color: var(--secondary);
}
#pod-module-content .breadcrumb__item--completed a {
    color: var(--secondary);
}
#pod-module-content .breadcrumb__item--completed a:hover {
    color: #d26104;
}

#pod-module-content #submit_promotion_code,
#pod-module-content #promotion_code {
    height: 52px;
}


#pod-module-content .address-col.active label[for="delivery_note"] {
    background: #fff;
    width: calc(100% - 60px);
    opacity: 1 !important;
}
#pod-module-content .shipping-type {
    display: block;
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 16px;
    user-select: none;
    cursor: pointer;
}

#pod-module-content .shipping-type-content {
    border: 2px solid #d1d1d1;
    padding: 7px;
    border-radius: 4px;
}
#pod-module-content .shipping-type-input:checked ~ .shipping-type-content {
    border-color: #2792ce;
    outline: 0;
    background: #e1f1f9;
}

#pod-module-content .shipping-type-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0 0 7px 0;
    font-size: 15px;
}

#pod-module-content .shipping-type-head .name {
    font-weight: 600;
    margin-right: 50px;
    text-transform: capitalize;
}

#pod-module-content .shipping-type-head .price {
    margin-left: auto;
    font-weight: bold;
}

#pod-module-content .advantages {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    grid-gap: 2px;
    margin: 0;
    padding: 0 10px;
    list-style: none;
    font-size: 13px;
    color: #414141;
}

#pod-module-content .advantage-line {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}

#pod-module-content .advantage-line + .advantage-line {
    margin-top: 3px;
}

#pod-module-content .advantage-line svg {
    min-width: 16px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

#pod-module-content .shipping-type-input:checked ~ .shipping-type-content svg {
    color: #009ddd;
}

#pod-module-content .credit-form {
    width: 100%;
    margin-top: 7px;
}

#pod-module-content #card-element {
    background-color: #fff;
    border: 2px solid #d1d1d1;
    padding: 15px 20px;
    line-height: 1.2857143;
    background-color: #fff;
    background-image: none;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
}

#pod-module-content #card-element * {
    font-size: 16px;
}

#pod-module-content #card-element::after {
    content: "";
    height: 100%;
    width: 2px;
    display: block;
    background-color: #d9d9d9;
    position: absolute;
    top: 0;
    right: 145px;
}

#pod-module-content #card-errors {
    font-size: 85%;
}

#pod-module-content .delivery-eta {
    color: #111;
}

#pod-module-content .eta-to::before {
    content: "-";
    margin: 0 4px;
}

#pod-module-content .shopcart-image img {
    height: 100%;
    display: block;
    margin: 0 auto;
}
#pod-module-content .shopcart-footer .shopcart-subtotal.discount-value {
    font-size: 21px;
}

#pod-module-content .card-number {
    width: 100%;
    position: relative;
}

#pod-module-content .card-info {
    width: 100%;
    margin-top: 8px;
    position: relative;
}

#pod-module-content .card-info-item {
    position: relative;
}

#pod-module-content .card-expire  {
    width: 60%
}

#pod-module-content .card-cvc {
    width: 37%;
}

#pod-module-content .credit-label {
    position: absolute;
    top: 0;
    right:  0;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
    pointer-events: none;
    text-transform: uppercase;
    color: #aaa
}

#pod-module-content .credit-control {
    display: block;
    width: 100%;
    padding: 16px 10px;
    font-family: 'Roboto', sans-serif !important;
    line-height: 1.2857143;
    background-color: #fff !important;
    background-image: none;
    border: 2px solid #d1d1d1;
    border-radius: 5px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#pod-module-content .credit-control.focus {
    border-color: #2792ce;
}

#pod-module-content .credit-control input {
    font-family: 'Roboto', sans-serif !important;
    letter-spacing: 1px !important;
    color: black !important;
}

#pod-module-content .credit-form label {
    color: #999;
    font-weight: 400;
    font-size: 14px;
    user-select: none;
    cursor: default;
    pointer-events: none;
}


.custom-state {
    flex-wrap: wrap;
}
#pod-module-content .shopcart-button svg {
    color: #444;
}
#product-page .button-add-to-cart {
    justify-content: center;
    height: 46px;
}

#customizationContentFooter .quantity-box {
    width: 120px;
    min-width: 120px;
}

#customizationContentFooter .quantity-box #quantity {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
}

#customizationContentFooter .button-add-to-cart {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 4px;
}

.button-add-to-cart .loading-search {
    position: relative;
    top: auto;
    left: auto;
    background: none;
    /* height: fit-content; */
}
.button-add-to-cart .loading-search::before {
    border-color: #fff rgba(255, 255, 255, 0.5) rgba(255, 255, 255, 0.5);
}

#pod-module-content .md-also-bought-content {
    max-width: 1180px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    width: 100%;
    margin: 32px auto 0;
    position: relative;
    display: none;
}

#pod-module-content .md-also-bought-heading {
    font-size: 23px;
    font-weight: 500;
    margin-top: 16px;
    margin-bottom: 16px;
    width: 100%;
    display: block;
    line-height: 1.2;
}

#pod-module-content .md-also-bought-slide {
    position: relative;
    overflow: hidden;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 2rem;
}

#pod-module-content .md-also-bought-list {
    display: flex;
    transition: transform 0.6s ease;
}

#pod-module-content .md-product-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    white-space: nowrap;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
#pod-module-content .md-also-bought-price {
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: flex-start;
    color: #C52C29;
}

#pod-module-content .md-also-bought-image {
    height: 170px;
    width: 100%;
    object-fit: contain;
}

#pod-module-content .md-also-bought-slider-control {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #313131;
    text-align: center;
    width: 36px;
    height: 36px;
    top: calc(50% - 18px);
    border-radius: 36px;
    background-color: #fff;
    box-shadow: 0 3px 4px -1px rgb(0 0 0 / 20%), 0 5px 10px 0px rgb(0 0 0 / 14%), 0 1px 12px 0px rgb(0 0 0 / 10%);
    cursor: pointer;
}

#pod-module-content .md-also-bought-slider-control_left {
    left: 4px;
    display: none
}

#pod-module-content .md-also-bought-slider-control_right {
    right: 4px;
}

#pod-module-content .md-also-bought-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.policy-wrapper.flex-b {
    display: flex;
}
#pod-module-content #js-update-item {
    cursor: pointer;
    user-select: none;
    display: flex;
    width: fit-content;
    margin-top: 0.4rem;
    width: -moz-fit-content;
    justify-content: center;
    align-items: center;
    color: #019ADC;
}
#pod-module-content #js-delete-item {
    cursor: pointer;
    user-select: none;
    display: flex;
    width: fit-content;
    width: -moz-fit-content;
    justify-content: center;
    align-items: center;
    color: #888
}

#pod-module-content #js-update-item:hover {
    color: #ff7300
}

#pod-module-content #js-update-item svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 0.2rem;
}

#pod-module-content #js-delete-item:hover {
    color: #ff7300
}

#pod-module-content #js-delete-item svg {
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin-right: 0.2rem;
}
.pac-container:after {
    background-image: none !important;
    height: 0 !important;
}

#pod-module-content .sale-off-box {
    background-color: var(--secondary);
    border-radius: 90px;
    font-size: 15px;
    width: 50px;
    height: 50px;
    padding: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    line-height: 1.1;
    box-shadow: 0 3px 4px -1px rgb(0 0 0 / 10%), 0 5px 10px 0px rgb(0 0 0 / 7%), 0 1px 12px 0px rgb(0 0 0 / 5%);
    pointer-events: none;
}

@media (max-width: 660px) {
    #pod-module-content .custom-product-popup-item {
        flex-wrap: wrap;
    }

    #pod-module-content .custom-product-popup-item .custom-product-popup-item-link,
    #pod-module-content .custom-product-popup-item .custom-product-popup-info {
        width: 100%;
        padding: 0;
    }

    #pod-module-content .custom-product-popup-item-link picture {
        justify-content: center;
    }

}
@media (max-width: 760px) {
    #pod-module-content .variant-image {
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        padding-left: 0 !important;
    }

    #pod-module-content .variant-image .custom-product-popup-choose-image-variant {
        min-width: 44px;
        min-height: 44px;
        margin-bottom: 0
    }

    .btn-custom {
        margin-left: 0rem
    }


}

.open-update-item-popup {
    overflow: hidden;
}

.open-update-item-popup .container-indent {
    z-index: 99;
}

.open-update-item-popup #main-header,
.open-update-item-popup .navigation-wrapper {
    z-index: -1
}

.open-update-item-popup div#___ratingbadge_0 {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important
}


#pod-module-content .custom-product-popup-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12987;
}

#pod-module-content .custom-product-popup-wrapper.active {
    display: block;
}

#pod-module-content .custom-product-popup-background {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(11, 11, 11, 0.4);
    z-index: 1;
}

#pod-module-content .custom-product-popup-content {
    background-color: #fff;
    width: 96%;
    max-width: 1000px;
    max-height: 82vh;
    margin: 3vh auto;
    position: relative;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 10%);
}

#pod-module-content .custom-product-popup-content .custom-product-popup-item {
    padding: 0.8rem;
    height: calc(100% - 80px)
}

#pod-module-content .custom-product-popup-content .custom-product-popup-action-wrapper {
    background-color: #fff;
    padding: 0 0.8rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 0px 7px 1px rgb(0 0 0 / 10%);
    margin: 0;
    height: 80px;
    position: sticky;
    top: 100%;
    z-index: 111;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
}
#pod-module-content .custom-product-popup-content .custom-product-popup-action-wrapper .btn {
    font-size: 1rem;
    padding: 0.9rem 1.1rem
}

.custom-product-popup-item-image {
    display: block;
    margin: 0 auto;
}

#pod-module-content .custom-product-popup-item-link,
#pod-module-content .custom-product-popup-info {
    width:100%;
}

#pod-module-content .custom-product-popup-item-head {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    padding-right: 25px;
    line-height: 1.2;
}

#pod-module-content .custom-product-quantity  {
    margin: 0 0.8rem;
}
#pod-module-content .custom-product-control {
    display: block;
    width: 100px;
    padding: 0.6rem 1rem;
    margin: 0.5rem;
    line-height: 1.2857143;
    background-color: #fff;
    background-image: none;
    border-radius: 5px;
    font-size: 1.05rem;
    border: 2px solid #d1d1d1;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

#pod-module-content .custom-product-control:focus {
    border-color: #2792ce;
    outline-color: #2792ce
}
#pod-module-content .custom-product-popup-radio-label {
    display: inline-flex;
}

.custom-product-popup-variant-item-box .custom-product-popup-radio-name,
.custom-product-popup-variant-item-box .variant-image-item:not(.choose-style-variant) {
    background-color: #fff;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 2px solid #e1e1e1;
    cursor: pointer;
    user-select: none;
    border-radius: 45px;
    padding: 0.5rem 12px;
    margin: 0 0.5rem 0.5rem 0;
}

#pod-module-content .custom-product-popup-radio-input:checked ~ .input-type-radio::before {
    background-color: #19124f;
    opacity: 1;
}

#pod-module-content .custom-product-popup-radio-label:hover .custom-product-popup-radio-name {
    background-color: #f5f5f5
}

#pod-module-content .custom-product-popup-radio-label.active .custom-product-popup-radio-input ~ .custom-product-popup-radio-name {
    background-color: #07002f;
    border-color: #07002f;
    color: #fff;
}

#pod-module-content .custom-product-popup-choose-image-variant {
    min-width: 44px;
    width: 44px;
    min-height: 44px;
    height: 44px;
    border-radius: 50px;
    border: 2px solid #e1e1e1;
    padding: 2px;
    margin: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: rgba(11, 11, 11, 0.1);
}

#pod-module-content .custom-product-popup-choose-image-variant {
    margin-right: 6px;
    margin-bottom: 6px;
}

#pod-module-content .custom-product-popup-choose-image-variant:last-child {
    margin-right: 0;
}
#pod-module-content .custom-product-popup-choose-image-variant img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    object-fit: cover;
    margin: 0;
    padding: 0;
}

#pod-module-content .custom-product-popup-choose-image-variant:hover {
    border-color: #19124f;
}

#pod-module-content .custom-product-popup-choose-image-variant.active {
    border: 2px solid #ff4e00
}

/* #pod-module-content .variant-select {
    cursor: pointer;
    background-color: #fff;
    border: 2px solid #e1e1e1;
    border-radius: 2rem;
    display: inline-block;
    font-size: 16px;
    width: 100%;
    line-height: 1.2857143;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 21px) 50%, calc(100% - var(--middle-padding)) 50%, calc(100% - var(--middle-padding));
    background-size: 5px 5px, 5px 5px, 1px calc(100% - 1rem);
    background-repeat: no-repeat;
} */

#pod-module-content .variant-select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%);
    background-position: calc(100% - var(--middle-padding)) 50%, calc(100% - 21px) 50%;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
    border-color: #a397e1;
    -webkit-box-shadow:none;
    box-shadow: none;
}

#pod-module-content .custom-product-popup-variant-item-box {
    margin-top: 0.8rem;
}
#pod-module-content .custom-product-popup-variant-heading {
    font-weight: 500;
    display: block;
    margin-bottom: 5px;
}

#pod-module-content .custom-product-popup-action-wrapper {
    margin-top: 0.8rem
}

#pod-module-content .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: 1px solid transparent;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-family: inherit;
    -webkit-appearance: none;
    line-height: 1;
    cursor: pointer;
    outline: none;
    outline: 0;
    user-select: none;
    background-color: #fff;
    color: #000;
    font-weight: 500;

    border-radius: 2rem;
    margin-right: 0.4rem;
    font-size: 0.9rem;
    padding: 0.8rem 0.9rem;
}


#pod-module-content .add-product {
    background-color: #fff;
    border-color: #1171ba;
    color: #1171ba;
}
#pod-module-content .update-product {
    background-color: #1171ba;
    border-color: #1171ba;
    color: #fff;
}
#pod-module-content #js-custom-product-cancel {
    display: none !important
}
#pod-module-content .close-update-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 36px;
    color: #666;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 11;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    font-weight: 400;
}

#pod-module-content .close-update-item:hover {
    color: #d2212b
}

.custom-design .js-help-button {
    opacity: 0;
}

.create-your-own-message {
    font-size: 12px;
    font-weight: 400;
    padding: 6px 18px 6px 0;
    text-align: justify;
    opacity: 0.8;
    color: #ff7300;
    font-style:italic

}

[lang=jp] .create-your-own-message {
    font-size: 14px;
}

#pod-module-content .choose-a-size {
    padding: 0.8rem 20px 0.8rem;
    border: 2px solid var(--flash);
}
#pod-module-content .choose-a-size.product-size-focus {
    border-radius: 0 0 24px 24px;
    border-color: var(--primary-lt);
}

#pod-module-content .list-product-size-wrapper.product-size-focus {
    border-radius: 0 0 26px 26px;
    border-color: var(--primary-lt);
}

#pod-module-content .list-product-size {
    border-radius: 20px 20px 0 0;
}

#pod-module-content .open-multiple-size {
    border-radius: 0 ;
}

.font-normal {
    font-weight: normal;
}

@media (min-width: 480px) and (max-width: 760px) {
    #pod-module-content .md-also-bought-item {
        flex: 0 0 calc(100% / 3);
        max-width: calc(100% / 3);
    }
}

@media (min-width: 760px) and (max-width: 992px) {
    #pod-module-content .md-also-bought-item {
        flex: 0 0 calc(100% / 4.2);
        max-width: calc(100% / 4.2);
    }
}
@media (min-width: 992px) {
    #pod-module-content .custom-product-popup-variant-wrapper {
        /*overflow-y: scroll;
        max-height: 65vh;*/
        padding: 0;
    }

    #pod-module-content .md-also-bought-item {
        flex: 0 0 calc(100% / 6);
        max-width: calc(100% / 6);
    }

    #pod-module-content .custom-product-popup-content {
        max-height: 92vh;
        height: fit-content;
        height: -moz-fit-content;
    }

    #pod-module-content .custom-product-popup-item-link {
        width: 400px;
        display: block;
    }


    #pod-module-content .custom-product-popup-info {
        width: calc(100% - 400px);
        padding-left: 2rem;
    }
}

@media (max-width: 1280px) {
    #pod-module-content .list-product-size-wrapper.product-size-focus {
        border-radius: 26px;
    }
    
    ::-webkit-scrollbar {
        display: none
    }

    #pod-module-content.custom-product-page {
        padding: 0;
    }

    #pod-module-content .form-control {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    #pod-module-content .address-col label {
        top: 14px;
    }

    #pod-module-content .address-col.active label {
        top: 2px;
    }
    #pod-module-content .address-col.active .form-control  {
        padding-top: 18px;
        padding-bottom: 10px;
    }

    #pod-module-content .confirm-content-box {
        padding-top: 40px
    }
}


@media (max-width: 992px) {
    #pod-module-content .md-also-bought-list {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
    #pod-module-content .choose-a-size.product-size-focus {
        border-radius: 24px;
    }

    .custom-design .search-text,
    .custom-design .search-button {
        position: static;
        z-index: 0
    }

    .md-also-bought-slider-control {
        display: none !important
    }

    #pod-module-content .shopcart-content .shopcart-name {
        width: 320px;
        margin-right: 30px;
    }

    #pod-module-content.custom-product-page .shopcart-content .shopcart-name {
        width: 100%;
        margin-right: 0;
    }

    #pod-module-content .js-product-contain {
        width: 100%;
    }

    #pod-module-content .js-product-contain {
        width: 100%;
    }

    #pod-module-content .full-width,
    #pod-module-content .shopcart-row {
        position: relative;
    }

    #pod-module-content .cart-center-col,
    #pod-module-content .cart-sidebar,
    #pod-module-content .free-shipping-tips-container,
    #pod-module-content .addon-tips-container,
    #pod-module-content .shopcart-name,
    #pod-module-content .shopcart-contain-custom-product,
    #pod-module-content .shopcart-contain {
        width: 100%;
        padding: 0
    }

    #pod-module-content .shopcart-footer .shopcart-subtotal {
        display: block;
    }
    #pod-module-content .shopcart-footer .shopcart-contain-custom-product,
    #pod-module-content .shopcart-footer .shopcart-contain {
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
    }

    #pod-module-content .shopcart-button svg {
        height: 10px;
        width: 10px;
        min-width: 10px;
    }

    #pod-module-content .shopcart-action {
        position: absolute;
        top: 0;
        right: 0;
        height: calc(100% + 7px);
        width: 40px;
        margin: 0;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #f7f7f7;
    }

    #pod-module-content .shopcart-action a {
        margin: 7px 0;
    }


    #pod-module-content .shopcart-action i {
        font-size: 21px;
        color: var(--black)
    }

    #pod-module-content .shopcart-action span {
        display: none;
    }

    #pod-module-content .shopcart-contain {
        width:calc(100% - 320px);
        display: flex;
        justify-content: flex-end;
    }

    #pod-module-content .shopcart-item {
        min-width: auto;
        width: auto
    }

    #pod-module-content .shopcart-footer .shopcart-contain {
        justify-content:flex-end
    }

    #pod-module-content .shopcart-footer .shopcart-subtotal {
        padding-right: 0;
    }

    #pod-module-content .shopcart-head .shopcart-name {
        padding-left: 15px;
    }

}

@media (min-width: 760px) {
    
    .close-choose-size {
        display: none !important;
    }
}
@media (max-width: 760px) {
    #pod-module-content .md-also-bought-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #pod-module-content .md-also-bought-item {
        flex: 0 0 46%;
        max-width: 46%;
    }

    #pod-module-content .container-indent {
        margin: 0 auto;
    }

    #pod-module-content .summary-discount-container > .input-content,
    #pod-module-content .coupon-select-input-container {
        width: 100%;
    }

    #pod-module-content .custom-product-page .shopcart-info {
        padding-right: 0
    }

    #pod-module-content .custom-product-page .shopcart-contain {
        width: calc(100% - 68px);
    }
    #pod-module-content .custom-product-page .shopcart-content .shopcart-qty {
        padding-right: 0;
    }

    #pod-module-content .common-title .font-big {
        font-size: 19px;
    }

    #pod-module-content .address-row {
        flex-direction: column;
    }

    #pod-module-content .address-row + .address-row {
        margin-top: 0px;
    }

    #pod-module-content .address-row .address-col {
        width: 100%;
    }

    #pod-module-content .shopcart-content .shopcart-price {
        font-weight: 400;
    }

    #pod-module-content .shopcart-action {
        right: -20px;
    }

    #pod-module-content .shopcart-row {
        flex-wrap: wrap;
    }

    #pod-module-content .shopcart-head.shopcart-row .shopcart-contain {
        display: none;
    }

    #pod-module-content .shopcart-content .shopcart-name {
        margin-right: 0;
        margin-top: 10px;
        width: 100%;
    }

    #pod-module-content .shopcart-contain {
        width: calc(100% - 90px);
    }

    #pod-module-content .shopcart-contain .shopcart-subtotal {
        min-width: fit-content;
    }

    .module-remove-item {
        width: 30px;
    }

    #pod-module-content .confirm-content-box {
        padding-top: 50px;
        font-size: 14px;
        max-width: 100%;
    }

    #pod-module-content .orders-success-text {
        font-family: 'Pacifico', cursive;
        font-size: 28px;
        color: #9dce1f;
        line-height: 30px;
    }

    #pod-module-content .emoji-wrapper {
        width: 30px;
        height: 30px;
        margin-bottom: 12px;
        margin-top: 0px;
    }
    #pod-module-content .orders-success-text {
        font-size: 23px;
    }

    .order-number-text {
        margin-top: 8px;
    }

    #pod-module-content .order-number {
        margin-top: 0;
        line-height: 1;
        font-size: 36px
    }
    #pod-module-content .order-thank-you {
        margin: 16px 0 0;
        max-width: 54vw;
        font-size: 16px;
    }

    #pod-module-content .tshirt {
        overflow: visible;
    }

    .receive-text {
        max-width: 52vw;
        line-height: 1.1
    }
    .receive-text .order-mail {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin: 6px 0;
        width: 100%;
    }

    #pod-module-content .tshirt #tshirt-background {
        width: 100vw !important;
    }

    #pod-module-content .note {
        margin-top: 24px !important
    }

    .md-product-viewed-heading {
        margin-top: 0 !important;
    }

}

@media (max-width: 992px) and (orientation: landscape) {
    #pod-module-content .confirm-content-box {
        padding-top: 90px;
        max-width: 340px;
    }

    #pod-module-content .orders-success-text {
        font-family: 'Pacifico', cursive;
        font-size: 28px;
        color: #9dce1f;
        line-height: 50px;
    }

    #pod-module-content .emoji-wrapper {
        width: 40px;
        height: 40px;
    }
    #pod-module-content .orders-success-text {
        font-size: 40px;
    }
    #pod-module-content .order-thank-you {
        margin-top: 40px;
        font-size: 16px;
    }
}

@media (min-width: 400px) and (max-width: 480px) {
    #pod-module-content .tshirt {
        overflow: inherit;
    }

    #pod-module-content .note {
        margin-top: 48px
    }

    #pod-module-content .emoji-wrapper {
        margin-top: 16px
    }

    .receive-text {
        max-width: 49vw
    }
}
@media (max-width: 320px) {

    #pod-module-content .confirm-content-box {
        padding-top: 50px;
        font-size: 14px;
    }

    #pod-module-content .emoji-wrapper {
        width: 40px;
        height: 40px;
    }
    #pod-module-content .orders-success-text {
        font-size: 18px;
    }
    #pod-module-content .order-message {
        font-size: 12px;
    }
    #pod-module-content .order-thank-you {
        margin-top: 60px;
        font-size: 14px;
    }
    #pod-module-content .order-number {
        font-size: 23px;
    }

}

@media (min-width: 992px) {
    #pod-module-content .cart-sidebar {
        background-color: #f6f6f6;
        padding: 10px 25px
    }

    #pod-module-content .shopcart-footer .shopcart-item {
        min-width: 135px;
        width: 135px;
    }
}

@media (min-width: 992px) and (max-width: 1280px) {
    #pod-module-content .cart-center-col {
        width: 60%;
        padding-right: 25px;
        padding-left: 25px;
    }

    #pod-module-content .cart-sidebar {
        width: 40%
    }
}

@media (min-width: 760px) and (max-width: 992px) {
    #pod-module-content .container-indent {
        width: 90%;
        margin: 0 auto;
    }
    #pod-module-content .confirm-content-box {
        max-width: 400px;
        padding-top: 26px;
    }
    #pod-module-content .emoji-wrapper {
        width: 50px;
        height: 50px;
    }
    #pod-module-content .orders-success-text {
        font-size: 30px;
    }
}


@media (min-width: 770px) and (max-width: 1100px) and (orientation: landscape) {
    .confirm-header.confirm-content-box {
        flex-direction: row !important;
    }

    #pod-module-content .confirm-content-box {
        max-width: 100%;
    }

    .orderMsg {
        width: 40%;
        padding-left: 14%
    }
    .thanksMsg {
        width: 60%;
        padding: 0 0 0 16%
    }

    #pod-module-content .orders-success-text {
        font-size: 28px;
        line-height: 1.1;
        margin-bottom: 15px
    }

    #pod-module-content .emoji-wrapper {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    svg#tshirt-background {
        width: 55vw !important;
        left: 29% !important;
    }

    #pod-module-content .confirm-content-box {
        padding-top: 36px;
    }

    #pod-module-content .order-thank-you {
        margin-top: 0;
    }

    #pod-module-content .confirm-content-box  {
        align-items: flex-start !important;
    }
}

@media (min-width: 770px) and (max-width: 900px) and (orientation: landscape) {
    svg#tshirt-background {
        width: 52vw !important;
        left: 28% !important;
    }

    .orderMsg {
        padding-left: 12%
    }


    #pod-module-content .confirm-content-box {
        padding-top: 26px;
    }
}

/* language debug */
[lang=de] #pod-module-content .shopcart-head .shopcart-contain {
    padding-top: 0
}
[lang=de] #pod-module-content .shopcart-head .shopcart-item.shopcart-subtotal {
    width: 150px;
    text-align: center;
    padding-right: 10px;
}

[lang=de] #pod-module-content .shopcart-head {
    align-items: center;
}

[lang=de] #pod-module-content .shopcart-name {
    max-width: 500px;
}

#formCustomization {
    background-color: #f8f8f8;
    padding: 12px;
    border-radius: 7px;
    margin-bottom: var(--pd);
}

#customizationOptions label {
    user-select: none;
}
#formCustomization .customily-gr .customily-label-asb {
    font-weight: 500;
    position: relative;
    top: 0;
    font-size: 16px;
    pointer-events: none;
    user-select: none;
    left: 0;
    padding: 0;
    background-color: transparent;
    display: block;
    margin-bottom: 6px;
    color: #333;
}

.form-group-remove-background {
    margin-bottom: 8px;
}
.checkbox-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.form-group-remove-background input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.checkbox-label span {
    padding-left: 7px;
    padding-right: 7px;
}

.input-type-checkbox {
    width: 18px;
    height: 18px;
    display: block;
    border: 2px solid var(--flash);
    position: relative;
    border-radius: 3px;
    transition: var(--trans);
}

.input-type-checkbox::after, 
.input-type-checkbox::before {
    content: "";
    width: 2px;
    height: 10px;
    display: block;
    background-color: var(--primary);
    position: absolute;
    opacity: 0;
}
.input-type-checkbox::after {
    transform: rotate(45deg);
    top: 2px;
    left: 8px;
}
.input-type-checkbox::before {
    transform: rotate(-45deg);
    top: 6px;
    left: 3px;
    height: 5px;
}
.uploadFileInput {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}


@media (max-width: 990px) {
    #pod-module-content {
        transform: none;
        margin: 0;
        width: 100%;
    }
    #pod-module-content .list-product-size {
        border-radius: 0;
    }
    #pod-module-content .open-multiple-size {
        border-radius: var(--pr-spacing-09);
    }
    #pod-module-content .custom-product-popup-content .custom-product-popup-item {
        min-height: 200px;
        width: 100%;
        max-height: calc(100% - 80px);
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        position: relative;
        z-index: 2;
        padding: 0.8rem 0.8rem 1.2rem 0.8rem;
    }

    #pod-module-content .custom-product-popup-content {
        height: 100%;
    }

    .custom-product-popup-info {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #pod-module-content .custom-product-control {
        width: 40px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .main-content.is-editing .product-variant-wrapper .product-addtocart, .product-add-bulk-to-cart {
        margin-left: 0.5rem;
        padding: 1rem;
    }

    #pod-module-content .custom-product-quantity {
        margin-right: 0
    }

    .avatar-upload .product-variant-heading {
        font-size: 80%;
    }

    .variant-box {
        flex-wrap: nowrap !important;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .variant-box > * {
        min-width: fit-content;
    }


    #pod-module-content .custom-product-popup-content .custom-product-popup-action-wrapper:after {
        content: "";
        position: absolute;
        top: -30px;
        left: 0;
        height: 30px;
        width: 100%;
        z-index: 123;
        display: block;
        background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
        background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
        pointer-events: none;
    }

    .open-update-item-popup .main-content script + a {
        opacity: 0;
    }

    #pod-module-content .custom-product-popup-variant-wrapper {
        padding: 0 3px;
    }
    
}

@media (min-height: 780px) and (min-width: 1370px) {
    #cart-module-content .checkout-popup-content {
        height: 650px
    }
}

@media (min-width: 990px) {
    .customily-form-content.short + #pod-module-content .product-variant-wrapper > *:only-child .list-product-size {
        top: 100%;
        bottom: auto;
        border: 2px solid var(--primary-lt);
        border-top: none;
        border-radius: 0 0 20px 20px;
    }
    .customily-form-content.short + #pod-module-content .product-variant-wrapper > *:only-child .choose-a-size.product-size-focus{
        border-radius: 24px 24px 0 0;
        border-color: var(--primary-lt);
    }
    #pod-module-content .list-product-size {
        border: 2px solid var(--primary-lt);
        border-bottom-width: 0;
        top: auto;
        bottom: 100%;
        max-height: 350px;
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .customization-content-image {
        --customizationImg: 300px;
        height: var(--customizationImg);
        min-height: 1px;
        position: sticky;
        top: -85vw;
        height: 100vw;
        left: 0;
        transform: all 300ms ease-in-out;
        z-index: 3;
    }
    .customization-content-image .personalization-canvas {
        width: 100vw;
    }
    #formCustomization {
        margin: 0 var(--pd) var(--pd);
    }
}