.prod-items .item {
    width: calc(25% - 23px);
}
.modal-body{
  padding: 0 !important;
}
.underline {
    text-decoration: none !important;
}
a {
  text-decoration: none !important;
}


button:focus {
    outline: none !important;
    outline: none !important;
}
.btn-cards-mod:hover {
    background-color: #c3ae8f;
    color: #fff;
}
.btn-cards-mod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 50px;
    padding: 0 20px 0 15px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
}
.cart-empty{
  margin: 30px 0 10px 0;
  font-size: 20px;
  font-weight: 500;
}
.quantity_v2 .quantity-count-view {
    line-height: 48px;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.quantity-count-view {
    line-height: 20px;
    background: none;
    width: 50px;
    text-align: center;
    padding: 0;
    border: none;
    font-size: 13px;
}
.quantity-count-catalog {
    line-height: 20px;
    background: none;
    width: 50px;
    text-align: center;
    padding: 0;
    border: none;
    font-size: 13px;
}

body:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: 1;
    background: url('https://miway.fun/web/img/watercolour.png') no-repeat center / cover;
}