.pt-0{
	padding-top: 0px !important;
}
.pt-10{
	padding-top: 10px !important;
}
.pt-30{
	padding-top: 30px !important;
}
.py-30{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.p-15{
	padding: 15px !important;
}
.pb-1{
	padding-bottom: 1px !important;
}
.pb-5{
	padding-bottom: 5px !important;
}
.px-20{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.px-30{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.px-40{
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.px-50{
	padding-left: 50px !important;
	padding-right: 50px !important;
}
.mb-10{
	margin-bottom: 10px !important;
}
.mt-0{
	margin-top: 0px !important;
}
.mt-10{
	margin-top: 10px !important;
}

.mx-5{
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.mx-32{
	margin-left: 32px !important;
	margin-right: 32px !important;
}
.float-right{
	float: right;
}

.float-left{
	float: left;
}
.error-color{
    color: red !important;
}
 .stop-color{
    color: white !important;
}
.stop-bg-color{
	background-color:#C8C8C8 !important;
}
.error{
	color: red !important;
	font-size: 12px;
} 
.inner-city-dropdown-not-active {
  padding: 10px 25px;
  display: block;
  font-size: 14px;
  color: gray;
  font-style: italic;
}
.error-input-style {
  border: none;
  border-bottom: 1px solid #FF0000;
  padding: 8px 0px;
  font-size: 15px;
  display: block;
  width: 100%; }
  
  .error-input-style:hover ~ span.boder-style-input:before {
  display: block;
  width: 100%; }

.error-input-style:focus ~ span.boder-style-input:before {
  display: none; }

.error-input-style:focus ~ span.boder-style-input:after {
  opacity: 1;
  width: 100%; }
  
  
.error-input-style {
  font-size: 14px; }
  
 .error-input-style {
  border-bottom: 1px solid rgba(255, 0, 0, 0, 1); }
  
  
  span.error-boder-style-input {
  width: 100%;
  border-bottom: 1px solid #FF0000;
  display: block;
  margin-top: -1px;
  position: relative !important; }

span.error-boder-style-input:before {
  content: "";
  -webkit-transition: 0.6s;
  transition: 0.6s;
  position: absolute;
  width: 0%;
  border-bottom: 2px solid #FF0000;
  display: block;
  z-index: 0;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: none; }
  
span.error-boder-style-input {
border-bottom: 1px solid rgba(255, 0, 0, 1); }


.error-secondary-input-boder-color:after{
border-color:#FF0000 !important;
}
  
.deliverytime-wrapper{
	position: absolute;
	bottom: 15px;
	right: 5px;
	text-align: center;
}

.deliverytime-wrapper .avgtime{
	font-weight: bold;
}

.deliverytime-wrapper .logo-text h3{
	text-align: center;
}

 .message-item {
  width: 100%;
  float: left;
  padding: 2px; }
  
.message-item span {
  font-size: 13px;
  margin-top: 5px;
  display: block;
  margin-bottom: 6px;
}
  
 .inline-btns {
  display: inline-block;
  z-index: 10; 
}

.inline-btns a {
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
 }
 
 .nowrap{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}


.spinner {
  width: 100%;
  height: 25px;
  text-align: center;
  font-size: 9px;
}

.spinner > div {
  background-color: white;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect1 {
  -webkit-animation-delay: -1.2s;
  -moz-animation-delay: -1.2s;
  -o-animation-delay: -1.2s;
  animation-delay: -1.2s;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  -moz-animation-delay: -1.0s;
  -o-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4); }  
  20% { transform: scaleY(1.0); }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { transform: scaleY(0.4); }
  20% { transform: scaleY(1.0); }
}


.spinner-container{
	text-align: center;
	display: none;
}

@media screen and (max-width: 576px){
	.modal-sm-customize{
		width: 90% !important;
		margin: 10px auto;
	}
	
}
@media screen and (min-width: 577px){
	.modal-sm-customize{
		width: 450px !important;
		margin: 30px auto  !important;
	}
}

.modal-banner-popup .modal-body{
	padding: 0px 5px !important;
}
.modal-banner-popup{
	max-height: 550px !important;
	z-index: 240001;
}
.modal-banner-popup .modal-content{
	max-height: 550px !important;
	border: unset;
	border-radius: 4px;
	
}
.modal-banner-popup .item-img{
	max-height: 450px !important;
}

.modal_cover-image img {
    border-radius: 3px 3px 0 0;
    width: 100%;
}
.modal-banner-popup .modal-content .close{
	right: 0px;
	opacity: 0.8;
}

.modal-banner-popup .modal-content .modal-body label{
	font-size: 12px;
}

.modal-banner-popup .close {
    position: absolute;
}
.hide-notimp{
	display: none;
}





/*==============Button Css===================*/
.header-right {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 50;
}

.header-right .desktop-search-btn {
	background: none;
	border: none;
	outline: 0;
	margin-left: 3px;
}

.header-right .desktop-search-btn .fa, .mobile-search-btn .fa{
	color: var(--banner-secondary-font);
	border: 2px solid var(--banner-secondary-font);
	padding: 8px;
	border-radius: 50%;
	font-size: 13px;
}
.popup-form {
	margin-top: 17px;
	margin-bottom: 10px;
}
/*==============Search Form===================*/
.searchbar-left {
    width: 100%;
    display: none;
    text-align: center;
    padding: 0px 17px;
}


.searchbar-left input.input-btn {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
  outline: 0;
  font-weight: normal;

}

.lang-icon, .lang-icon:hover {
    border: 2px solid var(--banner-secondary-font);
    border-radius: 100%;
    padding: 6px;
    color: var(--banner-secondary-font);
    display: inline-block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}

.searchbar-left button.close-btn {
    border: 1px solid #dddddd;
    padding: 13px;
    outline: 0;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    position: absolute;
    top: 17px;
    right: 17px;
    font-size: 16px;
    height: 44px;
}
.searchbar-left button.close-btn p {
    margin-top: -7px;
    font-size: 20px;
}


.searchbar-left button.close-btn i.fas.fa-times {
    vertical-align: text-top;
}

/*==============Mobile Search Area==================*/
.mobile-search-btn {
    display: none;
    background: none;
    outline: none;
    border: none;
    position: absolute;
    top: 0px;
    right: 40px;
}

.mobile-search-screen {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
}
.screentop {
    z-index: 500;
}

.mobile-search-screen button.close-btn p {
    margin-top: -7px;
    font-size: 20px;
}


.mobile-search-screen .popup-form {
    background: #eaeaea;
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 200;
}

.mobile-search-screen input.input-btn {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
  outline: 0;
  font-weight: normal;
	color: #000;
}

.mobile-search-screen button.close-btn {
    border: 1px solid #dddddd;
    padding: 13px;
    outline: 0;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 16px;
    height: 42px;
}
.mobile-search-screen button.close-btn i.fas.fa-times {
    vertical-align: text-top;
}
.mobile-search-result-area {
    margin-top: 68px;
    z-index: 500;
}
.mobile-search-results {
    padding: 12px;
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
}

/*==============Responsive Query==================*/
@media only screen and (max-width: 991px) {
	button.mobile-search-btn {
		display: block;
	}
	.desktop-search-btn {
		display: none;
	}
}
/*Tracking*/
.track-order-link{
	background-color: var(--bars-color);
	color: var(--bars-font-color);
	font-size: 1rem;
	padding: 16px;
	display: block;
}
.track-order-link:hover{
	color: var(--bars-font-color);
}
.trackorder-lg-screen {
    width: 100%;
    display: none;
    text-align: center;
    padding: 0px 17px;
	z-index: 24001;
}
.trackorder-lg-screen input.input-btn {
  border: 1px solid #dddddd;
  padding: 10px;
  width: 100%;
  outline: 0;
  font-weight: normal;
  margin-bottom: 10px;

}
.trackorder-lg-screen h3 {
	margin-bottom: 25px;
	text-align: left;
}
.trackorder-lg-screen button.close-btn {
    border: 1px solid #dddddd;
    padding: 13px;
    outline: 0;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    position: absolute;
    top: 10px;
    right: 17px;
    font-size: 16px;
    height: 44px;
}
.trackorder-lg-screen button.close-btn p {
    margin-top: -7px;
    font-size: 20px;
}
.trackorder-lg-screen button.close-btn i.fas.fa-times {
    vertical-align: text-top;
}
.trackorder-lg-screen button.submit-btn {
    display: inline-block;
	padding: 10px 20px;
	text-transform: uppercase;
	text-align: center;
	font-size: 15px;
}

.trackorder-lg-screen form label.error {
	display: block;
}

.trackorder-sm-screen {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
	z-index: 24001;
}
.trackorder-sm-screen h3 {
	margin-bottom: 25px;
	text-align: left;
}
.trackorder-sm-screen button.close-btn p {
    margin-top: -7px;
    font-size: 20px;
}


.trackorder-sm-screen .popup-form {
    padding: 10px;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 200;
}

.trackorder-sm-screen input.input-btn {
	border: 1px solid #dddddd;
	padding: 10px;
	width: 100%;
	outline: 0;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}

.trackorder-sm-screen button.close-btn {
    border: 1px solid #dddddd;
    padding: 13px;
    outline: 0;
    cursor: pointer;
    font-weight: bold;
    width: 50px;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 16px;
    height: 42px;
}
.trackorder-sm-screen button.close-btn i.fas.fa-times {
    vertical-align: text-top;
}
.trackorder-sm-screen .btn-container {
    text-align: center;
}
.trackorder-sm-screen .mobile-search-btn {
    display: none;
    background: none;
    outline: none;
    border: none;
    position: absolute;
    top: 0px;
    right: 40px;
}

.track-icon-sm{
	display: none !important;
}

@media only screen and (max-width: 991px) {
    .track-icon-sm {
        display: block !important;
    }
    .track-icon {
        display: none !important;
    }
}
/*Track Order - Order Page*/

.orderpage-trackorder-container .track-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: var(--bars-color);
    padding-left: 0px;
}

.orderpage-trackorder-container .track-progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400;
}

.orderpage-trackorder-container .track-progressbar .step:before {
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f192";
    color: var(--bars-font-color);
}

.orderpage-trackorder-container .track-progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 41px;
    display: block;
    font-size: 20px;
    background: var(--bars-color);
    border-radius: 50%;
    margin: auto;
    padding: 0px;
	position:relative;
	z-index: 1;
}

.orderpage-trackorder-container .track-progressbar li:after {
    content: '';
    width: 100%;
    height: 12px;
    background: var(--bars-color);
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 0;
}

.orderpage-trackorder-container .track-progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%;
}

.orderpage-trackorder-container .track-progressbar li:nth-child(2):after,
.orderpage-trackorder-container .track-progressbar li:nth-child(3):after {
    left: -50%;
}

.orderpage-trackorder-container .track-progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%;
}

.orderpage-trackorder-container .track-progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.orderpage-trackorder-container .track-progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.orderpage-trackorder-container .track-progressbar li.active:before,
.orderpage-trackorder-container .track-progressbar li.active:after {
    background: var(--bars-color);
}

.orderpage-trackorder-container .track-progressbar li.active:before {
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f00c";
}
.orderpage-trackorder-container .track-progressbar li:not(.active):before {
    font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    content: "\f192";
}

.orderpage-trackorder-container .track-progressbar .icon {
	color: var(--head-font-color);
    margin-top: 10px;
}

.orderpage-trackorder-container .track-progressbar .icon-content {
    padding-bottom: 20px
}
.orderpage-trackorder-container .track-progressbar .icon-font {
  font-size: 16px;
}

.orderpage-trackorder-container .track-status {
    width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: var(--head-font-color);
}
.orderpage-trackorder-container .track-status .track-status-desc {
	display: block;
}

.Top-menu .social-media-menu img.social-media {
	height: 40px;
	width: 40px;
	padding: 2px;
}
.Top-menu .social-media-menu a.social-media-link {
	display: inline-block;
}
.Logo-main-wrapper .social-media-icons{
	position: absolute;
	bottom: 15px;
	left: 5px;
	text-align: center;
}
.Logo-main-wrapper .social-media-icons img.social-media {
	height: 40px;
	width: 40px;
	padding: 2px;
}
@media screen and (max-width: 991px) {
    .orderpage-trackorder-container .track-progressbar .icon-content {
        width: 50%
    }
	.Logo-main-wrapper .social-media-icons{
		display: none;
	}
}

@media only screen and (min-width: 992px){
	.Top-menu .social-media-menu{
		display: none;
	}
}




.order-type-section .delivery-view {
	padding-bottom: 60px;
    margin-bottom: 60px;
	margin: 10px;
}
.order-type-section .option-header {
	display: flex;
	justify-content: space-between;
	justify-items: center;
	flex-wrap: nowrap;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--main-color);
	padding: 5px
}

.order-type-section button.close-btn {
    border: 1px solid #dddddd;
    outline: 0;
    cursor: pointer;
    font-weight: bold;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 10px;
    padding: 10px 15px;
}
.order-type-section button.close-btn p {
    font-size: 20px;
}



.order-type-section button.close-btn i.fas.fa-times {
    vertical-align: text-top;
}

.order-type-section .options-container {
	width: 100%;
	margin: auto;
	padding: 10px;
}
.order-type-section .order-options {
	text-align: center;
}

.order-type-section .options-buttons-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap:nowrap
}
.order-type-section .or {
	margin: 5px;
}
.order-type-section .order-option {
	width: 200px;
	background-color: #fff;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}
.order-type-section.mobile-search-screen .order-option{
	width: 200px;
	background-color: rgba(221, 221, 221, 0.3);
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.order-type-section .order-option.active {
	width: 200px;
	background-color: var(--bars-color);
	color: var(--bars-font-color);
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}


.order-type-section .order-option:hover, .order-type-section .btn-submit:hover,.order-type-section .btn-change:hover{
	background-color: var(--bars-color) !important;
	color: var(--bars-font-color) !important;
	border: 1px solid var(--bars-color);
}

.order-type-section .option-search {
	margin-top: 5px;
	margin-bottom: 10px;
}

.order-type-section .city,.order-type-section .order-branch-item {
	padding: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.order-type-section .city:not(:last-child),.order-type-section .order-branch-item:not(:last-child){
	border-bottom: 1px solid var(--bars-color);
}
.order-type-section .city:hover,.order-type-section .order-branch-item:hover {
	background-color: var(--bars-color);
	color: #fff;
}

.order-type-section .option-details {
	display: none;
}
.order-type-section .details-content h2 {
	font-weight: bold;
}
.order-type-section .details-edit {
	font-size: 0.8rem;
	cursor: pointer;
	color: var(--bars-color);
}

.order-type-section .details-wrapper li {
	padding: 5px;
}
.order-type-section .details-wrapper li {
	font-size: 14px;
}

@media screen and (max-width: 767px) {
	.mobile-hide{
		display: none !important;
	}
}

@media screen and (min-width: 768px) {
	.desktop-hide{
		display: none !important;
	}
}


.Chevron-arrow {
    position:relative;
    display:block;
    height:12px; /*height should be double border*/
}
.Chevron-arrow::before,
.Chevron-arrow::after {
    position:absolute;
    display:block;
    content:"";
    border:2px solid transparent; /*adjust size*/
}

.Chevron-arrow::before {
    top:0;
    border-top-color:#b00; /*Chevron Color*/
}
.Chevron-arrow::after {
    top:-10px; /*adjust thickness*/
    border-top-color:#fff; /*Match background colour*/
}
/*checkout Address*/
.checkout-address .buttons-wrapper {
	display: flex;
	justify-content: center;
	flex-wrap:nowrap
}

.checkout-address .btn-option {
	width: 150px;
	background-color: var(--bars-font-color);
	color: var(--bars-color);
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
	border: 1px solid var(--bars-color);
}

.checkout-address .btn-option.active {
	width: 150px;
	background-color: var(--bars-color);
	color: var(--bars-font-color);
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;
}

.checkout-address .btn-option:hover{
	background-color: var(--bars-font-color) !important;
	color: var(--bars-color) !important;
	border: 1px solid var(--bars-color);
}

.checkout-address .btn-option.active:hover{
	background-color: var(--bars-font-color) !important;
	color: var(--bars-color) !important;
	border: 1px solid var(--bars-color);
}

	.checkout-loader-container{
		display: none;
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.2);
		z-index: 1;
	}
	.checkout-loader{
		border: 10px solid #f3f3f3; /* Light grey */
		border-top: 10px solid #3498db; /* Blue */
		border-radius: 50%;
		width: 50px;
		height: 50px;
		animation: spin 2s linear infinite;
	}
	.checkout-loader-container.show-loader {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	@keyframes spin {
 	 0% { transform: rotate(0deg); }
  	100% { transform: rotate(360deg); }
	}
	
	.checkout-item-price-wrapper{
	display: flex; 
	flex-direction: column;
	width: 100%;
	text-align: end; 
}
.checkout-item-new-price-wrapper{
	justify-items: baseline;
	justify-content: flex-end;
}
.checkout-item-price-old{
	text-decoration: line-through;
	font-size: 0.8rem !important;
}
.checkout-item-price-new{
	font-size: 0.875rem !important;
}
.checkout-item-price-discount{
    font-size: 0.8rem !important;
	margin: 1px 0px 0 3px !important;
}
.checkout-quantity-input-wrapper{
	display: flex;
	align-items: center;
	width: 150px;
	margin-top: 10px;
}
.border-radius-0{
	border-radius: 0;
}
.item-view-discount-shape {
	position: absolute;
    top: 3px;
    right: 4px;
    background-color: #7cfc00;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    display: grid;
    justify-content: center;
    align-items: center;
    font-weight: 600
}

.item-view-tag-shape {
	position: absolute;
    top: 3px;
    right: 4px;
    background-color: #ffbe33;
    height: 35px;
    width: auto;
	min-width: 60px;
    text-align: center;
    border-radius: 5px;
    display: grid;
    justify-content: center;
    align-items: center;
	font-size: 0.75rem;
    font-weight: 600
}

.item-view-price-wrapper{
	display: flex; 
	flex-direction: column;
}
.item-view-new-price-wrapper{
	display: flex;
	justify-items: center;
    justify-content: flex-end
}
.item-view-price-old{
	text-decoration: line-through;
	font-size: 0.8rem !important;
}
.item-view-price-discount{
	margin: auto 0px auto 5px !important;
    font-size: 0.8rem !important;
}

.index-item-price-wrapper{
	display: flex; 
	flex-direction: column;
	width: 100%;
	text-align: end; 
}
.index-item-new-price-wrapper{
	display: flex;
	justify-items: baseline;
}
.index-item-price-old{
	text-decoration: line-through;
	font-size: 0.8rem !important;
}
.index-item-price-discount{
    font-size: 0.8rem !important;
}

.getloc-btn-container{
	display: flex;
    justify-content: center;
    flex-wrap: nowrap;
}

.getloc-btn{
	width: 150px;
    background-color: var(--bars-color);
    color: var(--bars-font-color);
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
	
	overflow: visible;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.getloc-btn:hover {
    background-color: var(--bars-font-color) !important;
    color: var(--bars-color) !important;
    border: 1px solid var(--bars-color);
}

.G-map {
	height: 400px;
	margin: 10px;
	transition: height ease-in-out 0.5s;
}

.G-map.minimiz {
	height: 240px;
}

.checkout-loader-container{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 1000;
}
.checkout-loader{
	border: 10px solid #f3f3f3; /* Light grey */
	border-top: 10px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 50px;
	height: 50px;
	animation: spin 2s linear infinite;
}
.checkout-loader-container.show-loader {
	display: flex;
	justify-content: center;
	align-items: center;
}
@keyframes spin {
 0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.change-pos-text{
	margin-top: 5px;
	text-align: right;
}

.change-pos-text a{
	color: var(--bars-color);
	display: none;
}

.bfp-radio-option{
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	[data-type="cc-form-container"], [data-type="cc-form-container-save"]{
		padding-left: 0px !important;
		padding-right: 0px !important;
		max-width: 350px;
	}
}

.map-wrapper {
    height: 100%;
}

.full-width-textarea{
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
	width:100%;
}