
.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;
    margin-bottom: 11em;
}
.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: 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:-1em;
}
.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 {
    border: 1.25px 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 {
    z-index: 1;
}
.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;
    margin: 3em 1em 1em 1em;
}

.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;
}

.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: flex;
    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: 12em !important;
    float: none !important;
}


@media screen and (max-width: 700px) {
    .rotating-box {
        transform: scale(0.8);
    }
    #mycube {
        width: 100%;
    }
    .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;
    }
}

.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: 14em !important;
    }
    .arrow-left {
		margin-top:5em;
	}
	.arrow-right {
		margin-top:5em;
    }
}


/* b2b */
table {
    width: auto;
}
table input, table select {
    width:100%;
}
table th, table td {
    min-width: 10em;
    max-width: 10em;
    width: 10em;
}
table th:first-child, table th:last-child, table td:first-child, table td:last-child {
    min-width: 5em;
    max-width: 5em;
    width: 5em;
}
table tr:first-child input, table tr:first-child select {
    font-size: 1.25em;
}
.left-right-arrows {
    font-size: 2em;
    cursor: pointer;
    position: relative;
    top: 0.3em;
}
.add-row {
    background-color: white;
    font-weight: bold;
    padding: 1em;
    font-size: 1em;
    cursor: pointer;
    margin-top:1em;
}
.button-small {
    padding: 0.25em 0.5em;
    background-color: white;
    font-weight: bold;
    cursor: pointer;
}
#image5 canvas {
    transform: rotate(90deg) scaleX(-1);
}
#image0 canvas {
    transform: rotate(-90deg) scaleX(-1);
}
.add {
    border: 2px solid black;
    padding: 0.5em 1em;
    border-radius: 0.5em;
    font-size: 1.5em;
}
#form-wrap a {
    display: none!important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}