.menu-b li.nav-item.item-104.divider.deeper {display:none}
.slogan {
font-size:21px
}
h2.glur-zag {
    font-weight: 900;
    font-size: 40px;
    letter-spacing: 1px;
    padding-bottom: 20px;
}

.new-price {
    max-width: 100% !important;
    margin: 0 auto;
    border-radius: 15px !important;
  
  
-webkit-box-shadow: 0px 0px 30px 15px rgba(69, 156, 255, 0.04);
-moz-box-shadow: 0px 0px 30px 15px rgba(69, 156, 255, 0.04);
box-shadow: 0px 0px 30px 15px rgba(69, 156, 255, 0.04);
  
transition: .5s;  
}
.new-price:hover {
-webkit-box-shadow: 0px 0px 29px 25px rgba(69, 156, 255, 0.26);
-moz-box-shadow: 0px 0px 29px 25px rgba(69, 156, 255, 0.26);
box-shadow: 0px 0px 29px 25px rgba(69, 156, 255, 0.26);
  
  transition: .5s;  
}

.new-price td {
    padding: 4px 20px;
}
.new-price tr {
    color: #000;
}
.new-price tr:hover {
    color: #000;
}
.new-price td:nth-child(1) {
    width:75%;
    text-align: left;
}
.new-price td:nth-child(2) {
    width:25%;
    text-align: right;
}
.new-price tr:nth-child(odd) {
    background: rgb(239,246,255);
   
}

.new-price tr:first-child td:first-child {
    border-top-left-radius:11px !important;
}
.new-price tr:first-child td:last-child {
    border-top-right-radius:11px !important;
}
.new-price tr:last-child td:last-child {
    border-bottom-right-radius:11px !important;
}
.new-price tr:last-child td:first-child {
    border-bottom-left-radius:11px !important;
}
@media (max-width: 720px) {
  
  h2.glur-zag {
    font-weight: 900;
    font-size: 25px;
    letter-spacing: 1px;
    padding-bottom: 20px;
    line-height:30px;
}
  
  .new-price td:nth-child(2), .new-price td:nth-child(1) {
    width:unset !important;
  }
  .new-price td:nth-child(1) {
    display:none;
  }

  .new-price tr {
    display: block;
}
.new-price td {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
  .new-price td::before {
    content: attr(data-label);
    font-weight: bold;
    margin-right: 20px;
}
  
}