.wsb_product_title h1{
    float: left;
}
.wsb_selected_prods{
    float: right;
}
.wsb-row-horizontal{
    clear: both;   
}
.wsb-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -7px;
    margin-left: -7px;
}
.wsb-col-2, .wsb-col-3, .wsb-col-4, .wsb-col-5, .wsb-col-6, .wsb-col-12, .wsb-col-right, .wsb-col-left {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    float: left;
}
.wsb-col-right{
    flex: 0 0 50%;
    max-width: 50%;
}
.wsb-col-left{
    flex: 0 0 50%;
    max-width: 50%;
}
.wsb-col-6 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.wsb-col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}
.wsb-col-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.wsb-col-4 {
    flex: 0 0 25%;
    max-width: 25%;
}
.wsb-col-5 {
    flex: 0 0 20%;
    max-width: 20%;
}
.wsb-item-image {
    overflow: hidden;
    position: relative;
}
.wsb-extras .quantity{
    float: left;
    margin-right: 10px;
}
.wsb-extras .wsb-col-12{
    text-align: left;
}
.wsb-extras p.price{
    margin: 0.5em 0;
}
.wsb-qty input {
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding: 5px;
}
.wsb-qty {
    display: flex;
}
.wsb-caption p {
    margin: 5px 0;
}
.wsb-qty span {
    display: block;
    font-size: 22px;
    line-height: 36px;
    min-width: 35px;
    cursor: pointer;
}
div#wsb-max-error {
    
    position: fixed;
    
    top: 10%;
    
    right: 5%;
    
    background: #d00;
    
    color: #fff;
    
    padding: 5px 10px;
    
    border-radius: 10px;
    
    z-index: 9999;

}
@media screen and (max-width: 767px){
    .wsb-col-2 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .wsb-col-3 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .wsb-col-4 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .wsb-col-5 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .wsb-col-6 {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .wsb-col-right{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .wsb-col-left{
        flex: 0 0 100%;
        max-width: 100%;
    }
}