/** ##################################################################
############################### Custom CSS ###########################
################################################################### **/
/** Nav Bar Starts **/
.navbar .user svg circle,
.navbar .user svg path{
	transition: fill .35s ease-in-out;
}
.navbar .user:hover svg circle{
	fill: #006BA9 !important;
}
.navbar .user:hover svg path{
	fill: #fff !important;
}
body.page-checkout{
	background: #F7F6F4;
}
.cbp-spmenu a,
.cbp-spmenu a svg path{
	transition: all .35s ease-in-out;
}
.cbp-spmenu a.active .theme-black-txt, 
.cbp-spmenu a:hover .theme-black-txt{
	color: #F45C27!important;
}
.cbp-spmenu a.active svg path, 
.cbp-spmenu a:hover svg path{
	fill: #F45C27 !important;
}
/** Nav Bar Ends **/
/** Checkout Box Starts **/
.checkout-block{
	margin: 24px 0 0;
	padding: 24px 0;
}
.checkout-block h1.theme-orange-txt{
	font-weight: 750;
	font-size: 32px;
	line-height: 38px;
	color: #F2994A !important;
}
.bs-gutter-55{
	--bs-gutter-x: 55px;
}
.checkout-block .billing-card{
	/*margin: 24px auto 0;
	max-width: 1170px;
	width: 100%;*/
	padding: 33px 30px 0px;
}
.checkout-block .billing-card .card-head{
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 30px;
}
.checkout-block .billing-card .card-head svg{
	margin: 0 10px 0 0;
}
.checkout-block .billing-card .card-head svg h2{
	font-weight: 750;
	font-size: 24px;
	line-height: 29px;
	color: #006BA9
}
.checkout-block  .heading{
font-weight: 750;
font-size: 32px;
}
/** Billing Form Starts **/
.checkout-block .billing-card .billing-form{
	padding: 30px 0 0;
}
.checkout-block .billing-card .billing-form fieldset{

}
.checkout-block .billing-card .billing-form fieldset .form-group{
	margin: 0 0 16px;
}
.checkout-block .billing-card .billing-form fieldset .form-group label{
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	color: rgba(125, 125, 125, 0.7);
	margin: 0 0 8px;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-control{
	background: #F3F4F6;
	border-radius: 5px;
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 19px;
	color: #4F4F4F !important;
	border: 1px solid transparent !important;
	padding: 12px 12px !important;
    min-height: 48px;
    outline: 0px;
    box-shadow: none;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-control:focus{
	box-shadow: none;
	border: 1px solid #F45C27 !important;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-control:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: rgba(79, 79, 79, 0.5);
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  	color: rgba(79, 79, 79, 0.5);
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  	color: rgba(79, 79, 79, 0.5);
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  	color: rgba(79, 79, 79, 0.5);
}
.checkout-block .billing-card .billing-form fieldset select.form-control.unselected,
.checkout-block .billing-card .billing-form fieldset select.form-control:invalid{
	color: rgba(79, 79, 79, 0.5) !important;
}
.checkout-block .billing-card .billing-form fieldset select.form-control{
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='6' viewBox='0 0 12 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6L0.803847 -2.51245e-08L11.1962 8.834e-07L6 6Z' fill='%234F4F4F' fill-opacity='0.5'/%3E%3C/svg%3E") !important;
	background-repeat: no-repeat !important;
	background-position: calc(100% - 15px) 19px !important;
	-moz-appearance:none !important;
	-webkit-appearance: none !important; 
	appearance: none !important;
}
.checkout-block .billing-card .billing-form fieldset select.form-control::-ms-expand { /* for IE 11 */
    display: none;
}
.checkout-block .billing-card .billing-form fieldset select.form-control option{
	color: #4F4F4F !important;
}
.checkout-block .billing-card .billing-form fieldset select.form-control option:hover{
	background: #F45C27 !important;
	color: #fff !important;
}
.checkout-block .billing-card .billing-form fieldset select.form-control:focus > option:checked {
  	background: #F45C27 !important;
  	color: #fff !important;
}
.checkout-block .billing-card .billing-form fieldset .card-details-head{
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 34px 0 28px;
	margin: 40px 0 30px;
} 
.checkout-block .billing-card .billing-form fieldset .card-details-head svg{
	margin: 0 8px 0 0;
}
.checkout-block .billing-card .billing-form fieldset .card-details-head + .form-group{
	margin-bottom: 40px;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-check{
	padding: 0px;
	margin: 0 0 20px;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-check:last-child{
	margin-bottom: 0px;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-check:after{
	content: '';
	clear: both;
	display: block;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-check .form-check-input{
	margin: 0;
    padding: 0 !important;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-check .form-check-label{
	margin: 0 !important;
	padding: 0 0 0 8px;
}
.checkout-block .billing-card .billing-form fieldset .form-group .form-check .form-check-label svg{
	margin: 0 8px 0 0;
}
.checkout-block .billing-card .billing-form fieldset .form-group .input-with-icon{
	position: relative;
}
.checkout-block .billing-card .billing-form fieldset .form-group .input-with-icon .input-icon{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
}
.checkout-block .billing-card .billing-form .button-group{
	justify-content: space-between;
	padding: 14px 0 0;
	align-items: center;
}
.checkout-block .billing-card .btn-back{
	padding: 8px 16px;
	box-shadow: none;
	font-weight: 700;
	color: #0B93D1;
	font-size: 12px;
	line-height: 21px;
	text-transform: uppercase;
	background: rgba(11, 147, 209, 0.03);
border: 1px solid #0B93D1;
border-radius: 6px;
	transition: all 0.3s;
	height: fit-content;
}
.checkout-block .billing-card .btn-back:hover{
	background:#0B93D1;
	color: #fff;

}

.checkout-block .billing-card .billing-form .button-group .btn.btn-back svg{
	margin: 0 2px 0;
}
.checkout-block .billing-card .billing-form .button-group .btn.btn-back svg path{
	transition: all 0.3s;
}
.checkout-block .billing-card .billing-form .button-group .btn.btn-back:hover svg path{
	fill: #fff !important;
}
.checkout-block .billing-card .billing-form .button-group .btn.btn-pay-now.theme-btn{
	width: 100%;
	max-width: 268px;
	font-weight: 750;
	font-size: 14px;
	line-height: 21px;
	padding: 14px 65px;
	min-height: 50px;
	background: transparent;
	color: #F45C27;
	border: 1px solid #F45C27;
border-radius: 6px;
text-transform: uppercase;
}
.checkout-block .billing-card .billing-form .button-group .btn.btn-pay-now.theme-btn:hover{
	background: #F45C27!important;
	color: #fff;
	
}




/** Billing Form Ends **/

/** Order Summary Starts **/
.checkout-block .billing-card .card-order-summary{
	/* background: #EBF6FB; */
	border: 1px solid #0B93D1;
border-radius: 8px;
	padding: 32px 69px 19px;
	 margin: 58px 0 0; 
}
.checkout-block .billing-card .card-order-summary .card-head{
	padding: 0 0 28px;
	border-bottom: 1px solid #0B93D1;
	margin: 0 0 30px;
}
.checkout-block .billing-card .card-order-summary .card-head h2.theme-blue-txt{
	font-weight: 700;
	font-size: 24px;
	line-height: 29px;
}
.checkout-block .billing-card .card-order-summary .card-prod-details{
	padding: 0 0 30px;
}
.checkout-block .billing-card .card-order-summary .card-prod-details.prod-details{
	padding-top: 15px;
}
.checkout-block .billing-card .card-order-summary ul.items-list{
	list-style: none;
	counter-reset: css-counter 0;
	padding: 0;
	margin: 0;
}
.checkout-block .billing-card .card-order-summary ul.items-list li{
	display: block;
	counter-increment: css-counter 1;
	width: 100%;
	margin: 0 0 24px;
	position: relative;
	padding: 0 0 0 32px;
}
.checkout-block .billing-card .card-order-summary ul.items-list li:before{
	content: counter(css-counter);
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #006BA9;
	position: absolute;
	left: 0;
	top: 0;
}
.checkout-block .billing-card .card-order-summary ul.items-list.list-vertical li{
	display: flex;
	padding: 0;
	margin: 0 0 0px;
}
.checkout-block .billing-card .card-order-summary ul.items-list.list-vertical li:before{
	display: none;
}
.checkout-block .billing-card .card-order-summary ul.items-list li:last-child{
	margin-bottom: 0px;
}
.checkout-block .billing-card .card-order-summary ul.items-list li .item-name{
	padding: 0 0 8px;
	border-bottom: 1px solid rgba(0, 107, 169, 0.1)
	;
}
.list-vertical .item-name{
	border: none!important;
	padding:0 0 13px!important;
	width: 50%!important;
	font-weight: 400!important;
}
.checkout-block .billing-card .card-order-summary ul.items-list li .item-name,
.checkout-block .billing-card .card-order-summary ul.items-list li .item-details{
	display: flex;
	width: 100%;
	align-items: flex-start;
}
.checkout-block .billing-card .card-order-summary ul.items-list li span{
	width: 50%;
	font-weight: 700;
font-size: 16px;
line-height: 140%;
color: #262E3D!important;
}
.checkout-block .billing-card .card-order-summary ul.items-list li span.theme-blue-txt{
	color: #006BA9 !important;
}
.checkout-block .billing-card .card-order-summary ul.items-list li span.theme-black-txt{
	color: #262E3D !important;
}
.checkout-block .billing-card .card-order-summary ul.items-list li span.theme-orange-txt{
	color: #F2994A !important;
}
.checkout-block .billing-card .card-order-summary ul.items-list li span.fw-bold{
	font-weight: 750;
}
.checkout-block .billing-card .card-order-summary ul.items-list li span.final-total{
	font-size: 18px;
	line-height: 25px;
	color: #F45C27 !important;
	width: 82%;
}
.checkout-block .billing-card .card-order-summary .card-sub-total{
	border-top: 1px solid #0B93D1;
	border-bottom: 1px solid #0B93D1;
	padding: 29px 0 0;
}
.checkout-block .billing-card .card-order-summary .card-sub-total h3.theme-blue-txt{
	font-weight: 750;
	font-size: 18px;
	line-height: 22px;
	color: #006BA9 !important;
	margin: 0;
	padding: 0 0 16px;
}
.checkout-block .billing-card .card-order-summary .card-grand-total{
	padding: 30px 0 0;
}
.checkout-block .billing-card .card-order-summary .card-grand-total h3.theme-orange-text{
	font-weight: 750;
	font-size: 18px;
	line-height: 22px;
	margin: 0;
	padding: 0 0 16px;
}
.checkout-block .billing-card .card-order-summary .card-grand-total .card-prod-details{
	padding-bottom: 0;
}
.list-subtotal-cont{
	width: 60%!important;
}
.fw-700{
	font-weight: 700!important;
}

/** Order Summary Ends **/

/** Our Promise Starts **/
.checkout-block .billing-card .card-our-promise{
	background: #EBF6FB;
border-radius: 8px;
	padding: 34px 69px;
	margin: 31px 0 0;
}
.checkout-block .billing-card .card-our-promise h4.theme-blue-txt{
	font-weight: 750;
	font-size: 18px;
	line-height: 22px;
	color: #006BA9 !important;
}
.checkout-block .billing-card .card-our-promise ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.checkout-block .billing-card .card-our-promise ul li{
	display: flex;
	width: 100%;
	align-items: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #262E3D;
	padding: 0 0 0 24px;
	position: relative;
}
.checkout-block .billing-card .card-our-promise ul li .icon-chk{
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #006BA9;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}
.checkout-block .billing-card .card-our-promise ul li:hover .icon-chk{
	background: #F45C27 !important;
}
.more-method {
    font-weight: 400;
    font-size: 14px;
    color: #4F4F4F;
}
/** Our Promise Ends **/
/** Checkout Box Ends **/

/** ###################################################################### **/

.invoice-box {
    padding: 86px 0px 0px 0px;
    max-width: 900px;
    margin: auto;
}
.notification-count p {
    background: #F45C27;
    border-radius: 50px;
    color: #fff;
    width: 17.33px;
    height: 17.33px;
    padding: 4.0px;
    font-weight: 800;
    font-size: 11px;
}
/* invoice info card */
.invoice-info-card {
    border-radius: 8px;
	margin-top: 57px;
	margin:57px auto 0px;
}
.invoice-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
    content: ">";
    color: rgba(0, 107, 169, 0.5);
}
.invoice-breadcrumb .breadcrumb-item {
    color: rgba(0, 107, 169, 0.5);
    font-weight: 400;
    font-size: 16px;
}
.invoice-breadcrumb .breadcrumb-item.active {
    color: rgba(0, 107, 169, 1);
}
.invoice-box .actions {
    padding: 25px 0px 13px 0px;
}
.btn-print-sec{
	
background: rgba(249, 154, 60, 0.03);
border: 1px solid #F45C27;
border-radius: 6px;
box-shadow: none!important;
font-weight: 700;
font-size: 12px;
padding: 8px 16px;
letter-spacing: 0.05em;
text-transform: uppercase;

color: #F45C27!important;
}
/* back to payment button */
.btn-payment {
    padding: 15px 101px;
    border: 1px solid #F45C27;
    border-radius: 5px;
    color: #F45C27 !important;
    font-weight: 700;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 32px;
    box-shadow: none !important;
}
p {
    color: #262E3D;;
}
.fw-750 {
    font-weight: 750;
}
.text-invoice {
    color: #4f4f4f;
    font-weight: 750;
    font-size: 18px;
}
.invoice-no .theme-orange-txt {
    color: #F2994A !important;
    font-weight: 750;
    font-size: 18px;
}
.invoice-info-card-body{
margin-top: 40px;
border-top: 1px solid rgb(125, 125, 125,0.2);
}
.invoice-info-card-body h3{
    font-size: 32px;
    font-weight: 750;
    padding-top: 50px;
    color: #006BA9;
    padding-bottom: 40px;
}
.invoice-info-card .table-bill  tr td {
    border: none!important;
    padding: 0px;
    color: #4f4f4f;
    border-bottom: none;
}

.invoice-info-card .table>:not(caption)>*>*{
	border: none;
	padding: 1rem 0.8rem;
}
.blue{
    background: #006BA9;

color: #fff;
}
.invoice-info-card-body .table-info{
    font-size: 14px;
    color: #262E3D;;
    background-color: #fff;
    margin-top: 40px;
	font-weight: 400;
}
.invoice-info-card .table>:not(caption)>*>*{
	padding: 1rem 0.3rem;
}
.exchange{
    padding-top: 22px!important;
}
.text-invoice-light{
    color: rgba(79, 79, 79, 0.7)!important;
    font-weight: 400;
	font-size: 16px;
}
.pl-34 {
    padding-left: 34px;
}
.fs-16{
    font-size: 16px;
}
.border-radius{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.border-radius-sec{
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px ;
}
.ready-pickup-text{
	font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #0D6EFD;
}
/* thank you- page */
.address-card{
	margin-top: 66px;
	margin-bottom: 25px;
	font-weight: 400;
}
.fs-18{
	font-size: 18px;
}
.address-card .globe{
	list-style-image: url('../img/globe.svg');
}
.address-card .map-marker{
	list-style-image: url('../img/map-orange.svg');

}
.address-card .list-group .list-group-item{
	border: none!important;
	padding: 0px;
	margin-bottom: 8px;
}
.invoce-list .list-group-item{
	border: none!important;
	padding: 0px;
	margin-bottom: 8px;
	background: transparent;
}
.table-invoice .invoice-title{
	white-space: nowrap!important;
	color: #006BA9;
}
.address-card .list-group .list-group-item svg{
margin-right: 16px;

}
.thank-you{
	padding: 37px 0px 0px 0px;
	max-width: 900px;
	margin: auto;
}
.thank-you h3{
    font-weight: 750;
font-size: 32px;
line-height: 38px;
color: #F45C27;
}
.thank-you p{
    font-weight: 400;
font-size: 20px;
line-height: 24px;
color: #262E3D;
}
.mt-24{
    margin-top: 24px!important;
}
.fs-24{
    font-size: 24px;
}
.text-color{
    color: #006BA9;
}
.thank-you-summary{
	padding: 32px 62px 41px 47px;
	background: #EBF6FB;
	border-radius: 5px;
	
}
.thank-you-summary table{
   font-size: 18px;
}
.thank-you-summary table tbody{
    font-weight: 400!important;

}
.invoice-info-card-body table tbody{
    font-weight: 400!important;
}
.fw-400{
    font-weight: 400!important;
}
.billing-details{
    padding: 30px;
}
.w-451{
	width: 451px;
}
.invoice-container .btn.btn-payment,
.track-shipment .btn.btn-payment,
.invoice-container .btn.btn-payment svg path,
.track-shipment .btn.btn-payment svg path{
	transition: all 0.35s;
}
.invoice-container .btn.btn-payment svg,
.track-shipment .btn.btn-payment svg{
	position: relative;
	top: -1px;
}
.invoice-container .btn.btn-payment:hover,
.track-shipment .btn.btn-payment:hover{
	background: #006BA9;
	color: #fff !important;
	border: 1px solid #006BA9;
}
.invoice-container .btn.btn-payment:hover svg g,
.track-shipment .btn.btn-payment:hover svg g{
	opacity: 1 !important;
}
.invoice-container .btn.btn-payment:hover svg path,
.track-shipment .btn.btn-payment:hover svg path{
	fill: #fff !important;
}
.invoice-box .actions .btn.btn-resend{
	margin: 0 34px 0 0;
}
.invoice-container{
	padding: 0px 69px;
}
.invoice-box .actions .btn.btn-resend,
.invoice-box .actions .btn.btn-print,
.invoice-info-card-head .btn.btn-print{
	padding: 0;
	background: none;
	box-shadow: none;
	border: 0;
	outline: 0;
	text-transform: capitalize !important;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	transition: all 0.35s;
}
.invoice-box .actions .btn.btn-resend svg,
.invoice-box .actions .btn.btn-print svg,
.invoice-info-card-head .btn.btn-print svg{
	margin: 0 4px 0 0;
}
.invoice-box .actions .btn.btn-resend svg path,
.invoice-box .actions .btn.btn-print svg path,
.invoice-info-card-head .btn.btn-print svg path{
	transition: all 0.35s;
}
.invoice-box .actions .btn.btn-resend:hover,
.invoice-box .actions .btn.btn-print:hover,
.invoice-info-card-head .btn.btn-print:hover{
	color: #006BA9;
}
.invoice-box .actions .btn.btn-resend:hover svg path{
	stroke: #006BA9 !important;
}
.invoice-box .actions .btn.btn-print:hover svg path,
.invoice-info-card-head .btn.btn-print:hover svg path{
	fill: #006BA9 !important;
}
.thnk-sum-head{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/** Thank You Ends **/

/** ###################################################################### **/

/** My Empty Cart Starts **/
.checkout-block.my-cart-block .billing-card.my-cart-card .card-head{
	padding: 0 0 58px;
	border: 0;
}
.checkout-block.my-cart-block .billing-card.my-cart-card .card-head h2.theme-black-txt{
	font-weight: 750 !important;
	font-size: 16px;
	line-height: 22px;
	color: #4F4F4F !important;
	margin: 0px;
	padding: 0px;
}
.checkout-block.my-cart-block .billing-card.my-cart-card .card-body{
	padding: 0;
}
.checkout-block.my-cart-block .button-group{
	width: 100%;
	/*max-width: 1170px;*/
	justify-content: space-between;
	margin: 0 auto;
	padding: 30px 0 0;
}
.checkout-block.my-cart-block .button-group .btn{
	box-shadow: none;
}
.checkout-block.my-cart-block .button-group .btn.btn-back{
	padding: 15px 5px;
	/*min-height: 50px;*/
	border: 0;
	background: none;
	border-radius: 0;
	box-shadow: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	color: #4F4F4F;
	display: flex;
	align-items: center;
	transition: all 0.3s;
}
.checkout-block.my-cart-block .button-group .btn.btn-back:hover{
	color: #F45C27;
}
.checkout-block.my-cart-block .button-group .btn.btn-back svg{
	margin: 0 2px 0;
}
.checkout-block.my-cart-block .button-group .btn.btn-back svg path{
	transition: all 0.3s;
}
.checkout-block.my-cart-block .button-group .btn.btn-back:hover svg path{
	fill: #F45C27 !important;
}
.checkout-block.my-cart-block .button-group .btn.btn-checkout,
.checkout-block.my-cart-block .button-group .btn.btn-checkout.btn-disabled{
	width: 365px;
    
    padding: 12px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #7D7D7D!important;
    background: #F7F6F4;
    border-radius: 6px;
}
.checkout-block.my-cart-block .button-group .btn.btn-disabled{
	background: #F7F6F4 !important;
	color: rgba(125, 125, 125, 0.2) !important;
}
/** My Empty Cart Ends **/

/** My Cart (Not Empty) Starts **/
.checkout-block.my-cart-block .billing-card.my-cart-card.cart-not-empty .card-body{

}
.checkout-block.my-cart-block .billing-card.my-cart-card.cart-not-empty .card-body .table-head{
	display: flex;
	align-items: center;
    justify-content: space-between;
    padding: 0 0 34px;
    flex-wrap: wrap;
}
.checkout-block.my-cart-block .billing-card.my-cart-card.cart-not-empty .card-body .table-head p.theme-black-txt{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #4F4F4F !important;
	padding: 0;
	margin: 0;
}
.checkout-block.my-cart-block .billing-card.my-cart-card.cart-not-empty .card-body .table-head p.theme-black-txt span.fw-bold{
	font-weight: 750 !important;
}
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table.table-info{
	background-color: transparent !important;
} 
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table>:not(caption)>*>*{
	padding: 14px 15px !important;
}
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table .row-delete,
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table .row-delete svg path{
	transition: all 0.3s;
}
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table .row-delete:hover svg path{
	fill: #F45C27 !important;
	fill-opacity: 1 !important;
}
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table td {
	color: #4F4F4F !important;
}
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table td .flight-icon{
	margin: -3px 0 0;
}
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table td .icon-dilivered{
	margin: -3px 0 0;
}
.billing-card.my-cart-card.cart-not-empty .card-body .table-responsive .table td .icon-droplet{
	margin: -3px 0 0;
}
.table-hover>tbody>tr:hover{

	--bs-table-accent-bg:#fafafa;

}
.table-my-cart tbody, td, tfoot, th, thead, tr{
border: none;
}
/** My Cart (Not Empty) Ends **/

@media only screen and (max-width: 1024px) {
    .invoice-info-card {
        width: 100%;
    }
 }
@media (orientation: landscape) and (max-height: 550px){
	button#showLeftPush {
	    margin: 0 10px 0 0;
	}
	button#showLeftPush svg path{
		transition: all .35s ease-in-out;
	}
	button#showLeftPush:hover svg path{
		fill: #006BA9 !important;
	}
}
.w-default{
	width: 60%;
}

/* footer */
.footer-3{
	padding-left: 32px;
}
.get-in-touch-box{
	border-right: 1px solid hwb(0deg 49% 51% / 20%);
}
/*.footer{
	padding-top: 41px;
}*/
.footer-calculator{
	font-weight: 700;
font-size: 32px;
line-height: 38px;
letter-spacing: -0.02em;
color: #F45C27;
margin-top: 3;
margin-left: 41px;
}
.btn-shipping{
	padding: 14px 79px;
	margin-top: 38px;
}
.container-footer{
	max-width: 1227px;
	margin: auto;
}
.items-list .item-details{
	margin-top: 8px;
}
/* package-list */
.listing-page-heading{
	border-bottom: 1px solid rgb(125, 125, 125,0.2);
	padding-bottom: 22px;
	
}
.table-package-list thead th{
	border-top: none;
}
.pack-dropalert-btn{
	background: linear-gradient(92.69deg, #F45C27 0%, #F99A3C 100%);
border-radius: 4px;
width: 100%;
padding: 11.2px 53.73px 10.7 33.93;
}
.search-package{
	width: 268px;
}
.search-package{
	margin-right: 29px;
}
.track-shipment .show-no{
	font-weight: 400;
font-size: 14px;
line-height: 17px;
margin-right: 8px!important;
color: #7D7D7D;
}
.show-no select{
	margin-left: 8px;
}
.table-package-list  thead th{
	border-bottom: none;
	padding-top: 12.5px;
	padding-bottom: 14.5px;
}
.nav-tabs .nav-item{
	z-index: 5;
}
.nav-tabs .nav-link:hover{

background-color: #F7F6F4!important;

}

.nav-tabs .nav-link.active{
	font-weight: 750;
font-size: 16px;
text-align: center;
border-bottom: 3px solid #F45C27;
color: #F45C27;
}
.nav-tabs .nav-link{
	font-weight: 750;
font-size: 16px;

/* identical to box height, or 22px */
text-transform: capitalize;
padding: 33px 21px;
text-align: center;
/* AD-Text-Secondary */

color: #0B93D1;
}
.shipment-tbl tbody td {
    font-size: 14px;
    font-weight: 400;
}

.white-space{
	white-space: nowrap;
}
.shipment-tbl .table tr:hover  td{
border-bottom-color: #F45C27!important;
cursor: pointer;
}
.shipment-tbl tbody .active{
border-color: #F45C27!important;

}
.shipment-tbl td, .table th{
	border-bottom: 1px solid #dee2e6!important;
}

.added-to-cart{
	font-weight: 400;
font-size: 14px;
line-height: 17px;
white-space: nowrap;

color: #2AC769;
}
.added-to-cart .fa-check{
	padding-right: 8px;
}
.selected-pckg{
	background: #F7F6F4;
border-radius: 8px;
display: flex;
align-items: center;
flex-wrap: wrap;
align-self: center;
align-content: center;
margin: 10px 0px;
padding: 15px 18px;

}
.btn-border-blue{
	box-shadow: none!important;
    font-weight: 700;
    color: #0B93D1!important;
    font-size: 12px;
    line-height: 21px;
    text-transform: uppercase;
    background: rgba(11, 147, 209, 0.03);
    border: 1px solid #0B93D1;
    border-radius: 6px;
    transition: all 0.3s;
    height: fit-content;
	padding: 10px 31px;
}
.btn-border-blue svg path{
fill: #006BA9 ;
}
.btn-border-blue:hover{
	background-color: #0B93D1;
	color: #fff!important;

}
.btn-border-blue:hover svg path{
	fill: #fff ;
	}

	.shipment-tbl td, .table th{
		/* border: none!important; */
	}
	.tab-content{
		border-top:none!important;
	}
	.package-tabs{
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgb(125, 125, 125,0.2);

	}
	.package-select{
		background: #F7F6F4;
		border-radius: 3px;
		width: 468px;
		padding: 15px 17px;
		border: none;
	}
	.package-select{
		background-image: url(../img/drop.svg)!important;
		background-repeat: no-repeat !important;
		background-position: right !important;
		background-position-x: 96% !important;
		padding-right:5px ;
		appearance: none;
	}
	.package-select:focus-visible{
		border: none!important;
		outline: none!important;
	}
	/* my cart */
	.table-my-cart tbody tr{
		border-bottom: 1px solid #dee2e6!important;
	}
	.table-my-cart tbody tr:hover{
		border-bottom: 1px solid #F45C27!important;
		cursor: pointer;
	}
	
    .btn-my-cart .btn-back {
        padding: 8px 16px!important;
        box-shadow: none!important;
        font-weight: 700!important;
        color: #0B93D1!important;
        font-size: 12px!important;
        line-height: 21px!important;
        text-transform: uppercase!important;
        background: rgba(11, 147, 209, 0.03)!important;
        border: 1px solid #0B93D1!important;
        border-radius: 6px!important;
        transition: all 0.3s!important;
        height: fit-content!important;
    }

    /*styling for data table*/
    .shipment-tbl .dataTables_wrapper .dataTables_paginate{
    	clear: both;
    	text-align: center;
    	float: inherit;
    	padding: 40px 0px;
    }
    .shipment-tbl .dataTables_wrapper .dataTables_paginate .paginate_button{
    color: #7D7D7D!important;
    font-size: 12px;
    border-radius: 6px;
    background-color: #F7F6F4;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    text-transform: uppercase;
    padding: 4px 16px;
    }
    .shipment-tbl .dataTables_wrapper .dataTables_paginate .paginate_button:active{
    	color: #F45C27!important;
    box-shadow: none;
    background-color: #FFFCF9!important;
    border: 1px solid #F45C27!important;
}
.shipment-tbl .previous{
	margin-right: 1rem!important;
    }
    .shipment-tbl .next{
	margin-left: 1rem!important;
    }

.shipment-tbl .dataTables_wrapper .dataTables_paginate .paginate_button.current{
color: #F45C27!important;
    box-shadow: none;
    background-color: #FFFCF9!important;
    border: 1px solid #F45C27!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
	color: #F45C27!important;
    box-shadow: none;
    background: transparent;!important;
    border: 1px solid #F45C27!important;
}
.shipment-tbl .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
color: #F45C27!important;
    box-shadow: none;
    background: #FFFCF9!important;
    border: 1px solid #F45C27!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover{
	border:1px solid #F7F6F4!important;
	color: #7D7D7D!important;
	background-color: #F7F6F4;
}
.shipment-tbl table.dataTable tbody th, table.dataTable tbody td{
	padding: 0.5rem 1.4rem;
}
.shipment-tbl table.dataTable>thead .sorting:before{
content: "";
}
.shipment-tbl table.dataTable>thead .sorting:after{
content: "";
}
.table.dataTable thead th{
	padding: 1rem 1.4rem;
}
.shipment-tbl tbody td{
	line-height: 35px;
}
.shipment-tbl table tr td:nth-child(4){
text-align: center;
}
table.dataTable.no-footer{
	border-bottom:none!important;
}table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after{
	content:""!important;
}
table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before{
	content:""!important;
}
table.dataTable tbody tr:hover{
	border-color: red;
}
/* empty cart */
	.my-cart-card{
		/*border-top: 1px solid rgb(125, 125, 125,0.2);*/
		/* margin-top: 60px!important; */

	}
	/* ready-to-pickup-empty */
	.empty-ready-to-pickup{
padding: 107px 0px;
border-bottom: 1px solid rgb(125, 125, 125,0.2);
margin-bottom: 40px;
	}
	.bnt-all-pckg{
		background: rgba(11, 147, 209, 0.03);
border: 1px solid #0B93D1;
border-radius: 6px;
padding: 11px 29px 8px;
text-transform: uppercase;
color: #0B93D1;
font-weight: 700;
font-size: 12px;
line-height: 14px;
box-shadow: none!important;
letter-spacing: 0.05em;
margin-top: 18px;

	}
	.bnt-all-pckg:hover{
		background:  #0B93D1;
		color: #fff;

	}
	.ready-to-pckp-table table tr td:nth-child(4){
		text-align: left;
	}
	.ready-to-pckp-table table tr td:nth-child(6){
		text-align: center;
	}
	.btn-my-cart .btn-pay-now {
    width: 100%;
    max-width: 268px;
    font-weight: 750;
    font-size: 14px;
    line-height: 21px;
    padding: 14px 65px;
    min-height: 50px;
    background: transparent;
    color: #F45C27;
    border: 1px solid #F45C27;
    border-radius: 6px;
    text-transform: uppercase;
}
.btn-my-cart .btn-pay-now:hover {
    background: #F45C27!important;
    color: #fff;
}
.shipment-tbl .table  thead th{
	border:none!important;
	white-space: nowrap!important;
}
.display_none{
	display: none;
}
.track-van{
	margin-left: -89px;
}
.track-package svg{
margin-left: 10px;
}
.ready-to-pckp-table table tr td:nth-child(7){
text-align: center;
}
.ready-to-pckp-table table tr td:nth-child(7) img{
	margin: auto;
}
.shipment-tbl .my-cart-table thead th{
border-top: 1px solid #dee2e6!important;
border-bottom: 1px solid #dee2e6!important;
}
.checkout-block{
	margin: 0px;
}
.add-to-cart-no{
	         top: 0px;
    
    position: absolute;
    

}

.badge-button.sup-number{
	padding: 0px !important;
    position: absolute;
    font-size: 0.8em;
    background: rgb(244, 92, 39) !important;
    color: white !important;
    font-weight: 700 !important;
    border-radius: 50% !important;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1px;
}
.payment-table  #airdropTable_length{
top: -47px;
}
 .navbar a:hover .badge-button.sup-number{
color: #fff!important;
}
.ready-add-to-cart{
float: right;top:-73px;position: relative;
	
}

.ready-to-pckp-table table tr td:nth-child(1), .ready-to-pckp-table table tr th:nth-child(1){
	padding-top: 15px;
    line-height: 0px;
}
.my-cart-card .card-body svg{
width:100%;
}