/* Start custom CSS */@media (min-width:777px) {
div#pwgc-form-from, div#pwgc-form-to {
    width: 50%;
    display: inline-flex;
    flex-direction: column;
    margin: 0 -1px 20px;
}    
}
.main-page-wrapper {
    padding-top: 0 !important;
}
table.variations {
    margin-bottom: 20px !important;
}
.breadcrumbs-location-below_header .single-breadcrumbs-wrapper {
    display: none;
}
 .product-additional-galleries, .woocommerce-product-gallery .product-labels.labels-rectangular {
    display: none;
}
p.price {
    display: none;
}
.product-additional-galleries {
    display: none !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 120px;
    pointer-events: none !important;
}.image-full-width .product-image-summary-inner>div:not(:last-child) {
    margin-bottom: 0 !important;
}

figure.woocommerce-product-gallery__wrapper {
    pointer-events: none !important;
}



.product-tabs-wrapper, .product_meta.wd-layout-inline, .wd-wishlist-btn.wd-action-btn.wd-style-text.wd-wishlist-icon {
    display: none !important;
}


#pwgc-message {
    min-height: 70px;
    width: 100% !important;
}
select#gift-card-amount {
    max-width: 100%;
}

.wd-reset-var {
    display: none !important;
}


button.single_add_to_cart_button.button.alt.wp-element-button {
    font-size: 20px;
    min-width: 250px;
}/* End custom CSS */