/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1706866310
Updated: 2024-02-02 09:31:50

*/

.woocommerce .quantity {
    display: none !important;
}

.single_add_to_cart_button {
    display: none !important;
}

.add_to_cart_button{
	display: none!important;
}

.product_enquiry_form .form_group {
  margin-bottom: 20px;
}

.product_enquiry_form label {
  display: block;
  font-weight: bold;
  padding-bottom:10px;
}

.product_enquiry_form input[type="text"],
.product_enquiry_form input[type="email"],
.product_enquiry_form textarea,body.single form#commentform input[type="text"],body.single form#commentform input[type="email"],body.single form#commentform textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #808080;
    border-radius: 5px;
    background-color: #ffffff;
}

.product_enquiry_form textarea {
  resize: vertical;
}

.product_enquiry_form input[type="submit"],body.single form#commentform input[type="submit"] {
  background-color: #46C7F4!important;
  color: #ffffff!important;
  border: none!important;
  padding: 15px 60px!important;
  cursor: pointer!important;
  transition: background-color 0.3s ease!important;
  border-radius: 5px!important;
}

.product_enquiry_form input[type="submit"]:hover,body.single form#commentform input[type="submit"]:hover {
  background-color: #000000;
  border: none;
}

body.single .product .woocommerce-product-gallery__wrapper img {
    width: 100%!important;
    height: 450px!important;
    object-fit: contain!important;
    padding: 30px!important;
}

body.single .product .woocommerce-product-gallery {
    border: 1px solid #D1D1D1!important;
    border-radius: 12px!important;
}

body.single .ppom-wrapper .form-group {
    display: flex;
    background-color: #ededed;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #808080;
    font-weight: bold;
}

body.single .ppom-wrapper label {
    margin-bottom: 0px;
}

body.single .ppom-field-wrapper {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

body.single #ppom-price-container table.table
{
  background-color: #EDEDED;
  margin-bottom: 0px!important;
}

body.single .ppom-wrapper .table th{
    border: 1px solid #808080;
}

body.single form.product_enquiry_form,body.single form#commentform {
    padding: 30px;
    background-color: #EDEDED;
    border-radius: 10px;
    border: 1px solid #808080!important;
}

body.single .entry-summary .product_meta {
    margin-top: 10px;
}

body.single .entry-summary .posted_in a {
    color: #46C7F4;
}

body.single.woocommerce div.product form.cart {
    margin-bottom: 1em;
}

body.archive.woocommerce ul.products li.product a img,body.single.woocommerce ul.products li.product a img
{
  width: 300px;
  height: 300px;
  border: 1px solid #808080!important;
  padding: 20px;
  object-fit: contain;
  transition: opacity .5s ease,transform .5s ease;
  border-radius: 10px;
}

body.archive.woocommerce h2.woocommerce-loop-product__title,body.single.woocommerce h2.woocommerce-loop-product__title {
    color: #46C7F4;
}

body.archive.woocommerce ul.products li.product a img:hover {
    opacity: 0.7;
}