﻿.product-quantity .form-control {
    width:50px!important;
    margin-right:5px
}


.sidebar-filter {
    max-height: 300px;
    overflow-y: auto;
}
    .sidebar-filter::-webkit-scrollbar {
        width: 5px;
        height: 8px;
        background-color: #ddd;
    }

    .sidebar-filter::-webkit-scrollbar-thumb {
        background: #3699FF;
    }
.readMore {
    color: #3699ff;
    cursor:pointer;
}
.w50{
    width:70px!important;
    margin-left:5px;
}
/*25.02.2021*/
.pageContent {
    width: 100% !important;
}
.form-group{
    /*width:1125px !important;*/
    margin: 5px 0px 5px 5px;
}

.select2-container {
    width: 101% !important;
}

.cariHeadLabel{
    font-size: 1.3rem;
    font-weight:600;
}
.cariSearch label{
    display:none !important;
}


@media only screen and (min-width: 1400px) {
    .navbarMenu {
        width: 70% !important;
    }
    .pageContent {
        width: 70% !important;
    }
    .footerBarIn{
        width: 70% !important;
    }
    .sideWrapper {
        width: 95vw !important;
        margin-left: -21% !important;
    }
}

@media only screen and (max-width: 992px) {
    .portlet .portlet__head .portlet__head-label .portlet__head-title {
        font-size: 14px;
    }
    .catalogList{
        font-size:10px;
    }
        .catalogList td:first-child{
            min-width:70px;
        }
    #spMCartCount{
        top:10px;
        right:60px;
    }
    .cartList tbody > tr > td{
        font-size:14px;

    }
    .cartList thead > tr > th{
        font-size:16px;
    }

    .product-quantity .form-control{
        width:33px !important;
    }

    .product-quantity {
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content: center;
    }

    .w140 {
        width: 10%;
    }

    .w-100 i{
        margin-right:5px;
    }
    .paymentTable {
        margin-left: 5%;
        font-size:11px;
    }
    .paymentTekCekim {
        margin-left: 5%;
        font-size:11px;
    }

    .cariHeadLabel {
        font-size: 1rem;
        font-weight: 600;
    }
}

@media only screen and (max-width: 577px) {
    .portlet .portlet__head .portlet__head-label .portlet__head-title{
        font-size:14px;
    }

    #spMCartCount {
        top: 10px;
        right: 60px;
    }

    .cartList tbody > tr > td {
        font-size: 11px;
    }

    .cartList thead > tr > th {
        font-size: 12px;
    }

    .product-quantity .form-control {
        width: 33px !important;
    }

    .product-quantity {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .w-100 i {
        margin-left: 5px;
    }
}
