.single-product #content-wrap {
    max-width: 100% !important;
}

.single-product .page-header{
    display: none;
}

.single-product #content-wrap{
    margin-top: 50px;
}

.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    padding: 4px;
    box-sizing: border-box;
    border: none !important;
}
.single-product .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    display: block;
    border: 1px solid #c7c7c7;
}

@media (min-width: 768px) {
    .woocommerce div.product div.summary,
    .woocommerce.content-full-width div.product div.summary {
        padding-left: 6%;
    }
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    position: relative;
}

.woocommerce-product-gallery__wrapper > .video {
    aspect-ratio: 1 / 1;
}

.woocommerce-product-gallery__wrapper > .video iframe {
    height: 100%;
    pointer-events: none;
}

.open_3d_model {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 55px;
    background: #f5f5f5;
    border: none;
    z-index: 99;
}

.open_3d_model button {
    width: 100%;
    height: 100%;
    background: url(https://static.jansport.com/ui/www/images/svg/sketch-fab-icon.hash-2779e61404f88a44e45e5edd7bc2339d.svg) center center/100% no-repeat;
    /*   border: none; */
}

.sketch_fab_modal_overlay {
    display: none;
    position: fixed;
    background: rgb(0, 0, 0, 0.7);
    width: 100% !important;
    height: 100% !important;
    z-index: 999;
    inset: 0 0 0 0;
}

.sketch_fab_modal_overlay.open {
    display: block;
}

.sketch-fab-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(640px, 100%);
    height: min(480px, 100%);
    background: #fff;
}

.sketch-fab-modal .close-button {
    font-size: 22px;
    position: relative;
    right: 15px;
}
