/* /css/pages/vending.css */
h3 {
    font-size: 24px;
    font-weight: normal;
    margin-top: 20px;
}

.desc {
    font-size: 17px;
    margin-top: 10px;
}

.red {
    color: #d31d25!important;
}

.cat_item {
    display: block;
    margin-top: 10px;
}


.cat_item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #222;
}
.cat_item a:hover span {
    color: #d31d25;
}
.cat_item i {
    margin-right: 15px;
}

.cat_item span {
    font-size: 18px;
}

.how {
    margin: 18px;
}
.how li {
    font-size: .9375rem;
    color: #212121;
    font-weight: 400;
    margin: 0 0 7px 0;
}

.payment-page p {
    font-size: 16px;
}




.products {
    display: flex;
    flex-wrap: wrap;
}
.products .once {
    height: 100px;
    width: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border: 1px solid #DDD;
    border-radius: 3px;
    margin: 5px;
}
.products .once img {
    max-width: 100%;
    max-height: 100%;
}
.products .once:hover {
    border-color: #d31d25;
}
.calculation {
    width: auto;
    margin: 20px 0 30px;
    border: 1px solid #e0d8ca;
    border-spacing: 0;

}
.calculation th {
    font-size: 17px;
    font-weight: normal;
    padding: 10px;
    background: #fffbf4;
    border-bottom: 2px solid #e0d8ca;
}
.calculation td {
    font-size: 13px;
    font-weight: normal;
    padding: 5px 10px;
    border-bottom: 1px solid #e0d8ca;
}
.calculation tr td:nth-child(2)
{
    text-align: center;
}
.calculation tr td:nth-child(3)
{
    text-align: right;
}

tr.final_1 td {
    font-size: 15px;
    background: #fff3dd;
    font-weight: 500;
}
tr.final_2 td {
    font-size: 17px;
    background: #f1e2b6;
    font-weight: 500;
}

.process {
    margin-top: 30px;
    display: flex;
}

.process .once {
    width: 25%;
    max-width: 500px;
    position: relative;
    border: 10px solid white;
}
.process .once img {
    max-width: 100%;
}
.process .once .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: rgba(0, 0, 0, .6);
    color: white;
    line-height: 40px;
    text-align: center;
}

.vending_button {
    font-weight: 400;
    font-size: 1.3rem;
    font-family: Cond Pro;
    background: #c00f17;
    border-bottom: 1px solid #861015;
    color: #fff;
    border-radius: 5px;

    outline: none;
    cursor: pointer;
    margin: 6px 0 0 0;
    padding: 10px 20px;
    height: 45px;
    text-decoration: none;
}
.vending_button:hover {
    background: #6c0106;
    color: white;
}
/* /css/pages/check_claster.css */
.claster-modal {
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
}


.claster-modal .claster-modal-sprite {
    background-image: url(/templates/2.2.16/img/claster-modal.png);
    background-repeat: no-repeat;
    display: inline-block;
}
.claster-modal .sprite-title {
    width: 48px;
    height: 48px;
    background-position: -5px -5px;
    display: none;
}
.claster-modal .top .title div span
{
    color: #e65048;
}
.claster-modal .top .title div {
    color: #222;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 7px 0 0 12px;
}
.claster-modal .top .buttons {
    margin-top: 30px;
}
.claster-modal .top .buttons a:first-of-type
{
    margin-right: 10%;
}
.claster-modal .top .buttons a {
    width: 17.8%;
    height: 36px;
    background: #40b5b8;
    border: 1px solid #3aa8ab;
    border-radius: 30px;
    cursor: pointer;
    margin: 8px 0 0 1%;
    transition: background 0.25s ease, border 0.25s ease;
    position: relative;
    border-radius: 5px;
    width: 44%;
    text-align: center;
}
.claster-modal .top .buttons a:hover {
    background: #0b4647;
    border: 1px solid #0b4647;
}


.claster-modal .top .buttons a.red
{
    border: 1px solid #9e1a20;
    background: #c00f17;
}
.claster-modal .top .buttons a.red:hover
{
    border: 1px solid #89090f;
    background: #89090f;
}
.claster-modal .top .buttons a div {
    font-size: 1rem;
    color: #fff;
    font-weight: 400;
    margin: 6px 0 0 0;
}

@media (min-width: 1024px)
{
    .claster-modal .top {
        padding: 30px 8% 30px;
    }
}

