/* catalog page*/

.content-area {
  background-color: #4387d245;
}

.woocommerce {
  .content-area {
    padding: 0 1rem;
    max-width: 100%;

    .site-main {
      margin: 0;
    }
  }

  ul.products {
    padding: 2rem 3rem;
  }
}
.woocommerce-breadcrumb{
  padding: 0.8rem;
}
.woocommerce-products-header {
  .woocommerce-products-header__title.page-title {
    font-size: 4rem;
    padding: 1rem;
    margin: 0;
  }
}

.added_to_cart,
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.product-categories-nav {
  ul {
    display: none;
  }
}

.menu-section {
  h2 {
    font-size: 2rem;
    text-transform: uppercase;
    color: #d61347;
    padding: 0 1rem;
    margin: 1rem;
  }

  .menu-products {
    display: grid;
    flex-wrap: wrap;
    flex-direction: row;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    width: 100%;
    margin: 0;
    align-items: center;
    padding-bottom: 1.5rem;

    li {
      list-style-type: none;
      background-color: #1e3e62;
      padding: 1.5rem;
      border-radius: 15px;
      display: flex;
      flex-direction: column;
      align-items: center;

      a {
        text-decoration: none;
        display: flex;
        flex-direction: column;
        align-items: center;

        h2 {
          font-size: 1.2rem;
          margin: 0;
          padding: 0.2rem 0;
          color: #fff;
          text-align: center;
        }

        img {
          aspect-ratio: 2 / 3;
          object-fit: cover;
          width: 100%;
        }
      }

      .woocommerce-Price-amount {
        font-size: 1.2rem;
        color: #fff;
      }

      .button {
        border-radius: 20px;
        font-size: 1rem;
      }
    }
  }
}

.nav-desktop {
  display: none;
}
.nav-mobile {
  display: block;
  width: 80%;
  padding: 1rem;
  font-size: 1.25rem;
  background-color: #1e3e62;
  color: #fff;
  text-transform: uppercase;
}


@media (min-width: 700px) {
  .nav-mobile {
    display: none;
  }
  .product-categories-nav {
    ul {
      display: flex;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      align-content: center;
      li {
        list-style-type: none;
        margin: 0.5rem 0;
        line-height: 1.2;
        a {
          background-color: #d61347;
          color: #fff;
          padding: 1rem;
          border-radius: 20px;
          text-decoration: none;
          font-size: 1.5rem;
          text-transform: uppercase;
          &:hover {
            background-color: #ff6500;
            padding: 1rem;
            border-radius: 20px;
          }
        }
      }
    }
  }
  .menu-section {
    .menu-products {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: auto;
      padding-bottom: 1.5rem;
      li {
        a {
          h2 {
            &:hover {
              color: #ff6500;
            }
          }
        }

        .button {
          &:hover {
            background-color: #ff6500;
            text-decoration: none;
          }
        }
      }
    }
  }
}

@media (min-width: 1024px) {
  .menu-section {
    .menu-products {
      grid-template-columns: repeat(6, 1fr);
      grid-template-rows: auto;
      padding-bottom: 1.5rem;
    }
  }
}

/*single product page */
.woocommerce-page div.product div.images {
  width: 80%;
  margin: 0 auto;
}
.product {
  padding-top: 2rem;
}
.single-product {
  .summary {
    .product_title {
      font-size: 3rem;
      margin-bottom: 0;
    }
    p.price {
      margin-bottom: 0;
      padding: 0.5rem;
      font-size: 2rem;
    }
  }

  .woocommerce-product-gallery__image {
    pointer-events: none;
  }
  .woocommerce-product-details__short-description {
    p {
      font-size: 2rem;
    }
  }
  form.cart input[type="number"] {
    width: 5em;
    padding: 0.5rem;
    border-radius: 20px;
  }
  .single_add_to_cart_button {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.25rem;
    border-radius: 20px;
  }
}
.woocommerce-tabs {
  background-color: #2c4c79;
  margin: 0;
  padding: 1.25rem;

  ul{
    display: flex;
    li.active{
      a{
  color:#FCE9EE ;
 
      }
    }
  }
  .woocommerce-Tabs-panel {
    font-size: 1.8rem;
    padding: 1.25rem;
    color: #fff;

   h2{
    display: none;
   }
    .woocommerce-Reviews {
   
      .comment-reply-title {
        margin-bottom: 0;
        padding: 0.2rem;
      }
      .stars {
        margin-bottom: 0;
        padding: 0.2rem;
      }
      .comment-form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: flex-start;
      }
      .comment-form-comment,
      .comment-form-author,
      .comment-form-email,
      .form-submit {
        margin-left: 0 !important;
      }
    }
    #comment {
      height: 8rem;
      width: 70%;
    }
  }
}
.comment-respond {
  .comment-notes {
    display: none;
  }
  #submit {
    font-size: 1.25rem;
    border-radius: 20px;
    padding: 1rem;
  }
}

.woocommerce-loop-product__title {
  font-size: 2rem;
}

.woocommerce section {
  .related .products {
    h2 {
      font-size: 2rem;
    }
    .woocommerce-Price-amount {
      margin-bottom: 0;
      padding: 0.5rem;
      font-size: 1.5rem;
    }
  }

  .button {
    font-size: 1.5rem;
    padding: 0.8rem;
    border-radius: 20px;
  }
}
#yith-wapo-addon-1 {
  background-color: transparent !important;
  font-size: 1.3rem; 
  .addon-header{
    h3{
      font-size: 1.8rem;
      margin: 0;
    }
  }
}
#yith-wapo-container {
  .yith-wapo-block {
     .yith-wapo-addon{
    .yith-wapo-addon-type-text {
 
      padding-left: 1rem;
      padding-right: 1rem;
      .addon-header {
        .wapo-addon-title {
          font-size: 2rem;
        }
        .options-container {
          .wapo-addon-description {
            font-size: 0.8rem;
          }
        }
      }
    }
  }
  }


  #wapo-total-price-table table {
    width: 100%;
    font-size: 15px;
    line-height: 40px;
  }
}
.woocommerce ul.products::before,
.woocommerce-page ul.products::before {
  content: none !important;
  display: none !important;
}

@media (min-width: 700px) {
  .single-product div.product {
    margin: 0 auto;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.5rem;
    padding: 0.125rem 0;

    .summary {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      row-gap: 0.5rem;
    }

    .woocommerce-tabs {
      grid-column: 1 / 3;
      width: 70%;
      margin: 0 auto;
    }
  }

  .woocommerce-product-gallery__image {
    img {
      height: 400px;
      width: 300px;
    }
  }
  .woocommerce-product-gallery__trigger {
    left: 0;
  }

  #submit,
  .single_add_to_cart_button {
    &:hover {
      background-color: #ff6500;
      text-decoration: none;
    }
  }

  .woocommerce section {
    .related {
      .button {
        &:hover {
          background-color: #ff6500;
          text-decoration: none;
        }
      }
    }
  }
}
