/* Ajax cart start */
div#confirmBox {
    background: #ffffff;
}
span.am-title {
    display: none;
}
/* Ajax cart eind */
/* Jet theme start */
.table.additional-attributes>tbody>tr>th {
    width: 235px !important;
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-overlay {
    background-color: rgba(0,0,0,0.8);
}
.block.block-minicart.-sticky-minicart .amtheme-minicart-content {
    width: 450px;
    box-shadow: 0 0 30px rgb(0 0 0 / 33%);
}
.greet.welcome {
    flex: 1 0 20% !important;
}
.header.links {
    margin-inline-start: 20px;
}
.panel.header p {
    margin-bottom: 8px;
}
/* Jet theme eind */
/* Webwinkelkeus start */
.panel.header .webwinkelkeur {
    width: 200px;
    position: relative;
    height: 19px;
}
.panel.header img.webwinkelkeur {
    top: 4px;
    margin-right: 8px;
}
/* Webwinkelkeus eind */
/* Blog start */
.amblog-post-container img {
    width: 100%;
    border-radius: 5px 5px 0 0;
}
/* Blog eind */
/* Product start */
.amtheme-product-info .product-info-stock-sku .stock, .amtheme-product-info .availability.only {
    color: #54a901;
    border: 1px solid #54a901;
    border-radius: 3px;
    padding: 2px 4px;
    font-weight: 600;
}
.amtheme-product-info .product-info-stock-sku>div:nth-child(n+2):before {
    background: none;
}
.amtheme-product-info .product.attribute.sku {
    padding: 2px 0;
}
/* Product eind */
/* Categorie start */
.products-grid .product-item-inner {
    transition: max-height .4s ease-in-out,padding-bottom .4s ease-in-out;
}
/* Categorie eind */
/* Media query min 768 start */
@media only screen and (min-width: 768px) {
/* Ajax cart query 768 start */
  div#confirmBox {
      width: 560px;
  }
/* Ajax cart query 768 eind */
/* Categorie query 768 start */
.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.-hover .product-item-inner {
    width: calc(100% + 0px);
    box-shadow: none;
    left: 0;
    border-color: #0346b4;
}
.products-grid .product-items:not(.amtheme-products-secondary) .product-item-info:hover {
    border: 1px solid #0346b4;
    box-shadow: none;
}
.product-item>.product-item-info {
    border: 1px solid #dfdedd;
    box-shadow: none;
}
.products-grid .product-item-info:hover, .products-grid .product-item-info.-hover {
    transition: none;
}
/* Categorie query 768 eind */
}
/* Media query min 768 eind */
/* Media query max 768 start */
@media only screen and (max-width: 768px) {
  /* Webwinkelkeus start */
  .panel.header a.webwinkelkeur {
      justify-content: center;
      display: flex;
      width: 100%;
      height: auto;
  }
  .panel.header img.webwinkelkeur {
      margin-bottom: 10px;
      margin-top: 5px;
  }
  .panel.header a {
      color: #fff;
      font-weight: 400;
  }
  .panel.header p {
      margin-bottom: 0;
  }
  /* Webwinkelkeus eind */
}
/* Media query max 768 eind */
