/* CSS Document */
/**
 * WooCommerce single product page
 */
.single-product .page-header.wpex-supports-mods {
  background-color: transparent;
  color: #838080;
  margin: 0 auto 20px;
  padding-bottom: 0;
}
.single-product .page-header-title.wpex-clr {
  display: none;
}
.single-product .site-breadcrumbs a,.single-product .site-breadcrumbs span {
  color: #838080;
}
.related .products h2.woocommerce-loop-product__title {
  margin-bottom: 0px;
}
.single-product div.product div.images {
  margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .single-product div.product div.images {
    width: 40%;
    margin-bottom: 2px;
  }
  .single-product div.product div.summary {
    width: 60%;
  }
}
.single-product div.product div.summary {
  padding: 25px;
  background-color: #eaeaea;
}
.single-product .summary .variations .label {
  display: none;
}
.single-product .summary .variations .wpex-select-wrap {
  position: relative;
  background: #eaeaea;
  border: 1px solid #D2CEC9;
}
.single-product .summary .variations select {
  
  color: var(--sort);
}
.single-product .summary .variations span.fa-angle-down:before {
  color: var(--sort);
}
.single-product .summary .single_variation_wrap {
  height: auto;
  overflow: hidden;
}
.single-product .summary .stock.in-stock {
  margin: 0 0 5px;
  color: #838080;
}
.single-product .summary form.cart {
  padding: 0 0 20px 0;
}
.single-product .summary form.cart .variations_button {
  padding: 0;
}
.single-product .summary .single_variation_wrap span.price {
  margin: 0;
}
.single-product .summary .woocommerce-Price-currencySymbol {
  margin-right: 6px;
}
.single-product .summary .woocommerce-Price-amount.amount {
  color: var(--sort);
  
}
.single-product .summary .single_add_to_cart_button {
  
  border-radius: 0;
  height: 45px;
}
.single-product .summary .single_add_to_cart_button:before {
  font-family: "bodysds-icons";
  content: "\bd904";
  margin-right: 8px;
  font-size: 20px;
  display: block;
  float: left;
}
.single-product .summary form.cart div.quantity .minus,.single-product .summary form.cart div.quantity .plus {
 /* height: 22px;
  line-height: 22px;*/
  width: 32px;
  border: 0;
  background-color: #838080;
  color: var(--base-3);
  font-size: 20px;
}
.single-product .summary form.cart div.quantity .plus {
  font-size: 17px;
}
.single-product .summary .product_meta {
  border: 1px solid #D2CEC9;
  border-left: 0;
  border-right: 0;
  padding: 12px;
  color: var(--sort);
  font-size: 13px;
}
.single-product .summary .product_meta span {
  display: inline;
  margin-right: 7px;
}
.single-product .summary .product_meta .posted_in a,.single-product .summary .product_meta .tagged_as a {
  font-weight: normal;
  font-style: inherit;
  color: var(--sort);
}
.single-product .onsale {
  background-color: var(--accent);
  
  display: block;
  width: 100px;
  font-size: 14px;
  padding: 11px;
  line-height: 1;
  overflow: hidden;
  white-space: normal;
  text-align: center;
  top: 0;
  left: 0;
}
.general-shop-information p {
  
  font-size: 16px;
  line-height: 16px;
  width: auto;
  margin: 15px auto;
  text-transform: uppercase;
  max-width: 250px;
}
.general-shop-information p::before {
  font-family: "bodysds-icons";
  content: "\bd921";
  display: block;
  float: left;
  height: 100%;
  font-size: 40px;
  line-height: 30px;
  margin-right: 8px;
}
.general-shop-information-gallery img,.general-shop-information-gallery img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media only screen and (max-width: 920px) {
  .general-shop-information {
    display: none;
  }
}
.shortcode-visning.general-shop-information p {
  font-size: 13px;
  margin: 0 0 5px 0;
}
.shortcode-visning.general-shop-information p::before {
  font-size: 30px;
  margin-right: 20px;
}
.shortcode-visning.general-shop-information .general-shop-information-content img {
  width: 100%;
}
.single-product .woocommerce-tabs.wc-tabs-wrapper {
  margin-bottom: 100px;
}

/*woocommerce info bar*/
.woocommerce-error,.woocommerce-message,.woocommerce-info {
  border: none;
  padding: 16px 26px;
  color: #7D8080;
  margin: 0 0 20px 0;
  
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.woocommerce-message {
  background: #c8dfcd;
}
.woocommerce-error {
  background: #c8dfcd;
}
.woocommerce-info {
  background: #c8dfcd;
}
.woocommerce-error:before,.woocommerce-message:before,.woocommerce-info:before {
  color: inherit;
  display: block;
  float: left;
  position: initial;
  margin-right: 15px;
  font-size: 23px;
  margin-top: -1px;
  color: white;
}
.woocommerce-message:before {
  font-family: "bodysds-icons";
  content: "\bd921";
}
.woocommerce-error .button.wc-forward,.woocommerce-message .button.wc-forward,.woocommerce-info .button.wc-forward {
  color: #7D8080;
  margin-left: 30px;
}
.woocommerce-error a.button.wc-forward::before,.woocommerce-message a.button.wc-forward::before,.woocommerce-info a.button.wc-forward::before {
  font-family: "bodysds-icons";
  content: "\bd904";
  font-size: 17px;
  top: -3px;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info:before {
  display: none;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info p:before {
  font-family: "bodysds-icons";
  content: "\bd921";
  color: white;
  display: inline-block;
  position: initial;
  margin-right: 15px;
  font-size: 23px;
  transform: translatey(3px);
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 20px;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info > a.button.woocommerce-Button {
  margin-top: 0;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info > p {
  margin-bottom: 0;
}
@media screen and (min-width: 710px) {
  .woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
    flex-direction: row;
  }
}
/**
 * kurv
 */
.woocommerce-cart-form table.shop_table thead {
  background: transparent;
  /*font-family: "ProximaNova-Light", sans-serif;*/
}
.woocommerce-cart-form table.shop_table {
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
}
.woocommerce-cart-form table.shop_table tbody .actions {
  background: #f8f8f8;
  border: 0;
}
.woocommerce-cart-form .product-quantity .quantity.buttons_added {
  height: 34px;
  width: 63px;
  border: 1px solid #838080;
}
.woocommerce-cart-form .product-quantity .minus,.woocommerce-cart-form .product-quantity .plus {
  height: 16px;
  line-height: 12px;
  width: 32px;
  border: 0;
  background-color: #838080;
  color: var(--base-3);
  font-size: 14px;
}
.woocommerce-cart-form .product-quantity .plus {
  font-size: 12px;
}
.woocommerce-cart-form .product-quantity .qty {
  background-color: transparent;
}
body .product-quantity .quantity .plus,body .product-quantity .quantity .minus,.quantity .plus,.quantity .minus {
  /*position: absolute;*/
  width: 40%;
  height: 50%;
}
.quantity .plus {
 /* top: 0;
  right: 0;*/
}
.quantity .minus {
 /* right: 0;
  bottom: 0;*/
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  background-color: var(--base-3);
  border: 0;
  width: 160px;
  color: var(--sort);
}
.woocommerce-cart .cart-collaterals .cart_totals {
  border: 0;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive,.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive th,.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive td {
  border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive th,.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive td {
  padding: 5px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr.order-total {
  background-color: #f8f8f8;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table.shop_table_responsive tr.order-total .woocommerce-Price-amount.amount {
  font-size: 16px;
}
.woocommerce-Price-currencySymbol {
  margin-right: 5px;
}
.woocommerce table.shop_table a.remove {
  color: red;
}
.woocommerce-cart .cart-collaterals .checkout-button.button {
  width: auto;
  display: inline-block;
  border-radius: 0;
  float: right;
  /*font-family: "ProximaNova-Light", sans-serif;*/
  padding: 10px 16px;
  line-height: 20px;
}
.woocommerce-cart .cart-collaterals .checkout-button.button::before {
  content: "\bd917";
  font-family: "bodysds-icons";
  font-size: 20px;
  padding-right: 8px;
  display: block;
  float: left;
}
/**
 * Woocommerce checkout
 */
body.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table,body.woocommerce-checkout .woocommerce-checkout-payment {
  width: 100%;
  float: left;
}
body.woocommerce-checkout .col-1.active,body.woocommerce-checkout .col-2.active {
  background-color: #eaeaea;
}
@media screen and (min-width: 1160px) {
  body.woocommerce-checkout #customer_details .col-1,  body.woocommerce-checkout #customer_details .col-2 {
    padding: 25px;
    width: 50%;
  }
}
body.woocommerce-checkout .page-header.wpex-supports-mods {
  margin: 0 auto;
}
body.woocommerce-checkout form.woocommerce-checkout {
  padding-top: 0;
}
body.woocommerce-checkout form.woocommerce-checkout input,body.woocommerce-checkout form.woocommerce-checkout textarea {
  background-color: var(--base-3);
  border: 1px solid #D2CEC9;
  color: var(--sort);
}
body.woocommerce-checkout form.woocommerce-checkout #shipping_method input[type="radio"] {
  display: none;
}
body.woocommerce-checkout form.woocommerce-checkout #shipping_method input[type="radio"] + label::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--base-3);
  border: 1px solid #D2CEC9;
  display: block;
  border-radius: 50px;
  position: relative;
  left: -20px;
  top: 4px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
body.woocommerce-checkout form.woocommerce-checkout .active #shipping_method input[type="radio"] + label::before {
  border: 1px solid var(--base-3);
}
body.woocommerce-checkout form.woocommerce-checkout #shipping_method input[type="radio"]:checked + label:before {
  background-color: #D16E53;
  border: 1px solid #D16E53;
}
.woocommerce ul#shipping_method li label {
  color: initial;
}
.woocommerce ul#shipping_method li {
  margin: 0 10px 0.5em;
}
body.woocommerce-checkout .woocommerce .woocommerce-checkout #customer_details h3 {
  margin: 20px 0;
  font-size: 1.1em;
  text-transform: uppercase;
}
body.woocommerce-checkout .woocommerce table.shop_table {
  border: 0;
  margin: 0;
  border-collapse: unset;
  text-align: unset;
}
body.woocommerce-checkout .woocommerce table.shop_table thead {
  display: none;
}
body.woocommerce-checkout .woocommerce table.shop_table,body.woocommerce-checkout .woocommerce table.shop_table .product-quantity {
  color: var(--sort);
}
body.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th {
  background: transparent;
}
body.woocommerce-checkout .woocommerce table.shop_table th,body.woocommerce-checkout .woocommerce table.shop_table td,body.woocommerce-checkout .woocommerce table.shop_table tfoot td,body.woocommerce-checkout .woocommerce table.shop_table tfoot th {
  border: 0;
}
body.woocommerce-checkout .woocommerce table.shop_table th,body.woocommerce-checkout .woocommerce table.shop_table td {
  padding: 0.4em 0;
}
body.woocommerce-checkout .cart-subtotal th,.cart-subtotal td {
  font-family: "Avenir-Bold";
}
body.woocommerce-checkout .woocommerce-Price-currencySymbol {
  margin-right: 6px;
}
body.woocommerce-checkout .woocommerce table.shop_table .cart-discount th,body.woocommerce-checkout .woocommerce table.shop_table .cart-discount td,body.woocommerce-checkout .woocommerce table.shop_table .fee th,body.woocommerce-checkout .woocommerce table.shop_table .fee td {
  font-size: 13px;
  color: #7D8080;
  padding: 0.1em;
}
body.woocommerce-checkout .woocommerce table.shop_table .order-total th,body.woocommerce-checkout .woocommerce table.shop_table .order-total td {
  font-size: 23px;
  text-transform: uppercase;
  font-family: "Avenir-bold";
  padding: 0.2em;
}
body.woocommerce-checkout #coupon-anchor .ui-dialog-titlebar,#login-anchor .ui-dialog-titlebar {
  display: none;
}
body.woocommerce-checkout #coupon-anchor .coupon-special,#login-anchor .login-special {
  max-width: 380px;
}
body.woocommerce-checkout .woocommerce-checkout #payment {
  border: 0;
  background: transparent;
}
body.woocommerce-checkout .wc_payment_method input {
  display: none;
}
body.woocommerce-checkout form.woocommerce-checkout .wc_payment_method input[type="radio"]:checked + label {
  border: 1px solid #D2CEC9;
}
body.woocommerce-checkout form.woocommerce-checkout .active .wc_payment_method input[type="radio"]:checked + label {
  border: 1px solid var(--base-3);
  background-color: var(--base-3);
}
body.woocommerce-checkout form.woocommerce-checkout .wc_payment_method input[type="radio"] + label {
  display: block;
  padding: 5px;
  cursor: pointer;
}
body.woocommerce-checkout .col-1 #billing_first_name_field,.col-1 #billing_last_name_field,.col-1 #billing_postcode_field,.col-1 #billing_city_field,.col-1 #billing_phone_field,.col-1 #billing_email_field,.col-1 #shipping_first_name_field,.col-1 #shipping_last_name_field,.col-1 #shipping_postcode_field,.col-1 #shipping_city_field,.col-1 #shipping_phone_field,.col-1 #shipping_email_field {
  width: 48%;
  float: left;
}
body.woocommerce-checkout .col-1 #billing_first_name_field,.col-1 #billing_postcode_field,.col-1 #billing_phone_field,.col-1 #shipping_first_name_field,.col-1 #shipping_postcode_field,.col-1 #shipping_phone_field {
  margin-right: 4%;
}
body.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-size: 0.8em;
  
}
body.woocommerce-checkout .woocommerce-checkout #place_order {
  width: auto;
  float: right;
  border-radius: 0;
  font-family: "ProximaNova-Bold", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 20px;
}
body.woocommerce-checkout .woocommerce-checkout #place_order:before {
  font-family: "bodysds-icons";
  content: "\bd918";
  display: block;
  float: left;
  margin-right: 15px;
  font-size: 20px;
}
body.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox input {
  display: none;
}
body.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox input + span::before {
  content: "";
  background-color: var(--base-3);
  border-radius: 50px;
  font-size: 16px;
  margin-right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  padding: 2px;
  cursor: pointer;
}
body.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked + span::before {
  font-family: "bodysds-icons";
  content: "\bd922";
  line-height: 13px;
  color: #35424B;
  font-size: 10px;
  padding-left: 3px;
}
body.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox input + span::before {
  border: 1px solid #D2CEC9;
}
body.woocommerce-checkout form.woocommerce-checkout .active .woocommerce-form__label.woocommerce-form__label-for-checkbox input + span::before {
  border: 1px solid var(--base-3);
  background-color: var(--base-3);
}
body.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox span {
  line-height: 16px;
  display: block;
  float: left;
}
body.woocommerce-checkout .woocommerce-additional-fields {
  float: left;
  width: 100%;
  margin-top: 20px;
}
/*@media only screen and (max-width: 770px) { 2018-05-01 Change by Yan&Co to 989px */
@media only screen and (max-width: 989px) {
  body.woocommerce-checkout .woocommerce .col2-set .col-1,  body.woocommerce-checkout .woocommerce .col2-set .col-2,  body.woocommerce-checkout .woocommerce-page .col2-set .col-1,  body.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
body.woocommerce-checkout form.woocommerce-checkout p.terms label span:after {
  content: " *";
  color: red;
  font-weight: 800;
}
body.woocommerce-checkout form.woocommerce-checkout p.terms span.required {
  display: none;
}
body.woocommerce-checkout form.woocommerce-checkout p.terms label span:before {
  margin-bottom: 32px;
}
body.woocommerce-checkout .entry-content .woocommerce form.woocommerce-form.woocommerce-form-login {
  max-width: 1224px;
  margin: 40px auto;
}
/**
 * Shop oversigt styling
 */
ul.products.wpex-row.clr.match-height-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.woocommerce .products .product {
  padding-bottom: 0px;
}
.woocommerce .products .product {
  position: relative;
  text-align: center;
  border: 1px #f8f8f8 solid;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: var(--sort);
}
.woocommerce ul.products li.product .button:hover {
  color: var(--sort);
}
.woocommerce ul.products li.product a img.woo-entry-image-main {
  margin: 0px;
  height: 100%;
}
.product-details.match-height-content {
  height: auto;
  z-index: 1;
  padding: 10px;
  text-align: left;
}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
  color: var(--sort);
  font-weight: 300;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  text-align: left;
  padding: 10px 10px 5px 10px;
  
}
.woocommerce ul.products li.product .woocommerce-loop-product__date {
  font-size: 12px;
  padding: 10px 10px 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__date .date { 
  font-weight: 700;
}
.woocommerce ul.products li.product .woocommerce-loop-product__date + h2.woocommerce-loop-product__title {
  padding-top: 0;
}
.woocommerce ul.products li.product .product-img-wrapper {
  position: relative;
}
.woocommerce ul.products li.product .product-img-wrapper img {
  /*position: absolute;*/
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.wc-product-image{width:100%}
.wc-product-image:hover .secondary-image{background:var(--base-3)}
.woocommerce ul.products li.product .product-img-wrapper img {
  object-fit: cover;
}
.product-img-wrapper {
  height: 200px;
  overflow: hidden;
  position: relative;
}
img.woo-entry-image-main {
  z-index: -10;
}
.woocommerce ul.products li.product .onsale {
  top: 0px;
  margin: 0;
  right: 0px;
  background: var(--accent);
  
  width: 50%;
  left: inherit;
}
.woocommerce ul.products li.product .price {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  color: var(--sort);
  
  width: 100%;
  letter-spacing: 2px;
  line-height: 13px; 
  padding: 10px;
  margin-bottom: 0;
}
del span.woocommerce-Price-currencySymbol {
  display: none;
}
span.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.woocommerce ul.products li.product .price ins {
  float: left;
  margin-right: 5px;
}
.woocommerce ul.products li.product .price .amount {
  color: var(--sort);
  transition: all 0.3s;
}
.woocommerce ul.products li.product .button {
  margin: 0;
  background: none;
  width: 51%;
  padding: 10px;
  
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 13px;
}
.woocommerce .products .product:hover .button {
  color: var(--sort);
}
body.woocommerce-checkout a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover span.woocommerce-Price-amount.amount {
  color: black;
}
.single-product .woocommerce .button {
  color: var(--base-3);
}
a.bsds-add-to-cart.bsds-add-to-cart.button.product_type_simple {
  color: black;
}
a.button.view_product.product_type_simple {
  color: black;
}
/*** woocommerce knap, køb knap, læg i kurv knap ***/
.bsds-add-to-cart::before {
  font-family: "bodysds-icons";
  content: "\bd904";
  display: inline-block;
  margin-right: 8px;
}
a.bsds-add-to-cart.bsds-add-to-cart.button.product_type_simple:focus,a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:focus {
  color: #c8dfcd;
  background: #c8dfcd;
  content: "Lægger i kurv";
}
a.bsds-add-to-cart.bsds-add-to-cart.button.product_type_simple:focus:after,a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:focus:after {
  content: "Lægger i kurv";
  color: white;
  position: absolute;
  right: 10px;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:focus:after,a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:focus:before {
  color: #444;
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:focus:hover:before {
  color: #444;
  filter: invert(0);
}
a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart:focus:hover {
  border: white;
}
a.bsds-add-to-cart.bsds-add-to-cart.button.product_type_simple:focus:hover {
  color: #c8dfcd;
}
/**
 * WooCommerce product oversigt
 */
.ncm-product-serach-holder {
  float: right;
  max-width: 380px;
  overflow: hidden;
  height: 34px;
  margin: 28px auto;
}
.ncm-product-serach-holder form {
  overflow: hidden;
  width: auto;
  float: left;
  height: auto;
}
.ncm-product-serach-holder form input[type="search"] {
  height: 32px;
  line-height: 32px;
  margin-right: 8px;
  background-color: transparent;
  border: none;
  border-bottom-color: #eaeaea;
  border-bottom-style: solid;
}
.ncm-product-serach-holder form input[type="submit"] {
  display: none;
}
.ncm-product-serach-holder .product-serach-button {
  
  text-transform: uppercase;
  text-decoration: none;
  font-size: 18px;
  color: #838080;
  transition: all 0.3s;
  float: right;
  margin-bottom: 2px;
}
.ncm-product-serach-holder .product-serach-button:hover {
  color: #b7b1b1;
}
.ncm-product-serach-holder .product-serach-button:before {
  font-family: "bodysds-icons";
  content: "\bd903";
  font-size: 20px;
  position: relative;
  top: 2px;
  padding-right: 6px;
}
.ncm-product-category-holder {
  height: auto;
  margin: 28px auto;
  width: 100%;
  
  letter-spacing: 1px;
  padding: 5px;
}
.ncm-product-category-holder .product-cats {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width:  768px ) {
  .ncm-product-category-holder .product-cats {
    justify-content: flex-start;
  }
}
.ncm-product-category-holder .product-cats .category {
  text-transform: uppercase;
}
.ncm-product-category-holder .product-cats .category a {
  color: #838080;
  text-decoration: none;
  padding: 6px 9px;
  transition: all 0.3s;
  display: inline-block;
  font-size: 14px;
}
.ncm-product-category-holder .product-cats .category a:after {
  content: "";
  width: 1px;
  height: 14px;
  background: #b3b3b3;
  display: inline-block;
  transform: translate(10px, 2px);
}
.ncm-product-category-holder .product-cats .category a.Alle.active:after {
  display: none;
}
@media screen and (max-width:  768px ) {
  .ncm-product-category-holder .product-cats .category a {
    text-align: left;
    font-size: 13px;
    padding: 3px 9px;
  }
  .ncm-product-category-holder .product-cats .category a.Alle.active {
    padding: 3px 9px;
  }
}
.ncm-product-category-holder .product-cats .category a.active {
  padding: 5px 8px;
  border: 1px solid #838080;
}
.ncm-product-category-holder .product-cats .category a:hover {
  color: #b7b1b1;
  border-color: #b7b1b1;
}
.custom-product-slider-image {
  /* max-width: 100%;
	width: auto;
    height: auto;*/
}

.woocommerce-notices-wrapper + .kursus-wrapper {
  margin-top: 0;
}

.woocommerce-Price-amount.amount {
  font-size: 15px;
}

.cart-coupons .woocommerce-Price-amount {
  display: none;
}