/**
	Theme Name: BIGC
	Author: 7uptheme
	Version: 1.0
**/
.dis-block{
    transition: 0.4s !important;
    display: block !important;
}
.dis-none{
    transition: 0.4s !important;
    display: none !important;
}

.logo img {
    width: 100%;
}
.fnp_kat > .cat-item > ul{
    display: none ;
}

.fnp_kat > .cat-item > ul:first-child{
    display: block !important;
}
.fnp_kat > .cat-item:focus ul{
    display: block !important;
}

.top-right>ul>li>a>span.lnr {
    color: #fff !important;
    margin-right: 12px;
}
.top-right>ul>li>a:hover{
    color: #ccc !important;
}
.product-extra-link .product-quick-new {
    top:-30px;
    height: 81px;
    padding-left: 25px;
    padding-top: 7px;
    right: -25px;
    text-align: left;
    width: 80px;
    line-height: 90px;
    padding-left: 18px !important;
    color: white;
}
.product-quick-new{
    background: #12677f !important;
    color: #fff;
}

.item-product-thumb {
    overflow: hidden !important;
}
.product-quick-new:hover, .product-quick-new span:hover{
    color: #ffffff !important;
}
.product-quick-new{
position: absolute;
right: -26px;
padding-left: 16px;
top: -30px;
width: 78px;
height: 76px;
display: block;
z-index: 99;
padding-top: 38px;
border-radius: 50%;
}

.urundetaybaslik {
    margin: 0 0 5px; border-bottom: 1px solid #e5e5e5; padding-bottom: 10px; margin-bottom: 25px;
}

@media (max-width: 768px){


    .urundetaybaslik {
        margin: 0 0 5px;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 10px;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .logo img {
        width: 75% !important;
    }
    .category-pc{
        display: none !important;
    }
    .category-mobile{
        display: block !important;
    }


}