.copy_coupen {
    background: #ffffff;
    color: #ff7c08;
    padding: 3px 10px 3px 10px;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    border: 2px solid;
}

  .applied { 
    background: #ffffff;
    color: #4CAF50;
    padding: 3px 10px 3px 10px;
    font-weight: 500;
    margin: 0px 0px 0px 0px;
    border: 2px solid;
}
 
	 .unavailable {
		border: 3px solid #cccccc;
		padding: 0px 0px 0px 10px;
		margin: 0px 0px 5px 0px;
		background: aliceblue;
		cursor: not-allowed;
		border-radius: 5px;
		color: #ff7c08;
		font-weight: 600;
	}
	.pickup-address {
		border: 2px solid #cccccc;
		padding: 0px 10px 0px 10px;
		margin: 0px 0px 5px 0px;
		cursor: pointer;
		border-radius: 5px;
	}
	.activeee {
		border: 2px solid #ff7c08;
		padding: 0px 10px 0px 10px;
		margin: 0px 0px 5px 0px;
		background: aliceblue;
		cursor: pointer;
		color: #0c0c0c;
	}

	a.change_offer {
		border: 2px solid;
		padding: 5px 10px 5px 10px;
		background: #ffffff;
		color: #607D8B;
		box-shadow: -2px -2px 0px 0px;
	}
	 .checkout-box .custom-radio {
		float: left;
		width: auto;
		display: inline-block;
		margin: 0px 15px 0px 15px;
		text-align: center;
	}
	label.custom-control-label {
		font-weight: bold;
			border: 3px solid #607D8B;
			padding: 10px 50px 10px 50px;
			background: #ffffff;
			border-radius: 5px;
			color: #607D8B;
	} 
    input[name=showHideTextbox]:checked + label {
		    font-weight: bold;
			border: 3px solid #607D8B;
			padding: 10px 50px 10px 50px;
			border-radius: 5px;
			background: #607D8B;
			color: white;	
    }
 
	.custom-control input[type="radio"] {
		opacity: 0;
		position: fixed;
		width: 0;
	}
	.pickupaddress {
		border: 2px solid gray;
		padding: 0px 5px 0px 5px;
		margin: 0px;
	}
	.order-delivery {
		padding: 0px 10px 0px 10px;
		margin: 15px 0px 0px 0px;
		background: aliceblue;
		color: #000000;
		border-radius: 5px;
	}
	.delivery-img {
		padding: 5px;
		border: 1px solid #d8dce0;
		background: white;
		height: 40px;
	}
	@media only screen and (max-width: 767.98px) {
			.delivery-img { 
			   display: none;
			}
			
     label.custom-control-label {
		   font-weight: bold;
			border: 3px solid #607D8B;
			padding: 10px 20px 10px 20px;
			background: #ffffff;
			border-radius: 5px;
			color: #607D8B;
	} 
    input[name=showHideTextbox]:checked + label {
		    font-weight: bold;
			border: 3px solid #607D8B;
			padding: 10px 20px 10px 20px;
			border-radius: 5px;
			background: #607D8B;
			color: white;	
    }
	
	
	}

.edit_pincode {
    background: #e73c06;
    color: white;
    padding: 5px 5px 5px 5px;
    font-weight: 500;
    margin: 15px 10px 0px 0px;
    cursor: pointer;
}

 
.not-delivery {
    background: #ff000014;
    padding: 10px;
    text-align: center;
    color: black;
    border: 2px  solid red;
}
div#checkoutCouponForm {
    border-top: 2px dashed #607D8B;
    margin: 10px 0px 10px 1px;
    padding: 5px 0px 0px 0px;
}
.checkout-coupon-form .justify-content-between {
    border-bottom: 2px dashed;
}
.checkout-coupon-form .coupon-name {
    line-height: 1.4;
    padding: 0px 0px 2px 0px;
    font-size: 15px;
    font-weight: 400;
}
strong.product-quantity {
    color: #ff7c08;
}

.checkout-coupon-form .coupon-name b {
    font-weight: 600;
    color: #607D8B;
}

 
.pb_100 {
    padding-bottom: 100px !important;
}
.pt_120 {
    padding-top: 120px !important;
}

/* counter start */
.tf__counter {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.tf__counter_overlay {
    background: #231f40c4;
}

.tf__single_counter {
    text-align: center;
}

.tf__single_counter .text {
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #231f4094;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.tf__single_counter .text::after {
    position: absolute;
    content: ""; 
    background: url(../../../counter_shapes.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 235px;
    height: 235px;
    top: -20px;
    left: -18px;
    z-index: 1;
    animation: rotate linear 60s infinite;
    -webkit-animation: rotate linear 60s infinite;
}

.tf__single_counter .text h2 {
    color: var(--colorWhite);
    font-size: 36px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

.tf__single_counter .text h2::after {
    position: absolute;
    content: "+";
    color: var(--colorWhite);
    font-size: 40px;
    top: -3px;
    right: -25px;
} 
 .tf__single_counter .text span {
    display: block;
    width: 50px;
    height: 50px;
    background: #ff7c08;
    line-height: 50px;
    color: white;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.tf__single_counter p {
    color: white;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 700;
    margin-top: 40px;
}

 
  
  @keyframes rotate  {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.tf__single_counter {
    margin-bottom: 70px;
}

 
/* counter end 

   .home_bottom_banner .offer_img img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 3px 4px 3px 2px;
    border-radius: 10px;
    height: 300px;
    width: 500px;
    object-fit: cover;
}*/
