.noleft {
	padding-left: 0
}

.noright {
	padding-right: 0
}

.nopadding {
	padding: 0!important
}

.outer.widgts .inner {
	transition: all .35s ease 0s
}

.outer .top h1 img {
	width: 60px;
	position: relative;
	top: -2px;
	margin-right: 3px
}

.sideNav h1 a {
	color: #0084ff;
	background-color: #e9f0ff;
	height: 25px;
	width: 25px;
	border-radius: 30px;
	font-size: 18px;
	display: inline-block;
	padding: 3px 4px;
	position: relative;
	top: -2px;
	z-index: 22;
}

.outer .top h1 span {
	font-size: 14px;
	letter-spacing: 1;
	display: block;
	margin-top: 6px;
	font-weight: 400
}

.outer .top h2 svg.type-service__arrow {
	width: 13px
}

.outer .pickup p a svg:last-child {
	width: 11px;
	position: relative;
	bottom: -2px
}

.outer .pickup h1 a:nth-child(2) {
	border-left: 1px solid #0084ff;
	border-right: 1px solid #0084ff
}

.outer .pickup h1 a.actives {
	background: #0084ff;
	color: #fff;
	cursor: 0;
	pointer-events: none;
	cursor: default
}

.sdetails {
	padding-bottom: 50px
}

.sdetails .imgbox {
	height: 200px;
	position: relative
}

a.backbtn {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
	border: 1px solid #cbd5e0;
	background: #f5f5f5;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	width: 30px;
	border-radius: 40px
}

a.backbtn svg {
	width: 14px
}

a.backbtn:hover {
	border-color: #0084ff;
	background: #fff
}

.sdetails .details {
	padding: 15px
}

.sdetails .details p {
	word-wrap: break-word
}

.sdetails .details h1 {
	font-size: 25px;
	font-weight: 700;
	margin-top: 0
}

.sdetails .choosee {
	/* border-top: 10px solid #f5f5f5; */
	padding: 15px
}

.sdetails .choosee h2 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	position: relative;
	padding-right: 80px;
}

.sdetails .choosee h2 span {
	color: #8c8c8c;
	font-size: 13px;
	display: block;
	margin-top: 8px
}

.sdetails .choosee h2 span small {
	font-size: 13px
}

.sdetails .choosee h2 i {
	position: absolute;
	font-style: normal;
	right: 0;
	top: 0;
	color: #888d9a;
	font-size: 14px;
	font-weight: 700
}

.sdetails .choosee .quantity {
	font-weight: 700;
	margin: 10px auto 20px;
	display: block;
	width: max-content
}

.sdetails .choosee .quantity a {
	border: 1px solid #e2e8f0;
	height: 36px;
	width: 36px;
	margin: 0 15px;
	display: inline-block;
	color: #0084ff;
	font-size: 23px;
	text-align: center;
	border-radius: 40px
}

.sdetails .choosee .quantity a:hover {
	border-color: #0084ff;
	background: #f5f5f5
}

.sdetails .choosee .quantity span {
	font-size: 28px;
	font-weight: 700;
	position: relative;
	bottom: -2px
}

.labelcheckbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.labelcheckbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 7px;
	right: 12px;
	border: 1px inset #0084ff;
	height: 21px;
	width: 21px
}

.checkmark.price-zero{
	top: 14px;
}

.labelcheckbox input:checked~.checkmark {
	background-color: #0084ff;
	border: none
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.labelcheckbox input:checked~.checkmark:after {
	display: block
}

.labelcheckbox .checkmark:after {
	left: 8px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.labelradio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 50px;
}

.labelradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	left: 0
}

.radiocheckmark {
	position: absolute;
	top: 8px;
	border: 1px inset #0084ff;
	right: 12px;
	height: 21px;
	width: 21px;
	background-color: #fff;
	border-radius: 50%
}

.labelradio input:checked~.radiocheckmark {
	background-color: #0084ff;
	border: none
}

.radiocheckmark:after {
	content: "";
	position: absolute;
	display: none
}

.labelradio input:checked~.radiocheckmark:after {
	display: block
}

.labelradio .radiocheckmark:after {
	top: 6px;
	left: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff
}

.sdetails .choosee label {
	font-size: 16px;
	margin: 0;
	padding: 5px 15px;
	/* padding-left: 0; */
	/* padding-right: 50px */
}


.sdetails .choosee label:hover {
	/* background: #f5f5f5; */
	transition: all .35s ease 0s
}

.sdetails .choosee label.has {
	/* padding-left: 0 */
}

.sdetails .choosee label .m_price{
	display: block;
	font-weight: normal;
    font-size: 14px;
	color: #545454;
}

.sdetails .choosee label i {
	font-style: inherit;
    position: absolute;
    right: 0px;
    top: 8px;
}

.sdetails .choosee label .quantity {
	position: absolute;
    margin-right: 2px;
    right: 5px;
    top: -8px;
}

.sdetails .choosee label .quantity a {
	margin: 0 2px;
	height: 30px;
	width: 30px;
	padding: 0;
	font-size: 20px
}

.sdetails .choosee label .quantity a.disabled {
	cursor: pointer;
	opacity: .7
}

.sdetails .choosee label .quantity span {
	font-size: 21px
}

.fixed_menu {
	position: fixed;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
	padding: 5px 10px;
	box-shadow: 0 -1px 20px 0 rgba(0, 0, 0, .15)
}

.pickupd.home {
	padding: 0
}

.pickupd.home a {
	margin: 0;
	width: 50%;
	text-align: center;
	font-weight: 600
}

.pickupd.home a svg {
	height: auto;
	width: 29px;
	position: relative;
	bottom: -7px;
	margin-right: 4px
}

.pickupd a img {
	width: 35px;
	position: relative;
	top: -4px;
	margin-right: 3px
}

.carbtn1 span {
	padding: 0 2px;
	float: left
}

.carbtn1 p {
	font-size: 18px;
	text-align: center;
	padding: 0 15px
}

.headers {
	background: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	padding: 10px;
	box-shadow: 0 -1px 14px 0 rgba(0, 0, 0, .15);
	position: relative;
	margin-bottom: 25px
}

.headers .backbtn {
	border-color: #fff
}

.cartitem {
	padding: 12px 15px;
	position: relative
}

.cartitem h1 {
	font-size: 17px;
	margin: 0;
	padding-right: 116px;
	position: relative;
	word-wrap: break-word
}

.cartitem h1 span {
	font-size: 14px;
	display: block;
	margin-top: 5px
}

.cartitem h1 span.inset {
	position: absolute;
	right: 0;
	top: 0
}

.cartitem h1 .special {
	color: #cbd5e0;
	display: block;
	font-size: 13px
}

.cartitem h1 .special i {
	font-style: normal
}

.sdetails.cartitem .choosee {
	padding: 0;
	border: none;
	float: right;
	position: absolute;
	right: 15px;
	top: 12px
}

.sdetails.cartitem .choosee .quantity {
	margin: 0
}

.sdetails.cartitem .choosee .quantity a {
	height: 35px;
	width: 35px;
	font-size: 22px;
	margin: 0 3px
}

.sdetails.cartitem .choosee .quantity span {
	font-size: 20px
}

.specialin {
	padding: 20px 15px;
	/* border-top: 10px solid #f5f5f5 */
}

.specialin h2 {
	font-weight: 700;
	font-size: 18px;
	margin-top: 0
}

.fprices {
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	box-shadow: 0 -15px 15px -14px rgba(0, 0, 0, .09);
	padding: 15px;
	padding-top: 30px;
	margin-top: 30px;
	margin-bottom: 70px
}

.fprices p {
	font-size: 16px;
	margin-bottom: 4px
}

.fprices p em {
	font-style: normal
}

.fprices p span {
	float: right
}

.fprices p.bold {
	font-weight: 700;
	margin-top: 10px
}

.fprices p.discount {
	color: #00d2a3
}

.pverification p {
	margin-top: 30px;
	text-align: center
}

.pverification p a {
	display: inline-block;
	color: #0084ff;
	padding-top: 8px;
	border-bottom: 1px solid #0084ff
}

.pverification p a.messanger {
	background: #4769fa;
	color: #fff;
	display: block;
	font-size: 17px;
	padding: 6px 20px;
	font-weight: 600;
	width: fit-content;
	margin: 20px auto;
	border-radius: 7px
}

.pverification p a.messanger svg {
	position: relative;
	height: auto;
	top: 2px;
	width: 17px;
	margin-right: 5px;
	fill: #fff
}

.pverification1 input {
	width: 70%;
	margin: 0 auto;
	display: block;
	text-align: center
}

.iti__flag {
	background-image: url(../img/flags.png)
}

.sdetails .choosee h2.required i {
	color: red;
	border: 1px solid red;
	padding: 2px 5px;
	border-radius: 5px
}

.tips {
	margin-top: 10px;
	padding-bottom: 20px
}

.tips label {
	font-size: 16px
}

.tips p span {
	float: left;
	margin-right: 8px;
	border: 1px solid #0084ff;
	color: #0084ff;
	padding: 4px 10px;
	border-radius: 4px;
	cursor: pointer
}

.tips p span.active,
.tips p span:hover {
	background: #0084ff;
	color: #fff
}

.tips p small {
	font-size: 18px;
	padding-right: 10px
}

.tips p input {
	width: 140px;
	height: 36px;
	position: relative;
	top: -3px
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:192dpi) {
	.iti__flag {
		background-image: url(../img/flags@2x.png)
	}
}

.invalid-feedback {
	color: #dc143c;
	margin-top: 2px
}

.pseting {
	margin-top: 20px;
	padding-bottom: 50px
}

.pseting.points {
	margin-top: 25px;
	padding-bottom: 0
}

.pseting.pseting.points .reds {
	margin-top: -7px;
	color: red
}

.pseting.points label {
	position: relative;
	padding-right: 120px;
	font-weight: 400
}

.pseting.points label a {
	width: fit-content;
	display: inline-block;
	padding: 2px 9px;
	margin-left: 5px;
	font-size: 13px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 8px
}

.pseting span {
	float: left;
	padding: 0 2px
}

.pseting label {
	width: 100%
}

.pseting label {
	font-size: 16px
}

.pseting label span {
	float: unset
}

.pseting .btns {
	background: #fff;
	border: 1.5px solid #0084ff;
	padding: 7px;
	outline: 0
}

.pseting .btns.active,
.pseting .btns:hover {
	background: #0084ff;
	color: #fff
}

.pseting .btns:disabled,
.pseting .btns[disabled] {
	/* background: #fff!important; */
	/* color: #0084ff!important */
}

.appliedoffer {
	background: #f7f8fd;
	border-radius: 5px;
	border: 1px dashed #0084ff;
	padding: 10px;
	margin-bottom: 15px;
	color: #0084ff;
	font-size: 16px;
	position: relative
}

.appliedoffer .text {
	width: 72%;
	display: block;
	line-height: 18px;
	word-wrap: break-word
}

.appliedoffer a {
	position: absolute;
	left: 0;
	font-weight: 600;
	width: 100%;
	text-align: right;
	top: 0;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	cursor: pointer;
	padding-right: 10px
}

.appliedoffer:hover {
	border-style: solid
}

.appliedoffer .text span {
	display: block;
	font-size: 12px;
	color: red;
	margin-top: -4px
}

.appliedoffer .text span em {
	font-style: normal
}

.changeoffer .ioffer h1 .text span b {
	cursor: pointer
}

.changeoffer .ioffer h1 .text span b:hover {
	/* color: #000 */
}

.changeoffer .ioffer h1 .text small {
	font-size: 13px;
	/* color: #000 */
}

.changeoffer .ioffer h1 .text .expire,
.changeoffer .ioffer h1 .text .expire small {
	color: gray
}

.outer .top.home h2 {
	font-size: 14px!important
}

.notFound {
	font-size: 16px;
	margin: 0;
	padding: 20px 0
}

.offerLayer {
	position: absolute;
	bottom: 0;
	z-index: 9;
	right: 10px;
	color: red;
	border-radius: 10px;
	font-size: 14px;
	padding: 0;
	text-align: center
}

.ostatus {
	padding: 0 15px
}

.ostatus h1 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 0
}

.ostatus h2 {
	font-size: 18px
}

.ostatus h2 span {
	font-size: 16px;
	display: block;
	margin-top: 5px
}

.ostatus h2 span svg {
	width: 18px;
	position: relative;
	top: 4px;
	right: 0
}

.ostatus .astatus {
	margin-top: 40px;
	position: relative
}

.ostatus .astatus .refreshs {
	position: absolute;
	top: 7px;
	right: 0;
	font-size: 16px;
	cursor: pointer;
	background: #0084ff;
	color: #fff;
	height: 30px;
	width: 30px;
	text-align: center;
	border-radius: 40px;
	padding: 4px
}

.ostatus .astatus .labelcheckbox {
	padding-left: 48px;
	font-size: 18px;
	pointer-events: none
}

.ostatus .astatus .labelcheckbox input:checked~.checkmark {
	top: 9px
}

.ostatus .astatus .labelcheckbox.not input:checked~.checkmark {
	top: 2px
}

.ostatus .astatus .labelcheckbox.not input:checked~.checkmark {
	background: gray
}

.ostatus .astatus .labelcheckbox.not input:checked~.checkmark:after {
	content: "x";
	color: #fff;
	border: #ffdead;
	transform: none;
	top: -1px;
	left: 7px;
	font-size: 15px;
	font-weight: 700
}

.ostatus .astatus label {
	margin-top: 90px;
	position: relative
}

.ostatus .astatus label.not em {
	display: none
}

.ostatus .astatus label em {
	color: gray;
	display: block;
	font-weight: 400;
	font-size: 12px;
	margin-top: -4px
}

.ostatus .astatus label::before {
	height: 90px;
	width: 1px;
	border-left: 2px dashed #0084ff;
	position: absolute;
	content: '';
	right: 22px;
	color: #fff;
	bottom: 42px
}

.ostatus .astatus label.not::before {
	bottom: 31px;
	border-left: 2px dashed gray;
	height: 80px
}

.ostatus .astatus label.first::before {
	content: none
}

.ostatus .astatus label.first {
	margin-top: 0
}

.ostatus .cstatus {
	text-align: center;
	padding-top: 15px
}

.ostatus .cstatus a {
	font-size: 14px;
	display: inline-block;
	color: #0084ff;
	font-size: 14px;
	margin: 10px 10px;
	cursor: pointer
}

.ostatus .cstatus a i {
	background: #0084ff;
	height: 30px;
	width: 30px;
	padding: 7px;
	border-radius: 50px;
	color: #fff;
	font-size: 18px;
	margin-bottom: 9px
}

.table>thead>tr>td,
.table>thead>tr>th {
	border-bottom: 1px solid #ddd;
	vertical-align: bottom;
	word-wrap: break-word
}

.addresses table tr th {
	text-align: center
}

.addresses table tr td:first-child,
.addresses table tr th:first-child {
	width: 150px;
	text-align: left
}

.addresses table tr td:nth-child(1) {
	width: 10%
}

.addresses table tr td span::after {
	content: ", "
}

.addresses table tr td span:last-child::after {
	content: ""
}

.itemDD .top {
	padding: 20px 10px
}

.addresses.itemDD .top .close {
	right: 0
}

.widgts {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999999
}

.widgts .logo {
	background: #0084ff;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
	width: 55px;
	height: 55px;
	cursor: pointer;
	padding: 4px;
	border-radius: 3px;
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 10px;
	bottom: 10px
}

.widgts .logo .badge {
	display: flex;
	width: 23px;
	height: 23px;
	font-weight: 700;
	border-radius: 100%;
	border: 2px solid #fff;
	background-color: #0084ff;
	color: #fff;
	position: absolute;
	top: -10px;
	right: -10px;
	align-items: center;
	justify-content: center;
	font-size: 11px
}

.widgts .logo img {
	width: 100%
}

.widgts .grettings {
	background-color: #fff;
	margin: .2rem;
	width: 290px;
	max-width: 98%;
	white-space: normal;
	border-radius: 15px 15px 0 15px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .4);
	position: relative;
	float: right;
	margin-right: 63px;
	margin-bottom: 0;
	padding: 20px 15px
}

.widgts .grettings h1 {
	margin: 0 0 10px;
	font-size: 18px;
	padding-right: 20px
}

.widgts .grettings p {
	margin: 0 0 15px;
	line-height: 1.25rem;
	font-size: 12px;
	font-weight: 300;
	margin-top: 15px
}

.widgts .grettings svg {
	position: absolute;
	top: 10px;
	right: 10px;
	fill: #000;
	cursor: pointer
}

.widgts .grettings .btns {
	width: auto;
	padding: 6px 20px;
	margin-top: 17px
}

.widgts .grettings .ftr {
	position: absolute;
	position: absolute;
	right: 10px;
	font-size: 10px;
	bottom: 5px
}

.widgts .order {
	padding: 9px 21px;
	border-radius: 40px
}

.close-button {
	position: fixed;
	left: 20px;
	top: 20px;
	width: 49px;
	z-index: 999999999
}

.close-button svg {
	fill: #fff;
	width: 19px
}

.loader {
	border-color: #fff;
	height: 25px;
	width: 25px;
	position: absolute;
	left: 10px;
	top: 28%;
	background: url(../img/btnloader.gif) no-repeat center center;
	background-size: 100% 100%
}

.ostatus .cstatus a svg {
	background: #0084ff;
	fill: #fff;
	height: 30px;
	width: 30px;
	padding: 7px;
	border-radius: 24px
}

.mainmenu .orderhistory{
    font-size: 20px;
    margin-top: 0;
    text-align: center;
    float: left;
    width: 95%;
	font-weight: 600;
    margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 40px;
}

.mainmenu .orders{
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 11%);
    float: left;
    width: 100%;
    margin: 10px 0;
}
.mainmenu .orders .imgbox{
    border-radius: 7px;
}
.mainmenu .orders:hover .imgbox img {
    transform: scale(1.2);
}

.mainmenu .orders p{
    font-size: 14px;
    color: #a0aec0;
    position: relative;
	margin-top: 3px;
}

.mainmenu .orders p b{
    display: block;
    font-size: 18px;
    margin-bottom: 2px;
}

.mainmenu .orders p .otype{
    display: none;
}

.mainmenu .orders.active p .otype{
    display: block;
}

.mainmenu .orders p .price{
    position: absolute;
    font-weight: 600;
    top: 23%;
    padding-left: 4%;
    border-left: 2px solid #a0aec0; 
    right: 0;
    font-size: 17px;
}

.mainmenu .orders .btns{
    width: fit-content;
    padding: 4px 14px;
    font-weight: normal;
	display: inline-block;
	position: relative;
	z-index: 2;
	border-radius: 100px;
}

.mainmenu .orders .btns.status{
	padding: 0;
	background: transparent;
	border-bottom: 1px solid;
	border-radius: 0;
}

.mainmenu .orders .btns.status.active{
	border: none;
	cursor: auto;
}

.mainmenu .orders .arrows{
    transform: rotate(90deg);
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 17px;
}

.mainmenu .orders .changelocouter{
    display: none;
    border-radius: 10px 10px 0 0;
}

.mainmenu .orders.active{
    padding: 0;
}

.mainmenu .orders.active .changelocouter{
    display: block;
}
.mainmenu .orders.active .col-xs-4{
    width: 100%;
    padding: 0;
}
.mainmenu .orders.active .imgbox{
    border-radius: 10px 10px 0 0;
}

.mainmenu .orders.active .col-xs-8{
    margin-top: -80px;
    z-index: 111;
    position: relative;
    width: 100%;
}

.mainmenu .orders.active .col-xs-8 .btns, .mainmenu .orders.active p .price{
    display: none;
}

.mainmenu .orders.active p, .mainmenu .orders.active p b{
    text-align: center;
    color: #fff;
}
.orders.active p{
	margin-bottom: 0;
}

.mainmenu .orders.active .arrows{
    top:0;
    transform: rotate(-90deg);
    fill: #fff;
    right: 3%
}


.mainmenu .orders .order-details{
	display: none;
	padding: 10px;
}

.mainmenu .orders.active .order-details{
	display: block;
}

.mainmenu .orders .order-details .status{
	font-size: 17px;
	margin: 7px ​0;
	/* padding: 5px 0 0; */
    border-bottom: 1px  dotted;
	width: fit-content;
	cursor: pointer;

}

.mainmenu .orders .order-details h4{
	font-size: 14px;
    margin: 10px 0px;
}
.mainmenu .orders .order-details h4 span{
	float: right;
}

.mainmenu .orders .order-details h4  font{
	padding-left: 10px;
	display: block;
	margin-top: 9px;
}

.mainmenu .orders .order-details h4.total{
	padding-left: 14px;
	border-top: 1px solid gray;
	padding-bottom: 10px;
	font-size: 15px;
	padding-left: 0;
	padding-top: 10px;
}

.mainmenu .orders.active .btns{
	width: 48%;
    padding: 6px;
}
.mainmenu .orders.active .btns.first{
	margin-right:4%;
}

.loyalty .bottoms .milk h2{
	color: #fff;
}

.stars1 svg:nth-child(1) g{
    fill: #fd2720;
}
.stars2 svg:nth-child(1) g, .stars2 svg:nth-child(2) g{
    fill: #fd7d04;
}
.stars3 svg:nth-child(1) g, .stars3 svg:nth-child(2) g, .stars3 svg:nth-child(3) g{
    fill: #f7ad01;
}
.stars4 svg:nth-child(1) g, .stars4 svg:nth-child(2) g, .stars4 svg:nth-child(3) g, .stars4 svg:nth-child(4) g{
    fill: #2cee8c;   
}
.stars5 svg:nth-child(1) g, .stars5 svg:nth-child(2) g, .stars5 svg:nth-child(3) g, .stars5 svg:nth-child(4) g, .stars5 svg:nth-child(5) g{
    fill: #07cd62 ;
}

.spayment .orders .labelradio{
	border-bottom: 2px solid #f5f5f5;
	padding-bottom: 10px;
}

.spayment .orders .orders:last-child .labelradio{
	border: none;
}

.amount-zero{
	padding-top: 15px !important;
    padding-bottom: 15px !important;
}

