﻿* {
    margin: 0;
    padding: 0;
    text-decoration: none
}

    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

[type=button], 
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

a {
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}
    a:hover, a:focus {
        color: #4ab2f1;
    }

    a img {
        border: 0;
        opacity: .99;
    }

    a.LinkArea {
        font-weight: bold;
        color: deepskyblue;
    }

        a.LinkArea:hover,
        a.LinkArea:focus {
            color: #4ab2f1;
        }

    a.skip {
        height: 1px;
        left: -1000px;
        overflow: hidden;
        position: absolute;
        text-align: left;
        top: -1000px;
        width: 1px;
    }

        a.skip:active,
        a.skip:focus,
        a.skip:hover {
            background: #fff;
            color: #000;
            display: block;
            font-size: 16px;
            height: auto;
            left: 0;
            margin: 3px 0;
            overflow: visible;
            padding: 2px;
            position: initial;
            text-align: center;
            text-decoration: underline;
            top: 0;
            width: 100%;
        }

body {
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    background-color: #fff;
    font: normal 16px Arial, Helvetica, sans-serif;
    color: #000;
}

    body .ui-tooltip {
        border-width: 2px;
    }

button {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

    button:active {
        transform: translateY(2px);
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
    }

    button::-moz-focus-inner {
        margin: 0;
        border: 0;
        padding: 0
    }

    button.ui-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

div {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000
}

    h3.legal {
        padding-top: 8px;
    }

header {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
}

html {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
    margin: 0;
    -webkit-text-size-adjust: none
}

iframe.ChildPage {
    width: 100%;
    height: calc(100vh - 112px);
    border: none;
}

iframe.PopupPage {
    position: absolute;
    top: 100px;
    left: 100px;
    width: calc(100vw - 200px);
    height: calc(100vh - 200px);
    border: none;
}

input {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000
}

    input:-webkit-autofill {
        -webkit-box-shadow: inset 0 0 0 1000px #fff
    }

    input.ui-button.ui-button-icon-only {
        text-indent: 0;
    }

    input.ui-button.ui-icon-notext .ui-icon {
        height: auto;
        padding: .4em 1em;
        text-indent: 0;
        white-space: normal;
        width: auto;
    }

    input.ui-button::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"] {
        border-radius: 0;
    }

        /*input[type="password"]::-webkit-textfield-decoration-container,*/ /* Chrome */
        /*input[type="password"]::-webkit-clear-button,*/ /* Chrome */
        /*input[type="password"]::-webkit-inner-spin-button*/ /* Chrome */ /**/
        input[type="password"]::-ms-reveal,
        input[type="password"]::-ms-clear {
            display: none;
        }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"] {
        height: 36px;
        border: 1px solid #ddd;
        padding: 8px;
        vertical-align: middle;
    }

        input[type="text"]:focus,
        input[type="email"]:focus,
        input[type="tel"]:focus,
        input[type="password"]:focus {
            border-color: #ccc;
            color: #000;
            position: relative;
            z-index: 1;
        }

    input[type="button"],
    input[type="submit"] {
        cursor: pointer;
    }

    input[type="button"],
    input[type="submit"],
    input[type="reset"] {
        -webkit-appearance: none;
    }

        input[type="button"]::-moz-focus-inner,
        input[type="submit"]::-moz-focus-inner,
        input[type="reset"]::-moz-focus-inner,
        input[type="file"] > button::-moz-focus-inner,
        input[type="file"] > input[type="button"]::-moz-focus-inner {
            margin: 0;
            border: 0;
            padding: 0;
        }

    input [type=checkbox] {
        transform: scale(1);
        vertical-align: middle;
    }

    input[type="radio"] {
        vertical-align: middle;
    }

        input[type="checkbox"] + *,
        input[type="radio"] + * {
            vertical-align: middle;
        }

label {
    display: inline-block;
    vertical-align: middle;
}

    label + * {
        vertical-align: middle
    }

ol {
    list-style: none
}


p.legal {
    padding-top: 8px;
    padding-bottom: 8px;
}

script {
    display: none !important
}

select {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    height: 32px;
    border: 1px solid #ddd;
    padding: 6px;
    vertical-align: middle;
    min-width: 50px;
}

    select:focus {
        border-color: #ccc;
        color: #000;
        position: relative;
        z-index: 1;
    }

table {
    width: 100%;
    border-collapse: collapse;
}

td.product-picture {
    text-align: center;
}

textarea {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    height: 36px;
    min-height: 150px;
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 8px;
    vertical-align: middle
}

    textarea:focus {
        border-color: #ccc;
        color: #000;
        position: relative;
        z-index: 1;
    }

ul {
    list-style: none
}

    ul.legal {
        list-style-type: disc;
        list-style-position: inside;
        padding-top: 8px;
    }

        ul.legal li {
            padding-top: 4px;
            padding-bottom: 4px;
        }

#AddCardResultBox {
    color: red;
    font-weight: bold;
    min-height: 1em;
    text-align: center;
}

#buy-it-again-notify,
#buy-it-again-notify-product {
    align-items: center;
    color: limegreen;
    display: flex;
    font-size: 0.85rem;
    justify-content: center;
    margin-top: 0.4em;
}

#buy-it-again-notify-product {
    width: 100%;
}

#cart-link {
}

#CardNode {
    font-size: 1.1em;
    overflow-x: hidden;
}

#check-availability-button {
    background-color: #888;
    border: 0;
    color: #fff;
    font-size: 12px;
    margin: 10px 0 0;
    padding: 10px 15px;
}

    #check-availability-button:hover,
    #check-availability-button:focus {
        background-color: #999;
    }

#checkout-1-body,
#checkout-2-body {
    display: flex;
    flex-direction: column;
    gap: 0.25em;
}

    #checkout-1-body > div:nth-child(1) > label,
    #checkout-2-body > div:nth-child(1) > label {
        align-items: center;
        display: flex;
        justify-content: flex-end;
        width: 150px;
    }

    #checkout-1-body > div:nth-child(1) > select,
    #checkout-2-body > div:nth-child(1) > select {
        max-width: 500px;
        min-width: 250px;
        width: 50%;
    }

    #checkout-1-body > div:nth-child(1),
    #checkout-2-body > div:nth-child(1) {
        display: flex;
        margin-bottom: 0.5em;
    }

    #checkout-2-body .checkoutPopupCardRow:has(.card-row) {
        border: 1px solid gray;
    }

    #checkout-2-body .checkoutPopupCardRow.add-card {
        align-items: center;
    }

    #checkout-2-body .checkoutPopupCardRow .card-row {
        border-top: 1px solid lightgray;
        padding-top: 0.5em;
    }

        #checkout-2-body .checkoutPopupCardRow .card-row:first-of-type {
            border-top: none;
        }

        #checkout-2-body .checkoutPopupCardRow .card-row:last-of-type {
            padding-bottom: 0.5em;
        }

#checkout-1-body-row-1,
#checkout-1-body-row-2,
#checkout-2-body-row-2 {
    display: flex;
    flex-direction: column;
}

    #checkout-1-body-row-1 > #checkout-1-popup-card-body {
        background-color: #fff;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        gap: 1rem;
        margin-left: 0.25em;
        min-width: 500px;
    }

        #checkout-1-body-row-1 > #checkout-1-popup-card-body .row label,
        #checkout-2-body-row-2 > .checkoutPopupCardRow .row label {
            color: black;
            cursor: pointer;
        }

        #checkout-1-body-row-1 > #checkout-1-popup-card-body .row,
        #checkout-2-body-row-2 > .checkoutPopupCardRow .row {
            border: 2px solid gray;
            margin-left: 0;
            width: 95%;
        }

            #checkout-1-body-row-1 > #checkout-1-popup-card-body .row:has(label input[type="radio"]:checked),
            #checkout-2-body-row-2 > .checkoutPopupCardRow .row:has(label input[type="radio"]:checked) {
                background-color: lightgray;
            }

            #checkout-1-body-row-1 > #checkout-1-popup-card-body .row:hover,
            #checkout-2-body-row-2 > .checkoutPopupCardRow .row:hover {
                background-color: lightgray;
            }

    #checkout-1-body-row-1 > .checkout-list-info p,
    #checkout-1-body-row-2 > .checkout-list-info p,
    #checkout-2-body-row-2 > .checkout-list-info p {
        display: flex;
        font-size: 1em;
        justify-content: flex-end;
        width: 140px;
    }

    #checkout-1-body-row-1 > div,
    #checkout-1-body-row-2 > div,
    #checkout-2-body-row-2 > div {
        display: flex;
        gap: 0.5em;
        padding-left: 0;
        padding-top: 0.3em;
    }

        #checkout-1-body-row-1 > div:nth-child(2),
        #checkout-1-body-row-2 > div:nth-child(2),
        #checkout-2-body-row-2 > div:nth-child(2) {
        }  

    #checkout-1-body-row-1 > div {
        gap: 0.5em !important;
    }

        #checkout-1-body-row-1 > div span,
        #checkout-1-body-row-2 > div span,
        #checkout-2-body-row-2 > div span {
            font-size: 1em;
            font-weight: bold;
            text-align: left;
        }

#CloseButton {
    align-items: center;
    display: flex;
    height: 2.5em;
    justify-content: space-between;
    margin-bottom: 1em;
    min-width: revert;
    width: 6em;
}

#components-reconnect-modal {
    display: none !important;
}

#edit-checkout-1-body-row-1,
#edit-checkout-1-body-row-2,
#edit-checkout-2-body-row-1,
#edit-checkout-2-body-row-2 {
    border-top: 1px solid lightgray;
    color: deepskyblue;
    display: flex;
    font-weight: bold;
    justify-content: flex-end;
}

    #edit-checkout-1-body-row-1 div,
    #edit-checkout-1-body-row-2 div,
    #edit-checkout-2-body-row-1 div,
    #edit-checkout-2-body-row-2 div {
        display: flex;
        font-size: 1em !important;
        justify-content: flex-end;
    }

        #edit-checkout-1-body-row-1 div:hover,
        #edit-checkout-1-body-row-2 div:hover,
        #edit-checkout-2-body-row-1 div:hover,
        #edit-checkout-2-body-row-2 div:hover {
            color: lightskyblue;
            cursor: pointer;
            text-decoration: underline;
        }

#last-stage-text {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 1.25em;
    font-weight: bold;
    gap: 2em;
    padding-top: 1em;
}

#LoginArea {
    min-height: 450px;
}

#menu-toggle {
    display: none;
}

    #menu-toggle:checked + .menu-button-container .menu-button {
        background: rgba(255, 255, 255, 0);
    }

        #menu-toggle:checked + .menu-button-container .menu-button::after {
            margin-top: 0;
            transform: rotate(-405deg);
        }

        #menu-toggle:checked + .menu-button-container .menu-button::before {
            margin-top: 0;
            transform: rotate(405deg);
        }

/* make both list items sit inline */
.top-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .top-nav li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1.5rem;
    }

/* flex-align icon + text */
#my-account-link {
    display: flex;
    align-items: center;
    gap: 0.5rem; /* space between icon & label */
    color: #007bff; /* match your link color */
    text-decoration: none;
}

    #my-account-link:hover {
        text-decoration: underline;
    }

        #my-account-link:hover #welcome-profile-pic {
            opacity: 0.67;
        }

#NameText {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    height: 45px;
    margin-right: 0;
}

#nbp-sections > #welcome-container:focus-within .navbar-panel-welcome-list,
#nbp-sections > #welcome-container:focus-within .navbar-panel-welcome-list .navbar-panel-welcome-acct-list {
    display: block;
}

#order-details-print {
    font-size: 0.9em;
}

#popup-body-checkout-info,
#popup-body-address {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

#register-name-suggestion {
    align-items: center;
    display: flex;
    flex-direction: column;
}

#RemoveFromCartButton:hover {
    opacity: 0.5;
}

#ReturnToOrdersButton {
    font-size: 0.95em;
    font-weight: bold;
    min-height: 40px;
    min-width: 160px;
}

#SpinnerArea-AcctPayment,
#SpinnerArea-Checkout {
    align-items: center;
    display: flex;
    visibility: hidden;
}

#topcartlink {
    background-color: #f6f6f6;
    display: block;
    margin: 10px auto 0;
    max-width: 400px;
    padding: 0 20px;
    width: 70%;
}

    #topcartlink a {
        background: url('../images/shopping-bag.png') left center no-repeat;
        padding: 0 0 0 20px;
    }

#welcome-container > input[type=checkbox] {
    height: 0;
    opacity: 0;
    width: 0;
}

#welcome-container:hover > .navbar-panel-welcome-list,
#welcome-container:hover > .navbar-panel-welcome-list ul {
    display: block;
}

#welcome-container > #welcome-div {
    align-items: center;
    cursor: pointer;
    display: flex;
}

/* style the welcome text */
#welcome-message span {
    font-weight: 500;
    color: #007bff;
}

#welcome-profile-pic {
    align-items: center;
    background-color: darkgray;
    border: 1px solid gray;
    border-radius: 1em;
    color: black;
    display: flex;
    height: 2em;
    justify-content: center;
    width: 2em;
}

.account-page .buttons {
    text-align: center;
}

.account-page .description {
    margin: 0 0 25px;
    padding: 0 10px;
}

.account-page .table-wrapper {
    margin: 0 0 30px;
}

.active-discussions-page .forums-table-section-body {
    margin: 0 0 20px;
}

.active-discussions-page .forums-table-section-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 10px 10px;
}

    .active-discussions-page .forums-table-section-title strong {
        font-size: 30px;
        font-weight: normal;
    }

.AddedToCart {
    align-items: center;
    color: limegreen;
    display: flex;
    font-size: 0.85rem;
    justify-content: center;
    margin-top: 0.4em;
    width: 100% !important;
}

    .AddedToCart.store {
        color: limegreen;
        font-size: 1rem;
        margin-top: revert;
        width: revert !important;
    }

.add-more-external-records {
    text-align: center;
}

    .add-more-external-records a {
        color: #4ab2f1;
    }

        .add-more-external-records a:hover,
        .add-more-external-records a:focus {
            text-decoration: underline;
        }

.address-edit-page .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.address-edit-page .message-error {
    margin: 20px 0;
}

.address-edit-page .page-title {
    margin: 0 0 -1px;
}

.address-list-page .add-button {
    margin: 0 0 20px;
    text-align: center;
}

.address-list-page .button-2,
.order-list-page .button-2 {
    border: 0;
    color: #000;
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0 0 0 18px;
}

    .address-list-page .button-2:hover,
    .address-list-page .button-2:focus,
    .order-list-page .button-2:hover,
    .order-list-page .button-2:focus {
        color: #4ab2f1;
    }

.address-list-page .info .name,
.order-list-page .info .name {
    font-size: 16px;
    font-weight: bold;
}

.address-list-page .info,
.order-list-page .info {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    color: #000;
    line-height: 26px;
    margin: 0 0 10px;
    padding: 20px;
}

.admin-header-links {
    background-color: #333;
    color: #eee;
    text-align: center;
}

    .admin-header-links * {
        display: inline-block;
        font-size: 12px;
        font-weight: bold;
        line-height: 35px;
        margin: 0 10px;
    }

    .admin-header-links .imcustomerate {
        display: inline-block;
    }

        .admin-header-links .imcustomerate a {
            background-color: #555;
            padding: 0 15px;
        }

            .admin-header-links .imcustomerate a:hover,
            .admin-header-links .imcustomerate a:focus {
                background-color: #666;
            }

.AdministrationLinkArea {
    background-color: #333;
    height: 2rem;
    text-align: center;
    width: 100%;
}

    .AdministrationLinkArea * {
        display: inline-block;
        font: normal 14px Arial,Helvetica,sans-serif;
        margin: 0 10px;
    }

    .AdministrationLinkArea * {
        display: inline-block;
        font: normal 14px Arial,Helvetica,sans-serif;
        margin: 0 10px;
    }

    .AdministrationLinkArea a {
        color: white;
        line-height: 35px;
        text-decoration: none;
        vertical-align: middle;
    }

.advanced-search {
    margin: 30px 0 0;
}

    .advanced-search .price-range {
        display: inline-block;
    }

        .advanced-search .price-range input {
            margin: 3px;
            width: 80px;
        }

.ajax-loading-block-window {
    background: url('../images/loading.gif') center no-repeat;
    height: 32px;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: fixed;
    top: 50%;
    width: 32px;
    z-index: 999;
}

.apply-shipping-button {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    padding: 8px 25px;
}

.apply-shipping-button-container {
    margin-top: 15px;
    text-align: center;
}

.apply-vendor-page .terms-of-service {
    text-align: center;
}

    .apply-vendor-page .terms-of-service > * {
        display: inline-block;
        line-height: 32px;
    }

    .apply-vendor-page .terms-of-service span,
    .apply-vendor-page .terms-of-service a {
        color: #4ab2f1;
        cursor: pointer;
    }

.attributes {
    margin: 20px 0;
}

    .attributes .attribute-squares .disabled .attribute-square {
        cursor: default;
        opacity: .25;
    }

    .attributes .attribute-squares .disabled .attribute-square-container {
        background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1.5px), #e91e63 50%, rgba(0, 0, 0, 0) calc(50% + 1.5px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1.5px), #e91e63 50%, rgba(0, 0, 0, 0) calc(50% + 1.5px), rgba(0, 0, 0, 0) 100%);
    }

    .attributes .attribute-squares .tooltip-container .not-available-text {
        font-size: 12px;
    }

    .attributes .attribute-squares.color-squares .disabled .tooltip-container {
        display: block;
    }

    .attributes .attribute-squares.color-squares .tooltip-container {
        display: none;
        width: 120px;
    }

        .attributes .attribute-squares.color-squares .tooltip-container .not-available-text {
            margin: 5px;
        }

    .attributes .attribute-squares.color-squares li:hover .tooltip-container {
        margin-left: -42px;
    }

    .attributes .attribute-squares.image-squares .disabled .tooltip-container .not-available-text {
        display: block;
    }

    .attributes .attribute-squares.image-squares .tooltip-container .not-available-text {
        display: none;
        margin-bottom: 5px;
    }

    .attributes .datepicker {
        color: #000;
        text-align: center;
        width: 280px;
    }

    .attributes .option-list label {
        margin: 0 5px;
    }

    .attributes .option-list:not(.attribute-squares) .disabled {
        opacity: .5;
    }

    .attributes .qty-box input {
        height: 32px;
        text-align: center;
        width: 48px;
    }

    .attributes dd,
    .attribute-data {
        margin: 0 0 10px;
    }

    .attributes dl {
        overflow: hidden;
        padding: 0 2px;
    }

    .attributes dt,
    .attribute-label {
        color: #000;
        display: block;
        font-weight: bold;
        margin: 0 0 5px;
        white-space: nowrap;
    }

    .attributes li {
        margin: 8px 0 12px;
    }

    .attributes select {
        max-width: 100%;
        min-width: 100px;
        width: auto;
    }

        .attributes select option.disabled,
        .attributes select option:disabled {
            color: #cecece;
        }

.attribute-squares {
    display: inline-block;
    font-size: 0;
}

    .attribute-squares .attribute-square {
        border: 1px solid #000 !important;
        cursor: pointer;
        display: inline-block !important;
        height: 32px !important;
        width: 32px !important;
    }

    .attribute-squares .attribute-square-container {
        display: block;
        padding: 1px;
        position: relative;
        z-index: 0;
    }

    .attribute-squares .selected-value .attribute-square-container {
        background-color: #4ab2f1;
    }

    .attribute-squares label {
        display: block;
        margin: 0 !important;
        overflow: hidden;
    }

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
    }

        .attribute-squares li input {
            display: none;
        }

        .attribute-squares li:hover .tooltip-container,
        .attribute-squares li:focus .tooltip-container {
            margin-left: -83px;
            margin-top: 5px;
            visibility: visible;
            z-index: 999;
        }

.attribute-squares-padding {
    padding: 0 5px 0 0;
}

.avatar-page .button-1 {
    font-size: 14px;
}

.avatar-page .button-2 {
    background-color: #888;
    border: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
}

    .avatar-page .button-2:hover,
    .avatar-page .button-2:focus {
        background-color: #999;
    }

.avatar-page .image {
    margin: 0 0 10px;
}

    .avatar-page .image img {
        border: 1px solid #ccc;
    }

.avatar-page .info {
    color: #000;
}

.avatar-page .message-error {
    margin: 0 0 10px;
}

.avatar-page .page-body {
    background-color: #f9f9f9;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 30px 25px;
}

.avatar-page .page-title {
    margin: 0;
}

.BackLinkArea {
    align-items: center;
    display: flex;
    height: 32px;
}

    .BackLinkArea a {
        align-items: center;
        display: flex;
        height: 24px;
        justify-content: center;
        margin-left: 1em;
        width: 6em;
    }

        .BackLinkArea a:active {
            transform: translateY(2px);
        }

        .BackLinkArea a:visited {
            color: white;
        }

.bar-notification {
    display: none;
    padding: 15px 25px 15px 10px;
    position: relative;
}

    .bar-notification .close {
        background: #fff url('../images/close.png') center no-repeat;
        cursor: pointer;
        height: 32px;
        margin: 7px;
        position: absolute;
        right: 0;
        top: 0;
        width: 32px;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

.bar-notification-container {
    color: #fff;
    left: 0;
    line-height: 16px;
    opacity: .95;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.block {
    border-right: 1px solid #ddd;
    margin: auto;
    min-height: 50px;
    text-align: left;
}

    .block .list .active > a {
        background-color: midnightblue;
        border-radius: 15px;
        box-shadow: 1px 1px 2px midnightblue;
        color: white;
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
    }

        .block .list .active > a:hover {
            background-color: darkslateblue;
        }

    .block .list .inactive a:hover,
    .block .list .inactive a:focus {
        color: #4ab2f1;
    }

    .block .list a {
        color: #000;
        display: inline-block;
        font-size: 16px;
        padding: 5px 0;
        position: relative;
        transition: all .1s ease;
        -webkit-transition: all .1s ease;
    }

        .block .list a:before {
            background-color: #ddd;
            content: "";
            height: 5px;
            left: -15px;
            position: absolute;
            top: 12px;
            width: 5px;
        }

        .block .list a:focus,
        .block .list a:active {
            padding: 5px 8px 5px 8px;
        }

    .block .list li {
        padding: 5px 0 5px 15px;
    }

    .block .listbox {
        border-bottom: 1px solid #ddd;
        overflow-y: auto;
        padding: 10px 5px;
    }

    .block .sublist {
        margin: 15px 0 5px;
    }

        .block .sublist a {
            font-size: 14px;
        }

    .block .tags {
        margin: 5px 0 10px;
    }

        .block .tags li a,
        .product-tags-all-page li a {
            color: #000;
            float: left;
            line-height: 30px;
        }

            .block .tags li a:hover,
            .block .tags li a:focus,
            .product-tags-all-page li a:hover,
            .product-tags-all-page li a:focus {
                color: #4ab2f1;
            }

        .block .tags li,
        .product-tags-all-page li {
            display: inline-block;
            font-size: 17px !important;
            margin: 0 10px;
            overflow: hidden;
            position: relative;
        }

        .block .tags ul {
            display: block;
            font-size: 0;
            margin-bottom: 1em;
            margin-left: 0;
            margin-right: 0;
            margin-top: 1em;
            padding-left: 40px;
        }

    .block .title {
        background: #f6f6f6 url('../images/toggle-gray.png') right 14px no-repeat;
        border-bottom: 1px solid #ddd;
        color: #000;
        cursor: pointer;
        font-size: 20px;
        margin: 0 0 10px;
        padding: 12px 30px 12px 10px;
        position: relative;
    }

        .block .title strong {
            font-weight: normal;
        }

    .block .view-all {
        margin: 10px 0 0;
    }

        .block .view-all a {
            color: #4ab2f1;
            display: inline-block;
            font-size: 16px;
            padding: 10px 15px;
        }

            .block .view-all a:hover,
            .block .view-all a:focus {
                text-decoration: underline;
            }

    .block a.product-picture {
        display: none;
    }

        .block a.product-picture:before {
            display: none;
        }

    .block input[type=checkbox] {
        height: 0;
        opacity: 0;
        width: 0;
    }

.breadcrumb {
    background-color: #f6f6f6;
    margin: 0 0 50px;
    padding: 5px 10px;
}

    .breadcrumb a:hover,
    .breadcrumb a:focus {
        color: #4ab2f1;
    }

    .breadcrumb li {
        display: inline-block;
    }

        .breadcrumb li * {
            display: inline-block;
            font-size: 20px;
            line-height: 32px;
            margin: 0 5px;
        }

    .breadcrumb strong {
        font-weight: normal;
    }

    .breadcrumb ul {
        font-size: 0;
        margin: 0;
    }

.btn {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .5rem;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -moz-user-select: none;
    padding: .375rem .75rem;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    -webkit-user-select: none;
}

.btn-outline-primary {
    border-color: blue;
    color: black;
}

    .btn-outline-primary:hover {
        background-color: deepskyblue;
        border-color: royalblue;
        color: #fff;
    }

.btn-outline-primary-disabled {
    border-color: gray;
    color: gray;
}

.btn-outline-secondary {
    background-color: dodgerblue;
    border-color: dodgerblue;
    color: azure;
}

    .btn-outline-secondary:hover {
        background-color: deepskyblue;
        border-color: royalblue;
        color: azure;
    }

.btn-primary {
    background-color: #248ece;
    border-color: #0056b3;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #186fba;
    }

.btn-secondary {
    background-color: #6c757d;
    border-color: #6c757d;
    box-shadow: 1px 1px 3px gray;
    color: #fff;
}

    .btn-secondary:active {
        background-color: #565e64;
        border-color: #51585e;
        color: #fff;
    }

    .btn-secondary:disabled {
        background-color: #6c757d;
        border-color: #6c757d;
        color: #fff;
    }

    .btn-secondary:hover {
        background-color: #5c636a;
        border-color: #565e64;
        color: #ffffff;
    }

.btn-success {
    background-color: #248ece;
    border-color: #0056b3;
    color: #fff;
}

.btn-success {
    background-color: #198754;
    border-color: #198754;
    box-shadow: 1px 1px 3px green;
    color: #fff;
}

    .btn-success:active {
        background-color: #146c43;
        border-color: #13653f;
        color: #fff;
    }

    .btn-success:disabled {
        background-color: #198754;
        border-color: #198754;
        color: #fff;
    }

    .btn-success:hover {
        background-color: #157347;
        border-color: #146c43;
        color: #ffffff;
    }

.button-1,
.button-2 {
    cursor: pointer;
}

.ButtonBar {
    align-items: center;
    display: flex;
    float: left;
    height: 50px;
    margin: 15px;
    min-width: 50%;
}

    .ButtonBar button {
        background-color: lightgray;
        border: 0;
        border-radius: 0.5rem;
        box-shadow: 2px 2px 0px gray;
        color: black;
        flex: 1;
        font-size: 15px;
        padding: 10px 30px;
        text-align: center;
        z-index: 20;
    }

        .ButtonBar button.active {
            background-color: slategray;
            color: white;
        }

            .ButtonBar button.active:hover {
                background-color: dimgray;
            }

        .ButtonBar button.dropdown {
            display: block;
            position: relative;
        }

            .ButtonBar button.dropdown > ul {
                display: none;
                left: 0;
                margin: 0;
                padding: 0;
                position: absolute;
                top: 100%;
                width: 100%;
            }

                .ButtonBar button.dropdown > ul li > button {
                    align-items: center;
                    display: flex !important;
                    font-size: 1em;
                    height: 2.5em;
                    justify-content: center;
                    padding: 0;
                    width: 100%;
                }

            .ButtonBar button.dropdown:hover > ul {
                display: flex;
                flex-direction: column;
                left: 0;
                margin: 0;
                padding: 0;
                padding-top: 0.33em;
                position: absolute;
                top: 100%;
                visibility: visible;
                z-index: 20;
            }

        .ButtonBar button:hover {
            background-color: darkgray;
        }

.ButtonPrimary {
    background-color: #248ece;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px #0056b3;
    color: #fff;
    font-size: 1em;
    height: 2.5em;
    padding: 0 1em;
    text-align: center;
    width: 10em;
}

    .ButtonPrimary:hover {
        background-color: #186fba;
    }

.buttons {
    margin: 0 0 30px;
}

.button-flag-content {
    background-color: indianred;
    border: 1px solid #ef8490;
    border-radius: 0.5em;
    box-shadow: 1px 1px 3px #ef8490;
    color: white;
    font-weight: bold;
    margin: 0.5em auto 0.5em 0;
    padding: 0.5em;
}

    .button-flag-content:hover {
        background-color: #ef8490;
    }

    .button-flag-content.disabled {
        background-color: #ef8490;
        cursor: default;
    }

.ButtonsWrapper {
    background-color: #fff;
    padding: 30px 0;
    text-align: center;
}

.button-title-mobile {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin-bottom: 1em;
}

    .button-title-mobile .button-bar-mobile {
        display: flex;
        gap: 1em;
        justify-content: space-between;
    }

        .button-title-mobile .button-bar-mobile button {
            font-size: 0.9em;
            height: 2.5em;
        }

    .button-title-mobile .page-title {
        border: 0;
        padding: 0 !important;
    }

        .button-title-mobile .page-title::after {
            border-bottom: 1px solid lightgray;
            bottom: 0;
            content: '';
            left: 0;
            width: 100%;
        }

    .button-title-mobile.nauth {
        display: flex;
        flex-direction: column;
        gap: 1em;
        margin: 0 1em 1em 1em;
        text-align: center;
    }

.button-title-popup {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: space-between;
    margin-bottom: 1em;
    border-bottom: 1px solid lightgray;
}

    .button-title-popup > p {
        display: flex;
        gap: 0.5em;
        font-size: 1.75em;
    }

.captcha-box {
    line-height: 0;
    text-align: center;
}

    .captcha-box > div {
        display: inline-block;
        max-width: 100%;
    }

    .captcha-box input {
        height: auto;
    }

.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 50%;
}

.card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

.card-body {
    background-color: #fff;
    flex: 1 1 auto;
    overflow-x: auto;
    padding: 1rem 1rem;
}

.card-body-alt {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 1em;
    justify-content: center;
    overflow-x: auto;
    padding: 1em;
}

.card-body-links {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .card-body-links a {
        align-items: center;
        border: 1px solid gray;
        border-radius: 0.5rem;
        color: slategray;
        cursor: pointer;
        display: flex;
        flex: 0 0 20%;
        font-size: 1em;
        font-weight: bold;
        height: 100%;
        justify-content: center;
        margin: 2rem;
        min-height: 100px;
        min-width: 125px;
        text-align: center;
        text-decoration: none;
    }

        .card-body-links a:hover {
            background-color: lightgray;
            color: slategray;
        }

    .card-body-links a.sign-out {
        background-color: gray;
        box-shadow: 1px 1px 3px gray;
        color: white;
        flex: unset;
        height: 3em;
        width: 10em;
        margin: 2rem;
        min-height: unset;
        min-width: unset;
    }

        .card-body-links a.sign-out:hover {
            background-color: lightgray;
            color: slategray;
        }

.card-body-payment-portal {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .card-body-payment-portal .form-row .form-group label {
        min-width: 150px;
    }

    .card-body-payment-portal .form-row .form-group span {
        min-width: 100px;
    }

    .card-body-payment-portal .form-row .form-group,
    .card-body-payment-portal > div .form-row .form-group {
        display: flex;
        gap: 1em;
        max-width: 500px;
        min-width: 250px;
    }

    .card-body-payment-portal .form-row-alt .form-group label {
        min-width: 150px;
    }

    .card-body-payment-portal .form-row-alt .form-group span {
        min-width: 100px;
    }

    .card-body-payment-portal .form-row-alt .form-group,
    .card-body-payment-portal > div .form-row-alt .form-group {
        display: flex;
        gap: 1em;
        max-width: 500px;
        min-width: 250px;
    }

    .card-body-payment-portal > div {
        align-items: center;
        display: flex;
        flex-direction: column;
        padding-top: 1em;
    }

        .card-body-payment-portal > div .form-row {
            display: flex;
            justify-content: center;
            padding: 6px;
            width: 100%;
        }

        .card-body-payment-portal > div .form-row-alt {
            background-color: #eee;
            display: flex;
            justify-content: center;
            padding: 6px;
            width: 100%;
        }

.card-footer {
    display: flex;
    gap: 0.5em;
    justify-content: center;
}

.card-footer-alt {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 2em;
    padding: 0em 2em 2em;
}

    .card-footer-alt button {
        width: 10em;
    }

.card-group-right {
    float: right;
}

.card-header {
    text-align: center;
}

.card-header {
    background-color: #1887ba;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: white !important;
    margin-bottom: 0;
    padding: .5rem 1rem;
}

    .card-header .button-1 {
        background-color: #4ab2f1;
        border: 0;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        min-width: 140px;
        padding: 10px 30px;
        text-align: center;
        text-transform: uppercase;
    }

#CardListArea {
    gap: 1em;
    justify-content: center;
    max-width: 500px;
    padding-top: 1em;
    width: 100%;
}

#CardOnFileArea {
    border: 1px solid lightgray;
    font-size: 1.1em;
    font-weight: bold;
    justify-content: center;
    max-width: 500px;
    padding: 1em 0 1em 0;
    width: 100%;
}

    #CardOnFileArea > div:first-of-type {
        display: flex;
        padding: 0;
    }

    #CardOnFileArea > div:not(:first-of-type) {
        padding: 0.5em 0.5em 0 1em;
    }

.card-review {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    height: 78vh;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

    .card-review .card-body-links-review {
    }

        .card-review .card-body-links-review a {
        }

            .card-review .card-body-links-review a:hover {
            }

    .card-review .card-body-review {
        background-color: #fff;
        display: flex;
        flex: 1 1 auto;
        flex-direction: column;
        font-size: 0.85em;
        gap: 1em;
        overflow-x: auto;
        padding: 1rem 1rem;
    }

        .card-review .card-body-review .card-review-item {
            border: 1px solid lightgray;
            border-radius: 1em;
            display: flex;
            flex-direction: column;
            gap: 0.1em;
            height: auto;
            padding: 0.75em;
        }

            .card-review .card-body-review .card-review-item .rating {
                background: url('../images/rating1.png') repeat-x;
                height: 14px;
                width: 95px;
            }

                .card-review .card-body-review .card-review-item .rating div {
                    background: url('../images/rating2.png') repeat-x;
                    font-size: 0;
                    height: 14px;
                    line-height: 0;
                }

            .card-review .card-body-review .card-review-item > div:last-child {
                margin-top: 0.15em;
                white-space: pre-line;
            }

            .card-review .card-body-review .card-review-item.your-review {
                background-color: floralwhite;
                border: 1px solid gray;
            }

        .card-review .card-body-review .row > label {
            align-items: end;
            display: flex;
            font-size: 1.25em;
            font-weight: bold;
        }

        .card-review .card-body-review .row:nth-child(2) {
            height: 85%;
        }

            .card-review .card-body-review .row:nth-child(2) > textarea {
                border-radius: 0;
                height: 95%;
            }

    .card-review .card-footer-review {
        align-items: center;
        border-top: 1px solid lightgray;
        display: flex;
        justify-content: space-between;
    }

        .card-review .card-footer-review button {
            align-items: center;
            display: flex;
            height: 85%;
        }

    .card-review .card-header-review {
        background-color: #1887ba;
        border-bottom: 1px solid rgba(0,0,0,.125);
        color: white !important;
        display: flex;
        flex-direction: column;
        font-size: 1.25rem;
        gap: 0.5em;
        margin-bottom: 0;
        padding: .5rem 0.5rem;
    }

        .card-review .card-header-review .card-header-bottom-review {
            align-items: center;
            display: flex;
            gap: 0.5em;
            justify-content: flex-start;
        }

            .card-review .card-header-review .card-header-bottom-review .card-title-review {
                color: #fff !important;
                margin-bottom: .5rem;
            }

            .card-review .card-header-review .card-header-bottom-review > .button-1 {
                background-color: #4ab2f1;
                border: 0;
                color: #fff;
                display: inline-block;
                font-size: 0.75em;
                height: 75%;
                min-width: 5em;
                padding: 10px 30px;
                text-align: center;
            }

        .card-review .card-header-review .card-header-top-review {
            background-color: #1887ba;
            display: flex;
            justify-content: space-between;
        }

            .card-review .card-header-review .card-header-top-review > .button-1,
            .card-review .card-header-review > .button-1 {
                background-color: #1887ba;
                border: none;
                color: black;
                font-size: 1.5em;
                width: 1.5em;
            }

    .card-review .card-sub-header-review {
    }

.card-row {
    display: flex;
    flex-direction: column;
    text-align: left;
}

    .card-row .card-row-flex {
        align-items: center;
        display: flex;
        gap: 1em;
        padding-bottom: 0.25em;
    }

    .card-row > div:last-of-type {
        padding: 0.5em 0.5em 0.5em 1em;
    }

        .card-row > div:last-of-type > button {
            background-color: powderblue;
            border: 1px solid gray;
            border-radius: 1em;
            color: dodgerblue;
            font-size: 1em;
            padding: 0 0.5em 0 0.5em;
        }

            .card-row > div:last-of-type > button:focus {
                opacity: 0.75;
            }

            .card-row > div:last-of-type > button:hover {
                color: deepskyblue;
                opacity: 0.75;
            }

            .card-row > div:last-of-type > button + button {
                background-color: palevioletred;
                color: darkred;
            }

                .card-row > div:last-of-type > button + button:hover {
                    color: red;
                }

.card-sub-header {
    background-color: #42aedf;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: white;
    margin-bottom: 0;
    padding: .5rem 1rem;
}

.card-title {
    color: white !important;
    margin-bottom: .5rem;
}

.card-title-payment-portal {
    background-color: #ccc;
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px;
}

.cart .product .edit-item {
    margin: 10px 0 0;
}

    .cart .product .edit-item a {
        color: #4ab2f1;
        font-weight: normal;
    }

        .cart .product .edit-item a:hover,
        .cart .product .edit-item a:focus {
            text-decoration: underline;
        }

.cart .product a,
.data-table .product a,
.data-table .info a {
    color: #000;
    font-weight: bold;
}

    .cart .product a:hover,
    .cart .product a:focus,
    .data-table .product a:hover,
    .data-table .product a:focus,
    .data-table .info a:hover,
    .data-table .info a:focus {
        color: #4ab2f1;
        text-decoration: none;
    }

.cart .product,
.data-table .product,
.data-table .message,
.data-table .info,
.data-table .name {
    min-width: 225px;
    text-align: left;
}

.cart .product-quantity div.down {
    background: url('../images/vote-down.png') no-repeat 50% 50%;
    border: 0;
    cursor: pointer;
    height: 25px;
    width: 50px;
}

.cart .product-quantity div.up {
    background: url('../images/vote-up.png') no-repeat 50% 50%;
    border: 0;
    cursor: pointer;
    height: 25px;
    width: 50px;
}

.cart .remove-from-cart .remove-btn {
    background: #ffffffab url('../images/remove.png') center no-repeat;
    border: 0;
    height: 11px;
    width: 11px;
}

.cart .remove-from-cart input[type="checkbox"] {
    display: none;
}

.cart .remove-from-cart,
.cart .add-to-cart,
.data-table .select-boxes,
.data-table .order {
    text-align: center;
}

.cart a,
.data-table a,
.forum-table a {
    color: #4ab2f1;
    font-weight: normal;
}

    .cart a:hover,
    .cart a:focus,
    .data-table a:hover,
    .data-table a:focus,
    .forum-table a:hover,
    .forum-table a:focus {
        text-decoration: underline;
    }

.cart td > .product-quantity {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.cart td,
.data-table td,
.forum-table td {
    background-color: #fff;
    border-color: transparent #ddd #ddd;
    border-style: solid;
    border-width: 1px;
    color: #000;
    min-width: 50px;
    padding: 10px;
}

    .cart td.quantity input {
        height: 30px;
        text-align: center;
        width: 50px;
    }

        .cart td.quantity input[type="number"]::-webkit-inner-spin-button,
        .cart td.quantity input[type="number"]::-webkit-outer-spin-button {
            margin: 0;
            -webkit-appearance: none;
        }

    .cart td.subtotal .discount,
    .cart td.subtotal .discount-additional-info {
        color: #4ab2f1;
        font-style: italic;
    }

    .cart td.subtotal,
    .data-table td.total {
        color: #000;
        white-space: nowrap;
    }

    .cart td.unit-price,
    .data-table td.unit-price {
        white-space: nowrap;
    }

.cart th,
.data-table th,
.forum-table th {
    background-color: #f6f6f6;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 0;
    font-weight: normal;
    padding: 10px;
    white-space: nowrap;
}

.cart-collaterals {
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 25px 0 0;
    width: 350px;
}

    .cart-collaterals .button-2 {
        background-color: #aaa;
        border: 0;
        color: #fff;
        display: inline-block;
        padding: 10px 15px;
    }

        .cart-collaterals .button-2:hover,
        .cart-collaterals .button-2:focus {
            background-color: #999;
        }

    .cart-collaterals .coupon-code {
        overflow: hidden;
    }

        .cart-collaterals .coupon-code button[type="submit"] {
            float: left;
            height: 36px;
            padding: 0;
            width: 40%;
        }

        .cart-collaterals .coupon-code input[type="text"] {
            float: left;
            height: 36px;
            margin: 0 -1px 0 0;
            width: 60%;
        }

    .cart-collaterals .current-code {
        color: #4cb17c;
        margin: 5px 0 0;
    }

    .cart-collaterals .deals > div {
        margin: 0 0 20px;
    }

    .cart-collaterals .hint {
        margin: 0 0 10px;
    }

    .cart-collaterals .message-failure {
        color: #e4434b;
        font-size: 12px;
        margin: 5px 0 0;
    }

    .cart-collaterals .message-success {
        color: #4cb17c;
        font-size: 12px;
        margin: 5px 0 0;
    }

    .cart-collaterals .shipping select {
        height: 36px;
    }

    .cart-collaterals .shipping-results {
        margin: 30px 0 0;
    }

        .cart-collaterals .shipping-results li {
            margin: 20px 0;
        }

            .cart-collaterals .shipping-results li strong {
                color: #000;
                display: block;
                margin: 0 0 5px;
            }

    .cart-collaterals .title {
        color: #000;
        font-size: 18px;
        margin: 0 0 5px;
    }

        .cart-collaterals .title strong {
            font-weight: normal;
        }

    .cart-collaterals > div {
        margin: 0 0 50px;
        max-width: 400px;
    }

.cart-footer {
    border-top: 1px solid #ddd;
}

    .cart-footer .addon-buttons {
        margin: 20px 0 0;
        padding: 0 10px;
    }

    .cart-footer .checkout-disabled {
        background: #ffa500;
        border: 1px solid #c3891e;
        color: #fff;
        font-size: 20px;
        padding: 15px 50px;
        text-align: center;
    }

    .cart-footer .general-details,
    .cart-footer .order-details-general-details {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        color: #000;
        float: left;
        margin: 0 auto 50px;
        padding: 10px;
        padding: 16px 30px 15px;
        width: 55%;
    }

    .cart-footer .order-details-financial-details {
        display: flex;
        flex-direction: column;
    }

    .cart-footer .total-info {
        padding: 5px 30px 3px;
    }

    .cart-footer .totals {
        background-color: #f9f9f9;
        border: 1px solid #ddd;
        color: #000;
        display: flex;
        flex-direction: column;
        float: right;
        padding: 10px;
        width: 100%;
    }

    .cart-footer > .general-details + .totals,
    .cart-footer > .order-details-general-details + .totals {
        width: 45%;
    }

    .cart-footer:after {
        clear: both;
        content: "";
        display: block;
    }

.cart-total {
    float: right;
}

    .cart-total .earn-reward-points {
        font-style: italic;
    }

    .cart-total .giftcard-remaining {
        display: block;
        font-style: italic;
    }

    .cart-total .order-total {
        color: #4ab2f1;
        font-size: 20px;
    }

        .cart-total .order-total strong {
            font-weight: normal;
        }

    .cart-total td {
        padding: 5px 0;
        text-align: right;
    }

.cart-total-left {
    font-weight: bold;
    text-align: left;
    width: 75%;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol {
    list-style: decimal;
    margin: 12px 0;
    padding: 0 0 0 36px;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p {
    margin: 10px 0;
    text-align: justify;
}

.category-description ul li,
.manufacturer-description ul li,
.full-description ul li,
.topic-block ul li,
.topic-page ul li,
.post-body ul li {
    text-align: left;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul {
    list-style: disc;
    margin: 12px 0;
    padding: 0 0 0 36px;
}

.category-description,
.manufacturer-description,
.vendor-description {
    line-height: 22px;
    margin: 0 0 25px;
}

.center-1 {
    width: 100%;
}

    .center-1 .page-title,
    .center-1 .title {
        text-align: center;
    }

.CenterBox {
    min-width: 550px;
}

.CenterField {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

    .CenterField a {
        color: blue;
    }

        .CenterField a:hover {
            color: royalblue;
        }

.change-password-page .fieldset {
    margin: 0 0 30px;
}

.change-password-page .page-title {
    margin: 0 0 -1px;
}

.change-password-page .result,
.change-password-page .message-error {
    margin: 20px 0;
}

#ChargeAccountArea {
    max-width: 500px;
}

.check-gift-card-balance-page .fieldset {
    margin: 0 0 30px;
}

.check-gift-card-balance-page .page-title {
    margin: 0 0 -1px;
}

.check-gift-card-balance-page .result,
.check-gift-card-balance-page .message-error {
    margin: 20px 0;
}

.checkout-attributes {
    color: #000;
    margin: -30px 0 30px;
}

    .checkout-attributes .attribute-squares li {
        border: 0;
        line-height: 0;
        padding: 0;
    }

    .checkout-attributes dd {
        margin: 0 0 20px;
    }

    .checkout-attributes dt {
        font-weight: bold;
        margin: 0 0 5px;
    }

    .checkout-attributes input[type="text"],
    .checkout-attributes select {
        min-width: 170px;
    }

    .checkout-attributes li {
        background-color: #fff;
        border: 1px solid #ddd;
        display: inline-block;
        font-size: 14px;
        margin: 5px;
        padding: 8px 10px;
    }

        .checkout-attributes li label {
            display: inline-block;
            margin: 0 0 0 5px;
        }

    .checkout-attributes ul {
        font-size: 0;
    }

.checkoutBodyRow {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding-left: 0;
    padding-top: 0.3em;
}

    .checkoutBodyRow > .checkoutPopupCardRow .row label {
        color: black;
        cursor: pointer;
    }

    .checkoutBodyRow > .checkoutPopupCardRow .row {
        border: 2px solid gray;
        margin-left: 0;
        width: 95%;
    }

        .checkoutBodyRow > .checkoutPopupCardRow .row:has(label input[type="radio"]:checked) {
            background-color: lightgray;
        }

        .checkoutBodyRow > .checkoutPopupCardRow .row:hover {
            background-color: lightgray;
        }

    .checkoutBodyRow > .checkout-list-info p {
        display: flex;
        font-size: 1em;
        justify-content: flex-end;
        width: 140px;
    }

    .checkoutBodyRow > div span {
        font-size: 1em;
        font-weight: bold;
        text-align: left;
    }

    .checkoutBodyRow > div:nth-child(2)
    {
    }

.checkoutPopupCardRow {
    background-color: #fff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 0.5em;
    max-height: 400px;
    max-width: 500px;
    overflow-y: auto;
}

    .checkoutPopupCardRow .card-row:not(:first-of-type) {
        border-top: 1px solid lightgray;
        padding-top: 1em;
    }

    .checkoutPopupCardRow.add-card {
        border: 1px solid gray;
        padding: 1em 0 1em 0;
    }

.checkout-button {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    min-width: 160px;
    padding: 10px 20px;
}

    .checkout-button:hover,
    .checkout-button:focus {
        background-color: #248ece;
    }

.checkout-buttons {
    height: 3em;
    padding: 0 10px;
    text-align: center;
}

.checkout-page .address-item {
    margin: 0 auto 40px;
    max-width: 100%;
    width: 350px;
}

    .checkout-page .address-item li {
        padding: 5px 0;
    }

        .checkout-page .address-item li.name {
            font-size: 16px;
            font-weight: bold;
        }

    .checkout-page .address-item ul {
        background-color: #f9f9f9;
        color: #000;
        margin: 0 0 15px;
        padding: 20px;
    }

.checkout-page .button-1 {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
}

    .checkout-page .button-1:hover,
    .checkout-page .button-1:focus {
        background-color: #248ece;
    }

.checkout-page .cart-footer {
    border-top: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
}

    .checkout-page .cart-footer .error-section,
    .shopping-cart-page .cart-footer .error-section {
        color: red;
        display: flex;
        flex-direction: column;
        font-weight: bold;
        padding: 0.5em;
        text-align: left;
    }

.checkout-page .cart-options {
    min-height: 60px;
    overflow: hidden;
}

.checkout-page .delete-address-button {
    float: right;
    margin: 20px 0 10px 0;
}

.checkout-page .edit-address-button {
    float: right;
    margin: 20px 10px 10px 12px;
}

.checkout-page .opc-select-address-container .button-1 {
    min-width: 100px;
    padding: 5px 20px;
}

.checkout-page .pickup-in-store {
    text-align: center;
}

    .checkout-page .pickup-in-store .selector {
        color: #000;
        font-weight: bold;
        margin: 0 0 5px;
    }

.checkout-page .pickup-points-map {
    margin-bottom: 5px;
    margin-top: 5px;
    min-height: 350px;
    min-width: 400px;
    vertical-align: middle;
}

.checkout-page .section {
    margin: 0 0 30px;
}

    .checkout-page .section.order-summary {
        margin: 100px 0 30px;
    }

.checkout-page .ship-to-same-address {
    padding: 30px 0;
    text-align: center;
}

    .checkout-page .ship-to-same-address .selector {
        color: #000;
        font-weight: bold;
        margin: 0 0 5px;
    }

.checkout-page .total-info {
    border-bottom: 0;
    margin: 0;
    padding: 5px 20px 10px;
}

.checkout-section-buttons {
}

.choose-shipping-title {
    margin-top: 20px;
}

.close-popup-area {
    display: flex;
    justify-content: end;
    position: fixed;
    right: 0;
/*    width: 25%;*/
    z-index: 10;
}

    .close-popup-area .close-popup-btn {
        background-color: #248ece;
        border: 1px solid dodgerblue;
        border-radius: 0.33em;
        box-shadow: 1px 1px 3px #0056b3;
        color: white;
        height: 2.25em;
        margin: 0.5em 0.5em 0 0;
        width: 2.5em;
    }

        .close-popup-area .close-popup-btn:hover {
            background-color: #186fba;
        }

.col-md-12 {
    flex: 0 0 auto;
    width: 100% !important;
}

.col-md-2 {
    flex: 0 0 auto;
    width: 18% !important;
}

.col-md-3 {
    flex: 0 0 auto;
    width: 25% !important;
}

.col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
}

.col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
}

.col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
}

.comment-body {
    line-height: 22px;
}

.comment-info {
    margin: 20px auto;
    width: 150px;
}

    .comment-info .avatar {
        border: 1px solid #ddd;
        height: 150px;
        overflow: hidden;
        position: relative;
        width: 150px;
    }

        .comment-info .avatar img {
            border: solid 2px #cedbe1 !important;
            bottom: 0;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            position: absolute;
            right: 0;
            top: 0;
        }

    .comment-info .username {
        background-color: #f6f6f6;
        border: 1px solid #ddd;
        color: #000;
        display: block;
        font-weight: bold;
        margin: 0 0 -1px;
        padding: 11px 0;
    }

    .comment-info a.username:hover,
    .comment-info a.username:focus {
        color: #4ab2f1;
    }

.comment-list {
    margin: 0 0 100px;
}

    .comment-list .comment {
        border-top: 1px solid #ddd;
        margin: 0 0 40px;
    }

        .comment-list .comment:after {
            clear: both;
            content: "";
            display: block;
        }

    .comment-list .title {
        color: #000;
        font-size: 20px;
        margin: 0 0 15px;
        padding: 0 10px;
    }

        .comment-list .title strong {
            font-weight: normal;
        }

.comment-time {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 15px;
}

    .comment-time span {
        color: #000;
    }

.comment-title {
    color: #000;
    font-size: 16px;
    margin: 0 0 15px;
}

.compare-products-page {
    overflow: hidden;
    position: relative;
}

    .compare-products-page .clear-list {
        background-color: #4ab2f1;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        margin: 0 0 20px;
        padding: 10px 15px;
    }

        .compare-products-page .clear-list:hover,
        .compare-products-page .clear-list:focus {
            background-color: #248ece;
        }

    .compare-products-page .no-data {
        margin: 25px 0 0;
    }

    .compare-products-page .table-wrapper {
        margin: 0 0 30px;
        padding: 0 0 1px;
    }

.compare-products-table .full-description td {
    display: none;
}

.compare-products-table .picture {
    display: block;
    height: 200px;
    max-width: 200px;
    overflow: hidden;
    position: relative;
}

    .compare-products-table .picture img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

.compare-products-table .product-name td {
    font-weight: bold;
}

    .compare-products-table .product-name td a:hover,
    .compare-products-table .product-name td a:focus {
        color: #4ab2f1;
    }

.compare-products-table .remove-button {
    background: url('../images/remove.png') left center no-repeat;
    border: 0;
    color: #000;
    display: inline-block;
    font-size: 12px;
    padding: 0 0 0 18px;
}

    .compare-products-table .remove-button:hover,
    .compare-products-table .remove-button:focus {
        color: #4ab2f1;
    }

.compare-products-table .short-description td {
    line-height: 22px;
}

.compare-products-table .specification-group td {
    border: 0;
    padding: 20px 10px 10px 10px;
}

    .compare-products-table .specification-group td label {
        color: #000;
        font-size: 16px;
    }

.compare-products-table td {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    min-width: 150px;
    padding: 20px;
    text-align: left;
    vertical-align: top;
}

    .compare-products-table td label {
        color: #000;
        font-weight: normal;
    }

    .compare-products-table td:first-child {
        min-width: 0;
    }

.confirm-order .button-1 {
    font-size: 16px;
}

.confirm-order .buttons {
    padding: 10px 0;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
}

    .contact-page .button-1:hover,
    .contact-page .button-1:focus,
    .email-a-friend-page .button-1:hover,
    .email-a-friend-page .button-1:focus,
    .apply-vendor-page .button-1:hover,
    .apply-vendor-page .button-1:focus {
        background-color: #248ece;
    }

.contact-page .page-title,
.email-a-friend-page .page-title,
.apply-vendor-page .page-title {
    margin: 0 0 -1px;
}

.contact-page .result,
.contact-page .message-error,
.email-a-friend-page .result,
.email-a-friend-page .message-error,
.apply-vendor-page .result,
.apply-vendor-page .message-error {
    margin: 20px 0;
}

.contact-page .topic-block,
.email-a-friend-page .title,
.apply-vendor-page .title {
    margin: 25px 0;
}

.contact-vendor {
    margin: 0 0 30px;
}

    .contact-vendor .button-2 {
        background-color: #4ab2f1;
        border: 0;
        color: #fff;
        font-size: 14px;
        padding: 10px 15px;
    }

        .contact-vendor .button-2:hover,
        .contact-vendor .button-2:focus {
            background-color: #248ece;
        }

.container-flex {
    display: flex;
    flex-direction: row;
    justify-content: left;
}

.container-flex-item {
    margin: 0.5em;
}

.container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    align-items: center;
    display: flex;
    flex-wrap: inherit;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 10px;
    width: 100%;
}

.continue-shopping-button {
    background-color: #248ece;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 1px 1px 3px #0056b3;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0px;
    min-width: 180px;
    padding: 0 1em;
}

    .continue-shopping-button:hover {
        background-color: #186fba !important;
    }

#CreditCardEditorArea {
    max-width: 500px;
    text-align: left;
    width: 100%;
}

.csharpcode {
    background-color: #fff;
    border: 1px dashed #ccc;
    color: #000;
    font-family: "Courier New", Courier, monospace;
    margin: 10px 0;
    padding: 10px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

    .csharpcode .alt {
        background-color: #f6f6f6;
        margin: 0;
        width: 100%;
    }

    .csharpcode .asp {
        background-color: #ff0;
    }

    .csharpcode .attr {
        color: #f00;
    }

    .csharpcode .html {
        color: #800000;
    }

    .csharpcode .kwrd {
        color: #00f;
    }

    .csharpcode .lnum {
        color: #000;
    }

    .csharpcode .op {
        color: #00c;
    }

    .csharpcode .preproc {
        color: #c63;
    }

    .csharpcode .rem {
        color: #008000;
    }

    .csharpcode .str {
        color: #006080;
    }

.customer-entered-price {
    margin: 0 0 20px;
    overflow: hidden;
}

    .customer-entered-price .price-input input {
        text-align: center;
        width: 170px;
    }

    .customer-entered-price .price-input label {
        color: #000;
        display: block;
        font-weight: bold;
        margin: 0 0 5px;
    }

    .customer-entered-price .price-range {
        color: #000;
        margin: 5px 0 0;
    }

.customer-info-page .email-to-revalidate,
.customer-info-page .readonly-username,
.customer-info-page .vat-status {
    font-size: 14px;
    margin: 0 5px;
}

.customer-info-page .vat-status {
    display: block;
}

.data-table .hidden-row {
    border: 0;
    height: 1px;
}

.data-table div.download {
    margin: 10px 0 0;
}

.data-table em a {
    color: #000;
    font-weight: bold;
}

.data-table tr.hidden-row th {
    border-top: 0;
    padding: 0;
}

    .data-table tr.hidden-row th > span {
        height: 1px;
        overflow: hidden;
        position: absolute;
        top: -10px;
        width: 1px;
    }

.date-of-birth .date-picker-wrapper {
    display: inline;
}

.date-of-birth .select-wrapper + .select-wrapper {
    margin: 0 0 0 10px;
}

.date-of-birth select {
    max-width: 126px;
    width: 31%;
}

    .date-of-birth select + select {
        margin: 0 0 0 10px;
    }

.delete-address-button,
.cancel-recurring-order-button {
    background: url('../images/remove.png') left center no-repeat;
}

.DeleteButton {
    border-color: transparent;
    color: darkred;
    font-family: 'Comic Sans MS', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14pt;
    font-weight: bold;
}

.disabled-text-selection {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.downloadable-products-page table td {
    color: #000;
}

.ecom-order-search {
    border-bottom: 1px solid gray;
    display: flex;
    height: 3em;
    justify-content: flex-start;
    margin-top: 0.25em;
    padding-bottom: 0.5em;
    width: 100%;
}

    .ecom-order-search .eos-container {
        display: flex;
        height: 100%;
        width: 300px;
    }

    .ecom-order-search .eos-container {
        display: flex;
    }

        .ecom-order-search .eos-container .eos-container-searchbox {
            border: 1px solid black;
            display: flex;
            width: 225px;
        }

            .ecom-order-search .eos-container .eos-container-searchbox > .eos-container-clear {
                align-items: center;
                border: none;
                color: steelblue;
                display: flex;
                font-size: 0.75em;
                justify-content: center;
                outline: none;
                width: 100%;
            }

            .ecom-order-search .eos-container .eos-container-searchbox > input {
                border: none;
                height: 100%;
                padding-left: 0.67em;
                width: 185px;
            }

                .ecom-order-search .eos-container .eos-container-searchbox > input:focus {
                    outline: none;
                }

            .ecom-order-search .eos-container .eos-container-searchbox > text {
                align-items: center;
                border: 1px solid gray;
                border-left: none !important;
                color: dodgerblue;
                cursor: pointer;
                display: flex;
                font-size: 0.9em;
                padding-left: 0.3em;
                width: 40px;
            }

        .ecom-order-search .eos-container > button {
            align-self: center;
            background-image: url('../images/MagnifyingGlass_16_x_16.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 25% 45%;
            border: 1px solid gray;
            height: 100%;
            width: 50px;
        }

            .ecom-order-search .eos-container > button:hover {
                background-color: lightgray;
            }

    .ecom-order-search .eos-error {
        align-items: center;
        color: red;
        display: flex;
        padding-left: 1em;
    }

.ecom-order-search-type {
    width: 100%;
}

    .ecom-order-search-type > button {
        border: 1px solid gray;
        border-start-end-radius: 1em;
        height: 2em;
        width: 100px;
    }

        .ecom-order-search-type > button:hover {
            background-color: lightgray;
        }

    .ecom-order-search-type > text {
        font-size: 0.8em;
    }

.edit-address-button {
    background: url('../images/edit.png') left center no-repeat;
}

.email-a-friend-page .title h2 {
    color: #4ab2f1;
    font-weight: normal;
}

.enter-address .edit-address {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    margin: 0 0 30px;
    padding: 30px 15px;
}

.enter-address .message-error {
    margin: 20px 0;
}

.enter-password-form {
    display: inline-block;
    overflow: hidden;
}

    .enter-password-form button[type="submit"] {
        background-color: #4ab2f1;
        border: 0;
        color: #fff;
        float: left;
        height: 40px;
        min-width: 86px;
        padding: 0 15px;
        width: auto;
    }

        .enter-password-form button[type="submit"]:hover,
        .enter-password-form button[type="submit"]:focus {
            background-color: #248ece;
        }

    .enter-password-form input[type="password"] {
        float: left;
        height: 40px;
        margin: 0 -1px 0 0;
        width: 200px;
    }

.enter-password-title {
    color: #000;
    margin: 0 0 20px;
}

.estimate-shipping-address-control {
    height: 36px;
    width: 100%;
}

.estimate-shipping-popup {
    background: #fff;
    margin: 0 auto;
    max-width: 800px;
    padding: 25px 10px;
    position: relative;
    width: auto;
}

    .estimate-shipping-popup .message-failure {
        color: #e4434b;
        font-size: 12px;
        margin: 5px 0 -5px;
    }

.estimate-shipping-popup-zoom-in .mfp-with-anim {
    opacity: 0;
    transform: scale(.8);
    transition: all .2s ease-in-out;
}

.estimate-shipping-popup-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}

.estimate-shipping-popup-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.estimate-shipping-popup-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.estimate-shipping-popup-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: scale(.8);
}

.estimate-shipping-popup-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.estimate-shipping-radio {
    display: none;
}

    .estimate-shipping-radio + label {
        background-color: #fafafa;
        border: 1px solid #cacece;
        border-radius: 50px;
        display: inline-block;
        padding: 9px;
        position: relative;
        -webkit-appearance: none;
    }

    .estimate-shipping-radio:checked + label {
        background-color: #4ab2f1;
        border: 1px solid #adb8c0;
        border-color: #4ab2f1;
        color: #99a1a7;
    }

        .estimate-shipping-radio:checked + label:after {
            background: #fff;
            border-radius: 50px;
            content: ' ';
            height: 6px;
            left: 6px;
            position: absolute;
            top: 6px;
            width: 6px;
        }

.estimate-shipping-row {
    align-items: center;
    display: flex;
    display: -webkit-flex;
}

    .estimate-shipping-row.shipping-option {
        cursor: pointer;
    }

        .estimate-shipping-row.shipping-option.active {
            font-weight: 700;
        }

.estimate-shipping-row-item {
    flex: 0 1 100%;
}

    .estimate-shipping-row-item + .estimate-shipping-row-item {
        padding-left: 10px;
    }

    .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
        padding-left: 15px;
    }

    .estimate-shipping-row-item.shipping-header-item {
        align-self: flex-end;
        border-bottom: 1px solid #f2f2f2;
        padding: 12px 0;
    }

    .estimate-shipping-row-item.shipping-item {
        overflow: hidden;
        overflow-wrap: break-word;
        padding: 8px 0;
    }

.estimate-shipping-row-item-radio {
    flex: 0 0 35px;
}

.eu-cookie-bar-notification {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    height: auto;
    left: 50%;
    margin: -90px 0 0 -160px;
    padding: 20px;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 320px;
    z-index: 1050;
}

    .eu-cookie-bar-notification .text {
        line-height: 20px;
        margin-bottom: 20px;
    }

    .eu-cookie-bar-notification a {
        color: #4ab2f1;
        display: block;
    }

        .eu-cookie-bar-notification a:hover,
        .eu-cookie-bar-notification a:focus {
            text-decoration: underline;
        }

    .eu-cookie-bar-notification button {
        background-color: #4ab2f1;
        border: 0;
        color: #fff;
        font-size: 14px;
        margin: 5px 0 10px;
        min-width: 60px;
        padding: 8px 12px;
    }

        .eu-cookie-bar-notification button:hover,
        .eu-cookie-bar-notification button:focus {
            background-color: #248ece;
        }

.external-auth-association {
    color: #000;
}

    .external-auth-association a {
        color: #4ab2f1;
    }

        .external-auth-association a:hover,
        .external-auth-association a:focus {
            text-decoration: underline;
        }

.external-authentication {
    margin: 0 0 50px;
    overflow: hidden;
    text-align: center;
}

    .external-authentication .buttons {
        border-top: 1px solid #e6e6e6;
        margin: 0 0 30px;
        padding: 30px;
    }

    .external-authentication .title {
        color: #000;
        font-size: 20px;
        margin: 0 0 15px;
    }

.external-auth-errors {
    color: #e4444c;
}

.fieldset .title strong,
.section .title strong {
    font-weight: normal;
}

.fieldset .title,
.section .title {
    color: #000;
    font-size: 20px;
    margin: 0 0 15px;
    padding: 0 10px;
}

.fieldset,
.section {
    margin: 0 0 40px;
    position: relative;
}

.field-validation-valid,
.username-available-status {
    color: #4cb17c;
    display: block;
    font-size: 13px;
    text-align: center;
}

.flex-column {
    padding-left: 10px;
}

.FlexColumn {
    flex: 1 0 0%;
}

.flyout-cart {
    display: none;
}

.follow-us {
    margin: 30px auto 0;
    text-align: center !important;
    width: 100% !important;
}

    .follow-us .social .facebook a {
        background-position: 0 0;
    }

    .follow-us .social .instagram a {
        background-position: -152px 0;
    }

    .follow-us .social .tiktok a {
        background-position: -190px 0
    }

    .follow-us .social .rss a {
        background-position: -76px 0;
    }

    .follow-us .social .twitter a {
        background-position: -38px 0;
    }

    .follow-us .social .youtube a {
        background-position: -114px 0;
    }

    .follow-us .social .blog a {
        background-position: -228px 0
    }

    .follow-us .social .news a {
        background-position: -266px 0
    }

    .follow-us .social a {
        background: url('../images/social-sprite.png') no-repeat;
        display: block;
        font-size: 0;
        height: 38px;
        width: 38px;
    }

    .follow-us .social li {
        display: inline-block;
        margin: 0 5px;
    }

    .follow-us .social ul {
        border-bottom: 1px solid #ddd;
        font-size: 0;
        margin: 0 0 30px;
        padding: 0 0 30px;
    }

    .follow-us .title {
        background: none;
        color: #000;
        cursor: auto;
        margin: 0 0 10px;
    }

.footer {
    background-color: #eee;
    text-align: center;
}

.footer-block {
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 14px;
    margin: 1px auto;
    text-align: center;
    text-align: left;
    width: 95%;
}

    .footer-block .list {
        background-color: #fff;
        display: none;
        margin: 0 0 20px;
        padding: 10px 15px;
    }

        .footer-block .list a {
            display: block;
            line-height: 20px;
            padding: 10px 15px;
        }

            .footer-block .list a:hover,
            .footer-block .list a:focus {
                color: #4ab2f1;
            }

    .footer-block .title {
        background: #4ab2f1 url('../images/toggle-white.png') right center no-repeat;
        color: #fff;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 1px;
        padding: 10px 15px;
    }

        .footer-block .title strong {
            font-weight: normal;
        }

.footer-lower {
    font-size: 12px;
    margin: auto;
    overflow: hidden;
    padding: 25px 0;
    width: 95%;
}

.footer-powered-by {
    font-size: 16px;
    margin: 10px 0 0;
}

    .footer-powered-by a {
        color: #4ab2f1;
        font-weight: bold;
    }

        .footer-powered-by a:hover,
        .footer-powered-by a:focus {
            text-decoration: underline;
        }

.footer-tax-shipping a {
    color: #4ab2f1;
    font-weight: bold;
}

    .footer-tax-shipping a:hover,
    .footer-tax-shipping a:focus {
        text-decoration: underline;
    }

.footer-upper {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    font-size: 0;
    margin: auto;
    overflow: hidden;
    padding: 40px 0;
    width: 95%;
}

.footer-upper-links {
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.form-control {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin-right: 1em;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}

.form-control-register {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -moz-appearance: none;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    width: 60%;
}

.form-fields {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px;
    position: relative;
}

.FormFields {
    background-color: deepskyblue;
    border-radius: 10px;
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px;
    position: relative;
}

.form-group {
    align-items: center;
    min-width: 325px;
    text-align: right;
}

.form-row {
    justify-items: center;
}

    .form-row a {
        color: blue;
    }

        .form-row a:hover,
        .form-row a:focus {
            color: #4ab2f1;
        }

.form-row-alt {
    justify-items: center;
}

.form-row-validation {
    align-items: center;
    color: red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0.4em;
    text-align: center;
    width: 100%;
}

.FormWrapper {
    float: left;
    position: relative;
    width: 100%;
}

.forum-actions .actions .new-topic {
    background: #eee url('../images/new.png') left center no-repeat;
}

.forum-actions .actions .watch-forum,
.topic-actions .actions .watch-forum {
    background: #eee url('../images/watch.png') left center no-repeat;
}

.forum-actions .actions a,
.topic-actions .actions a {
    display: inline-block;
    font-size: 14px;
    margin: 1px;
    padding: 10px 10px 10px 33px;
}

    .forum-actions .actions a:hover,
    .forum-actions .actions a:focus,
    .topic-actions .actions a:hover,
    .topic-actions .actions a:focus {
        background-color: #e6e6e6;
    }

.forum-actions .pager.upper,
.topic-actions .pager.upper {
    display: none;
    margin: 0;
}

.forum-actions,
.topic-actions {
    font-size: 0;
    margin: 0 0 30px;
}

.forum-breadcrumb {
    margin: 0 0 40px;
}

.forum-edit-page .bb-code-editor-wrapper,
.private-message-send-page .bb-code-editor-wrapper {
    background-color: #ddd;
    margin: 20px auto;
    max-width: 400px;
    padding: 10px;
}

.forum-edit-page .buttons .button-1,
.move-topic-page .buttons .button-1,
.private-messages .buttons .button-1 {
    background-color: #4ab2f1;
}

    .forum-edit-page .buttons .button-1:hover,
    .forum-edit-page .buttons .button-1:focus,
    .move-topic-page .buttons .button-1:hover,
    .move-topic-page .buttons .button-1:focus,
    .private-messages .buttons .button-1:hover,
    .private-messages .buttons .button-1:focus {
        background-color: #248ece;
    }

.forum-edit-page .buttons button,
.move-topic-page .buttons button,
.private-messages .buttons button {
    background-color: #999;
    border: 0;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
}

    .forum-edit-page .buttons button:hover,
    .forum-edit-page .buttons button:focus,
    .move-topic-page .buttons button:hover,
    .move-topic-page .buttons button:focus,
    .private-messages .buttons button:hover,
    .private-messages .buttons button:focus {
        background-color: #888;
    }

.forum-edit-page .inputs .topic-subject {
    font-size: 17px;
}

.forum-edit-page .inputs strong {
    color: #000;
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    max-width: 400px;
    white-space: normal;
}

.forum-edit-page .inputs.reversed {
    margin: 0;
}

    .forum-edit-page .inputs.reversed label {
        font-size: 14px;
        margin: 5px;
        white-space: normal;
        width: auto;
    }

.forum-edit-page .message-error,
.private-message-send-page .message-error {
    margin: 20px 0;
}

.forum-edit-page .page-title,
.move-topic-page .page-title,
.private-message-send-page .page-title {
    margin: 0 0 -1px;
}

.forum-edit-page .toolbar .button,
.private-message-send-page .toolbar .button {
    border: #cec6b5 1px solid;
    margin: 0 2px 0 0;
    padding: 2px;
}

    .forum-edit-page .toolbar .button:hover,
    .forum-edit-page .toolbar .button:focus,
    .private-message-send-page .toolbar .button:hover,
    .private-message-send-page .toolbar .button:focus {
        border: #333 1px solid;
    }

.forum-edit-page textarea,
.private-message-send-page textarea {
    display: block;
    margin: auto;
}

.forum-page .forum-info {
    margin: 0 0 30px;
}

.forum-page .forum-name h1,
.forum-topic-page .topic-name h1 {
    font-size: 30px;
    font-weight: normal;
}

.forum-page .forum-name,
.forum-topic-page .topic-name {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    padding: 0 10px 10px;
}

.forum-search-box .advanced a {
    color: #000;
    line-height: 22px;
    text-decoration: underline;
}

    .forum-search-box .advanced a:hover,
    .forum-search-box .advanced a:focus {
        color: #4ab2f1;
    }

.forum-search-box .basic {
    margin: 0 0 10px;
    overflow: hidden;
}

.forum-search-page .page-title {
    margin: 0 0 -1px;
}

.forum-search-page .search-error,
.forum-search-page .no-result {
    color: #e4434b;
    margin: 0 0 15px;
    text-align: center;
}

.forums-header {
    margin: 0 0 50px;
    overflow: hidden;
}

    .forums-header .current-time {
        color: #000;
        margin: 0 0 15px;
    }

    .forums-header:after {
        clear: both;
        content: "";
        display: block;
    }

.forums-main-page .pager {
    display: none;
}

.forums-main-page .topic-block {
    margin: 0 0 35px;
    text-align: center;
}

    .forums-main-page .topic-block p {
        text-align: center;
    }

.forums-table-section {
    margin: 0 0 60px;
}

    .forums-table-section .forum-description,
    .forums-table-section .topic-starter {
        margin: 5px 0;
    }

    .forums-table-section .forum-title a,
    .forums-table-section .topic-title a {
        color: #000;
        font-size: 16px;
        font-weight: bold;
    }

        .forums-table-section .forum-title a:hover,
        .forums-table-section .forum-title a:focus,
        .forums-table-section .topic-title a:hover,
        .forums-table-section .topic-title a:focus {
            color: #4ab2f1;
            text-decoration: none;
        }

    .forums-table-section .forum-title,
    .forums-table-section .topic-title {
        margin: 5px 0;
    }

    .forums-table-section .image div {
        background: url('../images/topic-type1.png') center no-repeat;
        height: 32px;
        margin: auto;
        width: 38px;
    }

        .forums-table-section .image div.announcement {
            background: url('../images/topic-type3.png') center no-repeat;
        }

        .forums-table-section .image div.sticky {
            background: url('../images/topic-type2.png') center no-repeat;
        }

    .forums-table-section .latest-post {
        white-space: nowrap;
    }

        .forums-table-section .latest-post div {
            margin: 5px 0;
        }

        .forums-table-section .latest-post label {
            color: #000;
        }

    .forums-table-section .topic-title span {
        color: #000;
        display: block;
    }

    .forums-table-section .view-all {
        margin: 30px 0 0;
        padding: 0 10px;
    }

        .forums-table-section .view-all a {
            background-color: #4ab2f1;
            color: #fff;
            font-size: 12px;
            padding: 10px 15px;
        }

            .forums-table-section .view-all a:hover,
            .forums-table-section .view-all a:focus {
                background-color: #248ece;
            }

    .forums-table-section + .pager {
        margin: -30px 0 30px;
    }

.forums-table-section-title {
    margin: 0 0 15px;
    padding: 0 10px;
}

    .forums-table-section-title a,
    .forums-table-section-title strong {
        color: #000;
        font-size: 22px;
        font-weight: normal;
    }

        .forums-table-section-title a:hover,
        .forums-table-section-title a:focus {
            color: #4ab2f1;
        }

.forum-table .forum-details, .forum-table .topic-details {
    text-align: left;
}

.forum-table td {
    min-width: 90px;
    padding: 10px;
}

    .forum-table td.image {
        min-width: 0;
    }

    .forum-table th.replies,
    .forum-table th.views,
    .forum-table th.votes,
    .forum-table th.latest-post,
    .forum-table th.topics,
    .forum-table th.posts,
    .forum-table td.replies,
    .forum-table td.views,
    .forum-table td.votes,
    .forum-table td.latest-post,
    .forum-table td.topics,
    .forum-table td.posts {
        display: none;
    }

.full-description {
    clear: both;
    line-height: 24px;
    margin: 0 0 20px;
}

.gallery {
    display: flex;
    flex-direction: column;
    margin: 0 auto 0px;
}

    .gallery .picture {
        align-items: center;
        display: flex;
        height: 100%;
        justify-content: center;
        max-height: 400px;
        min-height: 300px;
        width: 100%;
    }

        .gallery .picture img,
        .picture-gallery .picture-thumbs img,
        .video-gallery .video-thumbs iframe,
        .variant-picture img {
            height: auto;
            max-height: 100%;
            max-width: 100%;
            width: auto;
        }

    .gallery .picture-wrapper {
        margin: 0 0 10px;
    }

    .gallery > .attribution {
        font-size: 0.5em;
        text-align: center;
    }

.gdpr-tools-page .buttons {
    margin-top: 20px;
}

.gdpr-tools-page .result {
    color: #e4434b;
    font-size: 13px;
    margin: 20px 0;
}

.gender {
    display: inline-block;
}

    .gender span {
        display: inline-block;
        margin: 0 5px;
    }

        .gender span > * {
            display: inline !important;
            line-height: 32px;
            margin: 0 5px;
        }

.giftcard {
    margin: 0 0 20px;
    overflow: hidden;
}

    .giftcard div {
        margin: 0 0 10px;
    }

    .giftcard input,
    .giftcard textarea {
        max-width: 100%;
        width: 350px;
    }

    .giftcard label {
        color: #000;
        display: block;
        font-weight: bold;
        margin: 0 auto 5px;
    }

    .giftcard textarea {
        height: 150px;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
    margin-top: 0;
}

.h5, h5 {
    font-size: 1.25rem;
}

.header {
    margin: auto;
    position: relative;
    text-align: center;
    width: 95%;
    z-index: 10;
}

.header-links a:hover,
.header-links a:focus {
    color: #4ab2f1;
}

.header-links li {
    display: inline-block;
    margin: 0 10px;
}

.header-links span,
.header-links a {
    display: inline-block;
    font-size: 12px;
    line-height: 36px;
}

.header-links ul {
    font-size: 0;
}

.header-links-wrapper {
    padding: 20px 0;
    position: relative;
}

.header-lower {
    padding: 35px 0;
    position: relative;
    z-index: 0;
}

.header-selectors-wrapper {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

    .header-selectors-wrapper > div {
        display: block;
        margin: 10px auto;
        vertical-align: middle;
        width: 50%;
    }

    .header-selectors-wrapper select {
        width: 100%;
    }

.header-upper {
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 1;
}

.home-page .topic-block {
    margin: 0 0 50px;
}

.home-page-category-grid .picture a:before,
.sub-category-grid .picture a:before {
    padding-top: 65%;
}

.home-page-category-grid .picture,
.sub-category-grid .picture {
    margin: 0;
}

.home-page-category-grid .title a,
.sub-category-grid .title a {
    display: block;
}

    .home-page-category-grid .title a,
    .sub-category-grid .title a:hover {
        color: dodgerblue !important;
    }

.home-page-category-grid .title,
.sub-category-grid .title {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.home-page-category-grid,
.sub-category-grid,
.manufacturer-grid,
.vendor-grid {
    margin: 0 0 25px;
}

.home-page-polls {
    text-align: center;
}

    .home-page-polls .title {
        border-bottom: 1px solid #ddd;
        color: #000;
        font-size: 30px;
        font-weight: normal;
        margin: 0 0 30px;
        padding: 0 0 15px;
    }

        .home-page-polls .title strong {
            font-weight: normal;
        }

    .home-page-polls li {
        display: inline-block;
        margin: 10px;
    }

.info-discount {
    color: #f00;
    font-size: 12px;
}

.InputAppearanceNew {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.2em;
    justify-content: center;
    margin: 0 0 1rem;
    position: relative;
    text-align: left;
    white-space: nowrap;
}

    .InputAppearanceNew a {
        color: blue;
        font-size: 0.8em;
        margin-left: auto;
        padding-top: 0.25em;
        text-align: end;
        width: auto;
    }

        .InputAppearanceNew a:hover {
            color: dodgerblue;
        }

    .InputAppearanceNew a.sizing {
        font-size: 1em;
        padding-top: 0;
    }

    .InputAppearanceNew .input-box {
            align-items: center;
            background-color: #fff;
            border: 1px solid black;
            border-radius: 0.25rem;
            display: flex;
            height: 3em;
            width: 330px;
        }

            .InputAppearanceNew .input-box img {
                cursor: pointer;
                height: 1.25rem;
                width: 1.25rem;
            }

            .InputAppearanceNew .input-box input {
                border: none;
                border-right: 0;
                font-size: 1rem;
                height: 100%;
                margin-left: 2px;
                padding: 6px;
                width: 90%;
            }

                .InputAppearanceNew .input-box input:focus {
                    outline: none;
                }

        .InputAppearanceNew label {
            color: #000;
            font-size: 1em;
            width: 100%;
        }

        .InputAppearanceNew.ReverseLook {
            justify-content: center;
            margin: 0 0 0px;
            text-align: center;
            white-space: normal;
        }

            .InputAppearanceNew.ReverseLook * {
                color: #000;
                display: inline-block;
                font-size: 16px;
                margin: 5px;
                width: auto;
            }

.InputAppearance {
    align-items: center;
    display: flex;
    height: 2.25rem;
    justify-content: center;
    margin: 0 0 15px;
    position: relative;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

    .InputAppearance .input-box {
        align-items: center;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 0.25rem;
        display: flex;
        width: 330px;
    }

        .InputAppearance .input-box img {
            cursor: pointer;
            height: 1.25rem;
            width: 1.25rem;
        }

        .InputAppearance .input-box input {
            border: none;
            border-right: 0;
            font-size: 1rem;
            height: 100%;
            padding: 8px;
            width: 90%;
        }

            .InputAppearance .input-box input:focus {
                outline: none;
            }

    .InputAppearance label {
        color: #000;
        display: inline-block;
        font-size: 16px;
        margin: 0 10px 0 0;
        text-align: right;
        vertical-align: middle;
        width: 150px;
    }

    .InputAppearance.ReverseLook {
        justify-content: center;
        margin: 0 0 0px;
        text-align: center;
        white-space: normal;
    }

        .InputAppearance.ReverseLook * {
            color: #000;
            display: inline-block;
            font-size: 16px;
            margin: 5px;
            width: auto;
        }

.input-box-pw-register {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    color: #212529;
    display: flex;
    -moz-appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    width: 60%;
}

    .input-box-pw-register img {
        cursor: pointer;
        height: 1.5rem;
        width: 1.5rem;
    }

    .input-box-pw-register input {
        border: none !important;
        flex-grow: 1;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        padding: .375rem .75rem;
    }

        .input-box-pw-register input:focus {
            outline: none;
        }

.InputField {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
    height: 36px;
    padding: 8px;
    vertical-align: middle;
    width: 330px;
}

.input-field-move-right {
    margin-left: 75px;
}

.inputs {
    font-size: 0;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
    white-space: nowrap;
}

    .inputs .option-list {
        display: inline-block;
        max-width: 95%;
        vertical-align: middle;
    }

        .inputs .option-list label {
            display: inline-block;
            margin: 0 0 0 5px;
            width: auto !important;
        }

        .inputs .option-list li {
            background-color: #fff;
            border: 1px solid #ddd;
            display: inline-block;
            margin: 5px;
            padding: 8px 10px;
        }

    .inputs input[type="text"],
    .inputs input[type="email"],
    .inputs input[type="tel"],
    .inputs input[type="password"],
    .inputs select,
    .inputs textarea {
        background-color: #fff;
        max-width: 100%;
        width: 400px;
    }

    .inputs label {
        color: #000;
        display: block;
        font-size: 14px;
        margin: 0 0 10px;
        text-align: center;
        width: 100%;
    }

    .inputs.accept-consent {
        text-align: center;
    }

        .inputs.accept-consent > * {
            display: inline-block;
            line-height: 32px;
        }

        .inputs.accept-consent label {
            margin-bottom: 0;
            margin-left: 10px;
            width: auto;
        }

        .inputs.accept-consent span,
        .inputs.accept-consent a {
            color: #4ab2f1;
            cursor: pointer;
            font-size: 14px;
        }

    .inputs.custom-attributes {
        white-space: normal;
    }

    .inputs.reversed {
        margin: 0 0 20px;
        text-align: center;
    }

    .inputs:after {
        clear: both;
        content: "";
        display: block;
    }

.InputSmallField {
    padding-right: 0px;
    text-align: start;
    vertical-align: middle;
    white-space: normal;
}

.invisible {
    visibility: hidden;
}

.item-box .product-rating-box .count,
.item-box-related .product-rating-box .count {
    align-items: center;
    color: blue;
    display: flex;
    font-size: 1.5em;
}

    .item-box .product-rating-box .count:hover,
    .item-box-related .product-rating-box .count:hover {
        color: dodgerblue;
        text-decoration: underline;
    }

.item-box .product-rating-box .rating div,
.item-box-related .product-rating-box .rating div {
    background: url('../images/rating2.png') repeat-x;
    height: 14px;
}

.item-box .product-rating-box .rating,
.item-box-related .product-rating-box .rating {
    background: url('../images/rating1.png') repeat-x;
    height: 14px;
    width: 95px;
}

.item-box .product-rating-box a,
.item-box-related .product-rating-box a {
    display: flex;
}

.item-box .product-rating-box,
.item-box-related .product-rating-box {
    display: flex;
    justify-content: center;
}

    .item-box .product-rating-box a > .rating ~ div {
        align-items: center;
        color: blue;
        display: flex;
        font-size: 1.25em;
    }

.item-box-related {
    float: left;
    margin: 0 0 80px;
    position: relative;
    text-align: left;
    width: 100%;
}

    .item-box-related .actual-price {
        color: #000;
        font-size: 16px;
        margin: 0 5px 0 0;
    }

    .item-box-related .add-to-compare-list-button {
        background-image: url('../images/compare-button.png');
    }

    .item-box-related .add-to-compare-list-button,
    .item-box-related .button-wishlist-related {
        align-items: center;
        background-color: #eaeaea;
        border: 0;
        border-left: 1px solid #fff !important;
        border-radius: 1rem;
        box-shadow: 1px 1px 3px gray;
        display: flex;
        height: 3em;
        text-align: center;
    }

        .item-box-related .add-to-compare-list-button:hover,
        .item-box-related .add-to-compare-list-button:focus,
        .item-box-related .button-wishlist-related:hover,
        .item-box-related .button-wishlist-related:focus {
            background-color: #ddd;
        }

        .item-box-related .button-wishlist-related > .add-to-wishlist-heart {
            background-image: url('../images/wishlist-button.png');
            background-position: 50% 50%;
            background-repeat: no-repeat;
            height: 3em;
            width: 25%;
        }

        .item-box-related .button-wishlist-related > span {
            width: 66%;
        }

    .item-box-related .description a {
        display: block;
        overflow: hidden;
    }

    .item-box-related .description[data-short-description] {
        display: none;
    }

    .item-box-related .details {
        padding: 0 10px;
    }

    .item-box-related .old-price {
        color: #aaa;
        font-size: 16px;
        margin: 0 5px 0 0;
        text-decoration: line-through;
    }

    .item-box-related .picture {
        align-items: center;
        display: flex;
        height: 300px;
        justify-content: center;
        max-width: 100%;
        width: 300px;
    }

        .item-box-related .picture a {
            display: flex;
            height: 100%;
            width: 100%;
        }

            .item-box-related .picture a img {
                margin: auto;
                max-height: 100%;
                max-width: 100%;
                transition: all .3s ease;
                -webkit-transform: translateZ(0) scale(1, 1);
                -webkit-transition: all .3s ease;
            }

            .item-box-related .picture a:focus,
            .item-box-related .picture a:hover {
                opacity: .8;
            }

    .item-box-related .prices {
        overflow: hidden;
    }

    .item-box-related .product-title {
        color: #4ab2f1;
        font-size: 17px;
        font-weight: normal;
        line-height: 1.2;
        margin: 0 0 10px;
    }

        .item-box-related .product-title a {
            display: block;
        }

            .item-box-related .product-title a:hover,
            .item-box-related .product-title a:focus {
                color: #248ece;
            }

    .item-box-related .related-buttons {
        align-items: start;
        display: flex;
        font-size: 0;
        gap: 1rem;
        justify-content: space-between;
        margin: 0;
        min-height: 65px;
    }

        .item-box-related .related-buttons p {
            color: red;
            font-size: 1rem;
            text-align: center;
        }

        .item-box-related .related-buttons .related-button-container {
            display: flex;
            flex-direction: column;
            text-align: center;
            width: 50%;
        }

            .item-box-related .related-buttons .related-button-container > div p {
                color: limegreen;
                font-size: 0.75rem;
            }

        .item-box-related .related-buttons div > .product-box-add-to-cart-button {
            background-color: #186fba;
            border: 0;
            border-radius: 1rem;
            box-shadow: 1px 1px 3px #0056b3;
            color: #fff;
            height: 3em;
            text-align: center;
        }

            .item-box-related .related-buttons div > .product-box-add-to-cart-button:hover {
                background-color: #248ece;
            }

    .item-box-related .sku {
        margin: 0 0 15px;
    }

    .item-box-related .tax-shipping-info a {
        color: #4ab2f1;
    }

        .item-box-related .tax-shipping-info a:hover,
        .item-box-related .tax-shipping-info a:focus {
            text-decoration: underline;
        }

    .item-box-related:hover .picture a img {
        opacity: .85;
    }

.item-grid:after {
    clear: both;
    content: "";
    display: block;
}

.item-grid-related .product-item {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.75em;
    justify-content: space-evenly;
}

    .item-grid-related .product-item > .attribution {
        font-size: 0.5em;
        min-height: 0.5em;
        text-align: right;
    }

    .item-grid-related .product-item > .details {
        display: flex;
        flex-direction: column;
    }

        .item-grid-related .product-item > .details .add-info {
            display: flex;
            flex-direction: column;
            gap: 0.5rem;
        }

        .item-grid-related .product-item > .details .product-title {
            color: #4ab2f1;
            font-size: 17px;
            font-weight: normal;
            line-height: 1.2;
            margin: 0;
            min-height: 4em;
        }

.items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    height: auto;
    width: 100%;
}

    .items-grid .item-box {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin: 0px;
        min-height: 50%;
        position: relative;
        width: 100%;
    }

        .items-grid .item-box .item-box-footer {
            align-items: center;
            display: flex;
            font-size: 12px;
            justify-content: space-evenly;
            min-height: 50px;
            padding-bottom: 15px;
            padding-top: 5px;
            width: 100%;
        }

            .items-grid .item-box .item-box-footer button {
                background-color: #186fba;
                border: 0;
                border-radius: 1rem;
                box-shadow: 1px 1px 3px #0056b3;
                color: #fff;
                font-size: 1em;
                height: 2.75em;
                padding: 0 0.75em;
                width: 8em;
            }

                .items-grid .item-box .item-box-footer button:hover {
                    background-color: #248ece;
                }

            .items-grid .item-box .item-box-footer > p {
                color: red;
                font-size: 1.25em;
            }

            .items-grid .item-box .item-box-footer strong {
                font-size: 2.25em;
            }

        .items-grid .item-box .item-box-header {
            display: flex;
            flex-direction: column;
            font-size: 10px;
            min-height: 50%;
            width: 100%;
        }

            .items-grid .item-box .item-box-header .picture {
                background-color: #fff;
                display: flex;
                flex-direction: column;
                margin-bottom: 1em;
                margin-left: auto;
                margin-right: auto;
                margin-top: 2em;
                width: 66%;
                z-index: 1;
            }

                .items-grid .item-box .item-box-header .picture > .attribution {
                    font-size: 0.75em;
                    text-align: right;
                }

                .items-grid .item-box .item-box-header .picture a {
                    display: block;
                    position: relative;
                }

                    .items-grid .item-box .item-box-header .picture a img {
                        bottom: 0;
                        left: 0;
                        margin: auto;
                        max-height: 100%;
                        max-width: 100%;
                        position: absolute;
                        right: 0;
                        top: 0;
                        transition: all .3s ease;
                        -webkit-transform: translateZ(0) scale(1, 1);
                        -webkit-transition: all .3s ease;
                    }

                    .items-grid .item-box .item-box-header .picture a::before {
                        content: "";
                        display: block;
                        padding-top: 100%;
                    }

                    .items-grid .item-box .item-box-header .picture a:focus {
                        opacity: .85;
                    }

                .items-grid .item-box .item-box-header .picture p {
                    font-size: 0.85em;
                    text-align: center;
                }

            .items-grid .item-box .item-box-header:hover .picture a img {
                opacity: .85;
            }

        .items-grid .item-box:nth-child(3n) {
            border-right: none;
        }

.language-list {
    font-size: 0;
    max-width: 100%;
}

    .language-list a {
        display: block;
        height: 32px;
        line-height: 0;
        position: relative;
        width: 24px;
    }

    .language-list img {
        bottom: 0;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
    }

    .language-list li {
        display: inline-block;
        margin: 0 1px;
        vertical-align: middle;
    }

.latest-posts {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
}

    .latest-posts .topic {
        margin: 0 0 35px;
    }

    .latest-posts .topic-body {
        line-height: 22px;
        margin: 0 0 15px;
    }

    .latest-posts .topic-data {
        color: #000;
    }

    .latest-posts .topic-title {
        background: #f6f6f6;
        border-top: 1px solid #ddd;
        font-size: 16px;
        margin: 0 0 20px;
        padding: 10px;
    }

        .latest-posts .topic-title a {
            color: #000;
            font-weight: bold;
        }

            .latest-posts .topic-title a:hover,
            .latest-posts .topic-title a:focus {
                color: #4ab2f1;
            }

.link-rss {
    background: url('../images/rss.png') center no-repeat;
    display: none;
    font-size: 0 !important;
    height: 24px;
    width: 24px;
}

.list-container {
    border: 1px solid #ddd;
    max-width: 400px;
    padding: 25px;
}

.loading-checkout-ordering {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 40%;
}

.loading-checkout-page .text {
    align-items: center;
    display: flex;
    font-size: 1em;
    margin-left: 10px;
    max-width: 200px;
}

.login-page .captcha-box {
    margin: -15px 0 20px;
}

.login-page .customer-blocks {
    margin: 0 0 30px;
}

.login-page .new-wrapper {
    margin: 0 0 50px;
}

    .login-page .new-wrapper .button-1 {
        margin: 0 0 5px;
    }

    .login-page .new-wrapper .text {
        background-color: #f9f9f9;
        border-top: 1px solid #e6e6e6;
        line-height: 22px;
        margin: 0 0 30px;
        padding: 30px;
    }

    .login-page .new-wrapper .topic-block {
        margin: 0;
    }

    .login-page .new-wrapper .topic-block-body strong {
        color: #000;
    }

.login-page .returning-wrapper {
    margin: 0;
}

    .login-page .returning-wrapper .buttons {
        background-color: #fff;
        padding: 30px 0;
    }

    .login-page .returning-wrapper .form-fields {
        overflow: hidden;
        padding: 30px 15px 0;
    }

    .login-page .returning-wrapper .inputs.reversed {
        white-space: normal;
    }

        .login-page .returning-wrapper .inputs.reversed * {
            color: #000;
            display: inline-block;
            font-size: 14px;
            margin: 5px;
            width: auto;
        }

        .login-page .returning-wrapper .inputs.reversed a:hover,
        .login-page .returning-wrapper .inputs.reversed a:focus {
            color: #4ab2f1;
        }

.login-page .title {
    color: #000;
    font-size: 20px;
    margin: 0 0 15px;
}

    .login-page .title strong {
        font-weight: normal;
    }

.LoginWrapper {
    margin: 0 0 30px;
    overflow: hidden;
}

.logo {
    float: left;
    text-align: left;
    vertical-align: middle;
    width: 33%;
}

    .logo a {
        display: inline-block;
        line-height: 0;
        width: 10em;
    }

        .logo a img {
            opacity: 1;
            width: 10em;
        }

.main-content {
}

.MainContentAppearance {
    padding: 0;
}

.MainWrapper,
.MainWrapperRecovery {
    margin: auto;
    max-width: 600px;
    position: relative;
    width: 100vw;
    z-index: 0;
}

.MainWrapperRecovery {
    max-width: 1024px;
}

.manufacturer-grid .picture {
    border: 1px solid #ddd;
}

.manufacturer-grid .title {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}

    .manufacturer-grid .title a:hover,
    .manufacturer-grid .title a:focus {
        color: #4ab2f1;
    }

.master-column-wrapper,
.master-column-wrapper-store {
    position: relative;
    z-index: 0;
}

.master-portal-wrapper-page {
    background-color: rgb(228, 228, 228);
    height: 100%;
    margin: 0 auto;
    margin: 0px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.master-wrapper-content,
.master-wrapper-content-checkout,
.master-wrapper-content-store {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    max-width: 1366px;
    position: relative;
    width: 100%;
    z-index: 0;
    padding: 10px;
}

.menu-button, .menu-button::before, .menu-button::after {
    background-color: dodgerblue;
    border-radius: 0.5em;
    display: block;
    height: 0.25em;
    position: absolute;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    width: 2em;
}

    .menu-button::after {
        content: "";
        margin-top: 0.5em;
    }

    .menu-button::before {
        content: "";
        margin-top: -0.5em;
    }

.menu-button-container {
    cursor: pointer;
    display: none;
    height: 5em;
    width: 3em;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.poll-vote-error,
.password-error {
    color: #e4434b;
    display: block;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
}

.min-amount-warning {
    color: #e4434b;
    margin: 0 0 20px;
    padding: 0 30px;
}

.move-topic-page label {
    white-space: normal;
}

.myDivToPrint {
    background-color: white;
    font-size: 14px;
    height: 100%;
    left: 0;
    line-height: 18px;
    margin: 0;
    overflow-y: auto;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.navbar-brand {
    color: #fff;
    font-size: 1.25rem;
    margin-right: 1rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 5px !important;
    text-decoration: none;
    white-space: nowrap;
}

    .navbar-brand:focus,
    .navbar-brand:hover {
        color: yellow;
    }

    .navbar-brand:hover {
        color: #999;
    }

.navbar-error {
    align-items: center;
    animation: showBar 1s forwards;
    background-color: palevioletred;
    display: flex;
    font-weight: bold;
    height: 1.5rem;
    justify-content: center;
    position: fixed;
    width: 100%;
    z-index: 5;
}

    .navbar-error .center-text {
        color: black;
        font-size: 14px;
    }

    .navbar-error .right-button {
        background-color: palevioletred;
        border: none;
        color: black;
        cursor: pointer;
        font-size: 10px;
        margin-left: 5px;
    }

        .navbar-error .right-button:hover {
            color: gray;
        }

.navbar-logo {
    align-items: center;
    display: flex;
    height: 100%;
    gap: 1em;
    justify-content: center;
}

    .navbar-logo a {
        line-height: 0;
    }

        .navbar-logo a img {
            height: 3em;
            opacity: 1;
            width: 10em;
        }

.navbar-name-long {
    color: #000;
    display: -webkit-box;
    font-size: 1.2rem;
    height: 100%;
    margin: 0.5rem 1rem 0.5rem 0rem;
    max-height: 4rem;
    max-width: 280px;
    min-width: 140px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.navbar-name-short {
    align-items: center;
    color: #000;
    display: flex;
    font-size: 1.2rem;
    height: 100%;
    justify-content: center;
    margin: 0.5rem 1rem 0.5rem 0rem;
    max-height: 4rem;
    max-width: 280px;
    min-width: 140px;
    text-align: center;
    text-decoration: none;
}

.navbar-panel {
    align-items: center;
    display: flex;
    height: 2.5em;
    justify-content: flex-end;
/*    margin-left: 1em;*/
    text-align: right;
}

.navbar-panel-sections {
    align-items: center;
    background-color: snow;
    display: flex;
    gap: 0.5em;
    list-style-type: none;
    margin: 0;
    min-height: 2em;
    padding: 0;
}

    .navbar-panel-sections li a {
        align-items: center;
        color: dodgerblue;
        display: flex;
        height: auto;
        margin: 0.5em;
        min-height: 2.5em;
        text-decoration: none;
        white-space: nowrap;
        z-index: 100;
    }

    .navbar-panel-sections li > .navbar-panel-welcome-list {
        border: 2px solid gray;
        display: none;
        position: absolute;
        right: 60px;
        text-align: left;
        top: 80%;
        width: 20%;
    }

        .navbar-panel-sections li > .navbar-panel-welcome-list li {
            background-color: snow;
            border-bottom: 1px solid lightgray;
            border-top: 1px solid lightgray;
            color: dodgerblue;
            display: block;
            font-size: 1em;
            height: auto;
            min-height: 2.5em;
            padding: 0;
            position: relative;
            right: 0;
            transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
            width: 100%;
            z-index: 10;
            z-index: 100;
        }

            .navbar-panel-sections li > .navbar-panel-welcome-list li a {
                margin: 0;
                padding-left: 0.25em;
                width: 100%;
            }

            .navbar-panel-sections li > .navbar-panel-welcome-list li > .navbar-panel-welcome-acct-list {
                border-bottom: none;
                border-left: none;
                border-right: none;
                border-top: 1px solid lightgray;
                display: block;
                right: 0;
                text-align: left;
                top: 100%;
                width: 100%;
            }

                .navbar-panel-sections li > .navbar-panel-welcome-list li > .navbar-panel-welcome-acct-list li > a {
                    padding-left: 1em;
                }

                .navbar-panel-sections li > .navbar-panel-welcome-list li:hover,
                .navbar-panel-sections li > .navbar-panel-welcome-list li > .navbar-panel-welcome-acct-list li:hover {
                    background-color: antiquewhite;
                }

            .navbar-panel-sections li > .navbar-panel-welcome-list li:last-child {
                border-bottom: none;
            }

            .navbar-panel-sections li > .navbar-panel-welcome-list li:not(:hover) > .navbar-panel-welcome-acct-list {
/*                display: none;*/
            }

    .navbar-panel-sections li input[type=checkbox] {
        cursor: pointer;
        height: 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        width: 50%;
        z-index: 1;
    }

        .navbar-panel-sections li input[type=checkbox]:checked ~ ul {
            display: block;
            padding-left: 0;
        }

        .navbar-panel-sections li input[type=checkbox]:not(:checked) ~ ul {
            display: none;
        }

    .navbar-panel-sections li:hover {
        background-color: antiquewhite;
        border-radius: 0.5em;
    }

.navbar-search {
    align-items: center;
    display: flex;
    flex: 3;
    height: 100%;
    justify-content: center;
    max-width: 100em;
}

    .navbar-search .search-box #SearchNow {
        border-left: 1px solid black;
        border-right: 1px solid black;
        flex: 0.75;
        max-width: 3em;
        min-width: 2.5em;
    }

        .navbar-search .search-box #SearchNow > .search-box-button {
            align-self: center;
            background-image: url('../images/MagnifyingGlass_16_x_16.png');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 25% 45%;
            height: 100%;
            width: 100%;
        }

    .navbar-search .search-box #SearchOptions {
        border: none;
        flex: 0.25;
    }

        .navbar-search .search-box #SearchOptions:has(:focus) > .search-options-form {
            display: block;
        }

        .navbar-search .search-box #SearchOptions #search-options-container {
            height: 100%;
        }

        .navbar-search .search-box #SearchOptions .search-box-button {
            border-bottom-right-radius: 2em;
            border-top-right-radius: 2em;
            color: black;
            font-size: 0.5em;
            height: 100%;
            width: 100%;
        }

        .navbar-search .search-box #SearchOptions li > .search-options-form {
            align-items: center;
            background-color: snow;
            border: 1px solid gray;
            border-radius: 0.5em;
            display: none;
            height: auto;
            justify-content: space-between;
            padding: 1em;
            position: absolute;
            right: 0;
            top: 90%;
            width: 10em;
            z-index: 10;
        }

        .navbar-search .search-box #SearchOptions .search-box-button:focus ~ .search-options-form,
        .navbar-search .search-box #SearchOptions .search-box-button:hover ~ .search-options-form,
        .navbar-search .search-box #SearchOptions .search-box-button:active ~ .search-options-form,
        .navbar-search .search-box #SearchOptions .search-options-form:hover,
        #SearchOptions:focus-within .search-options-form {
            display: flex;
        }

    .navbar-search .search-box .search-box-button:hover,
    .navbar-search .search-box .search-box-button:active {
        background-color: antiquewhite;
    }

    .navbar-search .search-box.store-search-box {
        border: 2px solid black;
        border-radius: 1em;
        display: flex;
        flex-direction: row;
        height: 2.5em;
        min-width: 141px;
        position: relative;
        width: 100%;
    }

        .navbar-search .search-box.store-search-box #SearchContent {
            align-items: center;
            display: flex;
            flex: 9;
        }

            .navbar-search .search-box.store-search-box #SearchContent > #search-clear-x {
                display: none !important;
            }

            .navbar-search .search-box.store-search-box #SearchContent > .search-box-text {
                border: none;
                border-radius: 1em;
                flex: 8;
                font-size: 0.875em;
                padding-left: 1em;
            }

                .navbar-search .search-box.store-search-box #SearchContent > .search-box-text:focus {
                    outline: none;
                }

            .navbar-search .search-box.store-search-box #SearchContent > a {
                align-items: center;
                border: none;
                color: steelblue;
                display: flex;
                flex: 0.25;
                font-size: 0.75em;
                justify-content: center;
                outline: none;
            }

                .navbar-search .search-box.store-search-box #SearchContent > a:focus,
                .navbar-search .search-box.store-search-box #SearchContent > a:active {
                    color: blue;
                }

                .navbar-search .search-box.store-search-box #SearchContent > a:hover {
                    color: royalblue;
                    text-decoration: none;
                }

            .navbar-search .search-box.store-search-box #SearchContent:focus {
            }

.nav-content-right {
    float: right;
    text-align: left;
    width: 33%;
}

.Navigationbar {
    align-items: center;
    background-color: snow;
    border-bottom: 1px solid #d6d5d5;
    box-shadow: 4px 1px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    height: 5rem;
    justify-content: space-between;
    position: relative;
    top: 0;
    z-index: 100;
}

    .Navigationbar a {
        color: dodgerblue;
        margin: 0.5em;
        text-decoration: none;
        white-space: nowrap;
    }

        .Navigationbar a ~ .navbar-panel-mobile {
            position: absolute;
            top: 90%;
        }

        .Navigationbar a:hover {
            text-decoration: underline;
        }

    .Navigationbar button {
        background-color: snow;
        border: 2px solid transparent;
        border: none;
        color: dodgerblue;
        padding: 0.5rem;
    }

        .Navigationbar button:hover {
            color: royalblue;
            text-decoration: underline;
        }

.new-comment {
    margin: 50px 0 60px;
}

    .new-comment .button-1 {
        background-color: #4ab2f1;
        border: 0;
        color: #fff;
        font-size: 15px;
        padding: 10px 30px;
        text-align: center;
    }

        .new-comment .button-1:hover,
        .new-comment .button-1:focus {
            background-color: #248ece;
        }

    .new-comment .form-fields {
        margin: 0 0 20px;
    }

    .new-comment .notifications {
        margin: 0 0 10px;
    }

    .new-comment .result {
        color: #690;
    }

.newsletter {
    display: flex;
    flex-direction: column;
}

    .newsletter .newsletter-subscribe {
        display: flex;
        justify-content: center;
    }

        .newsletter .newsletter-subscribe .newsletter-email .options {
            clear: both;
            padding: 10px 0 0;
        }

        .newsletter .newsletter-subscribe .newsletter-validation,
        .newsletter .newsletter-subscribe .newsletter-result {
            line-height: 28px;
            overflow: hidden;
            width: 100%;
        }

    .newsletter .newsletter-subscribe-button {
        background-color: #186fba;
        border: 0;
        color: #fff;
        float: left;
        height: 36px;
        padding: 0 15px;
        text-align: center;
    }

        .newsletter .newsletter-subscribe-button:hover,
        .newsletter .newsletter-subscribe-button:focus {
            background-color: #248ece;
        }

.newsletter-email {
    display: inline-block;
    overflow: hidden;
}

    .newsletter-email input[type="email"] {
        float: left;
        height: 36px;
        margin: 0 -1px 0 0;
        width: 180px;
    }

    .newsletter-email:focus-within {
        overflow: visible;
    }

.news-list-homepage {
    margin: 0 0 75px;
}

    .news-list-homepage .title {
        border-bottom: 1px solid #ddd;
        color: #000;
        font-size: 30px;
        font-weight: normal;
        margin: 0 0 -1px;
        padding: 0 0 15px;
    }

        .news-list-homepage .title strong {
            font-weight: normal;
        }

    .news-list-homepage .view-all {
        text-align: center;
    }

        .news-list-homepage .view-all a {
            color: #000;
            text-decoration: underline;
        }

            .news-list-homepage .view-all a:hover,
            .news-list-homepage .view-all a:focus {
                color: #4ab2f1;
            }

.NoButton {
    background-color: darkred !important;
    color: lightcoral !important;
    width: 95%;
}

.noscript {
    background-color: #ff9;
    border-bottom: 1px solid #333;
    color: #000;
    line-height: 22px;
    padding: 30px 15px;
    text-align: center;
}

.no-shipping-options {
    margin: 4% 0;
    text-align: center;
}

.not-found-page p {
    margin: 30px 15px;
}

.opc .allow .step-title {
    background-color: #4ab2f1;
    cursor: pointer;
}

    .opc .allow .step-title .number {
        background-color: #248ece;
    }

    .opc .allow .step-title .number,
    .opc .allow .step-title .title {
        color: #fff;
        cursor: pointer;
    }

.opc .back-link {
    margin: 0 0 10px;
}

    .opc .back-link a {
        background: url('../images/back-button.png') left center no-repeat;
        color: #000;
        display: inline-block;
        margin: 0 0 0 -15px;
        padding: 0 0 0 18px;
    }

        .opc .back-link a:hover,
        .opc .back-link a:focus {
            color: #4ab2f1;
        }

    .opc .back-link small {
        display: none;
    }

.opc .buttons {
    margin-bottom: 0;
}

    .opc .buttons .please-wait {
        background: none;
        display: block;
        margin: 10px 0 0;
    }

.opc .payment-info .info tr {
    text-align: left;
}

.opc .section {
    margin: 0 0 30px;
}

    .opc .section > label {
        display: block;
        margin: 0 0 10px;
    }

    .opc .section.order-summary {
        margin: 0;
    }

    .opc .section.pickup-in-store {
        margin: 0 0 30px;
        padding: 0;
    }

    .opc .section.ship-to-same-address {
        margin: 0 0 30px;
        padding: 0;
    }

.opc .step {
    margin: 10px 0;
    padding: 30px 15px;
    text-align: center;
}

.opc .step-title {
    background-color: #f6f6f6;
    margin: 0 0 1px;
    overflow: hidden;
}

    .opc .step-title .number {
        border-right: 1px solid #fff;
        text-align: center;
        width: 42px;
    }

    .opc .step-title .number,
    .opc .step-title .title {
        float: left;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        min-height: 40px;
        padding: 10px 15px;
    }

.opc input[type="text"],
.opc select {
    max-width: 100%;
}

.opc-select-address-container {
    display: flex;
    flex-flow: row wrap;
    gap: 10px 5px;
    justify-content: center;
}

.order-completed .details {
    color: #000;
    margin: 0 0 30px;
    padding: 30px 15px;
    text-align: center;
}

    .order-completed .details a {
        color: #4ab2f1;
    }

        .order-completed .details a:hover,
        .order-completed .details a:focus {
            text-decoration: underline;
        }

    .order-completed .details div {
        margin: 5px 0;
    }

    .order-completed .details strong {
        font-weight: normal;
    }

.order-details-button {
    background: url('../images/details.png') left center no-repeat;
}

.order-details-cart {
    color: dodgerblue;
    display: flex;
    font-size: 1.25em;
    font-weight: bold;
    justify-content: flex-end;
    margin-bottom: 1.5em;
}

    .order-details-cart a {
        border-bottom: 1px solid lightgray;
        min-width: 150px;
        padding-bottom: 0.5em;
        text-align: right;
    }

.order-details-header {
    display: flex;
    justify-content: space-between;
}

    .order-details-header .od-header-storeinfo {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        text-align: left;
    }

    .order-details-header img {
        height: auto;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
        width: auto;
    }

.order-details-page .actions {
    font-size: 0;
    margin: 30px 0 0;
}

    .order-details-page .actions button {
        background-color: #aaa;
        background-image: none;
        border: 0;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        margin: 5px;
        min-width: 165px;
        padding: 10px 20px;
    }

        .order-details-page .actions button:first-child {
            background-color: #4ab2f1;
        }

            .order-details-page .actions button:first-child:hover,
            .order-details-page .actions button:first-child:focus {
                background-color: #248ece;
            }

        .order-details-page .actions button:hover,
        .order-details-page .actions button:focus {
            background-color: #999;
        }

.order-details-page .download a {
    color: #4ab2f1;
    font-weight: normal;
}

    .order-details-page .download a:hover,
    .order-details-page .download a:focus {
        text-decoration: underline;
    }

.order-details-page .order-overview {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 50px;
    text-align: center;
}

    .order-details-page .order-overview .order-number {
        margin: 0 0 10px;
    }

    .order-details-page .order-overview .order-total strong {
        color: #4ab2f1;
        font-weight: normal;
    }

.order-details-page .page-title {
    border-bottom: 0;
}

    .order-details-page .page-title a {
        background-color: #aaa;
        background-image: none;
        border: 0;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        margin: 5px 0;
        min-width: 180px;
        padding: 10px 20px;
    }

        .order-details-page .page-title a.print-order-button {
            background-color: #4ab2f1;
        }

            .order-details-page .page-title a.print-order-button:hover,
            .order-details-page .page-title a.print-order-button:focus {
                background-color: #248ece;
            }

        .order-details-page .page-title a:hover,
        .order-details-page .page-title a:focus {
            background-color: #999;
        }

    .order-details-page .page-title h1 {
        border-bottom: 1px solid #ddd;
        margin: 0 0 30px;
        padding: 0 0 10px;
    }

.order-details-page .repost .button-2 {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 10px 0;
    padding: 10px 15px;
}

    .order-details-page .repost .button-2:hover,
    .order-details-page .repost .button-2:focus {
        background-color: #248ece;
    }

.order-details-page .tax-shipping-info {
    margin: 30px 0;
}

    .order-details-page .tax-shipping-info a {
        color: #4ab2f1;
    }

        .order-details-page .tax-shipping-info a:hover,
        .order-details-page .tax-shipping-info a:focus {
            text-decoration: underline;
        }

.order-details-page .total-info {
    background-color: #f9f9f9;
    color: #000;
    padding: 15px 20px;
}

.order-details-page .totals.section {
    margin: 0 auto 50px;
    max-width: 100%;
    padding: 0 10px;
    width: 370px;
}

.order-progress {
    background-color: #f6f6f6;
    margin: 0 0 50px;
    padding: 15px 0;
    text-align: center;
}

    .order-progress a {
        color: #000;
        display: block;
        font-size: 14px;
        min-width: 70px;
    }

        .order-progress a:before {
            background: #fff url('../images/pointer.png') center no-repeat;
            border: 1px solid #bbb;
            content: "";
            display: block;
            height: 40px;
            margin: 0 auto 15px;
            width: 40px;
        }

    .order-progress li {
        display: inline-block;
        margin: 10px;
    }

        .order-progress li.active-step a {
            cursor: pointer;
        }

        .order-progress li.inactive-step a {
            cursor: default;
            opacity: .3;
        }

    .order-progress ul {
        font-size: 0;
    }

.order-review-data .payment-method-info,
.order-review-data .shipping-method-info,
.order-details-area .payment-method-info,
.order-details-area .shipping-method-info {
    margin-top: 20px;
}

.order-review-data .title strong,
.order-details-area .title strong,
.shipment-details-area .title strong {
    font-weight: 700;
}

.order-review-data .title,
.order-details-area .title,
.shipment-details-area .title {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 0;
}

.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
    background-color: #f9f9f9;
    color: #000;
    margin: 0 auto 40px;
    max-width: 100%;
    padding: 20px;
    width: 350px;
}

.order-review-data li,
.order-details-area li,
.shipment-details-area li {
    padding: 3px 0;
}

.orders-card {
    margin-bottom: 25px;
    overflow: hidden;
    width: 100%;
}

    .orders-card .body {
        background-color: white;
        border: 1px solid lightgray;
        color: black;
        font-size: 18px;
        padding: 15px;
    }

        .orders-card .body > table {
            border-collapse: separate;
        }

            .orders-card .body > table tr {
                height: 100px;
            }

                .orders-card .body > table tr > .img-column {
                    width: 100px;
                }

                .orders-card .body > table tr > td {
                    border: 1px solid lightgray;
                    text-align: center;
                    width: auto;
                }

                .orders-card .body > table tr td > .product-img-link:hover {
                    opacity: 0.5;
                }

                .orders-card .body > table tr td > .product-name-link:hover {
                    color: darkgray;
                    cursor: pointer;
                    text-decoration: underline;
                }

                .orders-card .body > table tr td > img,
                .orders-card .body > table tr td > .product-img-link img {
                    height: auto;
                    max-height: 100px;
                    max-width: 75px;
                    width: auto;
                }

    .orders-card .header {
        background-color: #42aedf;
        border-radius: 8px 8px 0 0;
        color: azure;
        display: flex;
        font-size: 18px;
        height: 150px;
        max-height: 200px;
        padding: 15px;
        width: 100%;
    }

        .orders-card .header button {
            background-color: skyblue;
            border-color: blue;
            border-radius: 0.25rem;
            color: black;
            display: inline-flex;
            padding: 15px;
            text-align: center;
            vertical-align: middle;
        }

            .orders-card .header button:hover {
                background-color: lightblue;
            }

.orders-more,
.not-found-link {
    color: blue;
    cursor: pointer;
    font-weight: bold;
}

    .orders-more:hover,
    .not-found-link:hover {
        color: lightskyblue;
        text-decoration: underline;
    }

.overlay {
    align-items: start;
    background-color: rgba(255,255,255,1);
    color: black;
    display: flex;
    flex-direction: column;
    font-size: 1em;
    height: 100%;
    justify-content: center;
    padding: 1em;
    width: 100%;
    z-index: 1000;
}

.overlay-trans {
    align-items: center;
    background-color: rgba(255,255,255,0.5);
    color: black;
    display: flex;
    font-size: 5em;
    height: 100%;
    justify-content: center;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.overview {
    margin: 0 0 0px;
    position: relative;
}

    .overview .additional-details div,
    .variant-overview .additional-details div {
        margin: 0 0 8px;
    }

    .overview .additional-details,
    .variant-overview .additional-details {
        margin: 0 0 20px;
    }

    .overview .add-to-cart {
        margin: 0 0 20px;
    }

        .overview .add-to-cart .product-buy-quantity-container {
            display: flex;
            gap: 0.5em;
            justify-content: flex-start;
        }

    .overview .add-to-cart-button,
    .variant-overview .add-to-cart-button {
        background-color: #186fba;
        border: 0;
        border-radius: 1rem;
        box-shadow: 1px 1px 3px #0056b3;
        color: #fff;
        font-size: 15px;
        height: 3em;
        padding: 0 24px;
    }

        .overview .add-to-cart-button:hover,
        .variant-overview .add-to-cart-button:hover,
        .variant-overview .add-to-cart-button:focus {
            background-color: #248ece;
        }

    .overview .add-to-cart-panel > *,
    .variant-overview .add-to-cart-panel > * {
        float: left;
    }

    .overview .add-to-cart-panel,
    .variant-overview .add-to-cart-panel {
        display: inline-block;
        position: relative;
    }

    .overview .add-to-compare-list-button {
        background-image: url('../images/compare-button.png');
    }

    .overview .add-to-wishlist-button,
    .variant-overview .add-to-wishlist-button {
        background-image: url('../images/wishlist-button.png');
        background-position: 50% 50%;
        background-repeat: no-repeat;
        height: 3em;
        width: 25%;
    }

    .overview .availability .back-in-stock-subscription,
    .variant-overview .availability .back-in-stock-subscription {
        display: inline-block;
    }

    .overview .availability .stock,
    .variant-overview .availability .stock {
        margin: 0 0 10px;
    }

    .overview .availability,
    .variant-overview .availability {
        margin: 0 0 20px;
        overflow: hidden;
    }

    .overview .button-2 > span {
        width: 66%;
    }

    .overview .button-2,
    .variant-overview .button-2 {
        align-items: center;
        background-color: #eaeaea;
        background-position: left center;
        background-repeat: no-repeat;
        border: 0;
        border-radius: 1rem;
        box-shadow: 1px 1px 3px gray;
        color: #000;
        display: flex;
        font-size: 15px;
        height: 3em;
        justify-content: center;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .overview .button-2:hover,
        .variant-overview .button-2:hover,
        .variant-overview .button-2:focus {
            background-color: #ddd;
        }

    .overview .delivery,
    .variant-overview .delivery {
        overflow: hidden;
    }

    .overview .delivery-date,
    .variant-overview .delivery-date {
        margin: 10px 0;
    }

    .overview .discontinued-product {
        background: #f3f3f3;
        margin: 0 0 10px;
    }

        .overview .discontinued-product h4 {
            background: url('../images/discontinued-product-icon.png') no-repeat 13px center;
            color: #de444c;
            display: inline-block;
            font-size: 14px;
            padding: 17px 17px 17px 40px;
        }

    .overview .download-sample,
    .variant-overview .download-sample {
        display: inline-block;
        margin: 0 0 25px;
    }

    .overview .download-sample-button,
    .variant-overview .download-sample-button {
        background-image: url('../images/download-button.png');
    }

    .overview .email-a-friend-button {
        background-image: url('../images/email-button.png');
    }

    .overview .free-shipping,
    .variant-overview .free-shipping {
        background: url('../images/shipping.png') left center no-repeat;
        color: #000;
        display: inline-block;
        font-weight: bold;
        margin: 10px 0;
        padding: 2px 0 2px 28px;
    }

        .overview .free-shipping.invisible,
        .variant-overview .free-shipping.invisible {
            display: none;
        }

    .overview .manufacturers {
        margin: 0 0 20px;
    }

    .overview .min-qty-notification,
    .variant-overview .min-qty-notification {
        color: #000;
        font-style: italic;
        margin: 10px 0;
    }

    .overview .old-product-price,
    .variant-overview .old-product-price,
    .overview .non-discounted-price,
    .variant-overview .non-discounted-price {
        color: #000;
        font-size: 14px;
        text-decoration: line-through;
    }

    .overview .prices > div > span,
    .variant-overview .prices > div > span {
        vertical-align: middle;
    }

    .overview .prices > div,
    .variant-overview .prices > div {
        margin: 0 0 5px;
    }

    .overview .prices,
    .variant-overview .prices {
        margin: 0 0 10px;
        overflow: hidden;
    }

    .overview .product-name {
        border-bottom: 1px solid #ddd;
        margin: 0 0 25px;
        padding: 0 0 10px;
    }

        .overview .product-name h1 {
            font-size: 30px;
            font-weight: normal;
        }

    .overview .product-price,
    .variant-overview .product-price {
        color: #000;
        font-size: 20px;
        font-weight: bold;
    }

    .overview .qty-dropdown,
    .variant-overview .qty-dropdown {
        color: #000;
        font-size: 15px;
        height: 43px;
        padding: 0 12px;
    }

    .overview .qty-input,
    .variant-overview .qty-input {
        color: #000;
        font-size: 18px;
        height: 43px;
        padding: 0px 6px 0px 12px;
        text-align: center;
        width: 120px;
    }

    .overview .qty-label,
    .variant-overview .qty-label {
        display: none !important;
    }

    .overview .short-description {
        color: #000;
        line-height: 22px;
        margin: 0 0 25px;
    }

    .overview .subscribe-button,
    .variant-overview .subscribe-button {
        background-image: url('../images/email-button.png');
    }

    .overview .tax-shipping-info a,
    .variant-overview .tax-shipping-info a {
        color: #4ab2f1;
    }

        .overview .tax-shipping-info a:hover,
        .overview .tax-shipping-info a:focus,
        .variant-overview .tax-shipping-info a:hover,
        .variant-overview .tax-shipping-info a:focus {
            text-decoration: underline;
        }

    .overview .value a,
    .variant-overview .value a {
        color: #4ab2f1;
    }

        .overview .value a:hover,
        .overview .value a:focus,
        .variant-overview .value a:hover,
        .variant-overview .value a:focus {
            text-decoration: underline;
        }

    .overview .value,
    .variant-overview .value {
        color: #000;
    }

.overview-buttons {
    display: flex;
    font-size: 0;
    gap: 1.5rem;
    margin: 0 0 25px;
    min-height: 80px;
    width: 66%;
}

    .overview-buttons div {
        width: 50%;
    }

        .overview-buttons div > button {
            max-width: 14rem;
            min-height: 2.25rem;
            width: 100%;
        }

.page {
    display: flex;
    flex-direction: column;
    min-height: 200px;
    position: relative;
    text-align: center;
    width: 100%;
}

    .page:after,
    .page-title:after,
    .page-body:after {
        clear: both;
        content: "";
        display: block;
    }

.PageAlignment {
    min-height: 200px;
    text-align: left;
}

.pager {
    margin: 0 0 20px;
}

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li a,
        .pager li span {
            background-color: #eee;
            border: 1px solid #ddd;
            cursor: pointer;
            display: block;
            font-size: 14px;
            height: 35px;
            min-width: 35px;
            padding: 8px;
            text-align: center;
        }

            .pager li a:hover,
            .pager li a:focus {
                background-color: #ddd;
                border-color: transparent;
            }

        .pager li span {
            background-color: #4ab2f1;
            border-color: transparent;
            color: #fff;
        }

        .pager li.first-page * {
            background-image: url('../images/first.png');
        }

        .pager li.last-page * {
            background-image: url('../images/last.png');
        }

        .pager li.next-page * {
            background-image: url('../images/next.png');
        }

        .pager li.previous-page * {
            background-image: url('../images/prev.png');
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            color: #fff;
            font-size: 0;
        }

    .pager ul {
        font-size: 0;
        text-align: right;
    }

.page-title {
    border-bottom: 1px solid #ddd;
    min-height: 45px;
    padding: 6px 10px;
}

.PageTitle {
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 25px;
    min-height: 50px;
    padding: 6px 10px;
    text-align: center;
}

.page-title h1 {
    font-size: 30px;
    font-weight: normal;
}

.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}

    .pagination a {
        border-color: royalblue;
        color: black;
        float: left;
        text-decoration: none;
    }

        .pagination a:hover:not(.active) {
            background-color: lightskyblue;
            border-color: royalblue;
        }

.pagination-bar {
    display: flex;
    justify-content: center;
    margin-bottom: 4vh;
    margin-top: 1.5vh;
    width: 100%;
}

    .pagination-bar button {
        background-color: white;
        border-bottom: 2px solid royalblue;
        border-left: 1px solid royalblue;
        border-radius: 0.5em;
        border-right: 1px solid royalblue;
        border-top: 2px solid royalblue;
        box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
        color: black;
        cursor: pointer;
        font-weight: bold;
        height: 3.25em;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
        width: 3.5em;
    }

        .pagination-bar button.active {
            background-color: dodgerblue;
            color: azure;
        }

            .pagination-bar button.active:hover {
                background-color: deepskyblue;
            }

        .pagination-bar button.arrow {
            border: 2px solid royalblue;
            border-radius: 0.5em;
            height: 3.25em;
            width: 5em;
        }

            .pagination-bar button.arrow:disabled {
                background-color: white;
                border-color: lightgray;
                color: lightgray;
                cursor: default;
            }

            .pagination-bar button.arrow:hover {
                background-color: steelblue;
            }

        .pagination-bar button.arrow2 {
            border: 2px solid royalblue;
            border-radius: 0.5em;
            height: 3.25em;
            margin-left: 0.2em;
            margin-right: 0.2em;
            width: 2em;
        }

            .pagination-bar button.arrow2:disabled {
                background-color: white;
                border-color: lightgray;
                color: lightgray;
                cursor: default;
            }

            .pagination-bar button.arrow2:hover {
                background-color: steelblue;
            }

        .pagination-bar button:hover {
            background-color: lightskyblue;
            color: azure;
        }

.pagination-search {
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 0;
    color: #212529;
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    height: 3em;
    line-height: 3;
    margin-left: 2em;
    -moz-appearance: none;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    width: 4.5em;
}

.password-container {
    display: inline;
    position: relative;
    width: 60%;
}

    .password-container #PasswordText,
    .password-container #ConfirmPasswordText {
        border: 1px solid #ced4da;
        border-radius: 0.25em;
        font-size: 1rem;
        line-height: 1.5;
        max-width: 300px;
        padding: .375rem .75rem;
        width: 100%;
    }

.password-recovery-page .result {
    color: #000;
    font-weight: bold;
    margin: 0 0 5px;
}

.password-recovery-page .tooltip {
    margin: 0 0 25px;
}

.payment-info .info {
    color: #000;
    padding: 30px 15px;
}

    .payment-info .info p {
        text-align: center;
    }

    .payment-info .info td {
        display: inline-block;
        font-size: 14px;
        max-width: 400px !important;
        width: 100% !important;
    }

        .payment-info .info td input[name="CardCode"] {
            width: 65px !important;
        }

        .payment-info .info td input[type="text"] {
            width: 100% !important;
        }

        .payment-info .info td select {
            min-width: 70px;
        }

        .payment-info .info td:first-child {
            margin: 0 0 10px;
        }

        .payment-info .info td:only-child {
            max-width: 100% !important;
            width: 100% !important;
        }

    .payment-info .info tr {
        display: block;
        font-size: 0;
        margin: 0 0 15px;
    }

.payment-method .payment-details {
    display: inline-block;
    margin: 0 0 0 10px;
    text-align: left;
    vertical-align: middle;
    width: 200px;
}

.payment-method .payment-logo {
    display: inline-block;
    vertical-align: middle;
}

    .payment-method .payment-logo label {
        display: block;
        font-size: 0 !important;
    }

.payment-method .use-reward-points {
    color: #000;
    margin: 0 0 30px;
    text-align: center;
}

.payment-portal-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

    .payment-portal-content .pp-amount {
        align-items: start;
        display: flex;
        flex-direction: column;
        margin: 1rem 1% 1rem 1%;
    }

        .payment-portal-content .pp-amount .form-group {
            align-items: start;
            display: flex;
            flex-direction: column;
            min-width: revert !important;
            text-align: left;
        }

            .payment-portal-content .pp-amount .form-group > input {
                max-width: 175px;
            }

            .payment-portal-content .pp-amount .form-group > label {
                margin-bottom: 5px;
                min-width: 125px;
                text-align: start;
            }

    .payment-portal-content .pp-amount-result-message {
        color: red;
        display: flex;
        flex-direction: column;
        margin-top: 0;
    }

    .payment-portal-content .pp-method {
        align-items: center;
        border: 0.15em solid black;
        border-radius: 0.4em;
        display: flex;
        flex-direction: column;
        max-width: 500px;
        min-width: 300px;
        width: 100%;
    }

        .payment-portal-content .pp-method .cc-body {
            display: flex;
            padding: 1em;
        }

        .payment-portal-content .pp-method .cc-title {
            border-bottom: 1px solid gray;
            display: flex;
            font-size: 1.25em;
            justify-content: center;
            padding: 1em;
            width: 100%;
        }

        .payment-portal-content .pp-method .popup-card .popup-card-body {
            background-color: #fff;
            display: flex;
            flex: 1 1 auto;
            flex-direction: column;
            gap: 1rem;
            max-width: 500px;
            overflow-x: auto;
            padding: 0.75rem 0.75rem;
        }

            .payment-portal-content .pp-method .popup-card .popup-card-body #pp-payment-form-error {
                color: red;
            }

        .payment-portal-content .pp-method .pp-method-options {
            border-bottom: 1px solid gray;
            display: flex;
            font-size: 1.25em;
            gap: 2em;
            justify-content: center;
            padding: 0.75em 0.5em 0.75em 0.5em;
            width: 100%;
        }

            .payment-portal-content .pp-method .pp-method-options > label,
            .payment-portal-content .pp-method .pp-method-options > label > input {
                cursor: pointer;
            }

                .payment-portal-content .pp-method .pp-method-options > label:hover,
                .payment-portal-content .pp-method .pp-method-options > label > input:hover,
                .payment-portal-content .pp-method > .popup-card label:hover,
                .payment-portal-content .pp-method > .popup-card label > input:hover {
                    background-color: lightgray;
                }

        .payment-portal-content .pp-method > .popup-card label,
        .payment-portal-content .pp-method > .popup-card label > input {
            border: 1px solid lightgray;
            cursor: pointer;
            padding-left: 0.2em;
        }

    .payment-portal-content .pp-success-title {
        border-bottom: 1px solid lightgray;
        color: limegreen;
        font-size: 1.5em;
        font-weight: bold;
        padding: 1em;
    }

.payment-portal-data {
    margin: 1rem;
}

.picture-gallery .picture-thumbs {
    font-size: 0;
    overflow: hidden;
}

    .picture-gallery .picture-thumbs .thumb-item {
        cursor: pointer;
        display: inline-block;
        height: 100px;
        margin: 0 5px 10px;
        overflow: hidden;
        position: relative;
        width: 100px;
    }

.please-wait {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    font-size: 14px;
    padding-left: 20px;
}

.pmtcol {
    border: 0.15em solid black;
    border-radius: 0.4em;
    float: left;
    height: auto;
    margin: 1%;
    max-width: 500px;
    min-width: 300px;
    width: 31%;
}

.poll .buttons button {
    background-color: #aaa;
    border: 0;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
}

    .poll .buttons button:hover,
    .poll .buttons button:focus {
        background-color: #bbb;
    }

.poll strong {
    background-color: #f6f6f6;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    margin: 10px 0;
    padding: 10px 15px;
}

.poll-options li > input {
    cursor: pointer;
    margin: 0 5px 0 0;
}

.poll-options li > label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
}

.poll-options li,
.poll-results li {
    margin: 10px 0;
}

.poll-options,
.poll-results {
    color: #000;
    font-size: 15px;
    margin: 10px 0 15px;
    overflow: hidden;
}

.poll-total-votes {
    color: #000;
    display: block;
    font-style: italic;
    font-weight: bold;
    margin: 10px 0 0;
}

.PopupBody {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.PopupButton {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #212529;
    cursor: pointer;
    display: inline-block;
    font-size: 12pt;
    font-weight: 400;
    line-height: 1.5;
    margin: 4px 4px;
    -moz-user-select: none;
    padding: 4px 4px;
    text-align: center;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    user-select: none;
    vertical-align: middle;
    -webkit-user-select: none;
}

.popup-card {
    background-clip: border-box;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    word-wrap: break-word;
}

.popup-card-body {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1em;
    overflow-x: auto;
    padding: 1rem 1rem;
    width: 100%;
}

    .popup-card-body > .row {
        width: 100%;
    }

.popup-card-body-links {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

    .popup-card-body-links a {
        border: 1px solid gray;
        border-radius: 0.5rem;
        color: slategray;
        cursor: pointer;
        flex: 0 0 20%;
        font-size: 16px;
        font-weight: bold;
        height: 100%;
        margin: 2rem;
        padding-bottom: 2rem;
        padding-top: 2rem;
        text-align: center;
        text-decoration: none;
    }

        .popup-card-body-links a:hover {
            background-color: lightgray;
            color: slategray;
        }

.popup-card-footer {
    display: flex;
    flex-direction: column;
}

    .popup-card-footer > .popup-card-footer-buttons {
        display: flex;
        justify-content: space-between;
        padding-bottom: 1em;
        padding-top: 1em;
    }

        .popup-card-footer > .popup-card-footer-buttons > button {
            max-width: 20em;
            width: 40%;
        }

    .popup-card-footer > label {
        text-align: end;
    }

.popup-card-header {
    background-color: #1887ba;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: white !important;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    padding: .5rem 1rem;
}

    .popup-card-header .button-1 {
        background-color: #4ab2f1;
        border: 0;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        min-width: 140px;
        padding: 10px 30px;
        text-align: center;
        text-transform: uppercase;
    }

.popup-card-sub-header {
    background-color: #42aedf;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: white;
    margin-bottom: 0;
    padding: .5rem 1rem;
}

.popup-card-title {
    color: #fff !important;
    margin-bottom: 0;
}

.PopupColumn {
    flex: 0 0 auto;
    width: 40%;
}

.PopupConfirm {
    background-color: gray;
    border-color: lightblue;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    color: white;
    left: 50%;
    min-width: 250px;
    padding: 10px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

.PopupContainer,
.PopupContainer-Checkout {
    background-color: rgba(200, 200, 200, 0.77);
    height: 100vh;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100vw;
    z-index: 1000;
}

    .PopupContainer .button-bar-mobile {
        display: none;
    }

.PopupEditor {
    background-color: white;
    border-color: lightblue;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    color: black;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    left: 50%;
/*    min-height: 25%;*/
    min-width: 40%;
    overflow-y: auto;
    padding: 8px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

.PopupEditor-Checkout {
    background-color: white;
    border-color: lightblue;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    color: black;
    left: 50%;
    max-height: 80%;
    max-width: 50%;
    min-width: 400px;
    overflow-y: auto;
    padding: 10px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 575px;
}

.PopupEditor-ProductReview {
    background-color: white;
    border-color: lightblue;
    border-radius: 15px;
    border-style: solid;
    border-width: 1px;
    color: black;
    height: 80%;
    left: 50%;
    min-width: 350px;
    overflow-y: auto;
    padding: 10px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 67%;
}

.PopupGradient {
    background: linear-gradient(0deg,#000000,#1155cc) !important;
    color: #fff;
}

.PopupHeader {
    background-color: #1887ba;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: white;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0;
    padding: .5rem 1rem;
    text-align: center;
}

.popup-notification {
    border-radius: 5px;
    margin: 5px 0;
    padding: 3px;
}

    .popup-notification.error {
        border: 2px rgba(228, 68, 76, .5) solid;
    }

    .popup-notification.success {
        border: 2px rgba(75, 176, 122, .5) solid;
    }

    .popup-notification.warning {
        border: 2px rgba(243, 156, 18, .5) solid;
    }

.PopupPanel, .PopupPanel div {
    background-color: rgba(99, 99, 99, 0.00) !important;
}

.PopupRow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    text-align: center;
    width: 100%;
}

.PopupTable td, .PopupTable th {
    padding: 3px;
}

.popup-window .topic-page {
    padding: 15px;
}

.portal-alert {
    color: red;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.portal-bottom {
    float: right;
    margin: 0px 100px 20px 50px;
}

.portal-error {
    color: red;
    float: left;
    font-weight: bold;
}

.portal-table {
    border: 1px solid rgb(100, 100, 100);
    border-spacing: 10px;
    font-size: 15px;
    overflow-x: auto;
}

    .portal-table th {
        background-color: rgb(170, 170, 170);
        border: 1px solid rgb(100, 100, 100);
        color: black;
        font-weight: bold;
        padding: 10px;
    }

    .portal-table tr {
        background-color: white;
        border: 1px solid rgb(100, 100, 100);
        color: black;
        cursor: pointer;
        padding-top: 10px;
    }

        .portal-table tr.space > td {
            padding: 1em;
        }

        .portal-table tr:nth-child(even) {
            background-color: lightgray;
        }

.post-body,
.news-body {
    line-height: 22px;
    margin: 0 0 20px;
    padding: 0 10px;
}

.post-date,
.news-date {
    background-color: #f6f6f6;
    color: #000;
    display: block;
    font-style: italic;
    margin: 0 0 15px;
    padding: 10px;
}

.post-title,
.news-title {
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 20px 10px;
}

    .post-title:hover,
    .post-title:focus,
    .news-title:hover,
    .news-title:focus {
        color: #4ab2f1;
    }

.price-range-filter .selected-price-range {
    padding: 5px 0;
}

    .price-range-filter .selected-price-range .to {
        float: right;
    }

    .price-range-filter .selected-price-range.manually {
        display: flex;
    }

        .price-range-filter .selected-price-range.manually .from {
            margin-right: 8px;
        }

        .price-range-filter .selected-price-range.manually .from,
        .price-range-filter .selected-price-range.manually .to {
            width: 50%;
        }

.private-message-send-page a {
    color: #4ab2f1;
    font-size: 14px;
}

.private-message-send-page span {
    font-size: 14px;
}

.private-messages-page .buttons .button-1,
.private-messages-page .buttons .button-2,
.private-message-view-page .buttons .button-1,
.private-message-view-page .buttons .button-2 {
    display: block;
    font-size: 15px;
    margin: 0 auto 3px;
    width: 250px;
}

.private-messages-page .buttons,
.private-message-view-page .buttons {
    font-size: 0;
}

.private-messages-page .no-items {
    padding: 20px;
    text-align: center;
}

.private-messages-page .pager {
    margin: 0 0 30px;
}

.private-messages-page .table-wrapper,
.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.private-messages-page td.date {
    white-space: nowrap;
}

.private-messages-page td.from,
.private-messages-page td.to,
.private-messages-page td.subject {
    min-width: 150px;
}

    .private-messages-page td.subject a {
        color: #000;
    }

        .private-messages-page td.subject a.pm-unread {
            color: #4ab2f1;
        }

.private-messages-page th.select {
    text-align: center;
}

.private-message-view-page .back-pm-button {
    text-transform: capitalize !important;
}

.private-message-view-page .message-body {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    line-height: 22px;
    padding: 30px 20px;
    text-align: justify;
}

.private-message-view-page .message-head {
    line-height: 22px;
    margin: 0 0 20px;
}

    .private-message-view-page .message-head span {
        color: #000;
        font-weight: bold;
    }

.private-message-view-page .view-message {
    margin: 0 0 30px;
}

.product-collateral {
    margin: 0 0 75px;
}

    .product-collateral .title {
        color: #000;
        font-size: 18px;
        margin: 0 0 10px;
    }

        .product-collateral .title strong {
            font-weight: normal;
        }

.product-essential {
    border-bottom: 1px solid black;
    display: flex;
    gap: 2em;
    justify-content: space-between;
    margin: 0 0 1em;
    padding: 0 0 10px;
}

.product-estimate-shipping {
    margin-bottom: 20px;
}

    .product-estimate-shipping .open-estimate-shipping-popup .arrow-down {
        border: solid #000;
        border-width: 0 1px 1px 0;
        display: inline-block;
        margin: 0 0 3px 6px;
        padding: 3px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }

    .product-estimate-shipping .shipping-date {
        margin-top: 3px;
    }

    .product-estimate-shipping .shipping-title {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        justify-content: center;
        margin-bottom: 5px;
    }

        .product-estimate-shipping .shipping-title .shipping-loading {
            background: url('../images/ajax-loader-small.gif') no-repeat;
            display: inline-block;
            height: 16px;
            margin-left: 5px;
            vertical-align: middle;
            width: 16px;
        }

        .product-estimate-shipping .shipping-title .shipping-price {
            margin-left: 5px;
            vertical-align: middle;
        }

.product-filter .attribute-squares {
    font-size: inherit;
}

    .product-filter .attribute-squares .attribute-square {
        height: 20px !important;
        margin-right: 8px;
        width: 20px !important;
    }

.product-filter .filter-content {
    color: #000;
    margin-bottom: 20px;
    padding: 10px;
}

.product-filter .filter-title {
    background: #f6f6f6 url('../images/toggle-gray.png') right 10px no-repeat;
    color: #000;
    font-size: 17px;
    margin: 0 0 10px;
    padding: 10px;
}

    .product-filter .filter-title strong {
        font-weight: normal;
    }

.product-filter .group {
    font-size: 15px;
}

    .product-filter .group .item {
        align-items: center;
        display: flex;
        padding-left: 15px;
    }

        .product-filter .group .item + .item {
            padding-top: 8px;
        }

        .product-filter .group .item label {
            align-items: center;
            cursor: pointer;
            display: flex;
            flex-grow: 1;
            padding-left: 8px;
        }

    .product-filter .group .name {
        padding-bottom: 10px;
    }

    .product-filter .group + .group {
        margin-top: 16px;
    }

.product-grid .item-box-related .description:not([data-short-description]) {
    display: -webkit-box;
    height: 66px;
    line-height: 22px;
    margin: 0 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.product-grid .title {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    color: #000;
    font-size: 30px;
    font-weight: normal;
    margin: 1em 0 0.5em 0;
    padding: 0.5em 0 0.5em 0;
    width: 100%;
}

    .product-grid .title strong {
        font-weight: normal;
    }

.product-grid,
.product-list {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0 0 50px;
}

.product-no-reviews a {
    text-decoration: underline;
}

.product-no-reviews,
.product-reviews-overview {
    color: #000;
    margin: 0 0 25px;
}

.product-review-box {
    display: flex;
    margin: 0 0 8px;
}

    .product-review-box #reviews-click-me {
        cursor: pointer;
        display: flex;
    }

        .product-review-box #reviews-click-me .count {
            align-items: center;
            color: blue;
            display: flex;
            font-size: 1em;
        }

            .product-review-box #reviews-click-me .count:hover {
                color: dodgerblue;
                text-decoration: underline;
            }

        .product-review-box #reviews-click-me .rating {
            background: url('../images/rating1.png') repeat-x;
            height: 14px;
            width: 95px;
        }

            .product-review-box #reviews-click-me .rating div {
                background: url('../images/rating2.png') repeat-x;
                font-size: 0;
                height: 14px;
                line-height: 0;
            }

.product-review-helpfulness .question {
    font-style: italic;
    margin: 0 5px 0 0;
}

.product-review-helpfulness .result {
    margin: 0 0 0 10px;
}

.product-review-item {
    margin: 0 0 40px;
}

    .product-review-item .avatar {
        margin: 0 0 10px;
    }

    .product-review-item .product-review-box {
        margin: 3px 0 0;
    }

    .product-review-item .reply {
        border-top: 1px solid #ddd;
        margin: 15px 0;
    }

    .product-review-item .reply-header {
        font-weight: bold;
        margin: 15px 0;
    }

    .product-review-item .reply-text {
        line-height: 22px;
    }

    .product-review-item .review-content {
        padding: 20px 10px;
    }

    .product-review-item .review-info {
        margin: 0 0 5px;
    }

        .product-review-item .review-info a,
        .product-review-helpfulness .vote {
            color: #4ab2f1;
            cursor: pointer;
            display: inline-block;
            padding: 0 5px;
        }

        .product-review-item .review-info label {
            font-weight: normal;
        }

    .product-review-item .review-item-head {
        background-color: #f6f6f6;
        border-top: 1px solid #ddd;
        overflow: hidden;
        padding: 10px;
    }

    .product-review-item .review-text {
        color: #000;
        line-height: 22px;
        margin: 0 0 15px;
    }

    .product-review-item .review-title {
        color: #000;
        font-size: 15px;
        line-height: 20px;
    }

    .product-review-item .review-type-rating-ext {
        margin: 0 0 20px;
        overflow: hidden;
    }

.product-review-links a {
    text-decoration: underline;
}

    .product-review-links a:hover,
    .product-review-links a:focus {
        color: #4ab2f1;
    }

.product-review-list {
    overflow: hidden;
}

.product-reviews-page .result,
.product-reviews-page .message-error {
    margin: 0 0 20px;
}

.product-reviews-page .title {
    color: #000;
    font-size: 20px;
    margin: 0 0 20px;
}

    .product-reviews-page .title strong {
        font-weight: normal;
    }

.product-reviews-page h1 a {
    color: #4ab2f1;
}

    .product-reviews-page h1 a:before,
    .product-reviews-page h1 a:after {
        content: "''";
    }

.products-container {
    position: relative;
}

    .products-container .ajax-products-busy {
        background: #ffffffab url('../images/loading.gif') center no-repeat;
        display: none;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

.product-selectors {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0 0 20px;
    padding: 20px 0;
}

    .product-selectors .product-viewmode {
        display: none;
        font-size: 0;
    }

    .product-selectors > div {
        display: inline-block;
        margin: 5px;
    }

    .product-selectors select {
        margin: 0 8px;
    }

    .product-selectors span {
        font-size: 16px;
        vertical-align: middle;
    }

    .product-selectors:after {
        clear: both;
        content: "";
        display: block;
    }

    .product-selectors:first-child {
        border-top: 0;
    }

.product-share-button {
    display: inline-block;
    overflow: hidden;
}

.product-specs-box {
    margin: 0 0 40px;
}

    .product-specs-box td {
        border: 1px solid #ddd;
        padding: 10px;
    }

        .product-specs-box td.spec-group-name {
            border: 0;
            color: #000;
            font-size: 16px;
            padding-top: 20px;
        }

.product-tags-list {
    font-size: 0;
}

    .product-tags-list a {
        display: inline-block;
        line-height: 24px;
    }

        .product-tags-list a:hover,
        .product-tags-list a:focus {
            color: #000;
        }

    .product-tags-list li {
        display: inline-block;
        font-size: 14px;
    }

        .product-tags-list li.separator {
            margin: 0 5px 0 3px;
        }

.product-variant-line {
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

    .product-variant-line:after {
        clear: both;
        content: "";
        display: block;
    }

.profile-info-box {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: normal;
    overflow: hidden;
}

    .profile-info-box .avatar {
        margin: 0 auto 15px;
    }

    .profile-info-box .stats {
        margin: 0 0 15px;
    }

    .profile-info-box .title {
        color: #000;
        font-size: 18px;
        margin: 0 0 10px;
    }

    .profile-info-box .user-details {
        margin: 0 0 30px;
    }

.recurring-payments .button-2 {
    font-size: 14px;
}

.recurring-payments table td {
    white-space: nowrap;
}

    .recurring-payments table td:first-child {
        min-width: 120px;
        white-space: normal;
    }

.register-code-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: 0.9em;
    gap: 1em;
    justify-content: center;
}

.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.email-revalidation-page .button-1,
.account-activation-page .button-1,
.account-page .button-1,
.return-request-page .button-1 {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
}

    .registration-page .button-1:hover,
    .registration-page .button-1:focus,
    .registration-result-page .button-1:hover,
    .registration-result-page .button-1:focus,
    .login-page .button-1:hover,
    .login-page .button-1:focus,
    .password-recovery-page .button-1:hover,
    .password-recovery-page .button-1:focus,
    .email-revalidation-page .button-1:hover,
    .email-revalidation-page .button-1:focus,
    .account-activation-page .button-1:hover,
    .account-activation-page .button-1:focus,
    .account-page .button-1:hover,
    .account-page .button-1:focus,
    .return-request-page .button-1:hover,
    .return-request-page .button-1:focus {
        background-color: #248ece;
    }

.registration-page .message-error,
.login-page .message-error,
.account-page .message-error {
    margin: 0 0 10px;
}

.registration-page .vat-note,
.customer-info-page .vat-note,
.customer-info-page .email-to-revalidate-note {
    display: block;
    font-size: 14px;
    margin-top: 7px;
    white-space: normal;
}

.registration-result-page .result {
    color: #4cb17c;
    font-size: 16px;
    margin: 0 0 30px;
    padding: 30px 0;
    text-align: center;
}

.remove-discount-button,
.remove-gift-card-button {
    background: #fff url('../images/close.png') center no-repeat;
    border: 1px solid #999;
    cursor: pointer;
    height: 15px;
    width: 15px;
}

#ReportContentArea {
    border-top: 1px solid lightgray;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    padding-top: 0.5em;
}

.required {
    color: #e4434b;
    font-size: 20px;
    font-weight: normal;
    margin: 0 -8px 0 3px;
    vertical-align: top;
}

.retry-recurring-order-button {
    background: url('../images/retry.png') left center no-repeat;
}

.return-items-button {
    background: url('../images/return.png') left center no-repeat;
}

.return-request-list-page .comments div {
    color: #000;
    font-size: 15px;
    font-style: italic;
    margin: 10px 0 0;
}

.return-request-list-page .details {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    color: #000;
    line-height: 22px;
    padding: 20px;
}

.return-request-list-page a {
    color: #4ab2f1;
}

    .return-request-list-page a:hover,
    .return-request-list-page a:focus {
        text-decoration: underline;
    }

.return-request-list-page label {
    margin: 0 5px 0 0;
}

.return-request-page .return-request-file {
    font-size: 14px;
}

    .return-request-page .return-request-file .uploadedfileinput {
        display: inline-block;
        vertical-align: middle;
    }

.return-request-page h1 a {
    color: #4ab2f1;
}

.reward-points-history table td {
    color: #000;
}

    .reward-points-history table td:first-child {
        min-width: 120px;
    }

.reward-points-overview {
    margin: 0 0 25px;
}

.RightJustified {
    padding-top: 8px;
    text-align: right;
}

.RightJustifiedOnly {
    text-align: right;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--bs-gutter-x) * -.5);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-top: calc(var(--bs-gutter-y) * -1);
}

    .row #DeliveryMethodSelect,
    .row #PaymentMethodSelect {
        border: 2px solid gray;
        font-size: 1em;
        height: 2.25em;
        margin: 0;
    }

        .row #DeliveryMethodSelect:hover,
        .row #PaymentMethodSelect:hover {
            border: 4px solid black;
            cursor: pointer;
        }

    .row > * {
        flex-shrink: 0;
        margin-top: var(--bs-gutter-y);
        max-width: 100%;
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
        width: 100%;
    }

.search-input .button-1 {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
}

    .search-input .button-1:hover,
    .search-input .button-1:focus {
        background-color: #248ece;
    }

.search-input .buttons {
    text-align: center;
}

.search-input .fieldset {
    margin: 0 0 30px;
}

.search-input .form-fields {
    padding: 30px 15px 10px;
}

.search-input input + label {
    display: inline;
    margin: 0 0 0 5px;
}

.search-page .page-title {
    margin: 0 0 -1px;
}

.search-results {
    margin: 30px 0 0;
}

    .search-results .warning {
        color: #e4434b;
        margin: 10px 0;
    }

.selected-checkout-attributes {
    color: #000;
    margin: 30px 0;
}

    .selected-checkout-attributes br {
        content: "";
        display: block;
        margin: 3px;
    }

.select-pickup-point {
    text-align: center;
}

.shipping-address .required {
    margin-left: 0;
}

.shipping-method .method-description {
    margin: 5px 0 0;
}

.shipping-method .method-list li label,
.payment-method .method-list li label {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.shipping-method .method-list li,
.payment-method .method-list li {
    font-size: 14px;
    margin: 20px 0;
}

.shipping-method .method-list,
.payment-method .method-list {
    font-size: 0;
    margin: 0 auto 30px;
    overflow: hidden;
    text-align: center;
}

.shipping-options {
    background: #fff no-repeat;
    background-image: -moz-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), -moz-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 50% 100%, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-image: -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, .1), rgba(0, 0, 0, 0)), -webkit-radial-gradient(50% 100%, farthest-side, rgba(242, 242, 242, 1), rgba(0, 0, 0, 0));
    background-position: 0 0, 0 100%;
    background-size: 100% 7px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}

    .shipping-options:after {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 70%, #fff);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #fff 70%, #fff);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff 70%, #fff);
        margin: -30px 0 0;
    }

    .shipping-options:before,
    .shipping-options:after {
        background: linear-gradient(to bottom, #fff, #fff 30%, rgba(255, 255, 255, 0));
        background: -moz-linear-gradient(top, #fff, #fff 30%, rgba(255, 255, 255, 0));
        background: -webkit-linear-gradient(top, #fff, #fff 30%, rgba(255, 255, 255, 0));
        content: "";
        display: block;
        height: 30px;
        margin: 0 0 -30px;
        position: relative;
        z-index: -1;
    }

.shipping-options-header {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 1;
}

.shipping-options-loading {
    background: url('../images/ajax-loader-small.gif') no-repeat;
    height: 16px;
    margin: 4% 50%;
    position: relative;
    right: 8px;
    width: 16px;
}

.ship-to-title {
    margin-bottom: 10px;
}

.shopping-cart-page .checkout-attributes a {
    color: #4ab3f1;
}

    .shopping-cart-page .checkout-attributes a:hover,
    .shopping-cart-page .checkout-attributes a:focus {
        text-decoration: underline;
    }

.shopping-cart-page .common-buttons {
    background-color: #f6f6f6;
    display: flex;
    font-size: 0;
    justify-content: space-between;
    margin: 0 0 60px;
    padding: 20px;
}

    .shopping-cart-page .common-buttons .estimate-shipping-button {
        background-color: #aaa;
        border: 0;
        color: #fff;
        display: inline-block;
        font-size: 15px;
        margin: 5px;
        min-width: 180px;
        padding: 10px 20px;
        text-align: center;
    }

        .shopping-cart-page .common-buttons .estimate-shipping-button:hover,
        .shopping-cart-page .common-buttons .estimate-shipping-button:focus {
            background-color: #999;
        }

    .shopping-cart-page .common-buttons button:first-child {
        background-color: #248ece;
    }

        .shopping-cart-page .common-buttons button:first-child:hover,
        .shopping-cart-page .common-buttons button:first-child:focus {
            background-color: #186fba;
        }

    .shopping-cart-page .common-buttons button:hover,
    .shopping-cart-page .common-buttons button:focus {
    }

.shopping-cart-page .message-error {
    margin: 20px 0;
}

.shopping-cart-page .no-data {
    margin: 25px 0 0;
}

.shopping-cart-page .page-title {
    margin: 0 0 -1px;
    padding: 10px;
}

.shopping-cart-page .tax-shipping-info {
    margin: 20px 0;
    text-align: center;
}

    .shopping-cart-page .tax-shipping-info a {
        color: #4ab3f1;
    }

        .shopping-cart-page .tax-shipping-info a:hover,
        .shopping-cart-page .tax-shipping-info a:focus {
            text-decoration: underline;
        }

.shopping-cart-page td .message-error {
    margin: 10px 0 0;
    text-align: left;
}

.side-2 {
    max-width: 360px;
    position: fixed;
    top: 7rem;
}

.side-2-content {
    max-width: 360px;
    width: 30%;
}

.side-2-show-btn,
.side-2-up-btn {
    border: 1px solid gray;
    border-radius: 1em;
    height: 3.5em;
    width: 14em;
}

.sitemap-page .description {
    margin: 0 0 30px;
    text-align: center;
}

.sitemap-page .entity {
    margin: 0 0 30px;
}

    .sitemap-page .entity a {
        color: #000;
    }

        .sitemap-page .entity a:empty {
            display: none;
        }

        .sitemap-page .entity a:hover,
        .sitemap-page .entity a:focus {
            color: #4ab2f1;
        }

    .sitemap-page .entity li {
        display: inline-block;
        font-size: 14px;
        line-height: 50px;
        margin: 0 8px;
        padding: 0 12px;
        position: relative;
    }

        .sitemap-page .entity li:before {
            background-color: #ddd;
            content: "";
            height: 5px;
            left: 0;
            position: absolute;
            top: 23px;
            width: 5px;
        }

    .sitemap-page .entity ul {
        font-size: 0;
    }

.sitemap-page .entity-body {
    background-color: #f9f9f9;
    border-top: 1px solid #e6e6e6;
    padding: 30px 15px;
    text-align: center;
}

.sitemap-page .entity-title {
    margin: 0 0 15px;
    padding: 0 10px;
    text-align: center;
}

    .sitemap-page .entity-title h2 {
        color: #000;
        font-size: 20px;
        font-weight: normal;
    }

.spinner {
    animation: spin 1s ease infinite;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-left-color: #09f;
    border-radius: 50%;
    height: 1em;
    width: 1em;
}

.spinner-area {
    align-items: center;
    display: flex;
    visibility: hidden;
}

.state-indicator {
    display: contents;
}

    .state-indicator::before {
        content: '1';
    }

.statements-card {
    margin-bottom: 25px;
    max-width: 650px;
    overflow: hidden;
}

    .statements-card .body {
        background-color: white;
        color: black;
        font-size: 16px;
        padding: 10px;
    }

    .statements-card .header {
        border-radius: 8px 8px 0 0;
        display: flex;
        font-size: 18px;
        padding: 10px;
        text-decoration: underline;
        width: 100%;
    }

    .statements-card button {
        background-color: skyblue;
        border-color: blue;
        border-radius: 0.25rem;
        color: black;
        display: inline-flex;
        padding: 10px;
        text-align: center;
        vertical-align: middle;
    }

        .statements-card button:hover {
            background-color: lightblue;
        }

.statements-more,
.not-found-link {
    color: blue;
    cursor: pointer;
    font-weight: bold;
}

    .statements-more:hover,
    .not-found-link:hover {
        color: lightskyblue;
        text-decoration: underline;
    }

.submit-container {
    display: flex;
    gap: 1em;
    padding-left: 2em;
}

.SubTitle {
    color: #000;
    font-size: 1.5em;
    margin: 0 0 15px;
    padding: 1em 0 1em 0;
    text-align: center;
}

.swiper {
    height: 100%;
    width: 100%;
}

.swiper-pagination-bullet-active {
    background-color: #4ab2f1;
    padding: 5px;
}

.swiper-slide {
    align-items: center;
    background: #fff;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    font-size: 18px;
    justify-content: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    text-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}

.table-wrapper {
    overflow-x: auto;
}

.terms-of-service {
    margin: 0 0 20px;
    padding: 0 30px;
    text-align: center;
}

    .terms-of-service a {
        color: #4ab2f1;
        margin: 0 0 0 3px;
    }

    .terms-of-service label {
        cursor: pointer;
    }

.theme-selector {
    margin: 10px 0 0;
}

    .theme-selector select {
        width: 170px;
    }

.tier-prices {
    margin: 0 0 20px;
}

    .tier-prices .field-header {
        min-width: 80px;
    }

    .tier-prices .item-price {
        background-color: #f9f9f9;
        color: #e4434b;
        font-size: 16px;
    }

    .tier-prices .title {
        display: none;
    }

    .tier-prices table td {
        border: 1px solid #ddd;
        color: #000;
        padding: 10px;
    }

.toggle {
    display: none;
}

    .toggle:checked ~ .navbar-error {
        display: none;
    }

.toggle-icon {
    cursor: pointer;
    z-index: 1000;
}

.tooltip {
    border-bottom: 1px dotted #000;
    color: #000;
    display: inline-block;
    position: initial;
}

    .tooltip .tooltiptext {
        background: #f0f0f0 no-repeat 100% 5%;
        border: #c0c0c0 1px dotted;
        left: 10%;
        opacity: 0;
        padding: 10px 10px 5px 5px;
        position: absolute;
        text-align: Left;
        transition: opacity .3s;
        visibility: hidden;
        width: auto;
        z-index: 1;
    }

        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
        }

    .tooltip:hover .tooltiptext,
    .tooltip:focus .tooltiptext {
        cursor: help;
        opacity: 1;
        visibility: visible;
    }

.tooltip-container {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #000;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 200px;
}

    .tooltip-container .tooltip-body {
        margin: 5px;
    }

        .tooltip-container .tooltip-body img {
            border: 0 #fff;
            width: 190px;
        }

    .tooltip-container .tooltip-header {
        background-color: #f6f6f6;
        border-bottom: 1px #eee solid;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        font-size: 15px;
        height: 25px;
        padding-left: 10px;
        padding-top: 5px;
        text-align: left;
        width: 198px;
    }

    .tooltip-container:after {
        border-bottom: 6px solid #fff;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        bottom: 100%;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -6px;
        position: absolute;
        width: 0;
    }

    .tooltip-container:before {
        border-bottom: 7px solid #eee;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        bottom: 100%;
        content: '';
        height: 0;
        left: 50%;
        margin-left: -7px;
        position: absolute;
        width: 0;
    }

.topic-actions .delete-topic-button {
    background: #eee url('../images/remove_.png') left center no-repeat;
}

.topic-actions .edit-topic-button {
    background: #eee url('../images/edit_.png') left center no-repeat;
}

.topic-actions .move-topic-button {
    background: #eee url('../images/move.png') left center no-repeat;
}

.topic-actions .reply-topic-button {
    background: #eee url('../images/reply.png') left center no-repeat;
}

.topic-actions .watch-topic-button {
    background: #eee url('../images/watch.png') left center no-repeat;
}

.topic-actions.lower .actions {
    display: none;
}

.topic-block {
    margin: 0 0 25px;
}

    .topic-block a,
    .topic-page a {
        text-decoration: underline;
    }

    .topic-block strong,
    .topic-page strong {
        color: #000;
    }

.topic-block-body {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.topic-block-title {
    border-bottom: 1px solid #ddd;
    margin: 0 0 25px;
    min-height: 50px;
    padding: 0 0 15px;
}

    .topic-block-title h2 {
        font-size: 30px;
        font-weight: normal;
    }

.topic-page .page-body {
    line-height: 22px;
    text-align: justify;
}

.topic-password {
    text-align: center;
}

.topic-post {
    border-top: 1px solid #ddd;
    margin: 0 0 30px;
}

    .topic-post .avatar img {
        border: solid 2px #cedbe1 !important;
    }

    .topic-post .avatar img,
    .profile-info-box .avatar img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .topic-post .avatar,
    .profile-info-box .avatar {
        border: 1px solid #ddd;
        height: 150px;
        overflow: hidden;
        position: relative;
        width: 150px;
    }

    .topic-post .pm-button,
    .profile-info-box .pm-button {
        background-color: #888;
        border: 0;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        padding: 10px 20px;
    }

        .topic-post .pm-button:hover,
        .topic-post .pm-button:focus,
        .profile-info-box .pm-button:hover,
        .profile-info-box .pm-button:focus {
            background-color: #999;
        }

    .topic-post .post-actions {
        font-size: 0;
        margin: 0 0 15px;
    }

        .topic-post .post-actions .delete-post-button {
            background: url('../images/remove_.png') left center no-repeat;
        }

        .topic-post .post-actions .edit-post-button {
            background: url('../images/edit_.png') left center no-repeat;
        }

        .topic-post .post-actions .edit-post-button,
        .topic-post .post-actions .delete-post-button {
            padding: 10px 10px 10px 33px;
        }

            .topic-post .post-actions .edit-post-button:hover,
            .topic-post .post-actions .edit-post-button:focus,
            .topic-post .post-actions .delete-post-button:hover,
            .topic-post .post-actions .delete-post-button:focus {
                color: #4ab2f1;
            }

        .topic-post .post-actions .post-link-button {
            color: #4ab2f1;
            font-weight: bold;
            padding: 10px;
        }

            .topic-post .post-actions .post-link-button:hover,
            .topic-post .post-actions .post-link-button:focus {
                text-decoration: underline;
            }

        .topic-post .post-actions .quote-post-button {
            background-color: #888;
            color: #fff;
            padding: 10px 20px;
        }

            .topic-post .post-actions .quote-post-button:hover,
            .topic-post .post-actions .quote-post-button:focus {
                background-color: #999;
                color: #fff;
            }

        .topic-post .post-actions > div {
            display: inline-block;
        }

        .topic-post .post-actions a {
            display: inline-block;
            font-size: 14px;
            margin: 1px 5px;
        }

    .topic-post .post-info {
        margin: 30px 0;
    }

    .topic-post .post-text {
        color: #000;
        line-height: 22px;
        margin-bottom: 0;
        padding: 0 10px 20px;
    }

    .topic-post .post-time {
        background-color: #f6f6f6;
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 15px;
        padding: 10px 15px;
    }

        .topic-post .post-time span {
            color: #000;
        }

    .topic-post .post-vote {
        display: table;
        margin: 0 auto 20px;
        text-align: center;
    }

        .topic-post .post-vote span.down {
            background: url('../images/vote-down.png') no-repeat 50% 50%;
        }

        .topic-post .post-vote span.up {
            background: url('../images/vote-up.png') no-repeat 50% 50%;
        }

        .topic-post .post-vote span.vote {
            cursor: pointer;
            display: block;
            height: 24px;
            width: 40px;
        }

            .topic-post .post-vote span.vote.down.selected {
                background: url('../images/vote-down-selected.png') no-repeat 50% 50%;
            }

            .topic-post .post-vote span.vote.up.selected {
                background: url('../images/vote-up-selected.png') no-repeat 50% 50%;
            }

    .topic-post .quote,
    .latest-posts .quote {
        background-color: #f9f9f9;
        border: 1px dashed #ccc;
        color: #000;
        margin: 10px 0;
        padding: 10px;
    }

    .topic-post .signature {
        border-top: 1px solid #ddd;
        clear: both;
        font-size: 13px;
        font-style: italic;
        padding: 20px;
    }

    .topic-post .user-info {
        margin: 0 auto 15px;
        width: 150px;
    }

    .topic-post .username {
        background-color: #f6f6f6;
        border: 1px solid #ddd;
        color: #000;
        display: block;
        font-weight: bold;
        margin: 0 0 -1px;
        padding: 11px 0;
    }

    .topic-post .user-posted-image,
    .latest-posts .user-posted-image {
        height: auto;
        max-width: 100%;
    }

    .topic-post .user-stats {
        margin: 0 0 15px;
    }

        .topic-post .user-stats li {
            display: inline-block;
            margin: 0 10px;
        }

        .topic-post .user-stats span,
        .profile-info-box .profile-stats span {
            color: #000;
            font-weight: bold;
            margin: 0 0 0 3px;
        }

    .topic-post .vote-count-post {
        display: block;
        font-size: 160%;
    }

    .topic-post a.username:hover,
    .topic-post a.username:focus {
        color: #4ab2f1;
    }

    .topic-post:after {
        clear: both;
        content: "";
        display: block;
    }

    .topic-post:last-child {
        border-bottom: 1px solid #ddd;
    }

.ui-accordion .ui-accordion-content {
    border-top: 0;
    overflow: auto;
    padding: 1em 2.2em;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    display: block;
    font-size: 100%;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    position: relative;
}

.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    border-top: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
    overflow: hidden;
    padding: 0;
    text-align: left;
    width: 285px !important;
}

.ui-autocomplete {
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
}

    .ui-autocomplete a {
        background: none !important;
        border: 0 !important;
        border-radius: 0 !important;
        color: #000 !important;
        display: block;
        font-size: 14px;
        line-height: normal !important;
        margin: 0 !important;
        padding: 15px !important;
        padding: 15px;
    }

        .ui-autocomplete a:hover,
        .ui-autocomplete a:focus,
        .ui-autocomplete a.ui-state-focus {
            background-color: #f6f6f6 !important;
        }

    .ui-autocomplete img {
        display: none;
        margin: 0 10px 0 0;
        min-width: 20px;
        vertical-align: middle;
    }

    .ui-autocomplete li {
        border-top: 1px solid #ddd;
    }

        .ui-autocomplete li:first-child {
            border-top: 0;
        }

.ui-button {
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    margin-right: .1em;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow: visible;
    padding: .4em 1em;
    position: relative;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    -webkit-user-select: none;
}

    .ui-button .ui-icon {
        background-image: url("../lib_npm/jquery-ui-dist/images/ui-icons_777777_256x240.png");
    }

    .ui-button,
    .ui-button:link,
    .ui-button:visited,
    .ui-button:hover,
    .ui-button:active {
        text-decoration: none;
    }

        .ui-button.ui-icon-notext .ui-icon {
            height: 2.1em;
            padding: 0;
            text-indent: -9999px;
            white-space: nowrap;
            width: 2.1em;
        }

.ui-button-icon-only {
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
    width: 2em;
}

    .ui-button-icon-only .ui-icon {
        left: 50%;
        margin-left: -8px;
        margin-top: -8px;
        position: absolute;
        top: 50%;
    }

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-checkboxradio-label .ui-icon-background {
    border: none;
    border-radius: .12em;
    box-shadow: inset 1px 1px 1px #ccc;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    border: none;
    border-radius: 1em;
    height: 16px;
    overflow: visible;
    width: 16px;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    border-style: solid;
    border-width: 4px;
    height: 8px;
    width: 8px;
}

.ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

    .ui-controlgroup .ui-controlgroup-label {
        padding: .4em 1em;
    }

        .ui-controlgroup .ui-controlgroup-label span {
            font-size: 80%;
        }

    .ui-controlgroup > .ui-controlgroup-item {
        float: left;
        margin-left: 0;
        margin-right: 0;
    }

        .ui-controlgroup > .ui-controlgroup-item:focus,
        .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
            z-index: 9999;
        }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: 100%;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-datepicker {
    display: none;
    padding: .2em .2em 0;
    width: 17em;
}

.ui-datepicker {
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    color: #000;
    font: normal 14px Arial, Helvetica, sans-serif;
    padding: 0;
    text-align: center;
    width: 280px;
}

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        margin: .7em 0 0 0;
        padding: 0 .2em;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            cursor: pointer;
            float: right;
            margin: .5em .2em .4em;
            overflow: visible;
            padding: .2em .6em .3em .6em;
            width: auto;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left;
            }

    .ui-datepicker .ui-datepicker-header {
        padding: .2em 0;
        position: relative;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span,
        .ui-datepicker .ui-datepicker-next span {
            display: block;
            left: 50%;
            margin-left: -8px;
            margin-top: -8px;
            position: absolute;
            top: 50%;
        }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        height: 1.8em;
        position: absolute;
        top: 2px;
        width: 1.8em;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-next-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-title {
        line-height: 1.8em;
        margin: 0 2.3em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker .ui-icon {
        background-repeat: no-repeat;
        display: block;
        left: .5em;
        overflow: hidden;
        text-indent: -99999px;
        top: .3em;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        border-collapse: collapse;
        font-size: .9em;
        margin: 0 0 .4em;
        width: 100%;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td span,
        .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker th {
        border: 0;
        font-weight: bold;
        padding: .7em .3em;
        text-align: center;
    }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-calendar {
    font-size: 14px !important;
    margin: 0 !important;
}

    .ui-datepicker-calendar .ui-state-active {
        color: #4ab2f1 !important;
        color: #4ab2f1;
        font-weight: bold;
        outline: 2px solid #4ab2f1;
    }

    .ui-datepicker-calendar td a {
        background: none !important;
        border: 0 !important;
        color: #000 !important;
        padding: 0;
        text-align: center;
    }

    .ui-datepicker-calendar th {
        background-color: #eee;
    }

        .ui-datepicker-calendar th span,
        .ui-datepicker-calendar td a {
            color: #000;
            display: block;
            line-height: 32px;
            min-height: 32px;
        }

    .ui-datepicker-calendar th,
    .ui-datepicker-calendar td {
        border: 1px solid #ddd;
        padding: 0;
        width: 14.285%;
    }

.ui-datepicker-header {
    background-color: #4ab2f1;
    background-image: none;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-weight: normal;
    height: 32px;
    padding: 0 !important;
    position: relative;
}

    .ui-datepicker-header a {
        border: 0 !important;
        font-size: 0;
        height: 32px !important;
        height: 32px;
        line-height: 32px;
        position: absolute;
        top: 0 !important;
        top: 0;
        width: 32px !important;
        width: 32px;
        z-index: 1;
    }

        .ui-datepicker-header a span {
            display: none !important;
        }

        .ui-datepicker-header a.ui-datepicker-next {
            background: url('../images/calendar-next.png') center no-repeat;
            right: 0;
        }

        .ui-datepicker-header a.ui-datepicker-prev {
            background: url('../images/calendar-prev.png') center no-repeat;
            left: 0;
        }

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

    .ui-datepicker-multi .ui-datepicker-group table {
        margin: 0 auto .4em;
        width: 95%;
    }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-row-break {
    clear: both;
    font-size: 0;
    width: 100%;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left;
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-rtl .ui-datepicker-group {
                float: right;
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-left-width: 1px;
        border-right-width: 0;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

        .ui-datepicker-rtl .ui-datepicker-next:hover {
            left: 1px;
            right: auto;
        }

    .ui-datepicker-rtl .ui-datepicker-prev {
        left: auto;
        right: 2px;
    }

        .ui-datepicker-rtl .ui-datepicker-prev:hover {
            left: auto;
            right: 1px;
        }

.ui-datepicker-title {
    font-weight: bold;
    line-height: 32px !important;
    line-height: 32px;
    position: relative;
    z-index: 0;
}

.ui-dialog {
    left: 0;
    outline: 0;
    padding: .2em;
    position: absolute;
    top: 0;
}

.ui-dialog {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, .15);
    font: normal 14px Arial, Helvetica, sans-serif;
    max-width: 90%;
    overflow: hidden;
    padding: 0;
}

    .ui-dialog .ui-dialog-buttonpane {
        background-image: none;
        border-width: 1px 0 0 0;
        margin-top: .5em;
        padding: .3em 1em .5em .4em;
        text-align: left;
    }

        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

        .ui-dialog .ui-dialog-buttonpane button {
            cursor: pointer;
            margin: .5em .4em .5em 0;
        }

    .ui-dialog .ui-dialog-content {
        background: none;
        border: 0;
        overflow: auto;
        padding: .5em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: .1em 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 90%;
    }

    .ui-dialog .ui-dialog-titlebar {
        padding: .4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        height: 20px;
        margin: -10px 0 0 0;
        padding: 1px;
        position: absolute;
        right: .3em;
        top: 50%;
        width: 20px;
    }

    .ui-dialog .ui-resizable-e {
        right: 0;
        width: 2px;
    }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-s {
        bottom: 0;
        height: 2px;
    }

    .ui-dialog .ui-resizable-se {
        bottom: 0;
        right: 0;
    }

    .ui-dialog .ui-resizable-se,
    .ui-dialog .ui-resizable-sw,
    .ui-dialog .ui-resizable-ne,
    .ui-dialog .ui-resizable-nw {
        height: 7px;
        width: 7px;
    }

    .ui-dialog .ui-resizable-sw {
        bottom: 0;
        left: 0;
    }

    .ui-dialog .ui-resizable-w {
        left: 0;
        width: 2px;
    }

    .ui-dialog:before {
        background-color: rgba(0, 0, 0, .5);
        content: "";
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
    }

.ui-dialog-content {
    background-color: #fff !important;
    color: #000;
    line-height: 20px;
    padding: 15px 15px 20px 15px !important;
    padding: 15px;
}

    .ui-dialog-content .back-in-stock-subscription-page {
        text-align: center;
    }

        .ui-dialog-content .back-in-stock-subscription-page .button-1 {
            background-color: #4ab2f1;
            border: 0;
            color: #fff;
            font-size: 15px;
            padding: 10px 15px;
        }

            .ui-dialog-content .back-in-stock-subscription-page .button-1:hover,
            .ui-dialog-content .back-in-stock-subscription-page .button-1:focus {
                background-color: #248ece;
            }

        .ui-dialog-content .back-in-stock-subscription-page .tooltip {
            margin-bottom: 10px;
        }

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        margin: 0 0 15px;
        min-height: 0;
        padding: 0 10px 10px 10px;
        text-align: center;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 24px;
            line-height: 30px;
        }

.ui-dialog-titlebar {
    background-color: #eee;
    background-image: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    border-width: 0 0 1px;
    cursor: auto !important;
    font-weight: normal;
    overflow: hidden;
    padding: 10px 15px !important;
    padding: 10px 15px;
}

    .ui-dialog-titlebar > span {
        color: #000;
        float: left;
        font-size: 18px;
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        background: url('../images/close.png') center no-repeat !important;
        background: url('../images/close.png') center no-repeat;
        border: 0 !important;
        border: 0;
        border-radius: 0;
        font-size: 0;
        height: 42px !important;
        height: 42px;
        margin: 0 !important;
        overflow: hidden;
        padding: 0 !important;
        position: absolute;
        right: 0 !important;
        right: 0;
        top: 0 !important;
        top: 0;
        width: 42px !important;
        width: 42px;
    }

        .ui-dialog-titlebar button span {
            display: none !important;
        }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-front {
    z-index: 100;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    border-collapse: collapse;
    content: "";
    display: table;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    border: 0;
    font-size: 100%;
    line-height: 1.3;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
    text-decoration: none;
}

.ui-helper-zfix {
    height: 100%;
    left: 0;
    --ms-filter: "alpha(opacity=0)";
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-icon {
    height: 16px;
    width: 16px;
}

.ui-icon {
    background-repeat: no-repeat;
    display: inline-block;
    margin-top: -.25em;
    overflow: hidden;
    position: relative;
    text-indent: -99999px;
    vertical-align: middle;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("../lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png");
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    background-color: #fff;
    border: #003eff;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-blank.ui-icon-blank.ui-icon-blank {
    background-image: none;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cancel,
.ui-icon-cancel-2 {
    align-items: center;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: end;
    margin: 0;
    max-width: 40%;
    min-width: 25%;
}

    .ui-icon-cancel::after {
        content: '\27A4';
    }

    .ui-icon-cancel-2::after {
        content: '\27A4';
        transform: rotate(90deg);
    }

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-customer {
    background-position: -144px -96px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-menu {
    display: block;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
}

    .ui-menu .ui-icon {
        bottom: 0;
        left: .2em;
        margin: auto 0;
        position: absolute;
        top: 0;
    }

    .ui-menu .ui-menu {
        position: absolute;
    }

    .ui-menu .ui-menu-divider {
        border-width: 1px 0 0 0;
        font-size: 0;
        height: 0;
        line-height: 0;
        margin: 5px 0;
    }

    .ui-menu .ui-menu-icon {
        left: auto;
        right: 0;
    }

    .ui-menu .ui-menu-item {
        cursor: pointer;
        list-style-image: url("data:image/gif; margin: 0");
    }

    .ui-menu .ui-menu-item-wrapper {
        padding: 3px 1em 3px .4em;
        position: relative;
    }

    .ui-menu .ui-state-focus,
    .ui-menu .ui-state-active {
        margin: -1px;
    }

.ui-menu-icons {
    position: relative;
}

    .ui-menu-icons .ui-menu-item-wrapper {
        padding-left: 2em;
    }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    font-weight: normal;
    --ms-filter: "alpha(opacity=70)";
    opacity: .7;
}

.ui-progressbar {
    height: 2em;
    overflow: hidden;
    text-align: left;
}

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif; height: 100%; ms-filter: alpha(opacity=25)");
        opacity: 0.25;
    }

    .ui-progressbar .ui-progressbar-value {
        height: 100%;
        margin: -1px;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-e {
    cursor: e-resize;
    height: 100%;
    right: -5px;
    top: 0;
    width: 7px;
}

.ui-resizable-handle {
    display: block;
    font-size: 0.1px;
    -ms-touch-action: none;
    position: absolute;
    touch-action: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    left: 0;
    top: -5px;
    width: 100%;
}

.ui-resizable-ne {
    cursor: ne-resize;
    height: 9px;
    right: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    height: 9px;
    left: -5px;
    top: -5px;
    width: 9px;
}

.ui-resizable-s {
    bottom: -5px;
    cursor: s-resize;
    height: 7px;
    left: 0;
    width: 100%;
}

.ui-resizable-se {
    bottom: 1px;
    cursor: se-resize;
    height: 12px;
    right: 1px;
    width: 12px;
}

.ui-resizable-sw {
    bottom: -5px;
    cursor: sw-resize;
    height: 9px;
    left: -5px;
    width: 9px;
}

.ui-resizable-w {
    cursor: w-resize;
    height: 100%;
    left: -5px;
    top: 0;
    width: 7px;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    border: 1px dotted black;
    position: absolute;
    z-index: 100;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-selectmenu-menu {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            border: 0;
            font-size: 1em;
            font-weight: bold;
            height: auto;
            line-height: 1.5;
            margin: 0.5em 0 0 0;
            padding: 2px 0.4em;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        cursor: pointer;
        height: 1.2em;
        -ms-touch-action: none;
        position: absolute;
        touch-action: none;
        width: 1.2em;
        z-index: 2;
    }

    .ui-slider .ui-slider-range {
        background-position: 0 0;
        border: 0;
        display: block;
        font-size: .7em;
        position: absolute;
        z-index: 1;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: .8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        margin-left: -.6em;
        top: -.3em;
    }

    .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        top: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

.ui-slider-vertical {
    height: 100px;
    width: .8em;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -.3em;
        margin-bottom: -.6em;
        margin-left: 0;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-max {
        top: 0;
    }

    .ui-slider-vertical .ui-slider-range-min {
        bottom: 0;
    }

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    display: inline-block;
    overflow: hidden;
    padding: 0;
    position: relative;
    vertical-align: middle;
}

    .ui-spinner a.ui-spinner-button {
        border-bottom-style: none;
        border-right-style: none;
        border-top-style: none;
    }

.ui-spinner-button {
    cursor: default;
    display: block;
    font-size: .5em;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 1.6em;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-spinner-input {
    background: none;
    border: none;
    color: inherit;
    margin: .2em 0;
    margin-left: .4em;
    margin-right: 2em;
    padding: .222em 0;
    vertical-align: middle;
}

.ui-spinner-up {
    top: 0;
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("../lib_npm/jquery-ui-dist/images/ui-icons_ffffff_256x240.png");
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #007fff;
    border: 1px solid #003eff;
    color: #fff;
    font-weight: normal;
}

.ui-state-checked {
    background: #fffa90;
    border: 1px solid #dad55e;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: #f6f6f6;
    border: 1px solid #c5c5c5;
    color: #454545;
    font-weight: normal;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

    .ui-state-disabled .ui-icon {
        --ms-filter: "alpha(opacity=35)";
    }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    background-image: none;
    --ms-filter: "alpha(opacity=35)";
    opacity: .35;
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("../lib_npm/jquery-ui-dist/images/ui-icons_cc0000_256x240.png");
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    background: #fddfdf;
    border: 1px solid #f1a899;
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("../lib_npm/jquery-ui-dist/images/ui-icons_777620_256x240.png");
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #fffa90;
    border: 1px solid #dad55e;
    color: #777620;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("../lib_npm/jquery-ui-dist/images/ui-icons_555555_256x240.png");
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background: #ededed;
    border: 1px solid #ccc;
    color: #2b2b2b;
    font-weight: normal;
}

.ui-tabs {
    padding: .2em;
    position: relative;
}

.ui-tabs {
    background: none;
    border: 0;
    border-radius: 0;
    color: #000;
    font: normal 14px Arial, Helvetica, sans-serif;
    padding: 0;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: .2em .2em 0;
    }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: .5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li {
            border-bottom-width: 0;
            float: left;
            list-style: none;
            margin: 1px .2em 0 0;
            padding: 0;
            position: relative;
            top: 0;
            white-space: nowrap;
        }

            .ui-tabs .ui-tabs-nav li.ui-tabs-active {
                margin-bottom: -1px;
                padding-bottom: 1px;
            }

                .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
                .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
                .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                    cursor: text;
                }

    .ui-tabs .ui-tabs-panel {
        background: none;
        border-width: 0;
        display: block;
        padding: 1em 1.4em;
    }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs-nav {
    background: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    border-width: 0 0 1px;
    color: #000;
    font-size: 0;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 30px !important;
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 !important;
}

    .ui-tabs-nav li {
        background: none !important;
        border: 0 !important;
        border-radius: 0;
        float: none !important;
        margin: 0 0 -1px !important;
        margin: 0 0 -1px;
        padding: 0 !important;
    }

        .ui-tabs-nav li a {
            border: 1px solid #ddd;
            color: #000;
            display: block;
            float: none !important;
            font-size: 18px;
            padding: 12px 24px !important;
            padding: 12px 24px;
            text-align: center;
        }

        .ui-tabs-nav li.ui-state-active a {
            background-color: #eee;
            color: #4ab2f1;
        }

.ui-tabs-panel {
    padding: 0 !important;
}

.ui-tooltip {
    max-width: 300px;
    padding: 8px;
    position: absolute;
    z-index: 9999;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input,
    .ui-widget select,
    .ui-widget textarea,
    .ui-widget button {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

        .ui-widget.ui-widget-content.ui-tabs {
            border: 0;
        }

.ui-widget-content {
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
}

    .ui-widget-content a {
        color: #000;
    }

.ui-widget-header {
    background: #e9e9e9;
    border: 1px solid #ddd;
    color: #000;
    font-weight: bold;
}

    .ui-widget-header .ui-icon {
        background-image: url("../lib_npm/jquery-ui-dist/images/ui-icons_444444_256x240.png");
    }

    .ui-widget-header a {
        color: #000;
    }

.ui-widget-icon-block {
    display: block;
    left: 50%;
    margin-left: -8px;
}

.ui-widget-overlay {
    background: #aaa;
    --ms-filter: Alpha(Opacity=.3);
    opacity: .003;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}

.ui-widget-shadow {
    box-shadow: 0 0 5px #666;
    -webkit-box-shadow: 0 0 5px #666;
}

.user-agreement-page .button-1 {
    background-color: #4ab2f1;
    border: 0;
    color: #fff;
    font-size: 15px;
    min-width: 140px;
    padding: 10px 30px;
    text-align: center;
}

    .user-agreement-page .button-1:hover,
    .user-agreement-page .button-1:focus {
        background-color: #248ece;
    }

.user-agreement-page .terms-of-agreement {
    margin: 0 0 20px;
    padding: 20px;
    text-align: center;
}

.Validation-container {
    border: none;
    height: 40px;
    overflow: hidden;
    text-align: center;
}

.variant-overview {
    width: 100%;
}

    .variant-overview .add-to-cart {
        margin: 0 0 10px;
    }

    .variant-overview .add-to-wishlist {
        margin: 0 0 25px;
    }

    .variant-overview .add-to-wishlist-button {
        display: inline-block;
        width: auto;
    }

    .variant-overview .variant-description {
        line-height: 22px;
        margin: 0 0 15px;
    }

    .variant-overview .variant-name {
        color: #4ab2f1;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 10px;
        padding: 10px 0;
    }

.variant-picture {
    height: 220px;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    width: 220px;
}

.vat-number-warning {
    color: #e4434b;
    font-size: 13px;
    margin-top: 5px;
    text-align: center;
}

    .vat-number-warning a {
        text-decoration: underline;
    }

.vendor-grid .picture {
    border: 1px solid #ddd;
}

.vendor-grid .title {
    font-size: 16px;
    margin: 0 0 15px;
    text-align: center;
}

    .vendor-grid .title a:hover,
    .vendor-grid .title a:focus {
        color: #4ab2f1;
    }

.vendorinfo-page .button-2 {
    background-color: #888;
    border: medium none;
    color: #fff;
    font-size: 14px;
    padding: 10px 15px;
}

    .vendorinfo-page .button-2:hover,
    .vendorinfo-page .button-2:focus {
        background-color: #999;
    }

.vendorinfo-page .vendor-picture {
    margin: 0 auto;
    width: 400px;
}

    .vendorinfo-page .vendor-picture * {
        display: block;
        margin-top: 15px;
    }

.video-gallery .video-thumbs .thumb-item {
    display: inline-block;
    margin: 0 5px 10px;
    overflow: hidden;
    position: relative;
}

.wishlist-content {
    margin: 0 0 20px;
}

    .wishlist-content .button-2 {
        border: 0;
        color: #fff;
        display: block;
        font-size: 15px;
        line-height: 20px;
        margin: 0 auto 3px;
        padding: 10px 25px;
        text-align: center;
        width: 250px;
    }

    .wishlist-content .buttons {
        font-size: 0;
    }

    .wishlist-content .email-a-friend-wishlist-button {
        background-color: #aaa;
    }

        .wishlist-content .email-a-friend-wishlist-button:hover,
        .wishlist-content .email-a-friend-wishlist-button:focus {
            background-color: #999;
        }

    .wishlist-content .message-error {
        margin: 20px 0;
    }

    .wishlist-content .product-content {
        min-width: 300px;
        text-align: left;
    }

    .wishlist-content .table-wrapper {
        margin: 0 0 30px;
    }

    .wishlist-content .tax-shipping-info {
        margin: 0 0 20px;
        text-align: center;
    }

        .wishlist-content .tax-shipping-info a {
            color: #4ab3f1;
        }

            .wishlist-content .tax-shipping-info a:hover,
            .wishlist-content .tax-shipping-info a:focus {
                text-decoration: underline;
            }

    .wishlist-content .update-wishlist-button,
    .wishlist-content .wishlist-add-to-cart-button {
        background-color: #4ab2f1;
    }

        .wishlist-content .update-wishlist-button:hover,
        .wishlist-content .update-wishlist-button:focus,
        .wishlist-content .wishlist-add-to-cart-button:hover,
        .wishlist-content .wishlist-add-to-cart-button:focus {
            background-color: #248ece;
        }

.wishlist-move-button {
    background-color: #248ece;
    border: 0;
    box-shadow: 1px 1px 3px #0056b3;
    border-radius: 1rem;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 0px;
    min-height: 2em;
    min-width: 4em;
    padding: 0 1em;
}

    .wishlist-move-button:disabled {
        background-color: lightgray !important;
        box-shadow: 1px 1px 3px gray;
        color: #fff;
        cursor: default;
    }

    .wishlist-move-button:enabled:hover {
        background-color: #186fba;
    }

.wishlist-page .no-data {
    margin: 25px 0 0;
}

.wishlist-page .page-title {
    margin: 0 0 -1px;
}

.wishlist-page .share-info {
    text-align: center;
}

    .wishlist-page .share-info a {
        color: #000;
        font-weight: bold;
    }

        .wishlist-page .share-info a:hover,
        .wishlist-page .share-info a:focus {
            color: #4ab2f1;
        }

    .wishlist-page .share-info span {
        display: block;
        margin: 0 0 5px;
    }

.write-review {
    margin: 0 0 60px;
}

    .write-review .button-1 {
        background-color: #4ab2f1;
        border: 0;
        color: #fff;
        font-size: 15px;
        padding: 10px 25px;
        text-align: center;
    }

        .write-review .button-1:hover,
        .write-review .button-1:focus {
            background-color: #248ece;
        }

    .write-review .captcha-box {
        margin: 15px 0 0;
    }

    .write-review .fieldset {
        margin: 0 0 30px;
    }

    .write-review .review-rating {
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: left;
    }

        .write-review .review-rating div.first {
            color: #e4444c;
        }

        .write-review .review-rating div.last {
            color: #4cb17c;
        }

        .write-review .review-rating div.rating-options {
            padding-top: 2px;
        }

            .write-review .review-rating div.rating-options input {
                vertical-align: baseline;
            }

        .write-review .review-rating label {
            color: #000;
            display: block;
            font-size: 14px;
            margin: 0 0 5px;
        }

.YesButton {
    background-color: darkgreen !important;
    color: white !important;
    width: 95%;
}

@keyframes showBar {
    from {
        height: 0;
    }

    to {
        height: 1.5rem;
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media print {
    .checkbox-on-print {
        border-bottom: solid 4px #000;
        height: 20px;
        width: 60px;
    }

    .dont-print {
        display: none !important;
    }
}

.account-buttons {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1rem;
    padding: 1rem 0;
}

.icon-button {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
    padding: .5rem;
    text-align: center;
    font: 14px sans-serif;
    color: #222;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: outline .1s, border-color .2s;
}

    .icon-button img {
        width: 48px;
        height: 48px;
        margin-bottom: .4rem;
    }

    .icon-button:hover,
    .icon-button:focus {
        border-color: #007bff;
        outline: 2px solid rgba(0,123,255,.25);
        background: #f0f8ff;
    }

@media(min-width:600px) {
    .account-buttons {
        grid-template-columns: repeat(3,1fr);
    }
}

@media(min-width:900px) {
    .account-buttons {
        grid-template-columns: repeat(4,1fr);
    }

    .icon-button img {
        width: 64px;
        height: 64px;
    }

    .icon-button {
        font-size: 16px;
    }
}