

body {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7143;
    background-color: #161616;
}

p {
    color: #fff;
}

b, body {
    color: #fff;
}

a {
    color: #fff;
}

a:hover {
    color: #fff;
    font-weight: 800;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-family: Roboto, sans-serif;
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: #fff !important;
    font-weight: 600;
}

.text-red {
    color: #f10000 !important;
}

tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
    color: #161616;
}

/* Cart Summary image background */
.bg-light {
    background-color: #00000000 !important;
}

.bg-primary {
    background-color: #f10000 !important;
    color: #161616;
}

.bg-secondary {
    background-color: #f0ad4e !important;
    color: #161616;
}

.bg-success {
    background-color: #4AF626 !important;
    color: #161616;
}

.badge {
    border-radius: .25rem;
    color: #161616;
    display: inline-block;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    padding: .35em .65em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #4AF626;
}

.header-tools__cart .cart-amount {
    background: #4AF626;
    border-radius: 100%;
    color: #161616;
    font-size: .625rem;
    height: 1rem;
    left: calc(.5rem + 1.4em);
    line-height: 1rem;
    text-align: center;
    top: calc(.25rem + 1em);
    width: 1rem;
}

html #lot-variant .bg-light {
    background-color: #212121 !important;
    color: #fff;
}

html #lot-variant .border-white {
    border-color: #00000000 !important;
    padding: 4px 0 0 0;
}

.pc__img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4 / 3; /* adjust as needed */
    position: relative;
    top: 0;
    left: 0;
}

@media (max-width: 600px) {
    .pc__img {
        aspect-ratio: 1 / 1;
    }
}

@media (min-width: 1200px) {
    .pc__img {
        aspect-ratio: 16 / 9;
        max-height: min-content;
        object-fit: contain;
    }
}

.pc__img-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 103.212122%;
   
   
    position: relative;
}

html #applied_promotions .p-2 {
    padding: 1rem !important;
    color: #fff;
    background-color: #4AF626;
}

.p-2 {
    padding: 3rem !important;
    background-color: #212121;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, .9375rem);
    padding-right: var(--bs-gutter-x, .9375rem);
    width: 100%;
    padding-top: 2rem;
}

.shopping-cart .cart-table tbody td:first-child {
    /* float: left; */
    margin-left: 0;
    width: 9.375rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.shopping-cart .cart-table:last-of-type tbody tr, .shopping-cart .cart-table:last-of-type td {
    border-bottom: none;
    color: #999;
}

.cart-drawer-item__img {
    height: auto;
    object-fit: cover;
    width: 7.5rem;
}

@media (min-width: 768px) {
    .shopping-cart .cart-table tbody td {
        display: table-cell;
        margin: 0;
        padding: 1.875rem 0 1.875rem 1rem;
    }
}

.shopping-cart .cart-table-footer button {
    height: 3.875rem;
    background-color: #f10000;
    border-color: #f10000;
}

.shopping-cart .cart-table-footer button:hover {
    background-color: #4AF626;
    border-color: #4AF626;
    color: #161616 !important;
}

.shopping-cart .cart-table {
    width: 100%;
}

.shopping-cart .cart-table thead th {
    font-size: .875rem;
    font-weight: 500;
    padding: 0 0 .625rem;
    text-transform: uppercase;
    padding: 1rem 0rem 0rem 1.5rem;
}


.shopping-cart__totals {
    border: 1px solid #222;
    margin-bottom: 1.25rem;
    max-width: 100%;
    padding: 2.5rem 2.5rem .5rem;
    background-color: #212121;
}

.border-top {
    border-top: 1px solid #333 !important;
}

html #cartDrawer hr:not([size]) {
    height: 1px;
    color: #333;
}

.card {
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #212121;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem;
    background-color: #212121;
}

html #name .fw-medium {
    font-weight: 500 !important;
    color: #161616;
}

.fw-medium {
    font-weight: 500 !important;
    color: #fff;
}

.mb-0 {
    margin-bottom: 0 !important;
    color: #fff;
}

.headline-banner .headline-banner-name {
    word-wrap: break-word;
    font-size: clamp(16px, 1.5vw + 1rem, 48px);
    max-width: 41rem;
    overflow-wrap: break-word;
}

/*
.headline-banner {
    left: clamp(25rem, 5vw, 6rem);
    /* margin-left: 8vh; */
}
*/

html #homepageheadline .h-auto {
    min-height: 44rem !important;
}

html #homepageheadline img {
    max-width: 100%;
    min-width: 73rem;
}

.steps-item.active .steps-icon, .steps-item.active .steps-title {
    color: #f10000;
}

.steps-item.active {
    background: none;
    border-color: #f10000;
}

.btn-primary {
    background-color: #f10000;
    border-color: #f10000;
    font-weight: 700;
    box-shadow: none;
    color: #fff;
    text-transform: uppercase;
    display: block; /* Makes it take up full width to center properly */
    margin-left: auto; /* Auto margins center it */
    margin-right: auto;
    text-align: center; /* Centers text inside the button */
    max-width: 29rem;

}

.btn-link {
    border: 0;
    display: inline-block;
    font-weight: 400;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    color: #fff !important;
}

.btn:hover {
    background-color: #4AF626;
    border-color: #4AF626;
    color: #161616;
}

.btn-link:hover:after {
    width: 100%;
    color: #f10000;
    height: 4px;
}

.border-light {
    border-color: #212121 !important;
}

.background-img, .background-img_overlay:after {
    /*height: 15rem;*/
    left: 0;
    position: absolute;
    /*top: 4rem;*/
    width: 100%;
}

/* MENU STYLES */

html #menu .product-card {
    background-color: #212121;
    color: #fff;
    padding-top: 1rem;
    text-align: center;
    margin-bottom: 0 !important;
    padding-right: 10%;
    padding-left: 10%;
    padding-bottom: 1rem;
    border-right-color: #00000000;
    border-right-width: initial;
    border-right-style: outset;
}

html #menu .pc__img {
    height: 8rem !important;
    left: 0;
    /* object-fit: cover; */
    position: relative;
    top: 3rem;
    width: auto;
}
@media (max-width: 775px) {
    html #menu .pc__img {
    height: 8rem !important;
    left: 0;
    /* object-fit: cover; */
    position: relative;
    top: 0rem;
    width: auto;
}
}
html #menu .pc__info {
    margin-top: 1.5rem;
    margin-bottom: 3rem;
}

html #menu .pc__title {
    font-size: clamp(0.5rem, 2vw, 1rem);
    overflow-wrap: break-word;
    white-space: normal;
    font-weight: 500;
}

html #menu .price {
    color: #f10000;
    font-weight: 400;
    font-size: 1rem;
}

/* eof MENU STYLES */

.product-single__details-tab {
    margin: 3.25rem auto 2.375rem;
    max-width: 62.125rem;
    /* font-size: 1rem; */
}

.product-single__meta-info label {
    color: #fff;
}

.product-single__addtocart .btn-addtocart {
    align-items: center;
    display: flex;
    font-size: .875rem;
    font-weight: 500;
    height: 3.0rem;
    justify-content: center;
    text-transform: uppercase;
    white-space: nowrap;
    width: 18rem;
    background-color: #f10000;
    border-color: #f1000000;
    transition: all 0.5s ease;
    transform: scale(1);
}

.product-single__addtocart .btn-addtocart:hover {
    background-color: #4AF626;
    color: #161616;
    border-color: #4AF626;

}

.product-single__addtocart .qty-control__number {
    border: 2px solid #444;
    height: 3.75rem;
    min-width: 6.5rem;
    padding: 0 2rem;
}

.qty-control__number {
    -moz-appearance: textfield;
    background-color: #333;
    outline: none;
    padding: 0;
    width: 100%;
    color: #fff;
    max-height: 3rem;
}

/* LOT attribute accordion */
/* BREAKS footer alignment - needs troubleshooting
.d-flex {
    display: flex !important;
    max-height: 2.7rem;
}
*/

.shopping-cart .cart-table .qty-control__number {
    border: 2px solid #444;
    height: 3.125rem;
    min-width: 6.875rem;
    padding: 0 2rem;
}

.shopping-cart .cart-table td, .shopping-cart .cart-table th {
        border-bottom: 1px solid #212121;
}


.header_sticky {
    left: 0;
    background-color: #161616;
    max-width: 100%;
    top: 0;
    transition: all .3sease;
    width: 100%;
    z-index: 9;
}

.menu-link, .menu-link:hover {
    color: #fff;
}

.nav-link {
    color: #fff;
    border-radius: 0;
}

.nav-link:hover {
    color: #161616;
    background-color: #4AF626;
}

.nav-link.active {
    color: #161616;
    background-color: #f10000;
}

.navigation__link {
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.navigation__link:hover {
    color: #f10000;
}

.bg-body {
    background-color: #00000000 !important;
}

.bg-primary-50 {
    background-color: #f10000;
}

.text-primary-400 {
    color: #fff;
}


.navigation__link:after {
    background-color: currentColor;
    content: "";
    display: block;
    height: 4px;
    left: .7rem;
    position: absolute;
    top: 100%;
    transition: width .28s cubic-bezier(.47,0,.745,.715);
    width: 0;
}

/* Override green class to brand red until we can change the class */
.navigation__link.text-green { 
    color: #f10000;
    font-weight: 700;
}

.price {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}

.text-dark {
    color: #fff !important;
}

.footer {
    background-color: #161616;
}

.fa-brands, .fab {
    font-family: Font Awesome\ 6 Brands;
    color: #fff;
}

.login .page-title, .register .page-title, .show-order .page-title {
    font-size: 2.1875rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.logo__image {
    max-height: 60px;
    max-width: 42%;
    margin: 0 11rem 0 0;
}

.cart-drawer-actions {
    background-color: #212121;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.side-sticky .accordion {
        padding-left: 0;
        padding-right: 0;
        background-color: #161616;
    }

.aside-header {
    background-color: #212121;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 2.125rem 2.5rem 1.75rem;
}

.aside_right.aside_visible {
    right: 0;
    background-color: #212121;
}

.my-account .orders-table {
    border: 1px solid #222;
    width: 100%;
    background-color: #ededed;
}

.my-account .orders-table thead th {
    background-color: #111;
    font-size: .875rem;
    padding: 1rem 1.875rem;
    text-transform: uppercase;
}

.accordion-item {
    border: none;
    background-color: #00000000; 
}

.accordion-button__icon {
    fill: #ededed;
    height: .875rem;
    margin-left: auto;
    transform: rotate(90deg);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: .875rem;
}

.accordion-body {
    padding: 1.5rem 1.875rem 1.75rem;
    /* background-color: #ededed; */
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-left-radius: var(--bs-accordion-border-radius);
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    /* background-color: #00000000; */
}

.accordion-button.collapsed {
    background-color: transparent;
    color: #fff;
}

.accordion-button:not(.collapsed) {
    color: #fff;
}

.form-control {
    appearance: none;
    background-clip: padding-box;
    background-color: #212121;
    border: .125rem solid #333;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.7143;
    padding: .9375rem .9375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 100%;
}
.dropdown-menu{
    background-color:#212121;
}
.dropdown-item{
    color:#ffffff;
}
button.shop-acs__select{
   background-color:  #00000000 !important;
   color:#ffffff;
   padding-left: 1.5rem;
}
button.form-select{
   
    background-position: left !important;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}


#products-grid .product-card-wrapper{
    padding-top:4rem;
}
#products-grid .pc__info{
    margin-bottom:6rem;
}
@media only screen and (max-width: 600px) {
.ngl-gallery .row .nglayouts-as-flex{
    padding:0 0px !important;
}
    
}