

.modal {
    z-index: 3060;
}
.modal-backdrop {
    z-index: 3050;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #3d464d;
    text-decoration: underline;
}

a:hover {
    color: #5a6670;
    text-decoration: none !important;
}

.el-button {
    border-radius: 2px;
}

.el-button.el-button--dark:hover,
.el-button.el-button--dark:focus {
    color: #ffd333;
    border-color: #3d464d;
    background-color: #3d464d;
}

.el-drawer .el-drawer__header {
    background-color: #3d464d;
    color: #fff;
}

.cursor-help {
    cursor: help;
}

.form-control {
    line-height: 1.5;
}

.zi-99 {
    z-index: 99;
}

.page-header {
    padding-bottom: 30px;
}

.document {
    margin-bottom: 40px;
    border: 0;
}

.button-link {
    display: inline-block;
    border: 1px solid #fff;
}

.button-link:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    margin-top: -1px;
    transition: 0.4s;
}

.button-link-2 {
    display: inline-block;
    background-color: #fdfdfd;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.button-link-2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin-top: -1px;
    margin-bottom: 1px;
    transition: 0.4s;
}

.post-cart__image-container {
    display: inline-block;
    height: 200px;
    background-position: center center;
    background-size: cover;
}

.post-card__info-wrapper {
    height: 200px;
    padding: 20px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
}

.post-card .post-card__info-wrapper .post-card__name {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 4px;
    line-height: 20px;
    margin-bottom: 2px;
}

.post-card .post-card__info-wrapper .post-card__read-more {
    margin-top: 10px;
    display: block !important;
}

.block-features--layout--boxed {
    margin-top: 0 !important;
}

.block-features--layout--boxed .block-features__item {
    background: linear-gradient(0deg, #b4c0c9, #f4f5f6);
}

.post-card__info-wrapper {
    background: linear-gradient(0deg, #ced2d9, #e1eaed);
    border: 0;
}

.post-card__info-wrapper .btn-secondary {
    border-color: #3d464d;
    background: #3d464d;
    color: #fff;
}

.post-card__date {
    color: #5b8596;
}

.block--highlighted {
    padding: 40px 0;
}

.block-features__img {
    margin-bottom: 1rem;
}
.block-features__img img {
    width: 100px;
    height: auto;
}

.block-features__title {
    font-size: 19px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.product-card--hidden-actions:hover {
    margin-bottom: 0 !important;
}

.nav-links__list {
    position: relative;
}
.nav-links__item-link {
    font-weight: 400;
    cursor: pointer;
}

.code {
    font-family: monospace;
}

/********* COLOR SCHEME ************/

.text-success {
    color: #81C009 !important;
}
.text-success-light {
    color: #90be4e !important;
}
.text-success-dark {
    color: #4B8A00 !important;
}
.bg-success {
    background-color: #e9f9cb !important;
    color: #8bb340 !important;
    padding: 2px 5px;
    border-radius: 4px;
}

.text-alert {
    color: #c34e8e !important;
}
.text-alert-light {
    color: #de99bf !important;
}
.text-alert-dark {
    color: #721b4b !important;
}
.bg-alert {
    background-color: #fff3f9 !important;
    color: #d74997 !important;
    padding: 2px 5px;
    border-radius: 4px;
}

.text-info {
    color: #579fc1 !important;
}

.text-danger {
    color: #E03D00 !important;
}

.text-system {
    color: #009B55 !important;
}

.text-muted {
    color: #A6B2B8 !important;
}

.text-gray {
    color: #86939d !important;
}
.bg-gray-light {
    background-color: #fafafa !important;
    padding: 2px 5px;
    border-radius: 4px;
}

/********* TOOLS ************/
.mb-2px {
    margin-bottom: 2px !important;
}

/********* SITE HEADER ************/

.site-header {
    padding-bottom: 15px;
    box-shadow: 0 3px 5px #ddd;
}

.site-header--logo {
    text-align: center;
    padding-bottom:1px;
}
@media (min-width: 1200px) {
    .site-header--logo img {
        width: 275px;
    }
}
@media (max-width: 991px) {
    .site-header--logo {
        padding-bottom:3px;
    }
    .site-header--logo img {
        width: 200px;
    }

}

.site-header--top {

}
@media (min-width: 1400px) {
    .site-header--top {
        margin-bottom:-44px;
    }
}

.site-header .el-button {
}
@media (max-width: 575px) {
    .site-header .el-button {
        padding: 12px 15px;
    }
}


.site__body {
    background-color: #fafafa;
    padding-bottom: 100px;
}

.page-padding {
    padding: 30px 20px;
}

.content-wrapper {
    background-color: #fff;
    box-shadow: 0 0 8px #ddd;
    border-radius: 5px;
}

.nav-panel {
    height: auto;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.block-header__title {
    text-transform: uppercase;
}

.product-card__name a:hover {
    color: #3d464d;
}

.product-card__stock {
    padding: 0 24px 15px;
}


.nav-panel--stuck {
    padding: 10px 0;
    left: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1) !important;
}

/******* PART CARD ********/

.part-card {
    padding: 20px;
    margin-bottom: 30px;
}

.part-card--image {
    width: 100%;
    padding-top: 100%;
    background-size: cover;
    background-position: center;
    display: block;
}

.part-card--title {
    height: 80px;
    padding-top: 20px;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9rem;
}
.part-card .part-card--title a {
    text-decoration: none;
}

.parts-slider-item {
    display: block;
    position: relative;
}

.parts-slider-item span {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 20px;
    overflow: hidden;
    font-size: 1.2rem;
    line-height: 1.7rem;
    font-weight: 600;
    color: #628392;
}


/******* SIDE MENU ********/

.side-menu .el-menu {
    border-right: 0;
}
.side-menu .el-submenu  .el-menu {
      background-color: rgba(0, 0, 0, 0.03);
}

.side-menu .el-submenu__title,
.side-menu .el-menu-item {
      border-bottom: 1px solid #dadada;
}

/******* SITE FOOTER ********/

.site-footer {
    padding: 30px 0;
    margin-top: 0;
    background: #3d464d;
    border-top: 0;
    color: #dae1e6;
}

.site-footer h6 {
    color: #fff;
}

.site-footer .column-header {
    height: 80px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    align-items: end;
    text-transform: uppercase;
}
.site-footer .column-header img {
    max-height: 100%;
    width: auto;
}
@media (max-width: 1199px) {
    .site-footer .column-header img {
        margin: 0 auto;
    }
}

.site-footer .nav-tabs .nav-item.show .nav-link,
.site-footer .nav-tabs .nav-link.active {
    color: #ffd333;
    background-color: transparent;
    border-color: transparent;
    position: relative;
}
.site-footer .nav-tabs .nav-item.show .nav-link::after,
.site-footer .nav-tabs .nav-link.active::after {
    content: '';
    height: 3px;
    background: #ffd333;
    position: absolute;
    bottom: -1px;
    left: -1px;
    right: -2px;
}

.site-footer .nav-tabs .nav-link:focus,
.site-footer .nav-tabs .nav-link:hover {
    border-color: transparent;
}

.site-footer .nav-link {
    color: #dae1e6;
    font-size: 0.80rem;
    text-transform: uppercase;
}

.site-footer .nav-link:focus,
.site-footer .nav-link:hover {
    color: #ffd333;
}

.footer-links__list {
    font-size: 15px;
    line-height: normal;
    list-style: none;
    padding: 0;
    margin: 0;
}
@media (min-width: 768px) {
    .footer-links__list {
        list-style: square;
        padding: 0 0 0 20px;
    }
}

.footer-links__item {
    padding: 6px 0;
}

.footer-links__list a {
    color: #dae1e6;
    text-decoration: none;
}

.footer-links__list a:hover {
    color: #ffd333;
    text-decoration: underline;
}

.sub-footer {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #86939d;
    font-size: 0.8rem;
    color: #afbdc8;

}
.sub-footer .copyright {
    color: #d5e0e8;
    font-weight: 400;
}



/******* RESPONSIBLE TOOLS ********/

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
}



/********* PRODUCT GALLERY ************/

@media (min-width: 992px) {
    .owl-vertical {
        transform: rotate(90deg);
        width: 500px;
        margin-top: 204px;
        margin-left: -204px;
    }

    .owl-vertical .owl-item {
        transform: rotate(-90deg);
    }
}

/********* PRODUCT TABS ************/

.product-tabs {
    margin-top: 20px;
}


/********* BREADCRUMBS ************/

.breadcrumb {
    line-height: 30px;
}

.breadcrumb-arrow {
    top: 11px;
}


/********* FILTERS ************/

.filter__arrow {
    margin-right: 6px;
}

.filter-categories__item {
    padding: 5px 10px 5px 42px;
}
.filter-categories__item a {
    text-decoration: none;
}
.filter-categories__item a:hover {
    color: inherit;
}

.filter-categories__item:has(a:hover),
.filter-categories__item.active {
    background-color: #f2f2f2;
}

.filter-categories__item.active a {
    font-weight: 500;
}

/********* TAGS ************/

.tags__list {
    font-weight: 400;
}

.tags__list a {
    border: 1px solid #e6dfc6;
    color: #a59661;
    border-radius: 5px;
    padding: 4px 8px;
    margin: 3px;
    text-decoration: none;
}

.tags__list a.active {
    background: #ffd333;
    border: 1px solid #ffd333;
    color: #3d464d;
}

/********* TOOLS ************/

.border-none {
    border: 0 !important;
}


.btn-outline-primary {
    --bs-btn-color: #ffd333;
    --bs-btn-border-color: #ffd333;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ffd333;
    --bs-btn-hover-border-color: #ffd333;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffd333;
    --bs-btn-active-border-color: #ffd333;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffd333;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffd333;
    --bs-gradient: none;
}

/********* WIZARDS ************/

.wizard-breadcrumbs {
    display: flex;
    margin: 0 0 10px 2px;
    font-size: 0.85rem;
}
.wizard-breadcrumbs a {
    margin-right: 10px;
}
.wizard-breadcrumbs svg {
    margin-top: 6px;
    fill: #afafaf;
    margin-right: 10px;
}

.wizard-title {
    margin-bottom: 20px;
}

/************ ACAT **********/
.hidden-soft {
    display: none;
}

.form-std {
    padding: 20px;
    background-color: #fafafa;
    border-radius: 2px;
    border: 1px solid #eee;
}

.fieldset-two-column {
    display: grid;
    grid-template-columns: 35% 65%;
    column-gap: 10px;
    row-gap: 10px;
}

.fieldset-two-column dt,
.fieldset-two-column dd {
    margin: 0;
    padding: 0;
}
.fieldset-two-column dt {
    font-weight: 500;
    font-size:14px;
    padding-top: 8px;
}


/******** ACAT ********/

.acat-added-action {
    font-size: 14px;
}

.acat-added-box {
    font-size: 14px;
}

.acat-added {
    font-size: 14px;
}

.acat-has-goods {
    font-size: 14px;

}

.partsTable_ac td {
    border-bottom: 1px solid #cfcfcf;
}

table.partsTable_ac th {
    background-color: #86939d !important;
}

/******** TOOLS ********/
.fs12 {
    font-size: 12px;
}
.fs14 {
    font-size: 14px;
}
.fs16 {
    font-size: 16px;
}
.fs18 {
    font-size: 18px;
}
.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.fs24 {
    font-size: 24px;
}
.fs30 {
    font-size: 30px;
}

.js-action {
    text-decoration: none;
    border-bottom: 1px dotted;
}