@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#app {
	font-family: 'Roboto', sans-serif !important;
}

.motif-categories,
.motif-pictures {
  overflow-x: scroll;
  overflow-y: hidden;
}

.motif-categories::-webkit-scrollbar,
.motif-pictures::-webkit-scrollbar {
  height: 10px;
}

.motif-categories::-webkit-scrollbar-track,
.motif-pictures::-webkit-scrollbar-track {
  background-color: rgba(37, 37, 37, 0.2);
}

.motif-categories::-webkit-scrollbar-thumb,
.motif-pictures::-webkit-scrollbar-thumb {
  background-color: rgba(55, 139, 207, 0.5);
}

.motif-pictures img {
  cursor: pointer;
}

.motif-space button,
.motif-categories button,
.motif-count button {
  transition: 0.25s;
}

.dimension-input:not(:placeholder-shown):valid {
  background-color: hsl(145, 90%, 80%);
}

.dimension-input:not(:placeholder-shown):invalid {
  background-color: hsl(348, 90%, 80%);
}

.dimension-input:focus:invalid {
  background-color: hsl(56, 100%, 85%);
}

.pic-container {
  max-width: 100%;
}

.pic-container .image {
  height: 100%;
  width: auto;
  box-shadow: none;
}

.is-active {
	background-color: #2ba7c5 !important;
	color: white !important;
}

strong {
	color: #515151 !important;
}

label {
	color: #515151 !important;
}

.is-small {
	font-size: 0.75rem !important;
	border: none !important;
	outline: none !important;
}

.is-static {
	font-size: 0.85rem !important;
}

.selection-modal {
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.4) !important;
  width: 90%;
  max-width: 600px;
  margin: auto;
  border: none;
  border-radius: 12px;
}

@media (min-width: 768px) {
  .selection-modal {
    width: 70%;
    max-width: 700px;
  }
}

@media (min-width: 1024px) {
  .selection-modal {
    width: 50%;
    max-width: 800px;
  }
}

.delete {
	background-color: #515151 !important;
}

.selection-modal::backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

#product-99804 .summary {
	visibility: hidden !important;
	height: 0px !important;
}

#product-99804 .woocommerce-product-gallery {
	visibility: hidden !important;;
	height: 0px !important;
}