body {
    font-family: PulpDisplay, sans-serif;
    font-size: 15px;
}

.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: 50%;
}

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

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

.textImage-description {
    margin-top: 1em;
    white-space: pre-line;
    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: -0.5rem;
    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;
}

.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;
}

.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: -.75em;
    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;
}

.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: 0 12%;
}

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

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

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
  scale: 1.5;
}

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

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



































#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: 3;
}

.singleProduct {
    max-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: 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;
}

.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;
    padding: 0 5rem;
}

.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-image {
    width: 80%;
}

.textImage-imageContainer {
    width: 50vw;
    text-align: center;
}


.mainCarouselContainer {
    margin-left: 12%;
    margin-right: 12%;
    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: 3rem;
    padding: 0;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 100ms;
}

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

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

.carousel-arrow--prev {
    left: -7%;
}

.carousel-arrow--next {
    right: -7%;
}

.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: 250px;
    min-height: 200px;
}

@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;
}


#pistrik-footer {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #e9e9e9), color-stop(25%, #fff));
    background: linear-gradient(90deg, #e9e9e9 30%, #fff 0);
    -webkit-box-shadow: 0 -8px 12px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 -8px 12px -6px rgba(0, 0, 0, .2);
    margin-top: 2em;
}

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

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

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

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

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

.pistrik-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,  .pistrik-footer-links ul li a, .contactContainer *, .terms-text {
    color: #3c3c3c;
}

.pistrik-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;
    height: 424px;
    object-fit: contain;
}

.downloadTitle {
    text-align: center;
}

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

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

.contactContainer {
    padding: 4% 12%;
}

.contactAddressesContainer {
    display: flex;
    margin-bottom: 2rem;
}

.contactAddressContainer {
    gap: 0.5rem;
    display: flex;
    flex-direction: column;
    min-width: 220px;
}

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

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




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

    .contactAddressesContainer {
        width: 100%;
        gap: 2rem;
        flex-wrap: wrap;
    }

    .contactContainer h2 {
        font-size: 19px;
    }

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

    .info {
        width: auto;
    }

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

    .cartImage {
        width: 125px;
        min-height: 125px;
        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;
    }






    .logo-row :nth-child(1) { order: 1; }
    .logo-row :nth-child(2) { order: 2; }
    .logo-row :nth-child(3) { order: 3; }

    .topHeader {
        padding: 0;
    }

    .action-buttons {
        gap: 1.5rem;
    }

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

    .dropdown {
        padding-left: 1rem;
    }

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

    .singleProduct {
        width: 125px;
    }

    .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;
    }

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

    .bannerContainer {
        padding: 0;
    }

    .textImage-imageContainer {
        width: auto;
    }

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

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

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

    .categoryDropdown {
        font-size: 1.3rem;
    }

}

.invalid-credentials {
    color: red;
}

.error-row {
    margin-bottom: 1rem;
}

.categoryDropdownSelection {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.categoryShow {
    display: none;
}

.categoryDropdown::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    scale: 1.5;
}

.categoryDropdown:hover {
    cursor: pointer;
}

.product-files-container {
    margin-bottom: 3rem;
}

.product-files-link {
    color: #0000EE;
    text-decoration: underline;
}

.terms-text a {
    color: #00b8e4;
    text-decoration: underline;
}

.accent-clr--red {
    color: darkred;
}