

.np_grid_item {
	width:100%; 
	border:2px solid #FFF;
	border-radius:20px;
	margin-bottom:25px;
	padding:15px;
	background-color: rgba(255, 255, 255, 1); 
}

.np_grid_item img {
	width:100% !important;
	height: auto !important;
	border-radius:10px;
	margin-bottom:15px;
	
}

.np_grid_item h2 {
	font-size:18px;
	line-height:24px;
	color:#000;
}

.np_grid_item a {
	text-decoration:none;
}

.np_grid_item, .price {
	color:#000;
	margin-bottom:20px;
}



.add_to_cart_button, .single_add_to_cart_button, .checkout-button {
	dddisplay: block;
	width:140px !important;
	text-align:center;
	line-height:37px;
	background-color:#64a424 !important;
	color:#FFF;
	border-radius:8px !important;
	margin-top:24px;
	border: 0 !important;
}

.add_to_cart_button:hover, .single_add_to_cart_button:hover, .checkout-button:hover {
	background-color:#CCC !important;
	color:#64a424 !important;
}



.qib-button-wrapper button.qib-button {
	font-size:18px !important;
}


.qib-button-wrapper .quantity input.input-text.qty.text {
	font-size:18px !important;	
}



/* Cart page */
.cart_item > .product-name {
	font-size:22px;
	line-height:24px !important;
	color:#000;
}

.product-name > a {
	color:#000;
	text-decoration: none;
}


/* Content-single.php */

.summary, .quantity {
	margin-bottom: 20px;
}


/* Quantity selector */


.qib-button {
	border-radius: 8px;
	border: 0 !important;
}


.wqpmb_quantity {
	margin-top:20px;
}

.wqpmb_quantity > input {
	border: 0 !important;
}

.woocommerce td.product-quantity {
	min-height:60px;
}


.qib-button-wrapper {
	float:left !important;
}

.single_add_to_cart_button {
	clear:both;
}







.woocommerce-product-gallery__wrapper {
	border: none !important;
}

.wp-post-image {

	border: 2px solid #FFF;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
}

.product_meta {
	display:none !important;
}

.wc-tabs {
	display:none !important
}

.np_content_single {
	margin-bottom:150px; 
	background-color:#FFF; 
	border-radius:20px;
}

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






.woocommerce-pagination {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  > .page-numbers {
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    list-style: none;
    > li {
      margin: 0rem 0.25rem;
      list-style: none;
      &:before {         
	      display: none;
      }
      > .page-numbers {
        padding: 0;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        color: white;
        background: black;
        box-shadow: 0px 0px 0px 2px black;
        transition: box-shadow 0.3s linear;
        outline: solid 5px transparent;
        border-radius: 2rem;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        &:hover {
          box-shadow: 0px 0px 0px 3px black;
        }
        &.current {
          color: black;
          background: white;
          &:hover {
            box-shadow: 0px 0px 0px 2px black;
          }
        }
      }
    }
   }
 }

.woocommerce-pagination {
	margin-bottom:100px;
}


// verbergen niet gebruikte opties op Woocommerce afreken pagina
.wp-block-woocommerce-checkout-order-summary-block {
	border: 0 !important;
	display: none !important;
}



