.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before,
p.stock.in-stock {
  display: none;
}

/*== Main shop page ==*/

body.woocommerce #primary.site-content #content {
  width: 100%;
  padding: 0;
}

h1.page-title {
  font-size: 40px;
}

body.woocommerce #secondary .widget-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: var(--blue);
  white-space: nowrap;
  margin-top: 0;
}

body.woocommerce .blog-widget-area .widget ul {
  padding: 0;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: none;
  margin-right: 0px;
  width: 100%;
  height: auto;
  box-shadow: none;
}

body.woocommerce #secondary ul.product_list_widget li {
  margin-bottom: 50px;
  border-bottom: 8px solid var(--blue);
}

body.woocommerce #secondary ul.product_list_widget li span.quantity,
body.woocommerce #secondary span.woocommerce-Price-amount.amount {
  font-size: 26px;
}

body.woocommerce #secondary ul.product_list_widget li span.quantity {
  color: #595959;
}

body.woocommerce #secondary ul.product_list_widget li a {
  margin: 7px 0;
  color: #595959;
}

body.woocommerce #secondary a.remove.remove_from_cart_button {
  color: var(--sky) !important;
  width: 100%;
  text-align: right;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

body.woocommerce #secondary a.remove.remove_from_cart_button:after {
  content: "הסר מוצר";
  font-size: 14px;
  margin-right: 10px;
}

body.woocommerce a.remove:hover {
  background: transparent;
  opacity: 0.6;
}

.site-content .main-shop-page_products h2 {
  margin-top: 0.67em;
  color: #595959;
}

/*== Cat nav ==*/
.all-store-categories {
  background: var(--grey);
  padding: 15px 0;
  margin: 15px 0;
}

ul.store-categories {
  width: 100%;
  margin: 0;
  padding: 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.site-content .store-categories li {
  width: calc(25% - 10px);
  margin: 0;
  list-style: none;
  background: var(--blue);
  padding: 0;
  transition: all 0.3s;
}

body.term-32 .site-content .store-categories li:first-child,
body.term-27 .site-content .store-categories li:nth-child(2),
body.term-31 .site-content .store-categories li:nth-child(3) {
  background: #adadad;
}

.store-categories li:hover {
  background: var(--dark-blue);
}

.store-categories li a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 24px;
  text-align: center;
}

.store-categories li a img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  padding: 10px;
  margin-left: 25px;
  background: #222e60;
}

body.term-32 .store-categories li:first-child a img,
body.term-27 .store-categories li:nth-child(2) a img,
body.term-31 .store-categories li:nth-child(3) a img {
  background: #939393;
}

.store-categories li.all-products {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  background: transparent;
}

.store-categories li.all-products a {
  color: var(--blue);
  line-height: 80px;
}

/*== Cart page ==*/
.coupon-wrapper {
  width: 100%;
  background: var(--grey);
  padding: 15px 0;
  margin: 15px 0;
}

.coupon-wrapper input[type="text"] {
  border: 0;
  border-radius: 0;
  background: white;
  padding: 5px 15px;
}

.coupon-wrapper input[type="submit"] {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 5px 15px;
  color: var(--blue);
  font-weight: bold;
}

.cart-content {
  width: 100%;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td {
  border: 0;
}

table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:not(:last-child) td,
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
  border-bottom: 5px solid var(--blue);
  padding: 20px 15px;
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  width: 150px;
  height: 120px;
}

.woocommerce a.remove {
  color: var(--sky) !important;
  width: max-content;
  display: flex;
  align-items: center;
}

.woocommerce a.remove:after {
  content: "הסר מוצר";
  font-size: 16px;
  margin-right: 5px;
}

.woocommerce a.remove:hover {
  color: var(--dark-sky) !important;
  background: transparent;
}

td.product-name a {
  text-decoration: none;
  font-size: 22px;
}

.cart-content .woocommerce .quantity .qty {
  background: var(--grey);
  border: 0;
  padding: 8px 0px;
}

.woocommerce-page table.cart td.actions .coupon,
.woocommerce-form-coupon-toggle {
  display: none;
}

.cart-content table.cart td.actions {
  padding: 9px 0;
}

.woocommerce button.button[name="update_cart"] {
  width: 50%;
  height: 58px;
  color: white;
}

#checkout-wrapper {
  padding: 50px 0;
  background: var(--grey);
}

.woocommerce .order_details li {
  list-style: none;
}

ul.payment_methods li {
  list-style: none;
}

ul.product-categories .cat-item-19,
ul.product-categories .cat-item-20,
.post-type-archive .product_cat-go-ahead {
  display: none;
}

.checkout-con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.half-checkout {
  width: 100%;
}
.half-checkout:nth-of-type(2) {
  margin-top: 3em;
}

.woocommerce-billing-fields input,
.woocommerce-billing-fields select,
#checkout-wrapper #order_comments_field textarea {
  border-radius: 0;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#checkout-wrapper #order_comments_field textarea {
  height: 100px;
}

#checkout-wrapper label {
  font-size: 14px;
}

#billing_country_field,
#billing_country_field label {
  font-size: 0;
}

#billing_city_field,
#billing_phone_field {
  display: inline-block;
  width: 47%;
}

#billing_city_field {
  margin-left: 6%;
}

.cart-content .woocommerce-checkout-review-order-table thead,
.cart-content .woocommerce-checkout-review-order-table tbody,
#checkout-wrapper .woocommerce-checkout-review-order-table,
body.woocommerce-order-received .coupon-wrapper,
body.woocommerce-order-received main,
#checkout-wrapper .woocommerce-additional-fields h3 {
  display: none;
}

.cart-content .woocommerce-checkout-review-order-table {
  width: 50%;
  margin: 0 auto 0 0;
  text-align: left;
}

.cart-content .woocommerce-checkout-review-order-table td {
  border: 0;
}

.cart-content .woocommerce-checkout-review-order-table td li {
  list-style: none;
}

a.go-to-checkout {
  display: block;
  width: 50%;
  line-height: 58px;
  text-decoration: none;
  color: white;
  background: var(--sky);
  text-align: center;
  font-size: 24px;
  margin: 20px auto -30px 0;
  border-top: 5px solid var(--blue);
}

.cart-sidebar {
  width: 25%;
  max-width: 230px;
  margin: 0 0 0 20px;
}

/*== ==*/

.archive-product-content.not-main-page {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

body.single-product #secondary,
body.archive.woocommerce #secondary {
  width: calc(25% - 10px);
  margin-right: 10px;
  padding: 15px;
  background: var(--grey);
}

.woo-widget {
  margin-bottom: 20px;
}

h3.woo-widget-title {
  color: #91cd8d;
}

.woo-widget a {
  text-decoration: none;
}

.post-type-archive-product .woo-content {
  width: 100%;
}
.post-type-archive-product .woo-sidebar {
  display: none;
}

.woocommerce ul.products li.product .price ins {
  font-weight: normal;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  display: none;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce ul.products li.product h3,
.entry-content table,
.comment-content table,
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
  font-size: 18px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  color: white;
}

.woocommerce ul.products li.product a img {
  height: 250px;
  object-fit: cover;
  border: 10px solid var(--grey);
  margin-bottom: 0;
}

.post-type-archive-product .site-content h1 {
  color: #2a3376;
}

ul.store-title li {
  line-height: 2em;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  width: 100%;
  margin-bottom: 7px;
  box-sizing: border-box;
  text-align: center;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 0;
  background: var(--sky);
  transition: all 0.4s;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: var(--dark-sky);
}

.woocommerce a.added_to_cart {
  width: calc(100% - 30px);
  margin: 0 auto 15px;
  box-sizing: border-box;
  padding: 7px 0;
  text-align: center;
  font-size: 21px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 0;
  background: var(--green);
  color: white;
  transition: all 0.4s;
}

.woocommerce ul.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.woocommerce .not-main-page ul.products {
  width: 75%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  display: flex;
  flex-direction: column;
  width: calc(25% - 10px);
  height: 552px;
  float: none;
  margin: 0 0 10px 0;
  background: var(--grey);
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: calc(33.33% - 10px);
}

.tax-product_cat.woocommerce ul.products li.product,
.tax-product_cat.woocommerce-page ul.products li.product {
  width: calc(33% - 10px);
  height: 530px;
}

.woocommerce .site-content ul.products h2.woocommerce-loop-product__title {
  width: calc(100% - 30px);
  /* min-height: 71px; */
  margin: 0px 15px;
  color: var(--blue);
  font-size: 20px;
}
@media all and (max-width: 768px) {
  .nr_product_desc{
    margin: 0px 15px;
    font-size: 0.9em;
  }
  .woocommerce-loop-product__title{
    font-size: 18px !important;
  }

}

@media all and (min-width: 768px) {
  .nr_product_desc{
    margin: 5px 15px 15px 15px;
  }

}


.woocommerce ul.products li.product .price {
  width: calc(100% - 40px);
  margin: 0 20px 20px 20px;
  color: #595959;
  font-size: 26px;
}

.post-type-archive-product .woo-content ul.products li.product {
  height: 425px;
}

img.attachment-shop_catalog.size-shop_catalog.wp-post-image {
  border: solid #ccc 3px;
}

.woocommerce ul.products li.product a.button,
.woocommerce ul.products li.product input.thumbnail-quantity.quantity {
  width: calc(100% - 30px);
  margin: auto auto 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 1px;
  border-radius: 0;
  background: var(--sky);
  transition: all 0.3s;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product input.thumbnail-quantity.quantity:hover,
.woocommerce .woocommerce-pagination ul.page-numbers li:hover,
.woocommerce-page .woocommerce-pagination ul.page-numbers li:hover {
  background: var(--dark-sky);
}

.woocommerce nav.woocommerce-pagination {
  background: var(--grey);
  margin: 15px 0;
  padding: 15px 0 7px;
}

.woocommerce .not-main-page nav.woocommerce-pagination {
  width: 100%;
  order: 3;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li,
.woocommerce nav.woocommerce-pagination ul li span.current {
  min-width: 45px;
  height: 45px;
  background: var(--sky);
  margin: 0 10px;
  border: none;
  transition: all 0.4s;
}

.site-content nav {
  overflow: unset;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a,
.woocommerce-page .woocommerce-pagination ul.page-numbers li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
  margin: 0;
  font-size: 22px;
  color: white;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--dark-sky);
}

.wpcs_product_carousel_slider {
  direction: ltr;
}

ul.products li.featured:after,
.outofstock:after {
  content: "להיט!";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: white;
  background: #f26722;
  border: #d45a1e 6px solid;
  position: absolute;
  top: -12px;
  right: -12px;
  text-align: center;
  line-height: 59px;
  font-weight: bold;
  letter-spacing: 2px;
}

.outofstock span.onsale {
  display: none;
}

.outofstock:after {
  content: "חסר במלאי";
  color: red;
  background: #fff;
  border: 1px solid red;
  line-height: 20px;
  padding-top: 10px;
  height: 55px;
}

.product_cat-new-product:after {
  content: "חדש!";
  width: 65px;
  height: 65px;
  border-radius: 50%;
  color: white;
  background: #e23c90;
  border: #c5347e 6px solid;
  position: absolute;
  top: -12px;
  right: -12px;
  text-align: center;
  line-height: 59px;
  font-weight: bold;
  letter-spacing: 2px;
}

.woocommerce span.onsale {
  border: #80b57c 6px solid;
  width: 65px;
  height: 65px;
  position: absolute;
  top: -4px !important;
  right: -4px !important;
  text-align: center;
  line-height: 45px;
  font-weight: bold;
  letter-spacing: 2px;
}

.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover {
  background-color: var(--sky);
  opacity: 0.3;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: var(--sky);
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: var(--dark-sky);
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-top: 0;
}

/* body.postid-5590 .site-content { width: 100%; } */
body.postid-5590 .site-content #content {
  width: calc(100% - 80px);
}
/* body.postid-5590 #secondary { display: none; } */
body.postid-5590 form.variations_form.cart {
  max-width: 500px;
}

#product-5590 .entry-summary {
  width: 100% !important;
}
#product-5590
  .woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images,
#product-5590 .price,
#product-5590 .product_meta {
  display: none;
}

.postid-5961 #secondary,
.postid-5961 .woocommerce-product-gallery,
.postid-5961 .onsale {
  display: none;
}

.postid-5961.woocommerce #content div.product div.summary,
body.single.postid-5961 .site-content {
  width: 100% !important;
}

.postid-8012 #secondary,
.postid-8012 .woocommerce-product-gallery,
.postid-8012 .onsale,
body.single.postid-8012 section.related.products,
.postid-8024 #secondary,
.postid-8024 .woocommerce-product-gallery,
.postid-8024 .onsale,
body.single.postid-8024 section.related.products,
.postid-8012.woocommerce div.product p.price,
.postid-8024.woocommerce div.product p.price,
.postid-8012.woocommerce .product_meta,
.postid-8024.woocommerce .product_meta,
.postid-8012.woocommerce h1.page-title,
.postid-8024.woocommerce h1.page-title,
.postid-8012.woocommerce .all-store-categories,
.postid-8024.woocommerce .all-store-categories {
  display: none;
}

.postid-8012.woocommerce #content div.product div.summary,
body.single.postid-8012 .site-content,
body.single.postid-8012 .single-product-content,
body.single.postid-8012 .single-product .summary.entry-summary,
.postid-8024.woocommerce #content div.product div.summary,
body.single.postid-8024 .site-content,
body.single.postid-8024 .single-product-content,
body.single.postid-8024 .single-product .summary.entry-summary {
  width: 100% !important;
}

/* Single product page */
.woocommerce div.product .product_title {
  display: none;
}

body.single-product h2.single-product-title {
  font-weight: bold;
  margin: 15px 0;
}

.center-content.single-product-content_wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.single-product-content {
  width: 75%;
}

.single-product .product {
  border-top: 8px solid var(--blue);
  display: flex;
  flex-wrap: wrap;
}

.single-product .summary.entry-summary {
  background: var(--grey);
  width: 52% !important;
  padding: 15px;
}

section.related.products {
  width: 100%;
}

body.single-product #secondary {
  margin-top: 65px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  position: absolute;
  width: 100%;
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 60px;
  height: 60px;
  border: 3px solid var(--blue);
  margin: 7px;
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
  margin-bottom: 0;
}

.woocommerce div.product form.cart {
  margin-top: 70px;
}

.woocommerce div.product div.summary form.cart div.quantity {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.woocommerce.single-product div.product div.summary .quantity .qty,
.woocommerce.single-product div.product div.summary select {
  border-radius: 0px;
  margin-right: 10px;
  width: 100px;
  height: 35px;
  border: 0;
}

.woocommerce.single-product div.product div.summary .quantity:before {
  content: "בחירת כמות";
  display: inline-block;
}
/* Go Ahead */

.product_cat-go-ahead .stock,
.product_cat-go-ahead .product_meta {
  display: none;
}

.product-cat-go-ahead.outofstock:after {
  content: "נמכר!";
  height: 26px;
  line-height: 16px;
  width: 79px;
  border-radius: 14px;
  transform: rotate(14deg);
}

@media all and (max-width: 768px) {
  .site-content .store-categories li {
    width: calc(33.33% - 4px);
    max-width: 50%;
    margin: 0 2px;
  }

  .store-categories li a {
    font-size: 16px;
  }

  .store-categories li a img {
    width: 40px;
    height: 40px;
    margin-left: 5px;
    padding: 5px;
  }

  .store-categories li.all-products {
	width: calc(100% - 4px);
	max-width: 100%;
  }

  .store-categories li.all-products a {
    line-height: 45px;
  }

  .center-content.archive-product-content {
    width: 100%;
  }

  .woocommerce ul.products li.product {
    border-bottom: 1px solid grey;
  }

  .woocommerce ul.products li.product:nth-child(odd) {
    background: white;
  }

  .woocommerce ul.products li.product:nth-child(odd) a img {
    border-color: white;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .tax-product_cat.woocommerce ul.products li.product,
  .tax-product_cat.woocommerce-page ul.products li.product {
    height: auto;
    min-height: 200px;
  }

  .woocommerce ul.products li.product a img {
    width: 45%;
    height: 195px;
    float: right;
    margin-bottom: 0;
  }

  .woocommerce .site-content ul.products h2.woocommerce-loop-product__title {
    min-height: unset;
    margin: 0;
    width: 100%;
  }

  .woocommerce ul.products li.product .price {
    margin-top: 5px;
    font-size: 18px;
  }

  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product input.thumbnail-quantity.quantity {
    width: calc(60% - 30px);
    margin: -50px auto 0 10px;
  }

  .woocommerce a.added_to_cart {
    width: calc(100% - 20px);
  }

  .woocommerce ul.products li.product a.button,
  .woocommerce ul.products li.product input.thumbnail-quantity.quantity,
  .woocommerce a.added_to_cart {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .single-product .related.products .product {
    border-top: 0;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
    float: none;
    clear: both;
    margin: 0 0 0;
  }

  .woocommerce .woocommerce-pagination ul.page-numbers li,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin: 0 5px;
  }

  .woocommerce .woocommerce-pagination ul.page-numbers li a,
  .woocommerce-page .woocommerce-pagination ul.page-numbers li a,
  .woocommerce nav.woocommerce-pagination ul li span.current {
    font-size: 20px;
  }

  .archive-product-content.not-main-page {
    flex-direction: column;
  }

  .woocommerce .not-main-page ul.products,
  body.single-product #secondary,
  body.archive.woocommerce #secondary,
  .single-product-content,
  .single-product .summary.entry-summary {
    width: 100% !important;
  }

  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tr:not(:last-child) td:not(:last-child),
  table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
    border-width: 1px;
  }

  .cart-content .woocommerce-checkout-review-order-table {
    width: 70%;
  }

  .cart-sidebar {
    width: 100%;
    max-width: unset;
    margin: 50px 0 0 20px;
  }

  .cart-sidebar .widget.donate-now {
    margin-bottom: 0;
  }
}

.nr-card-design{
  display: flex;
  flex-direction: row;
}
.nr-card-design .cart-collaterals {
  width: 1px;
}

@media all and (max-width: 600px) {
  .single-product-content .woocommerce-message{
    display: flex;
    flex-direction: column-reverse;
  }
  .single-product-content .button.wc-forward {
    width: 100%;
    margin-right: 0;
  }
  .single-product-content .button.tdblue {
    background-color: #23b0e6;
    width: 100%;
    margin-right: 0;
  }
}

@media all and (min-width: 600px) {
  .single-product-content .button.wc-forward {
    width: 340px;
    margin-right: 5px;
  }
  .single-product-content .button.tdblue {
    background-color: #23b0e6;
    width: 340px;
    margin-right: 5px;
  }
  .single-product-content .woocommerce-message{
    display: flex;
    flex-direction: row-reverse;
  }
}

.woocommerce-page div.product div.images{
  background-color: #f0f0f0;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}