
.woocommerce-product-gallery {
	display: none !important;
}
.entry-summary, .edgtf-single-product-summary {
	width: 100% !important;
}

#mycube {
    position: relative;
    width: 600px;
    margin: 0 auto;
    user-select: none;
    background-size: cover;
    background-position: center;
}
.egtf-page-content-holder, .edgtf-container-inner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.rotating-box {
    width: 300px;
    margin: 0px auto;
    perspective: 600px;
	padding-top: 7em;
    padding-bottom: 30em;
    perspective:2000px;
    -webkit-perspective:2000px;
}
.arrow-left, .arrow-right {
    position: absolute;
    cursor: pointer;
    z-index: 100;
    top: 50%;
    transform: translateY(-20px) rotate(180deg);
    background-color: rgba(255,255,255,0.8);
    border: 1px solid rgba(0,0,0,0.5);
    border-radius: 0.25em;
    margin-top:0em;
}
.arrow-left {
    padding: 0.1em;
    right: 0;
}
.arrow-right {
    padding: 0.1em;
    left: 0;
}
.single-rb {
    width: 300px;
    transform-style: preserve-3d;
    transform-style:preserve-3d;
    transform:rotateY(35deg) rotatex(-38deg);
    transition: all 300ms;
}
.single-rb > div {
    outline: 1px solid rgb(200,200,200);
    /*cursor: pointer;*/
    transition: all 300ms;
    background-color: white;
}
.single-rb > div > img {
    position: absolute;
}
.single-rb > div > canvas {
    display: block;
    max-width: 100%;
    min-width: 100%;
}
.single-rb > div:hover {
    /*box-shadow:-5px 5px 30px 30px rgb(230,230,230);*/
}
.single-rb img {
    height: 300px;
    width: 300px;
}
.single-rb div {
    position: absolute;
    height: 300px;
    width: 300px;
}
.front-side {
    transform: translateZ(150px);
}
.back-side {
    transform: rotateY(180deg) translateZ(150px);
}
.left-side {
    transform: rotateY(-90deg) translateX(-150px);
    transform-origin: left;
}
.right-side {
    transform: rotateY(90deg) translateX(150px);
    transform-origin: right;
}
.top-side {
    transform: rotateX(-90deg) translateY(-150px);
    transform-origin: top;
}
.bottom-side {
    transform: rotateX(90deg) translateY(150px);
    transform-origin: bottom;
}
#mycube img {
    display: block;
    max-width: 100%;
    width: 100%;
}
#mycube img[src=""] {
    display: none;
}

/* editor */
.editor {
    position: fixed;
    background-color: white;
    border: 1px solid rgb(200, 200, 200);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
    overflow: auto;
    padding-top: 1em;
    display: none;
    user-select: none;
}
.editor > div {
    text-align: center;
}
.editor > div > div {
    margin: 0.75em 0;
    cursor: pointer;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    position: relative;
    border: 1px solid #ccc;
    display: flex;
    cursor: pointer;
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 0.25em;
    align-items: center;
    margin: 0.5em auto;
    max-width: 12em;
}
.mycube-button {
    position: relative;
    border: 1px solid #ccc;
    display: flex;
    cursor: pointer;
    border: 1px solid black;
    background-color: white;
    color: black;
    border-radius: 0.25em;
    align-items: center;
    margin: 0.5em auto;
    max-width: 12em;
}
.mycube-button a {
    padding: 0.5em;
    width: 100%;
    text-align: left;
}
.mycube-button i {
    margin: 0.25em;
}
.mycube-text > div {
    text-align: center;
}
.mycube-text-view .mycube-images {
    display: none;
}
.mycube-text-view .mycube-textarea {
    display: block;
}
.mycube-text-view .mycube-textarea textarea {
    background-color: white;
    font-style: normal;
}
.mycube-text-view .mycube-editor {
    display: none;
}
.mycube-image-view .mycube-images {
    display: block;
}
.mycube-image-view .mycube-textarea {
    display: none;
}
.mycube-image-view .mycube-editor {
    display: block;
}
#save input {
    font-size: 1.25em;
    background-color: white;
    border: 1px solid black;
    padding: 0.5em 1em;
    cursor: pointer;
    margin: 0 auto;
    display: inherit;
}

.single_add_to_cart_button {
    background-color: white !important;
}
.single_add_to_cart_button:hover {
    background-color: rgb(50,50,50) !important;
}

.preview-con {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 1.5em auto;
    z-index: 1;
}
.preview-con > div {
    display: inline-block;
    cursor: pointer;
}

.preview-con > div a {
    display: inline-block;
    cursor: pointer;
    font-weight: bold !important;
    color: black;
    background-color:white;
}

.preview-con > div a:hover {
    color: black;
}

.preview {
    display: inline-block;
    border: 2px solid rgb(200, 200, 200);
    margin: 0 0.5em;
    cursor: pointer;
    vertical-align: top;
}
.preview:hover {
    border-color: black;
}

.quantity, .product_meta, .woocommerce-breadcrumb, .single-product-main-image, .woocommerce-tabs .first-section {
    display: none !important;
}
.woocommerce-Reviews-title {
    text-align: center;
}
.container-wrap {
    padding-top: 0 !important;
}
.comment_container img {
    display: none !important;
}
.cr-ajax-reviews-add-review {
    background-color: #ff1053 !important;
    color: white !important;
    background: #ff1053!important;
    margin: 1em auto !important;
    padding: 0.5em !important;
}
.comment_container .comment-text {
    margin-left: 0 !important;
}
#review_form_wrapper {
    float: none !important;
    margin: 0 auto;
}
#reviews {
    display: block;
    justify-content: center;
    align-items: center;
}
#comments {
    margin: 0 !important; 
    width: 100%;
}
.edgtf-single-product-summary, .main-content {
    margin: 1em !important;
    max-width: none !important;
}
form {
    text-align: center;
}

pre {
    background-color: white;
    color: black;
}

.single_add_to_cart_button, #save {
    font-size: 1.25em !important;
    font-weight: bold;
    margin-top:3em !important;
    float: none !important;
}


@media screen and (max-width: 1400px) {
    .rotating-box {
        transform: scale(0.8);
    }
    #mycube {
        width: 100%;
        margin-top:5em;
    }
    .preview-con {
        font-size: 0.8em;
        margin-top: -6em !important;
    }
    .rotating-box {
        margin-top: -4em !important;
    }
    .single_add_to_cart_button, #save {
        margin-top: 2em !important;
    }
    #quantselect {
        margin-top: 1.5em !important;
    }
}

.edgtf-container-inner {
    width: 100% !important;
    padding: 1em !important;
}

#woo_pp_ec_button_product {
    max-width: 23em;
    margin: 0 auto;
}

@media screen and (max-width: 550px) {
    .preview-con {
        margin: 0 auto;
    }
    .preview-con {
        margin-top: 0em !important;
    }
    #mycube {
        height: 500px;
    }
    .rotating-box {
        transform: scale(0.7);
    }
    .rotating-box {
        margin-top: -4em !important;
    }
    .single_add_to_cart_button, #save {
        margin-top: 2em !important;
    }
    .arrow-left {
		margin-top:5em;
	}
	.arrow-right {
		margin-top:5em;
    }
    #quantselect {
        margin-top: 1.5em !important;
    }
    .video-mc-con {
        margin-top: 3em !important;
    }
}

.verpackung-overflow::-webkit-scrollbar, .mycubes-select::-webkit-scrollbar {
    width: 11px;               /* width of the entire scrollbar */
    height: 11px;               /* width of the entire scrollbar */
}
  
.verpackung-overflow::-webkit-scrollbar-track, .mycubes-select::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 1px solid #ff1053;
}

.verpackung-overflow::-webkit-scrollbar-thumb, .mycubes-select::-webkit-scrollbar-thumb {
    border: 1px solid #ff1053;
    border-radius: 20px;       /* roundness of the scroll thumb */
    background-color: rgba(255, 16, 83,0.6);
}
.verpackung-overflow, .mycubes-select {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: visible;
}

.select-category {
    padding: 0.25em 0.5em;
    border: 1px solid;
    margin: 0.5em;
    border-radius: 10px;
    white-space: nowrap;
    background-color: white;
    display: inline-block;
    color: #ff1053 !important;
    border-color: #ff1053;
    cursor:pointer;
    user-select: none;
}
.categoryaddon {
    color: #309fff !important;
    border-color: #309fff;
}

#select-category-div {
    white-space: nowrap;
    overflow-x: auto;
}
.select-image {
    margin: 0 0.25em;
    width:10em;
    cursor:pointer;
    user-select: none;
}
.flickity-page-dots {
    bottom: -50px !important;
}
.link-text {
    background-color:white;
}

.wunschgutschein-button {
    margin: 0 auto;
    top: 1em;
    position: relative;
}
.wunschgutschein-button img {
    border-radius: 10px;
    border: 1px solid rgb(100,100,100);
    width: 13em !important;
    margin: 0 auto;
    cursor: pointer;
}

.addon-price {
    position: absolute;
    padding-left: 0.5em;
    background-color: white;
    margin-left: 0.25em;
    padding-right: 0.25em;
    border: 1px solid #ff1053;
    color: #ff1053;
    font-weight: bold;
    width: 10em;
    left:0;
    bottom:0;
}

#verpackungen {
    position:relative;
    top:3em;
}


@media screen and (min-width: 3000px) {
    #mycube {
        display: inline-block !important;
        margin-right: 34em !important;
    }
    #quantselect {
        margin-top: 10em !important;
        display: inline-block !important;
        top: 40em !important;
        position: absolute !important;
        margin-left: -25em !important;
    }
    .single_add_to_cart_button {
        position: absolute !important;
        margin-top: 35em !important;
        margin-left: -21.5em !important;
    }
    .cart > div:first-child {
        display: inline-block;
        position: absolute;
        top: 7em;
        margin-left: 51.5em;
    }
    .preview-con {
        position: absolute !important;
        margin-left: 37.5em !important;
        top: 0em;
        background-color:transparent !important;
    }
    h3 {
        pointer-events: none;
        background-color:transparent !important;
    }
    .wunschgutschein-button {
        top: -20em;
        left: 37.5em;
    }
    #verpackungen {
        top: -18em;
        left: 38em;
        margin-left: 7em;
    }
    #verpackungen h3 {
        margin-left: -6em;
    }
}