body {
  font-family: "akzidenz_grotesk_pro";
}

#selecionados {
  margin-top: 50px;
}

.container-selecionado {
  display: flex;
  padding: 0 15px;
}

.container-full-images {
  display: none;
}

.container-images {
  width: 41%;
  padding: 0 15px;
}

.container-info {
  width: 58%;
  padding: 0 15px;
}

.main-image {
  width: 450px;
  height: auto;
}

.selecionados-gallery {
  padding-left: 30px;
  margin: 20px 0 50px 0;
}

.selecionados-gallery ul {
  display: inline;
  column-count: 3;
  margin-bottom: 10px;
  list-style: none;
}

.inner:nth-child(4n+1) {
  clear: left;
}

.inner {
  float: left;
  margin: 5px;
}

.slider-imgs {
  object-fit: cover;
  height: 80px;
  width: 80px;
}

.fancybox-image {
	border: 15px solid #FFF !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.title {
  font-size: 28px;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
  line-height: 1;
}

.description {
  font-size: 16px;
  margin: 5px 0 40px 0;
}

.list {
  column-count: 2;
}

.list-item {
  display: list-item;
  margin-left : 1em;
  font-size: 12px;
  color: #333333;
}

.price {
  font-size: 26px;
  margin: 40px 0 10px 0;
}

.gm-style-mtc {
  display: none;
}

.button-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 100px auto 60px auto;
}

.button-div {
  width: 50%;
  display: flex;
  justify-content: center;
}

.custom-button {
  display: inline-block;
  font-family: "akzidenz_grotesk_pro", Sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
  text-transform: uppercase;
  fill: #000000;
  color: #000000 !important;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 3px 3px 3px 3px;
  border-color: #000000;
  border-radius: 30px 30px 30px 30px;
  padding: 15px 40px 15px 40px;
  transition: all 0.3s linear 0s;
  cursor: pointer;
}

.custom-button:hover {
  background-color: #000000;
  border-color: #00000000;
  transition: all 0.3s linear 0s
}

.custom-button:hover span {
  color: #FFFFFF !important;
  transition: all 0.3s linear 0s;
}

.custom-button span {
  transition: all 0.3s linear 0s;
}

.button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #000000;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
  opacity: 1 !important;
}

@keyframes button-loading-spinner {
  from {
      transform: rotate(0turn);
  }

  to {
      transform: rotate(1turn);
  }
}

@media (max-width: 1200px) {
  .title-center {
    text-align: center;
  }

  .container-images {
    display: none;
  }

  .container-full-images {
    display: block;
  }

  #selecionados {
    margin-top: 0;
  }

  .container-info {
    width: 100%;
  }

  .list {
    column-count: 1;
    width: fit-content;
    margin: auto
  }

  .list-item {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }

  .container-selecionado {
    margin-top: 50px;
  }
}

@media (max-width: 992px) {
  .button-div {
    width: fit-content;
  }
}

@media (max-width: 768px) {
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}