@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
  font-family: 'Arcus';
  src: url('/templates/tetis/statics/fonts/3148E5_0_0.eot');
  src: url('/templates/tetis/statics/fonts/3148E5_0_0.eot?#iefix') format('embedded-opentype'), url('/templates/tetis/statics/fonts/3148E5_0_0.woff2') format('woff2'), url('/templates/tetis/statics/fonts/3148E5_0_0.woff') format('woff'), url('/templates/tetis/statics/fonts/3148E5_0_0.ttf') format('truetype');
}

body {
    font-family: "Open Sans", sans-serif;
    color: #212528;
    min-height: 100vh;
}

.logo-navbar-brand {
    width: 100px;
    height: auto;
}


.catalog-item__new-badge-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 990;
    text-align: right;
}

.catalog-item__new-badge {
    background-color: white;
    border-radius: 50px;
    padding: 5px;
    margin-bottom: 3px;
}

footer {
    font-size: 0.65rem;
}


.text-tetis {
    color: #337ab7;
}

.product-gallery {
    display: flex;
    gap: 10px;

}

.product-gallery__item {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}

.product-gallery__item-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#photoGalleryModal .btn-close-modal {
    top: -25px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    z-index: 1000;
    background: url("/templates/tetis/statics/img/controls_new.png") no-repeat 0 0;
    background-position: -50px 0px;
    padding: 0;
    border-radius: 0;
    border:0;
}

#photoGalleryModal .carousel-caption-bg {
    background-color: rgb(150 186 218 / 80%);
    backdrop-filter: blur(5px);
    color: black;
    right: auto;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
}

#photoGalleryModal .modal-content {
    border: 5px solid #0058A4;
    border-radius: 0;
}

#photoGalleryModal .fas {
    color: white;
    text-shadow: 0 0 5px rgb(90, 90, 90);
}

#photoGalleryModal .carousel-control-next {
    top: -25px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 17px;
    z-index: 1000;
    background: url("/templates/tetis/statics/img/controls_new.png") no-repeat 0 0;
    background-position: -25px 0px;
    padding: 0;
    border-radius: 0;
    border:0;
    opacity:1;
}

.subpage-content {
    font-size: .9rem;
    color: #525252;
}

#photoGalleryModal .carousel-control-prev {
    top: -25px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 39px;
    z-index: 1000;
    background: url("/templates/tetis/statics/img/controls_new.png") no-repeat 0 0;
    background-position: 0px 0px;
    padding: 0;
    border-radius: 0;
    border:0;
    opacity:1;
    left:auto;
}

.xsmall {
    font-size: 0.75rem;
}

.main-navbar__logo {
    flex: 0 0 auto;
    width: 17.6%;
    height: 80px;
    text-align: right;
}

.main-navbar .btn-navbar {
    font-weight: 400;
    padding: 40px 15px 0px 10px;
    font-size: 1.1rem;
    color: #01509F;
    line-height: 0.8rem;
}

#advanced-search-form .form-control {
    height: 35px;
    padding: 6px 12px;
    border: 1px solid #b9b9bb;
    border-radius: 3px;
}


.highlight {
    background-color:#FFDA77;
}

#btn-advanced-search {
    margin-left:-5px;
    z-index: 999;
}

.btn-search {
    background-color: #01509F;
    border: 0;
    color: #fff;
    border-radius: 3px;
    padding: 0px 13px;
}

.btn-search:hover {
    background-color: #013f6a;
    color: #fff;
}

.red-hr {
    width: 5px;
    height: 100%;
    background-color: #d32f2f;
}

.main-navbar__menuItems {
    max-width: 600px;
}

.subPage-sideMenu .children{
    display: none;
}

.main-navbar .main-navbar__menuItems_item:first-child::before {
    background: #01509F;
    content: "";
    width: 5px;
    height: 45px;
    display: block;
    bottom: 5px;
}

.main-navbar .main-navbar__menuItems_item:nth-child(2)::before {
    background: #0080BB;
    content: "";
    width: 5px;
    height: 45px;
    display: block;
    bottom: 5px;
}

.main-navbar .main-navbar__menuItems_item:nth-child(3)::before {
    background: #FFC20F;
    content: "";
    width: 5px;
    height: 45px;
    display: block;
    bottom: 5px;
}

.main-navbar .dropdown-item {
    padding: 8px 16px;
}

.main-navbar__menuItems_item {
  position: relative;
  padding: 0 5px;
    display: flex;
    align-items: end;
}

.dropdown-menu {
    border:0;
    border-radius: 0;
    box-shadow: 0 3px 15px rgba(0, 10, 10, .05);
    background-color: #fff;
    padding: 5px;
}

.dropdown-menu .btn-navbar {
    padding: 10px;
}

.dropdown-menu .btn-navbar:hover {
    background-color: #f7f7f7;
}

.main-navbar .input-group-text {
    background-color: #fff;
    border: 1.5px solid #dcdcde;
    border-left: 0;
    border-top: 0;
    color: #ffc20f;
    margin-left: 0 !important;
    border-radius: 0;
}

.alert-no-products {
    background-color: #E9EDFC;
    color: #212528;
    border: 1px solid rgb(173, 183, 209);
}

.main-navbar__search .form-control::placeholder {
    color: #8F94A0;
}

.main-navbar__search .form-control {
    background-color: #fff;
    border-bottom: 1.5px solid #dcdcde;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    padding:  0;
    font-size: 0.75rem;
    border-radius:0;
}

.main-navbar__search .form-control:focus, .main-navbar__search .form-control:active {
    box-shadow: none;
}

.main-navbar__search #btn-navbar-search {
    background-color: #fff;
    color: rgba(255, 193, 14, 1);
    border-bottom: 1px solid #dcdcde !important;
    border-right: 1px solid #dcdcde !important;
    border-left: 0;
    border-top: 0;
    border-radius: 0;
}

.vert-separator {
    width: 1px;
    height: 30px;
    background-color: #e3e5eb;
}

.border-grid {
    border-bottom: 1px solid #dcdcde;
    border-right: 1px solid #dcdcde;
}

.border-grid:nth-child(3n) {
  border-right: 0;
}

@media (max-width: 767.98px) {
    .border-grid {
        border-right: 0;
    }
}


.hide-border-bottom {
    width: 100%;
    height:5px;
    margin-top: -3px;
    background-color: white;
}

.catalog-item {
    padding: 20px;
    color: #212528;
    height: 100%;
    position: relative;
}

.catalog-item:hover .card-title{
    color: #337ab7;
}

.catalog-item .card-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #7c7c7e;
    text-transform: uppercase;
    font-family: 'Arcus';
    margin-bottom:15px;
}

.catalog-item .catalog-item__arrow {
    position: absolute;
    top: 5px;
    right: 5px;
    fill: #C6C6C6;
    transition: 0.2s ease;
    z-index: 999;
}


.catalog-item:hover .catalog-item__arrow {
    fill: #0C54A0;
}

.catalog-item .card-subtitle {
    font-size: .8rem;
    font-weight: 500;
    color: #0c54a0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.breadcrumb-item a {
    font-size: .75rem;
    color: #999;
}

.breadcrumb-item:last-child a {
    font-size: .75rem;
    color: #777;
}

.breadcrumb-item {
    display: flex;
    align-items: center;
    color: #999;
    font-size: .75rem;

}

.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: #ccc!important;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "/"; 
    font-size: .9rem;
    line-height: normal;
}

.side-menu {
    background-color: #fff;
}

.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu  .children .side-menu__item.active::after {
    content: "";
    width: 3px;
    height: 100%;
    background: #01509F;
    position: absolute;
    right: -25px;
    top: 0;
}

.side-menu  .children  .children .side-menu__item-link {
  color: grey!important;
  font-size: .8rem!important;
  margin-bottom: 0!important;
}

.product-position:hover img {
    opacity:0.8;
}

.side-menu  .children  .children .side-menu__item.active .side-menu__item-link {
  color: #01509e!important;
  font-size: .8rem!important;
  margin-bottom: 0!important;
}

.social-icon-link, .searchbar {
    margin-top: 25px;
}

.side-menu__item {
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    opacity: .8;
    position: relative;
}

.side-menu__item-link {
    display: block;
}



.side-menu__item .btn-toggle {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.side-menu__item .btn-toggle.collapsed {
    transform: rotate(0deg);
}

.side-menu__item .btn-toggle:focus {
    border:0;
}

.side-menu > ul > li:first-of-type > .side-menu__item .side-menu__item-link {
    color: #07498f;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.side-menu > ul > li:first-of-type > .side-menu__item::before {
    background-color: #07498f;
    content: "";
    width: 80px;
    height: 5px;
    position: absolute;
    top: -5px;
    right: 0;
}

.side-menu > ul > li:first-of-type > .side-menu__item {
    background-color: #fff
}

.side-menu > ul > li:nth-of-type(2) .side-menu__item .side-menu__item-link {
    color: red;
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 1.1rem;
    line-height: 1.5rem;
}


.side-menu > ul > li .children .side-menu__item-link {
    font-size: 1rem!important;
}


.side-menu__item.active a {
    font-weight: 700!important;
}

.side-menu > ul > li:nth-of-type(2) .side-menu__item:last-child {
    border-bottom: 1px solid #bbbdbf;
}

.side-menu > ul > li:nth-of-type(2) .side-menu__item i {
    color: red;
}

.side-menu > ul > li:nth-of-type(2) > .side-menu__item::before {
    background-color: red;
    content: "";
    width: 80px;
    height: 5px;
    position: absolute;
    top: -5px;
    right: 0;
}

.side-menu > ul > li:nth-of-type(2) > .side-menu__item {
    background-color: #fff
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.side-menu__divider {
    height: 2px;
    background-color: #e9e9e9;
}

.input-group-search {
    max-width: 220px;
}

.side-menu .side-menu__divider:first-child {
    display: none;
}

.product-title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #525252;
}

.product-table > :not(caption)>*>* {
    color: #525252;
}

.product-table p {
    margin-bottom: 0;
}

.product-description {
    color: #525252;
    font-size: 0.9rem;
}

table {
    height: auto!important;
}
.table-scroll {
    overflow-x: auto;
    width: 100%;
}

/* .table-scroll table {
    min-width: max-content;
} */
.product-description table {
    width: 398px;
    max-width: 100%;
}

.product-description table td {
    vertical-align: top;
}

.product-description table td:first-child {
    width: 30%;
    vertical-align: top;
}

.product-card .variant-item {
    padding: 10px;
    border: 1px solid #E9EDFC;
    border-radius: 5px;
}

.product-card .card-title {
    font-size: 1.3rem;
    font-family: 'Arcus';
    font-weight: 600;
    color: #7c7c7e;
    text-transform: uppercase;
    margin-bottom:10px;
}

.variant-item .card-subtitle {
    font-size: .8rem;
    font-weight: 500;
    color: #0c54a0;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .side-menu {
        border-right: 0;
    }

    .main-navbar .main-navbar__logo {
        height: 60px;
        width: 100px;
        text-align: center;
    }

    .main-navbar__items {
        display: none;
        background: white;
    }

    .main-navbar__items.navbar-collapsed {
        display: block;
        box-shadow: 0 5px 5px #f1f1f1;
        padding: 10px 0;
    }

}