#owl-demo .item{
    display: block;
    /*padding: 30px 0px;
    margin: 5px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    margin-bottom:10px;
}

#owl-demo .item .product{
    position: relative;
}
.slider_gift_products .item .product  .percentage-text{
    position: absolute;
    height: 22px;
    width: 45px;
    right: 0;
    background: rgba(255, 0, 0, 0.63);
    color: white;
    margin:0 5px 0 0;
    padding: 5px 0 0 0;
}
.owl-theme .owl-controls .owl-buttons div {
    padding: 5px 9px;
}

.owl-theme .owl-buttons i{
    margin-top: 2px;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 5px;
    top: 55px;
    background: url("forward.png");
    width: 25px;
    height: 35px;
}

.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 5px;
    top: 55px;
    background: url("next.png");
    width: 25px;
    height: 35px;
}
.slider_gift_title{
    border: 1px solid #c5c4c4;
    border-bottom: 0px none;
    background: #fff url(bg-title-gift.gif) repeat-x left bottom;
    color: #0A263C;
    border-right: 0px none;
    font-size: 12px;
    border-left: 0px none;
}
.slider_gift_title > h4{
    display: block;
    background: url(../../../image/icon-gift.png) no-repeat 9px 9px;
    padding: 15px 0 17px 40px;
    background-size: 22px;
    margin: 0;
    margin-bottom: 15px;
}
.slider_gift_title.success > h4{
    margin:0 !important;
}
.slider_gift_products{
    border: 1px solid #C5C4C4;
    border-top: 0px none;
    margin: 0 0 15px;
}
.slider_gift_products .owl-carousel .product .price{
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 12px;
}
.slider_gift_products .owl-carousel .product .price .original{
    color: red;
    text-decoration: line-through;
}
.slider_gift_products .owl-carousel .product .price .discount{
    color: #9D9D9D;
}
.slider_gift_products .owl-carousel .product .name{
    font-weight: bold;
    font-size: 12px;
}

#global-banner {
    background-color: #ededed;
    margin: 0 auto;
    position: relative;
}
#reveal-banner {
    position: relative;
    float: left;
    left: 15px;
}
#reveal-link {
    color: #e01522;
    font-family: 'AvenirNext-Demi',Arial,Helvetica,sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
}
#reveal-panel {
    position: absolute;
    left: 0;
    top: 0;
}
#rotating-banner {
    height: 40px;
    overflow: hidden;
    position: relative;
    right: 15px;
    text-transform: uppercase;
}
#rotating-banner a {
    text-decoration: none;
}
#rotating-banner a {
    color: #000000;
    font-family: 'AvenirNext-Regular',Arial,Helvetica,sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 40px;
    text-transform: uppercase;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    max-width: 80%;
}