#funnel {
    padding-bottom: 20px;

}
ul.funnel-container {
    background: #fff;
    border: 1px solid #dbaaa5;
    box-sizing: border-box;
    display: table;
    height: 69px;
    margin: 20px 0 0 0;
    padding: 0;
    width: 100%;
}

.funnel-step {
    display: table-cell;
    font-size: 50px;
    position: relative;
}
.funnel-step a:hover {color: #660000;}

.funnel-num {
    line-height: 65px;
}



.funnel-step-container {
    position: absolute;
    width: 100%;
    padding-left: 14px;
}

ul.funnel-container > li.step-active > div {
    background: url(images/funnel-active-background.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #dbaaa5;
    border-style: solid;
    border-width: 0 0 1px 1px;
    height: 74px;
    left: -3px;
    width: calc(100% - 12px);
    background: #fde8e5;
}
ul.funnel-container > li.step-active:last-child > div {
    border-width: 0 1px 1px 0;
    left: -2px;
}
li.funnel-step.step-active:before {
    background-image: url(images/funnel_sprite5.png);
    background-position: -12px -94px !important;
    content: "";
    height: 84px !important;
    position: absolute;
    top: -4px !important;
    width: 27px !important;
    left: -25px;
    z-index: 12;
}
ul.funnel-container > li.step-active:first-child > div {
    left: -1px;
    width: calc(100% - 14px);
}
li.funnel-step.step-active:first-child:before {
    display: none;
}

.title_1 {
    font-size: 18px;
    padding-left: 6px !important;
    padding-top: 14px;
    position: absolute;
    line-height: 1;
}

.title_2 {
    font-size: 18px;
    line-height: .9;
    padding-left: 10px !important;
    padding-top: 14px;
    position: absolute;
}

.title_3 {
    font-size: 18px;
    line-height: .9;
    padding-left: 10px !important;
    padding-top: 14px;
    position: absolute;
    z-index: 10;
}

.title_1 span, .title_2 span, .title_3 span {
    font-size: 12px;
}

.funnel-container > li:not(:last-child).funnel-step:after {
    background-color: #fff;
    background-image: url(images/funnel_sprite5.png);
    background-position: -341px -8px;
    content: "";
    display: block;
    height: 70px;
    line-height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -3px;
    width: 24px;
}

li.funnel-step.step-active:not(:last-child):after {
    background-color: #fff;
    background-image: url(images/funnel_sprite5.png);
    background-position: -303px -8px !important;
    content: "";
    height: 81px !important;
    position: absolute;
    right: 0;
    top: -3px !important;
    width: 28px !important;
}

.img_1, .img_2 {
    height: 47px;
    position: absolute;
    width: 45px;
    top: 7px;
    right: 140px;
    background-color: white;
    border: 1px solid #dbaaa5;
    text-align: center;
}
.img_1 img, .img_2 img {
    height: 45px;
    width: auto;
    vertical-align: top;
}

.price_1, .price_2 {
    color: #660000;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 17px;
    right: 38px;
}

.change_1, .change_2 {
    font-size: 10px;
    position: absolute;
    right: 40px;
    top: 36px;
}

.sale-price::before {
    content: attr(data-sale-price);
    color: #1b1b1b;
    margin-right: 10px;
    text-decoration: line-through;
    font-size: 80%;
}
.price_3 {
    color: #ff6464;
    font-size: 15px !important;
    font-weight: bold;
    top: 17px;
    right: -130px;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    #funnel {
        margin-left: -5px;
        margin-right: -5px;
    }
    .funnel-num {
        display: none;
    }
    .title_3 {
        padding-left: 0 !important;
    }
    .title_1, .title_2, .title_3 {
        font-size: 14px;
    }
    .img_1, .img_2, .price_1, .price_2 {
        display: none;
    }
    .title_1 {
        padding-left: 0 !important;
    }
    .change_1, .change_2 {
        left: 13px;
        top: 51px;
    }
}