.page-id-393 .wpforms-form button[type=submit] {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}
 
.page-id-393 .wpforms-form button[type=submit]:hover {
    background-color: #000 !important;
}
.page-id-393 .wpforms-form input,
.page-id-393 .wpforms-form textarea {
	border-color: #000 !important;
}

div.wpforms-container-full, div.wpforms-container-full .wpforms-form * {
	position: relative;
}

.elementor-invisible {
	opacity: 0;
}
body .woocommerce-ordering{
display:none;
}
.woocommerce-result-count {
  display: none;
}
/* Override the top and bottom margins of the content wrapper */
.woocommerce-page .content-wrapper {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.woocommerce-page header.woocommerce-page-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.woocommerce-page .content-wrapper {
    padding-top: 0 !important;
}

.woocommerce-page .container.content-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.woocommerce-page #primary {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* Specific adjustment to the shop title */
.woocommerce-page .woocommerce-products-header {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.woocommerce-page .content-wrapper {
    padding-bottom: 55px !important; /* Adjust the value as needed */
}
/* Fine-tune the top spacing for desktop view */
@media (min-width: 1024px) {
    .woocommerce-page .content-wrapper {
        padding-top: 10px !important; /* Small padding for desktop view */
    }

    .woocommerce-page header.woocommerce-page-header {
        margin-top: 10px !important; /* Add a small margin for desktop */
    }

    .woocommerce-page .woocommerce-products-header {
        margin-top: 10px !important; /* Fine-tune spacing for product header */
    }
}


.page-id-393 .wp-block-social-links,
.page-id-393 .wp-block-social-link {
    display: none !important;
}
/* To hide the additional information tab */
li.additional_information_tab {
    display: none !important;
}
.product_meta .sku_wrapper {
    display: none;
}