html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block
}

body {
    line-height: 1;
    font-family: 'Heebo',Arial;
    min-height: 100vh;
    padding-top: 110px
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

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

.container {
    max-width: 1230px
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.menu-menu-container {
    flex: 0 0 calc(100% - 120px)
}

a.logo {
    flex: 1;
    margin: auto 0
}

ul#menu-menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between
}

ul#menu-menu>li>a {
    font-size: 20px;
    font-weight: 500;
    color: #3a3a3a;
    text-decoration: none;
    position: relative
}

ul#menu-menu>li>a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    height: 2px;
    background: #8ac244;
    max-width: 0;
    width: 100%;
    transition: 0.6s all cubic-bezier(.26,.71,.43,.86);
    transition-delay: 0.1s
}

ul#menu-menu>li>a:hover:after {
    max-width: 100%
}

header#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
    transition: 0.4s all ease;
    z-index: 100
}

.header-inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row
}

nav#menu {
    display: flex;
    margin: auto;
    justify-content: space-between;
    flex-wrap: wrap;
    flex: 0 0 760px
}

.menu-menu-container {
    flex: 0 0 calc(100% - 30px)
}

a.logo {
    flex: 1;
    margin: auto 0;
    overflow: hidden;
    width: 374px;
    height: 99px;
    transition: 0.4s all ease;
    display: flex
}

ul#menu-menu {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-between
}

ul#menu-menu>li>a {
    font-size: 16px;
    font-weight: 500;
    color: #3a3a3a;
    text-decoration: none;
    position: relative;
    line-height: 20px;
    flex-grow: 1
}

ul#menu-menu>li>a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    height: 2px;
    background: #8ac244;
    max-width: 0;
    width: 100%;
    transition: 0.6s all cubic-bezier(.26,.71,.43,.86);
    transition-delay: 0.1s
}

ul#menu-menu>li>a:hover:after {
    max-width: 100%
}

div#breadcrumbs {
    padding: 10px 0;
    color: #fff;
    font-size: 20px
}

div#breadcrumbs a {
    color: inherit;
    text-decoration: none;
    font-weight: 400
}

div#post-content {
    padding: 30px 0 0
}

.single_image_project img {
    height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    box-shadow: 0 0 30px -13px rgba(0,0,0,.1)
}

div#post-content .single_text_project h2:not(:empty) {
    text-align: right;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    padding: 5px 14px;
    background: #5c6e7a;
    color: #fff;
    right: -20px;
    position: relative;
    margin-bottom: 20px;
    width: auto;
    display: table;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.1);
    filter: drop-shadow(0 5px 3px rgba(0,0,0,.1))
}

div#post-content h1 {
    font-size: 36px;
    font-weight: 600;
    color: #5c6e7a;
    margin-bottom: 20px
}

div#post-content p,div#post-content li {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
    color: #636363
}

div#post-content ul,div#post-content ol {
    padding: 0 20px 20px
}

div#post-content.stores-page {
    padding: 30px 0 30px
}

div#post-content h2 {
    font-size: 22px;
    margin-bottom: 10px;
    color: #5c6e7a;
    line-height: 1.5
}

strong {
    font-weight: 600
}

div#header-main.low-header .header-image-single {
    height: 200px
}

div#header-main.low-header div#breadcrumbs {
    display: none
}

div#header-main.low-header .scrolldown {
    display: none
}

p+h2 {
    margin-top: 30px
}

div#post-content p a,div#post-content li a {
    color: #5C6E7A;
    text-decoration: underline;
    font-weight: 600
}

div#post-content .post-sidebar>.h3 {
    font-weight: 600;
    background: #5C6E7A;
    padding: 10px 0;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 2px solid;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    display: table;
    width: 100%;
    margin-top: 20px
}

.header-season,.header-phone {
    margin: auto 10px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 40px;
    color: #5f717d;
    position: relative;
    cursor: pointer;
    box-shadow: 0 0 2px 0 rgba(92,110,122,.8);
    transition: 0.3s all ease
}

.header-season i,.header-phone i {
    color: #73828d;
    width: 40px;
    height: 40px;
    line-height: 40px
}

.header-phone:after {
    content: attr(data-phone);
    position: absolute;
    left: -50%;
    right: -50%;
    width: 200%;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
    top: 80%
}

div#home-header img {
    height: 35vw;
    width: 100%;
    object-fit: cover;
    object-position: center
}

div#home-header {
    position: relative
}

.post-sidebar iframe {
    margin-bottom: 30px;
    max-width: 100%
}

a.srp-title {
    color: #5C6E7A;
    display: block;
    padding: 0 0;
    line-height: 1.2;
    font-size: 15px;
    flex: 0 0 calc(100% - 90px);
    margin: auto
}

ol.social.share {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px!important;
    position: relative;
    margin: 0;
    width: 100%;
    height: 0;
    margin-top: 30px
}

div#post-content ol.social.share li {
    color: #fff;
    padding: 0;
    flex: 1;
    text-align: center;
    margin: 0;
    transition: 0.4s all ease
}

#post-content ol.social.share li a {
    color: #fff;
    height: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    transition: 0.4s all ease
}

ol.social.share li:nth-child(2) {
    background: #834785
}

ol.social.share li:nth-child(3) {
    background: #323671
}

ol.social.share li:nth-child(4) {
    background: #444a84
}

ol.social.share li:nth-child(5) {
    background: #49739a
}

ol.social.share li:nth-child(6) {
    background: #4ca849
}

ol.social.share li:nth-child(1) {
    background: #333
}

.sidebar-related-posts {
    margin-bottom: 30px
}

div#cf7side input:not([type="submit"]),div#cf7side textarea {
    width: 100%;
    text-align: right;
    max-height: 140px;
    margin-bottom: 15px;
    line-height: 34px;
    padding: 0 10px;
    outline: none;
    border: 1px solid #AAA;
    font-size: 14px
}

div#cf7side {
    padding: 15px;
    background: #F2F2F2
}

input#sendcf7side {
    width: 100%;
    text-align: center;
    border: 0;
    margin: auto;
    background: #8ac243;
    color: #fff;
    font-weight: 700;
    outline: none;
    padding: 10px 0;
    box-shadow: 0 5px 0 0 rgba(0,0,0,.1);
    cursor: pointer
}

span.ajax-loader {
    position: absolute
}

img.alignleft {
    float: left;
    margin: 10px;
    margin-left: 0
}

img.alignright {
    float: right;
    margin: 10px;
    margin-right: 0
}

b {
    font-weight: 600
}

a.blog-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    text-decoration: none;
    box-shadow: 0 0 6px 0 rgba(0,0,0,.1);
    transition: 0.4s all ease;
    position: relative;
    overflow: hidden
}

.blog-img img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    object-position: center
}

.blog-item-content {
    padding: 15px 10px;
    display: flex;
    min-height: 70px;
    transition: 0.4s all ease;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #73828d;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    min-height: 70px
}

.product-short-desc-2 {
    color: #fff;
    margin-top: 0;
    margin-bottom: auto;
    font-size: 13px
}

.blog-item-content h2,.blog-item-content h3,.blog-item-content .h22 {
    color: #fff;
    text-align: center;
    margin: 0 0 0;
    line-height: 1.3;
    font-weight: 600;
    width: 100%;
    font-size: 17px
}

a.blog-item:hover .blog-item-content {
    background: rgb(115 130 141 / 84%)
}

a.blog-item.product-item {
    padding-bottom: 120px;
    box-shadow: none;
    border: 1px solid #d8d8d8
}

a.blog-item.product-item .blog-img img {
    object-fit: contain
}

.product-short-desc {
    color: #8ac243;
    margin: 10px auto
}

.product-item>.blog-img {
    height: 270px;
    position: relative
}

a.blog-item.product-item:hover .blog-item-content>h3 {
    margin-top: auto
}

.product-short-desc-2:before {
    content: '';
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    height: 0;
    border-bottom: 1px solid #fff
}

.product-short-desc-2.empty:before {
    display: none
}

h1.product_title.entry-title {
    font-size: 32px;
    font-weight: 600
}

ol.social.new-prod {
    width: 100%;
    display: flex;
    list-style: none;
    flex: 0 0 100%;
    text-align: center;
    justify-content: center;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px auto auto;
    width: 100%
}

ol.social.new-prod li {
    width: auto;
    margin: 5px 0 18px
}

ol.social.new-prod li a {
    display: inline-block;
    background: transparent;
    float: right
}

ol.social.new-prod li a:before {
    content: "";
    display: inline-block;
    height: 60px;
    width: 60px;
    background: transparent url(/wp-content/themes/ntsi/images/socialmedia-icons.png) no-repeat;
    background-size: cover
}

ol.social li a.twitter:before {
    background-position: 0 -58px
}

ol.social li a.pinterest:before {
    background-position: 0 -80px
}

ol.social li a.facebook:before {
    background-position: 0 -173px
}

ol.social li a.linkedin:before {
    background-position: 0 -231px
}

ol.social li a.mail:before {
    background-position: 0 -288px
}

ol.social li a.print:before {
    background-position: 0 -347px
}

.calcs.active {
    opacity: 1;
    z-index: 100
}

main#main>div.product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    padding: 30px 0 0
}

.prod-more-icon {
    display: block;
    margin: 0 auto;
    width: max-content
}

.prod-more-icon>img {
    margin-left: .75em
}

span.accordion-txt .prod-more-icon img {
    width: 44px;
    margin-left: 15px
}

span.accordion-txt ul li,span.accordion-txt ul li a {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    list-style: disc;
    list-style-position: inside
}

.woocommerce #content div.product div.images {
    width: auto;
    flex: 0 0 400px;
    max-width: 400px;
    margin-top: 67px
}

.woocommerce #content div.product div.summary {
    flex: 0 0 740px;
    padding-left: 30px;
    margin-bottom: 0;
    order: -1;
    margin-top: 50px
}

#shop-slider ul img {
    max-width: 100%
}

.woocommerce #content div.product p {
    color: #333;
    margin-bottom: 20px;
    line-height: 1.5
}

.find-store {
    text-align: center
}

.find_store_desktop {
    background: #87C62C;
    display: inline-block;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    transition: 0.4s all ease;
    height: 62px;
    border-radius: 40px;
    font-size: 30px;
    padding: 0 20px;
    line-height: 62px
}

a.find_store_desktop:hover {
    background: #fff;
    color: #87C62C;
    box-shadow: inset 0 0 0 2px #87C62C
}

.woocommerce #content div.product span.accordion-2cols p {
    column-count: 2;
    margin-bottom: 0;
    line-height: 1.5
}

.find-store {
    display: inline-block;
    margin: 0;
    float: right;
    margin-left: 13px
}

.new-prod-2nd span.accordion-txt .accordion-2cols {
    margin-bottom: .25em
}

.new-prod-2nd span.accordion-txt,.new-prod-2nd span.accordion-txt p {
    font-size: 16px;
    line-height: 24px
}

span.accordion-txt ul li a:hover,.woocommerce .related ul.products li.product a:hover {
    color: #83b745;
    text-decoration: underline
}

.prod-properties {
    clear: both
}

.accordion-ttl {
    width: 100%;
    display: block;
    padding: 15px 8px;
    cursor: pointer;
    padding-right: 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px
}

.accordion-txt,#more-comments-container iframe {
    display: none
}

.accordion-show .accordion-txt,#more-comments-container.accordion-show iframe {
    display: block
}

.accordion-ttl:after {
    content: "+";
    float: left;
    margin-left: 10px;
    font-size: 22px;
    margin-top: -1px;
    display: none
}

.accordion-show .accordion-ttl:after {
    content: "-"
}

.prod-more-info .accordion-txt,.prod-more-1 .accordion-txt,.prod-properties .accordion-txt {
    padding-bottom: 30px;
    padding-top: 18px;
    padding-right: 10px
}

.accordion-2cols {
    display: block
}

.prod-more-icon>img {
    margin-left: .75em;
    margin-bottom: 10px;
    width: 62px;
    float: right
}

span.accordion-txt .prod-more-icon img {
    width: 44px;
    margin-left: 15px
}

span.accordion-txt ul li,span.accordion-txt ul li a {
    text-align: right;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    list-style: disc;
    list-style-position: inside
}

.new-prod-2nd span.accordion-txt .accordion-2cols {
    margin-bottom: .25em
}

.new-prod-2nd span.accordion-txt,.new-prod-2nd span.accordion-txt p {
    font-size: 16px;
    line-height: 24px
}

span.accordion-txt ul li a:hover,.woocommerce .related ul.products li.product a:hover {
    color: #83b745;
    text-decoration: underline
}

.prod-more-info span.accordion-txt ul {
    margin-bottom: 20px
}

div#prod_buttons {
    width: 100%;
    margin: 0 0 100px;
    border-top: 1px solid #000;
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center
}

div#prod_buttons.align-center {
    text-align: center
}

.prod_button {
    min-width: 100px;
    padding: 15px 0;
    width: 32%;
    display: inline-block;
    border: 1px solid #83b745;
    color: #83b745;
    text-align: center;
    margin-left: calc(2% - 4px);
    line-height: 1;
    margin-top: 10px;
    text-decoration: none!important;
    transition: 0.4s all ease
}

.prod_button:last-child,.prod_button:nth-child(3n) {
    margin-left: 0
}

a.prod_button:hover {
    background: #83b745;
    color: #fff
}

.new-prod-2nd {
    clear: both;
    width: 1200px;
    margin: 30px auto 50px
}

body.single-product section.posts {
    margin-top: 50px
}

span.accordion-txt p a {
    color: #5c6e7a
}

.flex-direction-nav a:before {
    font-family: 'FontAwesome';
    content: "\f053"!important
}

.flex-direction-nav a.flex-next:before {
    font-family: 'FontAwesome';
    content: "\f054"!important
}

div#owl-products li.new-related {
    width: 100%;
    margin: auto;
    float: none;
    border: 1px solid #DDE;
    background: #dee2e4
}

div#owl-products li.new-related img {
    width: 100%;
    height: 310px;
    object-fit: contain;
    object-position: center;
    padding: 0;
    margin: 0 auto 2px;
    background: #fff
}

div#owl-products li.new-related h2.woocommerce-loop-product__title {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    color: #333;
    font-weight: 600;
    margin: 10px auto 0;
    padding: 10px 0 10px;
    background: #dee2e4
}

div#owl-posts button.owl-prev,div#owl-posts button.owl-next {
    border: 1px solid #9d9d9d;
    color: #9d9d9d
}

div#owl-posts button.owl-prev:hover,div#owl-posts button.owl-next:hover {
    color: #fff
}

h2 {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px
}

.product-slider-exc {
    text-align: center;
    font-size: 16px;
    color: #555;
    line-height: 1.3;
    padding: 0 50px 7px;
    min-height: 72px
}

div#owl-products li.new-related a {
    text-decoration: none!important
}

#owl-products button.owl-prev,#owl-posts button.owl-prev {
    position: absolute;
    right: -50px;
    top: 140px;
    display: table;
    height: 40px;
    width: 40px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    font-size: 20px;
    color: #83b745
}

#owl-products button.owl-next,#owl-posts button.owl-next {
    position: absolute;
    left: -50px;
    top: 140px;
    display: table;
    height: 40px;
    width: 40px;
    margin: auto;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    font-size: 20px;
    color: #83b745
}

#owl-products button:hover,#owl-posts button:hover {
    color: #fff
}

section {
    max-width: 1200px;
    margin: auto
}

section.posts {
    max-width: 100%;
    background: #DEE2E4;
    padding: 60px 0
}

.pi-img {
    height: 0;
    width: calc(!00% - 30px);
    padding-top: 86%;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-bottom: 1px solid #ddd
}

.post-item {
    text-align: center;
    transition: 0.4s all ease;
    width: calc(100% - 30px);
    margin: auto
}

h3.pi-h2 {
    background: #fff;
    min-height: 90px;
    padding: 20px;
    text-align: center;
    color: #333;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none
}

.post-item a {
    text-decoration: none
}

.post-item:hover {
    opacity: .6
}

.prod-slider {
    margin: auto auto 50px;
    display: flex;
    width: 100%;
    padding: 0 5%;
    flex-wrap: wrap;
    justify-content: space-between
}

.yith_magnifier_zoom_magnifier {
    background: #fff
}

div.pp_woocommerce a.yith_expand {
    font-size: 0px!important
}

a.yith_expand:before {
    font-family: fontAwesome!important;
    content: "\f065"!important;
    font-size: 20px!important;
    line-height: 1.2!important
}

.post-content h2 {
    text-align: inherit
}

.big-post-image {
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex
}

.big-post-image h1 {
    margin: auto;
    font-size: 40px;
    color: #fff;
    position: relative;
    transition: 0.4s all ease;
    padding-bottom: 50px;
    z-index: 2;
    padding-bottom: 180px
}

.big-post-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
    transition: 0.2s all ease
}

.big-post-image+#post-content {
    margin: -160px auto 0;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 35px 20px;
    max-width: 1200px
}

.post-sidebar {
    position: sticky;
    top: 120px
}

.srp-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    margin-bottom: 3px
}

.srp-item-img {
    flex: 0 0 70px
}

.file-item {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ddd
}

.file-item a {
    color: #5c6e7a;
    font-size: 15px;
    margin: auto 0
}

.file-item>i {
    margin: auto 10px;
    font-size: 30px;
    flex: 0 0 50px;
    text-align: center;
    color: #8ac243
}

.post-content table {
    font-size: 16px;
    line-height: 1.5;
    color: #636363;
    margin: 20px auto
}

.post-content table tr td {
    border-bottom: 1px solid #ddd
}

.post-content {
    padding-left: 50px;
    font-size: 16px;
    line-height: 1.5;
    color: #636363
}

img.alignnone {
    margin-bottom: 20px
}

div#post-content h3 {
    font-size: 18px;
    color: #5c6e7a;
    margin-bottom: 7px
}

ol.social.share li:hover {
    transform: translateY(3px);
    box-shadow: 3px 0 3px 0 rgba(0,0,0,.2)
}

.single_line_logo {
    width: 270px;
    float: right;
    margin-left: 5px;
    font-size: 15px
}

.container_green_logos {
    max-width: 910px;
    float: right;
    width: 100%;
    margin-bottom: -10px
}

.column_icon_1 {
    width: 40px;
    float: right
}

.column_icon_2 {
    width: 175px;
    float: right;
    text-align: right
}

.column_icon_2 a {
    color: #333
}

.container_green_logos ul {
    height: auto;
    float: right;
    width: 100%;
    list-style: none
}

.container_green_logos li {
    float: right;
    height: auto;
    line-height: 36px;
    margin-bottom: 25px;
    margin: 20px auto 0
}

.single_line_logo img {
    float: right;
    margin-left: 10px
}

.row_line_logo {
    width: 100%;
    margin-bottom: 20px;
    float: right
}

.container_line_logo {
    height: auto;
    float: right;
    padding-bottom: 50px
}

h3.category_page_second_heading {
    font-family: inherit!important
}

.sidebar-videos>a {
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 56.5%;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 15px
}

.sidebar-videos>a img.video-holder-play {
    position: absolute;
    width: 30%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: 2;
    transition: 0.4s all ease;
    opacity: .9
}

.sidebar-videos>a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 31%);
    z-index: 1;
    transition: 0.4s all ease
}

.sidebar-videos>a:hover img {
    opacity: .5
}

.sidebar-videos>a:hover:after {
    opacity: .6
}

div#post-content .post-sidebar .srp-item h3 {
    font-size: 16px
}

.post-content img {
    max-width: 100%!important
}

div#post-content .col-post-content *+h2 {
    margin-top: 10px;
    margin-bottom: 0
}

.post-content div {
    max-width: 100%
}

.pre_lower_text {
    font-size: 13px;
    line-height: 1.5;
    color: #777
}

.faq-q {
    background: #5C6E7B;
    color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-weight: 600;
    transition: 0.4s all ease;
    cursor: pointer;
    transition: 0.4s all ease;
    position: relative
}

.faq-a {
    border: 1px solid #ddd
}

.faq-item {
    margin-bottom: 10px
}

.faq-item.open .faq-q {
    background: #8ac243
}

.faq-a-inner {
    padding: 20px 30px 10px
}

span.faq-toggler {
    transition: 0.4s all ease
}

.faq-item.open span.faq-toggler {
    transform: rotate(45deg)
}

.wp-video {
    width: 100%!important;
    margin: auto;
    display: table
}

div#prod_buttons,.my-accordion {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto
}

div#shop-slider {
    margin-top: 10px
}

div#shop-slider .owl-nav button.owl-next {
    position: absolute;
    right: 100%;
    padding: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    display: table;
    font-size: 50px;
    line-height: 50px;
    height: 50px;
    width: 30px;
    color: #bbb;
    border-radius: 0
}

div#shop-slider .owl-nav button.owl-next:hover {
    background: transparent;
    color: #000
}

.woocommerce div.product h1.product_title.entry-title {
    background: #5c6e7a;
    text-align: right;
    line-height: 1.3;
    padding: 5px 15px;
    display: block;
    color: #fff;
    position: absolute;
    top: 40px;
    width: 100%;
    text-align: center
}

div#shop-slider .owl-nav button.owl-prev {
    position: absolute;
    left: 100%;
    padding: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    outline: none;
    display: table;
    line-height: 1;
    font-size: 50px;
    height: 50px;
    width: 30px;
    border-radius: 0;
    color: #bbb
}

div#shop-slider .owl-nav button.owl-prev:hover {
    background: transparent;
    color: #000
}

a.product-image-zoom-lightbox {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 30;
    height: 40px;
    width: 40px;
    padding: 10px;
    color: #9c9c9c;
    background: #fff;
    font-size: 20px;
    border-radius: 30px;
    text-align: center;
    line-height: 40px;
    padding: 0;
    transition: 0.4s all ease
}

span.lb-number {
    display: none!important
}

.cat-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: auto -10px 30px;
    line-height: 1.3
}

.cat-filter-item {
    padding: 10px 31px;
    background: #eee;
    cursor: pointer;
    font-size: 14px;
    text-align: center;
    flex-grow: 1;
    transition: 0.4s all ease;
    margin: 0 10px;
    display: flex
}

.cat-filter-item[data-id="0"] {
    order: -1
}

.cat-filter-item span {
    margin: auto
}

.cat-filter-item.active {
    background: #73828d;
    color: #fff
}

.cat-filter-item:not(.active):hover {
    background: none;
    color: #000;
    box-shadow: inset 0 0 0 1px #73828d
}

.col-lg-12.col-post-content>.post-content {
    padding-left: 0
}

a.product-image-zoom-lightbox:hover {
    opacity: .6
}

#shop-slider .woocommerce-product-gallery__image {
    border: 2px solid #ddd
}

footer#footer {
    padding: 50px 0 20px;
    background: #5c6e7a
}

footer#footer p {
    color: #fff;
    line-height: 1.7;
    font-size: 14px
}

ul#menu-menu ul.sub-menu {
    position: absolute;
    top: 80px;
    background: #5c6e7a;
    padding: 10px;
    min-width: 200px;
    list-style: none;
    display: none
}

ul#menu-menu ul.sub-menu li a {
    display: block;
    line-height: 1.5;
    color: #fff;
    padding: 5px;
    text-decoration: none;
    font-weight: 700;
    text-align: right
}

ul#menu-menu li:hover>ul.sub-menu {
    display: block
}

ul#menu-menu ul.sub-menu li:hover a {
    color: #8bc243
}

footer ul.menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.7
}

footer ul.menu li {
    flex: 0 0 49%
}

ul#menu-menu ul.sub-menu:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 0;
    border: 8px solid transparent;
    border-bottom: 7px solid #5c6e7a;
    width: 0
}

.product-bigblock {
    position: relative;
    padding: 50px 0
}

section.related.products {
    padding: 60px 0 20px
}

.product-bigblock:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 55%);
    background: url(/wp-content/uploads/2020/10/NTSI-backround.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    filter: blur(0);
    z-index: -2
}

.product-bigblock .pbl-1 h3,.product-bigblock .pbl-1 h2,.product-bigblock .pbl-1 .h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 60px;
    text-shadow: 0 1px 0 #000
}

.product-bigblock>.container {
    position: relative;
    z-index: 3
}

.pbl-content p {
    color: #fff;
    font-size: 18px;
    line-height: 1.3
}

div#ps-slider {
    background: rgb(95 95 95 / 51%);
    padding-bottom: 50px;
    margin-top: 40px
}

.product-bigblock:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter: blur(0);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    opacity: .8;
    content: '';
    z-index: 0
}

.pbl-icon {
    display: inline-block;
    margin: 10px 5px;
    text-align: center;
    color: #fff;
    cursor: pointer
}

.pbl-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: right;
    padding: 0 15px
}

a.pbl-image {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 116px;
    text-align: center;
    border-radius: 150px;
    border: 2px solid #fff;
    height: 116px;
    line-height: 1;
    background: #5c6e7a;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 65%);
    transition: 0.5s all ease;
    text-decoration: none;
    margin: auto
}

a.pbl-image img {
    height: 38px;
    margin: 23px auto 6px;
    transition: 0.4s all ease
}

a.pbl-image span {
    margin: 0 auto auto;
    padding: 0 6.3%;
    color: #fff;
    font-weight: 500;
    font-size: 14px
}

.pbl-content {
    padding-left: 10%
}

a.pbl-image:hover {
    transform: translateY(-10px)
}

a.pbl-image:hover {
    text-shadow: 0 2px 4px rgba(0,0,0,.6);
    background: #1d1d1d
}

a.pbl-image:hover img {
    filter: drop-shadow(0 4px 16px rgba(0,0,0,.5))
}

.accordion {
    margin-bottom: 5px;
    padding: 10px 10px;
    border-top: #5c6e7b 1px solid;
    background: #5c6e7b;
    font-family: heebo-regular,Helvetica,sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    position: relative;
    direction: rtl;
    cursor: pointer;
    font-style: normal;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important
}

.accordion-arrow {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px;
    transition: 0.4s all ease
}

.accordion.open .accordion-arrow {
    transform: rotate(45deg)
}

.accordion-open {
    background: #5c6e7b;
    color: #fff
}

.accordion-open span {
    display: block;
    float: left;
    padding: 15px 25px
}

.accordion-open span {
    background: url(/wp-content/themes/ntsi/images/minus.png) center center no-repeat;
    width: 12px
}

.accordion-close span {
    display: block;
    float: left;
    background: url(/wp-content/themes/ntsi/images/plus.png) center center no-repeat;
    padding: 15px 25px;
    width: 12px
}

a.si-waze span {
    margin: auto 0;
    font-size: 13px;
    line-height: 1.3
}

div.content {
    background: #fff;
    font-size: 15px;
    border: 1px solid #5c6e7b;
    font-family: heebo-regular,Helvetica,sans-serif;
    direction: rtl;
    font-style: normal;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    padding: 0 10px
}

.accordion div.content ul,div.content p {
    padding: 0;
    margin: 0;
    color: #000;
    padding: 3px
}

div.content p a {
    color: #6e6e6e!important
}

.accordion+.container {
    width: 100%;
    padding: 0;
    margin-bottom: 5px
}

.accordion div.content ul li {
    list-style-position: inside;
    line-height: 25px
}

.accordion div.content ul li a {
    color: #555
}

a.si-link {
    flex: 0 0 230px;
    text-align: right
}

.store-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    line-height: 1
}

div#map-desktop {
    position: sticky!important;
    top: 130px
}

div#post-content .store-item h2 {
    font-size: 16px;
    text-align: right
}

.si-phone {
    flex: 0 0 110px;
    line-height: 1;
    font-size: 13px;
    margin: auto 0
}

a.si-waze {
    flex: 0 0 180px;
    font-size: 14px;
    color: inherit;
    margin: auto 0;
    display: flex;
    flex-direction: row
}

img.waze-icon {
    vertical-align: middle;
    margin: auto 0;
    margin-left: 10px
}

.si-phone a {
    color: inherit
}

.logo-img {
    width: 100%;
    height: 130px;
    display: flex
}

#owl-logos .logo-img img {
    width: auto;
    margin: auto;
    display: table;
    max-width: 90%;
    transition: 0.4s all ease;
    filter: grayscale(1)
}

.logo-item {
    display: flex
}

#owl-logos .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: calc(100% + 60px);
    height: 30px;
    left: -30px
}

#owl-logos .logo-img:hover img {
    filter: none
}

#owl-logos .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #5c6e7a;
    margin: auto 0;
    border-radius: 30px;
    color: #fff;
    outline: none!important
}

div#footer-nl-form input:not(.wpcf7-submit) {
    width: 100%;
    text-align: right;
    background: rgb(241 241 241);
    padding: 0 10px;
    line-height: 32px;
    margin: 0 0 15px;
    border: 0;
    font-size: 14px;
    outline: none;
    color: #000
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px
}

div#footer-nl-form input#submit-nl {
    width: 100%;
    line-height: 34px;
    background: #333;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: 0;
    box-shadow: 0 5px 0 0 rgba(0,0,0,.2);
    position: relative
}

div#footer-nl-form input#submit-nl:active {
    top: 2px
}

footer#footer .col {
    max-width: 22%
}

footer#footer .row {
    justify-content: space-between
}

footer#footer .col:nth-child(2) {
    max-width: 15%
}

span.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0;
    display: none
}

.nl-div {
    position: relative
}

.wpcf7-form-control.wpcf7-not-valid {
    box-shadow: inset 0 0 0 2px red
}

.menu-footer {
    list-style: none
}

.menu-footer li a {
    color: #fff;
    line-height: 1.7;
    font-size: 14px;
    width: 120%;
    white-space: nowrap
}

.menu-footer li a:hover {
    text-decoration: underline
}

footer#footer .col-lg-3:not(:last-child) {
    padding-left: 0
}

footer#footer p a {
    text-decoration: none;
    color: inherit
}

.socials-footer a {
    font-size: 20px;
    margin: 0 0 30px 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    background: #8ac243;
    display: table;
    border-radius: 20px;
    color: #fff
}

.socials-footer a:nth-child(1) {
    background: #40548f
}

.socials-footer a:nth-child(2) {
    background: #C00
}

.socials-footer {
    display: flex;
    flex-direction: row;
    margin-top: 10px;
    width: 120px;
    float: left
}

.socials-footer a:active {
    top: 2px
}

ul.menu {
    list-style: none
}

footer ul.menu li:nth-child(even) {
    padding-right: 0
}

div#owl-header-images {
    height: 34vw
}

div#owl-header-images .header-image-owl-item,.header-image-single {
    display: block;
    width: 100%;
    height: 34vw;
    background-size: cover;
    background-position: center
}

.wp-video-shortcode {
    width: 100%;
    height: 100%
}

.product-xtra-slider {
    margin-top: 50px
}

.pxs-image {
    height: 0;
    padding-top: 56%;
    position: relative
}

#pxs-slider .pxs-image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.pxs-title {
    background: rgb(91 112 125 / 78%);
    padding: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    min-height: 70px;
    display: flex
}

a.pxs-item {
    display: block;
    text-decoration: none;
    margin: auto;
    border: 1px solid rgb(146 146 146);
    width: calc(100% - 2px);
    margin: auto
}

a.pxs-item.pxs-video .pxs-image:after {
    content: "\f16a";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    display: block;
    bottom: 0;
    width: 90%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 100px;
    color: #fff;
    z-index: 3;
    transition: 0.3s all ease;
    filter: drop-shadow(0 0 16px rgba(0,0,0,.2))
}

a.pxs-item .pxs-image:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 36%);
    z-index: 2;
    transition: 0.4s all ease
}

a.pxs-item.pxs-video:hover .pxs-image:after {
    color: #8ac243
}

a.pxs-item:hover .pxs-image:before {
    opacity: .7;
    background: rgb(0 0 0 / 66%)
}

div#pxs-slider .owl-nav {
    position: absolute;
    left: -50px;
    top: 0;
    bottom: 0;
    width: calc(100% + 100px);
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 40px;
    font-family: monospace;
    z-index: -1
}

div#pxs-slider .owl-nav button {
    background: none!important;
    outline: none!important
}

.video-background {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 34vw;
    max-height: 70vh
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%,-50%)
}

div#header-main {
    position: relative;
    max-height: 80vh
}

div#header-main:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 52%);
    z-index: 2
}

@keyframes MoveUpDown {
    0%,100% {
        transform: none
    }

    50% {
        transform: translateY(15px)
    }
}

div#wpfront-scroll-top-container {
    width: 40px;
    height: 40px;
    padding: 10px;
    border-radius: 50px;
    background: #4c4c4c;
    filter: invert(1)
}

.scrolldown {
    transition: 0.4s all ease;
    animation: MoveUpDown 2s cubic-bezier(0,0,.31,.93) infinite;
    position: absolute;
    left: 0;
    bottom: 40px;
    z-index: 5;
    color: #fff;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 40px;
    cursor: pointer;
    width: 50px;
    text-shadow: 0 2px 0 #000;
    height: 50px;
    background: #5c6e7a;
    line-height: 56px;
    border-radius: 40px
}

div#header-title h1,div#header-title div.h11 {
    padding: 0 15px;
    font-size: 60px
}

div#header-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    top: 30%;
    left: 0;
    right: 0;
    line-height: 1;
    text-align: right;
    font-size: 40px;
    z-index: 5;
    margin: auto;
    font-weight: 700;
    color: #fff;
    text-shadow: -1px 1px 1px #000;
    max-width: 1230px;
    height: fit-content
}

body.home div#header-title {
    top: auto;
    bottom: 10%
}

body.home div#header-title .h1 {
    font-size: 60px;
    padding: 0 15px
}

@media (max-width: 992px) {
    div#header-title h1,div#header-title div.h11 {
        font-size:32px
    }

    body.home div#header-title {
        top: 0;
        bottom: 0;
        text-align: center
    }

    body.home div#header-title .h1 {
        font-size: 8vw;
        padding-right: 15px
    }
}

.single_project_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #eee;
    margin-bottom: 30px;
    box-shadow: 0 0 30px -5px rgba(0,0,0,.1)
}

.single_image_project {
    flex: 0 0 250px;
    height: 290px
}

.single_text_project {
    flex: 1;
    padding: 20px;
    margin: 0 0 auto
}

.project-info {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    line-height: 1.5;
    padding: 10px 0;
    font-weight: 500;
    font-size: 15px
}

.project-info+.project-info {
    border-top: 1px solid #ddd
}

.project-info .pi-col:last-child {
    font-weight: 400;
    flex: 0 0 64%;
    text-align: revert;
    margin: auto 0
}

.pi-col:first-child {
    flex: 0 0 30%
}

body.single-post header {
    position: absolute!important
}

.big-post-image.tiny {
    height: 100px;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 22;
    line-height: 50px;
    background-position: 20% 72%;
    background-attachment: unset
}

body.tiny {
    margin-top: 500px
}

.big-post-image.tiny:before {
    position: absolute;
    left: 0;
    top: 50px;
    right: 0;
    margin: auto;
    width: 1230px;
    background: #fff;
    height: 50px;
    display: block;
    z-index: 2
}

.big-post-image.tiny h1 {
    font-size: 30px;
    margin: auto;
    padding: 0
}

.big-post-image.tiny+#post-content {
    margin-top: 0;
    top: -160px;
    margin-bottom: -120px
}

span.breadcrumb_last {
    font-weight: 400
}

.contact-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.contact-item {
    flex: 0 0 20%;
    text-align: center;
    padding: 0 0 30px;
    text-decoration: none!important
}

.contact-item img {
    width: 42px
}

.contact-label {
    font-size: 14px;
    line-height: 2;
    color: #333;
    text-decoration: none
}

.contact-link {
    font-size: 16px;
    font-weight: 700;
    color: #636363
}

.agents {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px
}

.agent {
    flex: 0 0 100%;
    display: flex;
    border-bottom: 1px groove hsl(0deg 0% 100% / 26%);
    padding: 5px 0;
    color: #676767
}

.agent-image {
    border: 1px solid #5c6e7a;
    flex: 0 0 40px;
    opacity: .6
}

.agent-image img {
    padding: 0;
    display: table
}

.agent-name {
    margin: auto 10px;
    font-weight: 700;
    color: #5a6c78
}

.agent-role {
    font-weight: 400;
    font-size: 14px;
    color: #868686
}

.agent-phone {
    margin: auto 10px;
    font-size: 14px
}

.agent-phone:before {
    content: "\f095";
    font-family: 'FontAwesome';
    margin-right: 5px
}

.agent-phone a,.agent-email a {
    color: inherit
}

.agent-email::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    margin-right: 5px
}

.agent-email {
    margin: auto;
    margin-right: auto;
    margin-left: 20px;
    font-size: 14px
}

div#about-1 {
    background-size: cover;
    background-position: center;
    display: flex
}

div#about-1 .container {
    margin: 50px auto 0
}

.about-col-post-content p {
    color: #4c4c4c;
    margin-bottom: 10px;
    font-size: 18px
}

body.page-id-3766 div#breadcrumbs {
    text-align: left
}

body.page-id-3766 div#header-title h1 {
    text-align: left
}

div#about-2-2 {
    background: #000;
    color: #fff;
    padding: 20px 0 30px
}

img.about-2-img {
    display: table;
    margin-bottom: -6px
}

.about-2-item {
    padding: 30px 2.5%;
    text-align: center
}

img.about-sideimg {
    position: relative;
    margin-top: -110px;
    z-index: 2
}

.about-2-subtitle {
    color: #ffc000;
    margin: 5px 0;
    line-height: 1.4;
    font-size: 21px
}

.about-2-title {
    font-size: 30px;
    font-weight: 700
}

.about-2-content p {
    line-height: 1.7;
    text-align: justify!important;
    text-align-last: center
}

div#about-3 {
    padding: 100px 0
}

.about-3-title {
    font-size: 29px;
    font-weight: 600;
    color: #88bd41;
    margin-bottom: 15px
}

.about-3-subtitle {
    font-size: 30px;
    border-bottom: 2px solid #8ac042;
    display: table;
    line-height: 1;
    margin: -5px 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #424242
}

.about-3-content p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px
}

.about-management-cont {
    position: relative
}

.about-management-item.open .about-management-cont {
    transform: none
}

.about-management-item {
    background-size: cover;
    background-position: bottom center;
    width: 280px;
    height: 329px;
    position: relative;
    overflow: hidden;
    transition: 0.4s all ease;
    cursor: pointer;
    box-shadow: 0 0 30px -10px rgb(0 0 0 / 18%);
    margin: auto auto 50px
}

.about-management-cont {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    transition: 0.4s all ease;
    width: 100%;
    background: rgb(92 110 122 / 82%);
    color: #fff;
    padding: 15px;
    transform: translateY(calc(100% - 68px))
}

.about-management-name {
    font-size: 18px;
    font-weight: 700
}

.about-management-role {
    margin: 5px 0
}

.about-management-content {
    transition: 0.4s all ease;
    opacity: 0
}

div#about-management {
    padding: 70px 0 30px;
    background: #eee
}

div#about-management-title h2,div#about-management-title div.h22,div#about-management-title div.h2 {
    margin: auto;
    text-align: right;
    line-height: 3;
    color: #fff;
    font-size: 22px;
    font-weight: 700
}

div#about-management-title {
    border-bottom: 1px solid #ddd;
    background: #5b717c
}

body.ltr div#section-knowledge .row>div+div {
    border-right: 0;
    border-left: 1px ridge #dadada
}

.about-management-item.open .about-management-content {
    opacity: 1
}

.about-management-content {
    line-height: 1.5;
    border-top: 1px solid #98a0a5;
    margin-top: 15px;
    padding-top: 15px
}

.pxs-title span {
    margin: auto;
    text-align: center
}

ul#menu-menu>li {
    flex-grow: 1;
    text-align: center
}

ul#menu-menu>li+li {
    border-right: 1px solid #ddd
}

ul#menu-menu ul.sub-menu:after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 70px;
    height: 40px;
    background: rgb(255 0 0 / 0%);
    z-index: 0
}

.button.btn.xoo-wsc-ft-btn-continue {
    background: #5C6E7A!important;
    color: white!important;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: 0 4px 0 rgba(0,0,0,.2);
    font-weight: 700
}

.xoo-wsc-body a.button.btn {
    background: #5C6E7A;
    color: #fff
}

.product-item-price {
    position: absolute;
    left: 10px;
    right: auto;
    top: 226px;
    z-index: 3;
    line-height: 1;
    padding: 10px 13px;
    background: rgb(136 191 67 / 90%);
    color: #fff;
    transition: 0.4s all ease;
    text-shadow: 0 0 1px #000;
    display: table;
    border-radius: 3px;
    font-weight: 700;
    padding: inherit;
    font-size: 14px;
    display: none
}

.product-item-price span.woocommerce-Price-amount.amount {
    color: #fff
}

.col-product-item:hover .product-item-price {
    left: 10px;
    top: 10px;
    margin: auto;
    bottom: auto
}

.xoo-wsc-basket {
    box-shadow: none;
    border: 1px solid #ddd;
    background: #94c555
}

span.xoo-wsc-bki.xoo-wsc-icon-basket1 {
    color: #fff;
    text-shadow: 0 1px 0 #000
}

.button.btn.xoo-wsc-ft-btn-continue:hover {
    opacity: .8
}

body.ltr #container {
    direction: ltr;
    text-align: left
}

body.ltr #container h2.text-right {
    text-align: left!important
}

body.ltr #container .post-content {
    padding-left: 0;
    padding-right: 50px
}

body.ltr #container h2 {
    text-align: left
}

div#post-content.new {
    margin-bottom: 20px;
    margin-top: 10px
}

.col-lg-9.about-col-post-content h2 {
    background: #94c555;
    display: table;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 1px 0 #000
}

a.about-but {
    background: #5b6d79;
    display: table;
    line-height: 40px;
    color: #fff;
    padding: 0 30px;
    text-align: center;
    margin: 30px 0 0;
    direction: ltr;
    box-shadow: 0 3px 0 0 rgba(0,0,0,.2);
    text-decoration: none;
    position: relative
}

a.about-but:hover {
    opacity: .8
}

a.about-but:active {
    top: 2px
}

.popups-all {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgb(55 75 88 / 80%);
    z-index: 22222;
    opacity: 0;
    z-index: -1
}

.popup-one {
    display: none;
    width: 500px;
    height: 400px;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 20px 10px rgba(0,0,0,.2);
    border-radius: 3px;
    max-width: calc(100% - 30px)
}

.popup-one.active {
    display: block
}

.popup-content {
    padding: 20px 40px;
    max-height: 356px;
    height: 100%;
    overflow: auto
}

.popup-inner {
    position: relative;
    height: 100%;
    border-radius: 3px
}

.popup-close {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 15px;
    line-height: 1;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    z-index: 4;
    opacity: .6
}

.popup-title {
    line-height: 44px;
    font-size: 20px;
    background: #5C6E7A;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    color: #fff;
    box-shadow: 0 2px 1px 0 rgba(0,0,0,.2);
    font-weight: 400;
    position: relative;
    z-index: 2
}

.popup-title img {
    margin: auto 10px;
    width: 32px
}

.popup-close:hover {
    opacity: 1
}

.popups-all.active {
    opacity: 1;
    z-index: 99999
}

.woocommerce #content div.product ul li {
    margin-bottom: 0
}

a.embedi-cont {
    width: 100%;
    display: block;
    position: relative;
    margin: auto 0;
    flex: 1
}

a.embedi-cont img {
    left: 0;
    top: 0;
    width: 100%;
    opacity: .5;
    transition: 0.3s all ease
}

a.embedi-cont:after {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    background: #fff;
    line-height: 100px;
    border-radius: 50px;
    text-align: center;
    font-size: 50px;
    color: #000
}

a.embedi-cont:hover img {
    opacity: .8
}

.woocommerce div.product form.cart div.quantity {
    display: flex;
    line-height: 32px;
    flex-direction: row;
    border: 1px solid #CCC;
    float: none;
    display: table
}

.woocommerce div.product form.cart div.quantity input:not([type="number"]) {
    border-radius: 0;
    border: 0 solid #BBB;
    width: 30px;
    outline: none!important;
    cursor: pointer;
    box-shadow: none;
    background: none
}

.woocommerce div.product form.cart div.quantity input[type="number"] {
    border: 0;
    outline: none
}

.prod-properties.my-accordion+.cart {
    margin-top: 30px
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    background: #8ac243;
    display: table;
    float: none!important;
    clear: both;
    margin: 2px auto 0;
    width: 338px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    font-size: 20px
}

button.single_add_to_cart_button.button.alt:hover {
    background: #8ac243
}

.woocommerce #content div.product .quantity {
    width: 338px;
    display: flex;
    margin: auto
}

.woocommerce #content div.product .quantity>input {
    margin: auto;
    flex: 1
}

div#home-1 {
    display: flex;
    background-size: cover;
    background-position: center;
    margin-top: -1px;
    position: relative;
    background-attachment: fixed;
    padding: 100px 0;
    box-shadow: inset 0 -2px 0 -1px rgb(0 0 0 / 15%),0 0 40px 0 rgba(0,0,0,.1)
}

div#home-1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(144 157 167);
    z-index: 0
}

div#home-1 h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
    text-shadow: 0 1px 2px #333
}

.home-col-post-content p br {
    display: block;
    margin: 10px;
    clear: both;
    width: 100%;
    content: ''
}

div#home-1>.container {
    margin: auto
}

div#home-1 h2 {
    text-align: right;
    color: #fff;
    display: none;
    font-size: 30px
}

.home-col-post-content p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
    text-shadow: 0 2px 11px rgba(0,0,0,.2)
}

div#home-cats {
    padding: 50px 0
}

.home-module-item+.home-module-item {
    margin-top: 30px
}

.home-module-item {
    padding: 20px;
    background: #738490;
    text-align: center;
    box-shadow: 0 5px 30px -10px rgb(255 255 255 / 40%);
    text-shadow: 0 1px 0 #0000005e;
    line-height: 1
}

.home-module-title {
    font-size: 22px;
    font-weight: 700;
    color: #f8f8f8
}

.home-module-number {
    margin: 10px auto;
    font-size: 50px;
    font-weight: 700;
    color: #ffa140
}

.home-module-text {
    color: #fafafa;
    font-size: 15px
}

.cat-block {
    margin: auto auto 2px;
    display: flex;
    text-decoration: none;
    background-size: cover;
    background-position: center;
    position: relative;
    display: block;
    text-decoration: none!important;
    transition: 0.4s all ease
}

.cat-block-title {
    margin: auto auto 0;
    padding: 20px 20px 10px;
    width: 100%;
    text-align: center;
    color: #475157;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    box-shadow: inset 0 -1px 0 1px rgb(138 138 138 / 20%)
}

.cat-block-title-in {
    position: relative;
    z-index: 3;
    margin-bottom: 10px
}

span.cat-block-color {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .8
}

a.cat-block .cat-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 32%);
    transition: 0.3s all ease
}

a.cat-block:hover:after {
    opacity: 0
}

div#section-knowledge {
    background: #f3f3f3;
    margin-bottom: 0
}

a.homebox {
    display: block;
    padding: 60px 50px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s all ease
}

.homebox-inner img {
    width: 84px;
    height: 84px;
    margin: auto;
    padding: 6px;
    object-fit: contain;
    object-position: bottom;
    opacity: 1
}

.homebox-inner .h33 {
    font-weight: 700;
    margin: 20px auto;
    color: #5c6e7a;
    font-size: 22px
}

.homebox-desc {
    color: #333;
    line-height: 1.4
}

a.homebox:hover:after {
    box-shadow: inset 0 0 0 2px #5c6e7a,0 10px 10px 0 rgba(0,0,0,.1);
    background: #fff
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.xoo-wsc-header {
    background: #e9e9e9!important;
    border-bottom: 1px solid #BBB
}

.xoo-wsc-qty-price * {
    font-size: 14px!important
}

a.xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    background: #2d2d2d!important;
    color: white!important;
    margin-bottom: 10px;
    border-radius: 0;
    box-shadow: 0 4px 0 rgba(0,0,0,.2);
    font-weight: 700
}

.cat-img {
    height: 220px;
    position: relative;
    background-size: cover;
    background-position: center
}

.cat-block-desc {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.4
}

.cat-block-button {
    text-decoration: none;
    font-size: 14px;
    line-height: 3;
    border: 1px solid #bbb;
    display: table;
    margin: 15px auto 10px;
    padding: 0 30px;
    background: #fff;
    color: #494949;
    transition: 0.3s all ease
}

.cat-block {
    margin-bottom: 30px;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2),0 5px 20px -5px rgba(0,0,0,.1)
}

.cat-block-button:hover {
    box-shadow: 0 4px 13px 1px rgba(0,0,0,.1);
    color: #48486e
}

.cat-block:hover {
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.2),0 5px 20px 5px rgba(0,0,0,.1)
}

div#section-knowledge .row>div+div {
    border-right: 1px ridge #dadada
}

div#section-knowledge .row>div:hover {
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.1)
}

.col-lg-3.col-md-3 {
    transition: 0.4s all ease
}

div#pxs-slider.blocks-2596 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

div#pxs-slider.blocks-2596 .pxs-item {
    flex: 0 0 calc(100% / 3 - 30px);
    margin: auto auto 30px
}

@media (min-aspect-ratio: 16/9) {
    .video-background iframe {
        height:56.25vw
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-background iframe {
        width:177.78vh
    }
}

.col-product-item.catalog-block a.homebox {
    background: #eee;
    height: 385px;
    box-shadow: inset 0 0 0 5px #fff;
    border: 2px solid #ddd;
    text-wrap: balance;
    font-size: 18px
}

.col-product-item.catalog-block a.homebox:hover {
    border: 2px solid #73828d
}

@media (max-width: 992px) {
    nav#menu {
        position:fixed;
        top: 80px;
        background: #fff;
        width: 100%;
        z-index: 22;
        right: 0;
        padding: 15px;
        box-shadow: 0 10px 10px 0 rgba(0,0,0,.2);
        transition: 0.4s all ease;
        transform: translateX(100%);
        opacity: 0;
        border-top: 5px solid #5f717d
    }

    a.logo {
        margin-left: 0;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
        height: 70px;
        order: 7;
        text-align: left
    }

    body.mobile-menu-open div#mobile-toggler .hm-2 {
        transform: rotateY(90deg)
    }

    body.mobile-menu-open div#mobile-toggler .hm-3 {
        transform: rotate(-45deg) translateY(-10px) translateX(10px)
    }

    body.mobile-menu-open div#mobile-toggler .hm-1 {
        transform: rotate(45deg) translateY(1px) translateX(3px)
    }

    .header-inner {
        padding: 0 15px;
        justify-content: flex-start
    }

    body {
        padding-top: 80px
    }

    .post-content {
        padding: 0;
        max-width: 100%;
        overflow: auto
    }

    .big-post-image+#post-content {
        margin: -45vw auto auto;
        max-width: calc(100% - 30px);
        padding: 25px 15px
    }

    .big-post-image h1 {
        font-size: 28px
    }

    .big-post-image {
        height: 90vw;
        background-attachment: inherit
    }

    ol.social.share {
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 4;
        height: 50px;
        flex-direction: row;
        flex-wrap: wrap;
        top: auto;
        margin: 20px auto auto
    }

    div#post-content ol.social.share li {
        flex: 0 0 calc(100% / 6);
        height: 50px;
        line-height: 50px
    }

    body.single-post {
        padding-bottom: 60px
    }
}

a.added_to_cart.wc-forward {
    display: none
}

.col2-set {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.col2-set>div {
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 20px
}

.woocommerce form .form-row {
    flex: 0 0 calc(100% / 2 - 30px);
    width: calc(100% / 2 - 30px);
    padding: 0;
    max-width: calc(100% / 2 - 30px)
}

.woocommerce form .form-row label {
    font-size: 13px;
    display: block
}

.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select {
    width: 100%;
    border: 1px solid #CCC;
    line-height: 36px;
    padding: 0 15px;
    font-size: 14px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1)
}

span.woocommerce-input-wrapper {
    display: block;
    width: 100%
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

body .woocommerce h3 {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 8px;
    display: block;
    margin-bottom: 0px!important;
    line-height: 30px;
    padding: 8px 20px;
    background: #5c6e7a;
    color: white!important
}

.woocommerce-billing-fields__field-wrapper,.woocommerce-additional-fields__field-wrapper {
    padding: 15px;
    border: 1px solid #ddd
}

p#order_comments_field {
    width: 100%;
    max-width: 100%;
    flex: 1
}

.woocommerce form .form-row textarea.input-text {
    padding: 10px 15px;
    min-height: 90px
}

.woocommerce table.shop_table td:last-child,.woocommerce table.shop_table th:last-child {
    text-align: left
}

.woocommerce table.shop_table td,.woocommerce table.shop_table th {
    text-align: right;
    font-weight: 400
}

table.shop_table.woocommerce-checkout-review-order-table thead tr {
    background: #eee
}

table.shop_table.woocommerce-checkout-review-order-table {
    font-size: 14px
}

.woocommerce form .form-row.place-order {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover {
    background: #445560
}

.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt {
    background: #5c6e7a;
    border-radius: 0;
    font-size: 24px;
    font-weight: 500
}

button#place_order {
    float: left!important;
    display: table;
    border: 0px!important;
    outline: none!important;
    margin: 20px auto 10px;
    padding: 15px 40px
}

.header-search-form {
    display: none
}

div#payment {
    margin-bottom: 30px
}

span.accordion-ttl small {
    font-size: 12px;
    color: #772020;
    font-weight: 700;
    line-height: 20px;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    display: inline-block;
    margin-right: 10px;
    animation: glow 3.5s infinite alternate
}

@-webkit-keyframes glow {
    0% {
        background-image: linear-gradient(45deg,#c43a0c,#640000);
        background-clip: text
    }

    50% {
        background-image: linear-gradient(0deg,#ce0000,#d63737);
        background-clip: text
    }

    100% {
        background-image: linear-gradient(45deg,#8f2400,#d90000);
        background-clip: text
    }
}

.accordion-show span.accordion-ttl small {
    display: none
}

.animate-in {
    -webkit-transition: 0.7s all cubic-bezier(.25,.69,.46,.83)!important;
    transition: 0.7s all cubic-bezier(.25,.69,.46,.83)!important;
    -webkit-transform: translateY(20px)!important;
    transform: translateY(20px)!important;
    opacity: 0!important;
    transition-delay: 0.25s
}

.animate-in.animate-in-done {
    opacity: 1!important;
    transform: translateX(0)!important;
    -webkit-transform: translateX(0)!important
}

main#main>div.product div#breadcrumbs {
    position: absolute;
    top: 7px;
    color: #333;
    font-size: 12px
}

main#main>div.product {
    position: relative
}

main#main>div.product div#breadcrumbs .col-lg-12 {
    padding: 0
}

.animate-in-delay-1 {
    transition-delay: 0.5s!important
}

.animate-in-delay-2 {
    transition-delay: 0.75s!important
}

.animate-in-delay-3 {
    transition-delay: 1s!important
}

.animate-in-delay-4 {
    transition-delay: 1.25s!important
}

.animate-in-delay-5 {
    transition-delay: 1.5s!important
}

.animate-in-delay-6 {
    transition-delay: 1.75s!important
}

.animate-in-delay-7 {
    transition-delay: 2s!important
}

.animate-in-delay-8 {
    transition-delay: 2.25s!important
}

.animate-in-delay-9 {
    transition-delay: 2.5s!important
}

.animate-in-delay-10 {
    transition-delay: 2.75s!important
}

.select2-container--default .select2-selection--single {
    width: 100%;
    border: 1px solid #CCC;
    line-height: 36px;
    padding: 0 5px;
    font-size: 14px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
    height: 36px;
    border-radius: 0px!important
}

span#select2-billing_country-container {
    height: 36px;
    line-height: 36px
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    top: 5px
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-radius: 0
}

body.search-open .header-search-form {
    display: block;
    position: absolute;
    top: 130%;
    right: 0;
    background: #ececec;
    width: 270px;
    padding: 20px;
    z-index: 2
}

form#searchform>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    border: 1px solid #ddd
}

input#s {
    border: 0;
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
    outline: none;
    border: 0;
    padding: 0 20px
}

input#searchsubmit {
    outline: none;
    border: 0;
    background: none;
    font-size: 14px;
    flex: 0 0 60px;
    background: #5c6e7a;
    color: #fff
}

#searchform label.screen-reader-text {
    flex: 0 0 1px;
    max-width: 1px
}

body.search-open .header-search-form:before {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #ececec
}

body.search-open .header-season {
    background: #5c6e7a;
    color: #fff
}

.calcs {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(238 238 238 / 81%);
    z-index: 22222;
    top: 0;
    left: 0;
    display: flex;
    opacity: 0;
    z-index: -1
}

.calc-popup {
    margin: auto;
    width: 800px;
    background: #fff;
    padding: 0;
    border: 1px solid #BBB
}

input:checked+label {
    font-weight: 600
}

.calc-row {
    display: flex;
    line-height: 1;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    flex: 0 0 calc(100% - 0px);
    margin: 5px 0 5px;
    width: calc(100% - 0px);
    max-width: calc(100% - 0px);
    background: #eee;
    padding: 0 20px;
    line-height: 50px
}

.calc-close {
    cursor: pointer
}

.calc-label {
    flex: 1;
    margin: auto 0;
    position: relative
}

.calc-input {
    flex: 1
}

input#sqm,.calc-input select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    padding: 0 10px
}

.calc-input>div>input {
    margin-left: 10px
}

.calc-input {
    line-height: 30px;
    display: flex;
    flex: 0 0 48%;
    margin: 10px 0 auto
}

table.tbl {
    border: 1px solid #ddd;
    margin-top: 10px
}

.calc-input select {
    padding: 0 5px
}

table.tbl thead tr th {
    background: #5c6e7a;
    padding: 10px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    font-weight: 600;
    line-height: 1.4
}

table.tbl {
    font-size: 15px;
    text-align: right
}

table.tbl td {
    padding: 1px 10px;
    border-bottom: 1px solid #ddd;
    border-left: 1px dashed #EEE;
    vertical-align: middle;
    text-align: center
}

table.tbl td:nth-child(2) {
    text-align: center
}

table.tbl thead tr th:first-child {
    text-align: center
}

.calc-input>div {
    padding-left: 30px
}

.calc-results {
    padding: 0 15px 15px
}

.calc-title {
    background: #5C6E7A;
    color: #fff;
    padding: 15px;
    font-weight: 700;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.calc-row-first {
    padding: 10px 15px 10px;
    display: flex;
    flex-direction: row
}

.calc-inputs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1
}

.calc-but {
    flex: 0 0 100px;
    margin: auto 0;
    text-align: center;
    margin-right: 10px
}

.calc-button {
    background: #5c6e7a;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    margin: 0;
    min-height: 50px
}

.results-title {
    position: relative;
    font-weight: 700;
    margin-top: 20px
}

.next-close+div {
    font-weight: 400;
    position: relative;
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 0;
    top: auto;
    z-index: 2
}

.next-close {
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
    font-weight: 400;
    color: #9c0000
}

table.tbl td:first-child {
    border-left: 0
}

.next-close:after {
    content: '\f067';
    font-family: 'FontAwesome';
    margin-right: 10px
}

.next-close.active:after {
    content: '\f068'
}

.next-close.active {
    color: #717171
}

.find_store_mobile {
    display: none
}

.moreinfo-toggler {
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    text-decoration: underline;
    font-size: .8em;
    line-height: 1;
    position: relative
}

.moreinfo-info {
    position: absolute;
    background: #fff;
    line-height: 1.5;
    text-align: justify;
    width: 300px;
    display: none;
    z-index: 2
}

.moreinfo-toggler:focus .moreinfo-info,.moreinfo-toggler:hover .moreinfo-info {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 13px
}

.calc-comment {
    padding: 10px;
    margin: 15px;
    background: #eee;
    text-align: justify;
    font-size: 13px;
    line-height: 1.5
}

.pbl-icon.pbl-store a.pbl-image {
    background: #89be47
}

.find_store_desktop span {
    font-size: 14px;
    margin: 0;
    display: inline-block;
    padding: 0 10px;
    line-height: 1;
    top: -5px;
    position: relative
}

.post-sidebar span.prod-more-icon {
    display: block
}

.post-sidebar span.prod-more-icon .find-store {
    display: block;
    width: 100%;
    margin: auto auto 20px;
    float: none
}

span.accordion-ttl:before {
    content: '\f112';
    font-family: 'FontAwesome';
    position: absolute;
    opacity: .3;
    right: 0
}

.my-accordion span.accordion-txt {
    background: #eee;
    padding: 15px 30px
}

.thanks {
    padding: 30px 0 200px
}

#post-content .thanks p {
    font-size: 22px
}

.calc-input label {
    cursor: pointer
}

.woovr-variations.woovr-variations-default {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 10px;
    justify-content: space-between
}

.woovr-variation.woovr-variation-radio {
    flex: 0 0 calc(100% / 4 - 26px);
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    margin: 10px 0;
    padding: 10px;
    text-align: center
}

.woovr-variation-image {
    display: none
}

.woovr-variation-radio .woovr-variation-info .woovr-variation-description {
    font-size: 13px
}

.woovr-variation-radio .woovr-variation-info .woovr-variation-price {
    font-size: 22px;
    line-height: 1.5;
    color: #8ac243;
    font-weight: 700
}

a.logo img {
    margin: auto
}

div#oops404 {
    min-height: 18vw;
    padding: 10vw
}

h1#h1-404 {
    font-size: 60px;
    font-weight: 700
}

.div-404 {
    font-size: 24px;
    margin: 40px auto
}

a.sb-link {
    display: table;
    margin: auto;
    line-height: 34px;
    background: #5c6e7a;
    color: #fff;
    cursor: pointer;
    outline: none;
    border: 0;
    box-shadow: 0 5px 0 0 rgba(0,0,0,.2);
    padding: 10px 90px;
    position: relative;
    font-weight: 700;
    text-decoration: none
}

.INDDesktop #INDmenu-btn {
    top: 90px!important
}

@media (max-width: 1200px) and (min-width:993px) {
    div#container {
        max-width:100%
    }

    a.logo img {
        margin: auto;
        display: table
    }

    ul#menu-menu ul.sub-menu li a {
        font-size: 14px
    }

    ul#menu-menu>li>a {
        font-size: 15px
    }
}

div#breadcrumbs.text-black {
    color: #636363;
    font-size: 14px;
    font-size: 16px;
    position: absolute;
    top: -75px;
    color: #fff
}

.product--lobby-owl .owl-nav {
    z-index: 2;
    display: block!important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex!important;
    justify-content: space-between;
    font-size: 30px
}

.product--lobby-owl .owl-nav button span {
    color: #000;
    text-shadow: 0 1px 0 #fff;
    display: block;
    padding: 10px
}

.product--lobby-owl .owl-nav button {
    outline: none!important
}

div#prod--slider .owl-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    font-size: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    left: 0;
    right: 0;
    margin: auto
}

div#prod--slider .owl-nav button {
    background: none;
    outline: none;
    color: #333
}

@media (max-width: 992px) {
    .INDMobile #INDmenu-btn {
        bottom:5px!important
    }

    .header-phone {
        position: fixed;
        bottom: 55px;
        left: 0;
        background: #000
    }

    .woovr-variation.woovr-variation-radio {
        flex: 0 0 calc(100% / 2 - 12px)
    }

    main#main>div.product {
        flex-direction: column-reverse;
        padding-top: 0;
        padding-bottom: 40px
    }

    .find_store_mobile {
        position: fixed;
        background: #87C62C;
        display: block;
        right: 0;
        bottom: 0;
        width: 100%;
        line-height: 45px;
        color: #fff;
        font-weight: 700;
        text-align: center;
        z-index: 42
    }

    .woocommerce #content div.product>div {
        flex: 0 0 100%!important;
        max-width: 100%!important;
        width: 100%!important
    }

    .new-prod-2nd {
        max-width: 100%;
        margin: 15px auto -10px
    }

    div#shop-slider .owl-nav button.owl-next {
        right: auto;
        left: 0
    }

    div#shop-slider .owl-nav button.owl-prev {
        right: 0;
        left: auto
    }

    ol.social.new-prod {
        flex: 0 0 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: 0
    }

    .video-background {
        height: 47vw
    }

    header#header {
        height: 80px
    }

    a.logo img {
        height: 60px;
        max-height: 100%;
        max-width: 100%
    }

    .popups-all {
        max-width: 100vw;
        overflow: hidden
    }

    div#owl-products {
        max-width: calc(100% - 30px);
        margin: auto
    }

    div#pxs-slider .owl-nav {
        left: auto;
        max-width: calc(100% + 60px);
        left: -30px
    }

    .product-bigblock .pbl-1 h2, .product-bigblock .pbl-1 .h2 {
        margin-top: 0;
        text-align: center;
        margin-bottom: 40px
    }

    a.pbl-image {
        margin: 6px
    }

    .pbl-icon {
        margin: 0 auto;
        flex: 0 0 100%
    }

    .prod-slider.prod-slider-1 {
        margin: auto;
        padding: 0 15px;
        background: none
    }

    .woocommerce #content div.product div.summary {
        padding: 0 20px 0;
        margin-top: 30px
    }

    .woocommerce div.product h1.product_title.entry-title {
        font-size: 16px;
        line-height: 2;
        position: absolute;
        top: 40px;
        width: calc(100vw - 30px);
        right: 15px;
        text-align: center;
        background: #5c6e7a;
        color: #fff
    }

    .video-background iframe {
        width: 134vw
    }

    ol.social.new-prod li {
        margin: auto 0
    }

    a.homebox {
        padding: 20px 0;
        border: 0
    }

    .homebox-inner img {
        width: 64px;
        height: 64px
    }

    div#section-knowledge .div>row {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
        border: 0
    }

    #owl-products button.owl-prev {
        right: 10px;
        left: auto
    }

    #owl-products button.owl-next {
        left: 10px
    }

    div#section-knowledge .row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .homebox-inner .h33 {
        font-size: 20px
    }

    .woocommerce #content div.product>div.images {
        margin-bottom: -40px;
        border: 0;
        padding: 15px 15px 60px;
        margin-top: 40px;
        position: relative
    }

    figure.woocommerce-product-gallery__wrapper.secondaryimage {
        display: none
    }

    .product-item>.blog-img {
        height: 280px
    }

    a.blog-item.product-item {
        padding-bottom: 110px
    }

    a.blog-item.product-item .blog-img img {
        object-fit: contain;
        object-position: center;
        height: 280px
    }

    a.product-image-zoom-lightbox {
        top: 25px;
        left: 25px
    }

    a.blog-item:hover .blog-item-content {
        min-height: auto
    }

    .col-product-item:hover .product-item-price {
        top: 226px
    }

    .find_store_desktop {
        display: none
    }

    main#main>div.product div#breadcrumbs {
        right: auto;
        top: auto;
        width: 100%;
        position: relative;
        order: 1;
        padding: 0 20px;
        margin: 20px auto 10px;
        border: 0
    }

    .woocommerce div.product form.cart .button.single_add_to_cart_button {
        width: 100%
    }

    div#home-1 {
        padding-bottom: 40px;
        padding-top: 50px
    }

    .col-product-item.catalog-block a.homebox {
        height: auto;
        margin-bottom: 30px;
        padding: 60px;
        text-wrap: balance
    }

    .home-modules {
        margin-top: 10px
    }

    .header-season {
        order: 2
    }

    footer#footer .row>div {
        max-width: 100%;
        flex: 0 0 100%;
        padding-top: 30px;
        padding: 15px!important
    }

    div#owl-header-images .header-image-owl-item,.header-image-single {
        height: 70vw
    }

    footer#footer {
        padding: 20px 20px 130px
    }

    div#mobile-toggler {
        order: -1;
        width: 40px;
        height: 26px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: 5px;
        margin: auto 5px
    }

    .product-bigblock:before {
        background: rgb(0 0 0 / 76%);
        opacity: .9
    }

    .product-bigblock {
        background: none;
        margin-top: 40px
    }

    .cat-filters {
        flex-wrap: wrap
    }

    .cat-filter-item {
        margin-bottom: 10px;
        flex: 0 0 calc(50% - 20px)
    }

    div#post-content .single_text_project h2:not(:empty) {
        top: 0;
        right: 0;
        position: absolute
    }

    .single_text_project {
        margin: auto 0;
        z-index: 2;
        padding: 10px 20px
    }

    .single_project_container {
        position: relative
    }

    .single_image_project img {
        width: 100%;
        object-fit: cover;
        object-position: center
    }

    body.single-post div#header-main {
        height: auto
    }

    .big-post-image.tiny h1 {
        font-size: 22px
    }

    .big-post-image.tiny {
        height: 80px;
        padding: 0 0
    }

    .single_image_project {
        height: 100vw;
        flex: 0 0 100%
    }

    div#owl-logos {
        max-width: calc(100% - 100px);
        margin: auto
    }

    iframe.lazyloaded {
        max-width: 100%;
        margin-bottom: 10px
    }

    .contact-flex {
        flex-direction: column;
        margin-bottom: 20px
    }

    a.contact-item {
        flex: 0 0 100%;
        display: flex;
        border-bottom: 1px solid #ddd;
        padding: 10px 0
    }

    .contact-icon {
        width: 32px;
        text-align: center;
        margin-left: 20px
    }

    .contact-label {
        margin: auto 0
    }

    .contact-link {
        margin: auto auto auto 0
    }

    .agent-phone {
        position: absolute;
        left: -7px;
        bottom: 0
    }

    .agent {
        position: relative;
        line-height: 1.9
    }

    .agent-email {
        margin-top: 1px;
        margin-bottom: auto;
        margin-left: 0
    }

    .agent-image {
        margin: 8px 0 auto
    }

    .agent-role {
        line-height: 1.2
    }

    .agents {
        margin-bottom: 0
    }

    #owl-logos .owl-nav {
        width: calc(100% + 100px);
        left: -50px
    }

    div#mobile-toggler>div {
        height: 2px;
        width: 100%;
        margin: auto;
        background: #5f717d;
        transition: 0.3s all ease;
        transform-origin: center
    }

    a.embedi-cont+a.embedi-cont {
        margin-top: 30px
    }

    ul#menu-menu {
        flex-direction: column;
        width: 100%
    }

    ul#menu-menu>li>a:after {
        display: none
    }

    ul#menu-menu>li+li {
        border: 0
    }

    nav ul#menu-menu li {
        text-align: right;
        line-height: 40px;
        width: 100%;
        position: relative
    }

    ul#menu-menu li a {
        font-size: 18px;
        display: block;
        line-height: 40px;
        position: relative;
        z-index: 2
    }

    ul#menu-menu ul.sub-menu {
        position: relative;
        top: 0;
        right: 0;
        margin: auto;
        display: none
    }

    div#owl-header-images {
        height: 70vw
    }

    ul#menu-menu li:hover>ul.sub-menu {
        display: none
    }

    ul#menu-menu>li.menu-item-has-children>a:after {
        content: '\f067';
        position: absolute;
        font-family: 'FontAwesome';
        left: 0!important;
        padding: 13px;
        top: 0!important;
        line-height: 1;
        color: #868686;
        font-size: 16px;
        display: block!important;
        background: none!important;
        right: auto!important;
        max-width: 0
    }

    ul#menu-menu>li.menu-item-has-children.open>a:after {
        content: '\f068'
    }

    .menu-menu-container {
        flex: 0 0 100%
    }

    nav ul#menu-menu>li {
        border-bottom: 1px solid #ddd
    }

    div#pxs-slider.blocks-2596 .pxs-item {
        flex: 0 0 calc(100% / 1)
    }

    body.mobile-menu-open nav#menu {
        opacity: 1;
        transform: none
    }

    footer#footer div#footer-col-more,footer#footer div#footer-col-contact {
        flex: 0 0 50%;
        max-width: 50%;
        order: 2
    }

    img.about-sideimg {
        display: none
    }

    div#prod--slider .owl-nav button {
        filter: drop-shadow(0 0 0 #000);
        color: #87c62c;
        padding: 10px 20px!important
    }

    body.ltr #container .post-content {
        padding-right: 0
    }

    body.page-id-3417 #header-main+div#about-management-title,body.page-id-3766 #header-main+div#about-management-title {
        display: none
    }

    div#footer-col-nl {
        order: 0
    }

    .scrolldown {
        bottom: 15px;
        width: 36px;
        height: 36px;
        font-size: 24px;
        line-height: 39px
    }

    .row.row-related-list div#owl-posts button.owl-prev {
        right: 10px
    }

    .row.row-related-list div#owl-posts button.owl-next {
        left: 10px
    }

    .row.row-related-list {
        padding: 0 30px
    }

    li#menu-item-3763 {
        order: 10;
        flex: 0 0 100%
    }

    div#footer-col-info {
        order: 9
    }

    .myFancyBox .fancybox-thumbs {
        top: auto;
        width: auto;
        bottom: 100px;
        left: 0;
        right: 0;
        height: 95px;
        padding: 10px 10px 5px 10px;
        box-sizing: border-box;
        background: rgba(0,0,0,.3);
        direction: ltr
    }

    div#section-knowledge .row>div {
        border: 0;
        border-top: 1px solid #dadada
    }

    div#header-main {
        height: 70vw
    }

    body.page-id-3572 div#header-main {
        height: 50vw
    }

    .myFancyBox.fancybox-show-thumbs .fancybox-inner {
        right: 0;
        bottom: 95px
    }

    .myFancyBox.fancybox-show-thumbs .fancybox-inner {
        right: 0;
        width: 100%
    }

    .myFancyBox .fancybox-can-swipe .fancybox-content {
        right: 0;
        margin: auto;
        width: 100%!important
    }

    .myFancyBox .fancybox-thumbs-x .fancybox-thumbs__list a {
        flex: 0 0 110px
    }

    .socials-footer {
        margin-top: 20px;
        margin-bottom: -30px
    }

    body.mobile-menu-open nav#menu:before {
        content: '';
        position: absolute;
        border: 18px solid transparent;
        bottom: 100%;
        right: 20px;
        border-bottom-color: #5f717d
    }

    .prod-slider.prod-slider-1 a.embedi-cont {
        margin: auto
    }

    div#breadcrumbs .col-lg-12>span {
        white-space: nowrap;
        overflow: hidden!important;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
        display: block
    }

    .prod-slider.prod-slider-1 a.embedi-cont img {
        width: 100vw;
        opacity: 1;
        height: 70vw;
        object-fit: cover
    }

    body.single-product .header-phone {
        bottom: 60px
    }

    .header-phone:after {
        display: none
    }

    .row.row-products-list {
        padding: 0 15px
    }

    body.page-id-3572 div#owl-header-images .header-image-owl-item,body.page-id-3572 .header-image-single {
        height: 50vw
    }

    body.page-id-3572 div#owl-header-images {
        height: 50vw
    }

    body.page-id-3572 .scrolldown {
        display: none
    }

    .row.row-products-list #owl-posts .owl-nav button.owl-prev {
        right: 10px!important
    }

    .row.row-products-list #owl-posts .owl-nav button.owl-next {
        left: 10px!important
    }

    a.pbl-image {
        height: auto;
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        border-radius: 0;
        flex-direction: row;
        justify-content: flex-start;
        padding: 10px;
        box-shadow: 0 3px 0 0 rgba(0,0,0,.2),inset 0 -28px 6px 0 rgba(0,0,0,.15);
        margin: auto auto 10px;
        border: 0 solid #828282
    }

    a.pbl-image img {
        margin: auto 0;
        padding: 0;
        filter: drop-shadow(0 4px 1px rgba(0,0,0,.3))
    }

    a.pbl-image span {
        margin: auto 0;
        padding: 0 10px;
        font-size: 16px
    }

    div#ps-slider {
        padding-bottom: 0
    }

    .prod-more-icon {
        position: relative;
        top: auto;
        left: auto;
        margin: auto;
        width: 100%;
        text-align: center
    }

    div#post-content.new {
        margin-bottom: 10px;
        padding-top: 10px
    }

    span.accordion-ttl {
        font-weight: 700
    }

    .my-accordion span.accordion-txt {
        margin: auto -20px 15px;
        font-size: 14px
    }

    span.accordion-ttl:before {
        right: 15px
    }

    .accordion-ttl:after {
        margin-left: -10px
    }

    span.faq-title {
        flex: 1;
        padding-left: 20px
    }

    .prod-more-icon>img {
        float: none
    }

    ol.social.new-prod li a {
        transform: scale(.75);
        margin: auto -5px
    }

    body.single-post .header-phone {
        bottom: 60px
    }

    div#breadcrumbs.text-black {
        font-size: 14px
    }

    .header-phone i {
        color: #fff
    }

    body.tiny div#breadcrumbs.text-black {
        display: none
    }

    body.single-post.tiny {
        margin-top: 420px;
        padding-bottom: 0
    }

    .post-sidebar {
        padding-top: 30px;
        top: auto;
        position: static
    }

    body.single-post a.find_store_mobile {
        display: block
    }

    iframe {
        max-width: 100%
    }

    span.faq-toggler {
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: table;
        line-height: 20px;
        height: 20px
    }

    .post-sidebar span.prod-more-icon {
        display: none
    }

    .post-sidebar span.prod-more-icon .find-store {
        width: auto;
        margin-bottom: 30px
    }

    .post-sidebar span.prod-more-icon .find-store .find_store_desktop {
        display: block
    }

    a.embedi-cont:after {
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px
    }
}
