﻿.help-block-error{
	
	color: red;
    float: left;
    margin-left: 25px;
	
}

carousel-category p.card-text.p-0.text-center {
    FONT-SIZE: 15px !important;
    line-height: 16px;
    text-transform: capitalize;
    margin-top: 7px;
    color: #373737;
}

.empty_cart{
	
background: aliceblue;
	
text-align: center;
	font-size:20px;
	
padding: 5px;
	
border-radius: 20px;
}

.loading{
	
	text-align: center;
    display: none;
}

input.radiobutton {
    float: left;
    margin-top: 8px;
    margin-right: 12px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 70% !important;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  text-align: right !important;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.toast-success {
    background-color: #51A351 !important;
}
.toast-error {
    background-color: #dc3545 !important;
}

.promocodewarning { 

	margin-left: 15px;
    color: red;
    margin-bottom: 10px;

}

.total_class{
		
		margin-left: 17px !important;
		margin-top: 10px !important;
		font-weight: bold !important;
	}

@media screen and (max-device-width:640px), screen and (max-width:640px) {
	.modal-content {
	  background-color: #fefefe;
	  margin: auto;
	  padding: 20px;
	  border: 1px solid #888;
	  width: 70% !important;
	}
	
	.float-left {
		 float: none !important; 
	}
	
	.total_class{
		
		margin-left: 17px !important;
		margin-top: 10px !important;
		font-weight: bold !important;
	}
	
	.cart_stepper {
		height: 40px;
		width: 75px !important;
		min-width: 75px !important;
		border-radius: 6px;
		display: inline-flex;
		align-items: flex-start;
		justify-content: space-between;
		overflow: hidden;
	}
	
		a.stepper-button.plus_class {
		text-decoration: none;
		color: #f4b728;
		font-size: 30px;
		width: 25px;
	}

	a.stepper-button.minus_class {
		text-decoration: none;
		color: #f4b728;
		font-size: 30px;
		width: 25px;
	}

	input.cart_qty_inbox {
		background: #fff !important;
		width: 40% !important;
	}
	
}

.bottom_place_order {
    height: 39px !important;
}
.place_order_cart{
	height: 49px !important;
}

.remove_item_class{
  font-size: 20px;
  color: #ffffff !important;
}

a.stepper-button.plus_class {
    text-decoration: none;
    color: white;
    font-size: 22px;
}

a.stepper-button.minus_class {
    text-decoration: none;
    color: white;
    font-size: 22px;
}

input.cart_qty_inbox {
    background: #fff !important;
    width: 40% !important;
}

.disable_class{
	
	 opacity: 0.5;
	 pointer-events:none !important;
}




/* Absolute Center Spinner */
.loading1 {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading1:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading1:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading1:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.subradiobutton {
    float: left;
    margin-top: 8px;
    margin-right: 12px;
}


.termsclose {
  color: #aaaaaa;
  text-align: right !important;
  font-size: 28px;
  font-weight: bold;
}

.termsclose:hover,
.termsclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.custom-container{
  display:block!important;
  margin: auto!important;
  align-items: center!important;
  justify-content: center!important;
}

.stepper-input-group {
  display: flex;
  align-items: center;
}

.stepper-minus-btn, .stepper-plus-btn {
  background-color: #f1c40f !important;
  border: none !important;
  color: #ffffff !important;
  width: 40px;
  height: 40px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stepper-minus-btn {
  border-radius: 50% 0 0 50% !important;
}

.stepper-plus-btn {
  border-radius: 0 50% 50% 0 !important;
}

.stepper-input-field {
  width: 45px !important;
  text-align: center;
  border: none !important;
}

.stepper-minus-btn:hover, .stepper-plus-btn:hover {
  background-color: #e1b50e !important;
  border: none !important;
  color: #ffffff !important;
}

.stepper-minus-btn:focus, .stepper-minus-btn:focus, .stepper-input-field:focus {
  outline: none;
  box-shadow: none;
}

.stepper-input-group-sm {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center;
  white-space: nowrap !important;
  z-index: 0 !important;
}

.stepper-minus-btn-sm, .stepper-plus-btn-sm {
  background-color: #f1c40f !important;
  border: none !important;
  color: #ffffff !important;
  width: 15px !important;
  height: 25px;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 12px !important;
}

.stepper-minus-btn-sm {
  border-radius: 50% 0 0 50% !important;
}

.stepper-plus-btn-sm {
  border-radius: 0 50% 50% 0 !important;
}

.stepper-input-field-sm {
  width: 40px !important;
  height: 25px !important;
  text-align: center;
  border: none !important;
  font-size: 14px !important; /* Smaller font size */
  margin: 0 -2px; /* Adjust margin to close gaps */
}

.stepper-minus-btn-sm:hover, .stepper-plus-btn-sm:hover {
  background-color: #e1b50e !important;
  border: none !important;
  color: #ffffff !important;
}

.stepper-minus-btn-sm:focus, .stepper-minus-btn-sm:focus, .stepper-input-field-sm:focus {
  outline: none;
  box-shadow: none;
}

.custom-remove-btn {
  background: #ff6e6e;
  color: white !important;
  border-radius: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px !important;
  height: 22px !important;
  text-align: center !important;
  line-height: 1;
}

[lang="ur-UR"] .stepper-minus-btn, 
[lang="ur-UR"] .stepper-plus-btn, 
[lang="ur-UR"] .stepper-input-field,
[lang="ur-UR"] .stepper-minus-btn-sm, 
[lang="ur-UR"] .stepper-plus-btn-sm, 
[lang="ur-UR"] .stepper-input-field-sm {
  height: auto !important;
}