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


body {
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    color: #212528;
    min-height: 100vh;
    border-top: 5px solid #ffc20f;
    border-bottom: 5px solid #ffc20f;
}

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

.text-mipro {
    color: #0C54A0;
}

.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;
}

.modal-backdrop {
    background-color: #fff;
}

#search-input-group .input-group-text {
    z-index: 99;
    color:rgba(255, 193, 14, 1);
}

#search-input-group .input-group-text,
#search-input-group .form-control {
    background: #fff;
    border: 0;
}

#search-input-group {
    border: 1px solid #c6c6c9;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-radius: 0;
    display: flex;
    align-items: center;
    height: 45px;
    max-width: 300px;
}

#search-results,
#search-results a {
    color: grey;
}

#search-results a:hover {
    text-decoration: underline;
}

.product-search-description,
.product-search-description tbody,
.product-search-description tr,
.product-search-description td {
  display: inline;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 1rem;
}

.product-search-description td::after {
  content: " ";
}

.text-mipro-2 {
    color:rgba(255, 193, 14, 1);
}

.search-quantity {
    background: rgba(255, 193, 14, 1);
    color: white;
    border-radius: 10px;
    padding: 0 5px;
    font-size: .8rem;
}

.modal-backdrop.show {
    opacity: 0.8;
}

#photoGalleryModal .modal-content {
    background-color: transparent;
    border: 0;
    height: 80vh;
}

#photoGalleryModal .btn-close-modal {
    bottom: 20px;
    position: absolute;
    right: 20px;
    z-index: 1000;
}

#photoGalleryModal #galleryItems {
    height: 100%;
    display: flex;
    align-items: center;
}

#photoGalleryModal .carousel-caption-bg {
    background-color: #292929cc;
    backdrop-filter: blur(5px);
    bottom: 20px;
    border-radius: 5px;
    font-size: .8rem;
}

#photoGalleryModal .carousel-control-prev,
#photoGalleryModal .carousel-control-next,
#photoGalleryModal .carousel-control-zoom {
    width: 50px;
    height: 40px;
    font-size: 1.5rem;
    background: rgb(209, 209, 209);
    color: rgb(24, 23, 23);
    top: unset;
    bottom: unset;
    position: relative;
    border: 0;
    opacity: .5;
}

#photoGalleryModal .carousel-control-prev:hover,
#photoGalleryModal .carousel-control-next:hover,
#photoGalleryModal .carousel-control-zoom:hover {
    opacity: 1;
}

#photoGalleryModal .carousel-control-prev {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

#photoGalleryModal .carousel-control-next {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#photoGalleryModal .controls-wrapper {
    position: absolute;
    bottom: -70px;
    left: 50%;
    display: flex;
    align-items: center;
    padding: 0 20px;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

#photoGalleryModal .btn-close-modal {
    width: 50px;
    height: 50px;
    border: 0;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("/templates/mipro/statics/img/closebutton.png") no-repeat top left;
}

#photoGalleryModal img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#photoGalleryModal img.zoomed {
    transform: translate(-50%, -50%) scale(1.5);
}

.product-description {
    font-size: .9rem;
    line-height: 1.2rem;
    color: #525252;
}

.product-pagination a {
    color: rgb(161, 161, 161);
}

.product-pagination a:hover {
    color: #1f1e1e;
}

footer {
    border-top: 1px solid #c1c1c1;
    font-size:.6rem;
}

/* Search */
.badge-info {
    background-color: #ffc10e;
    color: #ffffff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: .85rem;
}

.search-inputbox {
    border: solid #00000014 1px;
    border-right: 1px solid #dcdcde;
    border-bottom: 1px solid #dcdcde;
    padding: 6px 8px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    outline: none;
    min-width: 240px;
}

.search-inputbox:focus {
    border-color: #ffc10e;
}

.search-btn {
    background: transparent;
    border: 1px solid #dcdcde;
    border-right-width: 2px;
    border-bottom-width: 2px;
    padding: 5px 14px;
    font-size: .9rem;
    cursor: pointer;
    color: #525252;
}

.search-btn:hover {
    background: #f9f9f9;
}

.search-select {
    border: 1px solid #dcdcde;
    border-right-width: 2px;
    border-bottom-width: 2px;
    padding: 4px 8px;
    font-size: .9rem;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
}

h1.page-title {
    font-size: 170%;
    color: #525252;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
    border-left: 4px solid #ffc10e;
    margin-bottom: 20px;
    font-weight: normal;
}

form#searchForm div.searchintro {
    margin-bottom: 35px;
    margin-top: 10px;
}

form#searchForm div.searchintro p {
    color: #ffc10e;
}

form#searchForm fieldset.phrases {
    border: 0;
    padding: 0;
    margin: 10px 0 20px 0;
}

form#searchForm fieldset.phrases legend {
    color: #4b4a4a;
    font-size: .95rem;
    margin-bottom: 8px;
    padding: 0;
    border: 0;
    float: none;
    width: auto;
}

form#searchForm .phrases-box {
    margin: 8px 0;
}

form#searchForm .controls label.radio {
    display: inline-block;
    margin-right: 16px;
    font-size: .9rem;
    cursor: pointer;
}

form#searchForm .controls input[type="radio"] {
    margin-right: 4px;
    position: relative;
}

form#searchForm .ordering-box {
    margin-top: 8px;
}

form#searchForm .ordering-box label.ordering {
    font-size: .9rem;
    margin-right: 6px;
}

dl.search-results {
    margin-top: 30px;
}

dl.search-results dt.result-title {
    font-size: 140%;
    text-transform: uppercase;
    margin: 20px 0 8px 0;
    font-weight: normal;
}

dl.search-results dt.result-title a {
    text-transform: uppercase;
    color: #777b81;
}

dl.search-results dt.result-title a:hover {
    text-decoration: underline;
}

dl.search-results dd.result-text {
    color: #525252;
    font-size: .9rem;
    margin-left: 0;
}

.result-text table,
.result-text tr,
.result-text td,
.result-text th {
    all: unset;
    display: inline;
}

.result-text td::after,
.result-text th::after {
    content: " ";
}

/* Articles */
.blog .page-header h2 {
    font-size: 170%;
    color: #525252;
    padding: 5px 0 5px 10px;
    text-transform: uppercase;
    border-left: 4px solid #ffc10e;
    margin: 30px 0 0 0;
}

.blog .page-header {
    padding-bottom: 9px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #c1c1c1;
}

.blog .items-leading {
    margin-top: -30px;
}

dt.article-info-term {
    display: none;
}

dd.create {
    color: #c1c1c1;
    font-size: .85rem;
    margin-bottom: .5rem;
}

.yellow-hr {
    height: 100%;
    width: 5px;
    background-color: #ffc20f;
    margin: 0;
    border-radius: 2px;
}

.category-heading,
.subpageContent h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.6rem;
    color: #525252;
}

.subpageContent h2 {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
}

.subpageContent h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    background-color: #ffc20f;
    border-radius: 2px;
}

.xsmall {
    font-size: 0.75rem;
}

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

.main-navbar .btn-navbar {
    font-weight: 400;
    padding: 5px 10px;
    color: #525252;
}

.main-navbar .dropdown-item {
    padding: 8px 16px;
    font-size: .8rem;
    color: #525252;
}

.btn-navbar.dropdown-toggle::after {
    display: none;
}

.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.main-navbar__menuItems_item {
  position: relative;
  padding: 0 5px;
  font-size: .9rem;
  display: flex;
  align-items: center;

}

.main-navbar__menuItems_item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  height: 16px; 
  width: 2px;
  background-color: #e3e5eb; 
}

.main-navbar__menuItems_item:hover::after {
  content: "";
  position: absolute;
  right: -2px;
  z-index: 99;
  top: 7px;
  height: 16px; 
  width: 3px;
  background-color: rgba(255, 193, 14, 1); 
}


.dropdown-menu {
    border: 1px solid #e9ebee;
    border-radius: 0;
    background-color: #fff;
    padding: 0px;
    max-width: 300px;
    position: absolute;
    top: 30px;
    border-right-color: #b5b7bd;
    border-right-width: 2px;
    border-bottom-color: #b5b7bd;
    border-bottom-width: 3px;
}

.dropdown-item:hover {
    border-right: 4px solid #ffc20f;
    background: white;
}

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

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

.main-navbar .input-group-text {
    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;
}

#advanced-search-form {
    max-width: 500px;
    width: 100%;
}

.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: 1px solid #dcdcde;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    padding: 0;
    font-size: .8rem;
    border-radius: 0;
}

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

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



.catalog-item {
    padding: 40px 20px;
    color: #212528;
    height: 100%;
    position: relative;
    border-bottom: 2px solid #f15a23;
}

.catalog-item:hover {
    background: #FBFBFB;
}

.catalog-item .card-title {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: #525252;
    text-transform: uppercase;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.product-position .catalog-item {
    padding: 20px;
    color: #212528;
    height: 100%;
    position: relative;
    border-bottom: 1px solid #ffc10e;
}

.product-position .catalog-item:hover {
    background: #fff;
    opacity: .9;
}

.btn-secondary {
    background-color: white;
    color: #999999;
    border:0;
    border-radius: 0;
    padding: 5px 15px;
}

.btn-secondary:hover {
    background-color: #999999;
    color: white;
}


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


.breadcrumb-item a {
    font-size: .8rem;
    color: #878787;
}

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

.border-left {
    border-left: 5px solid #ffc20f;
    padding-left: 15px;
}

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

}

.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;
}

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

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

.side-menu__item:hover {
    background-color: rgba(253,250,204, 0.5);
}

.side-menu > ul > li:nth-of-type(1) .side-menu__item.active,
.side-menu > ul > li:nth-of-type(1) .side-menu__item:hover,
.side-menu > ul > li:nth-of-type(1) .side-menu__item:focus {
  border-right-color: #f15a23;
  border-right-width: 5px;
}

.side-menu__item.active.isSelected {
    background-color: rgba(253,245,204, 1)!important; 
}

.side-menu .children {
    font-size: .8rem;
    line-height: 1rem;
}

.side-menu > ul > li:nth-of-type(1) ul .side-menu__item {
  border-right-color: rgba(243, 213, 202, 0.5);
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(2) .side-menu__item.active,
.side-menu > ul > li:nth-of-type(2) .side-menu__item:hover,
.side-menu > ul > li:nth-of-type(2) .side-menu__item:focus {
  border-right-color: #ffc30d;
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(2) ul .side-menu__item {
  border-right-color: rgba(246, 234, 197, 0.5);
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(3) .side-menu__item.active,
.side-menu > ul > li:nth-of-type(3) .side-menu__item:hover,
.side-menu > ul > li:nth-of-type(3) .side-menu__item:focus {
  border-right-color: #9a0201;
  border-right-width: 5px;
}
.side-menu > ul > li:nth-of-type(3) ul .side-menu__item {
  border-right-color: rgba(226, 195, 195, 0.5);
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(4) .side-menu__item.active,
.side-menu > ul > li:nth-of-type(4) .side-menu__item:hover,
.side-menu > ul > li:nth-of-type(4) .side-menu__item:focus {
  border-right-color: #5b4647;
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(4) ul .side-menu__item {
  border-right-color: rgba(214, 210, 210, 0.5);
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(5) .side-menu__item.active,
.side-menu > ul > li:nth-of-type(5) .side-menu__item:hover,
.side-menu > ul > li:nth-of-type(5) .side-menu__item:focus {
  border-right-color: #2e3192;
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(5) ul .side-menu__item {
  border-right-color: #2e319283;
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(6) .side-menu__item.active,
.side-menu > ul > li:nth-of-type(6) .side-menu__item:hover,
.side-menu > ul > li:nth-of-type(6) .side-menu__item:focus {
  border-right-color: #ffc10e;
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(6) ul .side-menu__item {
  border-right-color: #ffc30e8f;
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(7) .side-menu__item.active,
.side-menu > ul > li:nth-of-type(7) .side-menu__item:hover,
.side-menu > ul > li:nth-of-type(7) .side-menu__item:focus {
  border-right-color: #01aef0;
  border-right-width: 5px;
}

.side-menu > ul > li:nth-of-type(7) ul .side-menu__item {
  border-right-color: #01acf077;
  border-right-width: 5px;
}

.side-menu__item {
    padding: 10px;
    text-decoration: none;
    opacity: .8;
    display: flex;
    align-items: center;
    border-top: 1px solid #bbbdbf;
    justify-content: end;
    border-right: 1px solid #bbbdbf;
}

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

.side-menu li:last-child .side-menu__item {
    border-bottom: 1px solid #bbbdbf;
}

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

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

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

.product-title {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

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

.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;
}

.img-product-in-product {
    max-width: 150px;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.product-img-mw {
    width: 150px;
    flex-shrink: 0; 
    text-align: start;
}

.product-card .card-title {
    font-size: 0.9rem;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #525252;
    text-transform: uppercase;
}

.card-title-product {
    font-size: .9rem!important;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #212528;
}

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

@media (max-width: 767.98px) {
    .product-card .main-navbar__socials {
        order: 4;
    }

    .product-card .product-pagination {
        order: 3;
    }
    .variants-order {
        order: 2;
    }

    .product-info {
        order: 2;
    }

    .catalog-item .card-title {
        font-size: .8rem;
    }

    .side-menu {
        border-right: 0;
    }

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

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

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

@media (max-width: 991.98px) {
    .mobile__side-menu__item {
        border-right: 1px solid #ebebeb;
        border-top: 1px solid #ebebeb;
        color: #525252;
        display: flex;
        justify-content:end;
    }

    #menu-mobile > ul > li:nth-of-type(1) .mobile__side-menu__item.active,
    #menu-mobile > ul > li:nth-of-type(1) .mobile__side-menu__item:hover,
    #menu-mobile > ul > li:nth-of-type(1) .mobile__side-menu__item:focus {
    border-right-color: #f15a23;
    border-right-width: 5px;
    }


    #menu-mobile > ul > li:nth-of-type(1) ul .mobile__side-menu__item {
    border-right-color: rgba(243, 213, 202, 0.5);
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(2) .mobile__side-menu__item.active,
    #menu-mobile > ul > li:nth-of-type(2) .mobile__side-menu__item:hover,
    #menu-mobile > ul > li:nth-of-type(2) .mobile__side-menu__item:focus {
    border-right-color: #ffc30d;
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(2) ul .mobile__side-menu__item {
    border-right-color: rgba(246, 234, 197, 0.5);
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(3) .mobile__side-menu__item.active,
    #menu-mobile > ul > li:nth-of-type(3) .mobile__side-menu__item:hover,
    #menu-mobile > ul > li:nth-of-type(3) .mobile__side-menu__item:focus {
    border-right-color: #9a0201;
    border-right-width: 5px;
    }
    #menu-mobile > ul > li:nth-of-type(3) ul .mobile__side-menu__item {
    border-right-color: rgba(226, 195, 195, 0.5);
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(4) .mobile__side-menu__item.active,
    #menu-mobile > ul > li:nth-of-type(4) .mobile__side-menu__item:hover,
    #menu-mobile > ul > li:nth-of-type(4) .mobile__side-menu__item:focus {
    border-right-color: #5b4647;
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(4) ul .mobile__side-menu__item {
    border-right-color: rgba(214, 210, 210, 0.5);
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(5) .mobile__side-menu__item.active,
    #menu-mobile > ul > li:nth-of-type(5) .mobile__side-menu__item:hover,
    #menu-mobile > ul > li:nth-of-type(5) .mobile__side-menu__item:focus {
    border-right-color: #2e3192;
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(5) ul .mobile__side-menu__item {
    border-right-color: #2e319283;
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(6) .mobile__side-menu__item.active,
    #menu-mobile > ul > li:nth-of-type(6) .mobile__side-menu__item:hover,
    #menu-mobile > ul > li:nth-of-type(6) .mobile__side-menu__item:focus {
    border-right-color: #ffc10e;
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(6) ul .mobile__side-menu__item {
    border-right-color: #ffc30e8f;
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(7) .mobile__side-menu__item.active,
    #menu-mobile > ul > li:nth-of-type(7) .mobile__side-menu__item:hover,
    #menu-mobile > ul > li:nth-of-type(7) .mobile__side-menu__item:focus {
    border-right-color: #01aef0;
    border-right-width: 5px;
    }

    #menu-mobile > ul > li:nth-of-type(7) ul .mobile__side-menu__item {
    border-right-color: #01acf077;
    border-right-width: 5px;
    }

}