
.tt-products .allInCheckout{
    width:955px;
    max-width:100%;
    margin: 0 30px 40px 30px;
    font-size:15px;
}
.tt-products .tableHeaders{
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 2px 0;
    padding: 3px 0 3px 10px;
    font-weight: bold;
}

.tt-products .productBox {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0 0 2px 0;
    padding: 3px 0 3px 10px;
    background:#eaeaea;
}
.boxBasket2 .viewRowTitle{
    color:#0350A2;
}
.boxBasket2 .divLabelTitle{
    font-weight: bold;
}

div[class^='viewColumnItem'] {
    flex: 1 1 380px;
    margin:0 3.2vw 0 0;
}

div[class^='viewColumnPrice'] {
    flex: 0 0 80px;
    margin:0 2.4vw 0 0;
}

div[class^='viewColumnQuantity'] {
    flex: 0 0 60px;
    margin:0 3.6vw 0 0;
}

div[class^='viewColumnTotal'] {
    flex: 0 0 80px;
    margin:0 3.2vw 0 0;
}

.tt-products .shippingBox{
    margin: 20px 0 40px 0;
    padding: 0 0 0 10px;
}
.tt-products .paymentBox{
    margin: 0px 0 40px 0;
    padding: 0 0 0 10px;
}
.tt-products .sumInfoBox{
    margin: 0px 0 40px 0;
    padding: 0 0 0 10px;
}
.tt-products .sumInfoBox .viewLabelValue{
    display:flex;
    justify-content:space-between;
    width: 340px;
    min-width:320px;
    margin:0 0 2px 0;

}
.tt-products .labelHeaderCheckout{
    font-weight:bold;
    margin:0 0 4px 0;
}
.tt-products .basket .divInputSubmit{
    display:flex;
    justify-content: space-around;
}

.btn-primary {
    color: #fff;
    background-color: #0350a2;
    border-color: #2e6da4;
}
.btn-primary:disabled {
    color: #676767;
    background-color: #a6bcd4;
    border-color: #2e6da4;
}
.button,.btn {
    display: inline-block;
    padding: 8px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -webkit-appearance: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

 @media screen and (max-width: 660px){

 .tt-products .allInCheckout {
    width: 955px;
    max-width: 100%;
    margin: 0 0 40px 0;
}
.tt-products .tableHeaders, .tt-products .productBox, .tt-products .shippingBox, .tt-products .paymentBox, .tt-products .sumInfoBox  {
     padding: 3px 0 3px 0;
 }
 div[class^='viewColumnItem'] {
    flex: 1 1 1;
    margin: 0 1px 0 0;
    padding: 0 2px 0 0;
    width: calc(100vw * 0.35);
    max-width: calc((100vw - 4px) * 0.35);
    overflow: hidden;
    border-right: 1px solid #6f6f6f;
}
div[class^='viewColumnPrice'] {
    flex: 1 1 1;
    margin: 0 1px 0 0;
    padding: 0 2px 0 0;
    width: calc(100vw * 0.23);
    max-width: calc((100vw - 4px) * 0.23);
    border-right: 1px solid #6f6f6f;
    text-align: right;
}
div[class^='viewColumnQuantity'] {
    flex: 1 1 1;
    margin: 0 1px 0 0;
    padding: 0 2px 0 0;
    width: calc(100vw * 0.16);
    max-width: calc((100vw - 4px) * 0.16);
    border-right: 1px solid #6f6f6f;
    text-align: right;
}
div[class^='viewColumnTotal'] {
    flex: 1 1 1;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: calc((100vw - 4px) * 0.23);
    max-width: calc((100vw - 4px) * 0.23);
    text-align: right; 
}
.tt-products .basket .divInputSubmit {
    align-content: normal;
    flex-direction: column;
    margin: 0 auto;
    width: fit-content;
}
.tt-products .basket .divInputSubmit input {
    margin: 0 0 5px 0;
}

.tt-products .tt-products-basket .divLabelEmpty {
    margin: 0 0 10px 0;
}
}/*media querry 660 .... ende*/
