/*.feature-box-flame{*/
    /*height:230px;*/
/*}*/
.owl-carousel{
    padding-left:32px;
    padding-right:32px;
    display: block;
    opacity: 1;
}

.owl-btn{
    position:absolute;
    top: 50%;
    z-index:8;
    width:24px;
    height:80px;
    padding:0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ddd;
}
@media screen and (max-width: 767px) {
  .owl-btn{
    width: 15px;
    border-radius: 2px;
  }
}
.buying-mode .owl-btn{
  background: #9fdede;
}
.owl-navi-btn{
    width:24px;
    position:absolute;
    margin-top: 0px;
    height:46px;
    z-index:8;
    padding:0px;
}
.owl-mini-btn{
    width:16px;
    position:absolute;
    margin-top: 0px;
    height:80px;
    z-index:8;
}

.owl-prev{left:-15px;}
.owl-next{right:-15px;}

@media (min-width: 1600px) {
.owl-prev{left:0px;}
.owl-next{right:0px;}
}

#owl-card-articles .owl-wrapper,
#owl-card-articles .owl-item{
    min-width:225px;
}
#owl-card-articles .owl-item .item{
    min-width:200px;
}
