/*
div.two-col
{
    display: flex;
}

div.two-col-col1 {
    flex: 1;
    padding: 10px;
}   

div.two-col-col2 {
    flex: 1;
    padding: 10px;
}

*/


.collapsible-header {
    position: relative;
    padding-right: 25px;
    border-top: 1px solid #ccc;
}

.collapsible-header::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 1.2em;
    line-height: 1em;
}

.collapsible-header[aria-expanded="true"]::after {
    content: "−"; /* minus */
}

.thumbnail img
{
 border-radius: 3px;
 border: 1px solid #ccc;
}

button#addbasket {
  background-color: #777;
  border: none;
  color: white;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.my-custom-arrow svg 
{
  width: 50px;
  height: 50px;
}



.splide__arrow {
	/*
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
	*/
	width: 50px;
	height: 50px;
}
