:root{
    --font-color:#545454;
    --font-white:#fff;
    --color-grey: #bebebe;
    --color-lightgrey: #e9e9e9;
    --xlarge-text:2.5rem;
    --large-text:2.2rem;
    --medium-text:1.5rem;
    --normal-text:1.2rem;
    --small-text:0.9rem;
    --extra-small-text:0.7rem;
    --super-extra-small-text:0.7rem;
    --primaryBtnClr:#141070;
    --primaryBtnBorderRad:1.875rem;
    --primaryBtnBorderStyle:solid;
    --primaryBtnPadding:.25rem 1.2rem;
    --secondaryBtnClr:#dedede;
    --secondaryBtnBorderRad:1.875rem;
    --secondaryBtnPadding:.20rem 1rem;
    --btnTransHover:0.3s;

    --mainBorderRad:30px;
    --secBorderRad:20px;
    --mainBorderWidth: 2px;
    --statusColorActive: #9bbf2e;
    --statusColorPending: #f08900;
    --statusColorCanceled: #da3429;
}

/* @font-face { 
    font-family: Cera-bold; 
    src: url(/css/cera-gr-bold.ttf); 
}
@font-face { 
    font-family: Cera; 
    src: url(/css/cera-gr.ttf); 
} */

@font-face { 
    font-family: Open_Sans; 
    src: url(/fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf); 
}

* {
    font-family: "Open_Sans", Arial, sans-serif !important;
    -webkit-tap-highlight-color: transparent !important;
}
    
h1,h2,h3,h4,h5, .menu-title-small, .menu-title {
    font-family: "Open_Sans", Arial, sans-serif !important;
    font-weight: 700 !important;
}

.mb-6 {
    margin-bottom: 5rem !important;
}

h1{
    color:var(--font-color);
    font-size: var(--medium-text) !important;
}
h2{
    color:var(--font-color);
    font-size: var(--medium-text) !important;
}

body {
    margin: 0px;
}

div,
p {
    color:var(--font-color);
    font-size: var(--small-text);
    line-height: normal;
}

.toast-message {
    color: white !important; /* Makes the text white */
}

img {
    transition: transform 100ms ease-in-out;
}

img.center{
    position: relative;
    left: 50%;
    transform: translate(-50%, 0) scale(0.7);
}

img.rotated{
    transform: rotate(180deg);
    transition: transform 100ms ease-in-out;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none; 
  color: var(--font-color);
}

input[type=text], input[type=number], input[type=password]{
    background-color: var(--color-lightgrey);
    border-width: 0px;
    border-radius: 9999px;
    width: 100%;
}
input[type=text].search {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem !important;
    line-height: 1.5;
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid #ced4da;
}
input[type=text].error, input[type=number].error, input[type=password].error{
    border: 1px solid var(--statusColorCanceled) !important;
    color: var(--statusColorCanceled) !important;
}
textarea {
    background-color: var(--color-lightgrey);
    border-width: 0px;
    border-radius: var(--secondaryBtnBorderRad);
    width: 100%;
    max-height: 600px;
    min-height: 300px;
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
    outline-color: var(--color-grey);
    color: initial;
}

input.cart {
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

.plusminus-buttons {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid var(--font-color);
    display: inline-block;
}

.roundedCorners {
    border-radius: var(--mainBorderRad);
}

.roundedCornersSmall {
    border-radius: var(--secBorderRad);
}

.dashedBorder {
    border-width: var(--mainBorderWidth);
    border-style: dashed;
    border-color: var(--font-color);
}

.greyBorder {
    border-width: var(--mainBorderWidth);
    border-style: solid;
    border-color: var(--color-lightgrey);
}

.lightGreyBackground {
    background-color: var(--color-lightgrey);
}

.light-shadow {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.hard-shadow {
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.right-border {
    border-right: 2px solid var(--color-grey);
}
.left-border {
    border-left: 2px solid var(--color-grey);
}
.top-border {
    border-top: 2px solid var(--color-grey);
}
.bottom-border {
    border-bottom: 2px solid var(--color-grey);
}

.header {
    width: 100%;
    /* box-shadow: 1px 1px 10px 1px lightgray; */
}

.form-check-input:checked {
    background-color: var(--primaryBtnClr) !important;
    border-color: var(--primaryBtnClr) !important;

}

.burger-menu {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgb(245,245,245);
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    height: auto;
    width: 25% !important;
    z-index: 1000;
    box-shadow: 2px 0px 10px 0px rgb(179 179 179);
    -webkit-box-shadow: 2px 0px 10px 0px rgb(179 179 179);
    -moz-box-shadow: 2px 0px 10px 0px rgb(179 179 179);
}

.burger-menu-img{
    width: 30px;
}

/* .carousel-control-prev, .carousel-control-next {
    align-items: end !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    margin-bottom: 20px;
} */

.mainBnr{
    width: 100%;
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--mainBorderRad);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.mainBnr-products{
    width: auto;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--mainBorderRad);
}

.login-to-csa-container {
    position: fixed;
    right: 0px;
    top: 150px;
    overflow: visible;
    z-index: 9999;
    transform: rotate(90deg);
}
.login-to-csa {
    position: absolute;
    padding: 10px;
    background-color: var(--primaryBtnClr);
    color: white !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    word-wrap: break-word;
    white-space: nowrap;
    display: flex;
    justify-content: end;
    align-items: end;
    height: 30px;
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0);
    transition: all 500ms;
}

.login-to-csa:hover {
    height: 40px;
    transition: all 500ms;
    box-shadow: 0px 0px 10px 1px rgba(255, 255, 255, 0.5);
}

.mainWelcomeTxt{
    height: fit-content;
    margin-top: auto !important;
    margin-bottom: auto;
    position: absolute;
}

.mainWelcomeTxt:after {
    content:'';
    position:absolute;
    width:40%;
    height:3px;
    background:linear-gradient(to right, #ffffff, #ffffff);
    top:0px;
    left:0;
}

.mainWelcomeTxt p{
    font-size: var(--large-text);
    color: var(--font-white);
    padding-left: 20%;
    line-height: normal;
}

.primaryBtn{
    background: var(--primaryBtnClr);
    border-radius: var(--primaryBtnBorderRad);
    padding: var(--primaryBtnPadding);
    color: var(--font-white) !important;
    transition: var(--btnTransHover);
}

.primaryBtn:hover{
    background: var(--secondaryBtnClr);
    transition: var(--btnTransHover);
    color: var(--primaryBtnClr) !important;
}

.tabBtn{
    background: var(--primaryBtnClr);
    border-radius: var(--primaryBtnBorderRad);
    padding: var(--primaryBtnPadding);
    color: var(--font-white) !important;
    border: none !important;
}

.cartBtn {
    width: 45px;
    height: 45px;
}

.mass-add-to-cart {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: unset;
    height: unset;
    padding: 10px 20px;
    z-index: 1;
}


.bnr-categories {
    border-radius: var(--mainBorderRad);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    box-shadow: inset 0 0 0 2000px rgba(51,85,158,0.4);
}

.bnr-lettering {
    color: white;
    font-size: 2rem;
    filter: drop-shadow(3px 4px 9px rgba(0, 0, 0, 0.741));
    top: 100%;
    transform: translate(0px, -100%);
    padding-left: 1rem;
    position: relative;
}
.bnr-lettering.side {
    color: white;
    font-size: 2rem;
    filter: drop-shadow(3px 4px 9px rgba(0, 0, 0, 0.741));
    top: 100%;
    left: 100%;
    padding-bottom: 1rem;
    transform: translate(-100%, -100%);
    position: relative;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
.whiteline {
    flex-grow: 1;
    background-color: white;
    height: 2px;
    margin-left: 1rem;
}
.footerline {
    flex-grow: 1;
    background-color: #525252;
    height: 2px;
}

.vertical-footer-line {
    width: 2px;
    height: 70px;
    background-color: #525252;
}

.bnrFirstSection{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    border-radius: var(--mainBorderRad);
}

.bnrFirstSectionRight{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    border-radius: var(--mainBorderRad);
}

.firstSessionLetters{
    color: white;
    font-size: 3rem;
    filter: drop-shadow(3px 4px 9px rgba(0, 0, 0, 0.741));
    padding-top: 12.75rem;
    padding-left: 1rem;
}

.firstSessionLetters:after{
        
    content: "";
    position: absolute;
    height: 4px;
    background-color: #ffffff;
    width: 40rem;
    margin-left: 15px;
    filter: none;
    top: 94%;
}

.firstSessionLettersRight{
    color: white;
    font-size: 3rem;
    margin-left: -10rem;
    padding-top: 30rem;
}
.firstSessionLettersRight:after{
    content: "";
    position: absolute;
    transform: rotate(90deg);
    height: 4px;
    width: 24rem;
    background-color: #ffffff;
    left: -34%;
    bottom: 48%;
}

.popular-products-image {
    width: 100%;
}
.load-circle {
    background-image: url('/images/corner.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 99999px;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: flex;
    justify-content: center;
    background-color: lightgrey;
    /* filter: invert(13%) sepia(56%) saturate(3806%) hue-rotate(238deg) brightness(79%) contrast(116%); */
}
.white-circle {
    width: 80%;
    background-color: white;
    border-radius: 999999px;
    padding: 48%;
    margin: 2%;
    /* background-image set dynamically from script/html */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-origin: content-box; */
}

.dot {
    height: 25px;
    width: 25px;
    border-radius: 50%;
    display: inline-block;
}
.dot.active {
    background-color: var(--statusColorActive);
}
.dot.pending {
    background-color: var(--statusColorPending);
}
.dot.canceled {
    background-color: var(--statusColorCanceled);
}

.orderDetails {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 300ms ease-in-out;
}
.orderDetails.open {
    max-height: 500px;
    transition: max-height 300ms ease-in-out;
}

.menu-title {
    font-size: var(--medium-text);
    font-weight: bold;
}

.menu-title-small {
    font-size: var(--normal-text);
    font-weight: bold;
}

.product-title {
    font-size: var(--small-text);
    font-weight: bold;
}

.pharmaceutical-row {
    min-height: 80px;
}

.parapharmaceutical-box .title {
    font-size: var(--small-text);
    font-weight: bold;
}

.parapharmaceutical-box .btn {
    font-size: var(--small-text);
}

.parapharmaceutical-box .text {
    font-size: var(--small-text);
}

.parapharmaceutical-box .mainImg {
    border-radius: 20px;
    /* background-image: url("/images/depon_anavrazon.png"); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color-grey);
}

.medicine-name {
    text-align: left;
}

.article {
    position: relative;
    top: -100px;
    background-color: white;
}

.article .title {
    font-size: var(--medium-text);
    font-weight: bold;
}

.article .date {
    font-size: var(--normal-text);
    color: var(--color-grey);
    font-style: italic;
}

.policy h2 {
    color:var(--font-color);
    font-size: var(--medium-text);
}

.policy h3 {
    color:var(--font-color);
    font-size: var(--normal-text);
}

.policy p {
    color:var(--font-color);
    font-size: var(--small-text);
}

.offerTag {
    background-color: var(--statusColorActive);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    position: absolute;
    left: 100%;
    transform: translate(-70%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.offerTag .inside {
    background-color: var(--statusColorActive);
    width: 55px;
    height: 55px;
    border-radius: 100%;
    border: 2px dashed white;
    color: white;
    line-height: 45px;
    
}

.search-results {
    width: 100%;
    height: fit-content;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 20px;
    position: absolute;
    z-index: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.news.mainImg {
    background-image: url("/images/depon_anavrazon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    border: 1px solid black;
}
.news.title {
    font-size: var(--normal-text);
    font-weight: bold;
}
.news.desc {
    font-size: var(--small-text);
    /* min-height: 150px; */
}
.news.date {
    font-size: var(--small-text);
    color: var(--color-grey);
    font-style: italic;
}
.news.more {
    background-color: var(--primaryBtnClr);
    border-radius: 100%;
    width: 80px;
    height: 80px;
    font-size: var(--super-extra-small-text);
    color: white;
    position: relative;
    left: 100%;
    transform: translate(-120%,-50%);
}
.news.more a {
    color: white;
}

.shadow-cover {
    position: fixed;
    top: 0%;
    left: 0%;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.myalert {
    width: 500px !important;
    max-height: 500px !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: white;
    z-index: 999;
    border-radius: var(--secBorderRad);
    outline: white solid 2px;
    padding: 30px;
}
.myalert .close {
    width: 30px;
    height: 30px;
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    border-radius: 100%;
}
.myalert.success {
    border: 2px dashed var(--statusColorActive);
}
.myalert.error {
    border: 2px dashed var(--statusColorCanceled);
    padding: 15px 30px 15px 30px !important;
    outline: 0px;
}
.myalert.info {
    border: 2px dashed var(--color-lightgrey);
}
.myalert .title {
    font-weight: bold;
}

.cartProductImage{
     background-position: center;
     background-repeat: no-repeat;
     height: 100px;
     width: 100px;
     border-top-left-radius: 10px;
     border-bottom-left-radius: 10px;
}

.cartborderstyle{
    padding: 10px;
    box-shadow: 1px 3px 22px 2px #5454;
}

.confirm-popup-container {
    position: relative;
    width: 80%;
}

.confirm-popup {
    width: 100%;
    height: 100px;
    background-color: white;
    position: absolute;
    bottom: 0px;
    margin-bottom: 10px;
    border-radius: 20px;
    box-shadow: 1px 3px 22px 2px #5454;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--normal-text);
    text-align: center;
    padding: 10px;
    border: 1px dashed var(--primaryBtnClr);
}

.CompleteOrderButton{
    text-decoration: none;
    font-size: var(--normal-text);
    background: var(--primaryBtnClr);
    width: 70%;
    color: var(--font-white) !important;
    transition: width 100ms, var(--btnTransHover);
}

.CompleteOrderButton:hover{
    background: var(--secondaryBtnClr);
    transition: width 100ms, var(--btnTransHover);
    color: var(--primaryBtnClr) !important;
}

.backToOrdersButton{
    font-size: var(--medium-text);
}

.cartSuccessBanner{
    background-repeat: no-repeat;
    background-position: center;
    height: 488px;
}

.cartSuccessText{
    font-size: var(--large-text);
    color: var(--font-color);
    
}
.backToHomeButton{
    height:30px;
    /* left: 54%; */
}

.offer-attention-bubble {
    background-color: var(--statusColorActive);
    border-radius: 999px;
    color: white;
    padding: 0px 5px 2px 5px;
}

.page-bubble {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid var(--font-color);
    position: relative;
    margin-left: 20px;
    margin-right: 56px;
    box-shadow: inset 0px 0px 0px 3px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4px;
}

.page-bubble-orders {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    border: 2px solid var(--font-color);
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
    box-shadow: inset 0px 0px 0px 3px #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
}

.page-bubble-orders::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -80px;
    bottom: 50%;
    border-width: 0;
    background: var(--font-color);
    width: 60px;
    height: 1.5px;
    transform: rotate(0deg);
}

.page-bubble.selected {
    width: 40px;
    height: 40px;
    background: var(--primaryBtnClr);
    border: 2px solid var(--primaryBtnClr);
    color: white;
}

.page-bubble::before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -67px;
    bottom: 50%;
    border-width: 0;
    background: var(--font-color);
    width: 55px;
    height: 1.5px;
    transform: rotate(0deg);
}

.page-bubble.end::before {
    content: none;
}
.page-bubble-orders.end::before {
    content: none;
}

.retail-price {
    font-size: var(--small-text);
}
.wholesale-price {
    font-size: var(--small-text);
}

.pulse-anim {
    animation: pulse 0.3s linear 1;
}
@keyframes pulse{
    25%  {transform: scale(0.8);}
    75%  {transform: scale(1.3);}
}

.cart-number-container {
    position: relative;
    left: 50%;
}
.cart-number {
    width: 25px;
    height: 25px;
    background: var(--statusColorActive);
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
    color: white;
    padding: 2px;
}

.news-line {
    width: 100%;
    height: 7px;
    background: var(--color-lightgrey);
    border-radius: 10px;
}
.news-line-blue {
    position: relative;
    top: -7px;
}
.news-line-blue:after {
    position: absolute;
    right: 0px;
    content: "";
    width: 60%;
    height: 7px;
    background: var(--primaryBtnClr);
    border-radius: 10px;
}

.carousel-control-prev.news, .carousel-control-next.news {
    width: fit-content;
    margin-top: 20px;
    height: 65%;
}
.carousel-control-prev-icon.news, .carousel-control-next-icon.news {
    filter: invert(71%) sepia(0%) saturate(1265%) hue-rotate(150deg) brightness(109%) contrast(90%);
}
.carousel-inner.news {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 100%;
}
.carousel-item.news {
    height: 100%;
}

.news-slider-img {
    height: 300px;
    margin-bottom: 95px;
}
.news-slider-caption-container {
    position: relative;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.news-slider-caption {
    position: absolute;
    width: 90%;
    transform: translateY(calc(-50% - 95px));
    background-color: white;
}

.news-readmore-container {
    position: relative;
}
.news-readmore {
    position: absolute;
    transform: translateY(-20%);
    right: 15px;
    background: var(--color-grey) !important;
}

.vertical-slider-line {
    height: 40%;
    width: 2px;
    background-color: var(--color-grey);
    position: absolute;
}

.vertical-slider-line.top {
    top: 0px;
}
.vertical-slider-line.bottom {
    bottom: 0px;
}

.offers-panel {
    height: 500px;
    border-radius: var(--secBorderRad);
    overflow: hidden;
    transition: all 100ms;
}
.offers-panel:hover {
    transform: scale(1.01) !important;
    transition: all 100ms;
    cursor: pointer;
}
.offers-panel .panel-overlay {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
}

.offer-panel-info {
    top: 100%;
    position: relative;
    transform: translateY(-100%);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 20px;
    color: white !important;
    filter: drop-shadow(3px 4px 9px rgba(0, 0, 0, 0.741));
}

.error-text {
    color: var(--statusColorCanceled);
}

#title {
    display: none;
}

.popup-container {
    position: fixed;
    padding-top: calc(56.25% / 2); /* 4:3 Aspect Ratio */
    width: fit-content;
    max-width: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
    background-color: red;
    z-index: 999;
}
.popup {
    aspect-ratio: 16 / 9;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    height: auto;
    max-height: 600px;
    max-width: 70%;
    width: fit-content;
    background-color: white;
    z-index: 999;
    border-radius: var(--mainBorderRad);
    border: 1px dashed var(--primaryBtnClr);
    outline: white solid 2px;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.popup-back {
    background-color: rgba(255,255,255,0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0px;
}
.close-popup {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0%;
    top: 0%;
    background-color: white;
    transform: translate(50%,-50%);
    border-radius: 100%;
    border: 1px solid var(--primaryBtnClr);
    outline: white solid 2px;
    cursor: pointer;
}
.popup.hidden-from-view {
    top: -200% !important;
    transition: top 1s;
}
.popup img {
    max-height: 50vh;
    max-width: 100%;
    margin: auto;
}

.product-description-header {
    display: inline-block !important;
    background-color: var(--color-lightgrey);
    border-radius: var(--secBorderRad);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px;
    font-weight: bold;
}

.product-description-body {
    background-color: var(--color-lightgrey);
    border-radius: var(--secBorderRad);
    border-top-left-radius: 0px;
    padding: 10px;
}

.burger-menu .primaryBtn{
    display: none;
}

button.carousel-control-next{
    top: 85% !important ;
    background:unset !important;
}
button.carousel-control-prev{
    top: 85% !important;
    background:unset !important;
}

#carouselExampleControls > button.carousel-control-prev.news{
    top: unset !important;
    background:unset !important;
}

#carouselExampleControls > button.carousel-control-next.news{
    top: unset !important;
    background:unset !important;
}

.newsgap{
    padding-bottom:70px !important;
}

#filterbtn{
    display: none;
}

.filterCancel{
    display: none;
}

.backShadowOpen{
    display: none;
}

.form-check-label{
    padding-left: 10px;
}

.delete-from-cart{
    background-image: url("/images/trash_icon.png") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-origin: content-box !important;
    width: 55px;
    height: 55px !important;
}
.prodOrderRevCart{
    flex-direction: row-reverse;
    align-items: center;
}

#notAvailableMessage{
    text-align: center;
    color:#da3429;
}

/* LOADING SCREEN */
.loader {
    z-index: 9999;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left:0px !important; 
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #141070aa;
    backdrop-filter: blur(5px);
    border-radius: 0px !important;
}
.loader .loader-info{
    color: white;
    text-align: center;
    font-size: var(--medium-text);
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }


.ratio-4x3 {
    --bs-aspect-ratio: 15% !important;
}

  /* RESPONSIVE */
  @media only screen and (max-width: 1200px){
    .parapharmaceutical-box .mainImg{
        height: 200px;
    }
    #cart-product-container .CartSmScreenLayout{
        display: block !important;
    }
    .delete-from-cart{
        position: relative;
        left: 85%;
        bottom: 40px;
        background-image: url("/images/trash_icon.png") !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        width: 50px;
        height: 50px !important;
        background-origin: content-box;
        background-color:#fff;
    }
    .CartMobLayout{
        margin-left: auto;
        margin-right: auto;
    }
    .infoMob{
        text-align: center !important;
        justify-content: center !important;
    }
  }
  @media only screen and (max-width: 1100px){
    :root{
        --xlarge-text:2.2rem;
        --large-text:1.9rem;
        --medium-text:1.2rem;
        --normal-text:1rem;
        --small-text:0.8rem;
        --extra-small-text:0.7rem;
        --super-extra-small-text:0.6rem;
    }
    .parapharmaceutical-box .mainImg{
        height: 200px;
    }
    .parapharmaceutical-box .title{
        text-align: center !important;
    }
  }
  

  @media only screen and (max-width: 850px){
    .burger-menu{
        width: 40% !important;
    }
    .imgLogo{
        width: 300px !important;
    }
    .productsInCart{
        border-right: 0px !important;
    }
    .delete-from-cart{
        position: relative;
        left: 70%;
        bottom: 40px;
        height: 55px;
        background: #fff;
        background-origin: content-box;
    }
    .cartBtn{
        width: 35px;
        height: 35px;
    }
    .cartBtn img{
        padding:4px;
    }
    #tabs-container a.right-border {
        border-right: 0px !important;
    }
    .mass-add-to-cart {
        width: unset !important;
        height: unset !important;
    }
  }

  @media only screen and (max-width: 48em){
    .ratio-4x3 {
        --bs-aspect-ratio: 16 / 9 !important;
        aspect-ratio: 1.5;
    }
    .imgLogo{
        width: 100% !important;
    }
	.mainBnr{
        height: 280px;
        border-radius: 25px;
    }
    .mainWelcomeTxt p{
        font-size: 1rem;
        padding-top: 5px;
    }

    .mainWelcomeTxt:first-child:before{
        height:3px;
    }
    .rightSideHeader .primaryBtn{
        padding-left: 3px !important;
        width: 30px !important;
        display: none;
    }
    .rightSideHeader .primaryBtn img{
        height: 22px !important;
    }
    a.profileBtnHeader{
        display: none !important;
    }
    .datUploadTxt{
        display: none;
    }
    .login-out-btn.LoginBtnHeader{
        display: none !important;
    }
    .vertical-footer-line{
        height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #newsletter-email{
        width: 230px !important;
    }
    .text-mob-center{
        text-align: center;
    }
    .homegap{
        height: 140px !important;
    }
    .burger-menu{
        width: 75% !important;
    }
    :root{
        --xlarge-text:2rem;
        --large-text:1.8rem;
        --medium-text:1.2rem;
        --normal-text:1rem;
    }
    .homeBnrDiv{
        height: 180px !important;
    }
    .bnr-lettering{
        transform: translate(0px, -130%);
        font-size: 1.3rem;
    }
    .bnr-lettering.side{
        font-size: 1.3rem;
        writing-mode: revert;
        transform: translate(-110%, -100%);
    }
    .counterSection p{
        font-size: 1.6em !important;
    }
    .counterSection .row{
        height: 420px !important;
    }
    .burger-menu .primaryBtn{
        padding: 4px 1px 4px 3px;
        display: unset;
    }
    button.carousel-control-next{
        top: 0% !important;
        background: linear-gradient(90deg, rgba(238,174,202,0) 0%, rgba(0,0,0,.6) 100%);
    }
    button.carousel-control-prev{
        top: 0% !important;
        background: linear-gradient(270deg, rgba(238,174,202,0) 0%, rgba(0,0,0,.6) 100%);
    }
    .mainWelcomeTxt{
        padding-left:30px;
    }
    .mainWelcomeTxt:after{
        width: 60%;
    }
    .offers-panel{
        height: 250px;
        margin-bottom: 30px;
    }
    .popup{
        max-width: 85%;
        width: 85%;
        outline: 0px !important;
    }
    .close-popup{
        outline: 0px !important;
    }
    #breadcrumb{
        display:none !important;
    }
    #contact-body{
        min-height: 170px !important;
    }
    .lineleft{
        margin-right: 1rem !important;
    }
    .lineright{
        margin-left: 1rem !important; 
    }
    .article{
        top: -40px;
    }
    .news-slider-img {
        height: 250px;
    }
    .newsgap{
        margin-bottom:30px !important;
    }
    .newsgap{
        padding-bottom:0px !important;
    }
    #product_image{
        height: 250px !important;
        margin-bottom: 30px !important;
    }
    .add-to-cart{
        text-align: center;
    }
    .filterContainer{
        left:-101vw;
        position:fixed;
    }
    #filterbtn{
        display: unset;
    }
    .filterCancel{
        display: unset;
    }
    .filterCancel{
        /* position: absolute;
        bottom: 30px;
        right: 30px; */
        position: relative;
    }
    .form-check#tag-container{
        height: auto;
        /* min-height: auto;
        max-height: 27vh; */
        overflow-y:scroll;
        display: flex;
        flex-direction: column;
    }
    .form-check#group-container{
        height: auto;
        /* min-height: auto;
        max-height: 67vh; */
        overflow-y:scroll;
    }
    .group-container-subCategories{
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }
    .backShadowOpen{
        background-color: rgba(255,255,255,0.6) !important;
        width: 100% !important;
        height: 100% !important;
        position: fixed !important;
        z-index: 800 !important;
        top: 0px !important;
        left: 0px !important;
    }
    #pharmaceuticals-side-menu{
        display: flex;
        justify-content: center;
    }
    #tabs-container a{
        padding:10px;
    }
    #tabs-container a.right-border{
        border-right: 0px !important;
    }
    input.cart{
        width: 30px;
        height: 30px;
        padding-bottom: 5px;
    }
    .filterBalloon{
        position: fixed;
        bottom: 30px;
        left: 30px;
        background:#fff;
        box-shadow: 0px 5px 15px -7px #b1b1b1;
        border-radius: 99px;
        width: 135px !important;
        z-index: 1000;
        text-align: center;
        padding: 7px 5px 7px 5px;
        text-align: left;
    }
    .cartBtn{
        width: 35px;
        height: 35px;
    }
    .cartBtn img{
        padding:4px;
    }
    .form-check-input[type=checkbox]{
        width: 25px;
        height: 25px;
        box-shadow: none !important;
    }
    .form-check-label{
        padding-left: 8px;
    }
    .form-check-input[type=radio]{
        width: 25px;
        height: 25px;
    }
    .form-check{
        display: flex !important;
        flex-direction: column;
    }
    .page-bubble{
        width: 25px;
        height: 25px;
        margin-left: 10px;
        margin-right: 0px;
    }
    .page-bubble::before{
        display: none;
    }
    .productsInCart{
        border-right: 0px !important;
    }
    
    .delete-from-cart{
        position: relative;
        left: 80%;
        bottom: 40px;
        background-image: url("/images/trash_icon.png") !important;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 50px;
        height: 50px;
        background-origin: content-box;
        
    }
    .cartborderstyle{
        padding: 10px;
        box-shadow: 1px 3px 22px 2px #5454;
        /* border:solid #999999 1px !important;  */
    }
    .myalert.error {
        width: 65% !important;
    }
    .prodOrderRevCart{
        flex-direction: column-reverse;
    }
    .offerTag{
        width: 40px;
        height: 40px;
    }
    .offerTag .inside{
        width: 35px;
        height: 35px;
        line-height: 28px;
    }
    .parapharmaceutical-box .mainImg{
        background-position: center;
        background-size: contain !important;
        height: 200px;
    }
    .white-circle{
        transform: scale(.5);
        padding: 92%;
        margin: -42%;
    }
    .load-circle{
        transform: scale(.6);
    }
    .medicine-name{
        text-align: center;
    }
    #pharmaceuticals-container .text-start{
        text-align: center !important;
    }
    #mysfa-container .text-start{
        text-align: center !important;
    }
    .parapharmaceutical-box .title{
        text-align: center !important;
    }
    #parapharm-container .text-start{
        text-align: center !important;
    }
    #banner1-container .text-start{
        text-align: center !important;
    }
    #cart-product-container .cartErrorTxt.text-start.error-text{
        text-align: center !important;
    }
    .mass-add-to-cart {
        width: fit-content !important;
        height: auto !important;
        padding: 5px 10px;
        font-size: 14px;
        bottom: 30px;
    }
    .vertical-slider-line {
        height: 0%;
    }
    .carousel-control-prev.news, .carousel-control-next.news {
        height: 110%;
    }
}

@media only screen and (max-width: 370px){
    #newsletter-email{
        width: 180px !important;
        margin-top: 15px;
        margin-left: 15px;
        margin-bottom: 10px;
    }
    #register-newsletter{
        right: 25px;
    }
    .dot{
        height: 15px;
        width: 15px;
    }
}
@media only screen and (max-width: 335px){
    .dot{
        height: 10px;
        width: 10px;
    }
}