@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;500;600;700;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/**
 * Reset start
 */


.bmo * {
	box-sizing: border-box;
}

.bmo a {
	text-decoration: none;
	color: var(--bmo-primary-color);
}

.bmo a:hover {
	text-decoration: none !important;
}

.bmo li,
.bmo ol,
.bmo ul {
	list-style: none;
}

.bmo button,
.bmo dd,
.bmo dl,
.bmo dt,
.bmo h1,
.bmo h2,
.bmo h3,
.bmo h4,
.bmo h5,
.bmo h6,
.bmo label,
.bmo li,
.bmo ol,
.bmo p,
.bmo table,
.bmo tbody,
.bmo thead,
.bmo ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-transform: none;
}

.bmo .bmo-button,
.bmo button {
	background: none;
	padding: 0 0.8rem;
	font-size: 1em;
	border: none;
	outline: none;
	color: #333333;
	cursor: pointer;
}

.bmo button:hover {
	background: none;
	border: none;
	color: #333333;
}

.bmo select {
	background: none;
	height: 35px;
	line-height: 35px;
	font-size: 1em;
	padding: 0 1rem;
	background-color: #ffffff;
	width: 200px;
}

.bmo table {
	font-size: 1em;
}

.bmo table td,
.bmo table th {
	padding: 0.8rem;
	line-height: normal;
	font-size: 1em;
}

.bmo h1,
.bmo h2,
.bmo h3,
.bmo h4,
.bmo h5,
.bmo h6 {
	font-weight: 600;
}


/**
 * Reset end
 */


/**
 * Common start
 */

.bmo {
	max-width: none !important;
	margin: 0 !important;
	font-size: 15px;
	/* font-family: 'Open Sans', sans-serif;*/
	font-family:'Inter', sans-serif  !important;
	color: #545454;
}

.bmo-content-wrap {
	flex-wrap: wrap;
	display: flex;
}

.bmo-page-content,
.bmo-content-main,
.bmo-content-intro,
.bmo-content-top-inner {
	max-width: 1000px;
	margin: auto;
	position: relative;
	clear: both;
}

.bmo-page-content {
	padding-bottom: 40px;
}

.quantity .bmo-qty-decrement,
.quantity .bmo-qty-increment {
	display: none;
}

.bmo .bmo-mini-cart-content .quantity {
	border: 1px solid #cccccc;
	max-width: none;
	border: 1px solid #cccccc;
	width: 107px;
	/* display: inline-block; */
	background-color: #ffffff;
	float: left;
}

.bmo .quantity label {
	display: none;
}

.bmo .quantity .bmo-qty-decrement,
.bmo .quantity .bmo-qty-increment {
	display: block;
	border: none;
	background: none;
	outline: none;
	padding: 0;
	height: 35px;
	line-height: 35px;
	color: #1574f5;
	width: 35px;
	font-size: 17px;
	text-align: center;
	font-weight: 600;
	float: left;
}

.bmo .quantity .qty {
	border: none;
	display: inline-block;
	outline: none;
	background: none;
	width: 35px;
	text-align: center;
	padding: 0 5px;
	height: 35px;
	line-height: 35px;
	margin: 0;
}

.bmo .quantity .qty::-webkit-inner-spin-button,
.bmo .quantity .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.bmo .quantity .qty[type=number] {
	-moz-appearance: textfield;
}

@keyframes placeHolderShimmer {
	0% {
		background-position: -468px 0
	}

	100% {
		background-position: 468px 0
	}
}

.bmo-menu-loading>li {
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

.bmo-menu-loading>li>.bmo-loading-item {
	height: 60px;
	width: 50%;
	border-right: 7.5px solid #ffffff;
	background: #F6F6F6;
	margin: 10px 0;
	padding: 0 15px;
	display: block;
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: placeHolderShimmer;
	animation-timing-function: linear;
	background: #F6F6F6;
	background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
	background-size: 800px 104px;
}

.bmo-menu-loading>li>.bmo-loading-item:nth-child(even) {
	border-right: none;
	border-left: 7.5px solid #ffffff;
}

/**
 * Common end
 */


/**
 * Header start
 */

.bmo-header {
	margin-bottom: 50px;
	clear: both;
}

.bmo-header.bmo-has-banner {
	margin-bottom: 115px;
	width: 100%;
	position: relative;
}

.bmo-content,
.bmo-header.bmo-has-banner .bmo-banner-wrap .bmo-banner {
	width: 100%;
}

.bmo-header .bmo-logo-wrap {
	box-shadow: 0 0 15px 0 #ccc;
	text-align: center;
	width: 180px;
	background: #fff;
	margin: auto;
	padding: 15px;
}

.bmo-header.bmo-has-banner .bmo-logo-wrap {
	position: absolute;
	right: 0;
	left: 0;
	bottom: -75px;
}

.bmo-header.bmo-has-banner .bmo-logo-wrap .bmo-logo {
	width: 100%;
	display: inline-block;
}


/**
 * Header end
 */


/**
 * Category Menu & Search start
 */

.bmo-content-top {
	background: #ffffff;
	padding: 15px 0;
	margin-bottom: 15px;
	min-height: 50px;
}

.bmo-fixed .bmo-content-top {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 350px);
	z-index: 99;
}

.bmo-content-top .bmo-categories {
	display: flex;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    overflow-x: auto;
    transition: scroll-right 0.5s ease;
    scroll-behavior: smooth;
}
.bmo-categories::-webkit-scrollbar {
    display: none;
  }

.bmo-content-top .bmo-categories li {
	font-weight: 600;
    padding: 0.375rem 0.75rem;
    cursor: pointer;
    position: relative;
    margin: 0 0 0 20px;
}

.bmo-content-top .bmo-categories li a {
	color: #0a3847;
	text-decoration: none;
	font-size: 1em;
}

.bmo-search-wrap {
	display: none;
}

.bmo-search-wrap.active {
	display: block;
}

.bmo .bmo-button-show-search {
	font-size: 1em;
}

.bmo .bmo-button-show-search img {
	width: 18px;
}

.bmo .bmo-search-input {
	padding: 0.55rem 0.5rem 0.55rem 2.6rem;
	width: 100%;
	height: 50px;
	background: #ffffff;
	margin: 0;
	border-radius: 7px;
	border: 1px solid #e2e2e2;
	font-size: 1rem;
}

.bmo-search-wrap.active {
	flex-grow: 1;
	position: absolute;
	width: 97%;
	top: 7px;
	left: 50%;
	z-index: 9;
	box-sizing: border-box;
	transform: translateX(-50%);
}

.bmo .bmo-button-hide-search {
	position: absolute;
	left: 0;
	top: 4px;
	padding: 0.5rem 1.3rem;
}


/**
 * Category Menu & Search end
 */


/**
 * Categories and Products start
 */

.bmo-category-thumb-wrap {
	overflow: hidden;
	max-width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin-bottom: 10px;
	background: var(--bmo-cc-header-bg,#fff);
}

.bmo-category-thumb {
	width: 100%;
	max-height: unset;
	min-height: 204px;
}


.bmo-category-menus h3{
    font-size: 22px;
    margin-bottom: 8px;
    line-height: 30px;
	font-weight: 700;
}
.bmo-category-menus p.bmo-category-desc {
    margin-bottom: 8px;
    font-size: 13px;
}

.bmo-category-menus .bmo-menu-item {
	display: flex;
	padding: 15px;
	border: 1px solid #E2E2E2;
	margin-bottom: 30px;
	position: relative;
	flex-wrap: wrap;
	transition: .3s;
	cursor: pointer;
	border-radius: var(--bmo-border-radius);
}

.bmo-category-menus .bmo-menu-item:hover {
	background: #f5f5f5;
	border-color: #c1c1c1;
}

.bmo-menu-left {
	flex-grow: 1;
	flex-direction: column;
	justify-content: space-between;
	display: flex;
	width: 75%;
}

.bmo-menu-left .bmo-menu-title {
	font-size: 1em;
	margin-bottom: 5px;
	font-weight: 600;
}

.bmo-menu-left .bmo-menu-description {
	font-size: 0.9em;
	margin-bottom: 10px;
	font-weight: 400;
}

.bmo-menu-left .bmo-price-view {
	font-size: 1rem;
}

.bmo-price-view span.bmocart-Price-amount.amount {
	font-weight: 400;
	color: #000000;
	font-size: 1rem;
}

.bmo-options .bmo-options-wrap {
	display: none;
}

.bmo-options.active .bmo-options-wrap {
	display: block;
}

.bmo-menu-right {
	/* width: 20%;
	text-align: right; */
	width: 100px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: var(--bmo-border-radius);
}

.bmo-menu-right .added_to_cart {
	display: none;
}

.bmo-menu-right img {
	max-width: 100%;
	width: unset;
	border-radius: 8px;
	min-height: 80px;
	border-radius: 0px;
}

.bmo-menu-right .add_to_cart_button {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.5em 0.7em;
	background-color: #1574f5;
	font-weight: normal;
	border-radius: 0;
	color: #ffffff;
	border: none;
	box-shadow: -2px 3px 10px 3px #00000014;
}

.bmo .single_add_to_cart_button,
.bmo .single_add_to_cart_button:hover {
	height: 37px;
	color: #ffffff;
	background: #1574f5;
	font-weight: 600;
	line-height: 37px;
	margin-left: 10px;
	padding: 0px 20px;
	text-decoration: none;
	box-shadow: 0 3px 9px 4px #3a3a3a30;
	transition: 0.3s;
}

.bmo-mini-cart-content .bmocart-mini-cart__buttons .checkout,
.bmo .single_add_to_cart_button:hover {
	box-shadow: none;
}

.bmo-product-detail {
	width: 100%;
}

.bmo-product-detail-content {
	margin: 0 -15px -15px;
}

.bmo-product-detail .variations_form {
	padding: 15px;
	display: block;
	background: #f9f7f5;
	margin-top: 15px;
	border-top: 1px solid #e2e2e2;
}

.bmo-product-detail .variations {
	margin: 15px 0;
}

.bmo-product-detail .variations td {
	border: none;
}

.bmo-product-detail .variations .label {
	width: 150px;
}

.bmo-product-detail .variations .label label {
	padding: 0;
}

.bmo-product-detail .bmocart-variation-price .price {
	font-size: 1.2em;
	margin-bottom: 10px;
	display: block;
	font-family: inherit;
	font-weight: 600;
}

/**
 * Categories and Products end
 */


/**
 * Mini Cart start
 */

.bmo-mini-cart {
	position: fixed;
	right: 0;
	top: 0;
	width: 350px;
	background: #ffffff;
	overflow-y: auto;
	height: 100vh;
	box-shadow: 0 0 15px 0 #ccc !important;
	z-index: 999;
	overflow: hidden;
}

.bmo-mini-cart .mini-cart-title {
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}

.bmo-mini-cart {
	padding: var(--bmo-space) var(--bmo-space-sm);
}

.bmo .bmo-cart-item-remove-link{
	color: var(--bmo-secondary-color);
	padding: 0 0.6rem 0 0rem;
}

.bmo .bmo-empty-basket {
    text-align: center;
    margin-top: var(--bmo-vertical-space);
    padding-top: var(--bmo-vertical-space);
    font-size: 1rem;
    font-weight: 600;
    opacity: .5;
}

.bmo .bmo-empty-basket img {
    width: 160px;
	display: inline-block;
}

.bmo-mini-cart-content .bmocart-mini-cart__empty-message:before {
	content: '';
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
	margin-bottom: 15px;
	background: url(../images/empty-cart-placeholder.png) center no-repeat;
	background-size: 200px;
}

.bmo .bmo-mini-cart-item-table {
	margin: 20px 0;
}

.bmo .bmo-mini-cart-item-table td {
	vertical-align: top;
	border: none;
	padding: 10px 2px;
	border-bottom: 1px solid #e2e2e2
}

.bmo-cart-item-title {
	font-size: 0.9em;
	font-weight: 600;
}

.bmo-cart-item-title span {
	font-weight: 400;
}

.bmo-cart-item-detail .variation dt {
	float: left;
	clear: both;
	margin-right: .25rem;
	margin-top: 0;
	list-style: none outside;
	font-weight: 400;
}

.bmo-cart-item-detail .variation dd {
	margin: 0;
}

.bmo .bmo-mini-cart-item-table .variation {
	font-size: 0.8em;
	padding-left: 11px;
}

.bmo .bmo-mini-cart-item-table .bmo-cart-item-quantity {
	width: 85px;
}

.bmo .bmo-mini-cart-item-table .quantity {
	width: 77px;
	float: right;
}

.bmo .bmo-mini-cart-item-table .quantity .qty {
	height: 25px;
	line-height: 25px;
	width: 25px;
	font-size: 0.8em;
}

.bmo .bmo-mini-cart-item-table .quantity .bmo-qty-decrement,
.bmo .bmo-mini-cart-item-table .quantity .bmo-qty-increment {
	height: 25px;
	line-height: 25px;
	width: 25px;
}

.bmo .bmo-cart-item-price {
	text-align: right;
	font-weight: 600;
}

.bmo-mini-cart-content .bmo-mini-cart__total {
	font-size: 1em;
	color: #0a3847;
}

.bmo-mini-cart-content .bmocart-mini-cart__total .bmocart-Price-amount {
	float: right;
	font-size: 1em;
	font-weight: 600;
}

.bmo-mini-cart-content .bmocart-mini-cart__buttons .button {
	display: none;
}

.bmo-mini-cart-content .bmocart-mini-cart__buttons .checkout {
	display: block;
	background-color: #1574f5;
	font-size: 1em;
	text-align: center;
	color: #fff;
	padding: 0 15px;
	font-weight: 600;
	border-radius: 0;
	box-shadow: 0 3px 9px 4px #3a3a3a30;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	text-transform: none;
}

.bmo-mini-cart-content .bmocart-mini-cart__buttons .checkout:hover {
	text-decoration: none;
}

.bmo-mini-cart-content p.bmocart-mini-cart__empty-message {
	font-size: 12px;
	text-align: center;
}

/* .bmo-mini-cart-mobile-wrap {
	display: none;
	width: 100%;
	background-color: #1574f5;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 15px;
	cursor: pointer;
} */

.bmo-mini-cart-count,
.bmo-mini-cart-total {
	display: inline-block;
}

.bmo-mini-cart-total .bmocart-Price-amount.amount {
	color: #fff;
}

.bmo .bmo-banner-wrap {
	max-height: 350px;
	overflow: hidden;
}

.bmo .bmo-intro-content {
	padding-bottom: 1em;
}

.bmo .bmo-intro-content .bmo-heading {
	font-size: 28px;
	margin-top: 24px;
	margin-bottom: 12px;
}

.bmo .bmo-intro-content .bmo-description {
	margin-bottom: 1rem;
}

.bmo .bmo-intro-content .bmo-tags {
	display: flex;
	margin-bottom: 16px;
}

.bmo .bmo-intro-content .bmo-tag {
	padding: 5px 10px;
	margin-right: 5px;
	background-color: #f3f3f3;
	border-radius: 8px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
}

.bmo-modal {
	position: fixed;
	background: #0000002b;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
}

.bmo-modal-dialog {
	max-width: 600px;
	background: #ffffff;
	margin: 5% auto auto;
	border-radius: var(--bmo-border-radius);
	box-shadow: 0 1rem 3rem #0000002d;
}

.bmo-modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-clip: padding-box;
	outline: 0;
}

.bmo-modal .bmo-modal-header {
	border-bottom: 1px solid #eeeeee;
	padding: 20px 25px;
	align-items: flex-start;
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
}

.bmo-modal .bmo-modal-header h3 {
	font-size: 1.3rem;
}

.bmo-modal .bmo-close-icon {
	font-size: 1.2rem;
	cursor: pointer;
	width: 34px;
	height: 34px;
	background: #f3f3f3;
	text-align: center;
	line-height: 34px;
	border-radius: 50%;
}

.bmo-modal .bmo-modal-body {
	padding: 20px 25px;
	position: relative;
	flex: 1 1 auto;
}

.bmo-modal .bmo-modal-body .bmo-form-choices,
.bmo-modal .bmo-modal-body .bmo-form-group,
.bmo-modal .bmo-modal-body .bmo-radio-group {
	margin-bottom: 20px;
}

.bmo-modal .bmo-modal-body .bmo-schedule {
	text-align: center;
}


.bmo .bmo-btn-secondary {
	color: #fff;
	background-color: var(--bmo-cc-icons-bg, #000);
	border-color: var(--bmo-cc-icons-bg, #000);
	color: var(--bmo-cc-icons-color, #fff);
}


.bmo .bmo-btn-lg {
	padding: 1rem 1.8rem;
	font-size: 1rem;
	text-transform: uppercase;
}


.bmo-modal .bmo-btn {

	background-color: var(--bmo-cc-icons-bg, #000);
	border-color: var(--bmo-cc-icons-bg, #000);
	color: var(--bmo-cc-icons-color, #fff);
	font-size: 1em;
	text-align: center;
	font-weight: 600;
	margin-top: 10px;
	line-height: 1.4;
	border-radius: 7px;
}

.bmo-modal .bmo-btn:hover {
	background-color: var(--bmo-cc-icons-bg, #000);
	border-color: var(--bmo-cc-icons-bg, #000);
	color: var(--bmo-cc-icons-color, #fff);
}

.bmo-modal .bmo-modal-footer {
	border-top: 1px solid #eeeeee;
	display: flex;
	justify-content: space-between;
	padding: 20px 25px;
	align-items: flex-start;
	flex-shrink: 0;
	flex-wrap: wrap;
}

.bmo-modal .bmo-select {
	padding: 0 0 0 1%;
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	box-sizing: content-box;
	display: block;
	position: relative;
	width: 99%;
	min-height: 40px;
	text-align: left;
	color: #35495e;
	background: #fff;
	font-size: 14px;
}

.bmo-location-modal .bmo-radio-group {
	padding: 8px;
	margin-bottom: 20px;
	background: #f3f3f3;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
}

.bmo-location-modal .bmo-radio-group>span {
	font-size: 1.1rem;
}

.bmo-radio-group .bmo-radio-active>span {
	color: var(--bmo-secondary-color);
}

.bmo-location-modal .bmo-button-disabled{
	background: rgb(169, 168, 168) !important;
	color: #fff !important; 
}

.bmo-location-modal .bmo-label-radio {
	padding: 8px;
	text-align: center;
	display: block;
	flex-grow: 1;
	flex-basis: 0;
	font-size: 0.85rem;
	cursor: pointer;
	border-radius: 25px;
	text-transform: capitalize;
}

.bmo-settings-container .bmo-radio-active,
.bmo-location-modal .bmo-radio-active {
	background: #fff;
	box-shadow: 0 0.25rem 1.75rem rgba(65, 69, 75, 0.1);
	opacity: 1;
}

.bmo-location-modal .bmo-label-radio [type=radio],
.bmo-settings-container .bmo-label-radio [type=radio] {
	display: none;
}

.bmo-menu-modal .bmo-modal-body {
	background: #f3f3f3;
	max-height: 400px;
	min-height: 50vh;
	overflow-y: auto;
}

.bmo-menu-modal .bmo-choice-item {
	margin-bottom: var(--bmo-vertical-space-sm);
	padding-bottom: var(--bmo-vertical-space-sm);
	border-bottom: 1px solid #ddd;
}

.bmo-menu-modal .bmo-choice-name {
	font-weight: 600;
	font-size: 1rem;
	margin-bottom: 8px;
}

.bmo-menu-modal .bmo-choice-options {
	padding: 0 8px;
}

.bmo-menu-modal .bmo-choice-option {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	cursor: pointer;
}

.bmo-menu-modal .form-check {
	display: block;
	min-height: 1.5rem;
	padding-left: 1.5em;
	margin-bottom: 0.125rem;
}

.bmo-menu-modal .bmo-choice-input[type=radio] {
	border-radius: 50%;
	float: left;
	margin-left: -1.5em;
	width: 1em;
	height: 1em;
	margin-top: 0.25em;
	vertical-align: top;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border: 1px solid rgba(0, 0, 0, 0.25);
}

.bmo-menu-modal .bmo-modal-footer {
	display: flex;
	justify-content: space-between;
}

.bmo-menu-modal .bmo-cart-qty {
	display: flex;
}

.bmo-modal-body .bmo-form-label {
	font-weight: 600;
	margin-bottom: 8px;
	font-size: 1rem;
}

.bmo-modal-body .bmo-form-control {
	height: 150px;
	resize: none;
	min-height: calc(1.5em + 0.75rem + 2px);
	padding: 14px 15px;
}

.bmo-modal-body textarea.bmo-form-control {
	background: #ffffff;
	border: 1px solid #e2e2e2;
	color: #232226;
	outline: none;
	box-shadow: none;
	border-radius: 7px;
	font-size: 0.9rem;
	line-height: 1.3;
	width: 100%;
}

.bmo .quantity .bmo-qty-decrement,
.bmo .quantity .bmo-qty-increment,
.bmo .bmo-cart-qty-btn {
	background-color: #f3f3f3;
	border-radius: 5px;
	font-size: 1rem;
	width: 24px;
	height: 24px;
	padding: 0;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: .2s ease-in-out;
	border: none;
}

.bmo .bmo-menu-modal .bmo-cart-qty-btn {
	width: 56px;
	height: 56px;
	font-size: 1.4rem;
}

.bmo .quantity .qty,
.bmo .bmo-menu-qty {
	width: 28px;
	background-color: #fff;
	border: 0;
	font-size: .85rem;
	padding: 0px 1px;
	line-height: inherit;
	outline: 0;
	height: auto;
	text-align: center;
}

.bmo .bmo-menu-modal .bmo-menu-qty {
	width: 56px;
	font-size: 1.3rem;
	font-weight: 600;
}

.bmo .bmo-settings-container {
	font-size: 1em;
}

.bmo .bmo-location-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #f3f3f3;
	padding: 10px;
	border-radius: 25px;
	margin-top: var(--bmo-vertical-space-sm);
	font-weight: 600;
	cursor: pointer;
}

.bmo .bmo-location-title span {
	color: var(--bmo-secondary-color);
}

.bmo .bmo-settings-container .mt-3 {
	margin-top: 1rem;
}

.bmo .bmo-settings-container .bmo-span {
	float: right;
	font-weight: 700;
}

.bmo .bmo-content-top-inner {
	display: flex;
	position: relative;
}

.bmo .bmo-settings-container .bmo-radio-group {
	padding: 4px;
	background: #f3f3f3;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
}

.bmo .bmo-settings-container .bmo-label-radio {
	text-align: center;
	display: block;
	flex-grow: 1;
	flex-basis: 0;
	font-size: 0.85rem !important;
	cursor: pointer;
	padding: 0.35rem 5px;
	border-radius: 25px;
}

/**
 * Mini Cart end
 */
 .bmo-cart-toggle-button-wrapper {
	display: none;
 }


@media only screen and (max-width: 900px) {


	.bmo-mini-cart-mobile-wrap {
		padding: 15px !important;
		text-align: center;
		display: flex;
    	justify-content: space-between;
	}

	.bmo-cart-toggle-button-wrapper {
		position: fixed;
		width: 100%;
		left: 0;
		padding: 15px;
		background: #fff;
		border: none;
		bottom: 0;
		z-index: 1;
		display: block;
	}

	.bmo-mini-cart {
		width: 100%;
		bottom: 0;
		top: 0;
		height: 100vh;
		transform: translateY(100%);
		transition: all 0.4s;
	}

	.bmo-mini-cart.active {
		transform: translate(0px, 0px);
	}

	.bmo {
		width: 100% !important;
	}

	.bmo-header.bmo-has-banner {
		margin-bottom: 100px;
	}

	.bmo-header.bmo-has-banner .bmo-logo-wrap {
		width: 120px;
	}

	.bmo-fixed .bmo-content-top {
		width: 100%;
	}

}

/**
 * skin 2
 */

@media only screen and (min-width: 900px) {

	.bmo-body {
		width: calc(100% - 350px);
		font-family: 'Open Sans', sans-serif;
	}

	.bmo-skin-2 {
		width: 100%;
	}

	.bmo-skin-2 .bmo-page-content,
	.bmo-skin-2 .bmo-content-wrap {
		max-width: 1200px;
		margin: auto;
	}

	.bmo-skin-2 .bmo {
		width: 100%;
	}

	.bmo-skin-2 .bmo .bmo-content {
		width: 70%;
		display: flex;
		flex-wrap: wrap;
	}

	.bmo-skin-2 .bmo .bmo-content-top {
		width: 27%;
		background: none;
		padding: 0 15px;
	}

	.bmo-skin-2 .bmo .bmo-content-main {
		width: 73%;
	}

	.bmo-skin-2 .bmo .bmo-content-top .bmo-categories {
		margin: 0;
		margin-top: 15px;
	}

	.bmo-skin-2 .bmo-content-top .bmo-categories li {
		margin: 0;
		display: block;
	}

	.bmo-skin-2 .bmo-content-top .bmo-categories li a {
		padding: 5px 0;
		display: block;
	}

	.bmo-skin-2 .bmo .bmo-button-show-search {
		top: 10px;
		left: 5px;
	}

	.bmo-skin-2 .bmo .bmo-search-wrap,
	.bmo-skin-2 .bmo .bmo-search-wrap.active {
		position: relative;
		display: block;
		top: 0
	}

	.bmo-skin-2 .bmo .bmo-fixed .bmo-content-top {
		position: relative;
	}

	.bmo-skin-2 .bmo .bmo-mini-cart {
		position: relative;
		width: 30%;
		box-shadow: none !important;
		padding: 0 15px;
	}

	.bmo-skin-2 .bmo-mini-cart-content-wrap {
		border: 1px solid #e2e2e2;
	}

	.bmo-skin-3 .bmo-category-menus>ul {
		display: flex;
		margin: 0 -10px;
		flex-wrap: wrap;
	}

	.bmo-skin-3 .bmo-category-menus .bmo-menu-loading>li {
		width: 100%;
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		padding-right: calc(var(--bs-gutter-x) * 0.5);
	}

	.bmo-skin-3 .bmo-category-menus>ul .bmo-menu-item-wrap {
		width: 50%;
		padding-left: calc(var(--bs-gutter-x) * 0.5);
		padding-right: calc(var(--bs-gutter-x) * 0.5);
	}

}


/* new stylings */

.bmo-categories-wrapper {
    padding: 15px;
    background: var(--bmo-cc-header-bg, #fff);
    color: var(--bmo-cc-header-color, #000);
}
.bmo-fixed-header {
	position: fixed !important;
	top: 0px;
	left: 0px;
	width: calc(100vw - 366px);
	z-index: 1;
}

.bmo-header{
	margin-bottom: 0px !important;
}
.bmo .bmo-header-button{
    color: var(--bmo-cc-header-color, #000);
}
.bmo .bmo-header-button:hover{
    color: var(--bmo-cc-header-color, #000);
}
.bmo-category-menus h3 {
	font-size: 22px;
	margin-bottom: 8px;
	line-height: 1;
	font-weight: 700;
}
.bmo .bmo-banner-wrap {
	max-height: 200px;
	overflow: hidden;
	margin: 0;
	display: flex;
	align-items: center;
}
.bmo .bmo-banner-wrap img {
	min-height: 201px;
	width: 100%;
}
.bmo-header-detail {
	padding-bottom: 0px;
	background-color: var(--bmo-cc-header-bg,#fff);
	position: relative;
	box-shadow: 0px 7px 1rem rgba(65, 69, 75, 0.1) !important;
	color: var(--bmo-cc-header-color,#000);
}
.bmo-inner-container {
	max-width: 1000px;
	margin: auto;
}
.bmo-d-flex{
	display: flex !important;
}

.bmo-logo-url {
width: 130px;
height: 130px;
background-color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: var(--bmo-border-radius);
padding-left: 10px;
padding-right: 10px;
position: relative;
box-shadow: 0 0.25rem 1.75rem rgba(65, 69, 75, 0.1) !important;
margin-bottom: 1rem !important;
margin-top: 1rem !important;
margin-right: 1rem !important;
}
.bmo-logo-url img{
max-width: 100%;
}
.bmo-header-detail .bmo-header-content-wrapper{
	width: calc(100% - 151px);
 }
.bmo-header-detail .bmo-heading {
font-size: 28px;
margin-top: 1rem;
margin-bottom: 12px;
font-weight: 700;
color: inherit;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
line-height: 1;
}
.bmo-header-detail .bmo-descriptionn {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 45px;
	}
	.bmo-tags {
	display: flex;
	margin-bottom: 16px;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: nowrap;
	overflow: auto;
	}

.bmo-tags::-webkit-scrollbar {
	display: none;
  }
.bmo-tag {
padding: 5px 10px;
margin-right: 5px;
background-color: #f3f3f3;
border-radius: 8px;
font-weight: 600;
font-size: 12px;
color: #000;
}
.bmo-categories-wrapper {
position: relative;
display: flex;
}
.bmo-btn {
padding: 0.35rem 0.75rem;
font-size: 0.9rem;
line-height: 1.4;
font-family: inherit !important;
font-weight: 600;
border-radius: 7px;
box-shadow: rgba(30, 34, 40, 0.3490196078);
}

.bmo-categories {
	margin: 0;
	padding: 0;
	display: flex;
	list-style: none;
	white-space: nowrap;
	transition: .3s;
	overflow-x: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width: 100%;
	transition: scroll-right 0.5s ease;
	scroll-behavior: smooth;
}

.bmo-categories::-webkit-scrollbar {
	display: none;
  }

  .example {
	-ms-overflow-style: none;
	scrollbar-width: none;
  }
.bmo-categories .bmo-category-btn {
font-weight: 600;
padding: 0.375rem 0.75rem;
cursor: pointer;
margin-right: 10px;
}
.bmo-categories .bmo-category-btn.bmo-active-layout {
background-color: #000;
color: #ffffff;
border-radius: 50px;
}

.bmo-content-main{
padding-top: 20px !important;
}
.bmo-inner-extended {
    padding-top: 105px !important;
}

.bmo-location-modal .bmo-radio-active{
    color: #000;
    font-weight: 600;
}
.bmo-modal .bmo-modal-header h3{
    font-size: 1.75rem;
    font-weight:700;
}
.bmo-modal .bmo-select{
    color: #ADADAD;
}
.bmo .bmo-label-radio{
    font-weight:600;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th{
	background: #fff !important;
	border-color:#fff !important;
	color: #000 !important;
}
.xdsoft_datetimepicker.xdsoft_inline{
	border: none !important;
}

.bmo-close-button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 25px;
	top: 25px;
	padding: 5px;
	border-radius: 100%;
	box-shadow:0px 0px 5px 3px rgba(0, 0, 0, 0.078);
	cursor: pointer;
}

.bmo-hide-mobile-cart{
	display: none;
}

.bmo-single-category,
.bmo-single-category-details {
	margin-bottom: 16px;
}

.bmo .quantity .bmo-qty-decrement, .bmo .quantity .bmo-qty-increment{
	color: #000;
}

.bmo-menu-description,
.bmo-menu-title{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.bmo-menu-modal .bmo-menu-price{
	font-weight: 600;
    font-size: 1.1rem;
	margin-top: 10px;
}
.bmo-menu-modal .bmo-menu-price .bmo-menu-sale-price {
    display: flex;
    justify-content: space-between;
}

.bmo-menu-item span.bmo-icon-plus{
	display: none;
}

.bmo .bmo-menu-left .bmo-menu-title,
.bmo .bmo-menu-description,
.bmo .bmo-location-information,
.bmo-cart-item-name,
.bmo-modal .bmo-modal-header h3,
.bmo-modal .bmo-modal-header p{
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.bmo-modal-header .bmo-modal-header-content{
    width: 90%;
}

@media screen and (max-width: 900px){
	.bmo-banner-wrap{
		display: none !important;
	}
	.bmo-hide-mobile-cart{
		display: flex;
	}
    .bmo .bmo-d-flex{
        padding: 0px 12px
    }
    .shadow {
        box-shadow: 0 0.25rem 0.5rem rgba(65, 69, 75, 0.1) !important;
    }
    .bmo-content-main{
        padding-bottom: 70px;
        padding: 0px 12px;
    }
    .bmo-category-thumb-wrap{
    	height: 120px;
	}
    .bmo-category-thumb-wrap img{
    	min-height: 122px;
	}
	.bmo-category-menus .bmo-menu-item {
		flex-direction: column-reverse;
		padding: 0;
		display: flex;
		position: relative;
	}
	.bmo-menu-item .bmo-shadow{
		display: flex;
		justify-content: center;
	}
	.bmo-menu-left{
		padding:  12px;
		position: relative;
		width: 100%;
	}
	.bmo-menu-description,
	.bmo-menu-title{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	
	.bmo-menu-right {
		width: 100%;
		height: 115px;
		border-radius: 10px 10px 0px 0px;
	}
	.bmo-fixed-header{
		width: 100vw;
	}
	.bmo-search-wrap.active {
		left: 5px;
		right: 5px;
		transform: translateX(0);
	}

	.bmo-modal-dialog {
		margin-top: 0px;
		border-radius: 0px;
	}
	.bmo-modal-content {
		height: 100vh;
	}
	.bmo-location-modal .bmo-modal-body {
		height: calc(100vh - 190px);
	}
	.bmo-location-modal .bmo-radio-group {
		flex-direction: column;
	}
	.bmo-header-detail .bmo-d-flex{
		flex-direction: column;
		justify-content: center;
		text-align: center;
		align-items: center;
	}
	.bmo-header-detail .bmo-header-content-wrapper{
		width: 100%;
	}
	.bmo-logo-url {
		width: 90px;
		height: 90px;
		margin-bottom: 0rem !important;
		margin-right: 0rem !important;
	}
	.bmo-header-detail .bmo-heading {
		font-size: 25px;
		margin-top: 5px;
		margin-bottom: 0px;
		font-weight: 800;
		color: inherit;
		white-space: wrap;

	}
	.bmo-tags {
		flex-wrap: wrap;
		gap: 5px;
		justify-content: center;
		width: 100%;
	}
	.bmo-inner-extended {
		padding-top: 90px !important;
	}
	.bmo-tags .bmo-tag{
		margin: 0px;
	}

	.bmo .bmo-menu-modal .bmo-cart-qty-btn {
		width: 35px ;
		height: 35px;
		font-size: 1.4rem;
	}
	.bmo-menu-modal .bmo-modal-footer {
		align-items: center;
	}

	.bmo-menu-modal .bmo-modal-footer .bmo-btn{
		margin-top: 0px;
	}
	.bmo-menu-modal .bmo-modal-body {
		height: calc(100vh - 235px);
		max-height: unset;
	}
	.bmo-menu-item span.bmo-icon-plus {
		display: block;
		position: absolute;
		bottom: 15px;
		right: 15px;
		background: var(--bmo-cc-icons-bg,#000);
		color: var(--bmo-cc-icons-color,#fff);
		padding: 5px;
		border-radius: 5px;
	}

}