.catalog2{
    background: url("../img/module-catalog/bg.png");
}

.catalog2-item{
    margin: 0 15px;
    margin-bottom: 5px;
    margin-top: -20px;
    font-family: "pfdintextcondprothin";
}

.item2-name{
    font-size: 30px;
    color: #dfe0af;
    text-align: center;
    background: url("../img/module-catalog/bg.png") no-repeat center 35px;
    line-height: 36px;
}

.item2-desc{
    font-size: 20px;
    margin-top: 10px;
    color: white;
    text-align: center;
}


.item2-img{
    text-align: center;
}

.item2-img img{
    border: 2px solid #e45757;
}

.old-price{
    display: inline-block;
    color: #bcbcbc;
    font-size: 30px;
    text-decoration: line-through;
    min-width: 30px;
}

.new-price{
    display: inline-block;
    color: #e45757;
    font-size: 30px;
    min-width: 30px;
}

.catalog2-item .input-order a{
    background-color: #ff4d53;
    padding: 5px 30px;
    text-decoration: none;
    font-size: 30px;
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    margin-top: 12px;
}

.more-info{
    font-size: 24px;
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 10px;
    margin-top: 0px;
    color: white;
    display: inline-block;
}