@font-face {
    font-family: 'sofiapro-light';
    src: url('sofiapro-light-webfont.woff2') format('woff2'), url('sofiapro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 18px;
    font-family: 'sofiapro-light', Arial, sans-serif;
    color: #444;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    line-height: 1.5;
}

img {
    max-width: 100%;
    max-height: 100%;
}

.simple-keyboard {
    opacity: 0;
    /*margin-top: -200%;*/
    height:0;
    transition: margin-top 0s ease-in-out 0.3s, opacity 0.3s ease-in-out;
}

.show-keyboard {
    opacity: 1;
    height:auto;
    margin-top: 0;
}

.simple-keyboard .hg-button.hg-activeButton{
    background-color:red;
}

.hg-button span {
    pointer-events: none;
    font-size:20px;
}

.simple-keyboard.hg-theme-orderkeyboard{
    margin-top:30px;
    padding:0px;
}
.simple-keyboard.hg-theme-orderkeyboard-handicapmode{
    margin-top:30px;
    padding:0px;
}
.simple-keyboard.hg-theme-orderkeyboard .hg-button,
.simple-keyboard.hg-theme-orderkeyboard-AZ .hg-button{
    margin-top:20px;
    width:30%;
    border: solid 1px #aaa;
    font-family: Arial, sans-serif;
    border-radius:8px;
    padding:30px 0;
    background:#fff;
    border-bottom:1px solid #b5b5b5;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-grow: 0;
}

.simple-keyboard.hg-theme-orderkeyboard-handicapmode .hg-button,
.simple-keyboard.hg-theme-orderkeyboard-AZ-handicapmode .hg-button{
    margin-top:20px;
    width:30%;
    border: solid 1px #aaa;
    font-family: Arial, sans-serif;
    border-radius:8px;
    padding:10px 0;
    background:#fff;
    border-bottom:1px solid #b5b5b5;
    cursor:pointer;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-grow: 0;
}

.simple-keyboard.hg-theme-orderkeyboard .hg-row,
.simple-keyboard.hg-theme-orderkeyboard-AZ .hg-row{
    justify-content:space-evenly;
}
.simple-keyboard.hg-theme-orderkeyboard .hg-button span{
    font-size: 60px;
}
.simple-keyboard.hg-theme-orderkeyboard-AZ .hg-button span{
    font-size: 35px;
}

.simple-keyboard.hg-theme-orderkeyboard-handicapmode .hg-row,
.simple-keyboard.hg-theme-orderkeyboard-AZ-handicapmode .hg-row{
    justify-content:space-evenly;
}
.simple-keyboard.hg-theme-orderkeyboard-handicapmode .hg-button span{
    font-size: 60px;
}
.simple-keyboard.hg-theme-orderkeyboard-AZ-handicapmode .hg-button span{
    font-size: 35px;
}

.swal-title:not(:first-child) {
    margin-bottom: 13px;
}

.slide {
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide img, .slide video {
    width: 100%;
    height: 100%;
}

.slide.advanced img{
    height: initial;
}

.slide.advanced .productImageTable{
    width: auto;
}

.slide.advanced .pharma-product, .slide.advanced .productImages, .slide.advanced .product{
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  
.slide.advanced .pharma-product img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.slide.advanced .productPrice{
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
  }

.slide.advanced .pharma-product {
    display: inline-block;
    padding: 0 1%;
    position: relative;
    cursor: move;
    cursor: grab;
    z-index: 10;
    /* float: left; */
}

.slide.advanced .contentText{
    width: 100%;
}

.slide.advanced .shelf{
    background-size: cover;
}

.slide.advanced .image{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.slide.advanced .pharmavideo{
    text-align: center;
}

.slide.advanced .pharmavideo video{
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: auto;
}

.slide.advanced .product {
    display: inline-block;
    padding: 0 1%;
    position: relative;
    cursor: move;
    cursor: grab;
    z-index: 10;
    float: left;
}
  
.slide.advanced .product img{
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
}

.slide.advanced .title {
    font-size: 16px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide.advanced .uservar{
    font-size: 16px;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.slide.advanced .vimeoName{
    background-color: #f1f1f1;
    color: #333;
    text-align: center;
    font-size: 32px;
    padding: 5px 0;
    width: 100%;
    position: absolute;
}

.slide.advanced .vimeoPreview{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 50px;
    color: #00adef;
    padding: 15px 0;
    height: 100%;
    width: 100%;
    background-color: #e1e1e1;
}

.slide.advanced .website{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.slide.advanced .websiteContent{
    width: 80vw;
    height: 80vh;
    background-color: #fff;
    border: solid 1px #ccc;
}

.slide.advanced .websiteContent iframe{
    width: 100%;
    height: 100%;
}
 
.slide.advanced .displayWebsiteName{
    width: 100%;
}

.slide.advanced .youtubeName{
    background-color: #f1f1f1;
    color: #333;
    text-align: center;
    font-size: 32px;
    padding: 5px 0;
    width: 100%;
    position: absolute;
}

.slide.advanced .youtubePreview{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    font-size: 50px;
    color: red;
    padding: 15px 0;
    height: 100%;
    width: 100%;
    background-color: #e1e1e1;
}
.slide.advanced .priceSmall{
font-size: 12px;
}
  
.slide.advanced .priceMedium{
    font-size: 16px;
}
  
.slide.advanced .priceLarge{
    font-size: 20px;
}
  
.slide.advanced .priceExtraLarge{
    font-size: 24px;
}
  
.slide.advanced .productPrice p{
    margin: 0;
    padding: 0;
}
  
.slide.advanced .blackBorderWhite{
    display: inline-block;
    min-width: 100px;
    background: #fff;
    border: 3px solid #000;
    border-radius: 6px;
    color: #000;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .blackBorderGrey{
    display: inline-block;
    min-width: 100px;
    background: #c0c0c0;
    border: 3px solid #000;
    border-radius: 6px;
    color: #000;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .blueNoBorder{
    display: inline-block;
    min-width: 100px;
    background: #70b9eb;
    border: 3px solid #70b9eb;
    border-radius: 6px;
    color: #fff;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .blackBorderYellow{
    display: inline-block;
    min-width: 100px;
    background: #fff200;
    border: 3px solid #000;
    border-radius: 6px;
    color: #000;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .blackBorderRed{
    display: inline-block;
    min-width: 100px;
    background: #ed1c24;
    border: 3px solid #000;
    border-radius: 6px;
    color: #fff;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .greenBorderGreen{
    display: inline-block;
    min-width: 100px;
    background: linear-gradient(#95d66e, #419537);
    border: 1px solid #449338;
    border-radius: 25px;
    color: #50903a;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .darkBlueNoBorder{
    display: inline-block;
    min-width: 100px;
    background: #187da4;
    color: #fff;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .beigeNoBorder{
    display: inline-block;
    min-width: 100px;
    background: #ffe0b1;
    color: #50903a;
    padding: 4px 8px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    text-align: center;
}
  
.slide.advanced .whiteNoBorder{
    display: inline-block;
    background: #fff;
    min-width: 100px;
    text-align: center;
    padding: 4px 8px;
    border-bottom: solid 1px #ccc;
}
  
.slide.advanced .blueBorderWhite{
    display: inline-block;
    min-width: 100px;
    background: #fff;
    background-size: cover;
    padding: 4px 8px;
    color: #000;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    border: 2px solid transparent;
    -webkit-border-image: -webkit-linear-gradient(top left, #eeedee 0%, #8b8989 100%);
    border-image-slice: 1;
    text-align: center;
}
  
.slide.advanced .leftTopBlueWhite{
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px #86d3d5 solid;
    border-top-left-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    color: #86d3d5;
}
.slide.advanced .leftTopBlueWhite.priceLarge, .leftTopBlueWhite.priceExtraLarge{
    width: 120px;
    height: 120px;
}
  
.slide.advanced .leftTopGreenWhite{
    background: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px #96c038 solid;
    border-top-left-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    color: #96c038;
}
.slide.advanced .leftTopGreenWhite.priceLarge, .leftTopGreenWhite.priceExtraLarge{
    width: 120px;
    height: 120px;
}
  
.slide.advanced .rightBottomWhiteBlue{
    background: #86d3d5;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px white solid;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    color: #fff;
}
.slide.advanced .rightBottomWhiteBlue.priceLarge, .rightBottomWhiteBlue.priceExtraLarge{
    width: 120px;
    height: 120px;
}
  
  
.slide.advanced .rightBottomWhiteGreen{
    background: #96c038;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    border: 3px white solid;
    border-bottom-right-radius: 3px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    color: #fff;
    border: 3px #fff solid;
}
.slide.advanced .rightBottomWhiteGreen.priceLarge, .rightBottomWhiteGreen.priceExtraLarge{
    width: 120px;
    height: 120px;
}
  
.slide.advanced .circleWhite{
    background: #ffffff;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #646464;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.slide.advanced .circleWhite.priceLarge, .circleWhite.priceExtraLarge{
    width: 120px;
    height: 120px;
}
  
.slide.advanced .circleBlue{
    background: #86d3d5;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.slide.advanced .circleBlue.priceLarge, .circleBlue.priceExtraLarge{
    width: 120px;
    height: 120px;
}
  
  
.slide.advanced .circleGreen{
    background: #96c038;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
}
.slide.advanced .circleGreen.priceLarge, .circleGreen.priceExtraLarge{
    width: 120px;
    height: 120px;
}

#bodyWrapper {
    display: none;
    width: 100vw;
    height: 100vh;
}

#publicitySlider {
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-color: #000;
}

.orderWrapper, .splashScreen, .preorderWrapper, .cartWrapper, .holdWrapper, .languageWrapper, .clickhereWrapper, .reportWrapper, .leaveContactWrapper {
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.70);
}

.orderWrapper.hideSlideshow, .splashScreen.hideSlideshow, .preorderWrapper.hideSlideshow, .cartWrapper.hideSlideshow, .holdWrapper.hideSlideshow, .languageWrapper.hideSlideshow, .clickhereWrapper.hideSlideshow, .reportWrapper.hideSlideshow, .leaveContactWrapper.hideSlideshow{
    background-color: rgba(0, 0, 0, 1);
}

.clickhereWrapper, .clickhereWrapper.hideSlideshow{
    background-color: unset;
    display: flex;
    align-content: unset;
    justify-content: unset;
}



.reportWrapper{
    display: none;
    align-content: unset;
    justify-content: center;
}

.reportWrapper .reportContainer{
    display: flex;
    flex-direction: column;
    width: 80vw;
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 10px;
}

.reportWrapper .reportContainer.handicapmode{
   align-self: flex-end;
   margin-bottom: 100px;
}

.reportWrapper .reportContainer .reportInfoText #reportInfoTextError{
    display: flex;
    align-items: center;
    font-size: 30px;
}

.reportWrapper .reportContainer .reportInfoText #reportInfoTextLeaveInfo{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.reportWrapper .reportContainer .reportInfoText .reportInfoTextErrorRed{
    color: #f27474;
}

.reportWrapper .reportContainer .reportButtons{
    display: flex;
    margin-top: 50px;
    flex-direction: row-reverse;
}

.reportWrapper .reportContainer .reportInput{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e0e4e8;
    width:100%;
}

.reportWrapper .reportContainer .reportKeyboard{
    margin-top:25px;
}

.leaveContactWrapper{
    display: none;
    align-content: unset;
    justify-content: center;
}

.leaveContactWrapper .leaveContactContainer{
    display: flex;
    flex-direction: column;
    width: 80vw;
    background-color: #FFFFFF;
    padding: 50px;
    border-radius: 10px;
}

.leaveContactWrapper .leaveContactContainer.handicapmode{
   align-self: flex-end;
   margin-bottom: 100px;
}

.leaveContactWrapper .leaveContactContainer .leaveContactInfoText #leaveContactInfoTextTitle{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.leaveContactWrapper .leaveContactContainer .leaveContactInfoText #leaveContactInfoTextIfNot{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.leaveContactWrapper .leaveContactContainer .leaveContactInfoText #leaveContactInfoTextFillIn{
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.leaveContactWrapper .leaveContactContainer .leaveContactButtons{
    display: flex;
    margin-top: 50px;
    flex-direction: row-reverse;
}

.leaveContactWrapper .leaveContactContainer .leaveContactInput{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e0e4e8;
    width:100%;
}

.leaveContactWrapper .leaveContactContainer .leaveContactInputCheckbox{
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e0e4e8;
    width:20px;
    height:20px;
    margin-right: 10px;
}

.leaveContactWrapper .leaveContactContainer .leaveContactKeyboard{
    margin-top:25px;
}

.clickhereitems{
    -webkit-animation: fadeinout 8s ease-in-out infinite;
    animation: fadeinout 8s ease-in-out infinite;
}

@-webkit-keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
  }
  
@keyframes fadeinout {
    0%,100% { opacity: 0; }
    50% { opacity: 1; }
}


.clickhereTriangleLeftTop{
    width: 0;
    height: 0;
    border-width: 540px 540px 0 0;
    border-color: rgba(0,0,0,0.65) transparent transparent transparent;
    border-style:solid;
    align-self: flex-start;
}
.clickhereTriangleLeftTop .clickhereHand{
    position: relative;
    left:75px;
    top:-430px;
    color: white;
    font-size: 150px;
}


.clickhereTriangleRightTop{
    width: 0;
    height: 0;
    border-width: 0 540px 540px 0;
    border-color: transparent rgba(0,0,0,0.65)  transparent transparent;
    border-style:solid;
    align-self: flex-start;
}
.clickhereTriangleRightBottom{
    width: 0;
    height: 0;
    border-width: 0 0 540px 540px;
    border-color: transparent transparent  rgba(0,0,0,0.65) transparent;
    border-style:solid;
    align-self: flex-end;
    align-self: flex-start;
}


.clickhereTriangleLeftBottom{
    width: 0;
    height: 0;
    border-width: 540px 0 0 540px;
    border-color: transparent transparent transparent rgba(0,0,0,0.5);
    border-style:solid;
    align-self: flex-end;
}


.clickhereTriangleLeftBottom .clickhereHand{
    position: relative;
    left:-470px;
    top:-500px;
    color: white;
    font-size: 150px;
}

.clickhereTriangleLeftBottom .clickhereText{
    position: relative;
    left: -600px;
    top:-150px;
    color: white;
    font-size: 45px;
    width: 450px;
    font-weight: 800;
    text-align: center;
}



.clickhereTriangleLeftBottom .clickhereText.oneline{
    font-size: 65px;
    left:-550px;
}

.clickhereTriangleLeftBottom .clickhereText.twolines{
    font-size: 45px;
    left: -600px;
}

.clickhereTriangleLeftBottom .clickhereText.threelines{
    font-size: 40px;
    left: -600px;
    top:-190px;
}
.clickhereTriangleLeftBottom .clickhereText.fourlines{
    font-size: 30px;
    left: -600px;
    top:-210px;
}

.clickhereTriangleLeftBottom .clickhereHand.oneline{
    top:-450px;
}
.clickhereTriangleLeftBottom .clickhereHand.twolines{
    top:-500px;
}
.clickhereTriangleLeftBottom .clickhereHand.threelines{
    top:-550px;
    font-size: 130px;
}
.clickhereTriangleLeftBottom .clickhereHand.fourlines{
    top:-575px;
    font-size: 130px;
}




#automattools{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.splashContent{
    display:flex;
    flex-direction: column;
}

.splashContent.handicapmode{
    align-self: flex-end;
    margin-bottom:130px;
}

.mui-panel {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}

.mui-extra-20 {
    padding: 20px;
}

.small {
    font-size: 0.8em;
}

#bodyWrapper .mui-btn {
    padding: 8px 26px;
}

#bodyWrapper .mui-btn--accent {
    background-color: #4a4a4a;
    color: #fff;
}

#bodyWrapper .mui-btn--accent:hover {
    background-color: #3a3a3a;
}

.holdTitle {
    font-size: 20px;
    color: #444;
    font-weight: bold;
}

.holdTitle .small {
    font-size: 0.6em;
    font-weight: normal;
}

.sizemode {
    position: absolute;
    right: 0;
    top: 0;
    color: #bbb;
    font-size: 20px;
    padding: 2px 10px 10px 10px;
    z-index: 20;
}

.sizemode.handicapmode {
    top: unset;
    bottom:0;
}

.barcodescantext {
    font-size: 30px;
    text-align: center;
    padding-bottom: 50px;
    padding-top: 30px;
}

.orderContent, .preorderContent, .preorderPin, .cartContent, .holdContent {
    height: 55vh;
    width: 90vw;
    background-color: #f3f3f3;
    color: #444;
    transition: all 0.5s;
    position: relative;
    overflow: auto;
}

.preorderPin.handicapmode{
    height: unset;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin-bottom: 100px;
}

.orderContent {
    /*max-height: 90vh;
    min-height: 55vh;
    height: initial;*/
    height: 75vh;
    display: flex;
    flex-direction: column;
    /*overflow: hidden;*/
}

.orderContent.handicapmode {
    /*max-height: 90vh;
    min-height: 55vh;
    height: initial;*/
    height: unset;
    max-height: 50vh;
    display: flex;
    flex-direction: column-reverse;
    align-self: flex-end;
    margin-bottom: 100px;
    /*overflow: hidden;*/
}

.holdContent.handicapmode {
    height: unset;
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    margin-bottom: 100px;
}

.holdContentContainer.handicapmode {
    display: flex;
    flex-direction: column-reverse;
}

#pharmacyMap.handicapmode {
    margin-bottom: 30px;
}

.discrete .orderContent, .discrete .preorderContent, .discrete .preorderPin, .discrete .cartContent, .discrete .holdContent {
    height: 30vh;
    width: 50vw;
    overflow: auto;
}

.holdContent {
    height: 75vh;
}

.discrete .holdContent {
    height: 60vh;
}

.mui-extra-30 {
    padding: 15px 30px;
}

.splashScreen {
    color: #fff;
}

.actionBtn {
    display: table;
    /*margin: 5vh 0;*/
    font-size: 35px;
    margin: 12px 0px;
}

.actionIcon, .actionText {
    display: table-cell;
    background-color: #40D4B1;
    color: #fff;
}

.actionIcon {
    padding: 30px 20px;
    background-color: #333;
    color: #40D4B1;
    min-width: 55px;
    min-height: 55px;
    text-align: center;
}

.inactive .actionIcon, .inactive .actionText {
    display: table-cell;
    background-color: #999;
    color: #ccc;
}

.inactive .actionIcon {
    padding: 30px 20px;
    background-color: #999;
    color: #ccc;
    min-width: 55px;
    min-height: 55px;
    text-align: center;
}

.actionText {
    padding: 20px 30px;
    min-width: 50vw;
}

#automatChoice .actionBtn .actionText, #automatCategories .actionBtn .actionText {
    min-height: 86px;
}

#automatChoice.handicapmode{
    max-height:40vh;
    display:flex;
    align-items: flex-start;
    /*margin-bottom: 100px;*/
}
#automatChoice.handicapmode .actionBtn{
    width:25% !important;
}




#automatCategories.handicapmode{
    max-height:40vh;
    display:flex;
    align-items: flex-start;
    margin-bottom: 100px;
    flex-direction: column;
}
#automatCategories.handicapmode .actionBtn{
    width:25% !important;
}

.languageWrapper {
    display: none;
    ;
    align-items: center;
    justify-content: center;
}

#languagechoice {
    position: absolute;
    color: #999;
    bottom: 5px;
    right: 15px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 40px;
    display:none;
}

#handicapmodebuttonicon, #orderhandicapmodebuttonicon, #carthandicapmodebuttonicon  {
    /*position: absolute;*/
    color: white;
    background-color: #333;
    /*bottom: 15px;
    left: 15px;*/
    cursor: pointer;
    text-transform: uppercase;
    font-size: 45px;
    padding: 5px 15px;
    margin-right:30px;
}

#handicapmodebuttonicon.active, #orderhandicapmodebuttonicon.active, #carthandicapmodebuttonicon.active{
    display:none;
}

#toolbarbottom, #ordertoolbarbottom, #carttoolbarbottom{
    position: absolute;
    color: white;
    /*background-color: #333;*/
    bottom: 15px;
    left: 15px;
    /*cursor: pointer;
    text-transform: uppercase;
    font-size: 50px;*/
    padding: 5px 15px;
    display: flex;
}

#stopbutton, #orderstopbutton, #cartstopbutton {
    /*position: absolute;*/
    color: white;
    background-color: #333;
    /*bottom: 15px;
    left: 15px;*/
    cursor: pointer;
    text-transform: uppercase;
    font-size: 45px;
    padding: 5px 15px;
    margin-right:30px;
}

#backtomenubutton, #orderbacktomenubutton, #cartbacktomenubutton {
    color: white;
    background-color: #333;
    /*bottom: 15px;
    left: 15px;*/
    cursor: pointer;
    text-transform: uppercase;
    font-size: 45px;
    padding: 5px 15px;
}

.languages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 80vw;
}

.languages .actionBtn {
    padding: 50px 0px;
    min-width: 40%;
    margin: 0 3%;
    background-color: #40D4B1;
    color: #fff;
    font-size: 50px;
    text-align: center;
    margin-bottom: 40px;
}

/*.layoutGrid #automatChoice, .layoutGrid #categoryChoices {*/
.layoutGrid #automatChoice {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
}

.layoutGrid25 #automatChoice {
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    width: 100vw;
}

#categoryChoices{
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 75vh;
    overflow-y: auto;
    width: 90vw;
}

/*.layoutGrid #categoryChoices{
    max-height: 75vh;
    width: 90vw;
    overflow-y: auto;
}*/

.languageBtn{
    align-self: center;
    padding: 15px 15px;
    flex-grow: 1;
}

.languageBtn .toolText{
    padding: 25px 15px;
    background-color: #333;
    text-align: center;
}

.layoutGrid #categoryChoices.handicapmode{
    max-height: 40vh !important;
}

.layoutGrid25 #categoryChoices.handicapmode{
    max-height: 40vh !important;
}

#categoryChoices::-webkit-scrollbar {
    display: none;
}

#automatCategories .scrollContainer .scrollBtn{
    color:#40D4B1; 
    background-color:#333; 
    width:30%; 
    padding:5px 25px; 
    font-size:30px; 
    text-align:center;
    margin-top:10px;
    margin-bottom: 10px;
}

#automatCategories .scrollContainer{
    width:100%; 
    display:flex; 
    justify-content: center;
}

.layoutGrid #automatChoice .actionBtn {
    width: 40%;
    display: none;
}

.layoutGrid25 #automatChoice .actionBtn {
    width: 25%;
    display: none;
}

.layoutGrid #automatCategories .actionBtn {
    width: 30%;
}

.layoutGrid25 #automatCategories .actionBtn {
    width: 25%;
}

.layoutGrid .actionBtn {
    display: block;
    box-sizing: border-box;
    padding: 25px;
    margin: 0;
    font-size: 24px;
}

.layoutGrid25 .actionBtn {
    display: block;
    box-sizing: border-box;
    padding: 25px;
    margin: 0;
    font-size: 20px;
}

.layoutGrid .actionIcon, .layoutGrid .actionText {
    box-sizing: border-box;
    display: block;
    padding: 25px 10px;
    width: 100%;
}

.layoutGrid25 .actionIcon, .layoutGrid25 .actionText {
    box-sizing: border-box;
    display: block;
    padding: 25px 10px;
    width: 100%;
}

.layoutGrid .actionIcon {
    font-size: 100px;
}

.layoutGrid25 .actionIcon {
    font-size: 100px;
}

.layoutGrid .actionText {
    min-width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layoutGrid25 .actionText {
    min-width: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* preorder */

.pinBackBtn {
    background-color: #40D4B1;
    color: #fff;
    font-size: 60px;
    text-align: center;
    min-height: 83px;
}

.examplePin {
    background-color: #f1f1f1;
    border: solid 1px #40D4B1;
    min-height: 83px;
    text-align: center;
    color: #666;
    font-size: 50px;
}

.examplePin span {
    font-size: 25px;
}

.pinPad {
    height: 30vh;
}

.pinAction, .pinNumber {
    margin-top: 20px;
    font-size: 20px;
    padding: 42px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pinNumber {
    border: solid 1px #aaa;
    border-radius: 8px;
    font-size: 60px;
    padding: 30px 0;
    font-family: Arial, sans-serif;
}

.pinNumber.handicapmode {
    padding: 10px 10px;
}

.discrete .pinNumber {
    padding: 0;
    border-radius: 4px;
    font-size: 55px;
}

.pinIncorrect {
    animation: shake 1s cubic-bezier(.36, .07, .19, .97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

/* map */

.my-leaflet-map-container img {
    max-height: none;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-2px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(3px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-6px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(6px, 0, 0);
    }
}

/* swal */

.mui-btn.mui-btn--success, .mui-btn.mui-btn--success:active {
    color: #FFF;
    background-color: #40D4B1;
}

/* product catalogue */

#searchProducts_keyboard, #smsSwalInput_keyboard, #emailSwalInput_keyboard {
    position: absolute;
    bottom: auto;
    width: auto;
}

#smsSwalInput_keyboard .ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) {
    min-width: 3em;
}

#smsSwalInput_keyboard .ui-keyboard-actionkey:not(.ui-keyboard-dec):not(.ui-keyboard-combo) span {
    display: block;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    top: 0;
    left: 0;
}

.productTitle {
    text-align: center;
    color: #000;
    line-height: 18px;
    font-weight: bold;
}

.orderActions {
    background-color: #fff;
}

.orderActions.handicapmode {
    padding-bottom:50px;
}

.orderCatalogueContainer{
    overflow:auto;
}

.orderCatalogue {
    max-height: 90vh;
    /*height: 75vh;*/
    /*overflow-y: auto;
    overflow-x: hidden;*/
}

.orderCatalogue {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}


.orderCatalogue.handicapmode {
    flex-flow: wrap-reverse;
    padding-top:25px;
    max-height: unset;
}

.orderProductDetails {
    max-height: 90vh;
    /*height: 75vh;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.discrete .orderCatalogue, .discrete .orderProductDetails {
    max-height: 20vh;
}



.orderProductDetails {
    display: none;
}

.orderActionsContent {
    display: flex;
}

.orderActionBtn, .orderBackLeft, .holdBackLeft {
    display: inline-block;
    width: 15%;
    height: 100%;
    text-align: center;
    margin-left: 1px;
    background-color: #40d4b1;
    color: #fff;
    font-size: 45px;
    cursor: pointer;
    position: relative;
}

.swal2-container{
    align-items: flex-end;
}

.swal2-popup{
    margin-bottom: 100px;
}

.discrete .orderActionBtn, .discrete .orderBackLeft, .discrete .holdBackLeft {
    font-size: 20px;
}

#searchContextWrapper {
    width: 65%;
    padding: 15px;
    display: flex;
    justify-content: center;
}

#searchContext {
    display: flex;
    width: 100%;
    position: relative;
}

#searchProducts {
    width: 90%;
    border: solid 3px #ddd;
    padding: 15px;
    border-radius: 4px;
    outline: none;
    font-size: 30px;
}

.discrete #searchProducts {
    font-size: 20px;
    padding: 5px;
}

.highbright #searchProducts {
    border: solid 3px #ccc;
}

#searchProducts:focus {
    border: solid 3px #40d4b1;
}

#searchProducts::placeholder {
    color: #ddd;
}

.highbright #searchProducts::placeholder {
    color: #bbb;
}

#searchContext .fa {
    font-size: 40px;
    color: #ddd;
    position: absolute;
    right: 40px;
    margin-top: 15px;
}

.discrete #searchContext .fa {
    font-size: 20px;
    right: 20px;
    margin-top: 20px;
}

.highbright #searchContext .fa {
    color: #ccc;
}

.holdBackLeft {
    float: left;
    width: auto;
    max-width: 50%;
}

.orderBackLeft {
    width: 20%;
    height: 90px;
}

.backBtnText {
    font-size: 30px;
}

.discrete .backBtnText, #cartBackBtn .backBtnText {
    font-size: 20px;
}

.orderBackLeft .fa-arrow-left, .holdBackLeft .fa-arrow-left {
    padding-top: 6px;
}

#cartBackBtn .fa-arrow-left {
    padding-top: 4px;
}

.orderActionBtn {
    max-height: 60px;
    padding: 15px 25px;
    border: solid 1px #40d4b1;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

.orderGreyBtn, .holdGreyBtn, .cartGreyBtn {
    color: #333;
    background-color: transparent;
}

.orderBack:active {
    color: #40D4B1;
}

.orderActionWrapper, .cartActionWrapper {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.cartActionWrapper {
    justify-content: flex-start;
}

.orderShoppingCartCounter {
    color: #fff;
    font-size: 30px;
}

.product.outOfStock {
    opacity: 0.5;
}

.product {
    cursor: pointer;
    margin: 0 1%;
    margin-bottom: 20px;
    border-radius: 0;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
    width: 23%;
    background-color: #eee;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
}
.product.items1row {
    width: 50%;
}
.product.items2row {
    width: 30%;
}
.product.items3row {
    width: 25%;
}
.product.items4row {
    width: 23%;
}
.product.items5row {
    width: 18%;
}
.product.items6row {
    width: 13%;
}

.product.items5row .productTitle, .product.items6row .productTitle{
    font-size: 13px;
}
.product.items5row .productPrice, .product.items6row .productPrice{
    font-size: 18px;
}

.highbright .product {
    background-color: #ddd;
}

.discrete .product {
    width: 31%;
}

.productListImage {
    display: flex;
    height: 200px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.discrete .productListImage {
    height: 100px;
}

.product img {
    width: auto;
    height: auto;
}

.product .productPriceText {
    padding: 0 10px;
}

.product .productInCart {
    text-align: center;
    padding: 5px 0;
}

.product .productInCart .wrapped {
    display: inline-block;
    border: solid 1px #40d4b1;
    border-radius: 4px;
    color: #40d4b1;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 12px;
}

.product .productPrice {
    /* font-family: sans-serif, Arial; */
    color: #000;
    font-size: 22px;
    text-align: center;
    padding: 10px 0;
}

.discrete .product .productPrice {
    font-size: 16px;
}

.product table {
    width: 100%;
    border-collapse: collapse;
}

.product .productTitle {
    margin-top: 5px;
    font-size: 15px;
    min-height: 55px;
}

.productDetailName {
    font-size: 35px;
    margin-bottom: 25px;
    font-weight: bold;
    color: #000;
}

.orderProductDetails .productDetailDescription, .orderProductDetails .productDetailUsage, .orderProductDetails .productDetailOrderAction {
    margin-bottom: 15px;
}

.orderProductDetails .productDetailInfo {
    max-height: 65%;
    overflow-x: hidden;
    overflow-y: auto;
}

.orderProductDetails .productDetailPriceWrapper {
    font-family: sans-serif, Arial;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0;
}

.productDetailPriceWrapper {
    display: flex;
    align-items: center;
}

.orderProductDetails .productDetailPrice {
    display: inline-block;
    font-size: 35px;
    padding: 0 15px;
}

.orderProductDetails .productDetailOrderBtn {
    /* font-family: sans-serif, Arial; */
    color: #fff;
    text-align: center;
    background-color: #40d4b1;
    font-size: 20px;
    padding: 10px 20px;
    display: inline-block;
    border: solid 1px #40d4b1;
    border-radius: 4px;
}

/* shopping cart */

option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.topShoppingCart {
    text-align: center;
    max-height: 50px;
}

.shoppingCartActions {
    text-align: right;
    padding-right: 15px;
}

.cartTitle {
    font-size: 35px;
    padding: 0 0 30px 0;
}

.cartTable .productPrice {
    width: 110px;
}

.cartTable .productAmountSelect {
    padding: 10px;
}

.cartTable img {
    max-height: 100px;
    max-width: 100px;
    height: auto;
    width: auto;
}

.cartTable .productCartImage {
    width: 15%;
    text-align: center;
    border: solid 1px #f1f1f1;
    margin: 5px 0;
}

.cartTable .productCartAmount {
    width: 10%;
}

.deleteProduct {
    display: inline-block;
    color: #ddd;
    padding: 5px 10px;
    border: solid 1.5px #ddd;
    border-radius: 50%;
}

.highbright .deleteProduct {
    color: #ccc;
    border: solid 1.5px #ccc;
}

.deleteProduct:hover, .deleteProduct:active {
    color: #444;
}

.cartContent {
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
}

.cartContent.handicapmode {
    flex-direction: column-reverse;
    align-self: flex-end;
    margin-bottom: 100px;
    height: unset;
}

.productTotalText {
    font-size: 18px;
}

.productTotal {
    font-weight: bold;
    font-size: 25px;
}

.centeraligned {
    text-align: center;
}

#showHoldPharma {
    display: none;
}

#loadingWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
}

#loadingText {
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.spinner {
    margin: 0 auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

#stateWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
}

#stateWrapper #stateContainer{
    background-color: white;
    display: none;
    padding: 40px;
    border-radius: 5px;
}

#stateWrapper #stateContainer #stateText{
    color: black;
    font-size: 30px;
    text-align: center;
}

#stateWrapper #stateContainer .spinner>div {
    background-color: #000;
}

#pinCodeInput{
    width: calc(95%);
    border: solid 3px #40D4B1;
    padding: 15px 15px;
    border-radius: 4px;
    outline: none;
    font-size: 50px;
    text-align: center;
}

.blueButton{
    padding: 10px 20px;
    background-color: #3F87f5;
    color: white;
    margin: 2px;
}

.redButton{
    padding: 10px 20px;
    background-color: #f27474;
    color: white;
    margin: 2px;
}

.discrete #pinCodeInput {
    font-size: 20px;
    padding: 5px;
}

#pinCodeInput::placeholder {
    color: #ddd;
}

.highbright #pinCodeInput::placeholder {
    color: #bbb;
}

#preorderpinforpharma.preorderPin .pinPad .simple-keyboard .hg-button[data-skbtn="{cancel}"] span:before{
    font-family: "FontAwesome";
    /*content: "\f015";*/
    content: "\f060";
}

.preorderPinContainer{
    padding: 15px 30px 50px 30px;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}