.main-bestsellers .owl-carousel {
    padding: 0px 40px;
}
.main-bestsellers {
    min-height: 425px;
}
.main-bestsellers .item {
        min-height: 370px !important;
}
.main-bestsellers .item:hover {
    border: 1px solid #008f84;
    border-radius: 5px;
    overflow: hidden;
}
.main-bestsellers .item-title {
    margin-top: 5px;
    font-size: 110%;
    text-align: center;
}
.main-bestsellers .owl-prev,
.main-bestsellers .owl-next {
    position: absolute;
    top: 135px;
    background: #008f84 !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    border-radius: 22px !important;
    color: #fff !important;
    font-size: 22px !important;
    margin: 0px !important;
    opacity: 0.7;
}
.main-bestsellers .owl-prev:hover,
.main-bestsellers .owl-next:hover {
    opacity: 1;
}
.main-bestsellers .owl-prev {
    left: 0px;
}
.main-bestsellers .owl-next {
    right: 0px;
}
.main-bestsellers .owl-carousel button:focus {
    outline: 0px !important;
}

.main-bestsellers .item .item-description {
    text-align: center;
    display: none;
    padding: 40px 20px 0px 20px;
	font-size: 90%;
	min-height: 335px;
}
.main-bestsellers .item .item-description h2 {
	margin-top: 0px;
    margin-bottom: 25px;
    font-size: 150%;
}

.main-bestsellers .item:hover .item-image,
.main-bestsellers .item:hover .item-title {
    display: none;
}
.main-bestsellers .item:hover .item-description {
    display: block;
}
.main-bestsellers .item:hover .item-description .btn {
    margin-bottom: 25px;
}