@media (min-width: 768px) {
  .page-layout-3columns .page-main > .columns, .page-layout-2columns-left .page-main > .columns {
    grid-template-columns: unset !important;
  }
}

section.category-list .filter-current * {
  display: flex;
}

section.category-list .filter-current {
  display: flex;
  gap: 10px;
}
section.category-list .filter-current .action.remove {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
}
section.category-list .filter-current .action.remove>span {
  width: 2.4rem;
  height: 1.5rem;
  background-color: #000;
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16" /></svg>') no-repeat 50% 50%;
  -webkit-mask-size: 1.25rem 1.25rem;
}

section.category-list .filter-actions > .filter-clear {
  text-decoration: underline;
}

/******************************************************************/
/* Rahmen für Unterkategorien */
/*****************************************************************/

ul.subcategory-list {
  display:flex;
  flex-wrap:wrap;
  padding-bottom:40px;
  justify-content:center;
  align-items:stretch;
  gap:15px;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  -ms-overflow-style:-ms-autohiding-scrollbar;
  width:100%
}
ul.subcategory-list>li.cartegory-item {
  position: relative;
  display:flex;
  position:relative;
  margin:0;
  width:20rem;
  white-space:normal;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  text-align:center;
  background:#eee;
  box-shadow:5px 10px 15px silver;
  transition:all .2s ease-in-out;
  border-left: 25px solid #0b4287;
}

ul.subcategory-list>li.cartegory-item:hover {
  transform:scale(1.1)
}
ul.subcategory-list>li.cartegory-item>.category-item-wrapper {
  display:flex;
  flex-direction:column;
  text-decoration:none;
  width:100%;
  color:#000
}
ul.subcategory-list>li.cartegory-item>.category-item-wrapper>.category-item-image-wrapper {
  display:flex;
  justify-content:center;
  height:200px;
  background:#e5e5e5
}
ul.subcategory-list>li.cartegory-item>.category-item-wrapper>.category-item-image-wrapper>img {
  padding:10px;
  object-fit:scale-down;
  text-align:center;
  mix-blend-mode:multiply;
  border-style:none
}
ul.subcategory-list>li.cartegory-item>.category-item-wrapper>.category-item-title-wrapper {
  margin:0;
  padding:0 15px;
  background:#eee;
  display:flex;
  align-items:center
}
ul.subcategory-list>li.cartegory-item>.category-item-wrapper>.category-item-title-wrapper>h3 {
  margin:0;
  padding:0;
  width:100%;
  white-space: normal;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
ul.subcategory-list.fachwissen > li.cartegory-item>.category-item-wrapper>.category-item-title-wrapper>h3 {
  font-size: 1.2rem;
}



/******************************************************************/
/*Minicart */
/*****************************************************************/
.minicart-items-wrapper * { 
  box-sizing:  border-box;
}

.minicart-items-wrapper > .minicart-items > .product-item {
  width:unset;
  box-shadow: unset;
  margin: 5px !important;
  /*! border-bottom: 1px solid gray !important; */
  border:none;
}


.minicart-items-wrapper ol.minicart-items > li.product-item > div.product > div.product-item-details {
  max-width: calc(60% - 0.75rem);
}
.minicart-items-wrapper ol.minicart-items > li.product-item > div.product > div.product-item-details >.product-item-name {
  font-weight:normal !important;
}

.minicart-items-wrapper ol.minicart-items > li.product-item > div.product > div.product-item-details > .actions {
  display: flex;
  gap: 0.125rem;
  position: unset;
  justify-content: right;
}

.checkout-nagel-payment-method {
  display: none !important;
}

/* vorerst Ausblende, weil es eh keine preise gibt */
#minicart-content-wrapper > .block-content > .subtotal { 
  display: none;
}

#minicart-content-wrapper > .block-content #top-cart-btn-checkout  {
  display: none;
}

.nagel-minicart-product-item {
  display: flex;
  flex-direction: column; 
}

.nagel-minicart-product-item > div.product {
  display: flex;
}

.nagel-minicart-product-item {
  display: flex;
  flex-direction: column; 
  
}

.nagel-minicart-product-item > div {
  display: flex;
}

.nagel-minicart-product-item  {
  background-color: #CC071E;
  background-color: white !important;
  width: 120px;
}

.nagel-minicart-product-item > .nagel-minicart-product-item-actions {
}

.nagel-minicart-product-item > div.nagel-minicart-product-item-actions > button {
    display: flex;
    width: 10px;
    border: none;
}

.nagel-minicart-product-item > div.nagel-minicart-product-item-actions > button.nagel-product-item-actions-cart {
  order: 1;
  flex-grow: 1;
  background-color: #0b4287;
  background-image: url(../images/anfrageliste.webp) !important;
  background-position: center center;
  background-size: 25px 30px;
  background-repeat: no-repeat;  
  display: none;
}

.nagel-minicart-product-item > div.nagel-minicart-product-item-actions > button.nagel-product-item-actions-dec {
  order: 3;
  flex-grow: 1;
  background-color: #0b4287;
  background-position: center center;
  background-size: 25px 30px;
  background-repeat: no-repeat;  
  color: white;
  font-size: 16pt;
}

.nagel-minicart-product-item > div.nagel-minicart-product-item-actions > button.nagel-product-item-actions-inc {
  order: 5;
  flex-grow: 1;
  background-color: #0b4287;
  color: white;
  font-size: 16pt;
}

.nagel-minicart-product-item > div.nagel-minicart-product-item-actions > button.nagel-product-item-actions-trash {
  order: 2;
  flex-grow: 1;
  background-color: #0b4287;
  background-image: url(../images/delete.webp) !important;
  background-position: center center;
  background-size: 25px 25px;
  background-repeat: no-repeat;  
  display: none;
}

.nagel-minicart-product-item > div.nagel-minicart-product-item-actions > input {
  All: unset;
  order: 4;
  display: flex;
  flex-grow: 5;
  border: 1px solid #0b4287;
}

#minicart-content-wrapper .actions .action.viewcart.tocart.primary.anfrage {
  background-color: #0b4287 !important;
  width: calc( 100% - 12px );
}

/******************************************************************/
/*Produktrahmen */
/*****************************************************************/
/*
@media (min-width: 768px) {
  .product-info-wrapper {
    row-gap: 0;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "main price" "main price" !important;
  }
}
*/

.product-item {
  display:flex;
  position:relative;
  margin:0;
  width:20rem;
  white-space:normal;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  text-align:center;
  background:#fff;
  box-shadow:5px 10px 15px silver;
  max-height: 650px;
}
  
  .product-item >.product-item-info {
    display:flex;
    flex-direction:column;
  }
  
  .product-item > .product-item-info > .product-item-photo > .product-image-container {
    width: 100% !important;
    background:#e5e5e5;
  }
  
  .product-item > .product-item-info > .product-item-photo > .product-image-container > img {  padding:10px;
    text-align:center;
    mix-blend-mode:multiply;
    border-style:none;
  }
  
  .product-item > .product-item-info > .product-item-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .product-item > .product-item-info > .product-item-details > .product-item-name > .product-item-link-details {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    text-decoration: underline;
    font-size: 0.8rem;
  }



  .product-item > .product-item-info > .product-item-details > .price-box {
    order: 1;
  }
  .product-item > .product-item-info > .product-item-details > .price-box .price {
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  
  .product-item > .product-item-info > .product-item-details > .product-item-inner {
    order: 3;
  }
  
  .product-item > .product-item-info > .product-item-details > .product-item-inner  > .product-item-link-details {
    display: flex;
    flex-direction: column;
    font-weight: 300;
    text-decoration: underline;
    font-size: 0.8rem;
  }

  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions {
    display: flex;
    justify-content: center;
  }
  
  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary {
    order: 2;
    flex-grow:1;
  }
  
  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary > form > .actions-qty {
    display: flex;
    margin-bottom: 15px;
  }


  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary > form > .actions-qty > .request-button {
    background-color: #0B4287;
    border: 1px solid #0b4287;    
    color: #FFF;
    cursor: pointer;
    display: unset;
  }

  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary > form > .actions-qty > .dec {
    display: flex;
    order: 0;
  }

  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary > form > .actions-qty > input.qty {
    all: unset;
    display: flex;
    order: 1;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 1em;
    background-color: #FFFFFF;
    color: #000000;
    cursor: unset;
    border: 1px solid #0b4287;    

  }

  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary > form > .actions-qty > .inc {
    display: flex;
    order: 2;
  }


/*
.product-add-form .box-tocart > .fieldset >.control {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: justify-content;
  width: 100%;
  border: none;
}

.product-add-form .box-tocart > .fieldset >.control > .request-button {
    background-color: #0B4287;
    border: 1px solid #0b4287;    
    color: #FFF;
    cursor: pointer;
    display: unset;
    
}

.product-add-form .box-tocart > .fieldset >.control > .request-button.dec {
    order: 0;
    margin: 0;
    flex-basis: 4rem;
    font-size: 1.5em;
}

.product-add-form .box-tocart > .fieldset >.control > input {
    all: unset;
    order: 1;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 1em;
    background-color: #FFFFFF;
    color: #000000;
    cursor: unset;
    border: 1px solid #0b4287;    
}

.product-add-form .box-tocart > .fieldset >.control >.request-button-add-product {
    order: 2;
    margin-right: 5px;
    flex-basis: 4rem;
    font-size: 1.5em;
}

.product-add-form .box-tocart > .fieldset >.control > #product-addtocart-button {
    position: relative;
    order: 3;
    flex-basis: 10rem;
    background-image: url("../images/anfrageliste.webp");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #0B4287;
    border: 1px solid #0b4287;    
    color: #FFF;
}

.product-add-form .box-tocart > .fieldset > .actions {
  width: 100%;
  justify-content: right;
}

.product-add-form .box-tocart > .fieldset > .actions > div {
  width: 250px;
}
*/






  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary > form > button.tocart {
    width: 100%;
    background-color:rgb(0, 137, 60);
  }
  .product-item-actions > .actions-primary > form > button.tocart.anfrage {
    background-color: #0b4287 !important; 
  }

  
  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-primary > form > button.tocart:hover {
    background-color: rgba(0,0,0,0.7);
  }
  
  .product-item > .product-item-info > .product-item-details > .product-item-inner > .product-item-actions > .actions-secondary {
    order: 1;
  }
  
  .products-grid .product-items {
    margin-top: 15px;
    justify-content: center;
  }

/******************************************************************/
/*Info Fahnen oben rechts */
/*****************************************************************/

  .ribbon {
    position:absolute;
    right:-5px;
    top:-5px;
    z-index:100;
    overflow:hidden;
    width:120px;
    height:120px;
    text-align:right;
    color:#fff
  }
  .ribbon span {
    font-size:13px;
    font-weight:400;
    color:var(--btntextfarbe);
    text-transform:uppercase;
    text-align:center;
    line-height:20px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    width:150px;
    display:block;
    background:#79a70a;
    background:linear-gradient(#6d6c73 0%,#6d6c73 100%);
    box-shadow:0 3px 10px -5px #000;
    position:absolute;
    top:36px;
    right:-29px
  }
  .ribbon.aktion span,
  .ribbon.anfrage span,
  .ribbon.new span {
    background:#76923c;
    font-size:13px;
    font-weight:700;
    color:#fff;
    text-transform:uppercase;
    text-shadow:1px 1px 1px #000,1px -1px 1px #000,-1px 1px 1px #000,-1px -1px 1px #000
  }
  .ribbon.anfrage span {
    /*background:#ffbd03;*/
    background: #0b4287;
  }
  
  .ribbon span:after {
    content:"";
    position:absolute;
    right:0;
    top:100%;
    z-index:-1;
    border-left:3px solid transparent;
    border-right:3px solid #6d6c73;
    border-bottom:3px solid transparent;
    border-top:3px solid #6d6c73
  }
  .ribbon span:before {
    content:"";
    position:absolute;
    left:0;
    top:100%;
    z-index:-1;
    border-left:3px solid #6d6c73;
    border-right:3px solid transparent;
    border-bottom:3px solid transparent;
    border-top:3px solid #6d6c73
  }

/******************************************************************/
/*häufig gesehen */
/*****************************************************************/

.recent.products-list * {
  display: flex;
}
.recent.products-list >.product-items {
  flex-wrap: wrap;
  gap: 15px;
}

.recent.products-list > .product-items {
}


.recent.products-list .product-item > div.product-item-info {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  align-items: center;
}

.recent.products-list .product-item .product-item-details {
  align-items: center;
}

/**********************************************************/
/* Filter Content Left */
/**********************************************************/
.filter-content > .filter-options > .filter-options-item > .filter-options-title {
  font-weight: bold;
}
.filter-content > .filter-options > .filter-options-item > .filter-options-content > .items > .item {
  color: #777;
  margin: 10px 0;
}

/**********************************************************/
/* PLP Toolbar Pagination usw */
/**********************************************************/

.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap : 5px;
}

.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li {
  width: 50px;
  height: 50px;
}
.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li.current {
  background-color: #0b4287 !important;  
}
.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li.pages-item-next,
.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li:hover {
  background-color: lightgrey;
}

.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li > a,
.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li > span,
.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li > strong {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: transparent;
  border: 1px solid lightgrey;
}

.nagel-products-toolbar > .toolbar.toolbar-products > .pages > ul > li > strong * {
  color: white;
}


/**********************************************************/
/* PDP Produkt Styles */
/**********************************************************/

.pdp-nagel {
  display: flex;
  margin: 25px auto;
  justify-content: center;
  gap: 15px;
}

.pdp-nagel > .pdp-cart,
.pdp-nagel > .pdp-info {
  display: flex;
}

.pdp-nagel > .pdp-info {
  flex-direction: column;
  width: 500px;  
  overflow: scroll;
}

@media (max-width: 1024px) {
  .pdp-nagel > .pdp-info {
      width:60%;
  }
}
@media (max-width: 800px) {
  .pdp-nagel {
    margin-top: 125px;
  }
  .pdp-nagel > .pdp-info {
      width:50%;
  }
}
@media (max-width: 620px) {
  .pdp-nagel {
    margin-top: 25px;
    flex-direction: column;
    align-items: center;
  }
  .pdp-nagel > .pdp-info {
      width:70%;
  }
}



.pdp-nagel > .pdp-info * {
  display: flex;
}

.pdp-nagel > .pdp-info > .product-item-description,
.pdp-nagel > .pdp-info > .product-item-lager,
.pdp-nagel > .pdp-info > .product-item-price,
.pdp-nagel > .pdp-info > .product-item-review,
.pdp-nagel > .pdp-info > .product-item-name,
.pdp-nagel > .pdp-info > .product-item-special {
  padding: 15px;
}

.pdp-nagel > .pdp-info > .product-item-name {
  order: 0;
  font-size: 1.5rem;
  font-weight: bold;
}

.pdp-nagel > .pdp-info > .product-item-price {
  order: 1;
  flex-direction: column;
}

.pdp-nagel > .pdp-info > .product-item-price > .product-item-price-final {
  font-size: 1.5rem;
  font-weight: bold;
}

.pdp-nagel > .pdp-info > .product-item-price > .product-item-price-final > .product-item-price-netto {
  font-size: 1rem;
  font-weight: bold;
  align-items: center;
  color: gray;
}

.pdp-nagel > .pdp-info > .product-item-price > .product-item-price-tax {
  font-style: italic;
  align-items: center;
  color: gray;
}

.pdp-nagel > .pdp-info > .product-item-price > .product-item-price-tier {
  
}


.pdp-nagel > .pdp-info > .product-item-lager{
  order: 2;
}

.pdp-nagel > .pdp-info > .product-item-description {
  order: 1;
}

.pdp-nagel > .pdp-info > .product-item-description * {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-content: flex-start;
  text-align: left;
}

.pdp-nagel > .pdp-info > .product-item-review {
  order: 3;
}

.pdp-nagel > .pdp-info > .product-item-special {
  order: 4;
}




/*
main#maincontent .product-info-wrapper {
  margin-top: 50px;
} 


div.product-info-wrapper > .product-info-main > .page-title-wrapper > h1.page-title {
  font-size: 1.5rem;
}

div.product-info-wrapper > .product-info-main > .price-box {
  align-self: center;
}

div.product-info-wrapper > .product-info-main > .price-box > .price-final_price {
  font-size: 2.5rem;
  font-weight: 700;
}

.product-add-form .box-tocart * {
  display: flex;
}

.product-add-form .box-tocart > .fieldset {
  flex-direction: column;
  display: flex;
}

/*
.product-add-form .box-tocart > .fieldset >.control {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: justify-content;
  width: 100%;
  border: none;
}

.product-add-form .box-tocart > .fieldset >.control > .request-button {
    background-color: #0B4287;
    border: 1px solid #0b4287;    
    color: #FFF;
    cursor: pointer;
    display: unset;
    
}

.product-add-form .box-tocart > .fieldset >.control > .request-button.dec {
    order: 0;
    margin: 0;
    flex-basis: 4rem;
    font-size: 1.5em;
}

.product-add-form .box-tocart > .fieldset >.control > input {
    all: unset;
    order: 1;
    position: relative;
    display: block;
    box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
    line-height: 30px;
    width: 100%;
    text-align: center;
    font-size: 1em;
    background-color: #FFFFFF;
    color: #000000;
    cursor: unset;
    border: 1px solid #0b4287;    
}

.product-add-form .box-tocart > .fieldset >.control >.request-button-add-product {
    order: 2;
    margin-right: 5px;
    flex-basis: 4rem;
    font-size: 1.5em;
}

.product-add-form .box-tocart > .fieldset >.control > #product-addtocart-button {
    position: relative;
    order: 3;
    flex-basis: 10rem;
    background-image: url("../images/anfrageliste.webp");
    background-position: center center;
    background-size: 50%;
    background-repeat: no-repeat;
    background-color: #0B4287;
    border: 1px solid #0b4287;    
    color: #FFF;
}

.product-add-form .box-tocart > .fieldset > .actions {
  width: 100%;
  justify-content: right;
}

.product-add-form .box-tocart > .fieldset > .actions > div {
  width: 250px;
}
*/

/*
.product.info.detailed {
  display: flex;
  flex-direction: column;
  margin: 50px auto;
}

.product.info.detailed > .items > .tab-label-description {
  border: 1px solid lime;
}

.product.info.detailed > .items > .data.item.title {
  flex: 1;
  margin: 0;
  padding: 10px;
  text-align: center;
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.3s;
  border-bottom: 2px solid darkgrey; /* Dunkelgraue untere Grenze für inaktive Tabs */
/*
}

.product.info.detailed > .items > .data.item.title:hover {
  text-decoration: underline;
  font-weight: bold;
}

.product.info.detailed > .items > .data.item.title.active {
  background-color: none; 
  font-weight: bold;
  border-bottom: 2px solid rgb(11, 66, 135); /* Blaue untere Grenze für aktive Tabs */
/*
}
*/
.product.info.detailed > .items > .data.item.content* {
  all: unset;
}

.product.info.detailed > .items > .data.item.content {
  display: block;
  padding: 20px;
  /*background-color: white;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);*/

  border: 1px solid transparent;
  border-top: none;
  text-align: left;
  font-size: 1rem;
  min-height: 200px;
  max-height: 500px;
  overflow-y: scroll;
}

.product.info.detailed > .items > .data.item.content div * {
  display: block;
}

div.product-info-wrapper {
  position: relative;
  box-sizing: border-box;
  padding:0;
  margin-bottom: 55px;
  text-align: center;
  box-shadow: 0 0 20px #0000006b;
  background-color: #FFF;
}

div.nagel-product-info-main {
  background-color: #0b4287;
  background-color: lightgray;
  
}
div.nagel-product-info-main {
  display: flex;
}

div.nagel-product-info-main #description ul {
  list-style: unset;
  list-style-type: none;
  margin-left: 0px;
  font-family: Arial;
  font-size: 14px;
}

div.nagel-product-info-main #description ul > li {
  margin-left: -10px;
  text-indent: -10px;
}


div.nagel-product-info-main > .page-title-wrapper {
} 
div.nagel-product-info-main > .page-title-wrapper * {margin: 0 !important;font-weight: normal;padding: 5px;}


div.nagel-product-info-main > .price-box {
  all: unset;
  display: flex;
  justify-content: center;
  line-height: 2.5rem; 
  width: 350px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #DDD;
  padding-bottom: 15px;
  box-shadow: 0px 10px 10px #0000006b;
} 

div.nagel-product-info-main > .price-box > .price-container {
  flex-direction: column;
}

div.nagel-product-info-main > .price-box > .price-container > .price-wrapper {
  justify-content: center;
}
div.nagel-product-info-main > .price-box > .price-container > .product-tax-info {
  justify-content: center;
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  display: flex;
  line-height: 20px;
  padding: 0 5px;
} 

div.nagel-product-info-main > .prices-tier {
  all: unset;
  align-self: center;
  display: flex;
  justify-content: center;
  width: 350px;
  min-height: 100px;
  margin-top: -0.5rem;
  background-color: #DDD;
  box-shadow: 0px 10px 10px #0000006b;
}

div.nagel-product-info-main > .prices-tier * {
  display: flex;
}

div.nagel-product-info-main > .prices-tier > .item,
div.nagel-product-info-main > .prices-tier > .item > .priceblock {
  width: 100%;
}

div.nagel-product-info-main > .prices-tier > .item > .priceblock > .price {
  padding: 0px 15px;
  width: 60%;
  justify-content: right;
}
div.nagel-product-info-main > .prices-tier > .item > .priceblock > small  {
  padding: 0px 15px;
  width: 40%;
  justify-content: right;
}

div.nagel-product-info-main > .prices-tier > .item > .priceblock .product-tax-info {
  font-size: 10pt;
  font-weight: normal;
  font-style: italic;
  padding: 0 10px;
}

div.nagel-product-info-main > .product-add-form {
  justify-content: center;
}

div.nagel-product-info-main > .product-add-form > #product_addtocart_form > .box-tocart {
  margin: 0 55px;
}

div.nagel-product-info-main > .product-info-stock-sku,
div.nagel-product-info-main > .product.info.detailed {
  margin: 0 55px;
}

div.product-info-wrapper > .product.media .thumbnails.thumbs {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

div.product-info-wrapper > .product.media .thumbnails.thumbs > a {
    box-shadow: 0 0 20px #0000006b;
}

div.nagel-product-info-main > .tocompare {
  border:4px solid orange;
}

div.nagel-product-info-main > .towishlist {
  border:4px solid green;
}



.nagel-box-vorteile {
  display: flex;
  flex-wrap: wrap;
  box-sizing:  border-box;
  margin: 0 0 25px 0;
  padding: 0;
  gap: 15px;
  margin-top: 45px;
}

.nagel-box-vorteile > div.item {
  display: flex;
  flex-direction: column;
  flex: 1 0 26%;
  align-items: center;
  margin: 0;
  padding: 0 15px 15px 15px;
  box-sizing:  border-box;
  flex-wrap: wrap;
  border: 1px solid blue;
  justify-content: center;
  align-content: center;
  background-color: rgb(248, 248, 248);
  border-style: solid;
  border-color: rgb(245, 247, 250);
  border-radius: 10px;
  position: relative;
}

.nagel-box-vorteile > div.item > h5 {
  padding-top: 15px;
  font-size: 1.2rem;
}
.nagel-box-vorteile > div.item > img {
  width: 50px;
  height: 80px;
  object-fit: contain; 
}

.nagel-box-vorteile > div.item > p {
  font-size: 1rem;
  text-align: center;
}





.nagel-cart-message {
  position: fixed;
  display: flex;
  flex-direction:  column;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(1,1,1,0.5);  
}

.nagel-cart-message .message-success {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  flex-direction: column;
  border-radius: 0;
  width: auto;
  max-width: 380px;
  box-shadow:5px 5px 15px black;
  border-radius: 15px;
  background-color: white;
  
}


.nagel-cart-message .message-success > div {
  display: flex;
  flex-direction: column;
  margin: -40px -16px -12px -16px;
  margin: 0;
  padding: 15px;


}

.nagel-cart-message .message-success:before {
  display: none;
}

.nagel-cart-message .message-success > .button-close {
  position: absolute;
  right: 5px;
  top: 5px;
  display: none;
}

.nagel-cart-message .message-success > div > .tne-dialog-buttons,
.nagel-cart-message .message-success > div > .tne-dialog-message,
.nagel-cart-message .message-success > div > .tne-dialog-title {
  display: flex;
}

.nagel-cart-message .message-success > div {
  padding: 0;
}

.nagel-cart-message .message-success > div > .tne-dialog-title {
  justify-content: center;
  border-bottom: 1px solid #6d6c73;
  margin: 0;
  padding: 0;
  background-color: #0b4287;
  border-radius: 15px 15px 0px 0px;
}

.nagel-cart-message .message-success > div > .tne-dialog-title > h3 {
  margin: 5px;
  font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.2;
  color: rgb(21, 128, 61);
  color: white;
}

.nagel-cart-message .message-success > div > .tne-dialog-image {
  display: none;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
}

.nagel-cart-message .message-success > div > .tne-dialog-message {
  padding: 15px;
  color: black;
}


.nagel-cart-message .message-success > div >.tne-dialog-buttons {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  margin-top: 15px;
}

.nagel-cart-message .message-success > div >.tne-dialog-buttons > .button {
  display: flex;
  background-color: #0b4287;
  color: white !important;
  text-decoration: none !important;
	text-transform: uppercase;
  font-size: 15px;
  line-height: 10px;
  padding: 15px;
  margin-bottom: 15px;
}

.nagel-cart-message .message-success > div >.tne-dialog-buttons > .tne-dialog-buttons-cart-no {
  width: 100px;
}
.nagel-cart-message .message-success > div >.tne-dialog-buttons > .tne-dialog-buttons-cart-yes {
  background-color: darkgreen;
}
.nagel-cart-message .message-success > div >.tne-dialog-buttons > .tne-dialog-buttons-cart-ok {
  width: 100%;
}  


/*


.nagel-cart-message {
  position: fixed;
  display: flex;
  flex-direction:  column;
  justify-content: center;
  align-content: center;
  align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(1,1,1,0.5);  
}

.nagel-cart-message .message-success {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  width: auto;
  max-width: 380px;
}

.nagel-cart-message .message-success > .button-close {
  position: absolute;
  right: 15px;
  top: 15px;
  display: block;
}

.nagel-cart-message .message-success > .tne-dialog-title {
  margin: -35px 0 0 35px;
  border-bottom: 1px solid #6d6c73;
}

.nagel-cart-message .message-success > .tne-dialog-title > h3 {
  padding: 0 !important;
  margin: 0;
	display: block;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1.2;
  color: rgb(21, 128, 61);
}
.nagel-cart-message .message-success > .tne-dialog-buttons {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 15px;
}
.nagel-cart-message .message-success > .tne-dialog-buttons > .button {
  display: flex;
  background-color: #0b4287;
  color: white !important;
  text-decoration: none !important;
	text-transform: uppercase;
  font-size: 15px;
  line-height: 10px;
  padding: 15px;
  margin: 0;
}

.nagel-cart-message .message-success > .tne-dialog-buttons > .tne-dialog-buttons-cart-no {
}
.nagel-cart-message .message-success > .tne-dialog-buttons > .tne-dialog-buttons-cart-yes {
  background-color: darkgreen;
}
*/