/*
 * Add your custom CSS in here!
 */
 
/* Allow more room for digits*/
.woocommerce .quantity .qty {
    width: 100px!important;
}

/* Hide failing image and reshuffle position of elements in sidebar pop out 
cart preview thing*/
.elementor-menu-cart__product-image img {
    display: none!important;
}
.elementor-menu-cart__product-price {
    grid-column-start: 1!important;
    grid-column-end: 3!important;
}
.elementor-menu-cart__product-name {
    grid-column-start: 1!important;
    grid-column-end: 3!important;
}

/*Hide cancel and continue shopping, will use a function to display wording*/
.elementor-1138 .elementor-element.elementor-element-ca61f7e {
    display: none;
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
.fpd-product-designer-wrapper{
	width: 100% !important;
}
}