.preview-frame {
}

.preview-frame .preview-photo-thumbnail {
    cursor: pointer;
}

.preview-frame .swiper-container-wrapper {
    background-color: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
}

.preview-frame .swiper-container {
    width: 100%;
    height: 100%;
}

.preview-frame .swiper-slide {
    text-align: center;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preview-frame .swiper-img {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: contain;
}

.preview-frame .swiper-header-toolbar {
    z-index: 1052;
    width: 100%;
    min-height: 120px;
    margin-top: -120px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.05) 80%, rgba(0, 0, 0, 0) 90%);
}

.preview-frame .swiper-button-close {
    position: absolute;
    z-index: 1053;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 56px;
    height: 56px;
}

/* .preview-frame .swiper-button-close>i {
    font-size: 48px;
}

.preview-frame .swiper-prev, .swiper-next  {
    margin-top: -24px;
    position: absolute;
    top: 50%;    
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 48px;
    outline: none;
}

.preview-frame .swiper-next {
    right: 0%;
} */

.preview-frame .swiper-pagination-bullet {
    background: rgba( 255,255,255,255);
    opacity: 0.8;
}

.preview-frame .swiper-pagination-bullet-active {
    background: #8A38F6;
    opacity: 1;
}


/* Auth Page Usage */
/* body #auth-frame {
    font-family: Tahoma, Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}

@media only screen and (max-width : 414px) {
    #auth-frame .container {
        box-shadow: none !important;
        font-size: 0.9rem;
    }
} */

.form-group {
    position: relative;
}

.form-label {
    position: absolute;
    left: 1rem;
    top: 0.6rem;
    transition: all 300ms ease-in-out;
}

.focused .form-label {
    /*transform: translateY(-180%);*/
    top: -0.7rem;
    font-size: 0.8rem;
    left: 0.5rem;
    background-color: white;
    padding: 0px 1px;
    transition: all 300ms ease-in-out;
}

 .focused .form-input {
    transition: all 300ms ease-in-out;
}



@keyframes rotate-icon {
    0%   { transform: rotate(0deg); }
    20%  { transform: rotate(-20deg); }
    80%  { transform: rotate(690deg); }
    90%  { transform: rotate(720deg); }
    95%  { transform: rotate(730deg); }
    100% { transform: rotate(720deg); }
}

@keyframes scale-icon {
    0%   { transform: scale( 1.0 ); }
    15%  { transform: scale( 0.9 ); }
    75%  { transform: scale( 1.3 ); }
    80%  { transform: scale( 1.2 ); }
    90%  { transform: scale( 1.1 ); }
    100% { transform: scale( 1.0 ); }
}

[data-toast-box], [data-processing-box] {
    background-color: rgba(64, 0, 128, 0.65 );
    min-width: 128px;
}

[data-processing-icon] {
    /*animation: rotate-icon 1s infinite;*/
    height: 48px;
}

@media (min-width: 768px) {
    #checkout-form .total-block {
        border: 1px solid rgba( 0,0,0,0.1);
        padding-bottom: 1rem;
    }
    
    .confirm-checkout-part-2 {
        display: block;
    }

    .confirm-checkout-part {
        display: none;
    }
}

@media (max-width: 767.9px) {
    .confirm-checkout-part-2 {
        display: none;
    }
}

[data-follow-store-shortcut-wrap].active {
    flex-direction: column;
}

[data-follow-store-shortcut-list] {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-wrap: nowrap;
    animation: offset-left 1s;
}

[data-follow-store-shortcut-wrap].active>[data-follow-store-shortcut-list] {
    animation: offset-down 1s;
    overflow-x: hidden;
    flex-wrap: wrap;
}

@keyframes offset-down {
    0%   { margin-top: -50rem; }
    100% { margin-top: 0rem; }
}
@keyframes offset-left {
    0%   { margin-left: 20rem; }
    100% { margin-left: 0rem; }
}

[data-follow-store-shortcut-avatar ] {
    width: 48px;
    height: 48px;
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
}

[data-account-user-avatar ] {
    width: 96px;
    height: 96px;
    min-width: 96px;
    min-height: 96px;
    max-width: 96px;
    max-height: 96px;
}

.text-transform-none {
    text-transform: none!important;
}

[data-product-video-preview-presentzone] .slider {
    width: 100%!important;
}

/*******************************************************
 * Callout
 *******************************************************/
.callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.callout p:last-child {
    margin-bottom: 0;
}
.callout code {
    border-radius: 3px;
}
.callout + .bs-callout {
    margin-top: -5px;
}
.callout-default {
    border-left-color: #777;
}
.callout-default h4 {
    color: #777;
}
.callout-primary {
    border-left-color: #428bca;
}
.callout-primary h4 {
    color: #428bca;
}
.callout-success {
    border-left-color: #5cb85c;
}
.callout-success h4 {
    color: #5cb85c;
}
.callout-danger {
    border-left-color: #d9534f;
}
.callout-danger h4 {
    color: #d9534f;
}
.callout-warning {
    border-left-color: #f0ad4e;
}
.callout-warning h4 {
    color: #f0ad4e;
}
.callout-info {
    border-left-color: #5bc0de;
}
.callout-info h4 {
    color: #5bc0de;
}
.callout-bdc {
    border-left-color: #29527a;
}
.callout-bdc h4 {
    color: #29527a;
}
