
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;500;600;700;800;900');


* {
    box-sizing: border-box;
    font-family: "Fira Sans", sans-serif !important;
}
body{
    font-family: "Fira Sans", sans-serif; 
}
.lock-icon {
    background-color: #fcd404 !important;
}

.success-icon {
    background-color: #fcd404 !important;
}

.main-body .fa, .main-body .fas {
    font-family: 'Font Awesome 5 Free' !important;
    font-weight: 900;
}


/* .main-body {
    background-image: url("../img/daffodil/daffodil.jpg") !important;
} */

.main-body .container-checkbox input:checked~.checkmark {
    border: solid 1px #fcd404;
    background-color: #fffbe5;
    color: #000 !important;
}

.container-checkbox .checkmark:before {
  background: white !important;
}

.container-checkbox input[type="radio"]:checked + .container-checkbox {
    color: #128443;
  }
.container-checkbox .checkmark:after {
  border-left: 3px #fdd73f solid !important;
  border-bottom: 3px #fdd73f solid !important;
}

.icon-25 {
  background: #fcd404 !important;
}
        .progress-container {
            position: relative;
            width: 93%;
            margin: auto;
        }

        .progress-container .progress-bar {
            border-radius: 10px;
            background-color: #747474;
            transition: none;
            background-image: none;
        }
		.progress-container .progress-label {
			text-align: center;
			font-size: 20px;
		    font-weight: 800;
		    color: #414141;
		}
        .progress-container .progress{
            border-radius: 50px;
            padding: 2px;
			border: 2px solid #AAA;
			height: 15px;
        }

/* =============== V2.0 =============== */

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .main-body {
    background: #FFF;
    background-image: none !important;
  }
  .container-checkbox .checkmark::before {
    border: 1px solid #fcd404;
  }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .main-body {
    background: #FFF;
    background-image: none !important;
  }
  .container-checkbox .checkmark::before {
    border: 1px solid #fcd404;
  }
}

/* ----------- Google Pixel ----------- */
/* Portrait */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  .main-body {
    background: #FFF;
    background-image: none !important;
  }
  .container-checkbox .checkmark::before {
    border: 1px solid #fcd404;
  }
}

/* Landscape */
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape) {
  .main-body {
    background: #FFF;
    background-image: none !important;
  }
  .container-checkbox .checkmark::before {
    border: 1px solid #fcd404;
  }
}

/* Responsive */
@media screen and (max-width: 667px) {
  .main-body {
    background: #FFF;
    background-image: none !important;
  }
  .container-checkbox .checkmark::before {
    border: 1px solid #fcd404;
  }
}


/* new style 29-05-2024 */

.header-container{
  padding: 0px 68px;
  background: #fff;
  height: 80px;
  display: flex;
  justify-content: start;
  align-items: center;
}

.msform{
  height: calc(100vh - 200px) !important;
}

.header-container img{
  width: 140px;
}
.footer-component {
  background-color: #128443 !important;
  display: flex;
  position: absolute;
  width: 100%;
  padding: 10px 0px;
  bottom: 0px;
  text-align: center;
  justify-content: center;
}
.footer-component p {
  color: #fff;
  font-family: "Fira Sans", sans-serif;
}

/* 31-05-2024 new style */

.main-body{
    background-image: none !important;
}

.main-body h2{
    font-family: "Fira Sans", sans-serif !important;
}
.main-body p{
    font-family: "Fira Sans", sans-serif !important;
}

.main-body .form-group label{
   font-family: "Fira Sans", sans-serif !important;
}
.main-body .action-button{
    color: #212529 !important;
    background-color: #fdd73f !important;
    border-radius: .25rem !important;
    font-family: "Fira Sans", sans-serif !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.main-body .container-checkbox{
    /* color: #000 !important; */
    font-family: "Fira Sans", sans-serif !important;
}
.main-body .container-checkbox:hover{
    color: #000;
}

.main-body #alternate_contact.container-checkbox .checkmark:after {
  border-left: 3px #128443 solid !important;
  border-bottom: 3px #128443 solid !important;
}
.main-body #alternate_contact.container-checkbox .checkmark::before {
  border: 1px solid #128443;
}

.fa-long-arrow-alt-left:before {
    color: #000 !important;
}
  
  .fa-long-arrow-alt-right:before {
    color: #000 !important;
  }
  .main-body h4{
    font-family: "Fira Sans", sans-serif !important;
    /* color: #128443; */
    color: #323232;
  }
  .main-body h5{
    font-family: "Fira Sans", sans-serif !important;
  }
  .main-body p{
    font-family: "Fira Sans", sans-serif !important;
  }
  #info-desktop .abt-reservation p{
    font-family: "Fira Sans", sans-serif !important;
  }
.main-body .form-group .form-control {
    /* border: solid 1px #32e37e; */
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.main-body .form-group .form-control:focus{
    color: #495057;
    background-color: #fff;
    /* border-color: #32e37e; */
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(18, 132, 67, .25);
}
.main-body #alternate_contact .checkmark{
    background-color: #128443 !important;
    color: #fff !important;
    border: 1px solid #128443;
}

.main-body #alternate_contact {
    width: 250px;
    color: #fff;
}
.main-body .container-checkbox .checkmark::before{
  border: 1px solid #fdd73f;
}

.main-body #license_form ul li{
    font-family: "Fira Sans", sans-serif !important;
}
.main-body .mt-2{
    font-family: "Fira Sans", sans-serif !important;
}


/* merchandise info */

.merchant-list .product {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	border-radius: 4px;
	padding: 12px 20px;
	margin: 10px;
	}
	.merchant-list .product .price.price-tag{
		font-weight: normal;
	    font-size: 18px;
	}

	.merchant-list .product .price-tag{
	font-weight: 600;
	font-size: 18px;
	}		
      
    .merchant-list .product .price-tag>span,
	.merchant-list .product .total-price
	{
	font-size: 24px;
	}  
	.merchant-list .product .quantity-input {
	width: 60px;
	}
	.stock{
	  display: block;
	  font-size: 16px !important;
	  font-weight: 400;
	  color: #c00;
	}
	.merchant-desc{
		width:20%;
	}

	.merchant-list .product .product-img {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 20%;
	}
	.merchant-list .price.price-tag{
	  width: 20%;
	  display: block;
	  text-align: center;
	}
	
	.yellow-padd{
		padding:0px !important;
	}
	.merchant-price{
	  text-align: right;
	  display: block;
	  right: 90px;
	  position: relative;
	  font-size: 25px;
	  font-weight: 600;
	}
	.merchant-list .quantity-container{
	  width: 20%;
	  justify-content: center;
	  align-content: center;
	  display: flex;
	  flex-wrap: wrap;
	  gap: 10px;
	}
	.merchant-list .price-tag{
	   width: 20%;
	  text-align: center;
	  display: block;
	}
	
	
	.merchant-list .quantity-container button, .merchant-list.quantity-container input{
	  padding: 10px;
	  background: #fdd73f; 
	  box-shadow: none;
	  border: 1px solid #fdd73f;
	  width: 35px;
	  height: 35px;
	  line-height: 15px;
	  font-size: 25px;
	  color: #000;
	}
	.merchant-list .quantity-container input{
	  color: #000;
	  background: #fff;
	  border: 1px solid #d0cccc;
	}
	
	.flex-centeragline{
	  display: flex;
	  gap: 10px;
	  flex-wrap: nowrap;
	}
	.quantity-container p{
	 font-size: 17px;
	  display: block;
	  font-weight: 600;
	}
	
	
	.quantity-container input{
		width: 40px !important;
		font-size: 20px !important;
		text-align: center;
	}
	.quantity-container p{
		color: #212529;
		font-size: 17px;
		font-weight:normal;
		line-height: 34px;
	}

	.merchant-list .product .product-img img {
	width: 200px;
	height: 180px;
	}
	
	#total-all-price{
	color:#637178;
	}
	
	input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.merchant-desc .merchant-text{
	text-align:center;
}

.merchant-desc .merchant-text p{
	font-size:20px;
	font-weight:normal;
	color: #212529;
}

.merchant-desc .merchant-text span{
	color:#637178;
	display: block;
}

.merchant-desc .merchant-text ul{
	list-style: none;
    margin: 0px;
    padding: 0px;
}
.merchant-desc .merchant-text ul li{
	color:#637178;
}
@media screen and (max-width:767.9px) {
	.merchant-list .product {
		flex-direction: column;
		align-items: start;
	}
	.header-container img {
	  width: 150px;
	  margin: 0px auto;
	}
	.merchant-list .price.price-tag {
	  width: 100%;
	  display: block;
	  text-align: center;
	}
	
	.merchant-list .price-tag {
	  width: 100%;
	  text-align: center;
	  display: block;
	}
	
	.quantity-container p{
		width:100%;
		text-align:center;
	}
	.merchant-list .quantity-container{
		width: 100%;
		flex-direction:column;
		align-items:center;
	}
	.merchant-list .product .product-img {
		align-self: center;
	}
	
	.merchant-price {
	  text-align: center;
	  right: auto;
	  position: relative;
	  font-size: 20px;
	  font-weight: 600;
	}
	.merchant-desc{
		width:100%;
		text-align:center;
	}
	.msform {
		height: calc(100vh - 300px) !important;
	}
	.progress-container{
		display: none !important;
	}
}

@media screen and (min-width: 1100px) and (max-width:1366px) {
    #progressbar{
      display: none !important;
    }
  
} 
@media screen and (min-width: 1600px) and (max-width:1900px) {
  .header-container, .footer-component{
    display: none;
  }

}

/*@media screen and (min-width: 1901px) and (max-width:2200px) {
    .header-container, .footer-component{
      display: none;
    }*/
  
}

@media screen and (min-width: 2201px) and (max-width:3500px) {
    .header-container, .footer-component{
      display: none;
    }
  
}

/*@media screen and (min-width: 3501px) and (max-width:5000px) {
    .header-container, .footer-component{
      display: none;
    }
  
}*/

@media only screen and (min-width: 1920px) and (min-height: 1080px) {
    .header-container, .footer-component{
        display: none;
      }
}

