
.basket {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top:1vw;
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
.basket {
    margin-top:10px;
}
}
.basket_td_th {
    text-align: left;
    padding: 16px;
}

.img_table {
    display:flex;
    width: 100px;
    height: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border:none;
    box-shadow:none;
}
.basket_empty_td_th{
    text-align:center;
    text-transform:uppercase;
    font-size:3vw;
    letter-spacing:1px;
}
@media screen and (max-width: 1200px) {
.basket_empty_td_th{
    text-align:center;
    text-transform:uppercase;
    font-size:26px;
}
}
.sidebar1.closebtn1{
    font-size:45px;
}



.sidebar1 {
    height: 100%;
    width: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
@media screen and (max-width: 1200px) {
.modal-content {
    width: 95%;
}

}
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 16px;
    background-color: #fff;
    color: #000;
    border-bottom:1px solid #000;
}

.modal-body {padding: 2px 16px;}
