.project .project-details{height:180px;display:flex;flex-flow:column nowrap;justify-content:space-between}.menuzord-brand{margin:24px 30px 0 0}
.search-header,.search-header input{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto;line-height:39px}.btn-product-view-details{width:100%}.btn-product-view-details a.btn{width:100%;color:#fff;background-color:#FFBD1F;border-color:#FFBD1F}.btn-product-view-details a.btn:hover{background-color:#eba600;border-color:#e19f00}.h1,.h2,h1,h2{font-family:'Open Sans',sans-serif}body{font-family:Montserrat,sans-serif}.team-details>h4{font-size:12px}.team-details>h4+h5{font-size:11px}.search-header{width:330px;z-index:1001;top:-42px}.search-header .input-group-btn{z-index:1002}.search-header .input-group-btn .search-button{height:37px;width:52px;background-color:#fff}.search-header .input-group-btn .search-button:hover{background-color:#f9f9f9;transition:.5s}.search-header input{border:none;width:330px;height:42px;z-index:1001;background-color:#fff;border-bottom:1px solid #f3f3f3;padding:0 5px}.team-members{height:210px;width:300px}.team-details>h4{padding-bottom:15px}.categories .dropdown li{position:relative}.categories .dropdown.third-level-dropdown{position:absolute;top:0;right:240px;padding-right:15px}.categories .dropdown.third-level-dropdown li{border-bottom:none}.third-level-dropdown{z-index:100;min-width:255px;text-align:right;background-color:#fff}.product .product-image{float:left;margin:0 50px 70px 0}.inner-header .title{color:#fff!important}.breadcrumb span a{color:#fff}.breadcrumb span:after{content:' / ';color:#fff}.breadcrumb span:last-child:after{content:''}.breadcrumb span:last-child a{color:#76baff}.breadcrumb.white span {background: #333333b0;padding: 3px;}.colored-price {font-size: 17px;font-weight: bold;color:#337ab7}@media all and (max-width:650px){.video-file{width: 100%}}.blog-page {display: flex;flex-flow: row wrap;}.post .entry-content {padding: 15px 0 0 0}.post .media-body-articles p *, .post .media-body-articles h2 {padding:2px 15px;}.post .media-body-articles p img{padding: 0px} .pdf-link{display: flex; flex-flow: row nowrap;} .pdf-icon{min-width: 32px;}


.repair-footer-block{
    position: fixed;
    bottom: 30px;
    left: 20px;
    max-width: 272px;
    height: 105px;
    background-color: rgb(228,50,5);
    color: white;
    font-size: 16pt;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 140;
    box-shadow: 0 0 5px rgb(66, 66, 66,  80%);
}

.repair-footer-block:hover{
    background-color:rgb(202, 44, 5);
}
.repair-footer-block .close {
    position: absolute;
    right: -30px;
    top: -10px;
    z-index: 99999;
    opacity: 1;
}
.repair-footer-block-small{
    position: fixed;
    top: 44%;
    right: -356px;
    width: 300px;
    height: 60px;
    /* transform: rotate(270deg); */
    background-color: rgb(228,50,5);
    color: white;
    font-size: 12pt;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    z-index: 140;
    box-shadow: 0 0 2px rgba(0,0,0,0.8);
    transition: right 0.5s ease;
}
.left-bottom {
    position: fixed;
    z-index: 140;
    bottom: -20px;
    left: 20px;
    height: 105px;
    animation-name: repair-calc-btn;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-delay: 5s;
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@keyframes repair-calc-btn {
    0% {transform: rotate(0deg);}
    1% {transform: rotate(-1deg);}
    3% {transform: rotate(1deg);}
    5% {transform: rotate(0deg);}
    7% {transform: rotate(-1deg);}
    9% {transform: rotate(1deg);}
    11% {transform: rotate(0deg);}
    90% {transform: rotate(0deg);}
    91% {transform: rotate(-1deg);}
    93% {transform: rotate(1deg);}
    95% {transform: rotate(0deg);}
    97% {transform: rotate(-1deg);}
    99% {transform: rotate(1deg);}
    100% {transform: rotate(0deg);}
}
.left-bottom:hover {
    animation-play-state: paused;
}
.left-bottom:hover a i {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.left-bottom a {
    border-radius: 5px;
    background-color: rgb(228,50,5);
    color: #fff;
    padding: 11px 16px 11px 11px;
    display: block;
    font-size: 17pt;
}
.repair-footer-block-small:hover{
    background-color:rgb(202, 44, 5);
}
.detail-count-input{
    text-align: center;
    padding-left:8px;
}
.article-blog-body{
    padding: 15px;
}
.search-product-code{
    color: rgb(105, 105, 105);
    font-size: 10pt;
    margin-right: 10px;
}
.search-product-title{
    font-weight: 300;
    color: rgb(51, 51, 51);
    font-size: 12pt;
}
.product-page-btns{
    display:flex;
    justify-content:flex-start; 
    margin-bottom:20px;
    flex-wrap: wrap;
}
.product-page-btns button {
    margin-right: 5px;
    margin-bottom: 5px;
}
.product-page-btns button i{
    margin-right: 5px;
}
.search-header input {
    padding-left: 10px;
}
.right-label {
    position: fixed;
    right: -334px;
    top: 70%;
    display: flex;
    justify-content: center;
    /* transform: rotate(270deg); */
    align-items: center;
    z-index: 140;
    border-radius: 5px 0 0 5px;
    transition: right 0.3s ease;
}
.right-label:hover {
    right: 0px;
    transition: right 0.3s ease;
}
.subscribe-btn {
    top: 30%;
    right: -330px;
}
.check-originality {
    top: calc(30% + 70px);
}
.repair-calculator {
    top: calc(30% + 140px);
    right: -392px;
}
.check-originality a,
.repair-calculator a,
.subscribe-btn a {
    border-radius: 5px 0 0 5px;
    background-color: #333;
    color: #fff;
    padding: 11px;
    display: block;
    font-size: 17pt;
}
.check-originality a i,
.repair-calculator a i,
.subscribe-btn a i,
.left-bottom a i {
    margin-right: 10px;
    padding: 10px;
}
.repair-calculator a {
    background-color: rgb(228,50,5);
}
.subscribe-btn a {
    background-color: #01408d;
}
.menuzord-menu ul.dropdown {
    margin-top: -20px!important;
}
@media only screen and (max-width: 991px) {
    .menuzord .showhide {
        padding-top: 13px;
    }
    .menuzord {
        width: 100%;
        /* z-index: 150; */
    }
    .repair-footer-block-small {
        height: 30px;
        left: -146px;
    }
    /* .check-originality {
        top: 66%;
        height: 29px;
        right: -108px;
    } */
    /* .check-originality a {
        padding: 2px 7px;
    } */
}
.ui-autocomplete-loading { 
    background:url('../img/loader.gif') no-repeat right center;
    height: 12px; 
}
.grecaptcha-badge {
    visibility: hidden;
}
.news-post-image,
.news-post-image-big,
.post-image-footer,
.news-post-image-main-page {
    width:100%;
    min-height: 320px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.news-post-image-big {
    min-height: 480px;
}
.post-image-footer {
    min-height: 48px;
}
.news-post-image-main-page {
    min-height: 240px;
}
.login-form-label {
    padding: 10px;
    text-align: right;
}
@media(max-width:768px) {
    .news-post-image {
        min-height: 160px;
    }
    .news-post-image-big {
        min-height: 240px;
    }
    .login-form-label {
        padding: 5px;
        text-align: center;
    }
    .wrapper {
        overflow-x: hidden;
    }
    .divider .container {
        padding-top: 7px;
        padding-bottom: 0;
    }
    section>.container, section>.container-fluid {
        padding-top: 10px;
    }
}

.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
    box-shadow: 0px 5px 7px -7px rgb(34 60 80 / 35%);
}
.header-nav .header-nav-wrapper .menuzord {
    height: 75px;
}
.menuzord-menu>li>a {
    font-size: 10pt;
    color: #333;
}
.sale-badge {
    color: #fff!important;
    font-size: 12pt;
    padding: 4px 10px;
    border-radius: 3px;
}
.layer-overlay.overlay-dark-5::before {
    background-color: rgb(17 17 17 / 70%);
}
.catalog-search-header {
    line-height: 39px;
}
.catalog-search-header .input-group-btn .search-button {
    height: 39px;
    width: 52px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 3px 3px 0;
}
.catalog-search-header .input-group-btn .search-button:hover {
    background-color: #f9f9f9;
    transition: 0.5s;
}
.catalog-search-header input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px 0 0 3px;
    height: 39px;
    z-index: 1001;
    line-height: 39px;
    background-color: #fff;
    padding: 0 5px;
}
@media(max-width: 1200px) {
    .container.header-container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .header-nav .header-nav-wrapper .menuzord {
        height: auto;
    }
}

.close-btn {
    display: block;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: 99999;
    border: 1px solid #ddd;
    font-family: Arial,sans-serif;
    content: '×';
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 1px;
    color: #8c8c8c;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNTciIGhlaWdodD0iMzU3IiB2aWV3Qm94PSIwIDAgMzU3IDM1NyI+PHBhdGggZD0iTTM1NyAzNS43TDMyMS4zIDAgMTc4LjUgMTQyLjggMzUuNyAwIDAgMzUuN2wxNDIuOCAxNDIuOEwwIDMyMS4zIDM1LjcgMzU3bDE0Mi44LTE0Mi44TDMyMS4zIDM1N2wzNS43LTM1LjctMTQyLjgtMTQyLjgiLz48L3N2Zz4=) 50% 50% no-repeat #f6f6f6;
    background-size: 10px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    transform: scale(1);
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    transition: all 60ms ease-in-out 30ms;
    
}
.close-btn:hover {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}
.close-search-btn:hover {
    transition: all 60ms ease-in-out 30ms;
}

.search-header-detached {
    border-radius: 4px;
    padding-left: 10px;
    box-shadow: 0 0 5px rgba(44, 44, 44, 0.479);
}
.all-search-results-btn {

}
.all-search-results-btn a{
    font-weight: bold;
    color: #2a5c88!important;
    padding-bottom: 2px;
    border-bottom: 1px dashed #2a5c88;
}
.zoom { 
    cursor: pointer; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in; 
}
.zoomed-container {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height:100%;
    top: 0;
    left:0;
    z-index: 12000;
    display: none;
    cursor: zoom-out;
    text-align: center;
    vertical-align: middle;
}
.zoomed-image {
    height: 75%;
    z-index: 1200;
    display: inline-block;
    vertical-align: middle;
    margin-top: 40px;
    border-radius: 5px;
    border: 0.5px solid #2E2E2E;
}
.menuzord-menu li.cart-menu a:hover {
    background-color: #fff!important;
}   
.mobile-menu-brand {
    padding: 6px 20px 6px 20px;
    font-size: 17pt;
    display: flex;
    /* text-align: center; */
    box-shadow: 0px 2px 5px #4543434d;
    font-weight: bold;
    justify-content: space-between;
}
.mobile-menu-brand.open {
    box-shadow: none;
    background-color: #00468c;
    color: #fff;
}
.mobile-menu-brand a {
    font-weight: bold;
    color: #565353;
}
.mobile-menu-btns {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.mobile-menu-body .close-menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px;
    font-size: 20pt;
    color: #8b8a8a;
}
.mobile-menu-body {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 99999;
    top: 0;
    left: -500px;
    overflow-y: scroll;
    transition: left 0.2s ease;
}
.mobile-menu-body.open {
    left: 0;
    transition: left 0.3s ease;
}
.mobile-menu-body li {
    /* border-left: 2px solid #00468c; */
    /* border-right: 3px solid #00468c; */
    font-size: 14pt;
    font-weight: bold;
    border-top: 1px solid #efeeee;
}
.mobile-menu-body li a{
    padding: 10px;
    display:block;
    width: 100%;
    text-align: center;
}
.mobile-menu-body li.active {
    background-color: #f4f1f1;
}
/* .mobile-menu-body li:nth-child(2n) {
    background-color: #f8f8f8;
} */
.mobile-menu-body li a .fa-angle-down{
   margin-left: 10px;
}
.mobile-menu-body li ul{
   margin-top: 10px;
}
.mobile-menu-body li ul li{
    font-size: 12pt;
    font-weight: normal;
    border: none;
    border-top: 1px solid #f4f4f4;
}
.mobile-menu-body li ul li a{
    padding: 5px;
}
.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 20px;
}
.mobile-menu-cart {
    padding: 3px;
    font-size: 14pt;
}
.mobile-menu-cart a{
    padding: 3px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.mobile-menu-search {
    display: none;
    font-size: 17pt;
    /* text-align: center; */
    box-shadow: 0px 2px 5px #4543434d;
    font-weight: bold;
   
}
.mobile-menu-search .input-group{
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
}
.mobile-menu-search .input-group input,
.mobile-menu-search .input-group input:focus{
    border: none!important;
    outline: none;
    box-shadow: none;
    width: 80%;
    padding-left: 10px;
    font-weight: normal;
}
.mobile-menu-search .input-group button{
    border: none;
    background-color: #fff;
    padding: 0 10px;
}
body.lock {
    overflow-y: hidden;
}
.repair-doc-btn {
    position:absolute; 
    top:25px;
    right:40px;
}
.repair-modifications ul li a{
    font-weight: bold;
    font-size: 14pt;
    border-bottom: 1px dashed #ddd;
}
.repair-modifications ul li{
   margin-bottom: 10px;
}
.product-image {
    width: 468px;
}
.pdf-icon {
    margin-right: 10px;
}
.frc-doc {
    width: 60%;
}
.frc-doc-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 150;
    background-color: #0000009e;
}
.frc-doc-container.show{
    display: flex!important;
}
@media (max-width: 468px) {
    .frc-doc {
        width: 100%;
    }
    .left-bottom a {
        border-radius: 5px;
        background-color: rgb(228,50,5);
        color: #fff;
        padding: 7px 7px 12px 7px;
        display: block;
        font-size: 11pt;
        text-align: center;
    }
    .left-bottom {
        bottom: -15px;
        left: 15px;
        width: 50%;
    }
    .product-image {
        width: 100%;
    }
    .zoomed-image {
        width: 96%;
        height: auto;
        z-index: 1200;
    }
    .cart-counter {
        font-size: 9pt;
    }
    .mobile-d-none {
        display: none!important;
    }
    .header-top {
        padding-bottom: 10px!important;
    }
    .border-top-theme-color-3px {
        border-top: none!important;
    }
    .repair-doc-btn {
        position: relative;
        top:0;
        right:0;
        display: block;
        margin: 10px 0;
    }
    .repair-modifications ul li a{
        font-weight: bold;
        font-size: 8pt;
        border-bottom: none;
        border: 1px solid #ddd;
        padding: 6px 4px;
        white-space: nowrap;
        border-radius: 5px;
    }
    .repair-modifications ul li{
        margin-bottom: 20px;
    }
    .repair-submit-btn {
        width: 100%;
    }
}
@media screen and (min-width: 469px) {
    .desktop-d-none {
        display: none!important;
    }
}

.table.table-head-vertical-center>thead>tr>th {
    vertical-align: middle!important;
}
.small {
    font-size: 0.8em;
}
.muted {
    color: #787878;
}
.d-flex {
    display: flex;
}
.justify-between {
    justify-content: space-between;
}
.flex-wrap {
    flex-wrap: wrap;
}
.gap-1 {
    gap: 1rem;
}