body {
    font-size: 15px;
}

body, p, h1, h2, h3, span, a {
    font-family: "Marcellus", sans-serif;
    color: #212529;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
}

.main-container {
    display: flex;
}

.table-container {
    display: flex;
    width: 100%;
    padding-left: 8rem;
    padding-right: 8rem;
    gap: 1rem;
}

.table {
    display: table;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    border-collapse: collapse;
    max-width: 100%;
    width: 100%;
    border: 1px solid #E1E6EF;
    border-radius: 8px;
    color: black;
}

.amountInput {
    display: block;
    width: 3.5rem;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

}

.table thead {
    position: sticky;
    top: -2px;
    border: 2px solid #E1E6EF;
    border-radius: 8px;
}

.table tr {
    text-align: left;
}

.mainTable th, .mainTable td {
    padding: 5px 12px 5px 15px;
    border: 2px solid #E1E6EF;
}

tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}

.orderButton {
    position: sticky !important;

    color: #4d4d4d;

    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(0,0,0,0);
    border: 1px solid #4d4d4d;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.breadcrumb, .breadcrumb item {
    display: flex;
}

.breadcrumb {
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
}

.breadcrumb-item.active {
    color: #6c757d;
}

dl, ol, ul {
    margin-top: 0;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}

.product-details {
    width: 100%;
    margin: 1em auto;
    padding-left: 1em;
    padding-right: 1em;
    flex: 6;
}

.textImage {
    display: flex;
    gap: 2rem;
}

.textImage-text-left, .textImage-text-right, .textImage-productInfo {
    width: 66.66%;
}

.textImage-productInfo {
    margin: 1em 0;
    min-width: 200px;
}

.textImage-product-title {
    font-size: 1.5em;
}

.textImage-description {
    margin-top: 1em;
    text-align: justify;
}

.textImage-price {
    font-size: 1.4em;
}

.textImage-amount {
    margin-bottom: 1rem;
}

.textImage-button, .login-page-loginBtn {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #4d4d4d;
    width: 100%;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #4d4d4d;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.textImage-input, .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.sign-in-form {
    margin: 3em auto;
    width: 100%;
    max-width: 350px;
    padding: 0 1rem;
}

.login-page-icon {
    display: flex;
    justify-content: center;
}

.login-page-body .sign-in-form {
    margin-top: 2rem;
}

.login-icon {
    font-size: 6rem !important;
}

.login-page-title {
    font-size: 1.5em;
}

.login-username-label, .login-password-label, .login-remember-label {
    font-size: .9em;
    display: inline-block;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

.form-check {
    display: flex;
    gap: 0.5rem;
    margin-top: 1rem;
}

.password-recovery-button {
    color: #4d4d4d;
}

.login-page-loginBtn {
    margin-top: 1rem;
}

.hidden {
    display: none !important;
}

.cartTable th {
    border: 0;
}

.cartTableContainer {
    padding-left: 0;
    padding-right: 0;
}

.cartImage {
    width: auto;
    max-height: 200px;
}

.cartImageContainer, .quantity-counter {
    display: flex;
    justify-content: center;
}

.quantity-counter {
    align-items: center;
    
}

.cartTr th, .cartTr td {
    text-align: center;
    padding: 0 0.5rem;
}

.remove-product {
    font-weight: bold;
    cursor: pointer;
}

.quantity-counter__button {
    background-color: var(--body);
    color: var(--text-light);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 8px;
}

/* Hide the increment and decrement buttons in Chrome, Safari, Edge, and Opera */
.quantity-counter__input::-webkit-outer-spin-button,
.quantity-counter__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the increment and decrement buttons in Firefox */
.quantity-counter__input[type=number] {
    -moz-appearance: textfield;
}

.icon-Cart-Trolley {
    align-content: center;
}

.cart-count {
    display: flex;
    justify-content: center;
    align-items: center;

    position: absolute;
    top: -0.5rem;
    right: -.75rem;
    background-color: #dee4ea;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    color: #000;
    font-size: .75rem;
}

.info {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    margin-bottom: 2rem;
}

.special-instructions-label {
    font-size: .9em;
}

#cart-special-instructions {
    margin-top: .4em;
    min-height: 165px;
    background-color: #f4f4f4;
    border: none;
    overflow: auto;
    resize: vertical;
}

.total {
    width: 65%;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 0.5rem;
}

.subtotal {
    font-size: 1.3em;
}

.cart-footer {
    display: flex;
    margin-top: 3rem;
}

.cartOrder {
    width: 250px;
}

.textImage-price {
    margin-top: 2rem;
}

#main-image {
    max-width: 600px;
    object-fit: contain;
    flex: 1;
}

.textImage-text {
    flex: 1;
}

.withoutTax {
    font-size: 0.6rem;
    color: gray;
}

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

.totalWithVat {
    font-size: 1.2rem;
}

.mainCartContainer {
    display: flex;
    justify-content: center;
}

.cartContainer {
    display: flex;
}

.checkoutBanner {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}

.checkoutBanner img {
    width: 50%;
}

.checkoutMain {
    width: 50%;
    padding: 4rem 1rem 0 1rem;
}

.checkoutSidebar {
    width: 50%;
    padding: 4rem 1rem 1rem 1rem;
    border-left: 1px solid #ced4da;
    background: #fafafa;
    height: 100vh;
}

.required-star {
    font-weight: 700;
    color: red;
    margin-left: -15px;
    margin-top: 4px;
}

.form-header {
    margin-bottom: 0.5rem;
}

.inputContainer {
    display: flex;
}

.form-group {
    margin-bottom: 1rem;
}

.form-row {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 640px) {
    .cartContainer {
        width: 640px;
    }
}

@media (min-width: 768px) {
    .cartContainer {
        width: 768px;
    }
}

@media (min-width: 1024px) {
    .cartContainer {
        width: 1024px;
    }
}

@media (min-width: 1280px) {
    .cartContainer {
        width: 1280px;
    }
}

.cartCheckoutImage {
    max-width: 100px;
    object-fit: contain;
}

.cartCheckoutImageContainer {
    padding: 0.25rem;
}

.cartCheckoutCount {
    font-size: .85714em;
    font-weight: 500;
    line-height: 1.75em;
    white-space: nowrap;
    text-align: center;
    border-radius: 1.75em;
    background-color: hsla(0, 0%, 44.7%, .9);
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 1.75em;
    height: 1.75em;
    padding: 0 .58333em;
    position: absolute;
    right: 1.25em;
    top: -.75em;
    z-index: 3;
}

.textLeft {
    text-align: left !important;
    display: flex;
    justify-content: space-between;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.textLeft p {
    padding: 0.35rem;
}

.checkoutOrder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.checkoutSum {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.marginTop {
    margin-top: 1rem;
}

.checkoutSumTotal {
    font-size: 1.3rem;
}

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

.successMainContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.successSubcontainer {
    margin-top: 2rem;
}

.emptyCart {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0);
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

#searchSuggestions {
    border: 0;
    width: 60% !important;
}

.searchLink {
    font-size: 0.75rem;
    margin-bottom: 0.75rem;
}

.searchLink:hover {
    color: blue;
    cursor: pointer;
}

.search-autocomplete-result {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 20px;
    max-height: 300px;
    background: #fff;
    text-align: left;
    overflow: auto;
    z-index: 20;
    border: 1px solid #e1e6ef;
}

.autocomplete-input {
    display: block;
    width: 100%;
    padding: 0rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.pagination {
    display: flex;
    justify-content: center;
}

.paginationContent {
    display: flex;
}

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

.dropdown {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.textImageMain {
    display: flex;
    padding: 8rem 12%;
}

.numberedMainContainer {
    margin: 4rem;
    display: flex;
    justify-content: space-around;
}

.numberedContainer {
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    max-width: 400px;
}

.numberedNumber {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

#lumi-footer {
    display: flex;
}

.lumi-footer-left {
    flex: 0 0 24%;
}

.lumi-footer-right {
    flex: 0 0 80%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.lumi-footer-logoimg {
    max-height: 90px;
}

.lumi-rightupper, .lumi-rightlower {
    display: flex;
    justify-content: space-around;
}

.lumi-rightupper-1, .lumi-rightupper-2, .lumi-rightlower-1, .lumi-rightlower-2 {
    display: flex;
    flex-direction: column;
    text-align: left;
    flex: 0 0 40%;
    gap: 0.2rem;
}

.lumi-footer-list {
    color: #505050;
    font-size: 1.07rem;
    width: fit-content;
}

.lumi-footer-list-last {
    color: #fe3411;
}


.aboutus {
    display: flex;
    justify-content: center;
}

.aboutusTitle {
    font-weight: bolder;
}

.aboutusMainContainer {
    padding: 2.5rem;
    max-width: 1200px;
}

.aboutusImageContainer {
    margin: 0.5em 4em 4em 0;
}

.aboutusContainer {
    display: flex;
    align-items: start;
}

.aboutusImg {
    width: 100%;
    height: auto;
}

.faqContainer {
    padding: 2.5em;
    margin: auto;
    max-width: 1200px;
}

.faqContainer ul, .faqContainer p {
    margin-bottom: 1rem;
}

.text-danger {
    color: #dc3545 !important;
}

.terms-content ol {
    padding-left: 40px;
}



.lumi-main-menu {}

.lumi-main-menu ul {
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: inherit;
}

.lumi-main-menu ul li {
	font-size: 1em;
	text-transform: uppercase;
	display: inline;
	margin-right: 1em;
	line-height: 1.3em;
}

.lumi-main-menu ul li a {
	color: var(--mainColor);
	font-size: 1em;
	text-transform: uppercase;
	display: inline;
	margin-right: .5em;
	line-height: 1.3em;
	text-decoration: none;
}

.lumi-main-menu-ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.lumi-main-menu-ul li.has-submenu {
	position: relative;
}

.lumi-main-menu-ul li.has-submenu ul.lumi-sub-menu-ul {
	margin: 0;
	background: #fff;
	z-index: 10;
	display: block;
	padding: 0 !important;
    margin-left: 0.5rem;
    margin-top: 0.5rem;
}

.lumi-main-menu-ul li.has-submenu ul.lumi-sub-menu-ul li {
	margin: 0 !important;
}

.lumi-main-menu-ul li.has-submenu ul.lumi-sub-menu-ul li a {
	line-height: 110%;
	padding: 6px;
	display: block;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
}

.lumi-main-menu-ul li.has-submenu ul.lumi-sub-menu-ul li a:hover {
	background-color: #f8f9fa;
}

.main-banner-hero img {
	width: 100%;
	height: auto;
}

.lumi-main-menu-mobile {
	display: none;
}

.dropdown-toggle:after {
	display: inline-block;
	margin-left: .255em;
	vertical-align: .255em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid rgba(0, 0, 0, 0);
	border-bottom: 0;
	border-left: .3em solid rgba(0, 0, 0, 0);
}

.lumi-main-menu-mobile ul li a {
	color: var(--mainColor);
	padding: 17px 8px;
	font-size: 1em;
	text-transform: uppercase;
	display: inline;
	margin-right: 1em;
	line-height: 1.3em;
	text-decoration: none;
}

.products-wrapper-flex {
	display: flex;
	flex-wrap: wrap;
	padding: 2em 1.5em 0;
}

.lumi-product-list-wrapper {
	flex-basis: 20%;
	max-width: 20%;
	box-sizing: border-box;
	padding: 2px;
}

.lumi-placeholder-image {
	padding: 8em;
}

.lumi-placeholder-image svg {
	max-width: 100%;
	height: auto;
	fill: #eee;
}

.logContainer {
    min-width: 32px;
}

.aboutusTextContainer {
    flex: fit-content;
}











#success-message.show {
	display: block;
}

#success-message {
	margin-top: 20px;
	padding: 0 20px;
	display: none
}

.inputEye {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.logoutBtn {
    border: transparent;
}

.siteIcon {
    font-size: 2rem;
    color: black;
}

.linkFirst {
    font-weight: 300;
    text-transform: none;
}

.productContainer {
    display: flex;
    flex-flow: row wrap;
    gap: 4rem;
    margin: 2.5rem 0;
    flex: 4;
}

.singleProduct {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.productNameContainer {
    text-align: center;
}

.singleProductContainer {
    padding-left: 8rem;
    padding-right: 8rem;
    display: flex;
}

.product-details-cart {
    max-width: 1280px;
    width: 100%;
    margin: 1em auto;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 3rem;
}

.footerStrip {
    background-color: rgb(30, 58, 138);
    color: rgb(249, 250, 251);
    text-align: center;
    padding: .5rem 0;
    margin: .5rem 0 1rem 0;
}

.footer {
    font-size: .8em;
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 2em 1em;
    border-top: 1px solid #d4d4d4;
}

.footerContact {
    font-weight: 700;
    margin-bottom: 1em;
}

.footerList li {
    margin-bottom: 0.2rem;
}

.subFooter {
    padding-top: 2em;
    border-top: 1px solid #d4d4d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.terms a {
    margin-right: 0.25rem;
}

.terms-container p {
    margin-bottom: 1rem;
}

.price-old {
    color: #6c757d;
    text-decoration: line-through;
    margin-left: .5em;
}

.price-detail-page {
    display: flex;
}

.price-current {
    font-weight: 700 !important;
}

.ma-price-block {
    display: flex;
}

.bannerContainer {
    display: flex;
    justify-content: center;
}

.textImage {
    display: flex;
    gap: 2rem;
}

.textImage-text-left, .textImage-text-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
}


.textImage-title {
    font-size: 1.5em;
    color: #3c3c3c;
}

.textImage-content {
    font-size: 1em;
    line-height: 1.5;
    padding: 0.5rem 0;
    color: #3c3c3c;
}

.textImage-imageContainer {
    width: 33.33%;
    text-align: center;
}


.mainCarouselContainer {
    margin-left: 4rem;
    margin-right: 4rem;
    margin-bottom: 4rem;
    padding: 1rem;
}

.carouselContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.carousel-arrow {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 64px;
    margin-block: auto;
    height: fit-content;
    width: 48px;
    background-color: white;
    border: none;
    font-size: 5rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    z-index: 1;
    transition: opacity 100ms;
}

.imageLink {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
    opacity: 1;
}

.carousel-arrow--prev {
    left: 0;
}

.carousel-arrow--next {
    right: 0;
}

.carousel-container {
    width: 100%;
    overflow-x: auto;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    scroll-snap-type: x mandatory;
    flex-flow: row nowrap;
    scroll-behavior: smooth;
}

.carousel-container::-webkit-scrollbar {
    height: 14px;
    width: calc(100% - 48px);
}

.carousel-container::-webkit-scrollbar-track {
    background: #b1b3b399;
}

.carousel-container::-webkit-scrollbar-thumb {
    background: #29AB87;
}

.carousel-container::-webkit-scrollbar-track-piece:start {
    background: #29AB87;
}

.carousel-slide {
    flex-flow: column nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    scroll-snap-align: center;
    object-fit: contain;
    min-width: auto;
}

.carousel-image {
    width: auto;
    object-fit: cover;
}

@media (max-width: 600px) {
    .carousel-slide {
        flex: 1 0 90%;
        
    }
}

.manufacturers {
    font-size: 3em;
    display: flex;
    justify-content: center;
    margin: 0;
    padding-top: 2rem;
    color: #3c3c3c;
}


#lumi-footer {
    background-color: #eee;
    border-top: 1px solid #d8d8d8;
    padding: 4rem;
}

.lumi-footer-container {
    width: 1240px;
    max-width: 100%;
    margin: 0 auto;
}

.lumi-footer-inner {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
}

.footer-text-left {
    background-color: #e9e9e9;
}

.lumi-footer-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-title-company {
    padding-bottom: 1em;
}

.lumi-footer-inner ul li {
    margin-bottom: .4em;
}

.footer-middle-pattern {
    width: 50px;
    background: linear-gradient(to bottom right, #e9e9e9 calc(50% - 1px), #e9e9e9, transparent calc(50% + 1px));
}


.footer-text-left, .footer-text-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3em 0;
}

.footer-text-right {
    padding-left: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-title-font {
    font-size: 20px;
    padding-bottom: 1em;
    font-weight: 700;
}

ma-footer-logo {
    width: 170px;
    max-width: 100%;
    margin-top: 1em;
}

.footer-title-blue {
    color: #00b8e4 !important;
    font-size: 1.3em;
}

.footer-text-left ul li,  .pislumitrik-footer-links ul li a, .contactContainer *, .terms-text {
    color: #3c3c3c;
}

.lumi-footer-logo-image {
    padding-top: 1em;
    max-width: 150px;
    max-height: 80px;
    object-fit: contain;
}

.downloadsContainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 10%;
    gap: 4rem;
}

.downloadImage {
    max-width: 300px;
}

.downloadTitle {
    text-align: center;
}

.imagesContainer {
    display: flex;
    padding: 0 12%;
}

.imagesContainer img {
    width: 33.33vw;
    object-fit: scale-down;
}

.contactContainer {
    padding: 4% 12%;
}

.contactDoubleContainer {
    display: flex;
    justify-content: space-between;
    margin: 2rem 0;
}

.contactSingleContainer {
    width: 50vw;
}

.mapArrow {
    margin-top: 1rem;
}

.contactLink {
    text-decoration: underline;
}

.terms-text {
    white-space: pre-line;
    line-height: 1.5;
}

.login-icon {
    font-size: 2rem;
    color: black
}




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

    .cart-footer {
        flex-direction: column;
    }

    .info {
        width: auto;
    }

    .total {
        width: auto;
        display: block;
    }

    .cartImage {
        width: 125px;
        height: 200px;
        object-fit: contain;
    }

    .checkoutMain {
        width: auto;
    }

    .checkoutSidebar {
        width: auto;
        padding: 1rem;
    }

    .textLeft {
        display: block;
    }

    .textImage {
        flex-direction: column;
    }

    .breadcrumb-item + .breadcrumb-item {
        padding-left: 0rem;
    }







    .topHeader {
        padding: 0;
    }

    .action-buttons {
        gap: 1.5rem;
    }

    .table-container {
        padding: 0;
        display: block;
    }

    .dropdown a {
        font-size: 1rem;
    }

    .singleProduct {
        width: 150px;
    }

    .logoImg {
        height: 100px;
    }

    .productContainer {
        justify-content: center;
    }

    .ma-price-block {
        display: block;
    }

    .singleProductContainer {
        padding-left: 0;
        padding-right: 0;
        display: block;
    }

    .textImageMain {
        padding: 0;
        flex-direction: column;
        margin-top: 2rem;
        margin-bottom: 2rem;
        align-items: center;
    }

    .textImage-text-left, .textImage-text-right {
        width: auto;
    }

    .bannerContainer {
        padding: 0;
    }

    .textImage-imageContainer {
        width: auto;
    }

    .textImage-image {
        width: 300px;
    }

    .carousel-arrow--prev, .carousel-arrow--next {
        z-index: 1;
    }

    #lumi-footer {
        padding: 0 1rem;
    }

    .footer-text-right {
        padding: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    .mainCarouselContainer {
        margin: 0 1rem;
    }

    .carousel-arrow {
        bottom: 10px;
    }

    .numberedMainContainer {
        flex-wrap: wrap;
        gap: 2rem;
        margin: 2rem 1rem;
    }

    #lumi-footer {
        flex-wrap: wrap;
    }

    .carousel-slide {
        min-width: 250px;
        min-height: 200px;
    }

    .lumi-nav.active {
        transform: translateX(230px);
        overflow-y: scroll;
        width: 230px;
    }

    .search-autocomplete-result {
        padding: 8px;
        width: 150%;
    }

    .navbar1 a {
        font-size: 12px;
    }

    .aboutusContainer {
        flex-wrap: wrap;
    }

    #searchSuggestions {
        width: 100% !important;
    }

    .lumi-main-menu-ul {
        gap: 5px;
    }

    .lumi-main-menu-ul li.has-submenu ul.lumi-sub-menu-ul li a {
        padding: 5px;
    }

    .cart-count {
        top: 1.5rem;
        right: 5.5rem;
    }

    .textImage-text {
        flex: unset;
    }
}