@font-face {
    font-family: 'Stolzl';
    src: local('Stolzl Thin'), local('Stolzl-Thin'),
        url('../fonts/Stolzl-Thin.woff2') format('woff2'),
        url('../fonts/Stolzl-Thin.woff') format('woff'),
        url('../fonts/Stolzl-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
@font-face {
    font-family: 'Stolzl';
    src: local('Stolzl Light'), local('Stolzl-Light'),
        url('../fonts/Stolzl-Light.woff2') format('woff2'),
        url('../fonts/Stolzl-Light.woff') format('woff'),
        url('../fonts/Stolzl-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
@font-face {
    font-family: 'Stolzl';
    src: local('Stolzl Book'), local('Stolzl-Book'),
        url('../fonts/Stolzl-Book.woff2') format('woff2'),
        url('../fonts/Stolzl-Book.woff') format('woff'),
        url('../fonts/Stolzl-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'Stolzl';
    src: local('Stolzl Regular'), local('Stolzl-Regular'),
        url('../fonts/Stolzl-Regular.woff2') format('woff2'),
        url('../fonts/Stolzl-Regular.woff') format('woff'),
        url('../fonts/Stolzl-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl';
    src: local('Stolzl Medium'), local('Stolzl-Medium'),
        url('../fonts/Stolzl-Medium.woff2') format('woff2'),
        url('../fonts/Stolzl-Medium.woff') format('woff'),
        url('../fonts/Stolzl-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Stolzl';
    src: local('Stolzl Bold'), local('Stolzl-Bold'),
        url('../fonts/Stolzl-Bold.woff2') format('woff2'),
        url('../fonts/Stolzl-Bold.woff') format('woff'),
        url('../fonts/Stolzl-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {        
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    text-transform: uppercase;
}
.input-search{
    height: 30px !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    background: #ededed !important;
    margin: 5px 0px !important;
    color: #666666 !important;
    padding: 0px 35px 0px 15px !important;
    border-color: #f1f1f1 !important;
    outline: none !important;
    font-size: 12px !important;
}
#sp-search .sp-module{
    width: 100%;
}
#sp-logo .logo {
    float: none;
    margin: 26px 0px;
    text-align: center;
}
.w-80 {
    width: 80% !important;
}
#sp-main-body {
    min-height:100vh;
}

#sp-header-topbar .container-inner {
    border: none;
}
.header-sticky .menu-col.justify-content-xl-center{
    justify-content: start!important;
}
#sp-footer, #sp-bottom {
    /* font-family: 'Stolzl', sans-serif; */
    background: #ffffff;
    color: #4c4c4c;
}
#sp-footer a, #sp-bottom a{
    color: #ababab;
}
#sp-footer a:hover, #sp-bottom a:hover{
    color: #4c4c4c;
}
#sp-bottom .sp-module .sp-module-title {    
    font-weight: 500;
    color: #4c4c4c;
    font-size: 16px;
    margin: 30px 0px 30px;
    text-transform: uppercase;
}
#sp-bottom a{
    color: #ababab;
    /* font-family: 'Stolzl', sans-serif; */
    font-weight: normal;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
}
#sp-bottom .sp-module ul>li {    
    margin-bottom: 0px;
}
#sp-bottom1,
#sp-bottom2,
#sp-bottom3,
#sp-bottom4 {
    border-right: 1px solid #ddd;
    padding: 20px 0px 20px 30px;
}
#sp-bottom4.col-lg-3 {
    border-color: #fff;
}

#sp-bottom{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px;
}
#sp-footer1{
    display: flex;
    align-items: center;
}
#sp-footer2 p{
    margin-bottom: 0;
}
#sp-footer2 img{
    height: 60px;
    margin-left: auto;
}
#sp-contacts{
    background: #f4f4f4;
    padding: 50px 0px; 
    /* font-family: 'Stolzl', sans-serif; */
}
#sp-contacts p{
    margin: 0;
}
#sp-contacts .icon {
    padding-right: 10px;
}
#sp-contacts .first-text {
    font-size: 12px;
    text-transform: uppercase;
    width: 80px;
    font-weight: 500;
    word-wrap: break-word;
    display: inline-block;
    line-height: 14px;
    color: #90815b;
}
#sp-contacts #sp-position3 .first-text{
    width: 130px;
}
#sp-contacts .secon-text {
    font-size: 18px;
    line-height: 40px;
    vertical-align: bottom;
}
#sp-contacts #sp-position1 .secon-text {
    font-size: 25px;
    margin-left: 10px;
}
#sp-contacts .icon .fa {
    font-size: 30px;
    color: #90815b;
}

.border-left-grey{
    border-left: 1px solid #ddd;
}
.border-right-grey{
    border-right: 1px solid #ddd;
}
#sp-header.lg-header {
    box-shadow: none;
    border-bottom: 1px solid #ddd;
}
.btn-outline-primary {
    --bs-btn-color: #00b50d;
    --bs-btn-border-color: #00b50d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00b50d;
    --bs-btn-hover-border-color: #00b50d;
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00b50d;
    --bs-btn-active-border-color: #00b50d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00b50d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00b50d;
    --bs-gradient: none;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a {
    color: #000000;
    text-transform: none !important;
}
.sp-page-title {    
    background-position-y: center!important;
    padding: 70px 0 170px 0;
}
.sp-page-title .sp-page-title-heading {
    font-size: 28px;
    color: #000;
}
.sp-page-title .sp-page-title-sub-heading {
    font-size: 54px;
    font-weight: normal;
    line-height: 1;
    margin-top: 10px;
    color: #000;
}
.btn {    
    border-width: 2px;
    border-radius: 40px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;    
}
hr.line {
    border-top: 3px solid #00b50d !important;
}

.container-shadow-box {
    border: 1px solid rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 5;
    margin-bottom: 10px;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    /* padding: 20px; */
}
ul.product-nav {
    list-style: none;
    padding: 0;
    position: relative;
    z-index: 6;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    border-bottom: 1px solid #e0e0e0;
}
ul.product-nav li {
    display: inline-block;
    position: relative;
    border-right: 1px solid #e0e0e0;
    font-size: 0;
    max-width: 200px;
}
ul.product-nav li a {
    padding: 10px 30px;
    color: #232323;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
ul.product-nav .selected a {
    color: #00b50d;
    background: #f3f3f3;
}

.container-description .nav-tabs li{
    border-right: 1px solid #e0e0e0;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {    
    border: none;
}
.nav-tabs .nav-link{
    border: none;
    border-radius: 0;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #00b50d;
    background-color: #f3f3f3;
    border: none;
}
.sp-megamenu-parent > li:hover > span{
    color: #00b50d;
}
.sp-megamenu-parent > li.active > span{
    color: #00b50d;
}
.acordion-link{
    text-decoration: none;
    display: none;
    padding: 11px 13px 12px 13px;
    position: relative;
    color: #181818;
    border-bottom: 1px solid #e0e0e0;
    display: none;
}

@media (max-width: 1199px) {
    .acordion-link{
        display: block;
    }
    .container-description .tab-pane.fade{
        opacity: 1!important;
    }
    .container-description .tab-content>.tab-pane {
        display: block;
    }
}
.title-banner{    
    padding-top: 175px;
    padding-bottom: 175px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: right;
}
.social-menu li{
    display: inline-block!important;
    margin-right: 15px;
    margin-bottom: 10px!important;
}
.social-menu img{
    width: 64px;
}

.social-menu li a:hover{
    opacity: 0.8;
}

#sp-main-body {
    padding: 30px 0;
}
.breadcrumb {
    padding: 1.75rem 1rem;
    background-color: #fff;
    border-radius: 0.25rem;
}
#wjcallback-modal .wjcallbackform {
    margin-top: 70px;
}
.order-popup-form label.form-label{
    display: none;
}
.order-popup-form .modal-footer {
    padding: 0px 15px 15px 15px;
}
#sp-header-topbar .js-finder-search-query{
    border-radius: 0;
    border: 0;
    border-left: 1px solid #ddd;
    background-image: url(/images/search.svg);
    background-repeat: no-repeat;
    background-position-x: 10px;
    background-position-y: 10px;
    padding-left: 40px;
}
.header-modules .sp-module {
    margin-left: 0px;
}
.mod-finder.js-finder-searchform.form-search{
    margin-left: 20px;
}



ul.social-icons>li:not(:last-child) {
    margin-right: 5px;
}

@media (max-width: 400px) {
    ul.social-icons li img{
        width: 36px;
        height: 36px;
    }
    .sp-contact-info li {
        display: inline-block;
        margin: 0px 10px 0px 0px;
        font-size: 100%;
        white-space: nowrap;
    }
    
}
@media (max-width: 991px) {
    #sp-logo .logo {
        float: none;
        margin: 4px 0px;
        text-align: center;
    }
}
table .table p{
    margin-bottom: 0;
}
@media only screen and (max-width: 1199px) {
    #sp-contacts .secon-text {
      display: block;
    }
    #sp-contacts .secon-col, #sp-contacts .third-col {
        text-align: center;
        margin-top: 20px;
    }
    @media only screen and (max-width: 1199px) {
        #sp-contacts .first-col {
            text-align: center;
        }
    }
}
@media only screen and (max-width: 767px) {
    #sp-contacts .secon-col, #sp-contacts .third-col, #sp-contacts .first-col {
        text-align: left;
        margin-left: 15px;
    }
}
.breadcrumb .fa-map-marker-alt{
    display: none;
}
.not-active .btn-check:checked+.btn{
    background-color: #fff;
    color: #00b50d;
}

ul.green-sq {
    list-style: none;
    position: relative;
}

ul.green-sq li::before {
    content: "\f0c8";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #00b50d;
    position: absolute;
    left: 10px;
}
.image_middle img.image{
    max-height: 348px;
    margin:auto;
}