lable.error {
  bottom: 5%;
  color: red;
  float: right;
  font-size: 14px;
  padding: 0 2% 0 0;
  position: absolute;
  right: 0;
}

lable.errorsub {
  bottom: 5%;
  color: red;
  float: right;
  font-size: 14px;
  padding: 0 2% 0 0;
  position: absolute;
  right: 82px;
}

.sweet_alert{
    position: fixed;
    top: 10%;
    right: 0px;
    z-index: 99999;
    display: none;
}

/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/
	.modal.left .modal-dialog,
	.modal.right .modal-dialog {
		position: fixed;
		margin: auto;
		width: 320px;
		height: 100%;
		-webkit-transform: translate3d(0%, 0, 0);
		    -ms-transform: translate3d(0%, 0, 0);
		     -o-transform: translate3d(0%, 0, 0);
		        transform: translate3d(0%, 0, 0);
	}

	.modal.left .modal-content,
	.modal.right .modal-content {
		height: 100%;
		overflow-y: auto;
	}
	
	.modal.left .modal-body,
	.modal.right .modal-body {
		padding: 15px 15px 80px;
	}

        
/*Right*/
	.modal.right.fade .modal-dialog {
		right: -320px;
		-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
		   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		     -o-transition: opacity 0.3s linear, right 0.3s ease-out;
		        transition: opacity 0.3s linear, right 0.3s ease-out;
	}
	
	.modal.right.fade.in .modal-dialog {
		right: 0;
        z-index: 9999;
        background: white;
	}

/* ----- MODAL STYLE ----- */
	.modal-content {
		border-radius: 0;
		border: none;
	}

	.modal-header {
		border-bottom-color: #EEEEEE;
		background-color: #FAFAFA;
	}


/* cart item  */

.cart_items {
    position: fixed;
    right: 0;
    height: 80%;
    background-color: #f3f7f9;
    z-index: 9999;
    box-shadow: 0 3px 5px 5px #9a9fa2;
    padding: 10px;
    margin: 10px 0 0 0;
    width: 30%;
	overflow-y: scroll;
}

.cart_quantity {
    display: flex;
    justify-content: space-evenly;
}

.cart_details {
    margin-top: 73px;
}

.cart_footer{
	background-color: #eaeaea;
    opacity: 1;
    padding: 20px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 30%;
}

.width_100{
	width: 100%;
}

.cart_max_img_width{
	max-width: 320px;
}

.form_border{
	border: 1px solid;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}


/* FAQ Accordian starts here */

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

button.accordion {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: x-large;
    font-weight: bold;
}

/* FAQ Accodian Ends here */

/* Footer CSS start here */
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px; /* Adjust space between columns */
}

.footer-col {
  flex: 1 1 200px; /* Allows flexibility and wrapping on smaller screens */
  min-width: 200px;
}

/* Footer CSS ends here */
