ul#payment_form_debit > li:not(:first-child),
ul#payment_form_cashondelivery > li,
#billing-buttons-container > p.required,
#shipping-buttons-container > p.required,
#payment-buttons-container > p.required {
    display: none;
}

.form-list label {
    color: #000;
}

.img-responsive {
    max-width:120%;
    margin: auto;
}

.header-setting-language, .currency_top {
    visibility: hidden;
}

.block-subscribe .block-title h3 {
    font-weight: bold;
}

.block-subscribe .actions button.button {
    background-color: #ff4c4c !important;
}

.block-subscribe .actions button.button:hover {
    background-color: #ff0000 !important;
}

.mw-title-span{
    display: flex;
    align-items: center;
    color: #AB1B1B;
}

.mw-title-p{
    display: flex;
}

.mw-warenkorb-btn{
    border-radius: 0px !important;
    background-color: #0B322E !important;
    color: #FFFFFF !important;
}

.mw-response-div{
    display:flex;
}

.footer-flex {
    display: flex;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  
.footer-block {
    flex: 33%;
    padding: 20px;
}

.footer-block ul {
    list-style: none;
    line-height: 200%;
}

.footer-flex img {
    margin-left: 10rem;
    width: 174px;
    height: 200px;
}

.footer-block-title1 {
    font-weight: 800;
    font-size: 2.5rem;
    font-stretch: extra-expanded;
}

.footer-block-title3 {
    font-weight: 800;
}

.footer-block .address {
    font-size: x-large;
}

.footer-block .tel {
    font-weight: 700;
    font-size: large;
}

/* For Mobile */
@media only screen and (max-width: 767px) {
    .img-responsive {
        max-width: 150%;
        margin: auto;
    }
    .header .logo {
        max-width: unset;
    }
    .header-setting-language, .currency_top {
        visibility: hidden;
    }
    .footer-flex {
        flex-direction: column;
        align-items: center;
    }
}

/* For Breakpoint max-width: 991px */
@media only screen and (max-width: 991px) {
    .block .block-title:before {
        visibility: hidden;
    }
}

.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul{
    box-shadow: 0 3px 10px rgba(255, 61, 73, 0.25)!important;
}

.level3.active > a > span, .level2.active > a > span{
    color:rgb(255, 61, 73);
}

.actions-cart-splendid{
    background-color: #0B322E;
    padding-left: 5px;
    padding-right: 5px;
    width: fit-content;
    
}

.actions-cart-splendid a{
    color: white !important;
}

.actions-splendid{
    display: flex;
    flex-direction: column;
}

.actions-addCart-btn{
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-products-grid .images-container .product-name a {
    color: #7d7d7d;
}

.products-grid .product-name a{
    color: #7d7d7d;
}

.link-wishlist{
    text-align: right;
}

.fit-content{
    width: fit-content !important;
}

.flex-content-even{
    display: flex;
    justify-content: space-between;
}

.flex-v-middle{
    align-items: center;
    display: flex;
}

.login_for_price{
    color: red;
}

.price .lastNumber{
    font-size: 1rem;
    vertical-align: text-top;
    line-height: 2rem;
}

.buttons-set .absenden:hover{
    background-color:rgb(255, 61, 73);
    color: white;
}

.header .form-search button.button::before {
    content: "";
    font-family: "Pe-icon-7-stroke";
    cursor: pointer;
    font-size: 24px;
    line-height: 51px;
}

.header .form-search button.button span {
    color: #666666;
    width: 35px;
    padding: 0;
    border: none;
    display: none;
}