.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.woocommerce .woocommerce-product-gallery {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.16),
        0 6px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
}
.single-product .product_title {
    font-size: 42px !important;
    color: #3aaa35;
}
.single-product .price {
    font-weight: 600;
}
.single-product .woocommerce-product-details__short-description {
    margin-bottom: 20px;
}
.single-product .woocommerce-tabs {
    margin-top: 60px;
}
.single-product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 500 !important;
    color: #ffffff !important;
}
.single-product .woocommerce-tabs ul.tabs li a {
    font-weight: 500 !important;
}
.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    border: 1px solid #dedede;
    padding: 2em !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery img.zoomImg {
    display: none !important;
}
.gift-cards-list h3 {
    margin-bottom: 30px;
}
.gift-cards-list button {
    padding: 1em;
    font-size: 16px;
}
.gift-cards-list button:hover {
    cursor: pointer;
}
.gift-card-content-editor h5 {
    margin-bottom: 30px;
}
