#pc_topla h1.baslik{
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 2rem;
}

#pc_topla h3{
    font-weight: 400;
    font-size: 1.5rem;
}
.c-pt-item-product-item-wrapper a{
    display: flex;
    align-items: center;
    color: var(--dark) !important;
    margin-left: 10px;
    text-decoration: none !important;
}
.c-pt-item-product-item-wrapper a:before{
    display: block;
    content: 'Ưncele';
    margin-right: 5px;
}

.c-pt-selector-item{
    transition: all ease-in-out 200ms;
    border: 1px solid #efefef !important;
    background-color: #f9f9f9 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='none' d='M0 0H24V24H0z'/%3E%3Cpath d='M3 5.479l7.377-1.016v7.127H3V5.48zm0 13.042l7.377 1.017v-7.04H3v6.023zm8.188 1.125L21 21v-8.502h-9.812v7.148zm0-15.292v7.236H21V3l-9.812 1.354z' fill='rgba(50,152,219,1)'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
}

.c-pt-selector-item.active,
.c-pt-selector-item:hover{
    border: 1px solid var(--success) !important;
}

.c-pt-selector-item.active.active{
    background-color: var(--gray-light) !important;
}

.c-pt-selector-item-wrapper{
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 !important;
    background: rgba(255, 255, 255, .85);
    padding: 5px;
    font-size: 12px !important;
    font-weight: 500;
}

.c-pt-selector-product-count{
    background-color: var(--success) !important;
    margin: .5rem;
}

.c-pt-item-header{
    display: flex;
    flex-wrap: wrap;
}

.c-pt-item-header h3{
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    align-items: center;
}

.c-pt-item-header select,
.c-pt-item-header input{
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.c-pt-item-header select:focus,
.c-pt-item-header input:focus{
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.c-pt-item-product-item{
    border: 1px solid #f0f0f0 !important;
    transition: all ease-in-out 200ms;
    background-color: white !important;
}

.c-pt-item-product-item:hover{
    border: 1px solid var(--gray-light) !important;
    background-color: var(--light) !important;
}

.c-pt-item-product-item.selected{
    border: 1px solid var(--success) !important;
    background-color: rgba(106,194,89,.075) !important;
}

.c-pt-item-product-item img{
    margin: 0 1rem !important;
}

.c-pt-item-product-item .c-pt-item-product-title{
    display: flex;
    align-items: center;
}

.c-pt-item-product-select svg{
    color: var(--success) !important
}

.c-pt-item-product-count{
    background-color: white !important;
    border-color: var(--secondary) !important;
    flex-direction: row-reverse !important;
}

.c-pt-item-product-count button{
    background-color: var(--secondary) !important;
    color: white !important;
    border-radius: 0 !important;
    padding: 0 .25rem !important;
}

.c-pt-selector-action{
    background-color: var(--success) !important;
}

.c-pt-total-price{
    background-color: var(--success) !important;
}

.c-pt-selector-items::-webkit-scrollbar {
    height: 0px;
}