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, .textImage-productInfo {
    width: 50%;
}

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

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

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

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

.amason-main-menu-ul li.has-submenu ul.amason-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;
}

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

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

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

    .info {
        width: auto;
    }

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

    .cartImage {
        width: 125px;
    }

    .checkoutMain {
        width: auto;
    }

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

    .textLeft {
        display: block;
    }

    .textImage {
        flex-direction: column;
    }

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






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

    .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: 150px;
    }

    .logoImg {
        height: 100px;
    }

    .productContainer {
        justify-content: center;
    }

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

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

}


































#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;
    font-size: 0.9em;
}

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

.singleProduct {
    max-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;
}

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

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

.product-not-available {
    text-align: center;
}