/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
body.single-product .woocommerce-breadcrumb,
body.tax-product_cat .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb,
body.post-type-archive-product .woocommerce-breadcrumb{
  max-width: 1240px !important;
  margin: 10px auto auto auto;
}


.woocommerce-notices-wrapper{
  max-width: 1260px;
  margin: 10px auto auto auto;
}

.woocommerce table.shop_attributes td{
  padding: 10px !important;
}
@media (min-width: 1200px) {
  body.single-product .site-main,
  body.tax-product_cat .site-main,
  body.woocommerce-checkout .site-main,
  body.post-type-archive-product .site-main{
    max-width: 100%;
  }
}


.woocommerce ul.products li.product a img{
  height: 250px;
  margin: 0;
  object-fit: contain;
}

.woocommerce ul.products li.product .p-list img{
  height: auto !important;
}

#pix-por-piggly .pix-por-piggly--copy{
  border: 1px solid #34af23 !important;
  background-color: #34af23 !important;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single{
  border-radius: 0;
  border-color: #e5e5e5;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 43px;}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height:43px }

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first{
  display: inline-block;
  float: initial;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label{
  min-height: 28px;
}
[type=button], [type=submit], button{
  color: #fff !important;
  border-radius: 30px !important;
  background-color: var(--e-global-color-aba3d5b) !important;
  font-weight: 500 !important;
  margin-top: 5px !important;
}

