.mz-product-help{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.mz-help-box,
.mz-benefits-box{
  background:#fff;
  border:1px solid #e5e8ec;
  border-radius:10px;
  padding:20px;
  box-shadow:0 4px 14px rgba(0,0,0,.05);
}

.mz-help-box h3,
.mz-benefits-box h3{
  font-size:20px;
  font-weight:700;
  color:#222;
  margin:0 0 10px;
}

.mz-help-box p{
  font-size:14px;
  color:#666;
  margin:0 0 15px;
}

.mz-help-buttons{
  display:flex;
  gap:10px;
  margin-bottom:12px;
}

.mz-help-btn{
  flex:1;
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  font-weight:700;
  text-decoration:none!important;
}

.mz-help-btn.telegram{
  background:#229ED9;
  color:#fff!important;
}

.mz-help-btn.viber{
  background:#7360F2;
  color:#fff!important;
}

.mz-call-btn{
  height:44px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid #156193;
  border-radius:7px;
  color:#156193!important;
  font-weight:700;
  text-decoration:none!important;
}

.mz-call-btn:hover{
  background:#156193;
  color:#fff!important;
}

.mz-benefits-box ul{
  list-style:none;
  margin:0;
  padding:0;
}

.mz-benefits-box li{
  position:relative;
  padding-left:24px;
  margin-bottom:10px;
  font-size:14px;
  color:#444;
}

.mz-benefits-box li:before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:#156193;
  font-weight:800;
}

@media(min-width:1200px){

  .main-product-details .product-right-content > .row{
    display:flex!important;
  }

  .main-product-details .product-right-content > .row > .col-xl-8{
    flex:0 0 62%!important;
    max-width:62%!important;
  }

  .main-product-details .product-right-content > .row > .col-xl-4{
    flex:0 0 38%!important;
    max-width:38%!important;
  }
}

/* Блок покупки */
.product-add-to-cart{
    display:block!important;
}

/* Подпись количества */
.product-quantity::before{
    content:"Кількість";
    display:block;
    font-size:14px;
    font-weight:600;
    color:#666;
    margin-bottom:10px;
}

/* Счетчик */
.product-quantity{
    display:flex!important;
    justify-content:flex-start!important;
    margin-bottom:15px!important;
}

/* Кнопка корзины */
.product-add-to-cart .add{
    width:100%!important;
    margin:0!important;
}

.product-add-to-cart .add-to-cart{
    width:100%!important;
    height:54px!important;
    border-radius:8px!important;
    font-size:17px!important;
    font-weight:700!important;
}

/* Quick Buy */
.qb-wrp{
    width:100%!important;
    margin-top:12px!important;
}

.qb-btn{
    width:100%!important;
    height:54px!important;
    border-radius:8px!important;
    border:2px solid #156193!important;
    background:#fff!important;
    color:#156193!important;
    font-size:17px!important;
    font-weight:700!important;
}

.qb-btn:hover{
    background:#156193!important;
    color:#fff!important;
}