* {
  box-sizing: border-box;
  max-width: 600px;
}
*:focus {
    outline: none;
}

@font-face {
    font-family: intro;
    src: url('../fonts/intro.otf') format('opentype');
}
@font-face {
    font-family: InterMedium;
    src: url('../fonts/Inter-Medium.ttf') format('truetype');
}
@font-face {
    font-family: InterBold;
    src: url('../fonts/Inter-Bold.ttf') format('truetype');
}
@font-face {
    font-family: SFProTextRegular;
    src: url('../fonts/SFProText-Regular.otf') format('opentype');
}
@font-face {
    font-family: IntroDemoBlackCaps;
    src: url('../fonts/IntroDemo-BlackCaps.otf') format('opentype');
}


html,
body {
  -webkit-font-smoothing: antialiased;
  /* height: 100%; */
  padding: 0;
  width: 100%;
  margin: 0 auto;
  background-color: #F8F9F9 !important;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  /*font-size: 0.9rem !important;*/
}
::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}

input {
  border-radius: 0;
}

input[type=search] {
    outline-offset: inherit !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
    background:white;
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    margin-left: .4em;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
    cursor: pointer;
}
#butInstall {
    background: url(/images/install_dark.svg) center center no-repeat;
    position: absolute;
    right:20px;
    top: 45px;
    height: 25px;
    border: 0;
    width: 20px;
}
.dashedborders {
    border-style: dashed !important;
}
h1 {
  color: '#000';
}
p {
  color: '#0A0A0A';
}
#maincontainer {
    height:100%;
}
.fullscreen {
    height:100%;
}
.telinput {
    /* font-family:reset; */
    border:0;
    font-weight:normal;
    width:100%;
}
.terms {
    color: rgb(137,137,137);
}
.btn {
    color: #FFFFFF !important;
    text-align: center !important;
    border-radius: 0.6rem !important;
}
.btn-grey {
    background-color: #0003 !important;
}
.homepagebody {
    border:0;
    padding-bottom: 45px;
    font-weight:700;
}
.homepageheader {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 0px 15px 0 rgb(0 0 0 / 30%);
    padding-left:3%;
    padding-right:3%;
    padding-top:10px;
    position: fixed;
    width: 100%;
    top:0;
    z-index: 999;
}
.homepageheader h1 {
    text-align: center;
}
.sortingtd {
    line-height: 2em;
    text-align: center;
    font-weight: 500;
}
#footerdiv {
    /* height:45px; */
    position:fixed;
    bottom:0;
    background: white;
    width: 100%;
    border-top: 1px solid #cdcdcd;
}
#footerdiv > table td {
    text-align:center;
    width:25%;
}
#footerdiv > table img {
    height:30px;
}
.slideheader {
    height:55px;
    background-color: #ffffff;
    color: #000;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 0px 15px 0 rgb(0 0 0 / 30%);
    padding-left:5%;
}
.slideheader img {
    height: 16px;
    margin-right:7px;
}
.slidebody {
    padding-left:5%;
    padding:5%;
}
.otpinput {
    padding-bottom:5px; 
    width: 50px;
    max-width:21% !important;
    text-align: center;
    margin:3%;
    border: 0;
    font-weight: normal;
    background:none;
}
.errormsg {
    color:red;
    margin: 0;
}
.dropdownmenuparent {
    border: 1px solid #d1cece;
    padding: 2px;
    border-radius: 50%;
    box-shadow: 0 1px 0px 0 rgb(0 0 0 / 20%), 0 0px 2px 0 rgb(0 0 0 / 30%);
    height: 1.5rem;
    width: 1.5rem;
    position: relative;
}
.dropdownmenu {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gridtable {
    width: 100%;
}
.gridtable td {
    text-align: center;
    vertical-align: top;
    padding:10px;
}
.gridtable img {
    width: 100%;
}
.hidden {
    display:none;
}
#slidepopup {
    position: fixed;
    bottom: 0;
    width: 96%;
    background-color: white;
    left: 2%;
    border-radius: 20px 20px 0 0;
    display:none;
}
#popupheader {
    padding-top: 30px;
    padding-bottom: 5px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    color: white;
}
#slidepopup > table td {
    vertical-align:bottom;
}
#slidepopup > table tr:first-child > td {
    vertical-align:top;
}
#layover {
    width: 100%;
    height: 100%;
    position: fixed;
    background: black;
    top: 0;
    opacity: 0.5;
    display: none; 
}
.addrbtn {
    display: inline-block;
    margin-top: 15px;
    width: 90%;
    margin-left: 5%;
    border-radius: 10px;
    padding: 0 10px;
}
.addrbtn > table tr:first-child > td { 
    font-weight: bold;
}
.addrbtn > table tr:first-child td:first-child { 
    padding-right: 10px;
    vertical-align: middle !important;
}
.form-control {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 0px 15px 0 rgb(0 0 0 / 10%);
}
.maps {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 0px 15px 0 rgb(0 0 0 / 30%);
    width:100%; 
    border-radius: 15px;
}
.searchbtn {
    padding-left: 20px;
}
.backbtn {
    margin-right: 5px;
}
.subcats, .allcats {
    white-space: nowrap;
    overflow: auto;
    margin-right:10px;
    position:fixed;
    background-color: white;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    width: 100%;
}
.subcats::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.subcatlink, .catlink {
    margin-left: 25px;
    color: #727272;
    font-weight:bold;
    font-size: 1.2em;
}
.subcatlink:first-child, .catlink:first-child {
    margin-left: 10px;
}
.subcatlink:last-child, .catlink:last-child {
    margin-right: 10px;
}
.itemstable {
    border-spacing: 10px;
    border-collapse: separate;
}

.itemstable td {
    vertical-align: top;
    padding:10px;
    width:50%;
}
.itemstable > tr > td {
    padding-bottom:5px;
}

.itemstable table td {
    padding:0;
    line-height:1.1;
}
.itemprice {
    font-weight:bold;
    padding-top: 5px !important;
    white-space: nowrap;
}
.itemsize {
    font-weight:bold;
    text-align:right;
    white-space: nowrap;
    padding-top: 5px !important;
}
.itemnamep {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0;
    margin: 0;
    display: -webkit-inline-box;
}
.additemicon {
    font-weight: bold;
    background: white;
    padding: 10px;
    border-radius: 30%;
    float: right;
}
.itemdescription {
    font-weight: 100;
    color: #727272;
    white-space: normal !important;
}
.itemexpanded .itemdescription {
    font-size: 1rem !important;
}
.itemscount {
    position: absolute;
    width: 20px !important;
    height: 20px !important;
    top: -5px;
    right: -5px;
    padding: 5px;
    border-radius: 50%;
}
.filltheblank {
    box-shadow: none;
    opacity: 0;
}
.itemstablecontainer {
    overflow:scroll; 
    width:100%;
}
.bannerscontainer {
    width:100%;
    white-space: nowrap;
    overflow-x:auto;
}
.bannerscontainer img {
    width:100%;
    border-radius: 20px
}
.bannerscontainer > div {
    display:inline-block;
    margin:0 10px;
}
.bannerdot {
    background-color:white;
    width:10px;
    height:10px;
    border-radius:50%;
    display: inline-block;
    margin:3px;
}
.bannerdotselected {
    background-color:#d5d4d4;
    width:11px;
    height:11px;
}
.ui-loader-header {
    display:none !important;
}
#basket {
    display:none;
    /* height:45px; */
    position:fixed;
    /* bottom:45px; */
    width: 100%;
}
.addremoveitems {
    display: none;
    width: 100%;
}
.addremoveitems td {
    height: 1em;
    vertical-align: middle;
    width: 40%;
}
.addremoveitems td:nth-child(2) {
    font-weight: bold;
    width: 20%;
    text-align: center;
}
.addremoveitems td:nth-child(3) {
    text-align: right;
}
#basketprice {
    width: 75%;
    border-top-left-radius: 20px;
    text-align:center;
    color: white;
    font-weight:bold;
    padding-top: 5px;
}
#basketeta {
    border-top-right-radius: 20px;
    padding-right: 20px;
}

/* .addressradio:before { */
  /* content: ''; */
  /* display: block; */
  /* width: 60%; */
  /* height: 60%; */
  /* margin: 20% auto; */
  /* border-radius: 50%; */
/* } */
input[type=radio], input[type=checkbox] {
   visibility: hidden;
}
.beforeradio {
    position: absolute;
    border-radius: 50%;
    padding:3px;
}
.beforeradio > div {
    width:100%;
    height:100%;
    border-radius: 50%;
}
.beforecheckbox {
    position: absolute;
    width:1rem;
    height:1rem;
}
.beforecheckbox > div {
    width:100%;
    height:100%;
}
.newaddressradiobtns, .homelabels {
    margin:0;
}
#alertdiv, #contactusdiv {
    margin: 3%;
    width: 94%; 
    background-color: white;
    text-align: center;
    position: fixed;
    z-index: 999;
    padding: 35px 20px;
    border-radius: 20px;
}
.ordersdiv, .orderdetailsdiv, .notifsdiv {
    background:white; 
    border-radius:15px; 
    margin-left:3%; 
    margin-right:3%; 
    margin-top:20px; 
    margin-bottom:20px; 
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 0px 15px 0 rgb(0 0 0 / 10%);
    padding: 10px;
}
.statuscircle {
  border-radius: 50%;
  height:20px;
  width:20px;
}
#ostatus > table th, 
#ostatus > table td {
  text-align:center
}
#orderitemslist td {
  line-height:1rem;
  border-bottom:1px solid #3e3e3e;
  padding-top:5px;
  padding-bottom:10px;
}
#orderitemslist tr:last-child > td {
  border-bottom:0;
}
#orderitemslist > table > tbody > tr > td:first-child {
  width: 20%;
}
#orderitemslist > table > tbody > tr > td:nth-child(2) {
  width: 30%;
}
#orderitemslist > table > tbody > tr > td:nth-child(3) {
  width: 15%;
  text-align:center;
}
#orderitemslist > table > tbody > tr > td:nth-child(4) {
  width: 10%;
  text-align:center;
}
#orderitemslist > table > tbody > tr > td:nth-child(5) {
  width: 30%;
  text-align:right;
}
.settingsdiv {
    font-weight: 500;
    margin: 10px 0;
    background:white; 
    border-radius:15px; 
    margin-left:3%; 
    margin-right:3%; 
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 10%), 0 0px 15px 0 rgb(0 0 0 / 10%);
    padding: 10px;
}
.notifsdiv i, .settingsdiv i  {
  font-weight:100;
}
.notifsdiv > table > tbody > tr:first-child > td:first-child {
  font-weight:700;
  padding-bottom:5px;
}
.notifsdiv > table > tbody > tr:first-child > td:nth-child(2) {
  width:15%;
  text-align:center;
}
.notifsdiv > table > tbody > tr:nth-child(2) > td {
  padding-bottom:3px;
}
.notifsdiv > table > tbody > tr:nth-child(3) > td {
  line-height:1.1rem;
}
.basketdetailsdivs {
    background-color:white; 
    border-top-left-radius:20px; 
    border-top-right-radius:20px; 
    width:90%;
    margin-left:5%; 
    margin-right:5%; 
    margin-top:55px;
    padding-bottom: 20px; 
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 20%), 0 0px 15px 0 rgb(0 0 0 / 30%);
}
.addrlabel {
    padding-left: 5px; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    white-space: nowrap; 
    width: 269.469px;
}
#calheader {
    color: white;
}
#calheaderyear {
    color: #eeeeee;
}
.caldatetime {
    display:none;
}
.clock-timepicker-hour-canvas, .clock-timepicker-minute-canvas {
    margin-top:20px;
}
#itemssearchrslt {
    position: absolute;
    display: none;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.promobanner {
    background-image: linear-gradient(to top left, #DA4436 0 50%, transparent 50% 100%), linear-gradient(to top right, #DA4436 0 50%, transparent 50% 100%), linear-gradient(#DA4436 0 100%);
    /* background-size: 14% 100%, 14% 100%, 72% 100%; */
    background-position: left top, right top, center top;
    background-repeat: no-repeat;
    position: absolute;
    /* left: -23.5%; */
    /* top: 14.5%; */
    transform: rotate(-45deg);
    color: white;
    padding-top: 0.05rem;
}
.footertitles {
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchsuggestionst {
    border-top: 1px solid #bcbcbc;
    padding: 10px;
}
