#stockanddelivery > .col-sm-4, #filter > .col-sm-4, #category_filter > .col-sm-4 {
	width: 50%;
}

#category_filter > .col-sm-2 {
	width: 25%;
}


#accountfooter .dropdown-menu {
	box-shadow: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	left: 0;
	right: 0;
	top: auto;
	bottom: 58px;
	z-index: 1001;
	padding: 12px;
}

#mobileMenu .pCount {
	right: 15%;
}

#mobileMenu {
	position: sticky;
	bottom: 0;
	bottom: env(safe-area-inset-bottom);
	height: 58px;
	background-color: #fff;
	border-top: 1px solid #adaeb0;
	z-index: 1001;
	width: 100%;
	display: flex;
	align-items: center;
	color: #888;
	padding-left: 12px;
	padding-right: 12px;
}

#accountfooter h2 {
	color: #333;
	line-height: 48px;
}

#mobileMenu .dropdown {
	position: static;
}

#mobileMenu>*, #mobileMenu>div>a, #mobileMenu>div>div>a {
	color: #888;
	text-align: center;
	line-height: 1;
	font-weight: 500;
	font-size: 11px;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}

#header_wrapper .container>a.header_logo {
	padding: 0;
}

#header_wrapper .container {
	height: 60px;
	position: relative;
}

#header_wrapper .container>a#search_head {
	padding-right: 6px;
}

#search {
	position: fixed;
	left: 0;
	right: 0;
	top: -60px;
	bottom: 0;
	background-color: #199fff;
	margin: 0;
	padding-right: 50px;
	border-bottom: none;
	height: 60px;
	padding-left: 12px;
	transition: .25s ease-in-out;
	z-index: 102;
	display: flex;
	align-items: center;
}

#search .searchForm {
	flex-grow: 1;
}

#search input {
	font-size: 16px;
}

#search.active {
	transform: translateY(60px);
}

#searchClose {
	display: inline;
	position: absolute;
	right: 12px;
	line-height: 60px;
	top: 0;
	color: #fff;
	font-size: 28px;
}

#mobileMenu a:focus, #mobileMenu a.active {
	color: #008FF5;
}

.header_logo {
	flex-grow: 1;
}

.header_logo img {
	margin-left: auto;
	margin-right: auto;
}

#cartpanel {
	display: none;
}

.isOpen .innerW[style] {
	left: 6px !important;
	right: 6px !important;
}

.hitAmount {
	flex-basis: auto;
}

.listThumb .product_image {
	float: left;
	width: 118px;
	flex: none;
}

.listThumb .product_buy .bText{
	font-size:0;
	display: none;
}

.listThumb .product_buy .bIcon {
	vertical-align: middle;
	font-family: "icomoon";
	display: inline;
	text-transform: none;
	letter-spacing: normal;
	position: relative;
	word-wrap: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.listThumb .product_buy .bIcon:before {
	content: "\e938";
	font-size: 24px;
}

#filterbox .connectedRight .dropdownH {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-right: 0;
}

#filterbox .connectedLeft .dropdownH {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	margin-left: 0;
}

.type_sort_filter {
	flex-wrap: wrap;
}

#body>.container {
	width: 100%;
	overflow-x: hidden;
}

#shipInvInfo .btnWrapper {
	margin-bottom: 12px;
}

.mt_whitebox_list .lh {
	width: auto;
	display: inline;
}

.mt_whitebox_list .lh::after {
	content: ": ";
}

.mt_whitebox_list .item_row .name {
	font-weight: bold;
	color: #333;
}

.mt_whitebox_list .delimiter {
	border: none;
	border-bottom: 1px dashed #DEDEDE;
	height: 1px;
	width: auto;
	float: none;
	padding-top: 12px;
	margin-bottom: 12px;
}

.mt_whitebox_list .item_row {
	height: auto;
	padding: 12px 0;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	margin-bottom: 12px;
}

.mt_whitebox_list .modal-dialog {
	margin: 0;
	height: 100%;
}

.mt_whitebox_list .modal-content {
	border-radius: 0;
	height: 100%;
}

.mt_whitebox_list .modal-body {
	overflow-x: scroll;
	height: 100%;
	padding-top: 66px;
	padding-left: 12px;
	padding-right: 12px;
}

.mt_whitebox_list .item_row>div {
	padding: 0 12px;
}

.mt_whitebox_list .availability span:nth-child(2) {
	color: #888;
}

#fetch {
	padding-bottom: 0;
}

.mt_whitebox_list .item_name .light_grey {
	font-size: 14px;
}

.mt_whitebox_list .availability, .mt_whitebox_list .price,
	.mt_whitebox_list .opening_hours, .mt_whitebox_list .interest {
	font-size: 14px;
}

.mt_whitebox_list .price {
	background-color: #F7F7F7;
	border: 1px solid #F0F0F0;
	border-radius: 6px;
	line-height: 42px;
	text-align: right;
	margin: 0 12px;
	margin-top: 12px;
}

.mt_whitebox_list .price .delimiter {
	display: none;
}

.mt_whitebox_list .nameWrapper {
	margin-left: 0;
	padding-right: 40px;
}

.mt_whitebox_list .price .free {
	font-weight: bold;
}

.mt_whitebox_list .price .lh {
	float: left;
}

.mt_whitebox_list .item_name .yellowball, .mt_whitebox_list .item_name .greenball
	{
	position: absolute;
	right: 6px;
	top: 0;
	left: auto;
}

.mt_whitebox_list .item_name .yellowball:before, .mt_whitebox_list .item_name .greenball:before
	{
	right: 2px;
	top: 4px;
}

.mt_whitebox_list .availability .greenball {
	left: -2px;
	margin-right: 0.2em;
}

.mt_whitebox_list .modal-header {
	background: #333333;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 5000;
	height: 52px;
	line-height: 52px;
	padding: 0;
	border-radius: 0;
}

.mt_whitebox_list .modal-title {
	font-weight: bold;
	line-height: 50px;
	font-size: 17px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 32px;
}

.mt_whitebox_list .close {
	float: left;
	text-shadow: none;
	color: #F9993A;
	opacity: 0.54;
	font-size: 24px;
	line-height: 50px;
	height: 50px;
	padding-left: 20px;
	padding-right: 12px;
	margin: 0;
}

.mt_whitebox_list .close:before {
	content: "\e314";
}

.mt_whitebox_list .modal-footer {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 5000;
	height: 52px;
	line-height: 52px;
	padding: 0;
}

.dEWrapper .mt_whitebox_list {
	padding-top: 12px;
}

.mt_whitebox_list {
	height: 100%;
}

.mt_whitebox_list .modal-footer button {
	width: 100%;
	height: 100%;
	border-radius: 0;
}

.item_row_line {
	margin-left: 0;
	margin-right: 0;
}

.mt_whitebox_list .close {
	background: none;
}

#mobileCarousel {
	height:345px;
}

.ad_obj_wrapper {
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 16px;
}

.ad_obj_wrapper:has(.mProductList.carouselv) {
	height: auto;
}

#storesPage .row > div {
	flex-basis: 50%;
}

#mobileCarousel .swiper-slide img {
	pointer-events: none;
}

.mFeature_bottom_mobile {
	bottom: 0;
	top: auto;
	transform: translateY(0);
}

.mFeature_top_mobile {
	top: 0;
	bottom: auto;
	transform: translateY(0);
}

.mFeature_middle_mobile {
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}

.mFeature_left_mobile {
	left: 0;
	right: auto;
	transform: translateX(0);
}

.mFeature_right_mobile {
	right: 0;
	left: auto;
	transform: translateX(0);
}

.mFeature_center_mobile {
	left: 50%;
	right: auto;
	transform: translateX(-50%);
}

.mFeature_align_left_mobile {
	text-align: left;
}

.mFeature_align_center_mobile {
	text-align: center;
}

.mFeature_align_right_mobile {
	text-align: right;
}

.mFeature_width10_mobile {
	width:10%;
}

.mFeature_width20_mobile {
	width:20%;
}

.mFeature_width30_mobile {
	width:30%;
}

.mFeature_width40_mobile {
	width:40%;
}

.mFeature_width50_mobile {
	width:50%;
}

.mFeature_width60_mobile {
	width:60%;
}

.mFeature_width70_mobile {
	width:70%;
}

.mFeature_width80_mobile {
	width:80%;
}

.mFeature_width90_mobile {
	width:90%;
}

.mFeature_width100_mobile {
	width:100%;
}

