/* 
    Style Name: Custom Styles
    Plugin URI: https://catpowertools.com
    Description: This plugin adds custom CSS styles for various elements on your WordPress website.
    Version: 1.0.0
    Author: Oussama Bensaid
    Author URI: https://catpowertools.com
*/

/* Product Page */
.summary.entry-summary h1 {
  border-bottom: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.summary.entry-summary > div:nth-child(2) {
  border-bottom: 1px solid #b4b7be;
  padding-bottom: 20px;
  margin: 20px 0;
}

#main > div:nth-child(4) {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 1440px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.pdp-top-2-features-content {
  margin-bottom: 4rem !important;
}

/* Products list Page */
li.product > a > h2 {
  min-height: 50px;
  margin: 0rem !important;
}
li.product > a > div {
  margin-bottom: 7px;
}
