/* Nieuwe zoekfunctie */
.dgwt-wcas-pd-addtc-form>.quantity {
  display: none;
}

.dgwt-wcas-pd-addtc .add_to_cart_button, .dgwt-wcas-pd-addtc .add_to_cart_inline, .dgwt-wcas-pd-addtc .add_to_cart_button a, .dgwt-wcas-pd-addtc .add_to_cart_inline a {
  width: 100%;
}

.dgwt-wcas-has-sku .dgwt-wcas-st-title {
  font-weight: 600;
}

.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more {
  color: #ea6925;
  text-decoration: underline;
}

/* Product pagina alle sections onder elkaar */
.woocommerce div.product .wc-tabs-wrapper .panel {
  display: block !important;
}

.woocommerce div.product .woocommerce-Tabs-panel h2:first-child {
  display: block !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--description .product-information {
  overflow: hidden;
}

.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--description .read-more {
  font-size:15px;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
}

.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--description .read-more:hover {
  text-decoration: none;
}

.woocommerce div.product .wc-tabs-wrapper .woocommerce-Tabs-panel--description .read-more .arrow-up {
  display: none;
}

h2.widgettitle {
  font-size: 22px;
}

.woocommerce .related ul.products li.product, .woocommerce .up-sells ul.products li.product, .woocommerce-page .related ul.products li.product {
  width: calc(25% - 45px);
}

.woocommerce div.product .summary .woocommerce-product-rating {
  cursor: pointer;
}

.woocommerce div.product .summary .woocommerce-product-rating a {
  display: block;
  display: none !important;
  position: absolute;
  right: 5px;
  top: 47px;
  color: #000;
}

/* Categorie pagina */
.shop-view {
  display: none;
}

.woocommerce ul.products li.product .review-count {
  display: none;
  order: 2;
  position: absolute;
  left: 280px;
  top: 45px;
  color: #000;
  text-decoration: none;
}

body.archive ul.products li.product .review-count {
  display: block;
}

.woocommerce ul.products li.product .review-count:hover {
  color: #000;
}

.woocommerce ul.products li.product .woocommerce-product-details__short-description:nth-child(2n) {
	/*display: none !important;*/
}

#yith-wacp-popup .yith-wacp-content h3 {
  font-size: 18px;
}

#yith-wacp-popup .yith-wacp-content .yith-wacp-related .yith-wacp-related-products .yith-wacp-related-product.product {
  height: auto !important;
  padding:0 5px !important;
}

#yith-wacp-popup .yith-wacp-content .product-info .product-title {
  font-size: 16px;
}

@media only screen and (max-width: 989px)  {
    #top-header-mobile .icon-telephone.header-icon.phone {
  	font-size: 25px;
  	margin-right: 5px;
  }
}

@media only screen and (min-width: 770px) and (max-width: 989px)  {
  body.tax-product_cat.woocommerce ul.products.list-view li .star-rating, body.post-type-archive.woocommerce ul.products.list-view li .star-rating, body.archive.woocommerce ul.products.list-view li .star-rating {
    left:170px;
  }

  body.tax-product_cat.woocommerce ul.products.list-view li .woocommerce-product-details__short-description, body.post-type-archive.woocommerce ul.products.list-view li .woocommerce-product-details__short-description, body.archive.woocommerce ul.products.list-view li .woocommerce-product-details__short-description {
    left: 150px;
  }

  .woocommerce ul.products li.product .review-count {
    left: 240px;
  }

  .woocommerce ul.products.list-view li.product .button {
    width: calc(100% - 20px);
  }

  .archive .in-stock {
    background: white;
    padding: 5px;
    width: 98%;
    align-items: center;
    line-height: 1;
    text-align: right;
    color: green;
    font-weight: bold;
    font-size: 11px;
    margin-top: 30px;
  }

     .archive .available-on-backorder {
    background: white;
    padding: 5px;
    width: 98%;
    align-items: center;
    line-height: 1;
    text-align: right;
    color: red;
    font-weight: bold;
    font-size: 11px;
    margin-top: 30px;
  }

  .woocommerce ul.products.list-view li.product .view-more-btn {
    width: 40%;
  }
}

@media screen and (max-width: 769px) {
  .woocommerce ul.products li.product .review-count {
    position: unset;
    width: 50px;
    margin-left: 70px;
    margin-top: -22px;
  }
}
