.owl-carousel .owl-nav {
    overflow: hidden;
    height: 0px;
}

.owl-carousel .owl-item img {
    width: auto!important;
    display: inline !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #e18d2c;
}

.owl-carousel .item {
    padding-top: 100px;
}

.prod-img {
    -webkit-transform-origin: bottom;
    transform: scale(1);
}

.prod-img:hover {
    transform: scale(1.1);
    transition: 1s;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: none;
    z-index: 9999;
}

.owl-carousel .nav-btn {
    height: 45px;
    position: absolute;
    width: 45px;
    cursor: pointer;
    top: 50%;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.owl-carousel .prev-slide:hover {
    /* background-position: 0px -53px; */
    opacity: 2;
}

.owl-carousel .next-slide:hover {
    /* background-position: -24px -53px; */
    opacity: 2;
}

.img-text1 {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-family: Panton;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
}

p.img-text1 {
    float: left;
    width: 50%;
}

.img-text {
    font-family: Panton;
    font-style: normal;
    font-weight: 600;
    font-size: 21px;
    line-height: 27px;
    color: #36353A;
    padding-top: 21px;
}

.owl-carousel .prev-slide {
    /* background: url(../images/nav-icon.png) no-repeat scroll 0 0; */
    background: url(../images/nav-icon-prev.png) no-repeat;
    left: -90px;
}

.owl-carousel .next-slide {
    /* background: url(../images/nav-icon.png) no-repeat scroll -24px 0px; */
    background: url(../images/nav-icon-next.png) no-repeat;
    right: -90px;
}

.owl-carousel .btn {
    margin-bottom: 0px;
}

.prod-btn {
    position: absolute;
    right: -13%;
    top: 50%;
}