﻿
:root {
    --tee-primary-color: #1350de;
    --tee-primary-darken-color: #0f3faf;
    --tee-primary-lighten-color: #366dee;
    --tee-buynow-button-color: #333;
    --tee-buynow-button-text-color: #fff;
    --tee-buynow-button-hover-color: #262626;
    --tee-buynow-button-hover-text-color: #fff;
    --tee-personalize-button-color: #1350de;
    --tee-personalize-button-text-color: #fff;
    --tee-personalize-button-hover-color: #1148c7;
    --tee-personalize-button-hover-text-color: #fff;
    --tee-compare-price-color: #676767;
    --tee-saving-price-color: #f70073;
    --tee-clipart-boxshadow-active: 0 0 0 3px #fff,0 0 0 4px #1350de;
    --tee-success-message-color: #1350de;
    --tee-clipart-bubble-padding: 4px 8px;
    --tee-clipart-bubble-bg-color: rgba(0,0,0,0.85);
    --tee-clipart-bubble-border-radius: 4px;
    --tee-clipart-bubble-arrow-width: 6px;
    --tee-clipart-bubble-zindex: 1000;
    --tee-slide-bg: #fff;
    --tee-image-placement-spacing: 20px
}
.teeinblue-enabled .productView-action,
.teeinblue-enabled .productView-price,
.teeinblue-enabled .productView-quantity,
.teeinblue-enabled .productView-stickyCart,
.teeinblue-enabled .productView-subtotal {
    display: none !important;
}

/*color picker*/
.tee-colorpicker{position:relative;display:inline-flex}.tee-colorpicker-handle{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;cursor:pointer;background:#fff;border-radius:5px;box-shadow:0 0 3px rgba(0,0,0,.2)}.tee-colorpicker-icon{display:inline-flex}.tee-colorpicker-icon svg{fill:currentColor!important;width:16px!important;height:16px!important}.tee-colorpicker-body{position:absolute;z-index:99;top:calc(100% + 5px);left:0}.tee-colorpicker-body div:empty{display:block}.tee-color.vc-chrome{width:190px}

.button.button-view-preview.button-blue {
    background: #0095ff;
    border-color: #0095ff;
    color: #fff;
}
.hidden {
    display: none !important;
}

.button.button-view-preview {
    background-color: #fff;
    color: #000;
}
#halo-common-popup .wrapper-content .customized-preview-container img {
    max-height: none;max-width:none;
}
.customized-preview-container .tee-mockup {
    width: 100%;
    height: 100%;
}
.teeinblue-hidden {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}

    .teeinblue-hidden svg {
        width: 1200px;
        height: auto;
        max-width: 1400px;
        overflow: hidden
    }

.teeinblue-item, .teeinblue-item *, .teeinblue-item:after, .teeinblue-item :after, .teeinblue-item:before, .teeinblue-item :before {
    box-sizing: border-box
}

.tee-gallery-content {
    position: relative;
    font-size: 14px
}
.tee-thumbnail .tee-mockup-item .tee-mockup {
    width: 100%;
    height: 100%;
}
.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single,.irs--round .irs-bar{background-color:#4cc249!important}
.irs--round .irs-handle{border-color:#4cc249!important}
.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before{border-top-color:#4cc249!important;}
.tee-gallery-content, .tee-gallery-content *, .tee-gallery-content:after, .tee-gallery-content :after, .tee-gallery-content:before, .tee-gallery-content :before {
    box-sizing: border-box
}

        .tee-gallery-content ~ * {
            display: none !important
        }
.productView-top{max-width:1400px;margin:0 auto;}
.productView-top * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 

@media screen and (max-width:768px) {
    .tee-layout-col {
        flex: 1 1 100%;
        width: 100%
    }
}

@media screen and (min-width:768px) {
    .tee-layout-col-6 {
        flex: 0 0 50%;
        width: 50%
    }
}

.tee-layout-col--scroller {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.sr-only, .tee-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}

.tee-unscrollable {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.tee-text-muted {
    opacity: .7
}

.tee-font-italic {
    font-style: italic !important
}

.tee-hide-button {
    display: none !important
}

    .tee-hide-button.disabled, .tee-hide-button[aria-disabled], .tee-hide-button[disabled], .tee-overlap-button {
        display: block !important
    }

        .tee-hide-button.disabled ~ .tee-overlap-button, .tee-hide-button[aria-disabled] ~ .tee-overlap-button, .tee-hide-button[disabled] ~ .tee-overlap-button {
            display: none !important
        }

.tee-loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: TeeEllipsis .9s steps(4) infinite;
    animation: TeeEllipsis .9s steps(4) infinite;
    content: "…";
    width: 0
}

@-webkit-keyframes TeeFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes TeeFadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media(prefers-reduced-motion:reduce) {
    .teeinblue-hidden svg {
        visibility: visible
    }
}

@-webkit-keyframes TeeLoadingDot {
    0% {
        background-color: #888;
        transform: scale(1)
    }

    50% {
        background-color: #333;
        transform: scale(1.3)
    }

    to {
        background-color: #888;
        transform: scale(1)
    }
}

@keyframes TeeLoadingDot {
    0% {
        background-color: #888;
        transform: scale(1)
    }

    50% {
        background-color: #333;
        transform: scale(1.3)
    }

    to {
        background-color: #888;
        transform: scale(1)
    }
}

.tee-switch {
    display: inline-flex;
    align-items: center;
    margin-right: .5em;
    padding-left: 45px
}

.customized-editor-form input[type=checkbox] + label {
     padding-left:0px!important; 
    margin-bottom: 0px!important;
    
}
    .customized-editor-form input[type=checkbox] + label:before {
        display: none !important;
    }

.customized-editor-form input[type=checkbox] + label:after {
  display:none!important;
}

.tee-switch__input {
    clip:unset!important;
    display: inline-flex !important;
    flex: 0 0 40px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    margin: 0 0 0 -45px !important;
    background-color: #bfcbd9 !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: 0 !important;
    border-radius: 40px;
    transition: background-position .15s ease-in-out;
    border: none !important;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    cursor: pointer
}

@media(prefers-reduced-motion:reduce) {
    .tee-switch__input {
        transition: none
    }
}

.tee-switch__input:checked {
    background-color: #4cc249 !important;
    background-position: 100% !important
}

.tee-switch__label {
    display: inline-block !important;
    margin: 0 0 0 10px !important;
    font-size: 1em !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.25;
    text-transform: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent
}

.tee-block {
    margin-bottom: 15px
}

.tee-image--placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 1;
    visibility: visible
}

.tee-image--loader, .tee-image--placeholder {
    z-index: 100;
    transition: visibility .25s linear,opacity .25s linear
}

.tee-image--loader {
    position: absolute !important;
    width: 20px !important;
    height: 20px !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important
}

.tee-loading {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: baseline
}

.tee-loading__dot {
    -webkit-animation: TeeLoadingDot 1s ease-in-out infinite;
    animation: TeeLoadingDot 1s ease-in-out infinite;
    display: inline-flex;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #888
}

    .tee-loading__dot + .tee-loading__dot {
        margin-left: 3px
    }

    .tee-loading__dot:nth-of-type(2) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    .tee-loading__dot:nth-of-type(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

.tee-icon-loading {
    width: 24px;
    height: 24px
}

.tee-icon-loading--sm {
    width: 20px;
    height: 20px
}

.tee-field {
    margin-bottom: 25px
}

    .tee-field:last-child {
        margin-bottom: 0
    }

.tee-field__heading {
    display: block !important;
    font-size: 1em !important;
    font-weight: 600 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.4;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent
}

.tee-field__input {
    position: relative
}

.tee-field__subfield {
    margin-top: 10px
}

    .tee-field__subfield .tee-field__heading {
        font-size: .9em !important
    }

.tee-required-message {
    display: none;
    margin-left: 5px;
    font-size: .9em;
    font-weight: 400;
    font-style: italic;
    color: #ea4335
}

.tee-required .tee-required-message {
    display: inline-block
}

.tee-asterisk {
    margin-left: 5px;
    color: #ea4335
}

.tee__input {
    display: block;
    width: 100%;
    max-width: none !important;
    height: 40px;
    min-height: 40px;
    margin: 0 !important;
    padding: 7px 15px 7px 15px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    outline: 0;
    box-shadow: none;
    font-size: 1em;
    transition: border-color .3s ease-out;
    font-feature-settings: "kern" 0,"calt" 0,"liga" 0,"clig" 0,"dlig" 0,"hlig" 0,"init" 0,"medi" 0,"fina" 0;
    -webkit-font-kerning: none;
    font-kerning: none
}

    .tee__input[type=date] {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        line-height: 40px !important;
        min-height: 40px !important;
        height: 40px !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .tee__input::-webkit-input-placeholder {
        color: #949494
    }

    .tee__input::-moz-placeholder {
        color: #949494
    }

    .tee__input:-ms-input-placeholder {
        color: #949494
    }

    .tee__input:-moz-placeholder {
        color: #949494
    }

    .tee__input:focus {
        border-color: var(--tee-primary-color)
    }

    .tee__input.tee__input--has-limit, .tee__input.tee__input--has-range {
        padding-right: 50px
    }

.tee-required .tee__input {
    border-color: #ea4335
}


.tee__paragraph {
    display: block;
    width: 100%;
    max-width: initial !important;
    height: var(--tee-form-input-height, 40px);
    min-height: var(--tee-form-input-height, 40px);
    margin: 0 !important;
    padding: 7px 15px;
    background-color: var(--tee-form-input-bg-color, #fff);
    border: 1px solid var(--tee-customize-main-form-border-color, #d6d6d6);
    border-radius: var(--tee-form-input-border-radius, 3px);
    outline: 0;
    box-shadow: none;
    font-size: var(--tee-form-input-font-size, 1em);
    transition: border-color .3s ease-out;
    color: var(--tee-form-input-color, inherit);
    -webkit-font-feature-settings: "kern" 0,"calt" 0,"liga" 0,"clig" 0,"dlig" 0,"hlig" 0,"init" 0,"medi" 0,"fina" 0;
    font-feature-settings: "kern" 0,"calt" 0,"liga" 0,"clig" 0,"dlig" 0,"hlig" 0,"init" 0,"medi" 0,"fina" 0;
    -webkit-font-kerning: none;
    font-kerning: none;
    height: initial;
    resize: none
}
.tee__input--date {
    display: inline-block;
    width: auto
}

.tee__input--text {
    padding-right: 35px
}

.tee-input-hint, .tee-maxlength-warning {
    display: inline-block;
    margin-top: 8px;
    font-size: .9em
}

.tee-field__total-characters {
    position: absolute;
    top: 50%;
    right: 10px;
    opacity: .4;
    transform: translateY(-50%)
}

.tee-custom-select__input {
    display: flex;
    align-items: center;
    height: 40px;
    min-height: 40px;
    padding: 7px 35px 7px 15px;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    font-size: 1em;
    line-height: 1.25;
    transition: border-color .3s ease-out
}

    .tee-custom-select__input:hover {
        border-color: var(--tee-primary-color);
        cursor: pointer
    }

.tee-custom-select__search-input {
    display: flex;
    align-items: center;
    height: 38px;
    padding: 7px 0 7px 15px !important;
    margin: 0 -35px 0 -15px;
    background-color: #fff;
    width: 100%;
    border: none !important;
    font-size: 1em;
    line-height: 1.25;
    min-height: unset !important
}

    .tee-custom-select__search-input:focus {
        outline: none
    }

    .tee-custom-select__search-input:focus-visible {
        box-shadow: none;
        outline-offset: unset
    }

.tee-custom-select__current {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.tee-custom-select__list {
    position: absolute !important;
    z-index: 30 !important;
    width: 100% !important;
    max-height: 265.5px;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #fff !important;
    border: 1px solid #d6d6d6;
    box-shadow: 1px 2px 6px 3px rgba(0,0,0,.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease-out;
    overflow: hidden auto
}

    .tee-custom-select__list.tee-show {
        opacity: 1;
        visibility: visible
    }

@media(max-width:575.98px) {
    .tee-custom-select__list {
        max-height: 261px
    }
}

.tee-custom-select__option {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.tee-custom-select-item {
    display: flex;
    align-items: center;
    padding: 7px 15px
}

    .tee-custom-select-item.tee-active, .tee-custom-select-item:hover {
        background-color: #f6f6f9;
        cursor: pointer
    }

.tee-custom-select-item__thumbnail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    margin-right: 15px;
    background-color: transparent;
    border: 1px solid #d6d6d6;
    border-radius: 3px;
    overflow: hidden
}

    .tee-custom-select-item__thumbnail img {
        max-width: 100%;
        height: auto
    }

@media(max-width:575.98px) {
    .tee-custom-select-item__thumbnail {
        width: 44px;
        height: 44px
    }
}

.tee-custom-select-item__text {
    font-size: 1em
}

@media(max-width:575.98px) {
    .tee-custom-select-item__text {
        font-size: .9em
    }
}

.tee-clipart-row {
    display: flex;
    flex-wrap: wrap;
    margin: -6px 0 -6px -6px;
    width: calc(100% + 12px)
}

@media(max-width:575.98px) {
    .tee-clipart-row {
        margin: -5px 0 0 -5px;
        width: calc(100% + 10px)
    }
}

.tee-row {
    margin: -8px 0 0 0;
    display: flex;
    flex-wrap: wrap
}

.tee-radio {
    position: relative;
    display: inline-flex;
    margin: 8px 8px 0 0;
    background: #fff;
    border: 1px solid #d6d6d6;
    border-radius: 3px
}

    .tee-radio:hover > label {
        white-space: nowrap;
        border-color: var(--tee-primary-color)
    }

    .tee-radio > input {
        display: none !important
    }

    .tee-radio.tee-radio--unavailable {
        opacity: .5;
        pointer-events: none
    }

        .tee-radio.tee-radio--unavailable > label {
            text-decoration: line-through
        }

    .tee-radio.active {
        border-color: var(--tee-primary-color) !important;
        color: var(--tee-primary-color) !important;
        box-shadow: 0 0 3px rgba(0,0,0,.2)
    }

.tee-radio-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    min-width: 40px !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 3px 12px !important;
    border: 0 !important;
    transition: all .3s ease-out;
    font-size: inherit !important;
    font-weight: 400 !important;
    letter-spacing: 0;
    line-height: 1.25;
    cursor: pointer;
    white-space: nowrap !important;
    background-image: none !important
}

.tee-clipart-row--radio-btn {
    margin: 0
}

    .tee-clipart-row--radio-btn .tee-radio-label {
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        text-transform: none;
        font-weight: 400
    }

.tee-clipart-col {
    flex: 0 0 16.66667%;
    padding: 6px;
    min-width: 62px;
    max-width: 77px
}

@media(max-width:1199.98px) {
    .tee-clipart-col {
        flex: 0 0 20%;
        padding: 5px;
        min-width: 55px
    }
}

@media(max-width:575.98px) {
    .tee-clipart-col {
        padding: 5px;
        min-width: 55px
    }
}

@media screen and (max-width:320px) {
    .tee-clipart-col {
        flex: 0 0 25%
    }
}

.tee-clipart {
    min-width: 50px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,0,0,.2);
    transition: box-shadow .3s ease-out;
    border-radius: 3px;
    border: 1px solid transparent
}

@media(max-width:1199.98px) {
    .tee-clipart {
        min-width: 45px
    }
}

.tee-clipart:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.tee-clipart.active {
    border-color: var(--tee-primary-color)
}

.tee-clipart-label {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    display: flex !important;
    margin: 0 !important;
    padding: 3px !important;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    height: 100% !important;
    background-position: contain;
    background-repeat: no-repeat;
    background-image: none !important;
    cursor: pointer
}
.tee-thumbnail.goods_360views .tee-thumbnail-inner img.goods_img_item {
    margin-top: 20px;
}

    .tee-clipart-label, .tee-clipart-label img {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-user-drag: none;
        -webkit-tap-highlight-color: transparent
    }

        .tee-clipart-label img {
            display: block !important;
            width: auto !important;
            max-width: 100% !important;
            max-height: 100% !important;
            height: auto !important;
            transition: all .25s ease-out;
            pointer-events: none
        }

            .tee-clipart-label img[lazy=loaded] {
                -webkit-animation-duration: .5s;
                animation-duration: .5s;
                -webkit-animation-fill-mode: both;
                animation-fill-mode: both;
                -webkit-animation-name: TeeFadeIn;
                animation-name: TeeFadeIn
            }

.tee-clipart-color {
    display: block !important;
    width: 100%;
    height: 100%
}

.tee-clipart-label__text {
    position: absolute;
    display: -webkit-box;
    max-width: calc(100% - 10px);
    max-height: calc(100% - 10px);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.tee-checkbox-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    z-index: -1 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    padding: 0 !important;
    margin: 0 !important
}

.tee-clipart-placeholder {
    opacity: .8;
    font-style: italic;
    font-size: .9em
}

.tee-clipart-checkmark {
    display: block;
    vertical-align: middle;
    position: absolute;
    z-index: 10;
    bottom: 0;
    right: 0;
    fill: #fff !important;
    stroke:#fff!important; width: 18px;
    height: 18px;
    stroke-width: 4;
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0 0 0 30px var(--tee-primary-color);
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent
}

.tee-clipart-checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 0
}

.tee-clipart-spinner {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://cdn.teeinblue.com/common/loading.svg);
    background-size: 20px 20px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: hsla(0,0%,100%,.5)
}

.tee-select-wrapper {
    position: relative;
    min-width: 150px;
    margin-bottom: 10px
}

    .tee-select-wrapper svg {
        position: absolute;
        z-index: 10;
        top: 50%;
        right: 16px;
        width: 10px;
        height: auto;
        transform: translateY(-50%);
        pointer-events: none
    }

    .tee-select-wrapper:last-child {
        margin-bottom: 0
    }

.tee-field__select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    width: 100% !important;
    max-width: none !important;
    height: 40px;
    padding: 7px 35px 7px 15px !important;
    margin: 0 !important;
    background-color: #fff;
    background-image: none !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 3px;
    outline: 0;
    font-size: 1em;
    line-height: 1.25;
    transition: border-color .3s ease-out
}

    .tee-field__select:focus, .tee-field__select:hover {
        border-color: var(--tee-primary-color) !important;
        cursor: pointer;
        outline: 0
    }

.tee-clipart-bubble--enable:before {
    content: attr(data-title) "";
    bottom: calc(100% + 10px);
    z-index: var(--tee-clipart-bubble-zindex);
    padding: var(--tee-clipart-bubble-padding);
    text-align: center;
    white-space: nowrap;
    width: auto;
    color: #fff;
    font-weight: 400;
    background-color: var(--tee-clipart-bubble-bg-color);
    border-radius: var(--tee-clipart-bubble-border-radius);
    pointer-events: none
}

.tee-clipart-bubble--enable:after, .tee-clipart-bubble--enable:before {
    display: block;
    position: absolute;
    left: 50%;
    opacity: 0;
    transform: translate3d(-50%,8px,0);
    transition: opacity .15s linear,transform .3s ease-in-out
}

.tee-clipart-bubble--enable:after {
    content: "";
    bottom: calc(100% + -2px);
    width: 0;
    height: 0;
    border: var(--tee-clipart-bubble-arrow-width) solid transparent;
    border-top-color: var(--tee-clipart-bubble-bg-color)
}

.tee-clipart-bubble--enable:hover:after, .tee-clipart-bubble--enable:hover:before {
    opacity: 1;
    transform: translate3d(-50%,0,0)
}

.tee-quantity {
    min-width: 0
}

.tee-quantity-group {
    display: flex
}

.tee-quantity-input {
    display: block;
    width: 100%;
    flex: 0 0 40%;
    height: 50px !important;
    min-width: 60px !important;
    min-height: 50px !important;
    margin: 0 !important;
    padding: 7px 5px !important;
    background-color: #fff !important;
    border: 1px solid #d6d6d6 !important;
    border-radius: 0 !important;
    outline: 0 !important;
    box-shadow: none;
    font-size: 1em;
    text-align: center;
    transition: border-color .3s ease-out;
    -moz-appearance: textfield !important
}

    .tee-quantity-input::-webkit-inner-spin-button, .tee-quantity-input::-webkit-outer-spin-button {
        -webkit-appearance: none !important;
        margin: 0 !important
    }

    .tee-quantity-input::-webkit-input-placeholder {
        color: #949494
    }

    .tee-quantity-input::-moz-placeholder {
        color: #949494
    }

    .tee-quantity-input:-ms-input-placeholder {
        color: #949494
    }

    .tee-quantity-input:-moz-placeholder {
        color: #949494
    }

@media(max-width:767.98px) {
    .tee-quantity-input {
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important
    }
}

.tee-quantity-handle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    flex: 0 0 30%;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    cursor: pointer
}

    .tee-quantity-handle svg {
        width: 18px;
        height: 18px;
        max-width: 100%;
        pointer-events: none
    }

@media(max-width:767.98px) {
    .tee-quantity-handle {
        height: 40px
    }

        .tee-quantity-handle svg {
            width: 14px
        }
}

.tee-quantity-minus {
    margin-right: -1px
}

.tee-quantity-plus {
    margin-left: -1px
}

.tee-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: 50px !important;
    margin: 0;
    padding: .3em 1.5em !important;
    border: 1px solid transparent;
    border-radius: 0;
    outline: 0;
    font-size: 1em;
    font-weight: 600;
    line-height: 1.25;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .tee-btn:hover {
        cursor: pointer
    }

    .tee-btn:disabled {
        opacity: .7
    }

@media(max-width:767.98px) {
    .tee-btn {
        height: 40px;
        min-height: 40px !important
    }
}

.tee-btn--sm {
    height: 40px;
    min-height: 40px !important;
    padding: .2em 1em !important;
    line-height: 1.25;
    font-size: 1em;
    font-weight: 400
}

.tee-btn--rounded {
    border-radius: 4px
}

.tee-btn--full {
    flex-basis: 100%;
    width: 100%
}

    .tee-btn--full + .tee-btn--full {
        margin-top: 8px
    }

.tee-btn--atc {
    flex: 1 1 auto;
    background-color: var(--tee-primary-color);
    color: #fff
}

    .tee-btn--atc:active:not(:disabled), .tee-btn--atc:focus:not(:disabled), .tee-btn--atc:hover:not(:disabled) {
        background-color: var(--tee-primary-darken-color);
        color: #fff
    }

.tee-btn--buynow {
    flex: 1 1 auto;
    background-color: var(--tee-buynow-button-color);
    color: var(--tee-buynow-button-text-color)
}

    .tee-btn--buynow:active:not(:disabled), .tee-btn--buynow:focus:not(:disabled), .tee-btn--buynow:hover:not(:disabled) {
        background-color: var(--tee-buynow-button-hover-color);
        color: var(--tee-buynow-button-hover-text-color)
    }

.tee-btn--atc + .tee-btn--buynow {
    flex: 1 1 100%;
    margin-top: 8px
}

.tee-spinner {
    display: inline-block;
    line-height: 24px
}

    .tee-spinner svg {
        fill: currentColor;
        vertical-align: middle
    }

.tee-spinner--sm {
    line-height: 20px
}

.tee-btn--preview {
    height: 40px;
    min-height: 40px !important;
    background-color: #fff;
    border-color: var(--tee-primary-lighten-color);
    color: var(--tee-primary-lighten-color)
}

    .tee-btn--preview:active, .tee-btn--preview:focus, .tee-btn--preview:hover {
        background-color: var(--tee-primary-lighten-color);
        color: #fff
    }

@media(max-width:767.98px) {
    .tee-btn--preview {
        height: 32px;
        min-height: 32px !important
    }
}

.tee-btn-wrapper--personalize {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 -1px 3px 0 rgba(0,0,0,.15)
}

.tee-btn--personalize, .tee-btn--primary {
    background-color: var(--tee-personalize-button-color);
    color: var(--tee-personalize-button-text-color)
}

    .tee-btn--personalize:active:not(:disabled), .tee-btn--personalize:focus:not(:disabled), .tee-btn--personalize:hover:not(:disabled), .tee-btn--primary:active:not(:disabled), .tee-btn--primary:focus:not(:disabled), .tee-btn--primary:hover:not(:disabled) {
        background-color: var(--tee-personalize-button-hover-color);
        color: var(--tee-personalize-button-hover-text-color)
    }

.tee-btn--zoom {
    background: transparent
}

@media(hover) {
    .tee-btn--zoom:hover {
        background-color: #f6f6f9
    }
}

.tee-btn--recustomize {
    margin-left: 5px
}

.tee-btn--upload > * {
    pointer-events: none
}

.tee-btn__text + .tee-spinner {
    margin-left: 5px
}

.tee-option {
    display: block;
    margin-bottom: 25px
}

.tee-option__title {
    display: block;
    margin: 0 0 7px !important;
    color: inherit !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-size: 1em !important;
    font-family: inherit !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important
}

.tee-option-inner {
    display: flex;
    flex-wrap: wrap
}

.tee-swatch {
    border-color: transparent
}

    .tee-swatch .tee-radio-label {
        padding: 3px !important;
        width: auto !important;
        height: auto !important;
        min-width: 0 !important
    }

.tee-swatch--color {
    width: 30px;
    height: 30px;
    box-shadow: 0 0 2px rgba(0,0,0,.75)
}

.tee-swatch--square, .tee-swatch--square .tee-swatch--color {
    border-radius: 0
}

.tee-swatch--circle, .tee-swatch--circle .tee-swatch--color {
    border-radius: 50%
}

.tee-swatch--round, .tee-swatch--round .tee-swatch--color {
    border-radius: 3px
}

.tee-layer-text {
    letter-spacing: normal;
    line-height: normal;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeSpeed
}

    .tee-layer-text text {
        transition: opacity .25s ease-out;
        white-space: pre;
        font-variant-ligatures: none;
        font-feature-settings: "kern" 0,"calt" 0,"liga" 0,"clig" 0,"dlig" 0,"hlig" 0,"init" 0,"medi" 0,"fina" 0;
        -webkit-font-kerning: none;
        font-kerning: none
    }

.tee-layer-text--invisible {
    opacity: 0;
    visibility: hidden
}

.tee-layer-paragraph text {
    font-variant-ligatures: none;
    white-space: pre;
    font-feature-settings: "kern" 0,"calt" 0,"liga" 0,"clig" 0,"dlig" 0,"hlig" 0,"init" 0,"medi" 0,"fina" 0;
    -webkit-font-kerning: none;
    font-kerning: none
}

.tee-layer-paragraph .tee-paragraph-hidden {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden
}

.tee-layer-image {
    pointer-events: none
}

.tee-layer-spiral-text text {
    font-variant-ligatures: none;
    white-space: nowrap;
    font-feature-settings: "kern" 0,"calt" 0,"liga" 0,"clig" 0,"dlig" 0,"hlig" 0,"init" 0,"medi" 0,"fina" 0;
    -webkit-font-kerning: none;
    font-kerning: none
}

.tee-layer-group__frame {
    pointer-events: none
}

.tee-layer-photo__frame--clickable {
    cursor: pointer
}

.tee-form-wrapper {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: TeeFadeIn;
    animation-name: TeeFadeIn
}

.tee-customization-wrapper {
    width: 100%
}

.tee-price--compare-wrapper, .tee-product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.tee-price--current {
    width: auto !important;
    font-size: 1.6em;
    font-weight: 600;
    color: var(--tee-primary-color);
    line-height: 1.25 !important
}

.tee-price--compare {
    margin-left: 7px;
    font-size: 1.3em;
    font-weight: 400;
    text-decoration: line-through;
    color: var(--tee-compare-price-color)
}

.tee-price--saving {
    display: inline-flex;
    white-space: nowrap;
    font-size: .9em;
    color: var(--tee-saving-price-color);
    border-color: var(--tee-saving-price-color);
    border-style: solid;
    border-width: 2px;
    margin-left: 7px;
    padding: 0 5px;
    border-radius: 4px
}

.tee-price--saving-text {
    margin-right: 3px
}

.tee-price--unavailable {
    font-size: 1.2em;
    font-style: italic;
    color: #767676
}

.tee-form-inputs, .tee-form-inputs-loading {
    padding: 10px;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
}
    .tee-form-inputs-loading{position:relative;padding:20px;margin-top:1em;}

    .tee-visibility-control {
        margin: 0 0 12.5px;
        line-height: 1
    }

.tee-form-actions {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px
}

@media(max-width:767.98px) {
    .tee-form-actions:not(.tee-form-actions--no-sticky) {
        background: #fff;
        position: -webkit-sticky;
        position: sticky;
        z-index: 20;
        bottom: 0
    }
}

.tee-form-action + .tee-form-action {
    margin-top: 8px
}

.tee-form-atc-wrapper {
    display: flex;
    flex-wrap: wrap
}

    .tee-form-atc-wrapper .tee-quantity {
        flex: 0 0 150px;
        margin-right: 8px
    }

@media(max-width:767.98px) {
    .tee-form-atc-wrapper .tee-quantity {
        flex-basis: 110px;
        margin-right: 3px
    }

    .tee-form-atc-wrapper .tee-btn--atc {
        flex: 1 1 auto;
        min-width: 0;
        padding: .6em !important
    }
}

.tee-form-responses {
    margin-top: 15px;
    margin-bottom: 10px
}

    .tee-form-responses:empty {
        margin-top: 0
    }

.tee-description {
    margin-top: 20px;
    margin-bottom: 15px
}

    .tee-description p {
        margin: 0;
        line-height: 1.25
    }

    .tee-description ol {
        list-style: decimal outside
    }

        .tee-description ol li {
            list-style: inherit
        }

    .tee-description ul {
        list-style: initial
    }

        .tee-description ul li {
            list-style: inherit
        }

.tee-response {
    color: var(--tee-success-message-color)
}

    .tee-response > a {
        position: relative;
        font-weight: 600;
        text-decoration: none;
        color: inherit
    }

        .tee-response > a:after {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 2px;
            display: block;
            width: calc(100% - 4px);
            height: 0;
            border-bottom: 1px solid;
            opacity: 0;
            transform: scaleX(0);
            transition: opacity .2s ease-out,transform .3s ease-out
        }

        .tee-response > a:hover {
            color: inherit
        }

            .tee-response > a:hover:after {
                opacity: 1;
                transform: scaleX(1)
            }

.tee-error {
    color: #ea4335
}

.tee-error__description {
    display: block
}

.tee-form-toggle {
    margin-top: 20px
}

.tee-price-addons {
    background-color: #fcf2ce;
    border: 1px solid #ffc500;
    padding: 5px 10px;
    margin-bottom: 10px
}

.tee-gallery-content {
    display: block;
    width: 100%
}

.tee-gallery {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent
}

.tee-slider {
    position: relative;
    width: 100%
}

.tee-slider__inner {
    position: relative;
    background-color: var(--tee-slide-bg);
    height: 100%
}

    .tee-slider__inner:after {
        content: "";
        display: block;
        padding-bottom: 100%
    }

.tee-img, .tee-slide, .tee-slider__track {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1
}

.tee-img {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

.tee-img-semantic {
    position: absolute;
    z-index: -1;
    opacity: 0;
    visibility: hidden
}

.tee-slide {
    transition: opacity .5s ease;
    overflow: hidden;
    background: var(--tee-slide-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    display: none
}

.tee-slide--active {
    display: flex;
    z-index: 9999
}

.tee-slider__button {
    position: absolute !important;
    top: 50%;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto !important;
    min-height: 40px !important;
    width: 40px !important;
    height: 40px !important;
    padding: 0 !important;
    background: #000 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none;
    color: #fff !important;
    opacity: .3;
    transform: translateY(-50%);
    transition: opacity .25s ease-out;
    cursor: pointer
}

    .tee-slider__button:hover {
        opacity: 1
    }

    .tee-slider__button svg {
        width: 16px;
        height: 16px;
        fill: currentColor
    }

@media(max-width:575.98px) {
    .tee-slider__button.tee-slider__button--mobile-hidden {
        display: none
    }
}

.tee-slider__button--next {
    left: auto;
    right: 0
}

.tee-slider__dots {
    list-style: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 2;
    margin: 0;
    padding: 0
}

    .tee-slider__dots li {
        display: inline-block !important;
        margin: 0 3px !important;
        padding: 4px !important
    }

        .tee-slider__dots li button {
            background: transparent;
            color: #343a40 !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
            width: auto !important;
            max-width: auto !important;
            min-width: auto !important;
            height: auto !important;
            outline: none !important;
            box-shadow: none !important;
            font-size: 12px !important;
            text-shadow: 1px 1px 2px #efefef;
            cursor: pointer
        }

            .tee-slider__dots li button:after {
                content: "";
                display: inline-block;
                vertical-align: middle;
                width: 0;
                height: 1px;
                margin-left: 5px;
                background-color: #222;
                transition: width .25s
            }

        .tee-slider__dots li.active button {
            color: #000 !important;
            font-weight: 700 !important
        }

            .tee-slider__dots li.active button:after {
                width: 20px
            }

.tee-thumbnails-placeholder {
    flex: 1 1 100%
}

.tee-thumbnails {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    overflow: hidden
}

.tee-thumbnails__button {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    background: #000;
    min-width: auto !important;
    width: 20px;
    height: 40px;
    padding: 0;
    border: 0;
    outline: none;
    color: #fff;
    opacity: .3;
    transform: translateY(-50%);
    transition: opacity .25s ease-out;
    display: flex;
    align-items: center;
    justify-content: center
}

    .tee-thumbnails__button:hover {
        opacity: 1
    }

    .tee-thumbnails__button svg {
        width: 14px;
        height: 14px;
        fill: currentColor
    }

.tee-thumbnails__button--next {
    right: 0;
    left: auto
}

.tee-thumbnails__track {
    display: flex;
    flex-direction: row;
    margin: 0;
    transition: transform .25s ease
}
 
 


.tee-thumbnail-img {
    background-color: var(--tee-slide-bg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%
}

    .tee-thumbnail-img:after {
        content: "";
        display: block;
        padding-bottom: 100%
    }
    
.tee-photo-label {
    position: relative;
    display: inline-flex;
    margin-bottom: 10px
}

.tee-photo-uploading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: hsla(0,0%,100%,.75)
}

.tee-photo-uploaded {
    display: inline-flex;
    box-shadow: 0 0 3px rgba(0,0,0,.1);
    background: #fff;
    min-height:60px;
    min-width:60px;
}

.tee-photo-placeholder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    border: 2px solid #d6d6d6;
    border-radius: .5em;
}

    .tee-photo-placeholder .icon-placeholder {
        width: 60px;
        height: auto;
        opacity: .4
    }

.tee-photo-image {
    margin: 5px;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    max-width: 150px !important;
    max-height: 150px !important;
    min-width: 1px;
    min-height: 1px
}

    .tee-photo-image[src$=svg] {
        min-width: 100px;
        min-height: 100px
    }

.tee-photo-input {
    position: relative
}

    .tee-photo-input > input {
        width: 0;
        height: 0;
        position: absolute;
        padding: 0;
        margin: 0;
        min-height: 0;
        min-width: 0;
        opacity: 0 !important;
        visibility: hidden
    }

.tee-photo-action {
    position: relative
}

    .tee-photo-action .tee-btn, .tee-photo-action .tee-song__btn {
        height: calc(100% - 6px) !important;
        min-height: 30px !important;
        max-height: 40px;
        margin: 0;
        padding: .3em 1em !important;
        background: transparent;
        border-color: var(--tee-primary-lighten-color);
        font-weight: 400;
        border-radius: 3px;
        margin-right: 5px;
        margin-bottom: 5px
    }

        .tee-photo-action .tee-btn, .tee-photo-action .tee-btn span, .tee-photo-action .tee-song__btn, .tee-photo-action .tee-song__btn span {
            color: inherit;
            font-family: inherit;
            font-weight: inherit;
            font-style: inherit;
            font-size: inherit
        }

            .tee-photo-action .tee-btn .tee-loading, .tee-photo-action .tee-song__btn .tee-loading {
                margin-left: 3px
            }

.tee-upload-instruction, .tee-text-instruction {
    margin-bottom: 0;
    font-style: italic;
    color: #767676
}

.tee-photo-message {
    font-size: .9em;
    font-style: italic;
    font-weight: 400
}

.tee-photo-error {
    color: #ea4335
}
.tee-thumbnail-img--1-1:after {
    padding-bottom: 100%
}

.tee-sticky-gallery {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    padding-top: 20px;
    background: #fff
}

.tee-sticky-gallery--active {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.tee-mockup-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.tee-mockup-item--loaded .tee-image--loader, .tee-mockup-item--loaded .tee-image--placeholder {
    opacity: 0;
    visibility: hidden
}

.tee-mockup {
    pointer-events: none !important;
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.tee-mockup-image {
    display: block !important;
    max-width: none !important;
    max-height: none !important;
    min-width: 0 !important;
    min-height: 0 !important
}

    .tee-mockup-image[lazy=loading], .tee-mockup-image[lazy=loading] ~ * {
        opacity: 0
    }

.tee-printarea-wrapper {
    position: absolute
}

.tee-printarea-wrapper--image {
    pointer-events: none
}

    .tee-printarea-wrapper--image > img {
        display: block;
        width: 100%;
        height: 100%;
        max-width:100%;
    }

.tee-printarea {
    position: relative;
    width: inherit !important;
    height: inherit !important;
    vertical-align: initial !important
}


.tee-thumbnails .tee-printarea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tee-masked-definition {
    position: absolute;
    width: 0;
    height: 0
}

.tee-mockup-artwork {
    overflow: hidden
}

    .tee-mockup-artwork image {
        display: initial
    }

.tee-mockup-thumbnail {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.tee-preview__artworks, .tee-preview__mockup {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 15px;
    min-width: 1px
}

@media(min-width:768px) {
    .tee-preview__artworks, .tee-preview__mockup {
        flex-wrap: nowrap
    }
}

.tee-preview__artwork {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: space-around
}

.tee-preview__artwork-inner {
    width: 100%;
    margin: 15px;
    padding: 5px;
    border: 1px dashed #d6d6d6;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:991.98px) {
    .tee-preview__artwork-inner {
        margin: 0;
        padding: 0
    }
}

.tee-preview__mockup .tee-mockup {
    position: relative
}

.teeinblue-cart-item--priceaddon {
    pointer-events: none
}

    .teeinblue-cart-item--priceaddon [class*=delete], .teeinblue-cart-item--priceaddon [class*=Delete], .teeinblue-cart-item--priceaddon [class*=qty], .teeinblue-cart-item--priceaddon [class*=quantity], .teeinblue-cart-item--priceaddon [class*=Quantity], .teeinblue-cart-item--priceaddon [class*=remove], .teeinblue-cart-item--priceaddon [class*=Remove], .teeinblue-cart-item--priceaddon [class*=trash], .teeinblue-cart-item--priceaddon button, .teeinblue-cart-item--priceaddon input {
        opacity: 0;
        visibility: hidden
    }


     
 
    @media (min-width: 768px) {
        .productView-top {
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
            justify-content: flex-start
        }

   
    }

    @media (min-width: 1200px) {
     

     
    }
.tee-thumbnail.tee-thumbnail-img--1-1 {
    width: 104px;
    height: 104px;
}
.tee-slide-video #product-video-container {
    width: 100%;
    height: 100%
}
.spec-list .spec-right, .spec-list .spec-left {
    background-position-y: 15px;
}
.tee-thumbnail.swiper-slide {
    width: 104px !important; 
}
 /**0000**/
.tee-thumbnails {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 5px;
    overflow: hidden;
}
.tee-thumbnails__track {
    display: flex;
    flex-direction: row;
    margin: 0;
    transition: transform .25s ease;
}
.tee-thumbnail .tee-thumbnail-inner {
    width: 100%;
    height: 100%; 
}
.tee-thumbnail {
    position: relative;
    flex: 0 0 auto;
    margin-right: 0px;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .tee-thumbnail .tee-thumbnail-inner .tee-mockup-item, .tee-thumbnail .tee-thumbnail-inner .goods_img_item {
        border: 2px solid #fff;
        box-sizing: border-box;
        min-width: 100px !important;
        border-radius: 4px;
        text-align: center;
        max-height: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
      
.tee-mockup-item {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tee-mockup-item--loaded .tee-image--loader, .tee-mockup-item--loaded .tee-image--placeholder {
    opacity: 0;
    visibility: hidden;
}
.tee-thumbnail--active:before {
    opacity: 0;
  
}

.tee-thumbnail.tee-thumbnail--active .tee-thumbnail-inner .goods_img_item, .tee-thumbnail.tee-thumbnail--active .tee-thumbnail-inner .tee-mockup-item {
    border: 2px solid #f60;
}
.tee-thumbnail.tee-thumbnail--active .tee-thumbnail-inner .goods_img_item {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
}
 
.tee-thumbnails__track.swiper-wrapper{position:relative;}