header .content-menu, header .content-mobile-menu{
 overflow: unset !important;
}


.product-card__buy-cheaper {
 background: url("/upload/gif.gif") no-repeat 0 0;

 background-size: 40px 40px;
 border-radius: 30px;
 padding: 10px 20px;
 justify-content: center;
 align-items: center;
display: inline-block;color: #2b7de0;

 border: 2px solid #2b7de0;
 margin-top: 10px;font-weight: 700;
 cursor: pointer;font-size: 15px;
 transition: background .3s,color .3s;
}


.product-detail .short-products-list .items .item .product-name{
 word-break: break-word;
}