
.newsletter .primary {
    background-color: #f67599!important;
    color: #FFFFFF;
}
.page-header .search-area .minisearch .actions button {
    background-color: #f67599!important;
}
/**
.sticky-header ul a { 
    color: #222223!important;
}
.sticky-header ul a:hover { 
    color: #f67599!important;
    background: #FFFFFF;
}
.sticky-header ul a:active { 
    color: #f67599!important;
    background: #FFF;
}
.sticky-header ul a:link { 
    background: #ffffff;
}
**/
.payment-icon {
	filter: invert(0)!important;
}
.header-main .header-left {
    height: 120px!important;
}

@media only screen and (max-width: 768px) {
	#myDIV {
		display: none;
	}
	.header-center {
		display: none!important;
	}
	.header-left {
		width: 100%!important;
	}
}
.minicart-items-wrapper  {
      max-height: 400px !important;
     }

/* Grundlegendes Styling für das Popup */
        .gpsr-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .gpsr-popup-content {
            background: #fff;
            border-radius: 8px;
            width: 90%;
            max-width: 600px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        .gpsr-popup-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .gpsr-popup-header h2 {
            margin: 0;
            font-size: 1.5em;
        }

        .gpsr-close-btn {
            cursor: pointer;
            background: none;
            border: none;
            font-size: 1.5em;
        }

        .gpsr-tabs {
            display: flex;
            margin-top: 20px;
            border-bottom: 2px solid #ccc;
        }

        .gpsr-tab {
            flex: 1;
            text-align: center;
            padding: 10px;
            cursor: pointer;
            font-weight: bold;
            border-bottom: 2px solid transparent;
        }

        .gpsr-tab.active {
            border-color: #6965b5;
            color: #6965b5;
        }

        .gpsr-tab-content {
            display: none;
            margin-top: 20px;
        }

        .gpsr-tab-content.active {
            display: block;
        }

        .gpsr-highlight {
            background: #f9f9f9;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 4px;
            margin-top: 10px;
        }

        .gpsr-product-images img {
            min-width: auto;
            height: 200px;
            margin: 10px 0;
        }
#gpsr-openPopup {
    color: #6965b5;
    transition: margin-left 0.2s ease;
}
#gpsr-openPopup:hover {
    color: #2195D1;
    margin-left: 1px;
}
.gpsr-title {
    color: #777777;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}
.gpsr-product-images-container {
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
}

.gpsr-product-images img {
    width: auto; /* Adjust image size */
    height: 300px;
    margin-right: 10px;
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
}

.gpsr-product-images img:hover {
    transform: scale(1.1);
}

/* Modal styles */
.gpsr-modal {
    display: none; /* Hidden by default */
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.gpsr-modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90%;
    animation: fadeIn 0.3s;
}

.gpsr-close {
    position: absolute;
    top: 10px;
    right: 25px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.gpsr-close:hover {
    color: #f00;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.inkl-mwst {
    color: #777777;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.dhl-icon {
    width: 150px;
    height: auto;
    margin-left: 50px;
    margin-top: 0px;
}
.dhl-bg {
    background: #FFFFFF; /* ffcc01 */
    border: 2px solid #ffcc01;
    min-height: 200px;
    padding-top: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
.dhl-title {
    color: #d40511;
    font-size: 24px;
    font-weight: bolder;
}
.dhl-logo {
    position: relative;
    float: right;
    right: 20px;
    bottom: 20px;
} 
.dhl-col-pos {
    top: 25px;
    left: 25px;
}

.swatch-attribute-options {
    margin-top: 5px;
    margin-bottom: 15px;
}
.swatch-option.text {
    /* background: rgb(45,85,184); */
    background: #f67599;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}
.swatch-option {
    border-color: #333333;
    color: #ffffff!important;
}
.swatch-option.text.selected {
    background-color: #449bc9!important;
    background: #449bc9!important;

}

.product-item .rating-summary .rating-result > span:before {
    color: #FECA09!important;
}


.product-info-main p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.9;
}

/* ########## Fields ######### */

.product-options-wrapper {
    padding-bottom: 30px;
}
/* Stil für die Input-Felder (Checkboxen) */
.product-options-wrapper .field .label span {
    margin-right: 10px;
    min-width: 72px;
    font-size: .8571em;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 32px;
    white-space: nowrap;
    padding: 2px 0 8px;
    margin: 0;
}

/* Verstecke die Standard-Checkbox */
.product-options-wrapper .field.choice .checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;  /* Breite der benutzerdefinierten Checkbox */
    height: 25px; /* Höhe der benutzerdefinierten Checkbox */
    background-color: #fff; /* Hintergrundfarbe */
    border: 2px solid #f67599; /* Randfarbe */
    border-radius: 4px; /* Abgerundete Ecken */
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    transition: transform 0.2s ease-in-out; /* Sanfter Übergang für die Puls-Effekt-Animation */
}

/* Benutzerdefinierte Darstellung für angekreuzte Checkbox */
.product-options-wrapper .field.choice .checkbox:checked {
    background-color: #449bc9; /* Blau für angekreuzte Checkbox */
    border-color: #f67599; /* Gleiche Farbe für den Rand */
}

/* Häkchen für die angekreuzte Checkbox */
.product-options-wrapper .field.choice .checkbox:checked::after {
    content: '✔';  /* Unicode-Häkchen */
    font-size: 30px;
    color: white;
    position: absolute;
    top: -10px;
    left: 2px;
}

/* Stil für das Label, das den Text umgibt */
.product-options-wrapper .field.choice .label {
    font-size: 14px;
    letter-spacing: .005em;
    line-height: 1.9;
    font-weight: 600;
}

/* Optional: Vergrößern der Labels und Hinzufügen von Abständen */
.product-options-wrapper .field.choice {
    margin-bottom: 0px;  /* Abstand zwischen den Feldern */
}

/* Stil für den Preistext */
.product-options-wrapper .field.choice .price-wrapper {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.9;
    transition: color 2s ease-in-out; /* Übergang für die Farbe des Preises */
}

/* Stil für den Preis, wenn die Checkbox angeklickt wurde */
.product-options-wrapper .field.choice .checkbox:checked + .label .price-wrapper {
    color: #f67599; /* Grüne Farbe für den Preis */
}

/* Rückkehr zur ursprünglichen Farbe nach 2 Sekunden */
.product-options-wrapper .field.choice .checkbox:checked + .label .price-wrapper {
    animation: revertPriceColor 2s forwards;
}


/* Stil für den Preis, wenn die Checkbox angeklickt wurde */
.product-options-wrapper .field.choice .checkbox:checked + .product-info-price .price {
    color: #f67599!important; /* Grüne Farbe für den Preis */
}

/* Rückkehr zur ursprünglichen Farbe nach 2 Sekunden */
.product-options-wrapper .field.choice .checkbox:checked + .product-info-price .price {
    animation: revertPriceColor 2s forwards;
}

/* Pulse-Effekt bei Klick auf die Checkbox (wenn sie gecheckt ist) */
.product-options-wrapper .field.choice .checkbox:checked {
    animation: pulse 0.6s ease-in-out; /* Aktiviert die Puls-Animation für angekreuzte Checkbox */
}

/* Keyframes für den Pulse-Effekt */
@keyframes pulse {
    0% {
        transform: scale(1); /* Ursprüngliche Größe */
    }
    50% {
        transform: scale(1.2); /* Vergrößern auf 120% */
    }
    100% {
        transform: scale(1); /* Zurück zur ursprünglichen Größe */
    }
}

/* Animation, um den Preis wieder auf die ursprüngliche Farbe zu setzen */
@keyframes revertPriceColor {
    0% {
        color: #f67599; /* Grüne Farbe */
    }
    100% {
        color: inherit; /* Zurück zur Originalfarbe */
    }
}


/** ############## Icons für Options ################ **/

/* Icon für 60 ml */
#options_42_2 + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 25px;
    background-image: url("https://www.meralhome.de/pub/media/wysiwyg/icons/icon-kombiloesung-60-bunt.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px; /* Abstand zur Checkbox */
    margin-left: 3px;
    vertical-align: middle;
}

/* Icon für 350 ml */
#options_42_3 + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 25px;
    background-image: url("https://www.meralhome.de/pub/media/wysiwyg/icons/icon-kombiloesung-350-bunt.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px; /* Abstand zur Checkbox */
    margin-left: 3px;
    vertical-align: middle;
}

/* Icon für Augentropfen */
#options_43_2 + label::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 25px;
    background-image: url("https://www.meralhome.de/pub/media/wysiwyg/icons/icon-augentropfen.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 2px; /* Abstand zur Checkbox */
    margin-left: 3px;
    vertical-align: middle;
}




.product-description-p a {
    color: #5883a5;
    font-weight: 500;
}
.product-description-p h2,
.product-description-p h3,
.product-description-p h4,
.product-description-p h5 {
    font-weight: 600;
}

.product-description-p h3 {
    marign-bottom: 0px;
    margin-top: 50px!important;
}
.product-description-p a:hover {
    color: #74B0E2;
    text-decoration: underline;
}
.product-description-p ul {
    padding-left: 28px!important;
}

.product-description-p ul li {
  list-style-type: circle; /* Entfernt die Standard-Aufzählungszeichen */
  padding-left: 20px; /* Fügt Platz für das benutzerdefinierte Bullet hinzu */
  position: relative; /* Ermöglicht das Hinzufügen von absolut positionierten Elementen */
}

.product-description-p ul li::before {
  content: "•"; /* Fügt das Bullet Point-Zeichen hinzu */
  font-size: 24px; /* Ändert die Größe des Bullet Points */
  color: #f67599; /* Setzt die Farbe des Bullet Points */
  position: absolute; /* Positioniert das Bullet an einer bestimmten Stelle */
  left: 0; /* Setzt die Position des Bullets ganz links */
  top: 0; /* Setzt die Position des Bullets nach oben ausgerichtet */
}


.mollie-payment-icon {
    width: 45px!important;
}


.custom-html {
    padding-left: 20px;
    padding-right: 20px;
}


/* #### MOBILE ANPASSUNGEN #### */
@media only screen and (max-width: 768px) {

    .porto-ibanner-layer {
      left: 15% !important; /* Überschreibt das inline-Style */
      right: 15% !important; /* Überschreibt das inline-Style */
    }
    .owl-next, .owl-prev {
        box-shadow: none!important;
    }
    .header-main .header-left {
        height: 0px!important;
    }
    .header-main .right { 
        height: 0px!important; 
    }
    .type22 { 
        padding-top: 0px;
    }

    .header.welcome {
    display: none;
    }
    .section-items .active {
        -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25); 
        box-shadow: inset 0px 0px 5px 0px rgba(0,0,0,0.25);
    }
    .search-area {
        width: 25%!important; 
    }
    .slider-overlay-1 { display: none; }
    .slider-overlay-2 { display: none; }
    .slider-overlay-3 { display: none; }
    .slider-overlay-4 { display: none; }
}

@media(max-width:767px){
  .logo {
    max-width: 100%!important;
    z-index: auto;
}
}
@media(max-width:785px){
  .logo {
    max-width: 100%!important;
    z-index: auto;
}
}



.grand.totals.excl {
    display: none;
}

.columns .sidebar-additional {
padding: 0 0 0 0!important;
}


.view-all-button {
    text-align: center;
    margin: 0 auto;
  text-decoration: none;
  padding: 7px 24px;
  border-radius: 7px;
  color: #222529;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 22px;
  border: 1px solid #e9e9e9;
  /* transition: border-width 0.3s, border-color 0.3s; */
}

/* Hover-Effekt */
.view-all-button:hover {
    border-color: #f67599;
    color: #f67599;
}


.sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 300px!important;
}

.slider-combined {
    position: relative;
}
.slider-bg {
    display: block;
    z-index: 1;
}

.slider-overlay {
    width: 100%;
    position: absolute;
    z-index: 2;
}

.hidden {
    display: none;
}

.product-item-name a {
    white-space: initial!important;
}

/** GLAMX RATGEBER OLD **/
.bullet {
    list-style: disc;
}

.disc {
    list-style: disc!important;
}


.bonding-05{
    -webkit-border-radius:2;
    -moz-border-radius:2;
    border-radius:2px;
    background:#e8e8e8;
    padding:10px 20px 10px 20px;
    border:solid #c4c4c4 1px;
    text-decoration:none;
    text-align:center;
    line-height:25px
}
.bonding-05 a{
    text-shadow:1px 1px 1px #e0e0e0;
    padding:10px 50px 10px 50px;
    color:#575757;
    font-size:13px
}
.bonding-05 a:hover{
    color:#575757;
    text-decoration:none
}
.bonding-05:hover{
    background:#e8e8e8;
    background-image:-webkit-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:-moz-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:-ms-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:-o-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:linear-gradient(to bottom,#e8e8e8,#d4d2d4);
    text-decoration:none
}
.bonding-10{
    -webkit-border-radius:2;
    -moz-border-radius:2;
    border-radius:2px;
    padding:10px 20px 10px 20px;
    background:#e8e8e8;
    border:solid #c4c4c4 1px;
    text-decoration:none;
    text-align:center;
    line-height:25px
}
.bonding-10 a{
    text-shadow:1px 1px 1px #e0e0e0;
    padding:10px 50px 10px 50px;
    color:#575757;
    font-size:13px
}
.bonding-10 a:hover{
    color:#575757;
    text-decoration:none
}
.bonding-10:hover{
    background:#e8e8e8;
    background-image:-webkit-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:-moz-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:-ms-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:-o-linear-gradient(top,#e8e8e8,#d4d2d4);
    background-image:linear-gradient(to bottom,#e8e8e8,#d4d2d4);
    text-decoration:none
}
.inactivate a{
    pointer-events:none;
    cursor:default;
    text-decoration:none;
    color:#afafaf
}
.inactivate a:hover{
    pointer-events:none;
    cursor:default;
    text-decoration:none;
    color:#afafaf
}
.inactivate a:active{
    pointer-events:none;
    cursor:default;
    text-decoration:none;
    color:#afafaf
}
.inactivate{
    pointer-events:none;
    cursor:default;
    border:solid #c4c4c4 1px;
    text-decoration:none;
    -moz-box-shadow:inset 0 0 15px #cecece;
    -webkit-box-shadow:inset 0 0 15px #cecece;
    box-shadow:inset 0 0 15px #cecece
}
.inactivate:active{
    pointer-events:none;
    cursor:default;
    border:solid #c4c4c4 1px;
    text-decoration:none
}
.txt-hello{
    font-size:18px;
    font-color:#303030;
    font-family:'Open Sans',sans-serif
}
.block-vertnav{
    display:none
}

#cssmenu{
    font-size:14px;
    line-height:25px;
    text-align:left
}
#cssmenu>ul{
    width:auto;
    height:45px;
    list-style-type:none;
    padding:5 0 0 5px;
    margin:0;
    background:#fff;
    border:1px solid #ece6e8
}
#cssmenu>ul li#responsive-tab{
    display:none
}
#cssmenu>ul li{
    display:inline-block;
    zoom:1
}
#cssmenu>ul li.right{
    float:right
}
#cssmenu>ul li.has-sub{
    position:relative
}
#cssmenu>ul li.has-sub:hover ul{
    display:block
}
#cssmenu>ul li.has-sub ul{
    display:none;
    width:250px;
    position:absolute;
    margin:0;
    padding:0;
    list-style-type:none;
    background:#fff;
    border:1px solid #ece6e8;
    border-top:0 none
}
#cssmenu>ul li.has-sub ul li{
    display:block;
    padding:0;
    margin:0
}
#cssmenu>ul li.has-sub>a{
    background-image:url(caret.png);
    background-repeat:no-repeat;
    background-position:90% -95%
}
#cssmenu>ul li.has-sub>a.active,#cssmenu>ul li.has-sub>a:hover{
    text-decoration:underline;
    background:#fff;
    color:#303030
}
#cssmenu>ul li a{
    display:block;
    padding:10px 10px 10px 10px;
    text-decoration:none;
    color:#747474
}
#cssmenu>ul li a.active,#cssmenu>ul li a:hover{
    text-decoration:underline;
    background:#fff;
    color:#303030
}
@media (max-width:600px){
    #cssmenu>ul{
       width:100%
    }
    #cssmenu>ul li#responsive-tab{
       display:block
    }
    #cssmenu>ul li#responsive-tab a{
       background:url(menu.png) no-repeat;
       background-position:95% -35%
    }
    #cssmenu>ul li#responsive-tab a:hover{
       background-color:#e6107b;
       background-position:95% 135%
    }
    #cssmenu>ul li{
       display:none
    }
    #cssmenu>ul li.right{
       float:none
    }
    #cssmenu>ul li.has-sub{
       position:relative
    }
    #cssmenu>ul li.has-sub ul{
       display:block;
       position:static;
       width:100%;
       background:#fff;
       border:0 none
    }
    #cssmenu>ul li.has-sub ul li{
       display:block!important
    }
    #cssmenu>ul li.has-sub ul li a span{
       display:block;
       padding-left:24px
    }
    #cssmenu>ul li.has-sub>a{
       background-image:none
    }
}
@media (min-width:600px){
    #cssmenu>ul>li.collapsed{
       display:inline-block!important;
       zoom:1
    }
    #cssmenu>ul ul li.collapsed{
       display:block!important
    }
}



/* ################### GRID ################### */

.grid12-1, .grid12-2, .grid12-3, .grid12-4, .grid12-5, .grid12-6, .grid12-7, .grid12-8, .grid12-9, .grid12-10, .grid12-11, .grid12-12, .grid-full, .grid-col2-sidebar, .grid-col2-main {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right:1%
}

.grid12-1 {
    width:6.33%
}

.grid12-2 {
    width:14.66%
}

.grid12-3 {
    width:23%
}

.grid12-4 {
    width:31.33%
}

.grid12-5 {
    width:39.67%
}

.grid12-6 {
    width:48%
}

.grid12-7 {
    width:56.33%
}

.grid12-8 {
    width:64.67%
}

.grid12-9 {
    width:73%
}

.grid12-10 {
    width:81.33%
}

.grid12-11 {
    width:89.67%
}

.grid12-12, .grid-full {
    width:98%
}

