.set
{
    margin-top: 30px;
    /* overflow:hidden; */
}
.sets .ao
{
    font-size:25px;
    font-weight: bold;
    padding:0 10px;
}
.sets h3
{
    margin:15px 0 5px 0;
    text-align: center;
}
.sets
{
    display: none;
    margin: 0px auto;
    width:100%;
    padding: 0px 0px;
}
.sets .set .quantity
{
    position:absolute;
    right:0;
    top:0;
    padding:10px;
}
.sets .carousel-indicators li
{
        border: 1px solid black;
}
.sets .carousel-control
{
    width:5%;
}
.old_price,.old_summ
{
    text-decoration: line-through;
}
.new_price,.new_summ
{
}
.sets .old_summ
{
    font-size:16px;
    margin-bottom: 10px;
}
.sets .new_summ
{
    font-size: 24px;
    margin-top:15px;
}
.sets .set-product
{
    padding:10px;
    position: relative;
    max-width: 160px;
}
.sets .set-product .name
{
    font-size:13px;
    text-align: left;
    color: #331d4e;
    text-decoration: none;
    line-height: normal;
}
.sets .set-product .name:hover
{
    font-size:13px;
    text-align: left;
    
    text-decoration: underline;
}
.sets .set-product .name:hover a{
    color: #331d4e;
}
.sets .total
{
    max-width: 160px;
    position: relative;
    padding:45px 10px;
}
.sets .total button
{
    white-space: normal;
    background: #fff;
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
}
.sets .total .economy_text
{
    font-size: 20px;
    font-weight: 300;
}
.sets .total .economy_val
{
    font-weight: 300;
    font-size: 20px;
}
.sets .set-product .new_price
{
    font-size: 26px;
    margin-top: 20px;
    color: #f0b81e;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.sets .set .disc
{
    position:absolute;
    left:0;
    top:0;
    padding:10px;

}
.sets .add-set-btn
{
    margin-top:15px;
    background-image: none;
}
.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;
        position: relative;
    }
    .sets .set .set_table
    {
        display: table;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .sets .total .economy_text
    {
        font-size:12px;
    }
    .sets .total .economy_val
    {
        font-weight: bold;
        font-size:14px;
    }
    .sets .new_summ {
        margin-top: 10px;
    }
    .sets .add-set-btn {
        margin-top: 10px;
    }
    .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;
        overflow:hidden;
    }
    .sets .total{
        width: 87% !important;
        max-width: none !important;
        text-align: center !important;
        display: block !important;
        padding-bottom: 20px !important;
        height: auto !important;
    }
    .sets .set-product,.sets .total
    {
        display: inline-block;
        margin:0 auto;
        overflow: hidden;
        width:50%;
        max-width: 150px;
    }
    .sets .set-product{
        padding:10px 5px;
    }
    .sets .total
    {
        height:160px;
        padding:25px 5px;
    }

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

.slick-slide
{
    height:auto;
}
.slick-prev:before, .slick-next:before { 
    color:#1d9de7;

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

@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;
    }
}

/* COLORS */
.sets .ao
{
    color: #331d4e;
}
.sets .ao.plus{
    color: #ffb300;
}
.sets h3
{
    color:#e04747;
}

.sets .set .quantity
{
    font-size: 14px;
    background: url(123.png)center no-repeat;
    color: #000;
    text-transform: none;
    font-weight: bold;
    top: -10px;
    right: -10px;
    border: none;
    text-align: center;
    width: 54px;
    height: 54px;
}

.old_price,.old_summ
{
    color:#e04747;
}
.new_price,.new_summ
{
    color:#1d9de7;
}
.new_summ{
    color:#fff;
    font-weight:bold;
}

.sets .set-product
{
    border: 2px solid #fff;
    background: #fff;
    border-radius:3px;
    padding: 20px 10px;
}
.sets .set-product .image{
    position:relative;
}
/*
.sets .set-product:hover .image img{
    opacity:0.4;
}
.sets .set-product:hover .quickview{
    display:block;
    left:auto;
    right:auto;
    top:20%;
}*/
.sets .set-product:hover
{
    border: 2px solid #ffb300;
    background: #fff;
}
.sets .total
{
    background: #331d4e;
    border-radius: 3px;
    text-align: left;
}

.sets .set .disc
{
    background-color: #1d9de7;
    color:white;
}
.sets .add-set-btn
{
    height: auto!important;
}

.sets .total .economy_text
{
    color: #fff;
}
.sets .total .economy_val
{
    color: #fff;
    clear: both;
    float: none;
    display: block;
}

.sets .owl-controls .owl-prev,.sets .owl-controls .owl-next
{
    position: absolute;
    margin-top:-10px;
    top:50%;
    opacity: 1;
}
.sets .owl-controls .owl-prev
{
    left:10px;
}
.sets .owl-controls .owl-next
{
    right:10px;
}
.sets-owl > div{
    background-color:#e7e8ec !important;
    border:none;
    box-shadow:none;
    border-radius: 0px !important;
}
.ya_money{    
    overflow:hidden;
    margin: 0 auto;
    display: block;
    float: none;
}
.ya_money iframe{
    overflow:hidden;
    width: 100%;
    border: none;
}
.ya_money body{
    overflow:hidden;
}
.ya_money > p{
    padding-left:0px !important;
    font-size:12px;
}