a{
  text-decoration: none;
}
.container {
  width: 80%;
  position: relative;
  margin: 0 auto;
}

.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

.owl-nav > div {
  position: absolute;
  top: 50%;
  margin: -136px auto;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}

ul{
  list-style-type: none;
  padding: 0px;
  margin: 12px 0px;  
}
.item>.jf-content>span{
  color:#AB8272;
}
ul>li>a{
  color:#404052;
  font-weight: bold;
}
ul>li{
  padding: 6px 0px 0px;
}
.item>.jf-content>p{
  color: #404052;
  font-weight: bold;
  margin: 12px 0px;
  font-size: 19px;
}
.jf-content>.readmore{
  color: #fff;
  font-size: 12px;
width: 100px;
height: 36px;
display:block;
  background: #404052;
  text-align: center;
  line-height: 36px;
  text-transform: capitalize;
} 
.jf-content>.jf-more{
    color: #fff;
    font-size: 12px;
    width: 100px;
    height: 36px;
    display:block;
    background: #404052;
    text-align: center;
    line-height: 36px;
    text-transform: capitalize;
}
ul>li>.buy{
  color:#404052;
  font-weight: bold;
}
ul>li>.soldout{
  color: #000;
  font-style: italic;
}
ul>li>.buy>a{
  color: #4b7fbc;
  font-weight: bold;
  text-decoration: underline;
}
ul>li>.soldout>a{
  color: #f00;
}
.owl-nav > div {
  color: #404052 !important;
}
.right {
    visibility: hidden;
}
.show {
    visibility: visible;
}
.owl-prev.disabled {
    /* display: none !important; */
    font-size: 52px !important;
    color: #D3D3D3 !important;
    cursor: default !important
}
.owl-next.disabled {
    /* display: none !important; */
    font-size: 52px !important;
    color: #D3D3D3 !important;
    cursor: default !important
}
