.jumpBtn {
    font-size: 20px;
    position: relative;
    top: 0px;
    font-weight: bold;
}

.nextBtn {
    display: block;
    background: #0a0f64;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    color: #fff;
    padding-top: 17px;
}

/*LightSlider*/
.lSSlideOuter {
    position: relative;
    overflow: visible;
}

.lSSlideWrapper {
    position: static;
    height: 500px;
}
.lSAction{
position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 100;
    text-align: center;
    opacity: 1;

}
.lSNext {
    opacity: 1;
}

.slider_content {
    text-align: center;
    color: #000;
}

/*Events*/
.event_date {
    display: block;
    background: #0a0f64;
    max-width: 190px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    top: 50px;
}

.event_more {
    display: block;
    background: #fff;
    max-width: 190px;
    color: #0a0f64;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    bottom: 75px;
}
.event_more > a {
    text-decoration: none;
    color: #0a0f64;
}

.event_title {
    color: #fff;
    margin: 10px;
    position: relative;
    bottom: 130px;
    font-size: 15px;
}

.ronda_title {
    color: #fff;
    font-size: 16px;
    position: relative;
    bottom: 130px;
    margin: 5px;
}

.ronda_more {
    display: block;
    background: #0a0f64;
    max-width: 190px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    bottom: 120px;
}
.ronda_more > a {
    text-decoration: none;
    color: #fff;
}

.label_more {
    display: block;
    background: #0a0f64;
    max-width: 190px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
}

.select {
    border-radius: 20px;
    background: #0a0f64;
    color: #fff;
    height: 35px;
}

.news_more {
    display: block;
    background: #0a0f64;
    max-width: 100%;
    color: #8f67dc;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
}
.news_more > a {
    text-decoration: none;
    color: #fff;
}

.gallery_block {
    margin-bottom: 5px;
}

/*Productos*/
.product {
    font-size: 10px;
    color: #fff;
}

.product_title {
    font-size: 14px;
    color: #fff;
}

.add_cart {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 100px;
    padding: 5px;
    padding-top: 6px;
    font-size: 20px;
    position: relative;
    left: 116px;
    top: -171px;
}

.add_cart2 {
    display: block;
    background: #0a0f64;
    max-width: 200px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 30px;
    position: relative;
    left: 140px;
}

.add_cart2 > a { 
    text-decoration: none;
    color: #fff;
}

.product_price {
    font-size: 24px;
    text-align: right;
    position: relative;
    left: 180px;
}

.cart_trash {
    background: #f00;
    display: block;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    color: #fff;
    padding-top: 3px;
    text-align: center;
}