.page-banner {
	display: none;
}
.page-banner-content {
	display: none;
}                                  
.wp-block-group {
	display: none;
}   
.woo-shop-by-category-container {
	display: none;
}  
.wpdevart-sidebar-container {
	display: none;
}  
.wpforms-container.wpf-center {
    margin: 0 auto !important;
    /* Adjust the width in the next 2 lines as your site needs */
    max-width: 800px !important;
    width: 800px !important;
}
/* Readjust the form width for smaller devices */
@media only screen and (max-width: 600px) {
    .wpforms-container.wpf-center {
        /* Reset the width for devices under 600px */
        max-width: unset !important;
        width: auto !important;
    }
}
.wpdevart-home-bg-color {
	background-color: #faece1;
}

.wpdevart-product-btn-svg {
	display: none;
}  
.count {
	display: none;
}         
.wpdevart-product-btn {
	display: none;
}  
.sd-title {
	display: none;
}  
.wpdevart-comment-respond {
	display: none;
}  
.wpdevart-wp-link-pages {
	display: none;
}  
.jp-relatedposts.jp-relatedposts {
	display: none;
}  
.footer-one-pre {
	display: none;
}  
.sku_wrapper {
	display: none;
}  
.product_meta {
	display: none;
}  
.wp-block-image :where(figcaption) {
    color: #000000;
}
.gift-cards-list {
	overflow-x:
	scroll;
}
/*border-radius: 10px !important;*/

.gift-cards_form.cart .gift-card-content-editor input, .gift-cards_form.cart .gift-card-content-editor textarea {
	max-width: -webkit-fill-available;
}

.gift-cards_form.cart .gift-card-content-editor #ywgc-recipient-email {
  border: 1px solid #ccc;
  height: 56px;
}

.gift-cards_form.cart .gift-card-content-editor {
	display: grid;
}

.gift-cards_form.cart .gift-cards-list {
	overflow-x: auto;
	overflow-y: hidden;
}

.gift-cards_form.cart .gift-cards-list #ywgc-manual-amount {
  width: -webkit-fill-available;
	background: transparent;
	height: 55px;
	max-width: -webkit-fill-available;
}
@media (max-width: 600px) {
    .wpdevart-woocommerce ul.products li.product
.woocommerce-loop-product__title {
        font-size: 15px!important;
    }
    .wpdevart-woo-container h2:not(.wpdevart-woo-sidebar-container h2) {
        text-transform: capitalize !important;
    }
    .wpdevart-woocommerce ul.products li.product, .woocommerce-page
ul.products li.product {
        border-radius: 10px!important;
        padding: 10px!important;
        margin: 15px 0px!important;
    }
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page
ul.products[class*=columns-] li.product {
        width: 42%!important;
    }
}
