.custom-sticky-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    background-color: white;
}

@media (max-width: 767px) {
    .custom-sticky-wrapper {
        max-width: 100%;
        float: none !important;
        max-height: 50%;
    }
}

@media (min-width: 768px) {
    .custom-sticky-wrapper {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 100px;
        max-height: 50%;
    }
}

@media (max-width: 767px) and (orientation: portrait) {
    .custom-sticky-wrapper {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 0;
        flex: none !important;
        overflow: hidden;
        z-index: 9999;
    }
}
@media (max-width: 767px) and (orientation: landscape) {
    .custom-sticky-wrapper {
        max-width: 100%;
        float: none !important;
    }
}


.stickyproductimage {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px;
    flex: none !important;
    max-width: 100% !important;
}

.woocommerce-product-gallery {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    max-width: 100%;
}

.u-column1, .u-column2 {
    max-width: none !important;
}

.widget_shopping_cart {
    color: black;
}

.widget_shopping_cart a {
    color: black !important;
}
.widget_shopping_cart a:hover {
    color: #757575 !important;
}

.jde_hint {
    padding: 5px 30px 30px;
}
