.btn-block {
    width: 100%;
}
.box-price h6 {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.box-price {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fbfbfb;
}
.basket-item {
    position: relative;
    border: 1px solid #eee;
    margin-bottom: 10px;
    border-radius: 4px;
}
.basket-item .delete-product {
    position: absolute;
    left: 5px;
    bottom: 5px;
}
#main {
    min-height: 60vh;
}
.P-Header {
    min-height: 180px;
}
img.H-logo {
    width: 70px !important;
}