/*------------------------------------*\
  #Root
\*------------------------------------*/

:root {
    --Primary-color: #003da7;
    --Primary-Light-color: #0082ca;

    --Secondary-color: #00783f;
    --Secondary-Light-color: #76bd22;

    --Tertiary-color: #ac1eb2;
    --Accent-color: #f1ba1b;

    --Button-color: #003da7;
    --Button-hover-color: /* Button hover colors */ ;

    /* Neutral Colors */
    --White-color: #fff;
    --Black-color: #333;
    --Grey-Medium-color: #595959;
    --Grey-Light-color: #7f8284;

    --Danger-color: #cf4646;
    --Danger-hover-color: #cc3c3c;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-300.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-400.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-500.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-600.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-700.otf");
    font-weight: 700;
}

@font-face {
    font-family: "Gotham";
    src: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Gotham-Normal-800.otf");
    font-weight: 800;
}

/*------------------------------------*\
  #BASE
\*------------------------------------*/
button,
input,
select,
textarea,
body {
    font-family: "Gotham", sans-serif;
    letter-spacing: 0.16px;
}

p {
    line-height: 33px;
}

.title,
.subtitle:not(.short-description-wrapper, .arone-footer) {
    text-transform: uppercase;
    font-weight: 700;
}

.title {
    color: var(--Primary-color);
}

.subtitle:not(.short-description-wrapper, .notification .subtitle) {
    color: var(--Primary-Light-color);
}

/*------------------------------------*\
  #UTILITIES
\*------------------------------------*/
h3.has-text-default,
.has-text-custom-1 {
    color: var(--Primary-Light-color) !important;
}
/*------------------------------------*\
  #COMPONENTS
\*------------------------------------*/
/* Video */
section.title-banner.video-banner {
    overflow: hidden;
}

section.title-banner {
    text-align: center;
    background-size: cover;
    background-position: center;
}

.video-container-fill {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    display: flex;
    justify-content: center;
    z-index: 0;
    height: 100%;
}

.video-container-fill video {
    object-fit: cover;
    display: inline-block;
    max-width: 100%;
}

/* Table - Components */
.pagination-ellipsis {
    color: var(--Grey-Medium-color);
}

.filters .footer-note {
    color: var(--Grey-Medium-color) !important;
}
/*------------------------------------*\
  #LAYOUTS
\*------------------------------------*/
/* Header */
.two-tier-menu .top-menu-split .navbar-item,
.two-tier-menu .top-menu-split .navbar-item a {
    font-size: 0.8888888888888889rem;
}

.ict-header-spacer {
    height: 10.714em;
}

.navbar.ict-navbar {
    background-color: #fff;

    .portal-column .image.is-48x48 {
        height: 43px;
        width: 43px;
    }

    .main-menu-nav {
        display: flex;
        width: 75%;
    }

    .top-nav {
        width: 100%;
    }

    .bottom-menu-split {
        border-top: none;
        border-bottom: none;
    }

    .bottom-nav a.navbar-item,
    .navbar-end li a,
    .navbar-end li i {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .navbar #bottom-splitmenu .navbar,
    .navbar .bottom-menu-split > .container > .navbar {
        background-color: transparent;
    }

    .bottom-nav a.navbar-item:hover,
    .navbar-end li:hover a,
    .navbar-end li:hover i {
        color: #76be43;
    }

    a.navbar-item,
    a.navbar-link,
    a.ico-admin,
    .adminmenu li,
    .adminmenu li a {
        text-transform: uppercase;
        color: var(--Primary-color);
        font-size: 0.75rem;
        font-weight: 400;
    }

    .ict-navbar:not(.has-dropdown a.navbar-item) > .navbar-item {
        border-top: 3px solid transparent;
        border-bottom: 3px solid transparent;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;

        &:hover {
            border-top: 3px solid #07793f;
            border-bottom: 3px solid #07793f;
        }
    }

    .navbar-link:not(.is-arrowless)::after {
        border-color: var(--Primary-color);
    }

    .navbar-item.has-dropdown a.navbar-item {
        text-transform: capitalize;
    }

    @media screen and (min-width: 1088px) {
        .is-header-logo {
            height: 4.4rem;
        }

        .navbar-dropdown {
            background-color: var(--Primary-Light-color);
            padding-bottom: 0rem;
            padding-top: 0rem;
            top: 107%;
            border-top: none;
            border-radius: 0px;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;

            a.navbar-item {
                color: var(--White-color);
                padding-top: 1rem;
                padding-bottom: 1rem;
                transition: 0.2s;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -ms-transition: 0.2s;
                -o-transition: 0.2s;

                &:hover {
                    background-color: var(--Primary-color);
                }
            }
        }
    }

    .navbar-burger span {
        background-color: var(--Primary-color);
    }

    @media screen and (min-width: 768px) {
        .navbar-burger span {
            background-color: var(--Primary-color);
        }
    }
}

.scrollattop .navbar {
    background-color: #3b3b3b;

    a.navbar-item,
    a.navbar-link,
    a.ico-admin,
    .adminmenu li,
    .adminmenu li a {
        color: var(--White-color);
    }

    .navbar-link:not(.is-arrowless)::after {
        border-color: var(--White-color);
    }

    a:has(img.is-header-logo) {
        position: relative;

        img.is-header-logo {
            visibility: hidden;
        }
    }

    a:has(img.is-header-logo)::after {
        content: "";
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Logo_White.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .portal-column a:has(img) {
        position: relative;

        .ict-image {
            visibility: hidden;
        }
    }

    .portal-column a:has(img)::after {
        content: "";
        display: block;
        position: absolute;
        top: -3px;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("/00000000-0000-0000-0000-000000000000/Handler/CSSOverride/GetImage/5/Small_logo_white.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .navbar-burger span {
        background-color: var(--White-color);
    }

    @media screen and (min-width: 768px) {
        .navbar-burger span {
            background-color: var(--White-color);
        }
    }
}

@media screen and (max-width: 767px) {
    .ict-header-spacer,
    .navbar {
        height: 19.643em;
    }

    .navbar-brand {
        flex-direction: column;
    }

    .portal-column,
    .navbar-group,
    .navbar-brand .navbar-item {
        justify-content: center;
    }

    .navbar-brand > .navbar-item {
        padding-top: 1.5rem;
    }

    .portal-column {
        margin-left: 0 !important;
    }

    .navbar-burger {
        margin-left: unset;
    }

    .adminlinks {
        .adminmenu {
            display: flex;
            align-items: baseline;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.75rem;
        }
    }

    .header-links-wrapper ul li:not(:last-child) {
        margin-bottom: 0;
    }

    .account-link-divider {
        margin: 0.5rem 0;
    }

    .is-header-logo {
        height: 4.2rem;
    }

    .navbar.ict-navbar .portal-column .image.is-48x48 {
        height: 83px;
        width: 83px;
    }
}

@media screen and (min-width: 1088px) and (min-width: 768px) {
    .navbar {
        height: 10.714em;
    }

    #main-nav.ict-navbar {
        display: flex;
        flex-direction: column;
    }

    .navbar > .container {
        height: 10.714em;
    }
}

@media screen and (max-width: 1087px) and (min-width: 768px) {
    .navbar-group {
        margin-left: auto;
    }
}

@media screen and (max-width: 1087px) {
    .scrollattop #main-navbar {
        background-color: var(--Primary-Light-color);
        color: var(--White-color);
    }
}

/* Footer */
.ict-dedicated-footer {
    .subtitle {
        font-weight: 500;
        margin-bottom: 0.75rem;
    }

    a {
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        color: #7a7a7a;

        &:hover {
            color: #76be43;
            text-decoration: none;
        }
    }

    .icon.is-medium {
        height: 48px;
        width: 48px;
        background: #69727d;
        border-radius: 99999px;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;

        &:hover {
            background-color: #696969;
        }
    }

    i.fa-lg {
        font-size: 1.5555em;
        color: var(--White-color);
    }

    .column:nth-child(2) .image img {
        max-width: 300px;
    }

    .column:nth-child(3) ul.has-list-style-none {
        gap: 0.5rem;
        margin-right: 3.5rem !important;
    }

    .column:nth-child(3) .ict-wysiwyg.content {
        color: var(--Primary-color);

        p {
            color: #7a7a7a;
        }
    }

    @media screen and (max-width: 1087px) {
        .column {
            text-align: center;
        }

        .column:first-child li {
            text-align: center;
        }

        .column:nth-child(3) {
            align-items: center !important;
        }
    }
}

/* Table */

.highlight-dashboard .columns.is-multiline .notification .column.is-8 .title {
    font-size: 1.728em;
}

.highlight-dashboard
    .columns.is-multiline
    .notification
    .column.is-8
    .subtitle {
    font-size: 0.8888888888888889rem;
}
/*------------------------------------*\
  #ADMIN PAGES
\*------------------------------------*/
/* Login Page */
.login__wrapper {
    background: unset;
}

.page-customer-login .arone-footer {
    clear: both;
}

@media screen and (min-width: 1088px) {
    .page-customer-login .header-spacer.two-tier-spacer {
        height: 9.5rem;
    }
}
/*------------------------------------*\
 #CHECKOUT STEPS
\*------------------------------------*/

/*------------------------------------*\
 #MY ACCOUNT PAGES
\*------------------------------------*/

/*------------------------------------*\
    #TOPIC PAGES
\*------------------------------------*/

.page-catalog-product .attributeHeader {
    font-size: 0;
}

.page-catalog-product .attributeHeader > .attributeTitle {
    font-size: 1rem;
}
.bottom-nav.is-fullwidth.is-hidden-touch.pb-4 {
    background: #ededed;
    padding-top: 0.75rem;
}
.scrollattop .bottom-nav.is-fullwidth.is-hidden-touch.pb-4 {
    background: #242424;
}
input[type="number"] {
    min-width: 6rem !important;
}
nav.tabs.is-boxed.order-info {
    margin-bottom: 0px;
}
section.tab-content.box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
section.tab-content.box {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: #cadfeb solid 1px;
    border-top: 0;
}
nav.pagination.is-centered {
    padding-top: 1rem;
}
.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
    border-top: 1px solid #e4e4e4;
    padding: 1rem;
}
.panel-heading,
.panel-tabs,
.panel-block {
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
.topicpage-body {
    padding-top: 2rem;
}
li.cf_headerlinks_shoppngcart {
    display: none !important;
}
.tag:not(body) {
    background-color: #d9d8d8;
}
.invoice-information .modal-card,
.shipping-information .modal-card,
.document-information .modal-card {
    border-radius: 0.5rem;
}
.modal-card-body {
    background-color: white !important;
}
.panel {
    background: #ebebeb;
}
.grid_12.cartTableWrapper {
    background: #ededed;
    padding: 1.5rem;
    border-radius: 0.5rem;
}
.cart--productinfo .rawAttributeInfo {
    display: none;
}
.cart-header-row th.cart--single-price {
    display: none;
}
#cartsliderrow .cartTableWrapper table td,
.shoppingcart__wrapper .cartTableWrapper table td {
    padding: 2rem;
    vertical-align: middle;
}
.product__quantity input {
    margin-bottom: 0px !important;
}
.product__quantity br {
    display: none;
}
td.product.cart--productinfo br {
    display: none;
}
.checkout_message_bottom__wrapper .checkout-attributes {
    border-top: none;
}
input#checkout {
    min-width: 237px;
}
#additional-addresess_button.additional-addresess_button {
    margin-right: 0;
    min-width: 237px;
    order: 2;
    margin-left: 6px;
}
input#deleteall,
input#updatecart {
    background: #eee !important;
    color: #000 !important;
}
td.cart_total_left {
    text-align: right;
}
.cart_total_right span.productPrice {
    font-size: 2rem;
}

.notification.is-danger.is-light {
    background-color: #f7c1c6 !important;
    color: #d41111 !important;
}
