* {
    box-sizing: border-box;
}

body {
    background-color: #fafafa;
    font-family: 'Nunito', sans-serif;
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Overlock', cursive;
}

.item table {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

p.item-description {}

p.item-price {
    font-size: 1.7em;
}

p.list-description {
    font-size: 1.2em;
}

h3 {
    text-transform: capitalize;
    font-size: 2em;
    line-height: 1em;
    margin: 0px;
    margin-top: 2em;
}

h1 {
    text-transform: capitalize;
    font-size: 3em;
}

h3 a {
    color: black;
    text-decoration: none;
}

h3 a:hover {
    text-decoration: underline;
    color: blue;
}

.stars {
    background-position: 0 -300px;
    background-image: url(/images/stars.png);
    background-attachment: fix padding: 0px;
    margin: 0px;
    width: 150px;
    height: 30px;
    display: inline-block;
    vertical-align: bottom;
}

.items {
    text-align: center;
}

.item {
    max-width: 400px;
    /*height: 400px;*/
    /*border: 1px solid red;*/
    margin: auto;
}

.slideshow-container .thumbs img {
    min-height: 50px;
    min-width: 50px;
    max-width: 50px;
    max-height: 50px;
    width: 50px;
    height: 50px;
}

.slideshow-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    max-height: 400px;
    min-height: 400px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 400px;
    /*max-height: 300px;*/
    position: relative;
    margin: auto;
}

.slide.hidden {
    display: none;
}

.slide.visible {
    display: block;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    width: auto;
    /*border: 1px solid blue;*/
    top: 40px;
    height: 320px;
    padding: 40px;
    padding-top: 120px;
    /*margin-top: -22px;*/
    color: black;
    font-weight: bold;
    font-size: 3em;
    transition: 0.0s ease;
    /*border-radius: 0 3px 3px 0;*/
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    /*border-radius: 3px 0 0 3px;*/
}

.prev {
    left: 0;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover {
    background-color: #fafafa;
    color: black;
}