
.sets .ao
{
    font-size:30px;
    font-weight: bold;
    color:#666666;
    padding:0 10px;
}
.sets h3
{
    color:#d8254f;
    font-weight: bold;
    margin:15px 0;
    text-align: center;
}
.sets
{
    margin:20px auto;
    width:100%;
    padding:10px 20px;
}
.sets .set .quantity
{
    position:absolute;
    right:0;
    top:0;
    padding:10px;
    background-color: #1cd129;
    color:white;
}
.slick
{
    max-width: 800px;
    margin:0 auto;
}


.old_price,.old_summ
{
    text-decoration: line-through;
    color:#e04747;
}
.new_price,.new_summ
{
    color:#337ab7;
	font-weight: bold
}
.sets .old_summ
{
    font-size:20px;
    margin-bottom: 10px;
}
.sets .new_summ
{
    font-size:29px;
}
.sets .set-product
{
    padding:10px;
    border:1px solid #ddd;
    position: relative;
    max-width: 160px;
}
.sets .total
{
    max-width: 160px;
    position: relative;
    padding:45px 10px;
    border:2px solid #d8254f;
}
.sets .set-product .old_price
{
    font-size:14px;
}
.sets .set-product .new_price
{
    font-weight: bold;
    font-size:18px;
}
.sets .set .disc
{
    position:absolute;
    left:0;
    top:0;
    padding:10px;
    background-color: #d8254f;
    color:white;
}
.sets .add-set-btn
{
    margin-top:20px;
    background-image: none;
    background-color: #d8254f;
}
.img-responsive
{
    max-width:100%;
    margin: 0 auto;
}
.sets
{
    text-align: center;
}
@media screen and (min-width: 768px) {
    .sets .cell
    {
        display:table-cell;
        vertical-align:middle;
    }
    .sets .set .set_table
    {
        display: table;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {

    .sets
    {
        margin:10px auto;
        padding:5px 0px;
    }
    .sets .old_summ
    {
        font-size:14px;
        margin-bottom: 5px;
    }
    .sets .new_summ
    {
        font-size:18px;
    }
    .sets .set-product .old_price
    {
        font-size:11px;
        white-space: nowrap;
    }
    .sets .set .quantity,.sets .set .disc
    {
        padding:5px;
    }
    .sets .set-product .new_price
    {
        font-size:14px;
    }
    .sets .set-product h4 
    {
        font-size:12px;
        height:26px;
    }
    .sets .set-product,.sets .total
    {
        display: inline-block;
        margin:0 auto;
        overflow: auto;
        width:50%;
        max-width: 150px;
    }
    .sets .set-product{
        padding:10px 5px;
    }
    .sets .total
    {
        height:160px;
        padding:28px 5px;
    }

    .sets .set-product img
    {
        max-width: 70px;
    }
    .sets .ao
    {
        display: none;
    }
    .sets .ao
    {
        font-size:20px;
        margin:20px 0;
    }
}

.slick-prev:before, .slick-next:before { 
    color:#d8254f;

}
.slick-prev, .slick-next
{
    z-index: 9999;
}

@media screen and (max-width: 768px) {
    .slick-prev
    {
        left: -10px;
    }
    .slick-next
    {
        right: -10px;
    }
}

@media screen and (min-width: 767px) {

    .slick-prev:before, .slick-next:before{
        font-size:40px;
    }
    .slick-prev, .slick-next
    {
        width:40px;
        height:40px;
    }
    .slick-prev
    {
        left: -40px;
    }
    .slick-next
    {
        right: -40px;
    }
}