/*==========---SHOPPING---==========*/

.shopping-modal {
    font-family: "Lato", sans-serif;
}
.shopping-modal .modal-dialog {
    position: fixed;
    margin: auto;
    width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.shopping-modal .modal-content {
    height: 100%;
    overflow-y: auto;
}

.shopping-modal .modal-body {
    padding: 15px 15px 80px;
}

.shopping-modal.fade .modal-dialog {
    right: -0px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.shopping-modal .modal-content {
    border-radius: 0;
    border: none;
}

.shopping-modal .modal-header {
    display: flex;
    align-items: center;
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
    border-bottom: 2px solid #818181;
}
.shopping-modal .modal-header .baslik {
    width: 100%;
    margin-left: 30px;
    line-height: 40px;
    font-weight: 500;
    font-size: 16px;
}

.shopping-modal .modal-header .close {
    margin: 0;
    font-size: 30px;
    font-weight: 500;
}
.shopping-modal .shopping-bag {
    border-collapse: separate;
    border-spacing: 0 20px;
}

.shopping-modal .shopping-bag td {
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: middle;
    font-weight: 500;
}

.shopping-modal .shopping-bag td:nth-child(1) {
    height: 150px;
    width: 150px;
}

.shopping-modal .shopping-bag .shopping-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.shopping-modal .shopping-bag .shopping-name {
    display: block;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 18px;
}
.shopping-modal .shopping-bag .shopping-liter {
    padding-left: 8px;
    padding-right: 8px;
    color: #666666;
    font-weight: 400;
}

.shopping-modal .shopping-bag .shopping-counter-frame {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.shopping-modal .shopping-bag .shopping-counter-frame .shopping-counter {
    padding: 17px 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px;
    background: #ebebeb;
    border: 1px solid #f5f5f5;
    color: #151515;
    text-align: center;
    margin: 5px;
}

.shopping-modal .shopping-bag .arrows {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.shopping-modal .shopping-bag .counter-arrow {
    width: 32px;
    height: 32px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #151515;
    transition: 0.3s all ease;
    border-radius: 6px;
    background-color: #ebebeb;
    border: 1px solid #f5f5f5;
}

.shopping-modal .shopping-bag .delete-item {
    cursor: pointer;
    color: #f96666;
    font-size: 20px;
}
.shopping-modal .shopping-total {
    font-size: 22px;
    font-weight: 500;
}

.shopping-modal .shopping-bag .shopping-price-before {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    display: block;
    line-height: 23px;
}

.shopping-modal .shopping-bag .shopping-price {
    color: #6c8d36;
    font-weight: 700;
}

.shopping-modal .shopping-total .total-count {
    padding-right: 10px;
}

.shopping-modal .shopping-total .total-cart-before {
    font-size: 18px;
    text-decoration: line-through;
    color: #666666;
    margin-left: 10px;
    font-weight: 500;
}

.menu .total-cart {
    color: #ffffff;
}

.total-cart {
    color: #6c8d36;
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .shopping-modal .shopping-bag td:nth-child(1) {
        width: unset;
    }
}
