
.woocommerce-product-gallery {
	display: none !important;
}
.entry-summary, .edgtf-single-product-summary {
	width: 100% !important;
}

.mycube {
    position: relative;
    width: 400px;
    margin: 1em 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;
    transform: scale(0.8);
}
.arrow-left, .arrow-right {
    position: absolute;
    cursor: pointer;
    z-index: 1;
    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:4em;
    color: black !important;
}
.arrow-left {
    padding: 0.1em;
    right: 1em;
}
.arrow-right {
    padding: 0.1em;
    left: 1em;
}
.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);
    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 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: absolute;
    width: 100%;
    text-align: center;
    margin: 0.5em auto;
    z-index: 1;
    margin-top: -1em;
}
.preview-con > div {
    display: inline-block;
    cursor: pointer;
}

.preview-con > div a {
    display: inline-block;
    cursor: pointer;
    font-weight: bold !important;
    color: black;
}

.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;
}

form {
    text-align: center;
}

pre {
    background-color: white;
    color: black;
}

.eh_payapal_express_checkout_button *:hover {
	background-color: white !important;
}
.eh_payapal_express_checkout_button > div:nth-child(1) {
	display: none !important;

}

@media screen and (max-width: 700px) {
    .rotating-box {
        transform: scale(0.8);
    }
    .mycube {
        width: 100%;
        margin-top:4em;
    }
    .preview-con {
        font-size: 0.8em;
        margin-top: -6em !important;
    }
    .rotating-box {
        margin-top: -4em !important;
    }
    .single_add_to_cart_button, #save {
        margin-top: 9em !important;
    }
	.eh_paypal_express_image {
		margin-top: 0 !important;
	}
    .arrow-left {
		margin-top:5em;
	}
	.arrow-right {
		margin-top:5em;
    }
}

.edgtf-container-inner {
    width: 100% !important;
    padding: 1em !important;
}

@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: 14em !important;
    }
	.eh_paypal_express_image {
		margin-top: 0 !important;
	}
    .arrow-left {
		margin-top:5em;
	}
	.arrow-right {
		margin-top:5em;
    }
}