/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* site.css */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


.custom-delivery{
    display:none;
    margin:0;
}

.border-left-black-2px {
    /*border: 2px solid black;*/
}

.shopping-cart-item {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    border-collapse: collapse;
}
.shopping-cart-item > img{     
    width:auto;
    max-height:100px;
}
.shopping-cart-items-list {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 5px solid grey;
    border-bottom: 5px solid grey;
}

.shopping-cart-total-price {
    padding-top: 10px;
    padding-bottom: 10px;
}
.add-shopping-cart-btn{
    width: 60%;
    margin-left: 20%;
}

.font-size-24 {
  font-size: 24px !important;
}
.line-height-input {
    line-height: 2.15 !important;
}
.search-filter > span > input {
    width: 280px;
}

.filter-price > input {
    width:50px;
}

.home-logo {
    font-size: 48px;
}

.shopping-cart-logo{
    font-size: 48px;
}
#lbl-cart-count {
    font-size: 24px;
    background: #ff0000;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    border-radius: 50px;
}
.shopping-cart *{
    float:right;
}

.art-available-onpaper
{ 
	visibility: hidden;
	display: none !important;
}

ul {
    list-style-type: none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
   /*padding-left: 0px; */
    /*padding-right: 0px; */
    background-color:white;
    background:rgba(255, 255, 255,0.8);
}
@media only screen and (max-width: 600px) {
    .sort-items {
        float: none !important;
    }
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.card:hover {
    border: solid #00A0D8 3px;
    background: linear-gradient( 45deg, rgba(57, 192, 237, 0.5), rgba(251, 251, 251, 0.2) 100% );
    transform: scale(1.05);
}


.card-body {
    
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
/* Filter switch off when loading the site for the first time*/
#webshop-filter-options {
    display: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

@media screen and (max-width: 991px) {
    .card-body {
        padding: 0px;
    }
}

.edition-description {
    max-width: 75ch;
}
#card-img {
    max-width: 100%;
    height: 23em;
}
@media only screen and (max-width: 575px) {
    #card-img {             
        max-width: 100%;
        height: auto;
    }
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/* stylesheet.css */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* Change the background of the webshop */
body 
{
    padding-top: 50px;
    padding-bottom: 20px;
    /* background-image: url("../Images/WebshopSPABackground.png"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

/*Change the font, border:1px solid red; */
* 
{
    font-family: 'Roboto', sans-serif;
}

/*Button size, color and hover effect*/
.spa-button 
{
    background-color: #00A0D8;
    border-style: none !important;
    font-weight: bold;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
}
.spa-button:hover 
{
        background-color: #00A0D8;
        background: linear-gradient(to right, #00A0D8 50%,#042f66 100%);
        border-style: none !important;
        font-weight: bold;
}
/*Webshop logo size, visible*/
.webshop-logo > a > img 
{
    width: 100%;
    visibility: visible;
}

/*Search button size*/
#search-button 
{
    width: 60px;
}
/*Footer visibility*/
.spa-footer 
{
    visibility: hidden;
}


.container
{
	width: 100% !important;
	max-width: 100% !important;
	padding-right: 0px !important;
padding-left: 0px !important;
}

.shopping-cart-title-div
{
	width: 100% !important;
}
#full-shopping-cart-view
{
	width: 100% !important;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */


