/*
    Tambahan CSS
*/


.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s, transform 0.6s;
}

    .fade-in.visible {
        opacity: 1;
        transform: translateY(0);
    }

    .toast {
      visibility: hidden;
      min-width: 200px;
      background-color: #323232;
      color: #fff;
      text-align: center;
      border-radius: 8px;
      padding: 12px;
      position: fixed;
      z-index: 1;
      left: 50%;
      bottom: 30px;
      transform: translateX(-50%);
      opacity: 0;
      transition: opacity 0.5s, bottom 0.5s;
    }
    .toast.show {
      visibility: visible;
      opacity: 1;
      bottom: 300px;
    }
    
/*
Template Name: Kamalo - Online Grocery Supermarket Mobile Template
Version: 1.0
*/


/*
-- Body
-- App Home Page
-- App Categories Page
-- App Cart Page
-- App Delivery Detail Page
-- App Payment Page
-- App Order Confirmed Page
-- App My Account Page
-- App Rate Your Order Page
-- App Gobo Wallet Page
-- App Notifications Page
-- App Search Page
-- App My payments Page
-- App Single Item Detail Page
-- App Live Support Page
-- App Help Center Page
-- App Login/Signup Page
-- App Get Started Page
-- App Product Rating and Reviews Page
*/


/* fonts */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --red: #eb394d
}

/* Body */

body {
	font-family: 'rubik', sans-serif !important;
	font-size: 12px;
	color: #847577;
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	display: none;
}

::-webkit-scrollbar-corner {
	background-color: transparent;
}

::-webkit-scrollbar-thumb {
	height: 6px;
	border: 4px solid transparent;
	background-clip: padding-box;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	background-color: rgba(0, 0, 0, .15);
	-webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
	box-shadow: inset -1px -1px 0 rgba(0, 0, 0, .05), inset 1px 1px 0 rgba(0, 0, 0, .05);
}

::-webkit-scrollbar {
	width: 2px;
	background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
	height: 50px;
	background: hsla(0, 0%, 53.3%, 0.4);
}

.font-weight-bold {
	font-weight: 600 !important;
}

.small,
small {
	font-size: 12px !important;
}

div,
a {
	outline: none !important;
}

.border-primary {
	border-color: #e23844!important;
}

.coming-soon-img {
	max-width: 310px;
}

.w-300 {
	max-width: 180px;
}

.rounded {
	border-radius: 10px !important;
}

ul {
	margin-bottom: 0 !important;
}

ul li {
	list-style: none !important;
}

.form-control,
.btn,
.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
	font-size: 13px;
}


/* Bootstrap Custom */

.btn-outline-secondary {
	color: #5f5959;
	border-color: #eceff1;
}

.gobo-shadow {
	box-shadow: 0px 0px 18px #efefef !important;
}

.h1,
h1 {
    font-size: 32px !important;
    color: #191720;
}

.h2,
h2 {
    font-size: 24px !important;
    color: #191720; 
}

.h3,
h3 {
    font-size: 22px !important;
    color: #191720;
}

.h4,
h4 {
    font-size: 18px !important;
    color: #191720;
}

.h5,
h5 {
    font-size: 17px !important;
    color: #191720;
}

.h6,
h6 {
	font-size: 14px !important;
}

.br-10 {
	border-radius: 10px !important;
}

.br-8 {
	border-radius: 8px !important;
}

.br-5 {
	border-radius: 5px !important;
}

.border_bottom {
	border-bottom: 1px solid #e6e6e6!important;
}

.border_top {
	border-top: 1px solid #e6e6e6!important;
}

.border_right {
	border-right: 1px solid #e6e6e6!important;
}

.border_left {
	border-left: 1px solid #e6e6e6!important;
}

.border {
	border: 1px solid #e6e6e6!important;
}

.input-text {
	background-color: #f8f8f8 !important;
    border: 1px solid #e6e6e6;
}

.form-input {
	color: #847577;
    border: 1px solid #e6e6e6;
	background-color: #ffffff;
    border-radius: 10px;
    height: 50px;
    font-size: 1rem;
    padding: 0 20px!important;
    outline: none !important;
    width: 100%;
}

.input-shadow {
    box-shadow: 0px 2px 3px #efefef !important;
}

.form-textarea {
    width: 100%;
	height: 100px;
    background: #fff !important;
    border-radius: 10px;
    padding: 10px 20px;
	outline: none !important;
}

.focus:focus {
	box-shadow: none;
	outline: none;
}

.search-icon-lg {
    position: absolute;
    top: 13px;
    left: 15px;
    font-size: 18px;
    color: #191720;
}

.white-bg {
	background: #fff !important;
}


/* Padding */

.p-3 {
	padding: 0.7rem!important;
}

.pl-3,
.px-3 {
	padding-left: 0.7rem!important;
}

.pb-3,
.py-3 {
	padding-bottom: 0.7rem!important;
}

.pt-3,
.py-3 {
	padding-top: 0.7rem!important;
}

.pr-3,
.px-3 {
	padding-right: 0.7rem!important;
}

.m-3 {
	margin: 0.7rem!important;
}

.ml-3,
.mx-3 {
	margin-left: 0.7rem!important;
}

.mb-3,
.my-3 {
	margin-bottom: 0.7rem!important;
}

.mt-3,
.my-3 {
	margin-top: 0.7rem!important;
}

.mr-3,
.mx-3 {
	margin-right: 0.7rem!important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding-right: 0.7rem;
	padding-left: 0.7rem;
}

.row {
	margin-right: -0.7rem;
	margin-left: -0.7rem;
}

hr {
	margin-top: 0.7rem;
	margin-bottom: 0.7rem;
}

p {
	margin-bottom: 0.7rem!important;
	font-size: 14px;
	color: #847577;
}

.modal-body,
.modal-header {
	padding: 0.7rem;
}

.modal-header .close {
	padding: 0.7rem 0.7rem;
	margin: -0.7rem -0.7rem -0.7rem auto;
}


/* Fixed Bottom */

.fixed-bottom-bar {
	padding-bottom: 70px;
}

.h-auto {
	height: auto;
}

.rounded-lg {
	border-radius: 11px !important;
}


/* Nav */

.fs-18 {
	font-size: 18px;
}

.border-dashed-bottom {
	border-bottom: 1px dashed #ccc;
}

.gobo-search .btn {
	font-size: 21px;
}

.gobo-search .form-control {
	font-size: 15px;
	height: 43px;
}

.gobo-search {
	border-color: #ebebeb !important;
}

.gobo-home-page {
	position: relative;
}

.homepage-gobo-header,
.gobo-inner-header {
	position: sticky;
	top: 0px;
	z-index: 9;
	height: 64px;
	background: #ffffff;
}

.header-location span {
    display: block;
    margin-left: 15px;
}

.b-color {
	color: #191720 !important;
}

.p-color {
	color: #847577 !important;
}

.text-hover:hover {
	color: #eb394d !important;
}

.homepage-gobo-header a {
    display: inline-block;
}

.main-logo img {
    width: 34px;
}

.header-title {
    margin-bottom: 0;
}

.header-right li {
    display: inline-block;
	margin-right: 20px;
}

.header-right li:last-child {
	margin-right: 0;
}

.toggle-2 {
	right: 17px;
	left: auto !important;
}

.gobo-menu-footer {
	background: #6668df;
	padding: 0px !important;
	border-radius: 0;
}

.gobo-menu-footer .row {
	margin: 0px;
}

.gobo-menu-footer .col {
	padding: 0px;
}

.gobo-menu-footer .col a {
	display: block;
	font-size: 12px !important;
	text-transform: uppercase;
	border-radius: 0;
	color: #fff !important;
    opacity: 0.8;
}

.gobo-menu-footer .col a p {
	font-size: 20px !important;
	margin: 0 0 3px 0 !important;
	color: #fff !important;
}

.gobo-menu-footer .col.selected a {
	color: #ffffff !important;
    background: #6668df;
    opacity: 1;
}

.gobo-menu-footer .col.selected p {
	color: #ffffff;
}

.gobo-menu-footer .col.selected a .bi-house::before {
    content: '\F424';
    font-family: 'bootstrap-icons';
}

.gobo-menu-footer .col.selected a .bi-grid::before {
    content: '\F3FB';
    font-family: 'bootstrap-icons';
}

.gobo-menu-footer .col.selected a .bi-cart2::before {
    content: '\F23D';
    font-family: 'bootstrap-icons';
}

.gobo-menu-footer .col.selected a .bi-bag-heart::before {
    content: '\F704';
    font-family: 'bootstrap-icons';
}

.gobo-menu-footer .col.selected a .bi-person::before {
    content: '\F4DA';
    font-family: 'bootstrap-icons';
}

.gobo-menu-logo a {
	padding: 0px !important;
}

.fw-5 {
    font-weight: 500 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

.fs-7 {
	font-size: 14px !important;
}

.fs-8 {
	font-size: 13px !important;
}

.fs-9 {
	font-size: 12px !important;
}

.fs-10 {
	font-size: 10px !important;
}

.fs-11 {
	font-size: 11px !important;
}


.ls-f {
    font-size: 18px !important;
}

.header-action {
    font-size: 20px !important;
}

.gobo-menu-logo img {
	width: 60px;
	margin: -18px 0 0px 0;
	min-width: 60px;
	max-width: 60px;
}

.notify-count {
    display: block;
    text-align: center;
    height: 12px;
    width: 12px;
    line-height: 20px;
    background-color: #fed841;
    border-radius: 50%;
    color: #ffffff;
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: -2px;
    box-shadow: 0 4px 6px 0 rgb(0 0 0 / 10%);
}

.text-primary {
	color: #f51042 !important;
	text-decoration: none !important;
}

a {
	color: #191720 !important;
	text-decoration: none !important;
}

p {
	color: #847577;
	letter-spacing: 0.2px;
}

.btn-link {
	font-weight: 400;
	color: #f51042;
	text-decoration: none !important;
}

.slick-dots {
	bottom: 20px !important;
}

.container {
    max-width: 1920px !important;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.ml-30 {
	margin-left: 30px;
}

.mr-30 {
	margin-right: 30px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pl-30 {
	padding-left: 30px;
}

.pr-30 {
	padding-right: 30px;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


/* Home Page */

.filter-btn {
    background: #f8f8f8;
    border: 0;
    height: 40px;
    width: 40px;
    color: #191720;
    font-size: 18px;
}

.filter-btn-ab {
    position: absolute;
    right: 5px;
    top: 5px;
}

.item-card {
    background: #ffffff;
}

.item-img {
    background: #ffffff;
    border-radius: 8px;
	display: block;
}

.item-img img {
    width: 100%;
}

.cate-item {
    text-align: center;
	width: 100%;
}

.cate-img {
    margin-bottom: 5px;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
    padding: 20px 15px;
    border-radius: 10px;
}

.cate-img img {
    width: 36px !important;
    display: inline-block !important;
}

.item-weight {
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 12px;
    background: #fed841;
    padding: 2px 7px;
    font-weight: 500;
    border-radius: 5px;
}

.save-icon {
	color: #d3d3d3;
    font-size: 20px;
	font-family: "bootstrap-icons";
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 0;
    cursor: pointer;
    display: block;
    transition: all 0.4s;
}

.save-icon:before, .save-icon:after {
	transition: opacity 0.3s, transform 0.4s cubic-bezier(.0, -.41, .19, 2.5);
	font-family: "bootstrap-icons";
	position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	top: 0;
}

.save-icon:before {
	content: "\F415";
	transform: scale(0.95);
}

.save-icon:after {
	content: "\F415";
	opacity: 0;
	transform: scale(0.3);
}

.save-icon.saved:after {
	opacity: 1;
	transform: scale(0.95);
}

.save-icon.saved {
	color:#ff7555;
}

.save-icon.saved:before {
	opacity: 0;
}

.item-content-text {
    width: 75%;
}

.cart-btn {
    font-size: 16px;
    border: 0;
    background: #eb394d;
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 5px;
	line-height: 30px;
    text-align: center !important;
}

.btn-hover:hover {
	color: #ffffff;
	background: #da2f42;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #eb394d !important;
	border: 1px solid #eb394d;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px!important;
    background: transparent !important;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 1px solid #191720;
}

.offer-banner-item {
    display: block;
}

.recommend-items li {
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.recommend-items li:last-child {
    border-bottom: 0;
}

.rc-item-img {
    width: 80px;
    height: 80px;
    padding: 5px;
	background: #fff;
}

.item-weight-count {
    font-size: 11px;
    background: #fed841;
    padding: 2px 7px;
    font-weight: 500;
    border-radius: 5px;
}

.cart-counter {
    width: 90px;
}

.cart-plus-minus {
    position: relative;
    text-align: right;
}

.cart-plus-minus input {
    width: 100%;
    background: #e6e6e6;
    border: none;
    padding: 0px 30px;
    font-size: 13px;
    font-weight: 500;
    color: #191720;
    text-align: center;
    border-radius: 7px;
    min-height: 30px;
}

.cart-plus-minus input:focus {
    background: #e6e6e6;
    border: none !important;
    color: #191720;
	box-shadow: none;
	outline: none;
}

.cart-plus-minus .qtybutton.dec {
    font-size: 14px;
}

.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 0;
	font-size: 14px;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
    border-radius: 8px;
    background: #fff;
    border: 4px solid #e6e6e6;
    cursor: pointer;
    z-index: 1;
    font-weight: 500;
    font-size: 144px;
    color: #eb394d;
    user-select: none;
}

/* All Categories Page */

.trending-list li {
    margin-bottom: 7px;
}

.trending-list li:last-child {
    margin-bottom: 0;
}

.custom-accordion-item {
    color: #191720;
    background-color: #ffffff;
    border: 0;
}

.custom-accordion-header {
    margin-bottom: 0;
    width: 100%;
	position: sticky;
    top: 64px;
}

.custom-accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.custom-accordion-button {
    color: #191720;
    background-color: #ffffff;
    border-bottom: 1px solid #e6e6e6 !important;
    border: 0;
    width: 100%;
    display: flex;
	align-items: center;
    font-size: 15px;
    padding: 15px 0;
	font-weight: 500;
}

.custom-accordion-button:not(.collapsed) {
    color: #191720;
    background-color: #ffffff;
	font-weight: 500;
}

.custom-accordion-button:not(.collapsed)::after {
    content: "\F2EA";
}

.custom-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "\F64D";
    font-family: 'bootstrap-icons';
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.custom-accordion-button img {
    width: 30px;
    margin-right: 15px;
}

/* Cart Page */

.cart-actions li {
    display: inline-block;
    padding: 0;
    margin-right: 5px;
	border-bottom: 0;
}

.cart-actions li:last-child {
    margin-right: 0;
}

.delete-btn {
	font-size: 14px;
    border: 0;
    height: 30px;
    border-radius: 6px;
    width: 30px;
    color: #191720;
	background: #e6e6e6;
}

.delete-btn:hover {
    color: #eb394d !important;
}

.sub-bottom {
    position: fixed;
    bottom: 80px;
    left: 0;
    right: 0;
    padding: 1rem;
}

.main-btn {
    color: #fff !important;
    background: #6668df;
    border: 0;
    display: block;
    text-align: center;
}

.h_40 {
	font-size: 15px;
	height: 40px;
	line-height: 40px;
}

.h_50 {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
}

.total-detail {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

.gobo-custom-footer {
    background: #ffffff;
    padding: 0px !important;
    border-radius: 0;
}

.gobo-custom-footer .row {
	margin: 0px;
}

.gobo-custom-footer .col {
	padding: 10px 5px;
	display: block;
}

.saving-text {
    font-size: 12px;
    background: rgba(254,216,65, 60%);
    padding: 3px 10px;
    font-weight: 500;
    border-radius: 5px;
    display: inline-block;
}

.total-top-text {
    background: #f1f1f1;
    margin-top: 0;
    padding: 8px 15px 10px;
    border-radius: 0;
}

.total-cart-items span::after {
    content: ',';
    margin-right: 2px;
}

.total-cart-items span:last-child::after{
    content: '';
    margin-right: 0;
}

/* Delivery Detail Page */

.light-bg {
	background: #f1f1f1;
}

.ch-btn {
	border: 1px solid #e6e6e6;
	background: #ffffff;
}

.section {
    position: relative;
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto;
}

.over-hide {
    overflow: hidden;
}

.z-bigger {
    z-index: 100 !important;
}

.checkbox:checked ~ .background-color{
	background-color: var(--white);
}

.z-bigger [type="radio"]:checked + label:after, .z-bigger [type="radio"]:not(:checked) + label:after {
    background: transparent;
	visibility: hidden;
}

.z-bigger [type="checkbox"]:checked,
.z-bigger [type="checkbox"]:not(:checked),
.z-bigger [type="radio"]:checked,
.z-bigger [type="radio"]:not(:checked){
	position: absolute;
	left: -9999px;
	width: 0;
	height: 0;
	visibility: hidden;
}

.checkbox:checked + label,
.checkbox:not(:checked) + label {
	position: relative;
	width: 70px;
	display: inline-block;
	padding: 0;
	margin: 0 auto;
	text-align: center;
	margin: 17px 0;
	margin-top: 100px;
	height: 6px;
	border-radius: 8px;
	background: #ff7555;
	z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
	position: absolute;
	font-family: 'unicons';
	cursor: pointer;
	top: -17px;
	z-index: 2;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
	content: '\eac1';
	left: 0;
	color: var(--grey);
	background-color: var(--dark-light);
}
.checkbox:checked + label:before {
	content: '\eb8f';
	left: 30px;
	color: var(--yellow);
	background-color: var(--dark-blue);
}

.checkbox:checked ~ .section .container .row .col-12 p{
	color: var(--dark-blue);
}

.checkbox-tools:checked + label, .checkbox-tools:not(:checked) + label {
    position: relative;
    display: block;
    padding: 7px 10px 5px;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    margin-left: 0;
    margin-right: 7px;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    color: #191720;
	font-weight: 500;
}

.checkbox-tools:not(:checked) + label {
	color: #847577;
	background-color: #ffffff;
}
.checkbox-tools:checked + label {
	background-color: transparent;
}

.checkbox-tools:not(:checked) + label:hover {
	color: #eb394d;
	background-color: #ffffff;
}

.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #fed841;
	z-index: -1;
	border: 0;
}

.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
	font-size: 24px;
	line-height: 24px;
	display: block;
	padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
	background-color: var(--light);
	color: var(--dark-blue);
}

.delivery-date-slider .owl-dots {
    position: absolute;
    top: -40px;
    right: 0;
}

.checkboxes {
    padding-left: 0 !important;
}

.checkboxes li {
    margin-bottom: 5px;
}

.checkboxes label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    color: #191720;
}

.checkboxes input[type="checkbox"],
.checkboxes input[type="radio"] {
    display: none;
}

.checkboxes label:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all 0.25s;
    font-family: "bootstrap-icons";
    color: #fff;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    line-height: 17px;
}

.checkboxes input[type="checkbox"]:checked + label:before {
    content: "\F633";
    background-color: #eb394d;
    border: 1px solid #eb394d;
}

.checkboxes input[type="radio"]:checked + label:before {
    content: "\F633";
    background-color: #eb394d;
    border: 1px solid #eb394d;
}

.close-btn {
    border: 0;
    background: transparent;
    font-size: 18px;
    color: #191720;
}

.close-btn:hover {
    /* color: #5e5fa; */
    color: #5e5 !important;
}

.address-check {
    padding: 15px 0 10px;
    border-top: 1px solid #e6e6e6;
    margin-top: 5px;
}

/* Payment Page */

.saving-bg {
	background: rgba(254,216,65, 60%);
}

.coupan-img {
    width: 22px;
    margin-right: 10px;
}

.cate-right:after {
	content: "\F2EA";
	font-size: 14px;
	font-family: "bootstrap-icons";
	float: right;
	margin-left: 30px;
	color: #191720;
}

.cate-right.collapsed:after {
	content: "\F4FE";
}

.payment-card-img {
    width: 30px;
    border-radius: 3px;
}

/* Order Confirmed Page */

.confirmed-icon i {
    font-size: 80px;
    width: 160px;
    height: 160px;
    background: #f8f8f8;
    border-radius: 50%;
    display: inline-block;
    line-height: 160px;
}

.icon-odr i {
    font-size: 18px;
    width: 36px;
    height: 36px;
    display: inline-block;
    background: #f1f1f1;
    text-align: center;
    line-height: 38px;
    border-radius: 8px;
    margin-right: 10px;
}

/* My Account Page */

.profile-dt {
    background: #eb394d;
    padding: 30px 20px;
	border-radius: 10px;
}

.profile-img img {
    width: 100%;
    border-radius: 50%;
}

.profile-img {
	position: relative;
    width: 85px;
    height: 85px;
    background: #ffffff;
    padding: 5px;
    border-radius: 50%;
}

.profile-img:before {
    content: url(../img/round_shape1.png);
    position: absolute;
    top: -5px;
    left: -5px;
}

.edit-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border-radius: 6px;
    line-height: 31px;
    background: #d13042;
}

.w-10 {
    width: 85px;
}

.Scriptcontent{
	line-height:31px;
}

/* Steps */
.step {
	position: relative;
	min-height: 3.3em;
	color: #191720;
}

.step + .step {
  margin-top: 1.5em
}

.step > div:first-child {
	position: static;
	height: 0;
}

.step > div:not(:first-child) {
	margin-left: 1.5em;
	padding-left: 1em;
}

.step.step-active {
	color: #eb394d
}

.step.step-active .circle {
	color: #fff;
	background-color: #eb394d;
}

/* Circle */
.circle {
    background: #e6e6e6;
    position: relative;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 100%;
    color: #847577;
    text-align: center;
	font-size: 14px;
    font-weight: 500;
}

.circle.done {
	background: #eb394d;
	color: #fff;
}

/* Vertical Line */
.circle:after {
	content: ' ';
	position: absolute;
	display: block;
	top: 1px;
	right: 50%;
	bottom: 1px;
	left: 50%;
	height: 100%;
	width: 1px;
	transform: scale(2, 2);
	transform-origin: 50% -100%;
	background-color: #ededed;
	z-index: -1;
}

.step:last-child .circle:after {
	display: none
}

/* Stepper Titles */
.step .title {
    line-height: 1.5em;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 3px;
}

.step .caption {
    font-size: 14px;
    line-height: 20px;
    color: #847577;
}

.add-review {
	color: #c1c1c1 !important;
}

.add-review:hover,
.add-review:focus {
	color: #fed841 !important;
}

/* Rate Your Order Page */

.rate-order {
    background: #ffbb6c;
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 35px 20px;
	position: relative;
}

.rate-order .smile {
    width: 20px;
    margin-left: 5px;
}

.scooter {
    top: 10px;
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.scooter img {
    width: 110px;
}

.sm-smile {
    width: 20px;
    margin-left: 5px;
}

.share-group {
    display: block;
    width: 100%;
}

.share-url {
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    height: 45px;
    padding: 10px 20px;
    font-size: 15px;
}

.copy-btn {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 35px;
    padding: 0 20px;
    font-size: 15px;
    border-radius: 5px;
    border: 0;
    color: #fff;
	background: #eb394d;
}

.custom-btn {
    height: 40px;
    border: 1px solid #e6e6e6;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 8px;
	display: inline-block;
}

.share-group ul {
    margin-top: 10px;
}

.share-group ul li {
    display: inline-block;
    padding: 0px;
    margin-top: 5px;
}

.wa-color {
	color: #ffffff !important;
	background: #25d366;
}

.fb-color {
	color: #ffffff !important;
	background: #1877f2;
}

.tw-color {
	color: #ffffff !important;
	background: #1da1f2;
}

.ig-color {
	color: #ffffff !important;
	background: #e1306c;
}

.sc-color {
	color: #ffffff !important;
	background: #fffc00;
}

.ev-color {
	color: #ffffff !important;
	background: #fbbc05;
}

/* Star Rating Styles */
.starRating {
	display: table;
	margin-bottom: 15px;
}

.starRating span {
	color: #888888;
	cursor: pointer;
	display: table-cell;
	position: relative;
	padding-right: 6px;
	font-size: 22px;
}

.starRating span:last-child {
	padding-right: 0;
}

.starRating i {
	transition: opacity 0.4s;
}

.starRating .bi-star-fill {
	color: #ffc000;
	position: absolute;
	left: 0;
	opacity: 0;
}

.starRating span:hover ~ span,
.starRated span.active ~ span {
	color: #888888;
}
.starRating:hover .bi-star-fill,
.starRating span:hover ~ span .bi-star {
	opacity: 1 !important;
}

.starRating:hover .bi-star,
.starRating span:hover ~ span .bi-star-fill {
	opacity: 0 !important;
}

.starRated .bi-star-fill,
.starRated span.active ~ span .bi-star {
	opacity: 1;
}

.starRated .bi-star,
.starRated span.active ~ span .bi-star-fill {
	opacity: 0;
}

.starRating {
	
}

/* Gobo Wallet Page */

.search-icon-sm {
    position: absolute;
    top: 8px;
    left: 15px;
    font-size: 16px;
    color: #191720;
}

.wallet-icon img {
    width: 50px;
}

.money-example li {
    display: inline-block;
    margin-right: 2px;
}

.money-example li .checkbox-tools:checked + label, .money-example li .checkbox-tools:not(:checked) + label {
    margin-right: 7px;
    margin-bottom: 0;
}

/* Notifications Page */

.noti-icon {
    width: 50px;
    height: 50px;
    text-align: center;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
    margin-right: 15px;
    line-height: 50px;
	font-size: 20px;
}

.noti-bg1 {
	background: #4f98dc;
}

.noti-bg2 {
	background: #ffbc03;
}

.noti-bg3 {
	background: #fd1a36;
}

.noti-bg4 {
	background: #161616;
}

.noti-bg5 {
	background: #eb394d;
}

.noti-content {
    width: 80%;
}

/* Search Page */

.search-tags-groups ul li {
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.img-search-btn [type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
}

.img-search-btn [type="file"] + label {
    color: #191720;
    background: #fff;
    Border: 2px dashed #e6e6e6;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 12px 30px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    margin: 0;
	text-align: center;
}

.img-search-btn [type="file"] + label:hover {
	background: #f1f1f1;
	color: #191720;
}

/* My payments Page */

.pwallet-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 13px;
}

.resend-btn {
    position: absolute;
    right: 15px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #eb394d !important;
}

.resend-btn:hover {
    color: #da2f42 !important;
}

.no-text-decoration {
	text-decoration: none !important;
}

.mp-price {
    text-decoration: line-through;
    color: #847577;
}

.discount-price {
	text-decoration: none !important;
}

.top-card {
    width: 100%;
    height: 160px;
    display: block;
	box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);
	border-radius: 8px;
}

.bg_blue  {
	background: #eb394d;
	height: 80px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.bg_white {
	background: #ffffff;
	height: 80px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.top-text-title {
    position: absolute;
    bottom: 5px;
    left: 7px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.bottom-text-title {
    position: absolute;
    top: 5px;
    left: 7px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.offer-link {
    position: absolute;
    bottom: 5px;
    left: 10px;
}

.steal-card {
    display: block;
    padding: 20px;
    border-radius: 8px;
	border: 1px solid #e6e6e6;
}

.save-btn {
    color: #fff !important;
    background: #ff7555;
    border: 0;
    display: block;
    text-align: center;
}

.save-btn:hover {
    color: #fff !important;
    background: #db6145;
}

/* Single Item Detail Page */

.yellow-bg {
    background: rgb(254,216,65);
    border-color: #fed841;
	color: #191720 !important;
}

.yellow-bg:hover {
    background: rgb(254,216,65);
    border-color: #fed841;
	color: #191720 !important;
}

.about-accordion-item .custom-accordion-button {
    border-bottom: 0 !important;
}

.about-accordion-item .custom-accordion-button:not(.collapsed) {
	border-bottom: 0 !important;
}

.about-accordion-item .custom-accordion-button.collapsed {
	border-bottom: 1px solid #e6e6e6 !important;
}

.about-accordion-item .accordion-body p {
    border-bottom: 1px solid #e6e6e6 !important;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 0 !important;
}

/* Live Support Page */

.chat-footer form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100% !important;
}

.action-btn {
    width: 2rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.w_50 {
	width: 50px;
}

.action-dropdown {
    position: absolute;
    left: 7px;
    top: 23%;
}

.single-chat-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1rem;
    width: 100%;
}

.single-chat-item .user-message .message-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.25rem;
}

.single-chat-item .user-message .single-message {
    display: block;
}

.single-chat-item .user-message .single-message p {
    padding: 8px 12px;
    background-color: #f1f1f1;
    border-radius: 10px;
    font-size: 14px;
    margin-bottom: 3px !important;
    box-shadow: 4px 4px 12px rgb(13 39 80 / 25%), -4px -4px 12px white !important;
}

.single-chat-item .user-message .message-time-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    margin-top: 0.25rem;
}

.single-chat-item .user-message .message-time-status .sent-time {
    font-size: 10px;
    font-weight: 500;
    margin-left: 0.5rem;
}

.single-chat-item.outgoing {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.single-chat-item.outgoing .user-message {
    text-align: right;
}

.single-chat-item.outgoing .user-message .message-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 0.25rem;
}

.single-chat-item.outgoing .user-message .single-message p {
    background-color: #eb394d;
    color: #ffffff;
}

.single-chat-item.outgoing .user-message .message-time-status {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.single-chat-item .user-message .message-time-status .sent-status.seen {
    color: #2ecc4a;
}

.single-chat-item .user-message .single-message img {
    border-radius: 12px;
    max-width: 120px;
}

.help-assists-guide {
    width: 300px;
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
}

.thy-text {
    font-size: 12px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    top: -5px;
    left: 30px;
    right: 30px;
}

.new-quite {
    margin-top: 30px;
    margin-bottom: 40px;
}

/* Help Center Page */

.p-topic-link {
    display: block;
    margin-bottom: 25px;
}

.help-icon {
    text-align: center;
    display: block;
}

.help-icon img {
    display: inline-block;
    text-align: center;
    width: 45px;
    margin-bottom: 12px;
}

.lh-26 {
	line-height: 26px;
}

.lh-28 {
	line-height: 28px;
}

.lh-30 {
	line-height: 30px;
}

.lh-32 {
	line-height: 32px;
}

.lh-34 {
	line-height: 34px;
}

.lh-36 {
	line-height: 36px;
}

/* Login/Signup Page */

.login-top {
    background: #6668df;
    height: 220px;
}

.logo-section {
    text-align: center;
    padding: 60px 20px 0;
}

.logo-section img {
    text-align: center;
    display: inline-block;
    width: 60px;
    margin-bottom: 30px;
}

.login-bottom {
	position: relative;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 2px 3px #efefef !important;
    margin-top: -85px;
	border: 1px solid #e6e6e6!important;
}

.link-color {
	color: #0d6efd !important;
}

.link-color:hover {
	text-decoration: underline !important;
	color: #135cc7 !important;
}

.bb-color {
	color: #da2f42 !important;
}

.bb-color:hover {
	color: #135cc7 !important;
}

.or-text {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: -15px;
    left: 30%;
    right: 30%;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    padding: 5px;
}

.social-icons li {
    display: inline-block;
}

.social-btn {
    background: #efefef;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
}

.social-btn img {
    width: 18px;
}

.fb-bg {
	background-color: #1877f2 !important;
}

.tw-bg {
	background-color: #1da1f2 !important;
}

.go-bg {
	background-color: #ea4335 !important;
}

.ld-bg {
	background-color: #0077b5 !important;
}

.back-btn {
    position: absolute;
    top: 0;
    padding: 1rem;
    font-size: 20px;
}

/* Get Started Page */

.landing-page-skip .zindex {
    right: 0;
    z-index: 9;
}

.btn-outline-primary {
    color: #da2f42 !important;
    border-color: #da2f42 !important;
}

.btn-outline-primary:hover {
	color: #ffffff !important;
	background: #da2f42 !important;
	border-color: #da2f42 !important;
}

.landing-page-skip .landing-item {
    padding: 0px 20px;
}

.landing-page-skip .img-fluid {
    max-height: 230px;
	width: auto !important;
}

/* Product Rating and Reviews Page */

.rating-step {
    display: flex;
    align-items: center;
    width: 100%;
}

.rating-line-bg {
    width: 75%;
    height: 8px;
    background: #e2dbdb;
    border-radius: 10px;
    margin: 0 10px;
}

.rating-line {
    background: #000;
    position: absolute;
    height: 8px;
    border-radius: 10px;
}

.rc-5 {
	width: 25px;
	background: #da2f42;
}

.rc-4 {
	width: 15px;
	background: #da2f42;
}

.rc-3 {
	width: 25px;
	background: #da2f42;
}

.rc-2 {
	width: 0;
	background: #da2f42;
}

.rc-1 {
	width: 5px;
	background: #da2f42;
}

.custom-icon {
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #e2dbdb;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
	display: inline-block;
}

.rv-lk li {
    display: inline-block;
    margin-right: 5px;
}

.rv-lk li:last-child {
    margin-right: 0;
}


.main-page-pd {
    padding-bottom: 100px;
}

.landing-page .btn-wrap {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0 30px;
}

.landing-page .main-page-pd img {
    z-index: 1;
	-webkit-animation: pulse 1s infinite;
    animation: pulse 1s infinite;
}

.onboard-slider {
    padding-top: 85px;
}

.landing-page-skip .gbtn-wrap {
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    line-height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 10px;
}