/* resets */
*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    font-family: 'Open Sans', sans-serif;
}
p {
    font-family: 'Muli', sans-serif;
}

h1 {
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
}

.container {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
@media only screen and (max-width: 1025px){
.container {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
}
body, .button, .tick {
    justify-content: center;
    align-items: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    width: 100%;
    height: 90vh;
	margin-top:0;
}

.button {
    width: 200px;
    height: 60px;
    font-size: x-small;
    text-align: justify-all;
    background: #041e3a;
    border-radius: 6px;
    transition: all .3s cubic-bezier(0.67, 0.17, 0.40, 0.83);
}

.button svg {
    transform: rotate(180deg);
    transition: all .5s;
}

.button__circle {
    width: 120px;
    height: 120px;
    background: mediumseagreen;
    border-radius: 50%;
    transform: rotate(-180deg);
}

.button:hover {
    cursor: pointer;
}

.tick {
    color: white;
    font-size: 2em;
    transition: all .9s;
}

/* ==== 1. animated seachbox ===== */
#animated input[type=text] {
    width: 60%;;
    box-sizing: border-box;
    border: 1px solid #c8c8c8;
    border-radius: 4px 0 0 4px;
    font-size: 22px;
    background-color: white;
    padding: 20px 20px 20px 40px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

#animated input[type=text]:focus {
    width: 70%;
}

#animated i {
    position: relative;
    left: 30px;
}

/* ===== 2. standard seachbox ==== */

.search-txt-input{
    padding: 12px 20px;
    font-size:22px;
    border:1px solid #c8c8c8;
    border-right:0px;
    border-top-left-radius: 4px 4px;
    border-bottom-left-radius: 4px 4px;
    width: 200px;
}
.search-button {
    padding: 20px;
    font-size: 22px;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border: solid 1px #c8c8c8;
    border-right: 0px;
    border-top-right-radius: 4px 4px;
    border-bottom-right-radius: 4px 4px;
    position: relative;
    left:-5px;
}
.search-button:hover {
    text-decoration: none;
}

/* Fixes submit button height problem in Firefox */
.search-button::-moz-focus-inner {
    border: 0;
}

/* === 3. standard animated seachbox === */

#animated-2 .search-txt-input{
    width: 200px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

#animated-2 input[type=text]:focus {
    width: 500px;
}

/* == 4. standard seachbox with icon === */

button[type='submit'] {
    color:#fff;
    cursor:pointer;
}
button[type='submit']:hover {
    color:#fff;
    cursor:pointer;
}

/* === 5. standard seachbox with icon animated === */

#standard-3 .search-txt-input{
    width: 200px;
    -webkit-transition: width 0.5s ease-out;
    transition: width 0.5s ease-out;
}

#standard-3 input[type=text]:focus {
    width: 500px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.newquantity {
    color: green;
    font-weight: bolder;
}

.headepimel {
    background-color: #15194c;
    width: 100%;
    padding: 20px;
    margin-bottom: 100px;
}
#results{
margin-top: 40px;
}
.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0.75rem;
  background-color: white;
  width: 90%;
	max-width: 100%;
	margin: 0 auto;
  height: auto;
  box-shadow: 1px 4px 6px 1px rgba(0,0,0,.2),
  1px 2px 4px 1px rgba(0,0,0,.2);
}

.card .header {
  position: relative;
  background-clip: border-box;
  margin-top: 1.5rem;
  margin-left: 1rem;
  margin-right: 1rem;
	max-height: 80px;
  border-radius: 0.75rem;
  background-color: #f6b859;
  box-shadow: 0 10px 15px -3px rgb(246 184 89 / 54%), 0 4px 6px -4px rgb(255 193 7 / 39%);
  height: 14rem;
}

.info {
  border: none;
  padding: 1.5rem;
  text-align: center;
}

.title {
  color: rgb(38 50 56);
  letter-spacing: 0;
	font-size: 25px;
  line-height: 1.375;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.footer {
  padding: 0.75rem;
  border: 1px solid rgb(236 239 241);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgba(0, 140, 255, 0.082);
}

.tag {
  font-weight: 300;
  font-size: .75rem;
  display: block;
}

.action {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  box-shadow: 0 4px 6px -1px rgba(33,150,243,.4),0 2px 4px -2px rgba(33,150,243,.4);
  color: rgb(255 255 255);
  text-transform: uppercase;
  font-weight: 700;
  font-size: .75rem;
  padding: 0.75rem 1.5rem;
  background-color: rgb(33 150 243);
  border-radius: 0.5rem;
}
.search-ptext{
font-size: 25px;
}

.card .header h2{
font-size: 30px;
}
.card .header .title{
font-size: 25px!important;
}
p.subtitle {
    color: #15194c;
    font-size: 25px;
    font-weight: 700;
	    margin-top: 0;
}
p.text {
    text-align: left;
    font-size: 20px;
    font-weight: 500;
}
p.failed-text {
    color: red;
    font-size: 20px;
    text-align: center;
}
p.divider{
    margin: 10px auto;
    width: 40px;
    border-bottom: 3px solid #e6bc67;
}
@media only screen and (min-width: 1025px){
	.headepimel img{
	width: 150px!important;
	}
	.search-ptext {
    font-size: 16px;
}
	#animated input[type=text] {
    width: 50%;
    font-size: 16px;
    background-color: white;
    padding: 12px 20px 12px 40px;

}
	.search-button{
	padding: 12px 15px;
		font-size: 16px;
	}
	#animated input[type=text]:focus {
    width: 60%;
}
	.card{
	width:50%;
		height: 350px;
	}
	.card .header h2 {
    font-size: 20px;
}
	.title {
		font-size: 15px;
	}
	p.subtitle {
		font-size: 15px;
	}
	p.text {
		font-size: 12px;
	}
}
html, body {
    -webkit-text-size-adjust: 100%; /* Prevents iOS text zoom */
}

input, textarea, select {
    touch-action: manipulation; /* Prevents unintended zooming on touch */
    font-size: inherit; /* Ensures font size consistency */
}
.search-button {
    background-color: #e2bc63; /* Adjust color as needed */
    transition: background-color 0.3s ease;
	border: 1px solid #e2bc63;
}

.search-button:hover {
    background-color: #15194c; /* Adjust hover color as needed */
	border: 1px solid #15194c;
}