@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);

body {
    margin: 0;
    font-family: "Poppins", sans-serif !important
}

body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: sans-serif
}

root {
    display: block
}

.v360-main {
    width: 100%;
    height: 100%;
    max-width: 1024px;
    margin: 20px auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch
}

.v360-header {
    background-color: #000;
    padding: 10px;
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    font-weight: 700;
    flex: 0 1 auto
}

#productInsert {
    background-color: #fff;
    width: 100%;
    height: calc(100vh - 184px);
    max-height: 768px;
    position: relative;
    overflow: hidden
}

.v360-fullscreen #productInsert {
    height: 100vh;
    max-height: none
}

#viewport-wrapper {
    width: 100%;
    height: calc(100% - 10px);
    margin: 5px auto;
    position: absolute;
    left: 0;
    transition: width .3s ease
}

.v360-viewport {
    background-color: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

#viewport-wrapper.wide {
    width: 100%
}

.v360-viewport iframe {
    width: 100%;
    height: 100%;
    position: relative
}

.v360-viewport img {
    position: relative
}

.v360-fullscreen-toggle {
    width: 30px;
    height: 30px;
    margin: 15px;
    position: absolute;
    float: right;
    cursor: pointer;
    top: 0;
    right: 0;
    z-index: 150
}

.spinner-border {
    width: 3.5rem;
    height: 3.5rem
}

.v360-percentage-text {
    position: relative;
    left: -43px;
    font-weight: 600;
    width: 32px;
    margin: 0;
    text-align: center
}

.v360-fullscreen {
    z-index: 9999;
    width: 100%;
    max-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0
}

.v360-fullscreen #v360-menu-btns, .v360-fullscreen .v360-header {
    border-radius: 0
}

.v360-fullscreen productInsert {
    height: calc(100vh - 95px);
    max-height: none
}

.ui-accordion-header {
    background-color: #b0bec5;
    outline: none;
    line-height: 1.5em;
    transition: all .3s ease
}

.ui-accordion-header.ui-state-active, .ui-accordion-header:hover {
    background-color: #607d8b;
    color: #fff
}

.light {
    background-color: #fff !important
}

.dark {
    background-color: #000 !important
}

.light .v360-menu-btns {
    color: #000
}

.dark .v360-menu-btns {
    color: #fff
}

.light .v360-menu-btns:hover {
    color: #fff;
    background-color: #000
}

.dark .v360-menu-btns:hover {
    color: #000;
    background-color: #fff
}

.v360-main {
    filter: alpha(opacity=50);
    cursor: default
}

#v360-image-container, .v360-image-container {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    position: relative
}

.v360-product-box-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 100px #222
}

.v360-fullscreen-toggle-btn i {
    font-size: 20px
}

.v360-spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: #212529;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.v360-percentage-description {
    margin-left: 2rem
}

.tooltip {
    position: relative;
    display: inline-block
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity .3s
}

.tooltip .tooltiptext:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border: 5px solid transparent;
    border-top-color: #555
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1
}

.tooltip {
    opacity: 1 !important
}

.custom-footer {
    background-color: rgba(0, 0, 0, .75);
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 150;
    height: 45px;
    padding: 0 12px
}

.custom-footer:after {
    clear: both
}

.custom-footer .footer-home {
    float: left;
    width: 50%;
    text-align: left;
    height: 45px
}

.custom-footer .footer-home .home-img {
    position: relative;
    top: -17px;
    display: inline-block
}

.custom-footer .footer-home .home-img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #e4e4e4
}

.custom-footer .footer-home .home-name {
    margin-left: 7px;
    color: #fff;
    display: inline-block
}

.custom-footer .footer-home .home-name b {
    font-weight: 500;
    font-size: 14px
}

.custom-footer .footer-home .home-name .home-span {
    color: #fff;
    display: block;
    font-size: 12px;
    position: relative;
    top: -2px
}

.custom-footer .footer-icons {
    float: right;
    text-align: right;
    width: 50%
}

.custom-footer .footer-icons .footer-icon {
    font-size: 22px;
    margin: 11px 10px;
    outline: none;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    opacity: 1;
    color: #fff
}

.App {
    text-align: center
}

.App-header {
    position: fixed;
    z-index: 11
}

.App-header .logo {
    height: 30px;
    margin: 10px
}

.v360-viewport {
    background: transparent;
    height: 100vh !important;
    overflow: hidden
}

@media (max-width: 700px) {
    .custom-footer .footer-home {
        width: calc(100% - 340px)
    }

    .custom-footer .footer-icons {
        width: 340px
    }

    .v360-viewport {
        height: auto !important
    }

    .fullpage {
        height: calc(100vh - 130px);
        display: table
    }

    .v360-viewer-container {
        display: table-cell;
        vertical-align: middle
    }
}

@media (max-width: 580px) {
    .custom-footer .footer-home .home-img {
        top: 7px
    }

    .custom-footer .footer-home .home-img img {
        width: 32px;
        height: 32px
    }

    .custom-footer .footer-home .home-name {
        display: none
    }

    .custom-footer .footer-icons .footer-icon {
        margin: 11px 7px
    }
}

/*# sourceMappingURL=main.fff95a14.chunk.css.map */