/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
html
{
    font-size:16px;
}

#profileForm .form-group,#loginForm .form-group,#registerForm .form-group{
    display:block;
}

#profileForm .form-group-spacer,#loginForm .form-group-spacer,#registerForm .form-group-spacer{
    padding-top:10px;
    padding-bottom:10px;
}

.view-content{
    position:relative;
}

.ajax-loader
{
  position: absolute;
  left: 50%;
  top: 50%;
  display:none;
}

.cart-container
{
    margin-top: 5%;
    margin-bottom: 5%;
}

@media (min-width: 768px) {
    .container{
        max-width:none;
    }
    .row{
        margin-right:0px!important;
        margin-left:0px!important;
    }
    .col-md-4{
        width:28%!important;
        padding-right:0px!important;
        padding-left:0px!important;
        float:left!important;
    }
    .col-md-8{
        width:70%!important;
        float:left!important;
    }

     .add-to-cart{
        padding-left:0px;
    }
    .cart-container{
        float:right;
        width:75%;
    }
    .cart-container form{
        width:100%;
    }
    table.basketTable {
        width: 100%;
        padding: 10px;
    }
    table.basketTable td, table.basketTable th{
        padding: 10px;
    }
}