/*
Theme Name: BWR Ordering app Version 3
Theme URI: https://bwr-intl.com
Author: The BWR Team
Author URI: https://bwr-intl.com
Description: 
Version: 3.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: 
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ordering
*/
body{
	-webkit-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

header .navbar , header .collapse{
	background: #434343;
}

.logo_image{
	height:35px !important;
}

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

.bestseller_title{
	cursor:pointer;
}
.ads .card {
    height: 150px;
}

.loyalty_banners .card{
    height: auto;
}
.loyalty_banners .card img{
    width:100%;
    height:auto;
    border-radius: 16px;
    
}

 .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;
}

#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;
}



.main-container.has-footer{
	padding-bottom: 55px;
}

.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: #f48125 !important;
    color: #fff;
}

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

.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: #F57F20;
	text-transform: uppercase;
}

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

.address_box .card{
	background: #F3F2F6;
}

header.active .navbar {
    background-color: rgba(67,67,67,1);
}

.shipping-option{
	border-radius: 50%;
	height: 140px;
	background-color: #414040;
	transition: all 0.2s ease-in-out; 
}
.branches_page .shipping-option {
	width:140px;
}
.intro .shipping-option{
        width:140px;
}
.intro .shipping-option .card-body {
        padding:10px !important;
}

.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;
}

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

.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: #f58020;
    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;
}

.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: 25px;
    width: auto;
}

.card-intro img{
	width: auto;
    height: 58px;
    margin-top: 14px;
}

.card-intro:last-child img{
	height: auto;
    width: 60px;
    margin-bottom: 6px;
    margin-top: 18px;
}

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

h6{
	font-size: 15px;
}

input,select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -o-appearance:none;
}

.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: #f48125 !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;
        color: white !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:5px !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: #f48125;
    padding: 1px;
    margin-top: 14px;
    position: absolute;
}
.steps-form .step_new .steps-step:nth-child(-n+2) a {
    background-color: #f48125; 
    color:#fff;
}
.steps-form .step_new .active_bar{
    width:17%;
}

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

.steps-form .step_inpreparation .steps-step:nth-child(-n+4) a {
    background-color: #f48125; 
    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: #f48125; 
    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: #f48125; 
    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;
}

.woocommerce-checkout-payment label img{
	display:none;
}

.mobile_number .ui-input-text{
    width: 80%;
}
.mobile_number .input-group-prepend{
    width: 20%;
}


.otp_msg{
    text-align:left;
}

.otp_try_again{
    display:none;
}
.otp_code_inputs{
    position: relative;
    direction:ltr !important;
}
.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,.valid_mobile_error,.exist_mobile_error,.mobile_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 p span{
    color: #F58020 !important;
    font-size: 12px;
    position:absolute;
    right:5%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: 1px solid lightgray !important;
    padding: 6px !important;
}
.shipping_option_label{
	font-size:12px !important;
}
.address_box .card{
	background-color: white;
	box-shadow: 0 0.4rem 0.8rem rgb(0 0 0 / 10%), 0 0.1rem 0.3rem rgb(0 0 0 / 5%) !important;
}
.hey_container .page-subtitle{
	line-height:22px !important;
}
.branches_list p,.branches_list a{
	margin:20px 0px!important; 
}
body{
	background-color:white !important;
}

.toogle_link {
    position: absolute;
    top: 14px;
    color: #000;
    z-index: 25;
    padding: 5px 5px;
    font-size: 30px;
}
.flag_link {
    position: absolute;
    top: 14px;
    color: #000;
    z-index: 25;
    padding: 5px 5px;
    font-size: 30px;
    right:10px;
}
.flag_link img{
    width:22px;
}

.main_header .toogle_link{
		top: 8px !important;
}

header a:not(.btn), header .btn-link {
    color: white;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        top: 50px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 75%;
        height: 100%;
    }

    .navbar-collapse.collapsing {
        left: -75%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
		top: 0;
        left: 0;
        transition: left 300ms ease-in-out;
    }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 500ms ease-in-out;
    }
}


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

.external_menu.show{
	width: 80%;
	background: #434343;
    z-index: 99;
	height: 100%;
	transition: linear 300ms;
	overflow: scroll;
	position:fixed;
}
.external_menu.hide{
	background: #434343;
    z-index: 99;
	height: 100%;
	width: 0;
	transition: linear 300ms;
	overflow: hidden;
}
.external_menu.hide a{
	display:none;
	white-space: nowrap;
}
.external_menu.show a{
	display:block;
	white-space: nowrap;
}
.fixed-top{
	z-index: 99 !important;
}
.fixed-top.show{
	left: 0;
	transition: linear 300ms;
}
.fixed-top.hide{
	left: 80%;
	transition: linear 300ms;
}
main.has-header{
	margin-top: 72px;
	padding-bottom:30px;
}
main.main-container.show{
	margin-left: 0%;
	transition: linear 300ms;
	width:100%;
}
main.main-container.hide{
	margin-left: 80%;
	transition: linear 300ms;
	width:100%;
}

.external_menu.show a {
	padding: 15px 20px;
    color: white;
    width: 100%;
    font-weight: bold;
    vertical-align: middle;
}
.external_menu.show .material-icons{
	width:30px !important;
}

.text-secondary {
    color: #f48125 !important;
}

.settings-page .list-group-flush .list-group-item {
    border-bottom: 1px solid #efe9e9;
    border-radius: 0px;
}
.internal_fixed_top .navbar{
	background-color:white !important;
	color:black;
}
.internal_fixed_top .search_container .material-icons{
	position: absolute;
    top: 25px;
    right: 20px;
}

.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 #f48125;
	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;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
}
.footer-tabs{
	background-color: #f48125;
    color: white;
    display: flex;
    justify-content: space-between;
    padding: 15px;
    width: 95%;
    margin: auto;
    border-radius: 5px;
    direction: rtl;
	margin-bottom: 15px;
}

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


.footer-tabs{
	z-index:9 !important;
}


.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 #f48125;
    border-radius: 0 !important;
	
	
}
.main_menu_nav_container nav {
    background-color: #ffffff !important;
}

.external_menu .icon_{
    width: 30px;
    display: inline-block;
    margin-right: 10px;
}
#search_menu{
    padding: 6px;
    height: 37px;
}

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

.search_container{
	padding-top:8px;
}

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

.bbox_action p.active,.bbox_action.active a p,.bbox_action.active p{
    color:#fff;
    text-transform:uppercase;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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 .img.icon_4{
    background-image: url(img/svg/icons-04.svg);
}
.bbox_action .img.icon_5{
    background-image: url(img/svg/icons-05.svg);
}
.bbox_action .img.icon_6{
    background-image: url(img/svg/predict_win.svg);
    filter:grayscale(100%) brightness(40%);
}
.bbox_action .img.wingo{
    background-image: url(img/svg/wingo.svg);
    filter:grayscale(100%) brightness(40%);
}
.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/svg/icons-04-white.svg);
}
.bbox_action.active .img.icon_5{
    background-image: url(img/svg/icons-05-white.svg);
}
.bbox_action.active .img.icon_6{
    background-image: url(img/svg/4.svg);
}
.bbox_action.active .img.icon_7{
    background-image: url(img/referral_icon.png);
}
.bbox_action.active .img.wingo{
    background-image: url(img/svg/wingo-white.svg);
    filter: none;
}

.bbox_action p,.bbox_action a p{
    color:#3D4543;
    text-transform:uppercase;
}

#avatar{
    width:80%;
    margin-top:10px;
}
.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;
}
.home_page_coin{
    text-align:right;
}
.bucks_customer_id{
    font-size: 20px;
    font-weight: bolder;
    color: #F27321;
    margin-top: 13px;
}
.bucks_customer_id span{
    color:#3d4543;
}
#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;
}

.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:#f57f21;
}

.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: #f27321;
    font-weight: bold;
}
.page_content{
	padding-bottom:15px;
}
.page_content h1,.page_content h2,.page_content h3,.page_content h4,.page_content h5,.page_content h6{
    margin-top:15px;
    margin-bottom:15px;
}
.page_content .thumbnail{
    border-radius: 16px;
}
.page_content .thumbnail img{
    width: 100% !important;
    height: auto !important;
}
.font14{
    font-size:14px;
}
.page_content .coin_logo{
    display: block;
    font-size: 25px;
    padding: 5px 15px;
    background: #F5F5F7;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
}
.page_content .coin_logo img{
    width: 30px;
    vertical-align: middle;
    margin: 5px;
}
.navbar-dark{
    background:#3D4543;
}
.navbar-dark .page-subtitle {
    color: #fff;
}
.navbar-dark .back_link {
    color: #fff;
}

.view_more_trans{
    text-align:right;
    margin:10px 0;
}

.default-shadow{
    box-shadow:none !important ;
    -webkit-box-shadow:none !important ;
}
.gender_ span.required{
    color:red;
}
.gender_ label.custom-control-label{
    padding-left:20px;
}
.gender_ label.custom-control-label:before{
    left:0 !important;
}
.gender_ label.custom-control-label:after{
    left:4px !important;
}

/* HIDE RADIO */
#profile_images [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
#profile_images [type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
#profile_images .checked img {
    border: 4px solid #F57F21;
    border-radius: 100%;
}
.username_title{
    color: #f57f21;line-height: 29px !important;font-size: 26px;
}
#by_mobile_number,#customer_id{
    display:none;
}
.error_msg{
    display: none;
}
#transfer_confirm_form{
    font-size:20px;
}

.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}}

a {
  -webkit-touch-callout: none;
}
#phone-error {
    font-size: 13px;
    color: #ec0000;
}
.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.login_language{
	position: absolute;
    right: 10px;
    top: 20px;
}
.regis_gender .custom-control-label{
    padding-left: 15px;
}

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

 .animated-border {
      display: inline-block;
      position: relative;
      padding: 5px; /* Adjust padding to control border width */
      border-radius: 15px;
      overflow: hidden;
    }

.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, #ff5100);
	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, #ff5100);
	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, #ff5100);
	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, #ff5100);
	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;
}
.show_loader span{
    float:right;
    color:#f47d1e;
}
.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% ;   
}
}