@font-face {
  font-family: 'SuperCaramel';
  src: URL('../SuperCaramel/SuperCaramel-5yBza.ttf');
}

/* .commission-product { */
  /* columns: 2; */
  /* columns: 33% 66%; */
  /* column-count: 2;
  column-width: 33% 66%;
  column-rule-style: solid; */
  /* display: grid;
  grid-template-columns: auto auto;
}

.commission-details { */
  /* width: 33% */
/* }

.commission-gallery { */
  /* grid-row: 2 / span 1; */
  /* width: 66% */
/* } */

.product-images{
    position: relative;
    width: 512px;
}

.cycle-photo-previous{
    left: 0;
    width: 21;
    max-width: 25%;
    top: 0;
    height: 100%;

    transform: scaleX(-1) !important;
    background-image: url('../Media/arrow.png');

    cursor: pointer;
    position: absolute;
    z-index: 1;
}

.image-visible{
  display: block;
}

.image-hidden{
  display: none;
}

.cycle-photo-next{
    width: 21;
    height: 21;

    background-image: url('../Media/arrow.png');

    right: 0;

    cursor: pointer;
    height: 100%;
    max-width: 25%;
    position: absolute;
    top: 0;
    z-index: 1;
}

h1{
  font-family: SuperCaramel;
  font-size: 80;
  /* font-style: normal; */
  font-weight: normal;
  color: #39B697;
}

h2{
  /* font-family: SuperCaramel; */
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: normal;
  font-size: 40;
}

h3{
  font-family: SuperCaramel;
  font-weight: normal;
  font-size: 40;
  /* grid-column: 1 / span 2; */
}

p {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 20;
}

.commission-top {
  margin: 20px;
  border-radius: 25px;
  background: #FFFFFF;
  color: #DD7C9D;
  text-align: center;
}

.commission-top h1 {
  margin: 0;
  padding: 10;
}

.commission-top h2 {
  margin: 0;
  padding: 10;
}

.commission-top ul {
  /* margin: 20; */
  padding: 20;
  list-style: none;
}

/* .commission-tos {
    border-width: 2px;
    border-style: solid;
    display: inline-flex;
    width: auto;
    height: 3rem;

    padding: 0 1.5rem;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: SuperCaramel;
    letter-spacing: 0.2rem;
    padding-left: calc(0.2rem + 1.5rem);
    font-size: 0.875em;
    font-weight: 900;

    flex-direction: row-reverse;
} */

.commission-tos {
  font-family: 'SuperCaramel';
}

.commission-tos ul {
  display: flex;
  justify-content: center;
	list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 20;
}

.commission-tos ul li {
  display: inline-block;
  position: relative;
}

.commission-tos ul li a {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 25px;
  border-radius: 25px;
  background: #39B697;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 0.1rem;
}

.commission-tos ul li a:hover{
  background: #5CDAAD;
}

.commission-navigation {
  text-align: center;
}

.commission-options {
  font-family: 'SuperCaramel';
  padding-bottom: 20;
}

.commission-options ul {
  display: flex;
  justify-content: center;
	list-style: none;
  padding: 0;
  margin: 0;
  /* background: #9CF3B4; */
}

.commission-options ul li {
  display: inline-block;
  position: relative;
}

.commission-options ul li a {
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 25px;
  border-radius: 25px;
  /* background: #9CF3B4; */
  /* color: #DD7C9D; */
  background: #39B697;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 0.1rem;
}

.commission-options ul li a:hover{
  background: #5CDAAD;
}

.commission-product {
  margin: 20px;
  border-radius: 25px;
  background: #FFFFFF;
}

.commission-product h3 {
  padding: 40px 25px;
  margin: 0;
  color: #39B697;
  letter-spacing: 0.1rem;
}

.commission-product h3 a {
  padding: 20px 25px;
  color: #39B697;
}

.commission-product p {
  margin-left: 60;
  color: #DD7C9D;
}

.commission-gallery {

}

.commission-gallery ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.commission-gallery li {
  padding: 10;
}

.commission-gallery img {
  border-radius: 25px;
}
