.sous-menu
{
	display: inline-flex;
}
.nav-latteral {
  position: fixed;
  top: 0;
  left: -100%;
  background-color: white;
  z-index: 3;
  height: 140vh;
  width: 25vh;
  min-width: 400px;
  transition: all 0.3s ease;
  overflow-x: auto;
}

.nav-latteral .top {
	background-color: #313131;
	height: 101px;
}


.nav-latteral .top .imgnav img {
  float: right;
  height: 75%;
  padding-top: 10px;
  padding-right: 40px;
}

.connect
{
	height: 6vh;
	float: right;
	width: 14vh;
	padding-top: 16px;
	font-size: 1.4vh;
}

.top {
	background: linear-gradient(to bottom, #732929 0%, #ad4545 100%);
	height: 100px;
	width: 100%;
}

.top .imgnav {height: 75%;display: flex;align-content: center;justify-content: center;padding-top: 12px;}


.top .imgnav img {
  height: 100%;
}

#nav-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 140vh;
  width: 100%;
  background-color: rgb(0 0 0 / 43%);
  z-index: 2;
  display: none;
}

#nav-wrapper.active {
  display: block;
}

#nav-close {
  margin-bottom: 4rem;
  margin-top: 30px;
}

.nav-links {
  padding: 1rem 6rem 1rem 3rem;
  margin-top: 8rem;
}

.nav-link {
  cursor: pointer;
  font-size: 2.5vh;
  margin-bottom: 1vh;
  display: flex;
  align-items: center;
  width: max-content;
}

.nav-link a {
  text-decoration:none;
  color: inherit;
  display: flex;
  align-content: center;
}

.nav-link:hover {
  color: #a54141;
}

.nav-link ion-icon {
  margin-right: 15px;
}

.nav-button {
  transition: all 0.2s ease;
  font-size: 2vh;
}

.nav-button {
  font-size: 40px;
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 1vh;
  position: fixed;
  background-color: #31313166;
  padding: 20px;
}

.nav-button:hover {
  color: #a54141;
  background-color: #dedede;
}

body
{
    margin: 0;
    font: normal 8pt 'Roboto', sans-serif;
    background-repeat:no-repeat;
    background: #ffffff;
    background-position: top;
    background-size: cover;
    width: 100vw;
    display: flow;
}

#container
{
    width: 800px;
    margin:0 auto;
    margin-top: 5vh;
}

#loginform form
{
    font-variant: all-petite-caps;
    border-radius: 25px;
    padding: 20px;
}

.textn
{
	font-size: 40px;
	margin-bottom: 25px;
	font-variant: all-petite-caps;
	background-color: #a54141;
	color: #faf8ec;
	width: 90%;
}

.textn1
{
	font-size: 40px;
	margin-bottom: 25px;
	font-variant: all-petite-caps;
	color: #000000ad;
	width: 90%;
}

#cov
{margin-bottom: 25px;height: -webkit-fill-available;}
.menu-barre
{
	width: 100%;
	height: 60px;
	background-color: #303030;
	display: inline-flex;
	justify-content: space-evenly;
	margin-bottom: 30px;
}

.bouton-barre
{
	display: flex;
	height: 55px;
	font-size: 20px;
	max-width: 293px;
	text-decoration: none;
	width: 100%;
	align-items: center;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	font-variant: all-petite-caps;
	border-radius: 2px;
	background-color: #a54141;
	color: white;
	justify-content: center;
}

.menu-barre a
{display: contents;text-decoration: none;}

.bouton-barre:hover
{
	
    background-color: #f1f1f1;
    color: rgb(85 98 112);

}


.title
{
	font-family: 'Lobster', cursive;
	text-align:center;
	width: 600px;
	margin: auto;
	margin-top: 200px;
}

.title img
{
	height: 129px;
}

#mainpage table .action button
{
	height: 43px;
	font-size: 17px;
	width: 110px;
	margin-left: -40px;
	margin-top: -10px;
	margin-bottom: -10px;
	background: #6a6a6a;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow: none;
}

#mainpage table .action button:hover
{
	height: 43px;
	font-size: 17px;
	width: 110px;
	margin-left: -40px;
	margin-top: -10px;
	margin-bottom: -10px;
	background: #a54141;
	color: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	box-shadow: 5px 5px 5px #eee;
	text-shadow: none;
	cursor:pointer;
}

[class^="popup-container-"] {
	position: fixed;
	display:none;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 980px;
	min-height: 200px;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 9999;
	font-size: 25px;
	border: solid 2px;
	max-height: 98vh;
	overflow: auto;
}

[class^="popup-container-"] popup-choix {
	width: 300px;
	height: 200px;
	display: inline-block;
}

.popup-choix img{
	width: 100px;
	height: 100px;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}

/* Bordered form */
form 
{
    background: #fff;
}
form label b 
{
	font-size: 27px;
}

form label
{
	font-size: 35px;
	width: 100%;
	display: inline-block;
	text-align: center;
}

#container h1
{
    margin: 0 auto;
    width: max-content;
    padding-bottom: 10px;
    font-size: 3em;
}

/* Full-width inputs */
input[type=text], input[type=password]
{
    width: 90%;
    padding: 5px 5px;
    display: inline-block;
    border: 1px solid #ccc;
    text-align: center;
    box-sizing: border-box;
    margin: 5px 0;
    font-size: 30px;
}

/* Set a style for all buttons */
input[type=submit] 
{
    background-color: #6a6a6a;
    color: white;
    padding: 30px 20px;
    margin: 8px 0;
    border: none;
    margin-top: 30px;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
}
input[type=submit]:hover 
{
    background-color: #a54141;
}

select, input[type=date]
{
    width: 30%;
    padding: 10px 20px;
    margin: 5px 0;
    min-width: 270px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 25px;
    text-align: center;
}

#mainpage
{
	background-color: #ffffff;
	min-height: 80%;
	margin:0 auto;
	margin-top: 0%;
	width: fit-content;
	min-width: 100vw;
}

.frac-recherche {
    transition: transform 0.3s ease-in-out;
	margin-top: 100px;
}

.frac-recherche1 {
    transition: transform 0.3s ease-in-out;
    margin-top: 100px;
}

.up {
    transform: translateY(-90px); /* Adjust this value to control the upward translation */
    font-size: 12px; /* Optional: Reduce input font size when translated */
    color: #555; /* Optional: Change input text color when translated */
}

.accueilcont {
    height: 82vh;
    width: 98%;
    display: grid;
    margin: auto;
    justify-content: space-evenly;
    grid-template-columns: repeat(auto-fit, minmax(max(700px, 45vw), 2fr));
}

.accueilcont .accueilbox
{
	height: 450px;
	width: 98%;
	max-width: 1230px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	overflow: hidden;
	margin: auto;
	margin-bottom: 40px;
}

.accueilcont .accueilbox .accueilboxname
{
	height: 10%;
	width: 100%;
	background-color: #a54141;
	font-family: 'Geologica', sans-serif;
	font-size: 3.2em;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #faf8ec;
}

.accueilcont .accueilbox .accueilboxcontent
{
	height: 90%;
	width: 100%;
	display: flex;
	overflow: overlay;
	justify-content: center;
}

.accueilcont .accueilbox .accueilboxcontent .fraction-3
{
	height: auto;
	width: 49%;
	padding: 10px;
	text-align: center;
	display: block;
}

.accueilcont .accueilbox .accueilboxcontent .fraction-3
{}

.accueilcont .accueilbox .accueilboxfooter {
    height: 20%;
    width: 100%;
    background-color: #6a6a6a;
    transition: margin-top 0.5s;
    position: relative;
}

.accueilcont .accueilbox .accueilboxfooter:hover {
    margin-top: -3rem;
    background-color: #a54141;
}

.box-accueil-info
{
	height: 163px;
	border: 7px solid rgb(48 48 48);
	background-color: #a54141;
	padding-top: 6px;
}
.box-accueil-choix
{
	display: inline-flex;
	width:100%;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.box-accueil-choix a
{
	height: 0px;
	text-decoration: none;
	width: 300px;
	display: contents;
	}

.box-accueil-choix a .bpa
{
	height: 113px;
	font-size: 35px;
	font-family: sans-serif;
	font-variant: all-petite-caps;
	border-radius: 9px;
	color: #faf8ec;
	margin-top: 50px;
	width: 300px;
	background: #6a6a6a;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.box-accueil-choix a .bpaqrcode
{
	height: 113px;
	font-size: 35px;
	font-family: sans-serif;
	font-variant: all-petite-caps;
	border-radius: 9px;
	color: #6a6a6a;
	margin-top: 50px;
	width: 300px;
	background-image: url("../images/qr-image.jpeg");
	background-size: initial;
	background-position: center;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.box-accueil-choix a .bpa:hover
{
	
    background-color: #a54141;
    color: #faf8ec;

}

.box-accueil-choix a .bpared
{
	height: 113px;
	font-size: 35px;
	font-family: sans-serif;
	border-radius: 9px;
	color: #000000;
	margin-top: 50px;
	width: 300px;
	background: #d27373;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}


.box-accueil-choix a .bpared:hover
{
	
    background-color: #f1f1f1;
    color: rgb(85 98 112);
	background: #b25151;

}

.box-accueil-choix a .bpagreen
{
	height: 113px;
	font-size: 35px;
	font-family: sans-serif;
	border-radius: 9px;
	color: #000000;
	margin-top: 50px;
	width: 300px;
	background: #7ad273;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}


.box-accueil-choix a .bpagreen:hover
{
	
    background-color: #f1f1f1;
    color: rgb(85 98 112);
	background: #71ba6b;

}

.box-accueil-choix2
{
	height: 140px;
	display: inline-flex;
	width:100%;
	justify-content: space-evenly;
}

.box-accueil-choix2 a
{
	height: 0px;
	width: 300px;
	text-decoration: none;
	display: contents;
	}

.box-accueil-choix2 a .bpa
{
	height: 111px;
	font-variant: all-petite-caps;
	font-size: 30px;
	font-family: sans-serif;
	border-radius: 9px;
	color: #ffffff;
	width: 300px;
	background: #6a6a6a;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.box-accueil-choix2 a .bpa:hover
{
	height: 111px;
	font-size: 30px;
	font-family: sans-serif;
	border-radius: 9px;
	color: rgb(255 255 255);
	width: 300px;
	background: #a54141;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
}

.back
{
	align-items:center;
	width:100%;
}

.back a
{
	height: 0px;
	width: 300px;
	display: contents;
}


.back a .bpa
{
	height: 100px;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 25px;
	padding: 20px;
	color: black;
	width:300px;
	background-color: #329f0f;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.bpenvoi
{
	height: 80px;
	width: 80px;
	display: contents;
}

.bpenvoi img
{
	height: 100px;
	width: 100px;
	margin: 10px;
	cursor: pointer;
	margin-bottom: 21px;
}

#blockchoix
{
	display: inline-flex;
}

#blockchoix img
{
	height: 100px;
	width: 100px;
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 30px;
}

#blockchoixr 
{
    height: 50px;
    width: 50px;
}

#blockchoixr button img
{
    height: 55px;
    width: 55px;
}

#mainpage tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    white-space: normal;
}

#mainpage table {
    display: inline-table;
    border-color: inherit;
    background: #ffffff;
    padding: 2px;
    width: 97%;
}


#mainpage table .petit {
	width: 240px;
	text-align: center;
	background: white;
	display: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: sans-serif;
}

#mainpage table .petit h3{
	width: inherit;
	text-align: center;
	display: inherit;
	background: white;
	font-size: 1.5rem;
	display: contents;
}

#mainpage table .normal {
	width: 240px;
	text-align: center;
	background: white;
	display: inherit;
	font-size: 1.5rem;
	font-weight: 600;
	font-family: sans-serif;
}


#mainpage table .normal h3{
	width: inherit;
	text-align: center;
	display: inherit;
	background: white;
	font-size: 1.5rem;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainpage table .normal a{
	color: #a54141;
}

#mainpage table .action {
	text-align: center;
	font-size: 20px;
	display: flex;
	margin: -10px;
	font-weight: bolder;
	justify-content: center;
	min-width: 130px;
	align-items: center;
	min-height: 65px;
	align-content: center;
}

#mainpage table .description h3 {
	width: inherit;
	display: inherit;
	text-align: center;
	background: white;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainpage table .description {
	max-width: 794px;
	min-width: 300px;
	display: flex;
	text-align: center;
	font-size: 1.5rem;
	font-family: sans-serif;
	max-height: fit-content;
	overflow: hidden;
	font-weight: 600;
	align-items: center;
	justify-content: center;
}

#mainpage table .description-ligne {
	max-width: 794px;
	min-width: 300px;
	text-align: left;
	font-size: 1.5rem;
	font-family: sans-serif;
	max-height: fit-content;
	overflow: hidden;
	font-weight: 600;
	align-items: center;
	justify-content: center;
	white-space: pre-line;
	margin-top:-27px;
	height: 100%;
}

#mainpage table .prix h3 {
	width: inherit;
	display: inherit;
	text-align: center;
	background: white;
	font-size: 1.5rem;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mainpage table .prix {
	max-width: 300px;
	min-width: 150px;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-family: sans-serif;
	max-height: 277px;
	overflow: hidden;
	font-weight: 600;
}

#mainpage table .description a{
	color: #a54141;
}

#mainpage table tr:nth-child(even) {
	background-color: #f2f2f2;
	border-top: 1px solid #9E9E9E;
	border-bottom: 1px solid #9E9E9E;
}


#mainpage table td {
	color: #515151;
	background-color: white;
	display: table-cell;
	font-size: 25px;
	text-align: -webkit-center;
}

#mainpage table td.handle{
	cursor:pointer;
}

.client_titre
{
	color:black;
	font-size: 32px;
	padding-left: 40;
	padding-top: 20px;
}

.client_05m
{
	color:black;
	display: inline-block;
	width: 150px;
	font-size: 30px;
	padding: 25px;
}

.client_1m
{
	color:black;
	display: inline-block;
	width: 300px;
	font-size: 30px;
	padding: 25px;
}

.client_15m
{
	color:black;
	display: inline-block;
	width: 450px;
	font-size: 30px;
	padding: 25px;
}

.client_2m
{
	color: black;
	display: inline-block;
	width: 400px;
	text-align: center;
	font-size: 30px;
	padding: 25px;
}

.datalist-options {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  max-width: 90vw;
}

.datalist-options li {
  padding: 5px;
  cursor: pointer;
}

.datalist-options li:hover {
  background-color: #f2f2f2;
}
.datalist1-options1 {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  max-height: 150px;
  overflow-y: auto;
}

.datalist1-options1 li {
  padding: 5px;
  cursor: pointer;
}

.datalist1-options1 li:hover {
  background-color: #f2f2f2;
}



#myList option
{
	font-size: 22px;
	height:50px;
	padding-top: 20px;
	width: 95%;
	display: block;
	cursor: grab;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

#myList1 option
{
	font-size: 22px;
	height:50px;
	padding-top: 20px;
	width: 100%;
	display: block;
	cursor: grab;
}

#myListvoiture option
{
	font-size: 22px;
	height:50px;
	padding-top: 20px;
	width: 95%;
	display: block;
	cursor: grab;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: left;
}

.basetiquette .codebar
{
	font-family: 'Libre Barcode 128', cursive;
}


h2{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black;
    padding: 4px 0;
    text-align: center;
}

/* Table Styles */

.table-wrapper{
    margin: 10px 10px 0px;
}

.fl-table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white;
}

thead {
    width: 100%;
}

.fl-table td, .fl-table th {
    text-align: center;
    padding: 6px;
}

.fl-table td {
    font-size: 12px;
}

.fl-table thead th {
    color: #ffffff;
    background: #4FC3A1;
    font-size: 25px;
}


.fl-table thead th:nth-child(odd) {
    color: #ffffff;
    background: #324960;
    font-size: 25px;
}

.fl-table tr:nth-child(even) {
    background: #F8F8F8;
}

/* Responsive */


.menuinput
{
	display: inline-flex;
	width: 100%;
	justify-content: space-evenly;
}
.inputCodeBar
{
	width: 500px;
	display: block;
}
.inputCodeBar form
{
	font-size:15px;
	text-align: center;
	min-height: 230px;
}
.inputCodeBar1
{
	display: block;
	width: 652px;
}
.inputCodeBar1 form
{
	font-size:15px;
	text-align: center;
	min-height: 230px;
	width: 600px;
}
.inputCodeBar2
{
	display: block;
	width: 430px;
	height: fit-content;
	padding: 25px;
	font-size: 25px;
	border: 2px solid #f1f1f1;
	background: #87ff88;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.box-frac
{
	width: 100%;
	display: inline-block;
}

.box-frac .fraction
{
	width: 33%;
	display: inline-block;
}

.tabagenda
{
	height: 600px;
	width: 98%;
	margin: auto;
	display: block;
	display: flex;
	margin-top: 20px;
	justify-content: space-around;
}

.tabagenda .goleft
{
	height: 100%;
	width: 4%;
	background-color: #a54141;
	display: inline-block;
}

.tabagenda .goleft a
{
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabagenda .goleft a img
{
	width: 70%;
	display: block;
	margin:auto;
	max-width: 50px;
}

.tabagenda .tabcase
{
	width: 46%;
	display: inline-block;
	border: 1px solid rgb(24 24 24);
}

.tabagenda .tabcase .casejour
{
	height: 10%;
	width: 100%;
	background-color:white;
	text-align: center;
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.tabagenda .tabcase .casehoraire
{
	height: 90%;
	width: 100%;
	display: block;
	background-color: #ffffff;
	overflow: hidden;
}

.tabagenda .tabcase .casehoraire .jheure
{
	height: 100%;
	width: 5%;
	display: block;
	float: left;
	background-color: #fff;
}

.tabagenda .tabcase .casehoraire .ligne5
{
	height: 5%;
	width: 95%;
	display: block;
	float: right;
}

.tabagenda .tabcase .casehoraire .jheure .ligneh
{
	height: 10%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.tabagenda .tabcase .casehoraire .jtravail
{
	height: 100%;
	width: 95%;
	float: right;
}

.tabagenda .tabcase .casehoraire .jtravail .casetravail
{
	height: 100%;
	width: 98%;
	float: right;
	display: block;
	position: relative;
	overflow: hidden;
}

.tabagenda .tabcase .casehoraire .jtravail .casetravail .lignet
{
	width: 98%;
	border: 1px solid rgb(24 24 24 / 6%);
	position: absolute;
	background-color: #8BC34A;
	font-family: sans-serif;
	font-size: 2em;
	border-radius: 10px;
	padding-top: 5px;
	padding-left: 5px;
}


.tabagenda .tabcase .casenote
{
	height: 30%;
	width: 100%;
	display: block;
	background-color: gainsboro;
}

.tabagenda .goright
{
	height: 100%;
	width: 4%;
	display: inline-block;
	float: inline-end;
	background-color: #a54141;
}

.tabagenda .goright a
{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabagenda .goright a img
{
	width: 70%;
	display: block;
	margin:auto;
	max-width: 50px;
}

.limiteur
{
	height: 100vh;
	width:100%;
	background: linear-gradient(to top, #a54141 0%, #484848 100%);
	background-size: cover;
	position: absolute;
}

.footer
{
	height: 6vh;
	width:100%;
	display: block;
}

.choixtrav {
  width: 48%;
  height: 600px;
}

@media only screen and (min-width: 1600px) {
  .flex-container {
    display: flex;
    margin: 20px;
  }

  .choixtrav {
    flex: 1; 
    text-decoration: none;
  }
}

@media only screen and (max-width: 1600px) {
  .choixtrav {
    width: 98%;
    margin: auto;
  }
}

.choixtravbp {
  height: 48%;
  width: 100%;
  
}

.choixtrav a {
  text-decoration:none;
  
}

.choixtravbp {
   height: 37%;
   font-size: 35px;
   font-family: sans-serif;
   border-radius: 9px;
   color: #000000;
   margin-top: 50px;
   width: 100%;
   background: #51abb2ab;
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   text-align: center;
}

.popup {
    display: none;
    position: absolute;
    background-color: white;
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: auto;
    margin-top: -364px;
}

.popup img{
    height: 300px;
}

.fl-table tr:hover .popup {
    display: block;
}

#labelPreviewContainer
{
	transform: scale(1.5);
	padding-top: 12px;
	width: fit-content;
}

.product-container {
    display: flex;
    max-height: 300px;
    width: 95%;
    margin: 0 auto;
    border: solid 3px #404040;
}

.product-image {
    flex: 1;
    border: solid 2px #3b3b3b;
    margin-left: -3px;
    margin-top: -1px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
}

.product-image img {
    max-height: 299px;
    max-width: 99%;
    margin-left: 2px;
}

.product-details {
    flex: 2;
    padding: 20px;
    margin: auto;
    height: 260px;
    overflow: auto;
}

.product-details h2 {
    font-size: 1.4rem;
    margin-top: 0;
    font-family: sans-serif;
    text-transform: capitalize;
}

.product-details p {
    font-size: 1.45rem;
    margin-top: 9px;
}

.product-details button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 0px;
    width: 60%;
}

.product-details button:hover {
    background-color: #0056b3;
}

.bpaqr
{
	height: 113px;
	font-size: 35px;
	font-family: sans-serif;
	font-variant: all-petite-caps;
	border-radius: 9px;
	color: #faf8ec;
	width: 120px;
	background: #6a6a6a;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	margin-top: -40px;
}


.bpaqr:hover
{
	
    background-color: #75b39c;
    color: #faf8ec;

}

.error
{
	display: flex;
	height: 100px;
	justify-content: center;
	align-items: center;
	margin-bottom: 40px;
	background-color: #f03232;
	font-size: 29px;
	width: 80vw;
	border-radius: 20px;
}

.error a
{
	display: contents;
	font-size: 30px;
	color: white;
}

.no-print * {
    display: none !important;
}