
.uruntab .nav-pills .nav-link {
    border-radius: 3px 3px 0 0;
    background: #f4f4f4;
    color: #333;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-right: 5px;
    padding: .7rem 1.25rem;
    -webkit-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear;
}
.uruntab .nav-pills .nav-link.active,
.uruntab .nav-pills .nav-link:hover {
    background: #db9339;
    color: #fff;
}
/*- Urun tab -*/
/*- Urun carousel -*/
.tab-owl .owl-nav {
    position: absolute;
    bottom: 105%;
    right: 0;
}
.tab-owl .owl-nav div {
    font-size: 1.8rem;
    width: 30px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    display: inline-block;
    background:#db9339;
    color: #fff;
    margin-left:5px;
}
.tab-owl .owl-nav div:hover {
    background:#db9339;
    color: #fff;
}
.tab-owl .owl-nav div.disabled {
    background: #f4f4f4;
    color: #333;
    cursor: default;
}
.tab-owl .owl-nav div.disabled:hover {
    background: #f4f4f4;
}
/*- </Urun carousel -*/
.woocommerce .product .s724-sepete-ekle-icon {
    float: left;
    width: 60px;
    height: 100%;
    vertical-align: middle;
 
    display: inline-block;
    border-right: 1px solid #efefef;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
