﻿.px-sepet {
    border: 1px solid #e2e2e2;
    border-radius: 3px;
}

.summary-table {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
}

 .px-sepet-header {
    background-color: #fafafa;
    border-bottom: 1px solid #e2e2e2;
    padding: 15px;
    padding-left: 20px;
}

.px-sepet-container {
    border-bottom: 1px solid #cbcbcb;
    /*display: flex;*/
    padding: 20px;
    clear: both;
}

.img-container img {
    max-width: 50px;
    height: 50px;
    margin: 0 10px;
    cursor: pointer;
}

.details-container {
    display: flex;
    flex-direction: column;
    width: 350px;
    margin-right: 15px;
}

.details-container p {
    color: #666;
    margin: 0 0 2px;
    font-size: 12px;
}

.details-item {
    color: #333 !important;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.action-container {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
}

.counter-container {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.numeric-container {
    box-sizing: border-box;
    width: 130px;
    display: flex;
}

.counter-button {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #e6e6e6;
    background-color: #464646;
    width: 24px;
    height: 34px;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
}
.counter-content {
    width: 42px;
    user-select: none;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #464646;
    box-sizing: border-box;
    border: none;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    background-color: #ffffff;
    outline: none;
    text-align: center;
}

.price-container {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: #464646;
    text-align: center;
}

.price-container span:nth-child(1) {
    color: #2a2a2a;
    font-size: 16px;
    text-decoration: line-through;
}
.total-price p {
    text-align: right;
    font-size: 18px;
    color: #464646;
}
 col-sm-5, col-sm-2 {
     background-color:red
}