<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: BWR Chixter app Version 3
Theme URI: https://chixter.com
Author: The Chixter Team
Author URI: https://chixter.com
Description: 
Version: 3.0
Tested up to: 5.4
Requires PHP: 7.0
License: 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orderchixter
*/
body{
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	background-color: #ffffff !important;
}
.btn-success:hover,.btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2D4127 !important;
    border-color: #2D4127 !important;
}
@font-face {
    font-family: 'QuatroUltraBlack';
    src: url('assets/webfonts/Quatro-UltraBlack.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
.form-group .ui-input-text input {
    border-radius: 15px;
    
}
main{
	padding-bottom:30px;
}
#change-company-code-form .btn-outline-default {
    width: 60%;
    text-transform: uppercase;
}
#resend_corporate_email{
    color: red;
    font-weight: 600;
}
#change-corporate_email-form .btn-outline-default {
    width: 60%;
}
.super_bucks .card {
	display: table-row;
	background-color: #3d454d;
	color: white;
	width:100%;
	margin-bottom: 10px;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	border-radius: 4px;
	position: relative;
}
.super_bucks .card-cont .even-info p {
	padding: 30px 50px 0 0;
}
.super_bucks .date {
	display: table-cell;
	width: 25%;
	position: relative;
	text-align: center;
	border-right: 2px dashed #dadde6;
}
.super_bucks .date time {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.super_bucks .card-cont {
	display: table-cell;
	width: 75%;
	padding: 30px 33px 30px 30px;
	text-align:center;
}

.date:before, .date:after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background-color: white;
	position: absolute;
	top: -15px;
	right: -15px;
	z-index: 1;
	border-radius: 50%;
}

.card-cont&gt;div {
	display: table-row;
}
.date:after {
	top: auto;
	bottom: -15px;
}
.date time span:first-child {
	font-weight: 400;
	font-size: 300%;
}
.card-cont h3{
	color: #f7be00;
}
.date time span:last-child {
	text-transform: uppercase;
	margin-top: -10px;
	    color: #f7be00;
		font-size: 26px;
}
.card-cont .even-date time span {
	display: block;
}
.date time span {
	display: block;
}

.super_bucks_detail {
  list-style-type: none;
}

.super_bucks_detail li {
  position: relative;
}

.super_bucks_detail li:before {
   content: '';
	  position: absolute;
	  top: 0;
	  left: -20px;
	  transform: translateY(-50%);
	  width: 10px;
	  height: 10px;
	  background-color: #CC353B;
	  border-radius: 50%;
}

.super_bucks_detail li span {
  position: relative;
  top: -12px;
  display: inline-block;
}
header .navbar{
	background: #434343;
}
.bg-light {
    background-color: #ffffff !important;
}
.logo_image{
	width:75px !important;
}

.bestseller .card-body{
	padding: 15px;
    height: 180px;
    overflow: hidden;
}

.bestseller_title{
	cursor:pointer;
}
.ads .card {
    height: 187px;
}
 .quantity .form-control{
	border-radius:0px  !important;
}
 .quantity .ui-btn{
	margin:0 !important;
}
.shipping-calculator-button {
    display:none !important;
}

.branches_list a:hover, .branches_list a::active{
    text-decoration: none !important;
    background: #F47F25;
}
.branches_list a {
    background: #404040;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 5px grey;
    display: block;
    color: #fff !important;
    margin: 10px;
    font-weight: bold;
}
.woocommerce div.product form.cart{
	margin-bottom:0px !important;
}

.menu img{
	width: 100%;
    border-radius: 50%;
}
.menu p:last-child {
    width: 60px;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	float:none !important;
}

.edit-account .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(245, 127, 32, 0.25);
}
.edit-account .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(244, 126, 32, 0.50);
}

.edit-account .page-subtitle,.custom-sub-title{
	font-weight: bold;
}

.edit-account label{
	font-size: 14px;
}

input.error{
	border-color: #ec0000;
}

#change-pwd-btn{
	color: #f94620;
    font-size: 14px;
    text-decoration: underline;
}

.add-address-btn{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

#add_address_form label{
	font-size: 14px;
    font-weight: 500;
}
#add_address_form input{
	font-size: 14px;
}

.form-group.has-error{
	color: #e40000;
}

.list-group-flush .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0;
    border: 0;
    border-radius: 10px;
}

.list-group-item a{
	text-decoration: none;
}

.alert {
    font-size: 14px;
    padding: 10px;
}

header.header{
	min-height: 72px;
}

#delete_address_modal .modal-header,
#exit-modal .modal-header{
	padding: 8px 15px;
}

#delete_address_modal .modal-title,
#exit-modal .modal-title{
	font-size: 17px;
    font-weight: 600;
}
#delete_address_modal .modal-footer,
#exit-modal .modal-footer{
	font-size: 15px;
    padding: 8px 15px;
}
#delete_address_modal .modal-body,
#exit-modal .modal-body{
	font-size: 14px;
}

.select-address-input{
	position: absolute;
    right: 10px;
    top: 10px;
}

.add-address-select{
	overflow: auto;
    float: right;
    margin-top: 25px !important;
    margin-bottom: 10px;
}

#map {
  height: 400px;
}

.hide-address-form{
	display: none;
}

.btn-confirm-address {
    position: absolute;
    bottom: 30px;
    width: 65%;
    left: 0;
    right: 0;
    margin: auto;
}

#mapPosition{
    margin-bottom: 30px;
    margin-top: 10px;
	border: 1px solid #dcdcdc;
}

.position-map-wrapper{
	position: relative;
}

.btn-edit-map{
	position: absolute;
    top: 145px;
    left: 0;
    right: 0;
    margin: auto;
}
#closed_store_msg{
    display:none;
}
.closed_store_msg{
    margin-bottom:0px !important;
    border-radius:0px;
}
.main-container.has-header{
	padding-top: 72px;
}
.main-container.has-header.has_closed_store_msg{
	padding-top: 155px !important;
        
}

.main-container.has-footer{
	padding-bottom: 55px;
}
.main-container.has-footer.has_closed_store_msg{
	padding-bottom: 113px !important;
}

.ui-loader {
	top: 0 !important;
	position: fixed !important;
}

.close-product-popup{
	position: absolute;
    top: 10px;
    right: 18px;
	z-index: 99;
}
.phone_error{
	border:1px solid red;
}

.woocommerce-tabs ul.wc-tabs{
	display: none;
}

.product-price {
    color: #f58020;
    font-weight: bold;
}

.modal-body span.onsale{
	position: absolute;
    background: #f94620;
    margin: 0;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 10px 15px;
    border-radius: 0;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
}

.card-body img{
	max-height: 100%;
    border-radius: 5px;
    width: auto;
    margin: auto;
}

.card-body .background{
	text-align: center;
}

.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, 
.woocommerce button.button.alt, .woocommerce input.button.alt { 
	background-color: #CC353B !important;
    color: #fff;
}

.woocommerce span.onsale{
	background-color: #CC353B;
}

.settings-page .list-group-flush .list-group-item{
	margin: 5px 15px;
}

.woocommerce a.added_to_cart{
	float: right;
    color: #fff;
    border-radius: 50px;
    font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    margin-bottom: 1.5rem !important;
    display: inline-block;
    margin-top: 1.5rem !important;
}

.swiper-categories a.icons{
	background: transparent;
	border-radius: 50%;
}

.add-address-select a{
	font-size: 14px;
    color: #CC353B;
	text-transform: uppercase;
}

.page-subtitle {
    font-weight: bold;
    color: #414141;
    line-height: 28px;
}

.address_box .card{
	background: #F3F2F6;
}
.custom_card{
    background: transparent !important;
}
.custom_card .card-body{
    border-bottom: 1px solid #ededed;
}

header.active .navbar {
    background-color: #434343;
}

.shipping-option{
	border-radius: 50%;
	width: 140px;
	height: 135px;
	transition: all 0.2s ease-in-out; 
}



.shipping-option .card-border{
	position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: 0;
    border: 2px solid #fff;
    width: 90%;
    height: 90%;
    border-radius: 50%;
    right: 0;
    margin: auto;
}
.shipping-option .text-default{
	color: #fff !important;
}

.confirm-btn-wrapper{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.shipping-option .text-default{
	font-size: 14px;
}

.has-checked .shipping-option:not(.branch-logo){
	opacity: 0.4;
        width:100%;
}

.has-checked .shipping-option.checked-option{
	opacity: 1;
	background-color: #CC353B;
}

.branch-logo{
	background-color: #f47d1e;
}
.branch-logo .card-body{
	line-height: 107px;
}

.branch-logo img{
	width: 80%;
	margin-top: 0;
}
.h-90{
	height:90px;
}
.card-body img {
    max-width: 100%;
    border-radius: 5px;
}

a:hover,a:active,a:focus{
	text-decoration:none !important;
}
.text-msg{
	font-weight: 600;
    line-height: 27px;
}

.btn-cart-icon{
	position: absolute;
    right: 10px;
    bottom: -10px
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

label.error{
	font-size: 13px;
	color: #ec0000;
}

.custom-switch .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: rgba(65, 65, 65);
}
.custom-switch .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.wapf-wrapper{
	font-size: 14px;
}

.product-content{
	font-size: 14px;
	margin-bottom: 15px;
}

.wapf-field-group .wapf-section{
	padding: 15px;
	padding-bottom: 0;
}

.wapf-field-group .wapf-section:nth-child(even){
	background: #f3f3f3;
}

.wapf-field-label label{
	font-weight: bold;
}

.wapf-clone-title {
    margin-top: 0;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #CC353B;
    font-size: 17px;
    font-weight: bold;
}

.wapf-checkable .wapf-custom::before {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}

.wapf-radios .wapf-checkable .wapf-custom::before {
	border-radius: 50%;	
}

.wapf-checkable .wapf-custom:before, .wapf-custom{
    transition: background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.wapf-checkable .wapf-input ~ .wapf-custom::before {
    color: #fff;
    border-color: rgba(65, 65, 65);
}

.wapf-radios .wapf-input ~ .wapf-custom::after {
	content: "";
	position: absolute;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    bottom: 0;
    left: 4px;
	display: block;
}

.wapf-radios .wapf-input:checked ~ .wapf-custom::after {
    background: #C4D600;
    border-radius: 50%;
    width: 0.5rem;
    height: 0.5rem;
    top: 0.5rem;
    bottom: 0;
    left: 4px;
	border-color: #C4D600;
	color: #fff;
}

.wapf-radios .wapf-input:checked ~ .wapf-custom::before {
    color: #fff;
    border-color: #C4D600;
    background: transparent;
}


.wapf-checkboxes .wapf-input ~ .wapf-custom::after {
	content: "";
	position: absolute;
	display: block;
}

.wapf-checkboxes .wapf-input:checked ~ .wapf-custom::after {
	content: "";
    background: #C4D600;
    border-radius: 0;
    top: 7px;
    bottom: auto;
    left: 3px;
    width: 10px;
    height: 10px;
}

.wapf-checkboxes .wapf-input:checked ~ .wapf-custom::before {
    color: #fff;
    border-color: #C4D600;
    background: transparent;
}

.wapf-checkable .wapf-input-label{
	position: relative;
}

.wapf-checkable .wapf-custom{
	min-width: 15px;
    display: inline-block;
}

.wapf-checkable .wapf-input{
	display: none;
}

.wapf--inner div{
	display: none;
}

.wapf--inner div:last-child{
	display: block;
}

select.wapf-input{
	padding: 5px;
	background-color:#cccccc6e;
}

.wapf-wrapper {
    margin: 0;
}

abbr.required{
	color: #e60000;
}

.product-remove{
	position: absolute;
    right: 6px;
    top: 7px;
}

.variation dd{
	display: inline-block;
	margin-right: 5px;
}

.variation dt{
	display: inline-block;
}


dl.variation {
    font-size: 13px;
	font-weight: normal;
}

.product-name{
	font-size: 15px;
	font-weight: bold;
}

.cart_totals{
	font-size: 15px;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0px;
}

.custom-modal-title h6{
	font-weight: bold;
    font-size: 15px;
}
.custom-modal-title .close{
    font-size: 16px;
}

#pickup-modal-form,.checkout.woocommerce-checkout{
	font-size: 15px;
}

.woocommerce-checkout-payment h6{
	font-size: 15px;
}

#order-map{
	border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
	box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.045),0 0.1rem 0.3rem rgba(0,0,0,0.045) !important;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
}

.order-details-table{
	border-spacing: 0px !important;
    box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.045),0 0.1rem 0.3rem rgba(0,0,0,0.045) !important;
    -moz-box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.075) !important;
    -ms-box-shadow: 0 0.4rem 0.8rem rgba(0,0,0,0.075) !important;
}

.order-details-table thead{
	font-size: 15px;
}

.order-details-table tbody,.order-details-table tfoot{
	font-size: 14px;
}

.order-details-table thead th {
    vertical-align: middle;
    border-top: 0;
    border-bottom: 0;
	background: rgba(244, 129, 37, 0.9);
    color: #fff;
}

.order-body,.order-body h6{
	font-size: 14px;
}

.order-body h6.page-subtitle{
	font-size: 18px;
}

.order-body .list-group-item span.font-weight-bold{
	font-weight: 500 !important;
    font-size: 15px;
    width: 115px;
    display: inline-block;
    text-align: left;
}

.rating-num{
	position: relative;
    top: -7px;
}

.rate-error{
	color: #da0000;
    font-size: 14px;
    margin-top: -6px;
}

.card-body .status-img{
	height: 16px;
    width: auto;
}



.datepicker-icon{
	position: absolute;
    right: 8px;
    top: 16px;
    color: #c3c3c3;
}

h6{
	font-size: 15px;
}


.swiper-container{
	text-transform: uppercase;
}

.empty-img img{
	width: 150px;
}

.cart-empty-wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    color: #aaa;
}
.cart-empty-wrapper h4 {
    font-size: 19px;
}

.woocommerce ul.order_details{
	padding: 0;
    margin-bottom: 25px;
    margin-top: 15px;
}

.woocommerce ul.order_details li{
	border-right: 0;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0;
    margin-right: 0;
    width: 50%;
}

.woocommerce ul.order_details li strong {
    font-size: 15px;
    margin-top: 5px;
}

.product-price{
	direction: ltr;
}

.wpwl-button-pay{
	background-color: #CC353B !important;
    color: #fff;
    border: 0;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.21) !important;
    margin: 15px auto;
    border-radius: .25rem;
    float: none;
}

.wpwl-form-card{
	font-size: 14px;
}

.wpwl-label{
	margin: 0 0 .4em;
    font-weight: 500;
}

.wpwl-control{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    background-clip: padding-box;
    border-width: 1px;
    border-style: solid;
    border-image: initial;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.wpwl-wrapper-submit{
	text-align: center;
}

#ptr .loading {
	margin-top: -33px;
	height: 30px;
	border-bottom: 1px solid #ccc;
	font-size: 20px;
	box-shadow: 0px 0px 2px #ccc;
	text-align: center;
}

#ptr {
	overflow: hidden;
}

.loading-container {
  height: 60px;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loading-container .loading {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #f58d3a;
  border-right-color: #f58d3a;
  animation: loading 0.5s infinite forwards;
}

@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

body .reload-page {
	transform: translateY(-100px);
	transition: 0.1s ease-in-out;
    margin-top: 20px;
}
.btn.btn-36{
	height: 36px;
    line-height: 0px;
    vertical-align: middle;
    text-align: center;
}
.update_cart{
	background:#434343 !important;
	border-color:#434343 !important;
	outline:none !important;
}

.update_cart:not(:disabled):not(.disabled):active:focus, .update_cart:not(:disabled):not(.disabled).active:focus{
    box-shadow: 0 0 0 0.2rem rgb(244 129 37 / 65%);
}
.update_cart:hover {
    background: #434343ab !important;
}
.card .text-success {
    color: #434343 !important;
}

.footer-tabs .nav-tabs .nav-item .nav-link{
	padding-left:10px !important;
	padding-right:10px !important;
}
.shipping-option .card-body {
	padding:10px !important;
}

.bucks_amount{
	font-size: 60px;
    font-weight: bold;
    color: #F18022;
}

#bti_modal th{
	width: 180px;
}

#bti_modal table{
	    border-spacing:0px !important
}
	.buck_amount_label{
		font-size: 14px;
		font-weight: bold;
	}
	.amount_icon{
		display:inline-block;
	}
	.amount_icon img{
		    width: 70px !important;
    margin-top: -60px;
	}
	
	#bucks_transactions_table tbody tr{
		background-color: #f0f0f0;
		box-shadow: 0 2px 8px rgba(0,0,0,0.2);
		cursor:pointer;
		
	}
	.amount_container{
	display:inline-block;
    line-height:0.9;
	}
	
	    #bucks_transactions_table { 
                border-collapse: collapse; 
            } 
      
            #bucks_transactions_table th , #bucks_transactions_table td { 
                width:150px; 
                text-align:center; 
                padding:5px 
              
            } 
      
            #bucks_transactions_table { 
                border-collapse:separate; 
                border-spacing:0 10px; 
            } 




            .pickup_instruction{
                font-weight: 600;
                font-size: 14px;
                z-index:999;
            }
            
            
.steps-form {
    display: table;
    width: 100%;
    position: relative; }
.steps-form .steps-row {
    display: table-row; }
.steps-form .steps-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 3px;
    background-color: #ccc; }

.steps-form .active_bar{
    height: 3px;
    background: #CC353B;
    padding: 1px;
    margin-top: 14px;
    position: absolute;
}
.steps-form .step_new .steps-step:nth-child(-n+2) a {
    background-color: #CC353B; 
    color:#fff;
}
.steps-form .step_new .active_bar{
    width:17%;
}

.steps-form .step_accepted .steps-step:nth-child(-n+3) a {
    background-color: #CC353B; 
    color:#fff;
}
.steps-form .step_accepted .active_bar{
    width:37%;
}

.steps-form .step_inpreparation .steps-step:nth-child(-n+4) a {
    background-color: #CC353B; 
    color:#fff;
}
.steps-form .step_inpreparation .active_bar{
    width:63%;
}

.steps-form .step_out-for-delivery .steps-step:nth-child(-n+5) a {
    background-color: #CC353B; 
    color:#fff;
}
.steps-form .step_out-for-delivery .active_bar{
    width:100%;
}

.steps-form .step_ready_for_pickup .steps-step:nth-child(-n+5) a {
    background-color: #CC353B; 
    color:#fff;
}
.steps-form .step_ready_for_pickup .active_bar{
    width:100%;
}

.steps-form i{
    font-size: 15px;
    margin-top: -2px;   
}
.steps-form .steps-row .steps-step {
    display: table-cell;
    
    text-align: center;
    position: relative; }
.steps-form .steps-row .steps-step p {
    margin-top: 0.5rem; 
    font-size: 12px;
}
.steps-form .steps-row .steps-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important; }
.steps-form .steps-row .steps-step .btn-circle {
    width: 30px;
    height: 30px;
    background-color: #e4e4e4   ;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    margin-top: 0; }

.variation .variation-item p,.order-details-table p{
    display:inline
}

button trp-span{
    display:none !important;
}
trp-merge.trp-merge{
    display:none !important;
}

/****** Chixter Style ******/
.loader-logo .logo{
	width:80% !important;
}
.btn-default, .selectoption input[type="checkbox"]:checked+label {
    background-color: #2D4127;
}
.btn-default:hover, .selectoption input[type="checkbox"]:checked+label:hover, .btn-default:focus, .selectoption input[type="checkbox"]:checked+label:focus {
    background-color: #CC353B;
    color: #fff;
}
.btn-custom {
    background: #2D4127;
}
.btn-info, .btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show&gt;.btn-info.dropdown-toggle {
    color: #000 !important;
    background-color: #CC353B;
    border-color: #CC353B;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #CC353B;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #CC353B;
    background: transparent;
}
.link-page-wrapper a {
    color: #CC353B;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #CC353B;
    border-color: transparent;
    color: #fff;
}
.daterangepicker .calendar-table thead tr:nth-child(2) th {
    height: 40px;
    color: #CC353B;
    padding-bottom: 10px;
}
header .navbar{
	width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.shipping-option .card-body{
	padding:5px !important
}
.shipping-method a:hover {
    color: #343433;
}
.order_type .shipping-option{
	background: #4b4948;
}
.footer-tabs{

    color: white;
    xdisplay: flex;
    justify-content: space-between;
    padding: 15px;
    width: 95%;
    margin: auto;
    border-radius: 5px;
    direction: rtl;
	margin-bottom: 15px;
        z-index:9 !important;
}

.footer-tabs #cart-tab{
	vertical-align:middle;
	color : white !important;
}


.footer-tabs .nav-tabs .nav-item .cart-link {
     padding:0px !important;
}
.footer-tabs .nav-tabs .nav-item.centerlarge .nav-link {
    margin-top: -22px !important;
	height:65px !important;
	width:65px !important;
}
.footer-tabs .nav-tabs .nav-item{
	padding:0px !important;
}
.bg-default {
    background-color: #CC353B;
}
.text-default {
    color: #CC353B!important;
}
.btn-outline-default {
    color: #333333 !important;
    background: #ffffff;
    width:100%;
    border:1px solid #333333;
}
.product-price {
    color: #CC353B;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #CC353B !important;
    color: white;
}
.alert-info {
    color: #f7f6f7;
    background-color: #CC353B;
    border-color: #CC353B;
}
.btn-outline-success {
    color: #f8bd18;
    border-color: #f8bd18;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show&gt;.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #f8bd18;
     border-color: #f8bd18;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #f8bd18;
     border-color: #f8bd18;
}
.order-details-table thead th {
    background: #CC353B;
}
.btn-chixter{
	background-image:url('./img/chixter-btn.png');
	width: 100%;
    background-position: center;
    background-size: 100% 100%;
	color:white;
}
.btn-chixter:hover{
	color:white;
}

.btn-success {
    color: #ffffff !important;
    background-color: #CC353B;
    border-color: #CC353B;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show&gt;.btn-success.dropdown-toggle {
    color: #000;
    background-color: #CC353B;
    border-color: #CC353B;
}
.update_cart {
    background: #434343 !important;
    border-color: #434343 !important;
    color: white !important;
}
.text-danger {
    color: #CC353B !important;
}

.steps-form .step_new .steps-step:nth-child(-n+2) a {
    background-color: #CC353B;
}
.steps-form .active_bar {
    background: #CC353B;
}
.steps-form .step_accepted .steps-step:nth-child(-n+3) a {
    background-color: #CC353B;
}
.steps-form .step_inpreparation .steps-step:nth-child(-n+4) a {
    background-color: #CC353B;
}
.steps-form .step_out-for-delivery .steps-step:nth-child(-n+5) a {
    background-color: #CC353B;
}

element.style {
    stroke: #CC353B;
    stroke-opacity: 0;
}
.jq-star-svg path {
    /* stroke: #000; */
    stroke-linejoin: round;
}
.svg-rated-31 {
    fill: #CC353B;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show&gt;.btn-outline-warning.dropdown-toggle {
    color: #CC353B;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-default:focus, .btn-outline-default:hover, .btn-outline-default.active {
    background-color: #CC353B;
}
.text-success {
    color: #CC353B !important;
}
.branch-logo img {
    width: 80%;
    margin-top: 26px;
}
div[data-url="/shop/"] .alert{
    display:none
}




.otp_msg{
    text-align:left;
}

.otp_try_again{
    display:none;
}
.otp_code_inputs{
    position: relative;
}
.otp_code_inputs div.ui-input-text{
    width: 17%;
    margin: 0 0.5%;
    display: inline-flex;
}
.otp_code_inputs div.ui-input-text input{ 
    font-size: 1.5rem;
    text-align: center;
}
.otp_{
    margin:10px 0;
}
.verification_error{
    display:none;
    font-size: 13px;
    color: #ec0000;
}
#register-form .select_country .ui-btn{
    padding:0 !important
}
#register-form .select_country .ui-btn span{
    display:none;
}
#register-form .select_country .ui-btn select{
    height: 45px;
}
.countries_box img{
    width:45px;
}
.mobile_empty_error , .mobile_length_error,.same_mobile_error{
    display:none;
    font-size: 13px;
    color: #ec0000;
}

.branches_list p {
    background: #F4F3F6;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 2px 2px 5px grey;
    display: block;
    color: #B6B5B6 !important;
    margin: 10px;
    font-weight: bold;
    font-size: 14px;
    position:relative;
}
.branches_list a span{
    color: #CC353B !important;
    font-size: 12px;
    position:absolute;
    right:5%;
}

.pick-dip-container .wapf-field-input{
	display:none;
	
}


.wapf-swatch--image.wapf-checked, .wapf-swatch--image:hover {
	background: #ccc;
    border-color: #b7b5b5;
}

.selected_dip{
    color: #404040;
    display: block;
    padding-top: 5px;
    position: relative;
}
.selected_dip::after{
	font-family: 'Material Icons';
    content: "expand_more";
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    right: 0;
    display: inline-block;
	top: 2px;
}
#single_product_module .woocommerce-notices-wrapper{
    display:none!important;
}
.pick-dip-container .wapf-field-label label{
	position:relative;
	padding:5px 0px;
}
.pick-dip-container{
	position:relative;
}
.pick-dip-container .wapf-field-label label span::after {
    font-family: 'Material Icons';
    content: "expand_more";
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    right: 0;
    display: inline-block;
	top: 2px;
}
.pick-dip-container .wapf-field-label{
	background: #cccccc6e;
    padding: 0px 5px;
    border: 1px solid #767676;
    height: 33px;
}
.wapf-field-select{
	position:relative;
}
.pick-dip-container .wapf-field-label::after{
	font-family: 'Material Icons';
    content: "expand_more";
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    right: 11px;
    display: inline-block;
    top: 33px;
}
.wapf-field-select .wapf-field-input::after {
    font-family: 'Material Icons';
    content: "expand_more";
    vertical-align: middle;
    font-size: 20px;
    position: absolute;
    right: 12px;
    display: inline-block;
    top: 33px;
    font-weight: bolder;
}
.virtual_label{
	font-weight: bold;
    padding-bottom: 10px;
    display: block;
}
.w-90 {
    width: 90% !important;
}
.woocommerce-remove-coupon{
    xxdisplay:none !important;
}
.wapf-wrapper h6:first-child{
	display:none !important;
}

.cart_item_free .woocommerce-Price-amount.amount{
	display:none;
}

.fixed-top.hide {
    left: 80%;
    transition: linear 300ms;
}
.external_menu.show a {
    padding: 15px 40px;
    color: white;
    width: 100%;
    font-weight: bold;
    vertical-align: middle;
}
.toogle_link {
    position: absolute;
    top: 4px;
    color: #000;
    z-index: 25;
    padding: 5px;
    font-size: 30px;
}
.external_menu .icon_ {
    width: 30px;
	display: inline-block;
    margin-right: 5px;
}
.external_menu.show a {
    display: block;
    white-space: nowrap;
}
main.main-container.show {
    margin-left: 0%;
    transition: linear 300ms;
    width: 100%;
}
.external_menu.show {
    width: 80%;
    background: #434343;
    z-index: 99;
    height: 100%;
    transition: linear 300ms;
    overflow: scroll;
    position: fixed;
    left:0px;
}

.external_menu.hide {
    width: 0%;
    background: #434343;
    z-index: 99;
    height: 100%;
    transition: linear 300ms;
    overflow: scroll;
    position: fixed;
    left:0px;
}
.external_menu.hide a {
    display: none;
    white-space: nowrap;
}
.toogle_link .material-icons {
    font-size: 35px;
	vertical-align:middle;
}
.fixed-top.show {
    left: 0;
    transition: linear 300ms;
}
.external_menu #external_menu_logo{
	margin: 20px 15px 40px 40px;
	height:50px;
}

.settings-page .list-group-flush .list-group-item {
    border-bottom: 1px solid #efe9e9;
    border-radius: 0px;
}
.settings-page .list-group-flush .list-group-item {
    margin: 5px 15px;
}
.internal_fixed_top .navbar{
	background-color:white !important;
	color:black;
}
.internal_fixed_top .search_container .material-icons{
	position: absolute;
    top: 23px;
}
.search_container {
	padding-top:8px;
}

.internal_fixed_top .search_container input[type="text"]::placeholder {
  font-size: 12px;
}
.internal_fixed_top .search_container input[type="text"]{
	width:230px !important;
}
.menu li.selected{
	border-bottom:4px solid #CC353B;
	padding-bottom: 5px;
}
.menu ul{
	white-space: nowrap;
}
.menu ul li{
	margin-right:15px;
}
.menu ul li a{
	display:inline-block;
	padding-bottom:5px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.menu ul::-webkit-scrollbar {
    display: none;
	list-style:none;
	margin:0;
	padding:0;
	overflow:auto;
}

/* Hide scrollbar for IE, Edge and Firefox */
.menu ul {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
  list-style:none;margin:0;padding:0;overflow:auto;
}

.prod_description{
	font-size:12px;
	line-height: 15px;
}
.color-black{
	color:#424242 !important;
}
.color-gray{
	color:gray !important;
}
.border-bottom{
	border-bottom: 1px solid gray;
}
.font-12{
	font-size:12px;
}

.sticky_anchor{
	position: fixed;
    z-index: 999;
    background: white;
    top: 45px;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
	box-shadow: 0 0.4rem 0.8rem rgb(0 0 0 / 5%), 0 0.1rem 0.3rem rgb(0 0 0 / 5%) !important;
}

.sticky_anchor ul{
	margin-bottom : 0px !important;
}

.pt-6{
	padding-top:70px;
}

.count_items{
    border: 2px solid white;
    position: absolute;
    top:12px;        
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
}

.branches_list p, .branches_list a {
    margin: 20px 0px!important;
}
/*.order_type .shipping-option {
    background: #CC353B;
}*/

#register-form .custom-control-label::before{
    left: -20px !important;
}
main.main-container.hide {
    margin-left: 80%;
    transition: linear 300ms;
    width: 100%;
}

.main_menu_nav_content {
    position: relative;
	height: calc(100%-500px);
	scroll-behavior: smooth;
    overflow: auto;
}

#main_menu_nav .nav.nav-pills .nav-item .nav-link {
    color: #979797;
    font-weight: bold;
}

#main_menu_nav .nav.nav-pills .nav-item .nav-link.active {
    color: #979797;
    background-color: #ffffff;
	border-bottom: 2px solid #CC353B;
    border-radius: 0 !important;
	
	
}
.main_menu_nav_container nav {
    
}

.external_menu .icon_{
    width:30px;
}
#search_menu{
    padding: 6px;
    height: 37px;
}

.toogle_link .material-icons{
    font-size:35px;
} 

.external_fixed_top .toogle_link{
    top: 5px;
}
.w-70{
    width:70%;
}
.form-group .ui-input-text input{
    border-radius: 15px;
}
.form-group .input-group input{
    border-radius: 0 15px 15px 0
}
.input-group-prepend span{
    border-radius: 15px 0px 0px 15px;
    background: #ffffff;
}

.flag_link {
    position: absolute;
    top: 14px;
    color: #000;
    z-index: 25;
    padding: 5px 5px;
    right:10px;
}
.flag_link img{
    width:22px;
}
.coin_logo {
    display: inline-block;
    padding: 5px 15px;
    background: #F5F5F7;
    border-radius: 10px;
    font-weight: bold;
}
.coin_logo img {
    width: 25px;
    vertical-align: middle;
    margin: 5px;
}
.text-black {
    color: #3D4543;
}
.loyalty_banners .card img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.bbox_action.active{
    background:#CC353B;
    opacity: 1;
}

.bbox_action p.active,.bbox_action.active a p,.bbox_action.active p{
    color:#fff;
    text-transform:uppercase;
}

.bbox_action.active img{
    color:#fff
}

.bbox_action{
    padding:15px;
    background:#E5E5E5;
    opacity: 0.5;
    border-radius:10px;
}
.bbox_action .img{
    height: 50px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    width: 80%;
    background-position: center center;
}

.bbox_action .img.icon_1{
    background-image: url(img/svg/icons-01.svg);
}
.bbox_action .img.icon_2{
    background-image: url(img/svg/icons-02.svg);
}
.bbox_action .img.icon_3{
    background-image: url(img/svg/icons-03.svg);
}

.bbox_action.active .img.icon_1{
    background-image: url(img/svg/icons-01-white.svg);
}
.bbox_action.active .img.icon_2{
    background-image: url(img/svg/icons-02-white.svg);
}
.bbox_action.active .img.icon_3{
    background-image: url(img/svg/icons-03-white.svg);
}

.bbox_action.active .img.icon_4{
    background-image: url(img/referral_icon.png);
}


.bbox_action p,.bbox_action a p{
    color:#3D4543;
    text-transform:uppercase;
}
.bucks_customer_id {
    font-size: 20px;
    font-weight: bolder;
    color: #CC353B;
    margin-top: 13px;
}
.username_title {
    color: #CC353B;
    line-height: 29px !important;
    font-size: 26px;
}
#bbuck_container {
    background-image: url(img/bbucks_bg.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #3D4543;
    min-height: 150px;
    border-radius: 16px;
    color: #fff;
}
#bbuck_container h4 {
    font-size: 17px;
    margin: 0px;
    text-transform: uppercase;
}
.uppercase{
    text-transform:uppercase;
}
#bbuck_container h4{
    font-size:17px;
    margin:0px;
    text-transform:uppercase;
}
#bbuck_container p{
    font-size:15px;
    margin:0px;
    text-transform:uppercase;
}
#bbuck_container p.info{
    font-size:13px;
    color:#C4C7C6;
    text-transform:none;
}
#bbuck_container p.info_title{
    font-size:13px;
}
#bbuck_container h4 span{
    font-size:30px;
    font-weight: bold;
}
.orange_color{
    color:#CC353B;
}

.transaction_bucks{
    background:#F9F9F9;
    padding:10px;
    border-radius: 16px;
}
.transaction_bucks .icon{
    text-align: center
}
.transaction_bucks .icon img{
    height: 30px;
}
.transaction_bucks .content{
}
.transaction_bucks .content span{
    display:block;
    font-size:13px;
    color:gray;
}
.transaction_bucks .bbucks{
    font-size: 20px;
    text-align: right;
    color: #CC353B;
    font-weight: bold;
}
.view_more_trans {
    text-align: right;
    margin: 10px 0;
}
.font-13 {
    font-size: 13px !important;
}
.page_content .thumbnail img {
    width: 100% !important;
    height: auto !important;
}
.page_content .thumbnail {
    border-radius: 16px;
}
.gender_ label.custom-control-label {
    padding-left: 20px;
}
.error_msg {
    display: none;
}
.page_content .coin_logo {
    display: block;
    font-size: 25px;
    padding: 5px 15px;
    background: #F5F5F7;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}
.navbar-dark {
    background: #3D4543;
}
.navbar-dark .back_link {
    color: #fff;
}
.navbar-dark .back_link_home {
    color: #fff;
}
.navbar-dark .page-subtitle {
    color: #fff;
}

.select_branch .ui-btn span {
    display: none;
}
.select_branch .ui-btn {
    padding: 0 !important;
}

.checkmark__circle{
	stroke-dasharray: 166;
	stroke-dashoffset: 166;
        stroke-width: 2;
	stroke-miterlimit: 10;
	stroke: #7ac142;
	fill: none;
	animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards
}
.checkmark{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	display: block;
	stroke-width: 2;
	stroke: #fff;
	stroke-miterlimit: 10;
	margin: 10% auto;
	box-shadow: inset 0px 0px 0px #7ac142;
	animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both
}
.checkmark__check{
	transform-origin: 50% 50%;
	stroke-dasharray: 48;
	stroke-dashoffset: 48;
	animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards
}
@keyframes stroke{100%{stroke-dashoffset: 0}}
@keyframes scale{0%, 100%{transform: none}50%{transform: scale3d(1.1, 1.1, 1)}}
@keyframes fill{100%{box-shadow: inset 0px 0px 0px 60px #7ac142}}

.woocommerce-checkout-payment .custom-radio .custom-control-input:checked ~ .custom-control-label::after{
    left: -20px;
}
.home_page_coin{
    text-align:right;
}
.btn{
    border-radius: 25px !important;
}

.input-group .input-group-append .btn{
    border-radius: 0px 5px 5px 0px !important
}
.input-group .input-group-prepend .btn{
    border-radius: 5px 0px 0px 5px !important
}

.woocommerce-remove-coupon,.woocommerce-form-coupon,.woocommerce-notices-wrapper{
    display:none !important;
}

.welcome_intro{
    background-image: url(assets/img/welcome_bk.png);
    background-size: 100%;
    background-position: top;
    background-repeat: repeat-y;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
}
.welcome_intro .welcome_header h3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin:0;
}
.welcome_intro .welcome_header h4{
    font-size: 17px;
    color: #fff;
    margin:0;
}
.welcome_intro_card{
    
    background: #fff;
    border-radius: 20px 20px 0 0;
    padding: 30px;
}

.welcome_intro_card h2{
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom:40px;
}
.welcome_intro_card h3{
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom:3px;
}
.welcome_intro_card p{
    font-size: 14px !important;
}
.welcome_intro_card a.btn{
    margin:auto;
    width:50%;
    line-height: 10px;
    font-size:14px;
}

.scroll-y {
    overflow-y: auto!important;
    padding: 0!important;
    margin: 0!important;
    overflow-x: hidden!important;
}

a {
  -webkit-touch-callout: none !important; /* iOS Safari */
}

#phone-error,#email-error{
	font-size: 13px;
    color: #ec0000;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 14px;
    top: 16px;
    cursor: pointer;
}
.wapf-number_picker .wapf-label-text{
    font-weight:normal !important;
}
.login_language {
    position: absolute;
    right: 10px;
    top: 20px;
    color:white !important;
}
.loader-logo .back_link{
    position:absolute;
}
.regis_gender input:checked ~ .regis_gender label::before {
    color: #fff;
    border-color: #C4D600;
    background: transparent;
}
.regis_gender input[type="radio"],.regis_gender input[type="checkbox"] {
    margin-right: 5px;
}
.form-control.form-control-lg{
    border-radius: 15px;
}


.jukebox_box{
       margin-top:12px;
}


#payment .blockUI.blockOverlay{
    display:none !important;
}


.wcpa_label_wrap {
            position: relative;
            display: inline-block;
        }
        .wcpa_quantity_field {
            padding-left: 30px; /* Adjust according to the size of the minus sign */
            padding-right: 30px; /* Adjust according to the size of the plus sign */
        }
        .wcpa_quantity_field::before,
        .wcpa_quantity_field::after {
            content: '';
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            user-select: none;
            font-size: 18px; /* Adjust the font size as needed */
        }
        .wcpa_quantity_field::before {
            content: '-';
            left: 10px; /* Adjust for positioning */
        }
        .wcpa_quantity_field::after {
            content: '+';
            right: 10px; /* Adjust for positioning */
        }
        
        .animated-border {
      display: inline-block;
      position: relative;
      padding: 5px; /* Adjust padding to control border width */
      border-radius: 15px;
      overflow: hidden;
    }
body {
	margin: 0;
	background: #171618;
	height: 100vh;
	display: grid;
	place-items: center;
}

.animated-border {
	position: relative;
	padding: 5px;
	overflow: hidden;
}

.animated-border span:nth-child(1) {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right, #ffffff, #CC353B);
	animation: animate1 2s linear infinite;
}

@keyframes animate1 {
	0% {
		transform: translateX(-100%);
	}
	100% {
		transform: translateX(100%);
	}
}

.animated-border span:nth-child(2) {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to bottom, #ffffff, #CC353B);
	animation: animate2 2s linear infinite;
	animation-delay: 1s;
}
@keyframes animate2 {
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(100%);
	}
}

.animated-border span:nth-child(3) {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 3px;
	background: linear-gradient(to left, #ffffff, #CC353B);
	animation: animate3 2s linear infinite;
}

@keyframes animate3 {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

.animated-border span:nth-child(4) {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 3px;
	background: linear-gradient(to top, #ffffff, #CC353B);
	animation: animate4 2s linear infinite;
	animation-delay: 1s;
}

@keyframes animate4 {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(-100%);
	}
}

.sawa_quantity-button {
    background-color: #ccc;
    border: 1px solid #999;
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
}

.sawa_quantity-button:disabled {
    background-color: #eee;
    cursor: not-allowed;
}

.sawa_minus-button {
    margin-right: 5px;
    padding: 0px 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.sawa_plus-button {
    margin-left: 5px;
    padding: 0px 15px;
    border: 1px solid lightgray;
    border-radius: 5px;
}

.wcpa_field.wcpa_group_field .wcpa_label_wrap{
    justify-content: space-between;
    display: flex;
}

.wcpa_wrap .wcpa_group_field .wcpa_quantity_wrap .wcpa_label_wrap label{
    display:none;
}
.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_label_wrap{
    margin:0 !important;
}
.wcpa_wrap .wcpa_field_wrap .wcpa_quantity_wrap .wcpa_quantity_field{
    width: 50px;
    text-align: center;
}
.w-40{
    width:40% ;   
}
#by-mail-content p ,#by-mobile-content p ,#verification-form p{
    font-size: 14px;
    font-weight: bold;
}
#mobile_number {
            color: #404040 !important;
        }

        p span#mobile_number {
            color: #404040 !important;
        }

/* Ensure the input is styled consistently across all browsers */
.custom-date-input {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    display: block !important;
    width: 100% !important;
    padding: 0.5rem !important;
    font-size: 1rem !important;
    border: 1px solid #e3e3e3 !important;
    border-radius: 0.25rem !important;
    background-color: #fff !important;
    color: #333 !important;
    border-radius: 15px !important;
}

/* Additional styling for iOS */
.custom-date-input::-webkit-inner-spin-button,
.custom-date-input::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none !important;
}

/* Optional: Adjust the size of the input field to better fit the design */
.custom-date-input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* General styling adjustments */
.custom-date-input::placeholder {
    color: #999;
}
.order_status_label{
    color: #CC353B;
    font-size: 11px;
    font-family: 'QuatroUltraBlack', sans-serif;
}


</pre></body></html>