@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,100&display=swap");
* {
    font-family: "Poppins", sans-serif;
}
.no-padding {
    padding: 0px !important;
}
.no-margin {
    margin: 0px !important;
}
.element-block {
    width: 100%;
    float: left;
}

@media screen and (min-width: 1400px) {
    .container {
        width: 100%;
        max-width: 1370px;
    }
}

.topbar {
    background-color: #00467f;
    padding: 10px 0;
    position: relative;
    z-index: 100;
}

@media screen and (max-width: 1000px) {
    .topbar {
        padding: 10px 0;
    }
}

.desktop-top {
    display: none;
}

@media screen and (min-width: 1000px) {
    .desktop-top {
        display: block;
    }
}

.close-modal-btn.lp1-close {
    height: 28px;
    border: 2px solid #00467f;
}

.newpos {
    top: -56px;
    transition: top 0.3s;
}

.nav-bar-mob {
    position: relative;
    float: left;
    width: 100%;
}

.login-btn {
    text-align: right;
}

.login-btn a {
    font-size: 11px;
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #00b450;
    padding: 5px 15px;
    border: 2px solid #00b450;
    line-height: 33px;
    border-radius: 20px;
    transition: 0.3s;
}

.login-btn a:hover {
    background-color: transparent;
    text-decoration: none;
}

.login-btn a.transparent {
    background: transparent;
}

@media screen and (max-width: 1000px) {
    .login-btn a {
        background-color: transparent;
        border: 0;
        padding: 0;
        margin-right: 12px;
        float: left;
    }
}

.user-icon {
    padding-left: 10px;
}

.user-icon img {
    width: 15px;
    height: 15px;
    filter: invert(1);
}

@media screen and (max-width: 768px) {
    .user-icon {
        padding-left: 0;
    }
}

#nav-search,
#nav-search-mobile {
    position: relative;
}

#nav-search:after,
#nav-search-mobile:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: -7px;
    background-color: #ffffff;
    left: 0;
}

@media screen and (max-width: 850px) {
    #nav-search:after,
    #nav-search-mobile:after {
        width: 0;
    }
}

#nav-search input[type=search],
#nav-search-mobile input[type=search] {
    border: 0;
    background-color: transparent;
    color: #ffffff;
    font-style: italic;
    font-size: 11px;
    width: 250px;
}

@media screen and (max-width: 1400px) {
    #nav-search input[type=search],
    #nav-search-mobile input[type=search] {
        width: 85%;
    }
}

@media screen and (max-width: 850px) {
    #nav-search input[type=search],
    #nav-search-mobile input[type=search] {
        transition: width 0.3s;
        right: 0;
        width: 0;
        padding: 5px;
        float: right;
        display: block;
        margin-top: 4px;
    }
}

#nav-search input[type=search]::placeholder,
#nav-search-mobile input[type=search]::placeholder {
    font-size: 12px;
    color: #ffffff;
    font-style: italic;
}

#nav-search input[type=search]:focus,
#nav-search-mobile input[type=search]:focus {
    outline: none;
}

@media screen and (max-width: 850px) {
    #nav-search input.view-search,
    #nav-search-mobile input.view-search {
        border-bottom: 1px solid #ffffff;
        width: auto;
    }
}

#nav-search .send-req,
#nav-search-mobile .send-req {
    float: right;
    font-size: 18px;
}

#nav-search .send-req img,
#nav-search-mobile .send-req img {
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
    filter: invert(1);
    margin-top: -5px;
    opacity: 70%;
}

@media screen and (max-width: 850px) {
    #nav-search .send-req img,
    #nav-search-mobile .send-req img {
        width: 30px;
        height: 30px;
        margin-top: 3px;
    }
}

#nav-search .send-req:focus,
#nav-search-mobile .send-req:focus {
    outline: none;
}

.send-req {
    background-color: transparent;
    border: 0;
}

.send-req .fa-search {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    color: #ffffff;
    font-size: 20px;
}

@media screen and (max-width: 850px) {
    .send-req .fa-search {
        font-size: 32px;
    }
}

.nav-bar {
    /*padding: 20px 0 10px 0;*/
    position: relative;
    z-index: 100;
    background-color: #ffffff;
}

@media screen and (max-width: 1000px) {
    .nav-bar {
        padding: 20px 0;
    }
}

.logo {
    max-height: 80px !important;
}

@media screen and (max-width: 1000px) {
    .logo {
        max-height: 60px;
    }
}

.r-f {
    flex-direction: row-reverse;
}

.nav-menu {
    list-style: none;
    display: inline-block;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    width: auto;
    float: right;
}

@media screen and (max-width: 999px) {
    .nav-menu {
        display: none;
    }
}

.nav-menu:after {
    width: calc(100% + 130px);
    height: 1px;
    position: absolute;
    content: "";
    left: -20px;
    bottom: 0;
    background-color: #ebebeb;
}

@media screen and (max-width: 1560px) {
    .nav-menu:after {
        width: 100%;
    }
}

.nav-menu .menu-elemnt {
    width: auto;
    float: left;
    transition: 0.3s;
    position: relative;
}

.nav-menu .menu-elemnt:after {
    width: calc(100% + 40px);
    height: 100%;
    left: -20px;
    top: 0;
    position: absolute;
    content: "";
    webkit-clip-path: polygon(19% 0, 100% 0, 81% 100%, 0% 100%);
    clip-path: polygon(19% 0, 100% 0, 81% 100%, 0% 100%);
    -webkit-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

.nav-menu .menu-elemnt a {
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 300;
    color: #a8a8a8;
    /*padding: 21px 30px;*/
    padding: 21px;
    background-color: transparent;
    display: block;
    line-height: 20px;
    position: relative;
    z-index: 2;
    transition: 0.3s;
}

.nav-menu .menu-elemnt:hover:after {
    background-color: #00467f;
}

.nav-menu .menu-elemnt:hover a {
    color: #ffffff;
}

.nav-menu .menu-active:after {
    background-color: #00467f;
}

.nav-menu .menu-active a {
    color: white;
}

@media screen and (max-width: 1407px) and (min-width: 1000px) {
    .item-menu1 li.menu-elemnt a {
        font-size: 16px;
        padding: 10px 20px;
    }
}

.mobile-menu {
    float: right;
    position: relative;
    background-color: white;
}

.mobile-menu a img {
    max-width: 55px;
}

@media screen and (max-width: 500px) {
    .mobile-menu a img {
        max-width: 40px;
    }
}

@media screen and (min-width: 1000px) {
    .mobile-menu {
        display: none;
    }
}

.breadcrumbs-navigation {
    background-color: #e6e6e6;
    padding: 15px 0;
    overflow: hidden;
}

@media screen and (max-width: 850px) {
    .breadcrumbs-navigation {
        padding: 30px 0;
    }
}

@media screen and (max-width: 850px) {
    .breadcrumbs-nav {
        display: none;
    }
}

.breadcrumbs-nav a {
    font-size: 14px;
    color: #8c8c8c!important;
    text-transform: none;
    text-decoration: none;
    transition: 0.3s;
}

.breadcrumbs-nav a:hover {
    color: #00467f;
}

.breadcrumbs-nav span {
    padding: 0 15px;
    color: #8c8c8c;
}

.breadcrumbs-nav span.current-page {
    padding: 0;
    font-weight: 600;
    color: #00467f;
    font-size: 16px;
    position: relative;
}

.breadcrumbs-nav span.current-page:after {
    content: " ";
    width: 5000px;
    right: -5075px;
    position: absolute;
    background-color: #00467f;
    height: 75px;
    top: -23px;
    transform: skewX(-30deg);
}

.breadcrumbs-nav span.current-page:before {
    content: " ";
    width: 100px;
    right: -160px;
    position: absolute;
    background-color: #ffffff;
    height: 75px;
    top: -23px;
    transform: skewX(-30deg);
}

.nav-prod-hodlder {
    margin: 0;
    background-color: #ffffff;
    overflow: hidden;
    height: 0;
    position: absolute;
    z-index: 5;
    width: 100%;
}

.p-relative {
    position: relative;
}

.pdg-t-70 {
    padding-top: 70px;
}

.cat-list {
    width: 990px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
    display: none;
}

.cat-list li {
    width: calc(100% / 6);
    margin-bottom: 20px;
    padding: 0 25px;
}

.back-to-product p {
    color: #00467f;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}

.prod-catimg {
    width: 100%;
    float: left;
    height: 105px;
    padding-bottom: 10px;
}

.prod-catimg img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    max-width: 105px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.prod-title-cat {
    width: 100%;
    text-align: center;
    word-break: break-word;
    font-size: 12px;
    font-weight: 500;
    color: #00467f;
    line-height: 14px;
}

.product-nav {
    padding-bottom: 20px;
    margin-bottom: 25px;
    float: left;
    border-bottom: 2px solid #e1e1e1;
    width: 990px;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.nav-prod {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.nav-prod li {
    float: left;
    padding: 0 45px;
    border-right: 1px solid #e1e1e1;
}

.nav-prod li:last-child {
    border: 0;
}

.nav-prod li img {
    width: 40px;
    height: 40px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
}

.nav-prod li .h2t {
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #e1e1e1;
    font-weight: 500;
    margin-top: 10px;
}

.nav-prod a:hover {
    text-decoration: none;
}

.back-to-product {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}

.btn-main {
    font-size: 18px;
    color: #ffffff;
    background-color: #00b450;
    text-decoration: none;
    display: block;
    padding: 10px 40px;
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    border: 2px solid #00b450;
    transition: 0.3s;
    border-radius: 30px;
}

.btn-main:hover {
    color: #00b450;
    background-color: #ffffff;
    text-decoration: none;
}

.active {
    height: auto;
    transition: max-height 0.15s ease-out;
}

.visible {
    display: flex;
}

.nav-prod li.statement-active .h2t {
    color: #00467f;
}

.nav-menu-mobile {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
    transition: height 0.3s;
    z-index: 222;
}

@media screen and (max-width: 1000px) {
    .nav-menu-mobile {
        height: auto;
    }
}

.bg-mobile-menu {
    left: 0;
    height: 100vh;
    background-color: #000000b8;
}

.h-100-mob {
    height: 100%;
}

.w-100-mob .mob-menu {
    opacity: 1;
}

.nav-bar .item-menu2 a {
    width: auto;
    float: left;
}

@media screen and (max-width: 850px) {
    .desktop-view {
        display: none;
    }
}

.mobile-view {
    float: left;
    padding-right: 10px;
    margin-top: 3px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 850px) {
    .mobile-view {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .mobile-view .user-icon img {
        width: 30px;
        height: 30px;
        margin: 0;
    }
}

.holder-mobile-menu {
    width: 100%;
    text-align: center;
    float: left;
    background-color: #ffffff;
    padding: 38px 0;
    border-top: 2px solid #f0f0f0;
}

@media screen and (max-width: 600px) {
    .holder-mobile-menu {
        padding: 10px 0;
    }
}

.holder-mobile-menu .description-bar p {
    margin: 0;
    color: #a8a8a8;
    font-size: 25px;
}

@media screen and (max-width: 600px) {
    .holder-mobile-menu .description-bar p {
        font-size: 18px;
    }
}

.holder-mobile-menu .description-bar .title-h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #00467f;
}

@media screen and (max-width: 600px) {
    .holder-mobile-menu .description-bar .title-h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 500px) {
    .holder-mobile-menu .description-bar .title-h2 {
        font-size: 26px;
    }
}

.navigation-mobile {
    width: 100%;
    float: left;
    display: flex;
    background-color: #ffffff;
    flex-wrap: wrap;
    padding: 70px 0 0 0;
    list-style-type: none;
    margin: 0;
}

.navigation-mobile li {
    width: calc(100% / 3);
    float: left;
    padding: 0 10px;
    text-align: center;
    margin-bottom: 70px;
}

@media screen and (min-width: 700px) {
    .navigation-mobile li {
        width: calc(100% / 5);
    }
}

.navigation-mobile li a img {
    width: 65px;
    object-fit: contain;
}

@media screen and (max-width: 460px) {
    .navigation-mobile li a img {
        width: 50px;
    }
}

.navigation-mobile li a .title-main-h3 {
    font-size: 17px;
    text-transform: uppercase;
    color: #00467f;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width: 460px) {
    .navigation-mobile li a .title-main-h3 {
        font-size: 13px;
    }
}

.navigation-mobile li a .title-main-h3.title-list {
    margin: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}

.navigation-mobile.product li {
    width: 50%;
    margin-bottom: 30px;
}

.navigation-mobile.product li a {
    display: block;
    max-width: 165px;
    margin: auto;
}

.navigation-mobile.product.product-category li {
    width: 100%;
}

.navigation-mobile.product.product-category li a {
    max-width: 100%;
}

footer {
    padding: 55px 0 !important;
    background-color: #00467f;
}

footer .category-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 960px) {
    footer .category-products {
        float: left;
        margin-bottom: 50px;
    }
}

footer .category-products li {
    width: calc(100% / 3);
    float: left;
    margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
    footer .category-products li {
        width: 50%;
    }
    footer .category-products li:nth-child(even) {
        text-align: right;
    }
    footer .category-products li:nth-child(odd) {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    footer .category-products li {
        font-size: 0.9em;
        font-weight: 300;
    }
}

@media screen and (max-width: 380px) {
    footer .category-products li {
        width: 100%;
    }
    footer .category-products li:nth-child(even) {
        text-align: left;
    }
    footer .category-products li:nth-child(odd) {
        text-align: left;
    }
}

footer .category-products li a {
    color: #ffffff;
    font-weight: 300;
}

@media screen and (max-width: 960px) {
    footer .pages-footer {
        margin: 0;
    }
}

footer .pages-footer li {
    width: 100%;
}

@media screen and (max-width: 800px) {
    footer .pages-footer li:nth-child(even) {
        text-align: initial;
    }
    footer .pages-footer li:nth-child(odd) {
        text-align: initial;
    }
}

footer .miscellaneous {
    width: 100%;
    float: right;
}

@media screen and (max-width: 960px) {
    footer .miscellaneous {
        margin: 0;
    }
}

footer .miscellaneous li {
    width: auto;
    padding-left: 20px;
    float: right;
}

@media screen and (max-width: 800px) {
    footer .miscellaneous li:nth-child(even) {
        text-align: right;
    }
    footer .miscellaneous li:nth-child(odd) {
        text-align: right;
    }
}

footer .title-footer {
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #00b450;
    margin-bottom: 20px;
}

.copyright {
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    color: #ffffff;
    margin-top: 20px;
    width: 100%;
    float: right;
}

@media screen and (max-width: 370px) {
    .copyright {
        font-size: 18px;
    }
}

.social-media {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.social-media .item-media {
    width: 65px;
    float: left;
    margin-top: 20px;
}

.social-media .item-media img {
    margin: auto;
    transform: filter 0.3s;
}

.social-media .item-media img:hover {
    filter: brightness(1.1);
}

.product-details {
    padding: 55px 0;
}

.content-product h1 {
    font-size: 21px;
    font-weight: 700;
    color: #00467f;
    text-transform: uppercase;
}

.content-product h2 {
    font-size: 20px;
    font-weight: 700;
    color: #00467f;
}

.gallery-wrapper {
    max-width: 90px;
}

@media screen and (max-width: 1200px) {
    .gallery-wrapper {
        max-width: 100%;
        width: 645px;
        left: 50%;
        margin-top: 50px;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 769px) {
    .gallery-wrapper {
        width: 300px;
    }
}

.gallery-wrapper .slick-slide.item-gallery {
    width: 90px !important;
    height: 90px;
    border: 1px solid #d0d0d0;
    display: flex;
    margin-bottom: 10px;
    pointer: current;
    opacity: 0.7;
}

@media screen and (max-width: 1200px) {
    .gallery-wrapper .slick-slide.item-gallery {
        margin-bottom: 0;
        width: 185px !important;
        height: 185px;
        margin: 15px;
    }
}

@media screen and (max-width: 769px) {
    .gallery-wrapper .slick-slide.item-gallery {
        width: 90px !important;
        height: 90px;
        margin: 5px;
    }
}

.gallery-wrapper .slick-slide.item-gallery img {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-wrapper .slick-slide.slick-current {
    opacity: 1;
}

.gallery-wrapper .slick-slide.item-gallery.slick-current {
    border: 3px solid #00467f;
}

.vertical-gallery {
    padding: 30px 0;
}

@media screen and (max-width: 1200px) {
    .vertical-gallery {
        padding-bottom: 0;
    }
}

.vertical-gallery .fa-angle-up.slick-arrow,
.vertical-gallery .fa-angle-down.slick-arrow {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    color: #00467f;
    cursor: pointer;
}

.nav-gallery {
    display: flex;
}

@media screen and (max-width: 1200px) {
    .nav-gallery {
        flex-direction: column-reverse;
    }
}

.large-current-image {
    margin-left: 50px;
    width: 100%;
    max-width: 560px;
    max-height: 350px;
}

@media screen and (max-width: 1200px) {
    .large-current-image {
        margin-left: 0;
        margin: auto;
    }
}

@media screen and (max-width: 640px) {
    .large-current-image iframe {
        width: 100% !important;
        height: 300px !important;
    }
}

.large-current-image img {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .large-current-image img {
        top: initial;
        transform: none;
    }
}

.title-section-delimiter h2 {
    text-align: right;
}

@media screen and (max-width: 450px) {
    .title-section-delimiter h2 {
        text-align: center;
    }
}

.title-section-delimiter {
    position: relative;
    padding: 12px 0;
    margin-bottom: 45px;
}

.title-section-delimiter:after {
    content: " ";
    width: 7000px;
    height: 100%;
    background-color: #00b450;
    position: absolute;
    top: 0;
    right: 180px;
}

span.element-title {
    font-size: 20px;
    text-decoration: none;
    font-weight: 400;
    color: #ffffff;
    padding: 21px 0;
    position: relative;
    margin-right: 120px;
    background-color: #00467f;
    z-index: 2;
}

@media screen and (max-width: 450px) {
    span.element-title {
        margin: 0;
    }
}

span.element-title:after {
    width: calc(100% + 100px);
    left: -50px;
    height: 100%;
    background-color: #00467f;
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    transform: skew(-30deg);
}

span.element-title:before {
    width: 100px;
    left: -65px;
    height: calc(100% + 20px);
    background-color: #ffffff;
    position: absolute;
    content: "";
    top: -10px;
    z-index: -1;
    transform: skew(-30deg);
}

.product-specifications {
    margin-top: 50px;
}

.wrap-specification {
    margin-bottom: 75px;
    padding-right: 70px;
}

@media screen and (max-width: 700px) {
    .wrap-specification {
        padding-right: 0;
    }
}

.wrap-specification p {
    font-size: 14px;
    font-weight: 400;
    color: #00467f;
    position: relative;
    padding-left: 25px;
    margin-bottom: 5px;
}

.wrap-specification div {
    font-size: 14px;
    font-weight: 400;
    color: #00467f;
    position: relative;
    /*padding-left: 25px;*/
    margin-bottom: 5px;
}

.wrap-specification p:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../../../images/theme/arrow-paragraph.png");
    padding-right: 15px;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 1px 4px;
}

.goods-to-cart {
    max-width: 560px;
    float: right;
    padding: 25px 30px;
    background-color: #00467f;
}

@media screen and (max-width: 1200px) {
    .goods-to-cart {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        float: left;
    }
}

.goods-to-cart .title-cart {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
}

.goods-to-cart .choose-options {
    float: left;
    width: 50%;
}

@media screen and (max-width: 500px) {
    .goods-to-cart .choose-options {
        width: 100%;
    }
}

.goods-to-cart .filter-reset {
    float: right;
    width: 50%;
}

@media screen and (max-width: 500px) {
    .goods-to-cart .filter-reset {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
}

.goods-to-cart .select-wrap-cart {
    width: 100%;
    float: left;
}

.goods-to-cart .span-cart {
    width: 100%;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    float: left;
    margin-bottom: 15px;
}

.goods-to-cart .cart-price {
    margin-bottom: 25px;
}

.goods-to-cart .cart-price .span-cart {
    margin-bottom: 0;
}

.goods-to-cart .quantity-input {
    margin-bottom: 15px;
}

.goods-to-cart .quantity-input .span-cart {
    margin-bottom: 10px;
}

.goods-to-cart .quantity-input input[type=number] {
    width: 50%;
    float: left;
    height: 45px;
    padding: 0 10px;
    font-size: 13px;
    color: #aeaeae;
    font-weight: 400;
    position: relative;
    background-color: #ffffff;
    line-height: 45px;
    border: 1px solid #00b450;
}

@media screen and (max-width: 500px) {
    .goods-to-cart .quantity-input input[type=number] {
        width: 70px;
    }
}

.goods-to-cart .quantity-input .total-price {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 45px;
}

@media screen and (max-width: 500px) {
    .goods-to-cart .quantity-input .total-price {
        width: calc(100% - 80px);
        margin-left: 10px;
    }
}

.goods-to-cart .quantity-input .total-price .final-price {
    font-weight: 700;
}

.goods-to-cart .wrapper-attribute {
    margin-bottom: 10px;
}

.goods-to-cart .wrapper-attribute a {
    color: #00467f;
    border: 1px solid #898989;
    padding: 5px 10px;
    margin-right: 7px;
    text-decoration: none;
    float: left;
    font-size: 14px;
    background-color: #ffffff;
}

.goods-to-cart .btn-filter-reset {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}

@media screen and (max-width: 500px) {
    .goods-to-cart .btn-filter-reset {
        float: left;
    }
}

.goods-to-cart .btn-filter-reset img {
    transition: transform 0.3s;
}

.goods-to-cart .btn-filter-reset:hover img {
    transform: rotate(-180deg);
}

#option-item {
    width: 100%;
    float: left;
    border: 1px solid #898989;
    min-height: 45px;
    padding: 10px 35px 10px 10px;
    font-size: 13px;
    color: #aeaeae;
    font-weight: 400;
    position: relative;
    background-color: #ffffff;
    line-height: 25px;
    cursor: pointer;
    margin-bottom: 35px;
}

#option-item:focus {
    outline: none;
}

#option-item .span-icon {
    position: absolute;
    height: 100%;
    width: 30px;
    text-align: center;
    color: #ffffff;
    background-color: #00b450;
    right: 0;
    top: 0;
    display: flex;
}

#option-item .span-icon img {
    max-width: 14px;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    left: 50%;
    height: 10px;
}

#option-item #productSelected {
    color: #000000;
    font-weight: 700;
}

.mrt-0 {
    margin-top: 0;
}

.btn-add-to-cart {
    margin-top: 10px;
    text-align: center;
    color: #ffffff;
    background-color: #00b450;
    line-height: 30px;
    float: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 35px;
    padding: 10px 0;
}

.btn-add-to-cart:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #00b450;
}

.pdg-b-20 {
    padding-bottom: 20px;
}

.pdg-b-10 {
    padding-bottom: 10px;
}

.single-product-price {
    font-size: 21px;
    font-weight: 500;
    color: #ffffff;
}

.single-product-price .price-product {
    font-weight: 700;
}

.login-element {
    padding: 10px 0;
}

.login-element a {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}

.login-element .span-cart {
    text-align: center;
    margin-bottom: 35px;
}

@media screen and (max-width: 1200px) {
    .arrow-top-slick {
        position: absolute;
        left: -30px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.arrow-top-slick img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 7px;
}

@media screen and (max-width: 1200px) {
    .arrow-top-slick img {
        margin-bottom: 0;
        transform: rotate(270deg);
    }
}

.arrow-top-slick img:hover {
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .arrow-bottom-slick {
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.arrow-bottom-slick img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -10px;
}

@media screen and (max-width: 1200px) {
    .arrow-bottom-slick img {
        margin: 0;
        transform: rotate(270deg);
    }
}

.arrow-bottom-slick img:hover {
    cursor: pointer;
}

.list-products p {
    position: relative;
    padding-left: 20px;
}

.list-products p:hover a {
    color: #ffffff;
}

.list-products p:before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../../../images/theme/arrow-paragraph.png");
    padding-right: 15px;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 1px 6px;
}

.list-products p a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    transition: 0.3s;
}

.certification-product {
    margin-top: 50px;
    padding-left: 30px;
}

@media screen and (max-width: 1200px) {
    .certification-product {
        margin-bottom: 50px;
    }
}

.certification-product h3 {
    font-size: 21px;
    font-weight: 400;
    color: #898989;
}

.certification-product img {
    width: 90px;
    height: 90px;
    float: left;
    object-fit: contain;
}

.wrap-aplicatii {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.aplicatie-wrap {
    width: 33.33%;
    float: left;
    display: flex;
}

@media screen and (max-width: 1450px) {
    .aplicatie-wrap {
        width: 50%;
    }
}

@media screen and (max-width: 620px) {
    .aplicatie-wrap {
        width: 100%;
        margin-bottom: 10px;
    }
}

.aplicatie-wrap .vertical-block {
    float: left;
}

.aplicatie-wrap .vertical-block p {
    /*position: relative;
  top: 50%;
  transform: translateY(-50%);*/
}

.aplicatie-wrap img {
    width: 90px;
    height: 90px;
    object-fit: contain;
    float: left;
}

.aplicatie-wrap p.no-after {
    float: left;
    padding-left: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.aplicatie-wrap p.no-after:before {
    content: "";
    float: right;
    background-image: none;
}

.list-examples {
    padding: 25px 30px;
    background-color: #eeeeee;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
    .list-examples {
        top: initial;
        transform: none;
        margin-bottom: 50px;
    }
}

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

.list-examples ul li {
    /*width: 50%;
  float: left;*/
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    color: #00467f;
    font-weight: 400;
}

@media screen and (max-width: 650px) {
    .list-examples ul li {
        width: 100%;
    }
}

.list-examples ul li:after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../../../images/theme/arrow-paragraph.png");
    padding-right: 15px;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 1px 5px;
}

.title-examples-applications {
    font-weight: 700;
    color: #00467f;
    font-size: 21px;
}

.nav-accordion ul {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
}

.nav-accordion ul li {
    float: left;
    border-right: 1px solid #e1e1e1;
}

@media screen and (max-width: 550px) {
    .nav-accordion ul li {
        width: 50%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 550px) {
    .nav-accordion ul li:nth-of-type(2) {
        border: 0;
    }
}

.nav-accordion ul li:last-of-type {
    border: 0;
}

.nav-accordion ul li .nav-element-accordion {
    padding: 0 50px;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .nav-accordion ul li .nav-element-accordion {
        padding: 0 20px;
    }
}

@media screen and (max-width: 769px) {
    .nav-accordion ul li .nav-element-accordion {
        max-width: 120px;
        margin: auto;
    }
}

.nav-accordion ul li .nav-element-accordion img {
    margin: auto;
    display: block;
    width: 50px;
    height: 45px;
    object-fit: contain;
    transition: filter 0.3s;
}

.nav-accordion ul li .nav-element-accordion p {
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    color: #a8a8a8;
    word-break: break-word;
}

.nav-accordion ul li .current-tab img {
    filter: invert(1);
}

.nav-accordion {
    margin-top: 15px;
    padding-bottom: 25px;
    border-bottom: 2px solid #e1e1e1;
}

.accordion-show {
    margin: 55px 0;
}

.tehnical-informatiions {
    list-style: none;
    padding-left: 10px;
}

.tehnical-informatiions li {
    font-size: 16px;
    color: #00467f;
    font-weight: 400;
    position: relative;
    padding-left: 10px;
}

.tehnical-informatiions li span.counter {
    color: #898989;
    position: absolute;
    left: -10px;
    font-weight: 400;
}

.gallery-tehnic .gallery-item {
    width: 20%;
    float: left;
    margin-bottom: 35px;
}

@media screen and (max-width: 1270px) {
    .gallery-tehnic .gallery-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 992px) {
    .gallery-tehnic .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 430px) {
    .gallery-tehnic .gallery-item {
        width: 100%;
    }
}

.gallery-tehnic .gallery-item img {
    width: 225px;
    height: 180px;
    object-fit: contain;
    margin: auto;
    display: block;
}

@media screen and (max-width: 650px) {
    .gallery-tehnic .gallery-item img {
        width: 320px;
        height: 220px;
    }
}

.gallery-counter {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    color: #00467f;
    font-weight: 400;
    padding: 0 10px;
}

.gallery-counter span {
    width: 35px;
    line-height: 35px;
    display: inline-block;
    color: #ffffff;
    background-color: #00467f;
    border-radius: 50%;
}

.list-accordion2 {
    list-style: none;
    margin: auto;
    display: block;
    max-width: 1020px;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .list-accordion2 {
        padding: 0;
    }
}

.list-accordion2 li {
    font-size: 16px;
    color: #00467f;
    font-weight: 700;
    border-bottom: 2px solid #e1e1e1;
    padding: 7px 0;
}

.list-accordion2 li:last-of-type {
    border: 0;
}

.list-accordion2 li span {
    float: right;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .list-accordion2 li span {
        float: initial;
        padding-left: 15px;
    }
}

.related-img img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    padding: 20px;
}

.title-product-r h3 {
    font-size: 15px;
    font-weight: bold;
    color: #00467f;
    text-align: left;
    padding: 10px 10px 0 10px;
    margin-bottom: 5px;
    min-height: 50px;
}

.rltd-desc-r p {
    font-size: 14px;
    font-weight: 400;
    color: #00467f;
    text-align: left;
    padding: 0 10px;
    margin-bottom: 15px;
}

.rltd-filter-r p {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    text-align: left;
    padding: 0 10px;
}

.mrg-t-20 {
    margin-top: 20px;
}

.options-product ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.options-product ul li {
    width: 100%;
    float: left;
    border: 3px solid #898989;
    padding: 5px;
    margin-bottom: 15px;
    background-color: #eeeeee;
    cursor: pointer;
}

.options-product ul li.idle {
    opacity: 0.6;
    cursor: initial;
    position: relative;
}

.options-product ul li.idle:after {
    content: " ";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #898989;
    position: absolute;
    opacity: 0.7;
}

.wrap-option-selected {
    width: 70%;
    float: left;
    padding-right: 10px;
}

.wrap-option-selected .product-option-name {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    float: left;
    color: #00467f;
    margin-bottom: 10px;
}

.wrap-option-selected .product-option-spec {
    font-size: 14px;
    font-weight: 400;
}

.product-selected {
    width: 30%;
    float: left;
}

.product-selected .price-VAT {
    font-size: 16px;
    font-weight: 500;
}

.product-selected .price-option {
    font-weight: 700;
    font-size: 18px;
}

.product-selected .price-per-quantity {
    font-size: 14px;
    font-weight: 500;
}

.filtred-list {
    opacity: 0.3;
}

.pdg-b-13 {
    padding-bottom: 13px;
}

.enable-filtering {
    margin-bottom: 7px;
}

.goods-to-cart .wrapper-attribute a.filter-active {
    border: 2px solid #00b450;
}

.goods-to-cart .wrapper-attribute .disabled-value {
    position: relative;
    opacity: 0.7;
}

.goods-to-cart .wrapper-attribute .disabled-value:after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #898989;
    z-index: 2;
    position: absolute;
    opacity: 0.6;
}

.goods-to-cart .wrapper-attribute a.status-active {
    border: 1px solid #00b450;
    opacity: 1;
}

.goods-to-cart .wrapper-attribute a.status-active:after {
    width: 0;
    height: 0;
}

#accordion-product {
    margin: auto;
    max-width: 920px;
}

.video-product {
    margin: auto;
    max-width: 620px;
}

.panel-heading a svg {
    font-size: 20px;
    float: right;
    transition: 0.3s;
}

.panel-heading a {
    font-size: 20px;
    text-align: right;
    transition: 0.3s;
    width: 100%;
    display: block;
    text-align: left;
}

.panel-heading.active a svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}

#accordion-product .panel-title {
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 10px;
}

#accordion-product .panel-title a {
    font-size: 18px;
    color: #00467f;
    text-decoration: none;
    font-weight: 500;
}

#accordion-product ul {
    list-style: none;
    padding-left: 80px;
}

#accordion-product ul li a {
    font-size: 16px;
    color: #00467f;
    text-decoration: none;
    /*padding-right: 100px;*/
    position: relative;
    line-height: 35px;
}

#accordion-product ul li a:after {
    width: 60px;
    height: 30px;
    background-image: url("../../../../images/theme/pdf-icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    content: "";
    top: -3px;
    left: -75px;
}

.item-iframe {
    margin-bottom: 40px;
}

.item-iframe iframe.resp-iframe {
    width: 100%;
    height: auto;
    min-height: 350px;
}

@media screen and (max-width: 500px) {
    .item-iframe iframe.resp-iframe {
        min-height: 300px;
    }
}

@media screen and (max-width: 400px) {
    .item-iframe iframe.resp-iframe {
        min-height: 260px;
    }
}

.item-iframe h3 {
    font-size: 18px;
    text-align: center;
    color: #00467f;
}

.slider-element {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 25px;
}

@media screen and (max-width: 1200px) {
    .slider-element {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .slider-element.height-slider.slick-slide {
        display: flex;
        flex-wrap: wrap;
    }
}

.height-slider {
    height: 600px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .height-slider {
        height: 500px;
    }
}

.max-height-slider {
    max-height: 740px;
}

@media screen and (max-width: 1200px) {
    .max-height-slider {
        max-height: initial;
    }
}

.right-slider,
.left-slider {
    float: left;
    position: relative;
    background-color: #00467f;
}

.arrow-slide {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.arrow-lefts {
    left: 40px;
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .as-h {
        display: none !important;
    }
}

.arrow-rights {
    right: 40px;
    z-index: 2;
}

.homepage-slick .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 550px) {
    .homepage-slick .slick-dots {
        bottom: 15px;
    }
}

.homepage-slick .slick-dots li {
    float: left;
}

.homepage-slick .slick-dots li button {
    font-size: 8px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    display: block;
    margin: 7px;
    color: transparent;
    transition: 0.3s;
    border: 0;
}

.homepage-slick .slick-dots li button:hover {
    background-color: #d1d1d1;
}

.homepage-slick .slick-dots li button:focus {
    outline: none;
}

.homepage-slick .slick-dots .slick-active button {
    background-color: #d1d1d1;
}

.btn-slider {
    left: 0;
    transform: none;
    padding: 7px 25px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 60px;
}

@media screen and (max-width: 1200px) {
    .btn-slider {
        text-align: right;
        float: right;
    }
}

.btn-slider:focus {
    outline: none;
}

.title-slider {
    font-size: 45px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 15px;
}

@media screen and (max-width: 1280px) {
    .title-slider {
        font-size: 38px;
        line-height: 46px;
    }
}

@media screen and (max-width: 1200px) {
    .title-slider {
        text-align: right;
    }
}

@media screen and (max-width: 500px) {
    .title-slider {
        font-size: 20px;
        line-height: 24px;
    }
}

.right-slider {
    width: 60%;
    box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
    .right-slider {
        order: 1;
        width: 100%;
        height: 700px;
    }
}

@media screen and (max-width: 768px) {
    .right-slider {
        height: auto;
    }
}

.right-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .right-slider img {
        height: auto;
    }
}

.right-slider:after {
    width: 600px;
    height: 100%;
    position: absolute;
    content: " ";
    top: 0;
    left: -350px;
    background-color: #00b450;
    transform: skewX(-30deg);
}

@media screen and (max-width: 1200px) {
    .right-slider:after {
        width: calc(100% + 50px);
        height: 20px;
        position: absolute;
        content: " ";
        background-color: #00b450;
        transform: rotate(-10deg);
        left: -25px;
        bottom: 100px;
        top: initial;
    }
}

@media screen and (max-width: 650px) {
    .right-slider:after {
        bottom: 60px;
    }
}

@media screen and (max-width: 450px) {
    .right-slider:after {
        bottom: 30px;
    }
}

.slider-info {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 26px;
}

@media screen and (max-width: 1200px) {
    .slider-info {
        text-align: right;
    }
}

@media screen and (max-width: 500px) {
    .slider-info {
        font-size: 14px;
        line-height: 18px;
    }
    .btn-slider {
        margin-top: 30px;
    }
}

.slider-info.strong-description {
    font-weight: 600;
}

.delimiter-section {
    margin: 50px 0 25px;
    width: calc(50% + 150px);
}

@media screen and (max-width: 1200px) {
    .delimiter-section {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .delimiter-section .element-title {
        font-size: 14px;
        padding: 27px 0;
    }
}

.left-slider {
    width: 40%;
}

@media screen and (max-width: 1200px) {
    .left-slider {
        order: 2;
        width: 100%;
        height: auto;
    }
}

.left-slider:before {
    width: 600px;
    height: 100%;
    position: absolute;
    content: " ";
    top: 0;
    right: -220px;
    background-color: #00467f;
    transform: skewX(-30deg);
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .left-slider:before {
        position: absolute;
        content: " ";
        background-color: #00467f;
        transform: rotate(-10deg);
        width: calc(100% + 200px);
        right: -100px;
        height: 315px;
        top: -100px;
        z-index: 1;
    }
}

@media screen and (max-width: 850px) {
    .left-slider:before {
        height: 180px;
    }
}

@media screen and (max-width: 650px) {
    .left-slider:before {
        top: -60px;
    }
}

@media screen and (max-width: 450px) {
    .left-slider:before {
        top: -40px;
    }
}

.left-slider:after {
    width: 20px;
    height: 100%;
    position: absolute;
    content: " ";
    top: 0;
    right: -230px;
    background-color: #ffffff;
    transform: skewX(-30deg);
    z-index: 2;
}

.slider-element:focus {
    outline: none;
}

.container-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media screen and (min-width: 1400px) and (max-width: 1520px) {
    .container-slider {
        width: 1200px;
    }
}

@media screen and (max-width: 1280px) {
    .container-slider {
        width: 900px;
    }
}

@media screen and (max-width: 1200px) {
    .container-slider {
        top: initial;
        width: 95%;
        position: relative;
        transform: translateX(-50%);
        padding-bottom: 75px;
    }
}

.section-video-home {
    min-height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
    background-position: center;
}

@media screen and (max-width: 1200px) {
    .section-video-home {
        min-height: auto;
    }
}

.section-video-home:after {
    content: "";
    background-color: #00000085;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.center-al {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media screen and (max-width: 1200px) {
    .center-al {
        position: relative;
        transform: translateX(-50%);
        padding: 60px 10px;
    }
}

.video-sectionhm {
    max-width: 300px;
    max-height: 215px;
    object-fit: contain;
    margin: auto;
    display: block;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .video-sectionhm {
        max-width: 300px;
        margin-bottom: 30px;
    }
}

.video-section-text {
    text-align: center;
}

.video-section-text h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
}

@media screen and (max-width: 550px) {
    .video-section-text h2 {
        font-size: 20px;
        line-height: 22px;
    }
}

.video-section-text a {
    border: 2px solid white;
    border-radius: 60px;
    color: #ffffff;
    font-size: 18px;
    padding: 7px 25px;
    margin-top: 20px;
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    transition: 0.3s;
}

.video-section-text a:hover {
    color: #00467f;
    background-color: #ffffff;
    text-decoration: none;
}

.mrg-btm-95 {
    margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
    .mrg-btm-95 {
        margin-bottom: 35px;
    }
}

.btn-more {
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .btn-more {
        float: left;
    }
}

.content-info {
    height: 620px;
    margin-bottom: 125px;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .content-info {
        height: auto;
        margin-bottom: 0;
    }
}

.content-info .el-content {
    height: 620px;
    width: 50%;
    float: left;
    background-size: cover;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .content-info .el-content {
        width: 100%;
        height: auto;
    }
}

.content-info .el-content.left {
    left: 0;
    z-index: 5;
}

.content-info .el-content.left:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #00467f;
    opacity: 0.85;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 1200px) {
    .content-info .el-content.left:before {
        content: "";
        width: 20px;
        height: 100%;
        top: 0;
        right: 0;
        position: absolute;
        background-color: #00b450;
        z-index: 2;
        border-left: 10px solid white;
    }
}

.content-info .el-vertical {
    position: absolute;
    height: 620px;
    background-color: #00b450;
    width: 20px;
    transform: skewX(-11deg) translateX(-50%);
    bottom: 125px;
    left: -30px;
    z-index: 222;
    top: -50px;
}

@media screen and (max-width: 1200px) {
    .content-info .el-vertical {
        width: 0;
    }
}

.content-info .el-content.right {
    margin-top: 50px;
    right: 0;
    z-index: 6;
}

@media screen and (max-width: 1200px) {
    .content-info .el-content.right {
        margin-top: 0;
    }
}

.content-info .el-content.right:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.85;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.content-info .el-content.right:before {
    content: "";
    width: 250px;
    height: 670px;
    top: -50px;
    left: -125px;
    background-color: #ffffff;
    position: absolute;
    z-index: 2;
    clip-path: polygon(50% 0, 100% 0, 50% 100%, 0% 100%);
}

@media screen and (max-width: 1200px) {
    .content-info .el-content.right:before {
        content: "";
        width: 20px;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #00b450;
        z-index: 2;
        border-left: 10px solid white;
        clip-path: none;
    }
}

.content-info .el-content.right .el-item-content {
    text-align: right;
}

.content-info .el-content.right .el-item-content h3 {
    color: #00467f;
}

.content-info .el-content.right .el-item-content p {
    color: #00467f;
}

.content-info .el-content.right .el-item-content .btn-main {
    float: right;
}

.el-item-content {
    max-width: 520px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .el-item-content {
        max-width: 80%;
        top: 0;
        position: relative;
        padding: 50px 0;
        transform: translateX(-50%);
        float: left;
    }
}

.el-item-content h3 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
}

@media screen and (max-width: 600px) {
    .el-item-content h3 {
        font-size: 26px;
        margin-bottom: 25px;
    }
}

.el-item-content p {
    font-size: 30px;
    color: #ffffff;
    line-height: 34px;
    margin-bottom: 100px;
}

@media screen and (max-width: 600px) {
    .el-item-content p {
        font-size: 20px;
        margin-bottom: 22px;
    }
}

.el-item-content .btn-main {
    left: 0;
    transform: none;
}

#recent-articles {
    width: 100%;
    float: left;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 100px;
    position: relative;
    max-width: 1300px;
}

@media screen and (max-width: 1200px) {
    #recent-articles {
        margin-bottom: 0;
    }
}

#recent-articles .main-post {
    width: 100%;
    float: left;
    box-sizing: border-box;
    position: relative;
}

@media screen and (max-width: 992px) {
    #recent-articles .main-post {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    #recent-articles .main-post {
        width: 400px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 430px) {
    #recent-articles .main-post {
        width: 320px;
    }
}

#recent-articles .main-post img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#recent-articles .main-post .wrap-informations {
    position: absolute;
    bottom: 65px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 30px;
    text-align: center;
}

#recent-articles .main-post h3 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 300;
}

@media screen and (max-width: 450px) {
    #recent-articles .main-post h3 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
    #recent-articles .main-post .btn-main {
        font-size: 14px;
        padding: 10px 20px;
    }
}

#recent-articles .main-post h3 b {
    text-transform: uppercase;
}

#recent-articles .post {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 20px;
    z-index: 2;
}

@media screen and (max-width: 575px) {
    #recent-articles .post {
        width: 400px;
        margin: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 430px) {
    #recent-articles .post {
        width: 320px;
    }
}

#recent-articles .post a .ovrly {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#recent-articles .post a .ovrly:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00467f;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 0;
}

#recent-articles .post a:hover .ovrly:after {
    opacity: 0.7;
}

#recent-articles .post a:hover .wrap-info {
    opacity: 1;
}

#recent-articles .post h3,
#recent-articles .post p {
    text-align: center;
    color: #ffffff;
}

#recent-articles .post h3 {
    font-size: 26px;
}

#recent-articles .post p {
    font-size: 21px;
    text-transform: uppercase;
}

@media screen and (max-width: 450px) {
    #recent-articles .post h3 {
        font-size: 18px;
    }
    #recent-articles .post p {
        font-size: 16px;
    }
}

#recent-articles .post .wrap-info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 2;
}

#recent-articles .post img {
    height: 290px;
    width: 100%;
    object-fit: cover;
}

#newsletter {
    background-color: #00467f;
    box-sizing: border-box;
    margin-bottom: 0;
    overflow: hidden;
}

#newsletter .wrap-form {
    width: 85%;
    max-width: 1350px;
    margin: auto;
    padding: 100px 0;
    background-color: #ffffff;
    transform: skewX(-30deg);
}

@media screen and (max-width: 992px) {
    #newsletter .wrap-form {
        width: 95%;
    }
}

@media screen and (max-width: 880px) {
    #newsletter .wrap-form {
        width: 100%;
        transform: skewX(-20deg);
    }
}

@media screen and (max-width: 768px) {
    #newsletter .wrap-form {
        float: left;
        transform: skewX(0);
        padding: 30px 0;
    }
}

#newsletter .wrap-form form {
    transform: skewX(30deg);
    max-width: 960px;
    margin: auto;
}

@media screen and (max-width: 1300px) {
    #newsletter .wrap-form form {
        max-width: 760px;
    }
}

@media screen and (max-width: 1140px) {
    #newsletter .wrap-form form {
        max-width: 600px;
    }
}

@media screen and (max-width: 880px) {
    #newsletter .wrap-form form {
        transform: skewX(20deg);
    }
}

@media screen and (max-width: 768px) {
    #newsletter .wrap-form form {
        width: 90%;
        transform: skewX(0);
    }
}

#newsletter .wrap-form form h2 {
    color: #00467f;
    font-size: 22px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 45px;
}

@media screen and (max-width: 1300px) {
    #newsletter .wrap-form form h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1140px) {
    #newsletter .wrap-form form h2 {
        font-size: 21px;
    }
}

#newsletter .wrap-form form h2 b {
    font-weight: 600;
}

#newsletter .wrap-form form .el-form {
    display: flex;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

#newsletter .wrap-form form .el-privacy {
    display: block;
}

#newsletter .wrap-form form input[type=email] {
    border: 1px solid #00467f;
    border-radius: 50px;
    color: #00467f;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 25px;
    min-width: 650px;
    margin-right: 40px;
}

@media screen and (max-width: 1300px) {
    #newsletter .wrap-form form input[type=email] {
        min-width: 450px;
    }
}

@media screen and (max-width: 1140px) {
    #newsletter .wrap-form form input[type=email] {
        width: 100%;
        margin-bottom: 30px;
        min-width: initial;
        margin-right: 0;
    }
}

#newsletter .wrap-form form input[type=email]:focus {
    outline: none;
}

#newsletter .wrap-form form input[type=email]::placeholder {
    color: #00467f;
}

#newsletter .wrap-form form #privacy_policy {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    float: left;
}

#newsletter .wrap-form form #privacy_policy:after {
    content: "";
    color: #ffffff;
    position: absolute;
    font-size: 18px;
    line-height: 20px;
    width: calc(100 + 2px);
    height: calc(100 + 2px);
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    bottom: -1px;
    left: -1px;
    right: -1px;
    top: -1px;
    text-align: center;
}

#newsletter .wrap-form form #privacy_policy:focus {
    outline: none;
}

#newsletter .wrap-form form #privacy_policy:checked:after {
    content: "✔";
    background-color: #00467f;
    border: 1px solid #00467f;
}

#newsletter .wrap-form form label {
    font-size: 12px;
    line-height: 20px;
    color: #898989;
    padding-left: 25px;
    font-weight: 300;
    float: left;
    width: calc(100% - 30px);
}

@media screen and (max-width: 1300px) {
    #newsletter .wrap-form form label {
        font-size: 12px;
    }
}

.btn-newsletter {
    transform: none;
    float: initial;
    left: initial;
    text-transform: uppercase;
    width: auto;
}

@media screen and (max-width: 1140px) {
    .btn-newsletter {
        margin: auto;
    }
}

.title-page {
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin: 30px 0 10px;
    text-align: center;
    margin: 0;
}

.title-page h1 {
    font-size: 30px;
    font-weight: 700;
    color: #00467f;
    text-transform: uppercase;
    margin: 0;
}

.title-page p {
    font-size: 16px;
    text-transform: lowercase;
    color: #898989;
    margin-bottom: 0;
}

.filter-category {
    background-color: #e6e6e6;
    padding: 25px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    .filter-category {
        margin-bottom: 0;
        padding: 15px;
    }
}

.filter-category h3 {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}

.filter-category h3 svg {
    width: 25px;
    height: 25px;
    float: right;
    fill: #00467f;
    transition: 0.3s;
    margin-top: 5px;
}

@media screen and (max-width: 600px) {
    .filter-category h3 svg {
        margin: 0;
    }
}

@media screen and (max-width: 992px) {
    .filter-category h3 {
        margin-bottom: 0;
        margin-top: 15px;
        line-height: 36px;
        cursor: pointer;
        font-size: 28px;
        font-weight: 600;
        color: #00467f;
        text-transform: initial;
    }
}

@media screen and (max-width: 600px) {
    .filter-category h3 {
        line-height: 24px;
        font-size: 20px;
    }
}

@media screen and (min-width: 992px) {
    .filter-category h3 svg {
        display: none;
    }
}

.filter-category h3.active-filter svg {
    transform: rotate(90deg);
}

.filter-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 992px) {
    .filter-category ul {
        margin-top: 15px;
    }
}

.filter-category ul li {
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}

@media screen and (max-width: 992px) {
    .filter-category ul li {
        line-height: 24px;
    }
}

@media screen and (max-width: 600px) {
    .filter-category ul li {
        line-height: 18px;
    }
}

.filter-category ul li:hover {
    cursor: pointer;
}

.filter-category ul li:after {
    width: 16px;
    height: 16px;
    border: 2px solid #898989;
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    line-height: 10px;
    color: #ffffff;
    font-size: 14px;
}

@media screen and (max-width: 992px) {
    .filter-category ul li:after {
        top: 4px;
    }
}

@media screen and (max-width: 600px) {
    .filter-category ul li:after {
        top: 1px;
    }
}

.filter-category ul li a {
    font-size: 15px;
    color: #00467f;
}

@media screen and (max-width: 992px) {
    .filter-category ul li a {
        font-size: 18px;
        color: #000000;
        font-weight: 400;
    }
}

@media screen and (max-width: 600px) {
    .filter-category ul li a {
        font-size: 15px;
    }
}

.filter-category ul li a:hover {
    text-decoration: none;
}

.filter-category ul li.active:after {
    content: "✔";
    text-align: center;
    background-color: #00467f;
    border: 2px solid #00467f;
}

ul.product-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

ul.product-list li {
    width: calc(100% / 4);
    padding: 0 10px;
    float: left;
    text-align: center;
    margin-bottom: 25px;
}

@media screen and (max-width: 1400px) {
    ul.product-list li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 1200px) {
    ul.product-list li {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    ul.product-list li {
        width: 350px;
        margin: auto;
    }
}

@media screen and (max-width: 450px) {
    ul.product-list li {
        width: 300px;
    }
}

ul.product-list li img {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

@media screen and (max-width: 1400px) {
    ul.product-list li img {
        height: 155px;
    }
}

@media screen and (max-width: 1200px) {
    ul.product-list li img {
        height: 325px;
    }
}

@media screen and (max-width: 768px) {
    ul.product-list li img {
        height: 235px;
    }
}

@media screen and (max-width: 600px) {
    ul.product-list li img {
        height: 330px;
    }
}

@media screen and (max-width: 450px) {
    ul.product-list li img {
        height: 280px;
    }
}

ul.product-list li h3 {
    font-size: 15px;
    font-weight: 400;
    color: #00467f;
    margin-top: 15px;
    margin-bottom: 0;
    min-height: 36px;
    width: 100%;
    float: left;
}

ul.product-list li h3 b {
    font-weight: 700;
}

ul.product-list li p {
    font-size: 22px;
    font-weight: 700;
    color: #00467f;
    margin-bottom: 0;
}

ul.product-list li a {
    font-size: 16px;
    color: #ffffff;
    padding: 6px 25px;
    border-radius: 20px;
    border: 2px solid #00b450;
    background-color: #00b450;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    float: left;
    transition: 0.3s;
}

ul.product-list li a svg {
    fill: #ffffff;
    transition: 0.3s;
}

ul.product-list li a:hover {
    background-color: #ffffff;
    color: #00b450;
    text-decoration: none;
}

ul.product-list li a:hover svg {
    fill: #00b450;
}

.pagination {
    margin: 30px 0;
}

.pagination ul {
    padding: 0;
    list-style: none;
    margin: auto;
}

.pagination ul li {
    width: 25px;
    height: 25px;
    border: 1px solid #00b450;
    text-align: center;
    float: left;
    margin: 2px;
}

.pagination ul li a {
    color: #00b450;
    width: 100%;
    float: left;
    display: block;
    transition: 0.3s;
    text-decoration: none;
}

.pagination ul li a svg {
    fill: #00b450;
    transition: 0.3s;
}

.pagination ul li a:hover {
    color: #ffffff;
    background-color: #00b450;
}

.pagination ul li a:hover svg {
    fill: #ffffff;
}

.pagination ul li.page-active a {
    color: #ffffff;
    background-color: #00b450;
}

.info-element {
    padding: 30px 0 60px 0;
    background-size: cover;
}

.info-element .title-section-delimiter {
    margin-bottom: 20px;
}

.info-element .title-section-delimiter span.element-title:before {
    width: 80px;
    background-color: #e8e8e6;
}

.element-info-know h4 {
    font-size: 60px;
    color: #00467f;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
    .element-info-know h4 {
        font-size: 30px;
        line-height: 30px;
    }
}

.element-info-know p {
    font-size: 25px;
    line-height: 28px;
    color: #00467f;
}

@media screen and (max-width: 1100px) {
    .element-info-know p {
        font-size: 18px;
        line-height: 21px;
    }
}

@media screen and (max-width: 992px) {
    .hide-mobile-tab {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #filter-cat-prod {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    #filter-cat-prod .col-12 {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    #filter-cat-prod .row {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    #filter-cat-prod .filter-category {
        display: none;
        margin: 0;
        border-bottom: 2px solid #afafb1;
    }
}

@media screen and (max-width: 992px) {
    #filter-cat-prod .filter-category ul {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
        height: auto;
    }
}

#filter-cat-prod .btn-filter-cat {
    background-color: #00467f;
    padding: 40px 0;
    position: relative;
}

@media screen and (min-width: 992px) {
    #filter-cat-prod .btn-filter-cat {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    #filter-cat-prod .btn-filter-cat {
        padding: 20px 0;
    }
}

#filter-cat-prod .btn-filter-cat button {
    border: 4px solid #ffffff;
    background-color: transparent;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    padding: 10px 85px;
    border-radius: 50px;
    font-size: 30px;
    font-weight: 600;
}

#filter-cat-prod .btn-filter-cat button:hover {
    color: #00467f;
    background-color: #ffffff;
}

#filter-cat-prod .btn-filter-cat button:focus {
    outline: none;
}

@media screen and (max-width: 700px) {
    #filter-cat-prod .btn-filter-cat button {
        font-size: 20px;
        padding: 10px 40px;
    }
}

#filter-cat-prod .btn-filter-cat:after {
    position: absolute;
    content: "";
    width: 300px;
    height: calc(100% + 10px);
    left: -150px;
    background-color: #ffffff;
    top: -5px;
    transform: skewX(-30deg);
}

@media screen and (max-width: 700px) {
    #filter-cat-prod .btn-filter-cat:after {
        left: -220px;
    }
}

#filter-cat-prod .btn-filter-cat:before {
    position: absolute;
    content: "";
    width: 300px;
    height: 100%;
    left: -180px;
    background-color: #e6e6e6;
    top: 0;
    transform: skewX(-30deg);
    z-index: 2;
}

@media screen and (max-width: 700px) {
    #filter-cat-prod .btn-filter-cat:before {
        left: -250px;
    }
}

#filter-cat-prod .btn-filter-cat.remove-ab:after {
    content: initial;
}

#filter-cat-prod .btn-filter-cat.remove-ab:before {
    content: initial;
}

.btn-show-result {
    display: none;
}


/*Gabi css*/

.downloadlink {
    color: #ffffff;
    text-decoration: none;
}

.download a:hover {
    text-decoration: none;
}

#characteristics p::before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../../../images/theme/shape-bg.png");
    padding-right: 15px;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 1px 4px;
}

#characteristics ul li {
    list-style: none;
}

#characteristics ul li::before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../../../../images/theme/shape-bg.png");
    padding-right: 15px;
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: 1px 4px;
}

#instructions ul li {
    list-style: none;
}

.imgb {
    margin: 5px;
    padding: 5px;
}

.btn.btnshowm {
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    color: #00467f;
    text-align: center;
}

.btn.btnshowp {
    width: 200px;
    margin: 0 auto;
    font-size: 20px;
    color: #00467f;
    text-align: center;
}

.goods-to-cart .wrapper-attribute a {
    border: 2px solid #898989;
    min-width: 80px;
    text-align: center;
}

.modal.show .modal-dialog {
    max-width: 900px;
}

.specsletter::first-letter {
    text-transform: uppercase;
}

.goods-to-cart .wrapper-attribute a.status-active {
    border: 2px solid #00b450;
}

.goods-to-cart .wrapper-attribute a.filter-active {
    border: 2px solid #DC143C;
}


/* end css Gabi */

.gallery-tehnic .gallery-item {
    padding-bottom: 35px;
    position: relative;
}

.gallery-counter.info-number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.gallery-tehnic.element-block {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 550px) {
    .nav-accordion ul li {
        width: 25%;
        border: 0;
        float: left;
    }
    .nav-accordion ul li .nav-element-accordion {
        max-width: 300px;
        margin: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .nav-accordion ul li .nav-element-accordion img {
        width: 40px;
    }
    .nav-accordion ul li .nav-element-accordion p {
        /*width: calc(100% - 60px);*/
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .gallery-tehnic.element-block {
        display: block;
        flex-wrap: initial;
    }
    .gallery-tehnic .gallery-item {
        position: relative;
        left: 0;
        transform: none;
        float: left;
        margin: 0 auto;
    }
}

.list-accordion2 ul {
    margin: 0px;
    padding: 0px;
}

#cat-product li.hide {
    display: none;
}

.hide-btn {
    display: none;
}

.pdg-t-20 {
    padding-top: 20px;
}

.product-nav {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    width: 90%;
}

.nav-prod-hodlder.active {
    border: 1px solid #d3d3d340;
    box-shadow: 0 0 10px #ddd;
    border-top: 4px solid #00467f;
}

.cat-list {
    width: 90%;
}

.prod-title-cat {
    font-size: 11px;
}

.nav-prod li img {
    width: 30px;
    height: 30px;
}

.prod-catimg img {
    max-width: 115px;
}

/ meniu mobile / .nav-menu-mobile {
    display: block;
}

.navigation-mobile {
    display: none;
}

.holder-mobile-menu .description-bar h2 {
    font-size: 26px;
}

.holder-mobile-menu .description-bar p {
    font-size: 18px;
}

.holder-mobile-menu {
    padding: 20px 0;
}

@media screen and (max-width: 600px) {
    .holder-mobile-menu .description-bar h2 {
        font-size: 22px;
    }
    .holder-mobile-menu .description-bar p {
        font-size: 16px;
    }
}

.navigation-mobile {
    padding-top: 30px;
}

.navigation-mobile li {
    margin-bottom: 20px;
}

.navigation-mobile li a h3 {
    font-size: 16px;
}

@media screen and (min-width: 700px) {
    .navigation-mobile li {
        width: 20%;
    }
}

.navigation-mobile li {
    width: 20%;
}

@media screen and (max-width: 600px) {
    .navigation-mobile li {
        width: 33.33%;
    }
}

@media screen and (max-width: 420px) {
    .navigation-mobile li a h3 {
        font-size: 14px;
    }
}

.mobile-menu .mobile-btn svg {
    fill: #00467f;
}

.nav-bar-mob {
    border-bottom: 1px solid lightgray;
}

.bg-mobile-menu {
    height: auto;
    overflow-y: auto;
}

.holder-el-mob-menu {
    display: none;
}

.navigation-mobile.main-nav {
    display: flex;
    flex-wrap: wrap;
}

ul.product-list li a.img-item:hover {
    border: 1px solid #00b450;
}

ul.product-list li a.img-item {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #ffffff00;
    margin-bottom: 10px;
    transition: 0.3s;
}

.hytPlayerWrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

.hytPlayerWrap.ended::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==);
}

.hytPlayerWrap.paused::after {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    bottom: 50px;
    right: 0;
    cursor: pointer;
    background-color: black;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+);
}


/* css 28.05.2020 */

.nav-prod li h2 {
    color: #bbb;
}

.close-menu-btn {
    position: absolute;
    width: auto;
    right: 0;
    top: 5px;
}

.close-menu-btn svg {
    cursor: pointer;
}


/* end css 28.05.2020 */


/* meniu mobile */

.nav-menu-mobile {
    display: block;
}

.navigation-mobile {
    display: none;
}

.holder-mobile-menu .description-bar h2 {
    font-size: 26px;
}

.holder-mobile-menu .description-bar p {
    font-size: 18px;
}

.holder-mobile-menu {
    padding: 20px 0;
}

@media screen and (max-width: 600px) {
    .holder-mobile-menu .description-bar h2 {
        font-size: 22px;
    }
    .holder-mobile-menu .description-bar p {
        font-size: 16px;
    }
}

.navigation-mobile {
    padding: 30px 0;
    padding-bottom: 70px;
}

.navigation-mobile li {
    margin-bottom: 20px;
}

.navigation-mobile li a h3 {
    font-size: 16px;
}

@media screen and (min-width: 700px) {
    .navigation-mobile li {
        width: 20%;
    }
}

.navigation-mobile li {
    width: 20%;
}

@media screen and (max-width: 600px) {
    .navigation-mobile li {
        width: 33.33%;
    }
}

@media screen and (max-width: 420px) {
    .navigation-mobile li a h3 {
        font-size: 14px;
    }
}

.mobile-menu .mobile-btn svg {
    fill: #00467f;
}

.nav-bar-mob {
    border-bottom: 1px solid lightgray;
}

.bg-mobile-menu {
    height: auto;
    overflow-y: auto;
}

.holder-el-mob-menu {
    display: none;
}

.navigation-mobile.main-nav {
    display: flex;
    flex-wrap: wrap;
}

ul.product-list-menu {
    width: 100%;
    float: left;
}

ul.product-list-menu li {
    width: 100%;
    float: left;
    padding: 10px;
}

ul.product-list-menu li.hide {
    display: none;
}

ul.product-list-menu li a {
    display: flex;
    flex-wrap: wrap;
}

ul.product-list-menu li .img-mobile-cat {
    width: 30%;
    height: 80px;
}

ul.product-list-menu .img-mobile-cat img {
    width: 100%;
    max-height: 80px;
    padding: 0 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

ul.product-list-menu .product-name {
    width: 70%;
    padding-left: 20px;
}

ul.product-list-menu .product-name h3 {
    margin: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    text-align: left;
    text-transform: initial;
}

.mobile-section-back {
    float: left;
    width: 100%;
    background-color: white;
    display: none;
    padding-bottom: 10px;
    background-color: white;
    padding-top: 10px;
    margin-bottom: -2px;
}

.mobile-section-back p {
    text-align: center;
    font-size: 14px;
    color: #a8a8a8;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
}


/* end mobile css nav */

@media screen and (max-width: 1000px) {
    body {
        margin-top: 155px;
    }
}


/*# sourceMappingURL=style.css.map */

.product-subtitle {
    font-weight: bold;
}

.related-product {
    border: 1px solid #dddddd;
    float: left;
    height: 100%;
}

@media screen and (max-width: 600px) {
    .list-accordion2 li {
        width: 100%;
        float: left;
    }
    .list-accordion2 li span {
        width: 100%;
        float: left;
        padding-left: 0;
    }
}

.bg-mobile-menu {
    scroll-behavior: smooth;
}

ul.product-list li p.s-desc {
    font-size: 14px;
    font-weight: normal;
    color: #00467f;
    margin-bottom: 10px;
}

ul.product-list li a.s-desc {
    border: none;
    background-color: transparent;
    padding: 0;
    width: 100%;
}

ul.product-list li a.s-desc p {
    font-size: 14px;
    font-weight: normal;
    color: #00467f;
    margin-bottom: 10px;
}

.col-12.col-xs-12.col-md-4.col-xl-2.asocp {
    margin-bottom: 20px;
}

ul.product-list li {
    margin-bottom: 70px;
}

.catbtn {
    margin: 10px 0;
}

button.load-more {
    margin: auto;
    padding: 10px 40px;
    border-radius: 30px;
    color: black;
    background-color: transparent;
    border: 2px solid #00b450;
    transition: 0.3s;
    font-weight: 500;
}

button.load-more:hover {
    color: #00b450;
    background-color: white;
}

button.load-more:focus {
    border: 2px solid #00b450;
}

ul.product-list li .related-product {
    position: relative;
    /*padding-bottom:70px;*/
    padding-bottom: 110px;
    width: 100%;
}

ul.product-list li .related-product .title-product-r h3 {
    font-size: 16px;
    font-weight: bold;
    color: #00467f;
    text-align: left;
    padding: 10px 10px 0 10px;
    margin-bottom: 3px;
    min-height: 50px;
    text-align: left;
}

ul.product-list li .related-product .rltd-filter-r p {
    font-size: 9px;
    font-weight: 400;
    color: #888888;
    text-align: left;
    padding: 0 10px;
}

.product_category {
    font-size: 10px;
    font-weight: 400;
    color: #888888;
    text-align: left;
    padding: 0 10px;
}

ul.product-list li a.catbtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    width: 170px;
}

.list-e {
    transform: none;
    margin-top: 50px;
    top: 0;
}

@media screen and (max-width: 999px) {
    .list-e {
        margin-top: 20px;
    }
}

.no-result.element-block {
    text-align: center;
    font-size: 20px;
    position: relative;
    display: none;
}

.no-result.element-block:after {
    content: '';
    width: 250px;
    height: 1px;
    background-color: #00467f;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #00467f;
    border-bottom: 16px solid #00b450;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    left: 45%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#overwLoad {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(8, 8, 8, 0.8);
    display: none;
}

ul.product-list li .productcimg img {
    width: 70px;
    height: auto;
    object-fit: contain;
    float: left;
    padding: 0 10px;
    margin-bottom: 3px;
    height: 15px;
}

.wraper-reset-btn {
    width: 100%;
    float: left;
    margin: 10px 0;
}

.wraper-reset-btn button {
    font-size: 14px;
    border: 0;
    padding: 10px 15px 10px 15px;
    background-color: transparent;
    font-weight: 700;
    line-height: 20px;
    /*float:right;*/
    border-color: black;
}

.wraper-reset-btn button:hover svg {
    transform: rotate(180deg);
}

button#reset-filter-applied svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    transition: transform 300ms ease;
}

.mobile-section-back .btn-main {
    padding: 7px 25px
}

@media screen and (max-width: 700px) {
    .title-page p {
        font-size: 16px;
    }
    .title-page h1 {
        font-size: 22px;
    }
    #filter-cat-prod .btn-filter-cat button {
        font-size: 12px;
        padding: 5px 30px;
        border: 2px solid white;
    }
}

@media screen and (max-width: 600px) {
    ul.product-list li {
        width: 500px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 520px) {
    ul.product-list li {
        width: 450px;
    }
}

@media screen and (max-width: 460px) {
    ul.product-list li {
        width: 400px;
    }
}

@media screen and (max-width: 992px) {
    .breadcrumbs-navigation {
        display: none!important;
    }
}

@media screen and (max-width: 600px) {
    ul.product-list li img {
        height: 330px;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        object-fit: contain;
    }
}

.large-current-image img {
    transform: none;
}

.large-current-image iframe {
    height: 350px;
}

#exampleModalCenter iframe {
    width: 100%;
    min-height: 500px;
}

#exampleModalCenter #iframe-wrap {
    padding: 0;
}

div#iframe-wrap {
    float: left;
}

#exampleModalCenter button {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    float: right;
}

.iframe-yt .btn-play-yt svg {
    width: 30px;
    height: 30px;
    fill: #000000;
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    transform: translate(-50%, -50%);
}

.iframe-yt .btn-play-yt {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 222;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7
}

.iframe-yt img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.large-current-image img {
    height: 350px;
    object-fit: contain;
}

@media screen and (max-width: 1400px) {
    .large-current-image {
        margin-left: 5px;
    }
}

@media screen and (max-width: 1200px) {
    .large-current-image {
        margin: auto;
    }
}

@media screen and (max-width:768px) {
    .large-current-image img {
        height: 320px;
        object-fit: cover;
    }
}

@media screen and (max-width: 576px) {
    .large-current-image img {
        width: 450px;
        height: 280px;
        margin: auto
    }
}

@media screen and (max-width: 460px) {
    .large-current-image img {
        width: 400px;
        height: 250px;
        margin: auto
    }
}

@media screen and (max-width: 410px) {
    .large-current-image img {
        width: 100%;
        height: 210px;
        margin: auto
    }
}

@media screen and (max-width: 950px) {
    #exampleModalCenter .modal-content {
        width: 95%;
        margin: auto;
    }
    #exampleModalCenter iframe {
        min-height: auto;
        height: 450px;
    }
}

@media screen and (max-width: 950px) {
    #exampleModalCenter iframe {
        height: 450px;
    }
}

@media screen and (max-width: 630px) {
    #exampleModalCenter iframe {
        height: 400px;
    }
}

@media screen and (max-width: 550px) {
    #exampleModalCenter iframe {
        height: 350px;
    }
}

@media screen and (max-width: 450px) {
    #exampleModalCenter iframe {
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    #exampleModalCenter iframe {
        height: 280px;
    }
}

#cat-product li.hide {
    display: none;
}

.hide-btn {
    display: none;
}

.pdg-t-20 {
    padding-top: 20px;
}

.product-nav {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e1e1e1;
    width: 90%;
}

.nav-prod-hodlder.active {
    border: 1px solid #d3d3d340;
    box-shadow: 0 0 10px #ddd;
    border-top: 4px solid #00467f;
}

.cat-list {
    width: 90%;
}

.prod-title-cat {
    font-size: 11px;
}

.nav-prod li img {
    width: 30px;
    height: 30px;
}

.prod-catimg img {
    max-width: 115px;
}


/* css 28.05.2020 */

.nav-prod li h2 {
    color: #bbb;
}

.close-menu-btn {
    position: absolute;
    width: auto;
    right: 0;
    top: 5px;
}

.close-menu-btn svg {
    cursor: pointer;
}


/* end css 28.05.2020 */


/* meniu mobile */

.nav-menu-mobile {
    display: block;
}

.navigation-mobile {
    display: none;
}

.holder-mobile-menu .description-bar h2 {
    font-size: 26px;
}

.holder-mobile-menu .description-bar p {
    font-size: 18px;
}

.holder-mobile-menu {
    padding: 20px 0;
}

@media screen and (max-width: 600px) {
    .holder-mobile-menu .description-bar h2 {
        font-size: 22px;
    }
    .holder-mobile-menu .description-bar p {
        font-size: 16px;
    }
}

.navigation-mobile {
    padding: 30px 0;
}

.navigation-mobile li {
    margin-bottom: 20px;
}

.navigation-mobile li a h3 {
    font-size: 16px;
}

@media screen and (min-width: 700px) {
    .navigation-mobile li {
        width: 20%;
    }
}

.navigation-mobile li {
    width: 20%;
}

@media screen and (max-width: 600px) {
    .navigation-mobile li {
        width: 33.33%;
    }
}

@media screen and (max-width: 420px) {
    .navigation-mobile li a h3 {
        font-size: 14px;
    }
}

.mobile-menu .mobile-btn svg {
    fill: #00467f;
}

.nav-bar-mob {
    border-bottom: 1px solid lightgray;
}

.bg-mobile-menu {
    height: auto;
    overflow-y: auto;
}

.holder-el-mob-menu {
    display: none;
    padding-bottom: 40px;
}

.navigation-mobile.main-nav {
    display: flex;
    flex-wrap: wrap;
}

ul.product-list-menu {
    width: 100%;
    float: left;
}

ul.product-list-menu li {
    width: 100%;
    float: left;
    padding: 10px;
}

ul.product-list-menu li.hide {
    display: none;
}

ul.product-list-menu li a {
    display: flex;
    flex-wrap: wrap;
}

ul.product-list-menu li .img-mobile-cat {
    width: 30%;
    height: 80px;
}

ul.product-list-menu .img-mobile-cat img {
    width: 100%;
    max-height: 80px;
    padding: 0 5px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

ul.product-list-menu .product-name {
    width: 70%;
    padding-left: 20px;
}

ul.product-list-menu .product-name h3 {
    margin: 0;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    text-align: left;
    text-transform: initial;
}

.mobile-section-back {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    background-color: white;
}

.mobile-section-back p {
    text-align: center;
    font-size: 14px;
    color: #a8a8a8;
}

.mobile-section-back {
    display: none;
}


/* end mobile css nav */

.nav-ac-holder {
    margin: 30px 0;
    width: 100%;
    float: left;
    background-color: #00467f;
    padding: 45px 30px;
    position: relative;
}

ul.nav-account {
    width: 100%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.nav-account li a {
    font-size: 20px;
    color: white;
    font-weight: 400;
    text-decoration: none;
}

ul.nav-account li.active a {
    font-weight: 700;
}

.nav-ac-holder:after {
    position: absolute;
    content: '';
    width: 250px;
    height: 100%;
    background-color: white;
    top: 0;
    right: -190px;
    transform: skew(-25deg);
}

.nav-ac-holder:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 100%;
    background-color: #00b450;
    top: 0;
    right: 25px;
    transform: skew(-25deg);
    z-index: 2
}

ul.nav-account-icons {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

ul.nav-account-icons li {
    float: right;
    width: auto;
}

ul.nav-account-icons li svg {
    width: 80px;
    height: 80px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    fill: #00467f;
}

ul.nav-account-icons li h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-top: 25px;
    color: #00467f;
}

.title-section-delimiter.acc-delimitor:after {
    background-color: #e6e6e6;
}

.title-section-delimiter.acc-delimitor {
    padding: 9px 0;
}

.acc-delimitor span.element-title {
    padding: 18px 0;
}

table.table-invoices {
    width: 100%;
}

table.table-invoices tr {
    border-bottom: 2px solid #00467f;
}

table.table-invoices tr:last-of-type {
    border: 0;
}

table.table-invoices {
    margin-bottom: 20px;
}

.order-no {
    font-size: 19px;
    color: #00467f;
    font-weight: 700;
    text-transform: uppercase;
    width: 50%;
}

.order-no a {
    color: #00467f;
}

.order-no .status {
    font-weight: 400;
    text-transform: initial;
}

.order-no p a {
    font-size: 16px;
    font-weight: 500;
    color: #00b450;
    text-transform: lowercase;
}

.order-no p a svg {
    width: 17px;
    height: 17px;
    fill: #00b450;
    margin-left: 5px;
}

.price-d {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    color: #00467f;
    width: 100%;
    float: right;
    height: 100%;
}

td.date-price {
    /*position: relative;*/
    /*display: flex;*/
}

table.table-inv tr td {
    width: 33.33%;
}

.order-number .price-d {
    text-align: center;
}

.link-acc {
    font-size: 16px;
    font-weight: 500;
    color: #00b450;
    text-transform: lowercase;
}

.account-info p {
    font-size: 18px;
    font-weight: 400;
    color: #00467f;
    margin-bottom: 5px;
}

.account-info {
    margin-bottom: 30px;
}

.fix-width-span span {
    float: right;
    min-width: 250px;
    text-align: center;
    font-weight: 700;
}

.fix-width-span h2 {
    margin: 0;
}

.title-section-delimiter.acc-delimitor.fix-width-span {
    padding: 0;
}

.order-confirmation {
    margin-right: 30px;
}

.btn-search-icon svg {
    fill: white;
    width: 30px;
    height: 30px;
    transform: rotate(90deg)
}

.btn-search-icon {
    background-color: #00b450;
    border: 0;
    padding-left: 25px;
    border-radius: 0;
    position: relative;
    height: 45px;
}

.btn-search-icon:focus {
    box-shadow: none;
    border: 0;
}

.btn-search-icon:after {
    content: '';
    width: 30px;
    height: 100%;
    top: 0;
    left: -15px;
    position: absolute;
    background-color: white;
    clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
}

form.filter-date {
    float: left;
    background-color: #e6e6e6;
    margin-bottom: 35px;
}

form.filter-date p {
    float: left;
    padding: 0 20px;
    margin: 0;
    line-height: 45px;
    font-size: 19px;
    color: #00467f;
}

form.filter-date p svg {
    fill: #00467f;
    margin-left: 5px;
    margin-top: -5px;
}

input.date-filter {
    border: 0;
    background-color: transparent;
    margin-right: 30px;
    margin-top: 10px;
    float: left;
    min-width: 230px;
}

input.date-filter:focus {
    border: 0;
    box-shadow: none;
}

.el-row-delimiter span.element-title {
    font-size: 19px;
    font-weight: 700;
    color: #00467f;
    background-color: white;
}

.el-row-delimiter span.element-title:after {
    width: 15px;
    background-color: #00b450;
}

.el-row-delimiter .title-section-delimiter.acc-delimitor:after {
    background-color: #00467f;
}

.el-row-delimiter span.element-title:before {
    width: 200px;
}

.details-account {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

.details-account p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #00467f;
}

button.btn-acc {
    border: 0;
    background-color: transparent;
    color: #00b450;
    font-size: 20px;
    margin-top: 10px;
    padding-left: 0;
}

#regForm button {
    float: right;
}

.form-baltic {
    width: 450px;
    float: left;
    margin: 50px 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.form-baltic input {
    border-radius: 5px;
    font-size: 16px;
    background-color: #fbfbfb;
    margin-bottom: 20px;
}

.form-baltic input.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

.form-baltic button {
    background-color: #00467f;
    border: 0;
    font-size: 16px;
}

.form-baltic button:hover {
    background-color: #00b41e;
}

.form-baltic h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}

#login-form {
    width: 100%;
    margin: 0;
}

@media screen and (max-width: 500px) {
    .form-baltic {
        width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 1340px) {
    ul.nav-account-icons li svg {
        width: 50px;
        height: 50px;
    }
    ul.nav-account-icons li h2 {
        font-size: 18px;
    }
    ul.nav-account li a {
        font-size: 20px;
    }
}

@media screen and (max-width: 1060px) {
    ul.nav-account-icons li {
        width: auto;
    }
    ul.nav-account-icons li svg {
        width: 35px;
        height: 35px;
    }
    ul.nav-account-icons li h2 {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 769px) {
    ul.nav-account li a {
        font-size: 14px;
    }
}

#acc-nav .row {
    width: 100%;
}

@media screen and (max-width: 992px) {
    #acc-nav {
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 768px) {
    ul.nav-account-icons li h2 {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 540px) {
    .nav-ac-holder {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 530px) {
    .nav-ac-holder:before {
        width: 10px;
        right: -15px;
        transform: none;
    }
    .nav-ac-holder:after {
        width: 0;
        right: 0;
    }
    .fix-width-span span {
        float: initial;
        font-size: 16px;
    }
    .fix-width-span:after {
        min-height: 59px;
        top: -5px;
    }
    .order-no,
    .price-d,
    .account-info p {
        font-size: 16px;
    }
    #acc-nav .col-6 {
        padding: 0
    }
    #acc-nav .row {
        margin: 0;
    }
    form.filter-date p {
        width: 100%;
        text-align: center;
    }
    .date-filter {
        width: auto;
        float: left;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .btn-search-icon {
        width: auto;
        padding-left: 10px;
        float: right;
    }
    .btn-search-icon:after {
        width: 0;
        height: 0;
    }
}

@media screen and (max-width: 440px) {
    ul.nav-account-icons {
        padding-left: 15px;
    }
    ul.nav-account-icons li h2 {
        font-size: 10px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    ul.nav-account li a {
        font-size: 12px
    }
}

@media screen and (max-width: 769px) {
    span.element-title {
        min-width: auto;
    }
}

@media screen and (max-width: 769px) {
    table.table-invoices,
    table.table-invoices tr,
    table.table-invoices td,
    table.table-invoices tbody {
        display: block;
        position: relative;
        width: 100%;
        float: left;
    }
    .price-d {
        text-align: left;
    }
    .fix-width-span span {
        min-width: auto;
    }
    table.table-inv tr td {
        width: 100%;
    }
    .order-number .price-d {
        text-align: left;
    }
}

.el-del .title-section-delimiter h2 {
    text-align: left;
    padding-left: 400px;
}

.el-del.el-row-delimiter span.element-title:before {
    width: 400px;
}

@media screen and (max-width: 1400px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 200px;
    }
}

@media screen and (max-width: 820px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 100px;
    }
}

@media screen and (max-width: 769px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 150px;
    }
    .el-del.el-row-delimiter span.element-title:before {
        width: 600px;
    }
}

@media screen and (max-width: 720px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 250px;
    }
    .el-del.el-row-delimiter span.element-title:before {
        width: 400px;
    }
}

@media screen and (max-width: 600px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 150px;
    }
    .el-del.el-row-delimiter span.element-title:before {
        width: 350px;
    }
}

@media screen and (max-width: 500px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 100px;
    }
    .el-del.el-row-delimiter span.element-title:before {
        width: 300px;
    }
}

@media screen and (max-width: 380px) {
    .el-del .title-section-delimiter h2 {
        padding-left: 100px;
    }
    .el-del.el-row-delimiter span.element-title:before {
        width: 200px;
    }
}

table.order-table th {
    word-spacing: 100vw;
    font-size: 16px;
    font-weight: 700;
    color: #00467f;
    background-color: #e6e6e6;
    padding: 5px 5px 5px 10px;
    line-height: 20px;
}

table.order-table th.wdth-200 {
    word-spacing: initial;
}

table.order-table tr {
    border-bottom: 2px solid #2e3192;
}

table.order-table td {
    font-size: 15px;
    color: #00467f;
    padding: 0 5px 0 10px;
}

table.order-table td.product {
    font-weight: 700;
    text-transform: uppercase;
}

table.order-table thead tr {
    border-bottom: none
}

table.order-table .discount {
    background-color: #e6e6e6;
}

table.order-table .without-discount {
    border-bottom: 0
}

table.order-table .discount td {
    padding: 5px 0 5px 10px
}

table.order-table {
    margin-bottom: 30px;
}

.wdth-100 {
    width: 100px;
}

.wdth-200 {
    width: 200px;
}

table.order-table .discount td {
    padding-left: 35px
}

ul.info-order {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 15px;
    color: #00467f;
    margin-bottom: 20px;
}

ul.info-order li {
    margin-bottom: 0;
}

ul.info-order li span {
    float: right;
    font-weight: 700;
}

ul.info-order ul {
    list-style: none;
    margin: 0;
    font-weight: 700;
}


/* biblioteca */

#image-banner {
    display: inline-flex;
    margin: 30px 0;
    height: 350px;
    width: 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    overflow: hidden;
}

.m-t-20 {
    margin-top: 20px;
}

.bg-txt {
    position: relative;
}

.bg-txt:after {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #00467f;
    position: absolute;
    z-index: 0;
    transform: skew(-30deg);
    right: 100px;
}

.bg-txt:before {
    content: '';
    width: 25px;
    height: 100%;
    top: 0;
    right: 55px;
    background-color: #00b450;
    position: absolute;
    z-index: 1;
    transform: skew(-30deg);
}

#image-banner h1 {
    font-size: 30px;
    font-weight: 700;
    color: white;
    word-spacing: 100vw;
    top: 25%;
    left: 50px;
    position: absolute;
    z-index: 2;
}

.el-del.el-del-b .title-section-delimiter h2 {
    text-align: left;
    padding-left: 80px;
}

.el-del.el-del-b .title-section-delimiter:after {
    right: 80%;
    right: initial;
    left: -6950px;
}

.el-del.el-del-b .title-section-delimiter span.element-title:before {
    width: 200px;
}

ol.info-steps {
    font-size: 17px;
    padding-left: 15px;
    color: #00467f;
    margin-bottom: 20px;
}

form.search-doc {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}

form.search-doc input[type="search"] {
    width: calc(100% - 70px);
    float: left;
    height: 50px;
    padding: 0 20px;
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
    border: 2px solid #00b450;
    ;
}

form.search-doc button {
    width: 70px;
    float: left;
    padding: 0;
    border: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #00b450;
}

form.search-doc button svg {
    width: 30px;
    height: 50px;
    transform: rotateY(-180deg);
    fill: white;
}


/* end biblioteca */

.filter-active {
    border: 2px solid red !important;
    ;
}

.large-current-image img {
    transform: none;
}

.large-current-image iframe {
    height: 350px;
}

#exampleModalCenter iframe {
    width: 100%;
    min-height: 500px;
}

#exampleModalCenter #iframe-wrap {
    padding: 0;
}

div#iframe-wrap {
    float: left;
}

#exampleModalCenter button {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    float: right;
}

.iframe-yt .btn-play-yt svg {
    width: 30px;
    height: 30px;
    fill: #000000;
    position: absolute;
    top: 50%;
    left: calc(50% + 3px);
    transform: translate(-50%, -50%);
}

.iframe-yt .btn-play-yt {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 222;
    top: 50%;
    left: 50%;
    background-color: white;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.7
}

.iframe-yt img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.large-current-image img {
    height: 350px;
    object-fit: contain;
}

@media screen and (max-width: 1400px) {
    .large-current-image {
        margin-left: 5px;
    }
}

@media screen and (max-width: 1200px) {
    .large-current-image {
        margin: auto;
    }
}

@media screen and (max-width:768px) {
    .large-current-image img {
        height: 320px;
        object-fit: contain;
    }
}

@media screen and (max-width: 576px) {
    .large-current-image img {
        width: 450px;
        height: 280px;
        margin: auto
    }
}

@media screen and (max-width: 460px) {
    .large-current-image img {
        width: 400px;
        height: 250px;
        margin: auto
    }
}

@media screen and (max-width: 410px) {
    .large-current-image img {
        width: 100%;
        height: 210px;
        margin: auto
    }
}

@media screen and (max-width: 950px) {
    #exampleModalCenter .modal-content {
        width: 95%;
        margin: auto;
    }
    #exampleModalCenter iframe {
        min-height: auto;
        height: 450px;
    }
}

@media screen and (max-width: 950px) {
    #exampleModalCenter iframe {
        height: 450px;
    }
}

@media screen and (max-width: 630px) {
    #exampleModalCenter iframe {
        height: 400px;
    }
}

@media screen and (max-width: 550px) {
    #exampleModalCenter iframe {
        height: 350px;
    }
}

@media screen and (max-width: 450px) {
    #exampleModalCenter iframe {
        height: 300px;
    }
}

@media screen and (max-width: 400px) {
    #exampleModalCenter iframe {
        height: 280px;
    }
}

ul.list-accordion3 {
    padding: 0;
    margin-left: 30px;
}

ul.list-accordion3 li a {
    font-size: 16px;
    color: black;
    text-transform: initial;
    position: relative;
}

ul.list-accordion3 li a:after {
    height: 100%;
    width: 0;
    background-color: #00467f;
    content: '';
    position: absolute;
    left: -5px;
    top: 0;
}

ul.product-list li .related-product a.s-desc h3 {
    min-height: auto;
}

#open-search {
    font-size: 11px;
    color: white;
    text-transform: uppercase;
}

div#open-search span {
    margin-right: 5px;
    line-height: 33px
}

div#open-search img {
    filter: invert();
    width: 30px;
    height: 30px;
    float: right;
}

div#open-search {
    float: right;
    position: relative;
}

@media screen and (max-width: 420px) {
    ul.product-list li {
        width: 100%
    }
}

.filter-mobile-icon {
    position: fixed;
    bottom: 50px;
    right: 20px;
    background-color: #00b450;
    padding: 10px;
    border-radius: 15px;
    z-index: 199;
}

.filter-mobile-icon img {
    width: 30px;
    height: 30px;
    filter: invert()
}

@media screen and (min-width: 992px) {
    .filter-mobile-icon {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    #filter-cat-prod .filter-category {
        display: block;
    }
}

.show-result {
    display: none
}

@media screen and (max-width: 992px) {
    .filter-holder {
        float: left;
        position: fixed;
        z-index: 999;
        background-color: #e6e6e6;
        top: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        transition: height 0.3s;
    }
    .open-filter-menu {
        height: 100%;
        overflow-y: auto;
    }
    #filter-cat-prod .filter-category ul.open-list-op {
        max-height: initial;
        transition: height 0.3s;
    }
    .counter-filter {
        position: absolute;
        top: 3px;
        right: 5px;
        background-color: white;
        padding: 0 4px;
        font-size: 12px;
        text-align: center;
        border-radius: 5px;
        z-index: 2;
    }
    .show-result {
        width: 50%;
        float: left;
        margin: 20px 0;
        padding: 0 10px;
        text-transform: capitalize;
        font-weight: 700;
        display: block;
    }
    .wraper-reset-btn {
        width: 50%;
        float: right;
    }
}

@media screen and (max-width: 992px) {
    .filter-category {
        margin-bottom: 0;
        padding: 10px;
    }
}

@media screen and (max-width: 600px) {
    .filter-category h3 {
        line-height: 24px;
        font-size: 16px;
    }
}

.slick-initialized .slick-slide:focus {
    outline: none;
}

#image-banner.banner-cart {
    height: 135px;
}

ul.cart-product li.cart-header {
    text-align: center;
}

#image-banner.banner-cart h1 {
    top: 50%;
    transform: translateY(-50%);
}

ul.cart-product {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.cart-product li {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    float: left;
}

ul.cart-product h2 {
    font-size: 16px;
    color: #00467f;
    position: relative;
    padding: 0 5px;
}

ul.cart-product p {
    font-size: 16px;
    color: #00467f;
    position: relative;
}

ul.cart-product p span {
    font-size: 13px;
    color: #00467f;
    position: relative;
}

ul.cart-product .product-image {
    width: 15%;
    float: left;
}

ul.cart-product .product-name {
    width: 33%;
    float: left;
}

ul.cart-product .product-quantity {
    width: 12%;
    float: left;
}

ul.cart-product .product-unit {
    width: 10%;
    float: left;
}

ul.cart-product .product-price {
    width: 20%;
    float: left;
}

ul.cart-product .product-remove {
    width: 10%;
    padding: 10px;
    float: left;
}

.cart-product select {
    border: 2px solid #00467f;
    width: 100%;
}

.select-after {
    position: relative;
    float: left;
    width: 100%;
}

.select-after:after {
    position: absolute;
    right: 2px;
    top: calc(50% - 1px);
    transform: translateY(-50%);
    text-align: center;
    background-color: #00b450;
    height: 100%;
    width: 20px;
    color: white;
    ;
    border-top: 1px solid #00467f;
    border-bottom: 1px solid #00467f;
    display: none;
}

.btn-remove {
    position: relative;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.car-total-price-product {
    font-size: 20px;
    font-weight: 700;
    color: #00467f;
    text-align: right;
}

.price-per-buc {
    font-size: 16px;
    color: #00467f;
    text-align: right;
}

.cart-product .wrap {}

.order-info {
    float: left;
    width: 100%;
    height: auto;
    background-color: #00467f;
    padding: 30px;
}

.order-info h3 {
    font-size: 22px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.order-info h4 {
    font-size: 26px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.order-info p {
    font-size: 16px;
    color: white;
    margin-bottom: 0;
}

.order-btn {
    font-size: 16px;
    color: white;
    background-color: #00b450;
    border: 0;
    padding: 7px 15px;
    border-radius: 40px;
}

.order-btn:focus {
    box-shadow: none;
    outline: none;
}

ul.cart-product img {
    /*max-height: 160px;
        max-width:160px;*/
    max-height: 120px;
    max-width: 120px;
    object-fit: contain;
    padding: 5px;
    margin: auto;
    display: block;
}

@media screen and (max-width: 1200px) {
    .order-info {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    ul.cart-product .product-image {
        width: 40%;
    }
    ul.cart-product .product-name {
        width: 60%;
    }
    ul.cart-product .product-quantity {
        width: 70%;
    }
    ul.cart-product .product-price {
        width: 30%;
    }
    .cart-product select {
        max-width: 150px;
        float: right;
    }
}

@media screen and (max-width: 430px) {
    ul.cart-product .product-quantity {
        width: 50%;
    }
    ul.cart-product .product-price {
        width: 50%;
    }
}

.content-padding {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.webdesign {
    color: white;
    font-size: 12px;
    text-align: center;
}

.copyright {
    text-align: center;
    margin-bottom: 0
}

#image-banner.row-banner-ac {
    margin: 30px -15px;
}

.fst-col {
    position: relative;
    z-index: 5;
}

.row-banner-ac img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nd-col.bg-txt:after {
    width: calc(100% + 250px);
    right: -110px;
    z-index: 2;
}

.nd-col.bg-txt:before {
    right: -150px;
}

#image-banner .nd-col h1 {
    z-index: 4;
    top: initial;
    transform: none;
    position: relative;
    word-spacing: initial;
    left: initial;
    margin-bottom: 25px;
    font-weight: 500;
}


/*.nd-col .description-banner {*/


/*      position: relative;*/


/* padding-top: 50px; */


/*    z-index: 3;*/


/*    top: 50%;*/


/*    transform: translateY(-50%);*/


/*}*/

.nd-col .description-banner p {
    color: white;
    font-size: 16px;
}

h4.info-title {
    font-size: 18px;
    color: #00467f;
    margin-bottom: 1.5em;
}

p.info-text {
    font-size: 16px;
    color: #00467f;
    margin-bottom: 2em;
    text-align: justify;
}

p.info-text a {
    /*text-decoration: underline;*/
    /*color: #00467f;*/
}

.info-list {
    padding-left: 20px;
    margin-bottom: 2em;
    font-size: 16px;
    color: #00467f;
    text-align: justify;
}

h4.mb25 {
    margin-bottom: 2.5em;
}

@media screen and (max-width: 1200px) {
    .fst-col {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .th-col {
        padding-right: 0;
    }
    #image-banner.row-banner-ac {
        margin: 30px 0;
    }
}

@media screen and (max-width: 390px) {
    .fix-width-span-t span.element-title:after {
        width: calc(100% + 150px);
        right: -100px;
        left: initial;
    }
}

@media screen and (max-width: 380px) {
    .el-del.el-del-b .title-section-delimiter h2 {
        padding-left: 60px;
    }
    .el-row-delimiter span.element-title {
        font-size: 17px;
    }
    .fix-width-span span.element-title:before {
        width: 50px;
    }
}

.mt-25 {
    margin-top: 25px;
}

.img-txt {
    width: 100%;
    margin: auto;
    display: block;
    max-height: 325px;
    object-fit: cover;
    height: 100%;
}

.row-img-listing {
    margin: -8px;
}

.row-img-listing .col-12 {
    padding: 4px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt-38 {
    margin-top: 38px;
}

.img-resp {
    max-width: 450px;
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
}

.info-text.info-text-green {
    color: #00b41e;
    font-weight: 700;
}

#image-banner h1.s-line {
    word-spacing: initial;
}

.bg-txt.bg-after:after {
    width: calc(100% + 100px);
    right: 73px;
}

.bg-txt.bg-after:before {
    right: 30px;
}

.wrap-logo-legacy {
    width: 100%;
    height: 100%;
    position: relative;
}

.wrap-logo-legacy img {
    max-width: 350px;
    margin: auto;
    display: block;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.title-right-pg {
    font-size: 50px;
    padding-left: 20px;
    color: #00467f;
}

.w10030 {
    width: calc(100% + 30px);
}

.author-box {
    max-width: 450px;
    z-index: 2;
    position: relative;
}

.description-section-legacy {
    width: calc(100% - 330px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.description-section-legacy:after {
    width: 20px;
    height: 100%;
    position: absolute;
    content: ' ';
    background-color: #00b41e;
}

.btn-login-to-cart {
    text-align: center;
    color: #ffffff;
    background-color: #00b450;
    line-height: 30px;
    float: left;
    width: 100%;
    font-weight: 400;
    margin-bottom: 35px;
    padding: 10px 0;
}

.btn-login-to-cart:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #00b450;
}

.author-box {
    max-width: 400px;
    z-index: 2;
    position: relative;
}

.description-section-legacy {
    width: calc(100% - 330px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.description-section-legacy:after {
    width: 20px;
    height: 100%;
    position: absolute;
    content: ' ';
    background-color: #00b41e;
    transform: skewX(-28deg);
    top: 0;
    left: 135px
}

.description-section-legacy .description {
    position: relative;
    left: calc(50% + 100px);
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    font-size: 18px;
    color: white;
    line-height: 20px;
    text-align: justify;
}

.description-section-legacy .description .author {
    margin-top: 40px;
    text-align: right;
}

.title-sec {
    font-size: 30px;
    text-align: center;
    color: #00467f;
    margin-bottom: 40px;
}

.image-banner-box {
    display: inline-flex;
    margin: 30px 0;
    height: 350px;
    width: 100%;
    background-position-x: right;
    background-repeat: no-repeat;
    overflow: hidden;
}

.image-banner-box h2 {
    font-size: 30px;
    font-weight: 400;
    color: white;
    top: 25%;
    left: 50px;
    position: absolute;
    z-index: 2;
}

.image-content-box {
    background-size: contain;
    background-position: center right 150px;
}

.item-information iframe {
    width: 100%;
    min-height: 750px;
    margin-bottom: 30px;
}

.item-information h2 {
    font-size: 36px;
    text-align: center;
    color: #00467f;
}

.item-information h3 {
    font-size: 20px;
    text-align: justify;
    color: #00467f;
}

.slider-information .slick-arrow {
    position: absolute;
    top: 0;
    font-size: 30px;
    color: white;
    background-color: #00467f;
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.slider-information .slick-arrow.arrow-slick-left {
    left: 0;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    z-index: 22;
}

.slider-information .slick-arrow.arrow-slick-right {
    right: 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 1;
}

.static-element-bg {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 20px 60px;
}

.static-element-bg:after {
    content: "";
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    background-color: #00467f;
    top: 0;
    z-index: 0;
    left: 15px;
}

.static-el-right {
    z-index: 2;
    position: relative;
    width: 70%;
}

.static-el-left {
    z-index: 2;
    position: relative;
    width: 30%;
}

.static-element-bg:before {
    content: "";
    width: 85px;
    position: absolute;
    height: 250px;
    background-color: white;
    z-index: 22;
    transform: rotate(20deg);
    left: -25px;
    top: -35px;
}

.brd {
    width: 20px;
    position: absolute;
    top: -11px;
    left: 13px;
    height: 250px;
    background-color: #00b450;
    z-index: 22;
    transform: rotate(20deg);
}

.brd:after {
    content: "";
    width: 20px;
    height: 100%;
    background-color: white;
    top: 0;
    position: absolute;
    transform: rotate(-20deg);
    left: -21px
}

.m-w-250 {
    max-width: 250px;
}

.static-el-left h2 {
    word-spacing: 100vw;
    padding-left: 40px;
    color: white;
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.el-slider {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

p.text-info-white {
    font-size: 17px;
    color: white;
    text-align: justify
}

.btn-comm {
    float: right;
    font-size: 18px;
    padding: 10px 25px;
    background-color: #00b450;
    color: white;
    border-radius: 25px;
    margin-bottom: 50px;
}

.btn-comm:hover {
    color: white;
    text-decoration: none;
    margin-bottom: 40px;
}

#slider-co .slick-arrow {
    font-size: 28px;
    color: white;
    position: absolute;
}

#slider-co .arrow-slick-right.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
}

#slider-co .arrow-slick-left.slick-arrow {
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
}

#slider-co .item-el-slider {
    padding: 0 20px
}

#slider-co .item-el-slider:focus {
    outline: 0;
    box-shadow: none;
}

@media screen and (max-width:1200px) {
    img.author-box {
        max-width: 300px;
    }
    .description-section-legacy {
        width: calc(100% - 100px);
    }
}

@media screen and (max-width: 1000px) {
    img.author-box {
        max-width: 200px;
    }
    .description-section-legacy {
        width: 100%;
    }
    .description-section-legacy:after {
        left: 200px
    }
    .description-section-legacy .description {
        font-size: 17px;
    }
    .description-section-legacy {
        min-height: 200px;
    }
}

@media screen and (max-width: 992px) {
    .description-section-legacy .description {
        font-size: 14px;
        width: 350px;
        left: calc(50% + 150px);
    }
    .description-section-legacy .description .author {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .description-section-legacy .description {
        width: 220px;
        line-height: 16px;
        text-align: justify
    }
    .goods-to-cart {
        padding: 20px 15px;
    }
}

@media screen and (max-width: 550px) {
    .description-section-legacy .description {
        /*width:100%;*/
        /*right:30px;*/
        max-width: 300px;
        right: 100px;
        width: 250px;
        left: 350px;
    }
    .description-section-legacy {
        background-size: cover;
    }
    .description-section-legacy:after {
        left: 60px;
    }
    img.author-box {
        left: -8px;
    }
}

@media screen and (max-width: 480px) {
    .description-section-legacy .description {
        left: 320px
    }
}

@media screen and (max-width: 460px) {
    img.author-box {
        max-width: 150px;
        bottom: 0;
        margin-top: 42px;
    }
    .description-section-legacy .description {
        left: 280px
    }
}

@media screen and (max-width: 420px) {
    .description-section-legacy .description {
        width: 220px;
    }
    .description-section-legacy {
        min-height: 220px;
    }
    .description-section-legacy:after {
        left: 50px;
    }
    img.author-box {
        margin-top: 42px;
    }
}

@media screen and (max-width: 400px) {
    .description-section-legacy .description {
        left: 260px
    }
}

@media screen and (max-width: 375px) {
    .description-section-legacy .description {
        left: 240px;
        width: 200px;
        font-size: 15px;
    }
    .img.author-box {
        max-width: 130px;
        margin-top: 56px;
    }
}

@media screen and (max-width:1200px) {
    h1.title-right-pg {
        font-size: 40px;
        line-height: 40px;
    }
    .image-content-box {
        background-size: contain;
        background-position: center right;
    }
    .item-information h2 {
        font-size: 22px;
    }
    .item-information iframe {
        min-height: 450px;
    }
}

@media screen and (max-width: 992px) {
    h1.title-right-pg {
        font-size: 30px;
        line-height: 30px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }
    .wrap-logo-legacy img {
        max-width: 300px;
    }
    .title-sec {
        font-size: 24px;
    }
    .item-information h2 {
        font-size: 20px;
    }
    .item-information h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .wrap-logo-legacy img {
        max-width: 250px;
    }
    h1.title-right-pg {
        font-size: 25px;
        line-height: 25px;
    }
    .title-sec {
        font-size: 20px;
    }
    .image-content-box {
        background-image: none!important;
    }
    .item-information h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .item-information h3 {
        font-size: 17px;
    }
}

@media screen and (max-width: 480px) {
    .item-information iframe {
        min-height: 300px;
    }
    .image-content-box .bg-txt:before {
        transform: none;
        right: 0
    }
    .image-content-box .bg-txt:after {
        transform: none;
        width: 100%;
        left: 0
    }
    .image-content-box {
        height: 200px;
    }
}

@media screen and (max-width: 1200px) {
    .static-el-left {
        width: 100%;
    }
    .static-el-left h2 {
        word-spacing: initial;
        ;
        text-align: center
    }
    .static-el-left img {
        margin: auto;
        display: block;
    }
    .static-el-right {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    #slider-co .item-el-slider {
        padding: 0
    }
    p.text-info-white {
        font-size: 14px;
        line-height: 20px;
        text-align: left;
    }
    .description-section-legacy .description {
        text-align: left;
        font-size: 13px;
    }
}

.bg-cont {
    background-size: contain;
}

#image-banner.bg-cont h1 {
    word-spacing: initial;
}

h2.aftr-h2 {
    font-size: 24px;
    color: #00467f;
    margin: 30px 0;
    position: relative;
    padding-left: 25px;
}

h2.aftr-h2:after {
    width: 10px;
    height: 100%;
    position: absolute;
    content: '';
    background-color: #00b450;
    left: 0;
    transform: skew(-30deg);
    top: 0;
}

.m-w-350 {
    max-width: 350px;
    margin: auto;
    display: block;
    width: 100%;
}

@media screen and (max-width: 500px) {
    h2.aftr-h2 {
        font-size: 20px;
    }
    h2.aftr-h2:after {
        transform: skew(-20deg);
    }
}


/* el mobile */

@media screen and (max-width:700px) {
    .el-del.el-row-delimiter span.element-title:before {
        width: 0;
    }
    .el-row-delimiter .title-section-delimiter.acc-delimitor:after {
        width: 0;
        height: 0;
    }
    .el-del.el-del-b .title-section-delimiter span.element-title:before {
        width: 0;
        height: 0;
        /* line-height: 17px; */
    }
    .el-row-delimiter span.element-title:after {
        height: auto;
        height: 100%;
        top: 20px;
        transform: skew(0deg);
        top: 0;
        left: -25px;
        width: 10px;
    }
    .el-del.el-del-b .title-section-delimiter h2 {
        padding-left: 25px;
        line-height: 24px;
    }
    .el-row-delimiter span.element-title {
        line-height: 24px;
        float: left;
        width: 100%;
    }
    .el-row-delimiter.el-del.el-del-b {
        margin-top: 20px;
    }
}


/* el mobile */


/* fixing */

@media screen and (max-width: 769px) {
    .slider {
        width: 100%;
    }
    .title-section-delimiter {
        margin-bottom: 25px;
    }
    .title-section-delimiter:after {
        display: none;
    }
    span.element-title {
        font-size: 18px;
        margin: auto;
    }
    .title-section-delimiter.acc-delimitor:after {
        width: 0;
    }
    span.element-title:after {
        width: 0;
    }
    span.element-title {
        width: 100%;
        background-color: #00467f;
        text-align: center;
        float: left;
    }
    .title-section-delimiter h2 {
        width: 100%;
        background-color: #ff000000;
    }
    span.element-title:before {
        width: 0;
    }
    .el-row-delimiter span.element-title {
        width: 100%;
        float: left;
        padding-left: 15px;
    }
    .span.element-title:after {
        left: 0;
    }
    .el-del.el-del-b .title-section-delimiter span.element-title:before {
        width: 0;
    }
    .el-del.el-del-b .title-section-delimiter h2 {
        float: left;
        width: 100%;
        padding-left: 10px;
    }
    span.element-title {
        text-align: center;
    }
    .el-row-delimiter span.element-title:after {
        left: -15px;
    }
    span.element-title:after {
        transform: none;
    }
    .acc-delimitor span.element-title {
        padding: 18px 15px;
    }
    .title-section-delimiter {
        margin-bottom: 25px;
    }
    .fix-width-span-t span.element-title:after {
        width: 100%;
        right: 0;
    }
}


/* end fixing */

.image-banner-box h3 {
    color: white;
    margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
    #image-banner.cls-ts .nd-col h1 {
        margin-bottom: 10px;
    }
    .cls-ts .nd-col .description-banner p {
        font-size: 14px;
    }
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 2222;
}

.item-information h2 {
    font-size: 30px;
    margin-top: 50px;
    font-weight: 400;
    margin-bottom: 30px;
    border-bottom: 1px solid #00467f;
    padding-bottom: 20px;
    position: relative;
}

.item-information h2:after {
    content: "";
    width: 20px;
    height: 20px;
    background-color: #00467f;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.slider-information .slick-arrow {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #00467F;
    background-color: transparent;
    color: #00467F;
    font-size: 22px;
    top: 20px;
}

.slider-information .slick-arrow.arrow-slick-right {
    border-radius: 100%;
    right: 50px;
}

.slider-information .slick-arrow.arrow-slick-left {
    border-radius: 100%;
}

.slider-information .slick-arrow.arrow-slick-left {
    left: calc(100% - 130px);
}

.item-information h3 {
    font-style: italic;
    font-weight: 700;
    margin-bottom: 20px;
}

.bg-tr {
    padding: 40px 0;
    background-size: cover;
    margin-bottom: 40px;
}

.item-information {
    padding: 50px;
    background-color: white;
}

.item-information:focus {
    outline: none;
}

.item-information iframe {
    max-width: 500px;
    max-height: 300px;
    min-height: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.m-w-700 {
    max-width: 700px;
}

.m-h-300 {
    max-height: 300px;
    object-fit: contain;
}

@media screen and (max-width:500px) {
    .m0m {
        margin: 0;
    }
}

.w-submenu {
    width: 100%;
    float: left;
    padding: 10px 125px 30px 125px;
    display: flex;
    flex-wrap: wrap;
}

.w-el-submenu {
    width: 25%;
    float: left;
}

.w-submenu1 .w-el-submenu {
    width: 20%;
}

.img-subcat img {
    width: calc(100% - 30px);
    position: relative;
}

.img-subcat {
    position: relative;
    float: left;
}

.img-subcat:after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #00b41e;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}

.w-el-submenu:last-child .img-subcat:after {
    width: 0;
}

ul.submenu-list {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-right: 20px;
}

ul.submenu-list .th3 a {
    margin: 10px 0 10px 0;
    color: #00467f;
    text-decoration: none;
    float: left;
    width: 100%;
}

.product-nav {
    min-height: 75px;
}

ul.submenu-list h3 {
    margin-top: 10px;
    text-align: left;
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 16px;
}

ul.submenu-list li {
    position: relative;
    padding-left: 20px;
    float: left;
    width: 100%;
}

ul.submenu-list li:after {
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 10px;
    height: 15px;
    background-image: url("../../../../image/menu/shape-list.png");
}

ul.submenu-list li a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #00467f;
    text-decoration: none;
}

.mw-1264 {
    max-width: 1264px;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.backbtn {
    width: 100%;
    float: left;
    text-align: center;
}

.backbtn p {
    font-size: 14px;
    color: #00467f;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
}

.backbtn a {
    font-size: 16px;
    color: #ffffff;
    background-color: #00b450;
    text-decoration: none;
    display: block;
    padding: 10px 40px;
    float: left;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    border: 2px solid #00b450;
    transition: 0.3s;
    border-radius: 30px;
    margin-bottom: 20px;
}

.backbtn a:hover {
    background-color: white;
    color: #00b450;
}


/*raluca*/

.ref-end-p {
    font-size: 13px;
    width: 50%;
    color: #00467f;
}

#accordion .card .parent-header:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 50px;
    left: 651px;
    top: 0;
    background-color: #00b450;
    transform: skew(-30deg);
}

.rpc-img-wr.rpc-img-cor {
    background-size: cover;
    background-position: center;
    height: 435px;
}

footer {
    margin-top: 50px;
}

.st-span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 15px;
}

.ti-span {
    position: absolute;
    bottom: 35%;
    left: -5px;
    z-index: 2;
    font-size: 16px;
    font-weight: 400;
    transform: translate(50%, 50%);
    float: left;
    color: #ffffff;
}

.p-con p {
    text-align: justify;
}


/*******   CERERE DE PROIECTARE   *******/

.header-txt {
    background-image: url('img/wembley-06.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    padding-left: 50%;
}

.header-txt-tr {
    background-image: url('img/wembley-05.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    padding-left: 50%;
}

.breadcrumbs-navigation {
    margin-bottom: 30px;
}

.header-txt h1 {
    color: #ffffff;
    font-weight: 600;
    text-align: right;
    margin-right: 50px;
    padding: 50px;
    z-index: 2;
    position: relative;
}

.header-txt span {
    z-index: 999;
    position: relative;
    margin-right: 90px;
    font-size: 24px;
    color: #ffffff;
}

.header-txt .span-title {
    z-index: 999;
    position: relative;
    margin-right: 90px;
    left: 73%;
    top: -35px;
    font-size: 16px;
    color: #ffffff;
}

.bi-desc-banner {
    position: relative;
    width: 32%;
    left: 300px;
}

.span-title-bi {
    position: relative;
    bottom: 20px;
    left: 49px;
}

@media screen and (max-width:414px) {
    .bi-desc-banner {
        left: 98px !important;
        width: 50% !important;
    }
    .span-title-bi {
        left: 39px;
        bottom: 30px;
    }
    .bi-desc-banner h1 {
        position: relative;
        left: 0;
    }
}

@media screen and (max-width:768px) {
    .bi-desc-banner {
        width: 38%;
        left: 200px;
    }
    .span-title-bi {
        left: 51px;
        bottom: 30px;
    }
}

@media screen and (max-width:1024px) {
    .bi-desc-banner {
        width: 38%;
        left: 200px;
    }
    .span-title-bi {
        left: 51px;
        bottom: 30px;
    }
}

@media screen and (max-width:1440px) {
    .header-txt .span-title {
        left: 64%;
    }
}

@media screen and (max-width:1024px) {
    .header-txt .span-title {
        left: 57%;
    }
}

@media screen and (max-width:768px) {
    .header-txt .span-title {
        left: 52%;
    }
}

@media screen and (max-width:414px) {
    .header-txt .span-title {
        left: 54%;
        top: 50px;
    }
}

@media screen and (max-width:360px) {
    .header-txt .span-title {
        left: 49%;
        top: 50px;
    }
}

.header-bg:after {
    background-color: #00467f;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: -118px;
    top: 0;
    transform: skew(-30deg);
}

.header-bg-tr:after {
    background-color: #00467f96;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    right: -118px;
    top: 0;
    transform: skew(-30deg);
}

.header-txt-tr h1 {
    text-transform: capitalize;
}

.header-bg:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 400px;
    background-color: #00b450;
    left: 88px;
    top: 0;
    transform: skew(-30deg);
    z-index: 2;
}

.p-bg {
    padding: 30px 0;
}

.p-bg p {
    z-index: 2;
    position: relative;
    color: #ffffff;
}

.p-wr-cerere:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #00467f;
    width: 1500px;
    height: 100%;
    right: -20px;
    top: 0;
    transform: skew(-30deg);
    overflow: hidden;
}

.p-wr-cerere {
    width: 85%;
}

@media only screen and (max-width:768px) {
    .p-wr-cerere:after {
        transform: none;
        left: 0;
        width: 100%;
    }
    .p-wr-cerere:before {
        display: none;
    }
    .p-wr-cerere {
        width: 100%;
        padding-top: 30px;
    }
}

.p-wr:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 100%;
    max-height: 600px;
    background-color: #00b450;
    right: -51px;
    top: 0px;
    transform: skew(-30deg);
    z-index: 2;
}

.p-wr-cerere:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 20px;
    height: 100%;
    background-color: #00b450;
    right: -51px;
    top: 0px;
    transform: skew(-30deg);
    z-index: 2;
}

.p-wr:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #00467f;
    width: 1500px;
    height: 100%;
    max-height: 600px;
    right: -20px;
    top: 0;
    transform: skew(-30deg);
    overflow: hidden;
}

.content-row {
    margin: 30px 0px;
}

.form-group {
    padding-right: 70px;
}

.btn-form {
    background-color: #00b450;
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 700;
}

.btn-form:hover {
    text-decoration: none;
    color: #ffffff;
}

.form-group label {
    color: #00467f;
}

.form-row {
    width: 90%;
}

.mt-15 {
    margin-top: 15px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0;
}

.pl-50 {
    padding-left: 50px;
}

.mt-25 {
    margin-top: 25px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-10 {
    margin-top: 10px;
}

.mbb-10 {
    margin-bottom: 10px !important;
}

.pr-20 {
    padding-right: 20px;
}

.ml-20 {
    margin-left: 20px;
}

.ml-50 {
    margin-left: 50px;
}

@media screen and (max-width:1440px) {
    .header-txt-tr {
        padding-left: 50%;
    }
    .header-txt {
        padding-left: 50%;
    }
}

@media screen and (max-width: 1025px) {
    .header-txt-tr {
        padding-left: 40%;
    }
    .header-txt {
        padding-left: 40%;
    }
}

@media screen and (max-width: 769px) {
    .bg-after:before {
        right: 257px;
    }
    .header-txt-tr {
        padding-left: 27%;
    }
    .header-txt {
        padding-left: 27%;
    }
    #accordion .card .parent-header a {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .header-txt-tr {
        padding-left: 10%;
    }
    .header-txt {
        padding-left: 10%;
        background-position: left;
    }
    .referinte img {
        margin-bottom: 20px;
    }
    .p-wr:after {
        display: none;
    }
    .link-wr {
        display: none;
    }
    .p-wr:before {
        display: none;
    }
    .p-wr h3 {
        padding-left: 30px;
    }
    .p-wr {
        background-color: #00467f;
        padding: 30px 20px;
    }
    .p-col {
        padding: 0;
    }
    .p-con {
        padding: 0;
    }
    .p-bg {
        padding: 0;
    }
    .header-bg h1:after {
        height: 140%;
        right: -140px;
        top: -31px;
        width: 64%;
    }
    .header-bg h1:before {
        right: 75px;
        z-index: -1;
        top: -34px;
        height: 141%;
    }
    .p-col-2 p {
        width: 100% !important;
    }
    .p-col-2 h3 {
        padding-left: 30px;
        padding-top: 20px;
    }
    .header-txt h1 {
        margin-right: 0;
        top: 100px;
        right: -48px;
    }
    .header-txt span {
        margin: 0;
        top: 54px;
    }
    .bg-after:before {
        left: -555px;
        width: 913px !important;
    }
    #accordion .card .parent-header:before {
        width: 852px !important;
    }
    #accordion .card .parent-header:after {
        left: 303px;
    }
}


/***********   REEFERINTE   *********/

.wrp-img-prod {
    float: left;
    position: relative;
    overflow: hidden;
}

.p-wr h3 {
    color: #ffffff;
    margin-bottom: 30px;
}

.p-col-2 h3 {
    color: #00467f;
}

.p-col-2 p {
    color: #00467f;
}

.ref-con {
    margin-top: 70px;
    margin-bottom: 50px;
}

.ref-con h2 {
    color: #ffffff;
}

.ref-con h2:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #00467f;
    width: 34%;
    height: 60px;
    left: -22px;
    bottom: -620px;
    transform: skew(-30deg);
}

.bg-after h2 {
    margin: 10px 0 10px 20px;
}

.bg-after:after {
    content: "";
    position: absolute;
    background-color: #00b450;
    height: 58px;
    width: 10px;
    transform: skew(-30deg);
    top: 0;
    right: 450px;
}

@media screen and (max-width:1400px) {
    .bg-after:after {
        right: 298px;
    }
    #accordion .card .parent-header:after {
        right: 350px;
    }
}

@media screen and (max-width:1200px) {
    .bg-after:after {
        right: 498px;
    }
    #accordion .card .parent-header:after {
        right: 340px;
    }
}

@media screen and (max-width:991px) {
    .bg-after:after {
        right: 258px;
    }
    #accordion .card .parent-header:after {
        right: 258px;
    }
}

@media screen and (max-width:767px) {
    .bg-after:after {
        right: 79px;
    }
    #accordion .card .parent-header:after {
        right: 79px;
    }
}

@media screen and (max-width:500px) {
    .bg-after:after {
        right: 39px;
    }
    #accordion .card .parent-header:after {
        right: 39px;
    }
}

@media screen and (max-width:376px) {
    .bg-after:before {
        width: 873px !important;
    }
    .header-txt {
        padding-left: 5%;
    }
}

.bg-after span {
    color: #ffffff;
}

.bg-after:before {
    content: "";
    position: absolute;
    background-color: #00467f;
    height: 100%;
    width: 1000px;
    top: 0;
    z-index: -1;
    left: -555px;
    transform: skew(-30deg);
}

.bg-after-second:before {
    content: "";
    position: absolute;
    background-color: #00467f;
    height: 100%;
    width: 1300px;
    top: 0;
    z-index: -1;
    left: -555px;
    transform: skew(-30deg);
}

.bg-after-second:after {
    content: "";
    position: absolute;
    background-color: #00b450;
    height: 46px;
    width: 10px;
    transform: skew(-30deg);
    top: 0;
    right: 153px;
}

@media screen and (max-width:414px) {
    .bg-after-second:before {
        width: 920px;
    }
    .bg-after-second:after {
        display: none;
    }
}

@media screen and (max-width:768px) {
    .bg-after-second:after {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .bg-after-second:after {
        right: 197px;
    }
}

.bg-after-second span a {
    color: #ffffff;
    font-size: 24px;
}

.img-1 img {
    padding: 100px 0;
    z-index: -1;
    position: relative;
}

.img-1,
.img-2 {
    margin: 30px 0;
}

.link-wr {
    position: Relative;
    padding: 10px 0;
    color: #00467f;
    margin: 0 20%;
}

.link-wr:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #d2d2d2;
    left: 0;
    top: 0;
    z-index: -1;
    transform: skew(-30deg);
}

.link-wr a {
    color: #00467f;
}

.img-after:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -71%;
    top: 0;
    z-index: -1;
    transform: skew(-30deg);
    background-color: #00467f;
}

.img-after:before {
    content: "";
    position: absolute;
    background-color: #00b450;
    height: 100%;
    width: 10px;
    transform: skew(-30deg);
    top: 0;
    right: 170px
}


/*****************  EASY FIX   *******************/

.gray-row {
    background-color: #01467F;
    padding: 30px 25px;
    margin: 20px 0;
    border-radius: 5px;
}

.gray-row ul {
    list-style-type: none;
    color: #ffffff;
}

.gray-row li {
    margin-bottom: 20px;
    text-align: justify;
}

.gray-row li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url("/image/company/tick-icon.png");
    width: 20px;
    height: 20px;
}

.ef-row li:before {
    content: "";
    position: absolute;
    left: 0;
    background: url("/image/company/tick.png");
    width: 20px;
    height: 20px;
}

.ef-row li {
    list-style-type: none;
}

.ef-row li {
    margin-bottom: 20px;
}

.ef-row {
    margin: 0 10px;
}

.ef-text p {
    font-size: 20px;
}

.ef-el-title {
    font-weight: 400;
}


/********   FAQ   **********/

.mb-0>a {
    display: block;
    position: relative;
}

.mb-0>a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: -30px;
    color: #00b450;
    transform: rotate(-90deg);
    transition: all 250ms ease-out;
}

.mb-0>a[aria-expanded="true"]:after {
    content: "\f078";
    color: #00b450;
}

#accordion {
    margin: 50px 0px;
}

#accordion .card {
    border: none;
}

#accordion .card .card-header {
    background: transparent;
    border: none;
}

#accordion .card .child-header a {
    color: #00467f;
    font-size: 16px;
    margin-left: 20px;
}

#accordion .card .parent-header a {
    color: #ffffff;
}

#accordion .card .parent-header a:hover {
    text-decoration: none;
}

#accordion .card .parent-header:before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 50px;
    left: -555px;
    top: 0;
    background-color: #00467f;
    transform: skew(-30deg);
}

#accordion .main-card {
    margin: 20px 0;
}


/***************   PROTECTIE COROZIUNE   ******************/

span.element-title.light-weight {
    font-weight: 300 !important;
}

.table-wr img {
    width: 100%;
    height: auto;
}

.prod-bor {
    border-right: 15px solid #ffffff;
}

.prod-bor .row {
    border: 1px solid #cecdcd;
}

.prod-bor span {
    display: block;
    color: #ffffff;
}

.info-prod {
    position: relative;
    top: 200px;
    left: 40px;
    color: #ffffff;
}

@media screen and (max-width:1400px) {
    .prod-bor.img-after:before {
        right: 145px;
    }
    .info-prod {
        left: 12px;
    }
}

@media screen and (max-width:1200px) {
    .prod-bor.img-after:before {
        right: 122px;
    }
    .info-prod {
        left: 3px;
        top: 177px;
        font-size: 14px;
    }
}

@media screen and (max-width:992px) {
    .prod-bor.img-after:before {
        right: 93px;
    }
    .info-prod {
        left: 3px;
        top: 159px;
        font-size: 11px;
    }
}

@media screen and (max-width:760px) {
    .prod-bor.img-after:before {
        right: 163px;
    }
    .info-prod {
        left: 35px;
        top: 180px;
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .bg-after:after {
        right: 43px;
    }
    .prod-bor.img-after:before {
        right: 136px;
    }
    .info-prod {
        left: 3px;
        top: 166px;
        font-size: 13px;
    }
    .prod-bor.img-after:after {
        width: 103%;
    }
}

.slider {
    width: 650px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.slider img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.slider-ref .slick-arrow {
    display: none !important;
}

@media screen and (max-width:480px) {
    .slider-row {
        display: block !important;
    }
    .img-2 {
        display: none;
    }
    .header-bg-tr:after {
        background-color: #00467f;
    }
    .form-group {
        padding-right: 0;
    }
    .form-row {
        width: 100%;
    }
}

.form-h {
    font-weight: 300;
    padding-bottom: 30px;
}

.rpc-img-wr {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}


/******   REFERINTE PROIECTE CONSTRUCTIE   ********/

.rpc-span {
    position: relative;
    top: -55px;
    left: 55px;
}

.rpc-wrapper .img-after:before {
    right: 62%;
}

.rpc-wrapper .img-after:after {
    background-color: #00467fed;
    right: -40%;
}

.pr-0 {
    padding-right: 0;
}

.rpc-info {
    width: 40%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    left: initial;
    right: 10px;
    float: right;
    position: relative;
}

.rpc-info p {
    color: #ffffff;
    font-weight: 700;
}

.rpc-info span {
    font-size: 13px;
}

.rpc-info a {
    font-size: 12px;
    color: #ffffff;
}

@media screen and (max-width: 1600px) {
    .rpc-info p {
        line-height: 18px;
    }
}

@media screen and (max-width:768px) {
    .rpc-img-wr {
        margin-bottom: 10px;
    }
    .rpc-wrapper {
        margin-top: 0;
    }
}

ul.ul-wr li {
    list-style-type: none;
    background-color: #00477F;
    color: white;
    margin-bottom: 20px;
    width: 70%;
    padding: 20px;
    text-align: center;
}

h2.aftr-h2.new-h2 {
    font-size: 20px !important;
}

.img-table2 img {
    width: 88%;
    height: auto;
}

.mb-0>a[aria-expanded="true"]:after {
    transform: rotate(0deg);
    transition: all 250ms ease-out;
}


/*raluca*/


/*Doru */

@media screen and (max-width: 769px) {
    .description-section-legacy .description {
        font-size: 13px;
    }
}

@media screen and (max-width: 420px) {
    .description-section-legacy .description .author {
        margin-top: 7px;
    }
}

@media screen and (max-width: 380px) {
    .description-section-legacy .description {
        font-size: 12px;
        padding-left: 10px;
    }
}

@media screen and (max-width: 600px) {
    .item-information {
        padding: 20px;
    }
    .slider-information .slick-arrow.arrow-slick-left {
        left: calc(50% - 40px);
    }
    .slider-information .slick-arrow.arrow-slick-right {
        left: calc(50% + 10px);
    }
    .item-information h2 {
        font-size: 26px;
    }
    .item-information h3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 700px) {
    .item-information img {
        width: 100%;
        object-fit: contain
    }
}

.goods-to-cart .quantity-input .total-price .without-vat {
    color: #ffffff99;
    font-size: 14px;
    line-height: 14px;
}

.goods-to-cart .quantity-input .total-price {
    text-align: right;
    font-size: 16px;
}

h2.aftr-h2.h2-el-d:after {
    height: 35px;
    top: -7px;
}

img.m-img.m-w-450 {
    max-width: 100%;
    position: relative;
    margin-bottom: 15px;
}


/*end*/


/*cosmin*/

.el-row-delimiter span.element-title {
    font-size: 19px;
    font-weight: 700;
    color: #00467f;
    background-color: white;
}


/* Doru end */

.c-data {
    height: 300px;
    background-color: #00467F;
    margin: 20px auto;
    display: flex;
    position: relative;
}

.contact-banner-top {
    position: absolute;
    left: 30px;
    top: 30px;
}

.contact-banner-top:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    background-color: #ffffffba;
    top: 0;
    left: 0
}

.contact-banner-top h1 {
    color: #00467f;
    font-size: 20px;
    padding: 20px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.contact-banner-top h2 {
    font-size: 18px;
    margin: 0;
    padding: 0 20px 20px 20px;
    color: #00467f;
    z-index: 2;
    position: relative;
}

h2.main-c-t {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
}

h2.main-c-t img {
    max-width: 30px;
    margin-right: 5px;
}

h2.s-c-t {
    /*font-size: 18px;*/
    font-size: 16px;
    padding-left: 35px;
}

h2.s-c-t a {
    color: #00467f;
    /*font-size: 18px;*/
	font-size: 16px;
}

h2.s-c-t img {
    max-width: 20px;
    margin-right: 5px;
    margin-left: -30px
}

h2.s-c-t {
    margin-bottom: 5px;
    display: flex;
    align-items: center;

}

h2.main-c-t {
    margin-bottom: 15px
}

.distr {
    font-size: 18px;
    margin: 20px 0 10px 0;
    position: relative;
}

.distr:after {
    width: 30px;
    height: 100%;
    content: "";
    position: absolute;
    height: 2px;
    background-color: #00467f;
    left: 0;
    bottom: -5px;
}

h4.contact-person {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    line-height: 20px;
}

h4.zone-dis {
    font-size: 16px;
    font-style: italic;
    font-weight: 900;
}

h5.box-ic {
    font-size: 14px;
    margin-bottom: 5px
}

h5.box-ic img {
    width: 15px;
    margin-right: 5px;
    margin-bottom: 3px
}

h5.box-ic a {
    color: #00467f;
    font-weight: 400
}

.box-info-c {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    margin-top: 10px;
}

#contact-form-c {
    width: 100%;
    float: left;
}

#contact-form-c input,
#contact-form-c select,
#contact-form-c textarea {
    width: calc(50% - 15px);
    margin-bottom: 20px;
    margin-right: 15px;
    float: left;
    position: relative;
    height: 60px;
    padding: 0 10px;
    border-radius: 0;
    border: 2px solid black;
}

#contact-form-c input:focus,
#contact-form-c select:focus {
    border: 2px solid #00467f
}

#contact-form-c textarea {
    width: calc(100% - 15px);
    float: left;
    height: 120px
}

#contact-form-c .span-name {
    position: absolute;
    z-index: 2;
    font-size: 10px;
    top: 5px;
    left: 30px;
}

#contact-form-c button {
    float: left;
    margin-bottom: 50px;
    width: 150px;
    height: 40px;
    border: 0;
    background-color: #00467f;
    color: white;
}

@media screen and (max-width: 600px) {
    #contact-form-c input,
    #contact-form-c select,
    #contact-form-c textarea {
        width: 100%;
    }
}

.contact-ifrm {
    width: 100%;
    margin-bottom: 40px;
}

@media screen and (max-width: 769px) {
    .wrap-contact-b {
        margin-bottom: 60px;
        width: 100%;
        float: left
    }
    .cd-intro {
        display: block !important;
        background-color: #00467f;
        color: #ffffff;
        padding: 20px 0;
    }
}

.cd-intro {
    display: none;
}

video.video-autoplay {
    height: 100%;
    float: left;
    width: 100%;
    object-fit: cover;
}

.video-wrp {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.wrapper-chk {
    width: 100%;
    float: left;
}

.wrapper-chk a {
    color: #00467f;
}

#contact-form-c #ckb {
    height: 20px;
    width: 20px;
}

.lft-s {
    width: 40%;
    float: left;
    padding-right: 10px;
}

.lft-s img {
    width: 100%;
}

li.prd-link {
    position: relative;
}

.lft-r {
    width: 60%;
    float: left;
}

.lft-r .h3-title-list {
    width: 100%;
    font-size: 16px;
    text-align: left;
}

.lft-r .h3-title-list a {
    color: #00467f;
}

.lft-r ul {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.lft-r ul li {
    width: 100%;
    font-size: 16px;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 20px
}

.lft-r ul li a {
    width: 100%;
    font-size: 14px;
    text-align: left;
    color: #00467f;
}

.lft-r ul li:after {
    left: 0;
    top: 4px;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    width: 10px;
    height: 15px;
    background-image: url(../../../../image/menu/shape-list.png);
}

.lft-r ul li {
    position: relative;
}

@media screen and (max-width: 600px) {
    ul.product-list-menu {
        padding-bottom: 50px;
    }
}


/* Search */

div#product-search-nav {
    width: 100%;
    float: left
}

ul#ui-id-1 .ui-state-active {
    margin: 0;
    padding: 0;
    border: 0;
}

ul#ui-id-1 hr {
    display: none;
    border: 0;
    margin: 0;
}

ul#ui-id-1 .ui-state-active a {
    color: #00467f;
}

ul#ui-id-1 .ui-menu-item {
    border-bottom: 1px solid #e6e6e6;
}

ul#ui-id-1 hr {
    margin: 5px;
    display: none;
}

ul#ui-id-1 hr.ui-state-active {
    margin: 5px;
    display: none;
}

ul#ui-id-1 {
    max-width: 360px;
}

ul#ui-id-1 .ui-menu .ui-menu-item-wrapper {
    float: left;
    width: 100%;
}

#ui-id-1 a {
    float: left;
    width: 100%;
}

ul#ui-id-1 .list_item_container .image {
    width: 100%;
    float: left;
}

ul#ui-id-1 .list_item_container .image img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

ul#ui-id-1 .label {
    width: 75%;
    float: left;
}

ul#ui-id-1 .list_item_container .image {
    width: 25%;
    float: left;
    padding-left: 20px;
    position: relative;
    top: 0;
}

ul#ui-id-1 .ui-menu .ui-menu-item-wrapper {
    width: 100%;
    float: left;
    display: block;
}

ul#ui-id-1 .list_item_container {
    display: flex;
    flex-wrap: wrap;
}

ul#ui-id-1 .list_item_container h3 {
    position: relative;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    font-size: 14px;
}

ul#ui-id-1 .ui-menu-item {
    width: 100%;
    float: left;
    height: auto;
    padding: 0;
    margin: 0;
}

ul#ui-id-1 .ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
    padding: 0;
    float: left;
    width: 100%;
    display: block;
}

.min-q {
    color: white;
    /* position: absolute; */
    height: 26px;
}

.information-message {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.information-message h2 {
    font-size: 20px;
}

.information-message a {
    font-size: 12px;
    background-color: #00467f;
    padding: 10px 15px;
    margin-top: 20px;
    float: left;
    border-radius: 5px;
    color: white;
    text-transform: lowercase
}


/* end search */


/* end Doru */


/* corectare CSS Raluca */

.slider {
    width: 100%;
}

@media screen and (max-width:600px) {
    .description-banner.banner-new.corection h1 {
        font-size: 32px;
    }
}

@media screen and (max-width:760px) {
    .p-con .p-wr::after {
        height: 250px;
    }
    .p-con .p-wr::before {
        height: 250px;
    }
}

@media screen and (max-width: 600px) {
    .p-con-two .p-col-2 h3 {
        padding-left: 0;
    }
    .p-con-two .p-wr h3 {
        padding-left: 0;
    }
}

.blue-txt-wr span {
    position: relative;
    top: 35%;
    font-size: 20px;
}

.blue-txt-wr {
    background-color: #00467f;
    color: #ffffff;
    height: 75%;
    padding: 0 30px;
    position: absolute;
    float: left;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .blue-txt-wr span {
        font-size: 12px;
    }
}

@media screen and (max-width:996px) {
    .blue-txt-wr {
        padding: 0 10px;
    }
}

.align-btn {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
}

.description-banner.banner-new {
    width: 400px;
    float: left;
    position: relative;
    top: 50%;
    left: calc(50% + 100px);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.description-banner.banner-new h1 {
    text-align: left;
    margin: 0 0 20px 0;
    padding: 0;
}

.description-banner.banner-new .span-title {
    position: initial;
    left: initial;
    text-align: left;
    line-height: 24px;
}

@media screen and (max-width:850px) {
    .description-banner.banner-new {
        left: calc(50% + 150px);
    }
}

@media screen and (max-width:600px) {
    .header-txt .description-banner.banner-new h1 {
        top: initial;
        left: initial;
        text-align: left;
        right: initial;
    }
}

@media screen and (max-width:460px) {
    .description-banner.banner-new {
        left: calc(50% + 180px);
    }
}

.description-banner.banner-bim {
    left: calc(50% + 100px);
    width: 400px;
}

@media screen and (max-width:550px) {
    .description-banner.banner-bim h1 {
        font-size: 30px;
    }
    .description-banner.banner-bim .span-title {
        font-size: 19px;
    }
    .description-banner.banner-bim {
        width: 180px;
        top: 60%;
        left: calc(50% + 85px)
    }
}

.el-del.el-del-b.el-del-correction .title-section-delimiter:after {
    right: initial;
    left: -6950px;
}

input#formGroupExampleInput2 {
    position: relative;
}

input#formGroupExampleInput2:after {
    position: absolute;
    content: "Fisier";
    width: 120px;
    height: 100%;
    top: 0;
    background-color: #00b450;
    left: 0;
    text-align: center;
    line-height: 35px;
    color: white;
}

#terms {
    margin: 0;
    position: relative;
}

@media screen and (max-width: 800px) {
    .bg-after-second:before {
        width: calc(100% + 150px);
        left: -190px;
    }
}

@media screen and (max-width: 500px) {
    .bg-after-second span a {
        font-size: 20px;
    }
}

@media screen and (max-width: 428px) {
    .bg-after-second span a {
        font-size: 18px;
    }
}

@media screen and (max-width: 390px) {
    .bg-after-second span a {
        font-size: 16px;
    }
}

.RGBGray20-tableLeftColumn,
.productTables td.RGBBlue-headersHTML {
    background: #00467f;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff !important;
    border-bottom: 0 solid;
    color: #ffffff;
}

.RGBwhite.bgColor_5466698 {
    border-bottom: 1px solid #00467f;
}

.productTables table {
    border: 1px solid #00467f;
}

.accordion-selector .card-header .btn-link {
    color: #00467f;
    font-size: 16px;
    text-decoration: none;
}

.accordion-selector .card-body {
    padding-left: 60px;
}

.accordion-selector .card-header h5 {
    background-color: #e8e8e8;
    padding: 15px 25px;
}

.blue {
    color: #00467f;
    text-align: justify;
}

.st-a {
    font-weight: 300;
    font-size: 18px;
}


/* end Raluca /
/* Doru */

@media screen and (max-width: 1370px) {
    div#image-banner.row.bg-cont.bg-th {
        background-size: cover;
        background-position-x: 10px;
    }
}

#errorcmessage .warning {
    background-color: white;
    float: left;
    padding: 10px;
    color: #00467f;
    line-height: 18px;
}

.card {
    height: 100%;
}

ul#ui-id-1 #product-search-nav .list_item_container .image {
    width: 5%
}

ul#ui-id-1 #category-search-nav .list_item_container .image {
    width: 5%
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background-color: transparent!important;
}


/* s-m */

@media screen and (max-width: 600px) {
    ul#ui-id-2 {
        width: 300px!important;
        height: 300px;
        float: left;
        overflow: scroll;
    }
    ul#ui-id-2 .ui-menu-item {
        width: 300px;
    }
    ul#ui-id-2 .ui-menu-item img {
        width: 50px;
        height: 50px;
        float: left;
        object-fit: contain;
    }
    ul#ui-id-2 .list_item_container {
        width: 100%;
        float: left;
    }
    ul#ui-id-2 .ui-menu-item .image {
        width: 70px;
        float: left;
    }
    ul#ui-id-2 .ui-menu-item .label h3 {}
    ul#ui-id-2 .ui-menu-item .label h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        position: relative;
        top: 50%l;
        top: 50%;
        transform: translateY(-50%);
    }
    ul#ui-id-2 .label {
        float: left;
        width: calc(100% - 70px);
        height: 100%;
        float: right;
        height: 50px;
    }
    ul#ui-id-2 .list_item_container {
        display: flex;
        flex-wrap: wrap;
    }
    ul#ui-id-2 hr {
        border: 0;
        display: none;
    }
    ul#ui-id-2 .ui-menu-item #product-search-nav .image {
        width: 15px;
    }
    ul#ui-id-2 .ui-menu-item #category-search-nav .image {
        width: 15px;
    }
}

.tppos .modal-body {
    padding: 5px 20px
}

.tppos .modal-header {
    padding: 5px 20px;
    border-bottom: 0
}


/* rect Mobile Menu */

.lft-s {
    width: 100%;
    margin-bottom: 20px;
}

.lft-r .h3-title-list {
    font-size: 20px;
}

.lft-r {
    width: 100%;
    padding-left: 10px;
}

.lft-r ul li {
    margin-bottom: 5px
}

.lft-r ul li a {
    font-size: 16px;
}

.lft-r ul li:after {
    top: 7px;
}

.lft-s img {
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}

.wrap-el-tp {
    width: 100%;
    float: left;
    margin-top: 20px;
}


/* Stock */

.req-quantity-card {
    position: relative;
    height: 40px;
    line-height: 40px;
    z-index: 3;
    color: red;
    float: left;
    width: 300px;
}

.req-quantity-card:after {
    width: 300px;
    height: 100%;
    background-color: white;
    content: "";
    position: absolute;
    z-index: 1;
    left: -30px;
    top: 0;
}

.req-quantity-card p {
    z-index: 3;
    position: relative;
    color: #00467f;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
}

.req-quantity-card:before {
    width: 30px;
    height: calc(100% + 20px);
    background-color: #00467f;
    content: "";
    position: absolute;
    z-index: 3;
    right: 15px;
    top: -8px;
    transform: rotate(30deg);
}

.req-quantity-card p:after {
    content: "";
    width: 7px;
    height: calc(100% + 16px);
    background-color: red;
    z-index: 2;
    position: absolute;
    transform: rotate(30deg);
    top: -7px;
    right: 30px;
    z-index: 2
}

.req-quantity-card.req-quantity-av p:after {
    background-color: #00b450;
}

#aval-q {
    width: 100%;
    float: left;
}

#acc-nav .w10030 {
    width: calc(100% + 30px);
}

.card-rchr {
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    background-color: #f9f9f9;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.card-rchr .card-imgw {
    width: 50%;
}

.card-rchr .card-imgw img {
    width: 100%;
}

.card-rchr .card-txt {
    width: 50%;
    padding: 30px;
    position: relative;
}

.card-rchr .card-txt h3 {
    font-size: 26px;
    color: #00467f;
}

.card-rchr .card-txt p {
    font-size: 18px;
    color: #00467f;
}

.card-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.val-box a.btn-main.btn-slider {
    margin-top: 0;
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    .card-rchr .card-imgw {
        width: 100%;
    }
    .card-rchr .card-txt {
        width: 100%;
    }
    .val-box {
        width: 100%;
        transform: initial;
    }
    .card-rchr {
        display: block;
    }
}

@media screen and (max-width: 460px) {
    .val-box a.btn-main.btn-slider {
        float: left;
        margin-bottom: 20px;
    }
}


/* eStock*/

.social-media.social-centru {
    width: auto;
    float: left;
}

.social-media.social-centru .item-media {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
}

.social-media.social-centru .item-media img {
    width: 100%;
}


/* end Doru */


/*  IULIAN   */

.card-documente.rpc-img-wr.rpc-img-cor {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-right: 20px;
}

.card-documente .rpc-info {
    text-align: right;
    width: 76%;
    font-weight: 600;
    top: unset;
    transform: unset
}

.card-documente .rpc-info span {
    font-size: 1.1rem;
    margin-bottom: 15px;
}

.btn-to-left {
    left: 0;
    transform: none;
    padding: 7px 25px;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin: 20px 10px 0 0;
}

.btn-to-left:last-child {
    margin-right: 0;
}

@media screen and (max-width: 500px) {
    .val-box a.btn-main.btn-to-left {
        width: 100%;
        margin-right: 0;
    }
    .btn-to-left:not(:first-child) {
        margin-top: 15px;
    }
}

.h2-quote {
    font-size: 1.5rem;
    font-weight: 300;
    font-style: italic;
    color: #00467f;
    font-family: Georgia;
    margin-bottom: 30px;
    line-height: 50px;
    padding: 20px;
    line-height: 2.1rem;
}

.h2-quote:before,
.h2-quote:after {
    content: "";
    border-bottom: 2px solid #00b450;
    width: 150px;
    display: block;
    margin-left: -10px;
}

.h2-quote:before {
    margin-bottom: 8px;
}

.h2-quote:after {
    margin-left: -20px;
    margin-top: 8px;
}

@media (max-width: 768px) {
    .h2-quote:before,
    .h2-quote:after {
        width: 100%;
        margin-left: 0;
    }
    .h2-quote {
        text-align: center;
    }
}


/*  end Iulian   */


/*24.07*/

form.search-doc input[type="search"]:focus {
    outline: 0;
}

#ui-id-3 .ui-menu-item-wrapper.ui-state-active {
    color: #00467f;
}

span.filters-title {
    background-color: #00467f;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    display: block;
    margin-top: 25px;
    text-align: center;
}

.arrow-bottom {
    position: absolute;
    bottom: 20px;
    right: 40px;
}

@media screen and (max-width:700px) {
    .arrow-bottom {
        right: initial;
        left: 50%;
        transform: translateX(-50%);
    }
}

.arrow-bottom .left-arrow,
.arrow-bottom .right-arrow {
    width: 34px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #00467F;
    background-color: transparent;
    color: #00467F;
    font-size: 22px;
    top: 20px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
    cursor: pointer;
}

.item-information {
    padding-bottom: 90px
}

.lft-s a {
    width: 100%;
    float: left;
    display: block;
    object-fit: cover;
}

.navigation-mobile li .lft-s a img {
    width: 100%;
    max-width: 100%;
    max-height: 150px;
    object-fit: cover;
}

.vdplg {
    float: right;
    margin-right: -25px;
    background-size: contain;
    width: 637px;
    height: 358px;
    top: 0;
}

.vd-a {
    float: right;
    position: relative;
}

.vd-a:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 100%;
    background-color: white;
    left: -7px;
}

@media screen and (max-width: 1200px) {
    .vdplg {
        display: none;
    }
}

.btn-remove-cart {
    position: relative;
    float: right;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.cart-total-price {
    font-size: 18px;
    color: white;
    margin-bottom: 30px;
}

.cart-total-price b {
    font-size: 22px;
    margin-right: 5px;
}

.cart-total-price>div {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}

.cart-total-price>div .cart-final-price {
    margin-left: auto;
}

.cart-total-price .without-vat {
    color: #ffffff99;
    font-size: 16px;
}

.cart-total-price .without-vat b {
    font-size: 18px;
}


/*rectificare cart */

@media screen and (max-width:992px) {
    ul.cart-product img {
        width: 100%;
    }
    ul.cart-product .product-image {
        width: 20%;
    }
    ul.cart-product .product-name {
        width: 30%;
    }
    ul.cart-product li.cart-header {
        display: none;
    }
    ul.cart-product li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    ul.cart-product .product-quantity {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    ul.cart-product .product-remove {
        width: 100%;
        float: right;
    }
    ul.cart-product .product-name {
        width: 30%;
    }
    .car-total-price-product {
        font-size: 16px;
    }
    .price-per-buc {
        font-size: 12px;
    }
    .select-after {
        font-size: 12px;
    }
    ul.cart-product h2 {
        font-size: 14px;
    }
    ul.cart-product .product-image {
        width: 15%;
    }
    .btn-remove-cart {
        top: initial;
    }
}

@media screen and (max-width: 480px) {
    ul.cart-product .product-image {
        width: 35%;
    }
    ul.cart-product .product-name {
        width: 65%;
    }
    ul.cart-product .product-quantity {
        width: 20%;
    }
    ul.cart-product .product-unit {
        width: 20%;
    }
    ul.cart-product .product-price {
        width: 45%;
    }
    ul.cart-product .product-remove {
        width: 10%
    }
}


/*end*/


/*Rectificari*/

#image-banner h1 {
    top: 50%;
    transform: translateY(-50%);
    background-size: cover;
}

#image-banner.cbld h1 {
    position: relative;
    transform: none;
    left: inherit;
    float: left;
    text-align: left;
    padding: 0;
}

#image-banner.cbld .ti-span {
    position: relative;
    bottom: 0;
    left: initial;
    transform: : none;
    transform: none;
}

#image-banner.cbld .description-banner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /* left: 50px; */
    float: left;
    padding-left: 50px;
}

@media screen and (max-width: 440px) {
    #image-banner h1 {
        left: 15px;
    }
}

@media screen and (max-width: 600px) {
    #image-banner h1 {
        font-size: 26px;
    }
    .header-bg:after {
        left: -185px;
        width: calc(100% + 80px);
    }
    .header-bg:before {
        right: 100px;
        left: initial
    }
    .description-banner.banner-new {
        left: 10px;
        transform: translateY(-50%);
        top: 50%;
    }
    .header-txt {
        padding-left: 0
    }
    .header-txt h1 {
        margin-right: 0;
        top: 50%;
        right: initial;
        left: 0;
        padding: 0;
        position: absolute;
        font-size: 26px;
        left: 20px;
        transform: translateY(-50%);
        text-align: left;
    }
    .nd-col .description-banner {
        position: relative;
        top: 50%;
        z-index: 3;
        transform: translateY(-50%);
        padding-top: 0;
    }
    .hdmb {
        display: none;
    }
    #image-banner.cbld .description-banner {
        padding-left: 10px
    }
    .description-banner.banner-new.ref-banner {
        left: initial;
        float: left;
        height: auto;
        height: auto;
    }
    .header-txt .span-title {
        top: initial;
    }
    .header-txt .description-banner.banner-new h1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .description-banner.banner-new .span-title {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        float: left;
        max-width: 200px;
    }
    .rpc-img-wr.prod-bor {
        border: 0
    }
    .th-col {
        padding-right: 0;
        height: 100%;
    }
    .nd-col .description-banner p {
        color: white;
        font-size: 14px;
    }
}

@media screen and (max-width: 550px) {
    .description-banner.banner-bim .span-title {
        font-size: 14px;
        line-height: 16px;
        margin-right: 0
    }
    .header-txt {
        height: 300px;
    }
    .description-banner.banner-bim h1 {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1370px) {
    div#image-banner.row.bg-cont.bg-th {
        background-size: cover;
        background-position-x: 10px;
        background-position: center;
    }
}

.description-banner.banner-drt.text-right {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media screen and (max-width: 600px) {
    .header-txt .description-banner.banner-new h1 {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        /* padding-bottom: 40px; */
    }
}


/* end */


/*slider logo */

#logo-slider-brand {
    background-color: #ececec;
    padding: 40px 0 60px 0;
    overflow: hidden;
}

.slick-logo {
    background-color: white;
    padding: 50px
}

#logo-slider-brand .slick-arrow {
    font-size: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #00b450;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    color: #00b450;
}

#logo-slider-brand .sarrow-slick-right {
    right: 15px;
    left: initial;
}

#logo-slider-brand h4 {
    font-size: 18px;
    text-align: center;
    color: #00467f;
}

#logo-slider-brand img {
    margin: auto;
    display: block;
}

#logo-slider-brand .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -27px;
    /* float: left; */
    display: flex;
}

#logo-slider-brand button {
    color: transparent;
    width: 15px;
    height: 15px;
    display: block;
    float: left;
    border-radius: 50%;
    border: 0;
    margin-right: 5px;
    font-size: 1px;
    background-color: #00467f;
}

#logo-slider-brand button:focus {
    outline: none;
}

#logo-slider-brand .slick-active button {
    background-color: #00b450;
}

@media screen and (max-width:720px) {
    #logo-slider-brand img {
        width: 100%
    }
}

@media screen and (max-width: 600px) {
    .mm0 {
        margin: 0;
    }
    #recent-articles .main-post img {
        max-height: 400px;
    }
}

@media screen and (min-width: 992px) {
    ul.cart-product h2 {
        text-align: left;
    }
    ul.cart-product h2,
    .select-after,
    .cart-product .wrap {
        position: relative;
        top: 50%;
        transform: translateY(-50%)
    }
    ul.cart-product li {
        display: flex;
    }
    .select-after {
        text-align: center;
    }
}

div#logo-slider-brand .slick-logo {
    max-width: 1200px;
    margin: auto;
}

div#logo-slider-brand .col-12 {
    background-color: white;
}

@media screen and (max-width: 1230px) {
    div#logo-slider-brand .slick-logo {
        max-width: calc(100% - 30px);
    }
}

.video-home {
    width: 100%;
    height: 100%;
    max-height: 375px;
    object-fit: cover;
    margin-bottom: -10px;
}

.select-after input {
    max-width: 50px;
}

a.btnto {
    background-color: #00467f;
    display: block;
    float: left;
    color: white;
    padding: 8px 20px;
    border-radius: 10px;
    border: 2px solid #00467f;
    text-decoration: none;
    transition: 0.3s;
}

a.btnto:hover {
    background-color: #ffffff;
    color: #00467f;
    border: 2px solid #00467f;
}

@media screen and (max-width: 992px) {
    .title-page {
        margin: 30px 0 20px 0;
    }
}

@media screen and (max-width:1200px) {
    video.video-home {
        position: absolute;
        height: 100%;
        max-height: initial;
    }
}

.cont-inf {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.cont-inf span {
    width: calc(100% - 80px);
    float: left;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.cont-inf h4 {
    font-size: 18px;
    font-weight: 700;
    color: #00467f;
}

.cont-inf p {
    font-size: 14px;
    font-weight: 400;
    color: #00467f;
    width: 100%;
    float: left
}

.cont-inf img {
    width: 70px;
    height: 70px;
    margin-right: 10px;
    float: left
}

.info-text-job p {
    color: #00467f;
    font-size: 16px;
    text-align: justify;
}


/*end */

ul.product-list.product-list-6 li {
    width: calc(100% / 6);
}

ul.product-list.product-list-6 li .related-product {
    padding-bottom: 10px
}


/* @media screen and (max-width: 1460px){
    ul.product-list.product-list-6 li{
    width:calc(100% / 5);
    }
} */


/* @media screen and (max-width: 1200px){
    ul.product-list.product-list-6 li{
    width:calc(100% / 4);
    }
}
@media screen and (max-width: 992px){ */

@media screen and (max-width: 1200px) {
    ul.product-list.product-list-6 li {
        width: calc(100% / 3);
    }
}

@media screen and (max-width: 800px) {
    ul.product-list.product-list-6 li {
        width: 50%;
    }
}

@media screen and (max-width: 550px) {
    ul.product-list.product-list-6 li {
        width: 1000%;
    }
}

.description-banner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

textarea#cartnotes {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #00467f;
    border: 2px solid #00467f;
}

textarea#cartadress {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #00467f;
    border: 2px solid #00467f;
}

select#location {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #00467f;
    border: 2px solid #00467f;
}

select#locationUser {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #00467f;
    border: 2px solid #00467f;
}

.trdtlm {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .trdtlm {
        text-align: left;
    }
}

.resz-img img.img-fluid {
    height: 425px;
    object-fit: contain;
}

@media screen and (max-width: 1410px) {
    .resz-img img.img-fluid {
        height: 325px;
    }
    .resz-img .info-prod {
        top: 50%;
        transform: translateY(-50%)
    }
    .resz-img.img-after:after {
        right: initial;
        right: -60%;
    }
    .resz-img.prod-bor.img-after:before {
        right: 42%
    }
}

@media screen and (max-width: 1450px) {
    .ref-end-p {
        width: 100%;
    }
}

@media screen and (max-width: 710px) {
    .resz-img img.img-fluid {
        height: 265px;
    }
    .resz-img img.img-fluid {
        height: 265px;
        padding: 0;
    }
    .prod-bor {
        border: 0;
    }
}


/* referinte */

@media screen and (max-width: 1100px) {
    .description-banner.banner-new h1.ref {
        font-size: 28px;
    }
}

@media screen and (max-width: 840px) {
    .description-banner.banner-new h1.ref {
        max-width: 300px;
        z-index: 2;
        position: relative;
        top: 0;
        transform: none;
    }
    .ref-m {
        overflow: hidden;
    }
}

@media screen and (max-width: 500px) {
    .description-banner.banner-new h1.ref {
        font-size: 24px;
        max-width: 250px;
    }
}


/* referinte rect */


/* 03.08.2020 */

.h-el {
    width: 50%;
    float: left;
}

#pretbuc {
    text-align: right;
}

#pretbuc div {
    font-weight: 700;
    font-size: 18px;
    color: white;
}

.image-banner-box h2 {
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
    th.mwt-d {
        min-width: 420px;
    }
}

ul.navigation-mobile {
    margin-bottom: 70px;
}

.nav-bar-mob {
    border: 0;
}

ul.info-order li .right-element {
    width: calc(100% - 100px);
    float: right;
    font-weight: 700;
}


/* Modificari 10.08.2020 */

@media screen and (max-width: 800px) {
    footer .category-products li {
        width: 100%;
    }
    footer .category-products li:nth-child(odd) {
        text-align: left;
    }
    footer .category-products li:nth-child(even) {
        text-align: left;
    }
}

div#termsc .info-list li {
    margin-bottom: 15px;
    font-size: 14px
}

#termsc p.info-text {
    font-size: 14px;
}

#termsc p.info-text strong {
    font-size: 16px;
}

.termswrapper {
    display: flex;
}

.termswrapper #terms {
    margin: 0;
    position: relative;
    margin-right: 10px;
    top: 5px;
}

.termswrapper #policy {
    margin: 0;
    position: relative;
    margin-right: 10px;
    top: 5px;
}

.termswrapper #cont {
    margin: 0;
    position: relative;
    margin-right: 10px;
}

.termswrapper #contterms {
    margin: 0;
    position: relative;
    margin-right: 10px;
}

.termswrapper #contr {
    margin: 0;
    position: relative;
    margin-right: 10px;
}

.termswrapper #contrterms {
    margin: 0;
    position: relative;
    margin-right: 10px;
}

ul#stblog {
    margin: 0px;
    padding: 0px;
}

#stblog li {
    list-style: none;
}

#stblog li a {
    color: #00467f;
    text-decoration: none;
    font-size: 14px;
}

#stblog li a:hover {
    color: #000000;
}

.blog-wrapper .img-after:after {
    background-color: #00467fed;
    right: -52%;
}

.blog-wrapper .img-after:before {
    right: 50%;
}

.blog-info {
    width: 40%;
    top: 55%;
    right: 10px;
    transform: translateY(-50%);
    left: initial;
    float: right;
    position: relative;
}

.blog-info p {
    color: #fff;
    font-weight: 700;
    /*text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
}

.blog-info a {
    font-size: 12px;
    color: #fff;
    /*font-weight: 700;
	text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;*/
}

.blog-category {
    background-color: #e6e6e6;
    padding: 25px 25px 15px;
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.blog-category h3 {
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
}

.blog.img-1 img {
    padding: 0;
    z-index: -1;
    position: relative;
}

.blog.resz-img img.img-fluid {
    height: auto;
    object-fit: contain;
}

.blog.prod-bor {
    border: 0px;
}

.blog .info-prod {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    color: #ffffff;
}

.blog.img-after:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    right: -60%;
    top: 0;
    z-index: -1;
    transform: skew(-30deg);
    background-color: #00467f;
}

.blog.img-after:before {
    content: "";
    position: absolute;
    background-color: #00b450;
    height: 100%;
    width: 10px;
    transform: skew(-30deg);
    top: 0;
    right: 125px;
}

.row.blog-row {
    padding: 0 15px;
}

.blog-text {
    font-size: 14px;
    color: #00467f;
    text-align: justify;
}

.blog-text h2 {
    font-size: 18px;
    text-align: left;
}

.blog-text h3 {
    font-size: 16px;
    text-align: left;
}

.blog.wrp-img-prod .image-col {
    padding: 20px;
}


/* Rectificare slider */

.arrsdr {
    position: absolute!important;
    width: 30px;
    height: 30px;
    z-index: 2;
    display: block!important;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #00467f;
}

.arrsdr:after {
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    left: 50%;
    ;
}

.right-arr {
    right: 0;
    left: initial;
}

.right-arr:after {
    ;
    transform: translate(-50%, -50%) rotate(135deg);
}

.slider-ref.slider-aside .slick-arrow {
    display: block!important;
    position: relative;
}

.slider-ref.slider-aside img {
    margin-bottom: 0;
    height: 210px;
    object-fit: contain;
}


/* Ende */

.cart-product .product-image a {
    position: relative;
    top: calc(50% - 1rem);
    transform: translateY(-50%);
}

.cart-product .product-image a {
    display: flex;
}


/* The message box is shown when the user clicks on the password field */

#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 10px 20px;
    margin-top: 5px;
    margin-bottom: 10px;
}

#message h3 {
    font-size: 16px;
}

#message p {
    padding: 5px 25px;
    font-size: 14px;
}


/* Add a green text color and a checkmark when the requirements are right */

.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -35px;
    content: "✔";
}


/* Add a red text color and an "x" when the requirements are wrong */

.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -35px;
    content: "✖";
}

@media (min-width: 992px) {
    .hide-md {
        display: none;
    }
    .show-md {}
}

@media (max-width: 991px) {
    .hide-md {}
    .show-md {
        display: none;
    }
    .article-content {
        order: 1;
    }
    .article-sidebar {
        order: 2;
    }
}

.blog-text td {
    padding: 15px;
}

.blog-text table ul {
    padding-inline-start: 15px;
}

.video-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.video-wrapper iframe {
    margin-top: 20px;
    height: auto;
}

@media (min-width: 768px) {
    .video-wrapper iframe {
        width: 30%;
    }
}

@media (max-width: 767px) {
    .article-page img {
        width: 100%;
        height: auto;
    }
}

.price-nl {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin-right: 5px;
}

.price-nld {
    font-size: 10px;
    font-weight: 400;
    color: #898989;
    margin-top: 10px;
    position: relative;
    float: left;
    line-height: 3px;
}

.price-nlr {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    float: left;
}

.cprice-nl {
    font-size: 24px;
    font-weight: bold;
    color: #00467f;
    margin-left: 10px;
    margin-right: 5px;
}

.cprice-nld {
    font-size: 10px;
    font-weight: 400;
    color: #898989;
    margin-top: 10px;
    position: relative;
    float: left;
    line-height: 3px;
}

.cprice-nlr {
    font-size: 12px;
    font-weight: bold;
    color: #00467f;
    float: left;
}

.cat-list-price {
    flex-wrap: nowrap;
    justify-content: center;
}

.prod-list-price {
    flex-wrap: nowrap;
    margin-left: 0px;
    float: left;
}

.cat-price {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 65px;
}


/*404*/

.errorpage-wrapper {
    text-align: center;
    max-width: 600px;
    margin: auto;
    padding: 15px;
}

.errorpage-img {
    margin: 30px 0;
}

.errorpage-title {
    text-transform: uppercase;
    font-weight: 600;
}

@media (max-width: 767px) {
    .errorpage-img {
        max-width: 90%;
    }
    .errorpage-title {
        font-size: 24px;
    }
}


/*categorii*/

.moretextcat {
    display: none;
}

.readm {
    display: block;
    font-size: 13px;
    padding: 6px 25px;
    transition: 0.3s;
    border: none;
    text-align: right;
    margin-top: 15px;
}

@media (max-width: 991px) {
    .content-padding {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-padding p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .readm {
        margin: auto;
    }
}


/*electric tools*/

.nav-tabs .nav-link.active {
    background-color: #F3F3F3;
}

.nav-tabs.nav-tabs-form li {
    padding: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 14px;
}

.nav-tabs .nav-link {
    color: black;
}

.nav-tab-container .tab-content {
    float: none;
    background-color: #ffffff;
    border: none;
}


/*.addInfoToolrow{*/


/*	background-color: #F3F3F3;*/


/*}*/

.addInfoTool {
    overflow: hidden;
    padding: 30px 50px 25px 50px;
}


/*End electric tools*/

button:focus {
    outline: none;
}

.product-list {
    margin-top: 35px;
}


/*   unelte electrice   */

.unelte-col img {
    padding: 10px;
}

p.product-name-unelte {
    color: #01467f;
    font-size: 15px
}

.reg-date,
.garant-date {
    color: gray;
    font-size: 13px;
    font-weight: 300;
    margin: 10px 0;
}

.orange-btn-unelte {
    background-color: orange;
    color: #fff;
    width: 48%;
    border: 1px solid orange;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.red-btn-unelte {
    background-color: red;
    color: #fff;
    width: 48%;
    border: 1px solid red;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
}

.red-btn-unelte-full {
    background-color: red;
    color: #fff;
    width: 97%;
    border: 1px solid red;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    height: 45px;
}

.empty-btn-unelte {
    color: #00b450;
    width: 48%;
    background: none;
    border: 1px solid #00b450;
    font-size: 13px;
    display: inline-block;
    text-align: center;
}

.empty-btn-unelte:hover {
    color: #00b450;
    text-decoration: none;
}

.orange-btn-unelte:hover {
    color: #fff;
    text-decoration: none;
}

.green-btn-unelte {
    background-color: #00b450;
    color: #fff;
    width: 48%;
    border: 1px solid #00b450;
    font-size: 13px;
    display: inline-block;
    text-align: center;
}

.green-btn-unelte-full {
    background-color: #00b450;
    color: #fff;
    width: 97%;
    border: 1px solid #00b450;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    height: 45px;
}

.mt-20 {
    margin-top: 20px;
}

.pad-10 {
    padding: 15px;
}

.nav-account.icons-menu img {
    padding: 5px;
    width: 30px;
}

.intro-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro-icon img {
    width: 150px;
    margin-bottom: 20px;
}

.intro-icon h2 {
    color: #36b450;
    font-weight: 300;
    font-size: 26px;
}

#inregistrare-unelte,
#uneltele-mele,
#trimitere-in-service,
#parc-unelte {
    margin-top: 75px;
}

.unelte-navtabs {
    border: none;
}

.unelte-navtabs li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transform: skew(30deg);
    display: block;
    /*font-size:20px;*/
    font-size: 16px;
}

.unelte-navtabs li {
    margin: 0 10px;
    background: #36b450;
    /*padding:10px 25px;*/
    padding: 10px 18px;
    transform: skew(-30deg);
}

.nav-item.active {
    background: #16467f;
}

.unelte-gray-el:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 150%;
    background-color: #e6e6e6;
    left: -165px;
    transform: skew(-30deg)
}

.unelte-nav-title {
    color: #16467f;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0;
    padding: 10px 25px;
}

.unelte-navtabs img {
    padding-right: 10px;
}

.form-uneltele-mele .form-group {
    margin-bottom: 0;
}

.form-uneltele-mele .form-control.solicitare-inputs,
.form-control.solicitare-motiv,
.form-trimitere-service .form-control.trimitere-inputs,
.inregistrare-unelte-form .form-control.inregistrare-inputs {
    border: none;
    border-bottom: 1px solid #4273af;
    border-radius: 0;
    color: #16467f;
    padding: 0;
}

.form-uneltele-mele .form-control.solicitare-inputs::placeholder {
    color: #16467f;
}

.inregistrare-unelte-form .form-control.inregistrare-inputs::placeholder {
    color: #9f9f9f;
}

a.green-btn-unelte.finish-service {
    padding: 10px;
}

a.green-btn-unelte:hover {
    color: #fff;
    text-decoration: none;
}

img.gbtn-icons {
    border: none;
    display: inline-block;
    padding: 7px;
    width: 35px;
}

.form-trimitere-service {
    width: 100%;
}

.form-trimitere-service .finish-service {
    width: 100%;
}

.rawl-not {
    color: #16467f;
    font-size: 12px;
    margin-top: 5px;
}

a.green-btn-unelte.finish-inregistrare {
    padding: 5px;
    width: 40%;
    margin-right: 20px;
}

.border-img {
    border: 1px solid gray;
    padding: 10px;
}

.form-control:focus {
    outline: none;
}

.obs-field label {
    line-height: 2.5;
    color: #6c757d;
}

.obs-field textarea {
    border-bottom: 1px solid #4273af !important;
    border-radius: 0;
    border: none;
}

.nav-item a:hover {
    text-decoration: none;
}

#products-registered-1 {
    display: none;
}

#trimite-service {
    display: none;
}

#trimite-service-park {
    display: none;
}
#trimite-service-park-combo {
    display: none;
}
@media screen and (max-width:1025px) {
    .unelte-navtabs li a {
        font-size: 13px;
    }
    .unelte-navtabs li {
        padding: 10px 15px;
    }
    .green-btn-unelte,
    .empty-btn-unelte,
    .orange-btn-unelte {
        font-size: 13px;
    }
}

@media screen and (max-width:468px) {
    .green-btn-unelte,
    .empty-btn-unelte,
    .orange-btn-unelte {
        display: block;
        width: 90%;
        text-align: Center;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .intro-icon img {
        width: 90px;
    }
    .intro-icon h2 {
        font-size: 15px;
    }
    .unelte-navtabs .nav-item {
        padding: 5px 15px;
        margin: 5px 0px;
        display: block;
        width: 100%;
    }
    .unelte-navtabs li a {
        font-size: 16px;
    }
    .unelte-navtabs li a img {
        width: 40px;
    }
    .green-btn-unelte.finish-inregistrare.tab1-action-btn {
        width: 100%;
    }
    p.product-name-unelte {
        font-size: 13px;
    }
    .pad-left {
        padding-left: 10px !important;
    }
    .pad-0 {
        padding: 0 !important;
    }
    a.green-btn-unelte.finish-inregistrare {
        width: 100%;
        margin-bottom: 10px;
    }
    img.gbtn-icons {
        width: 30px;
    }
    .green-btn-unelte.finish-service {
        width: 100%;
    }
    .unelte-gray-el:before {
        width: 125%;
        left: -75px;
    }
    .unelte-nav-title {
        padding: 0;
        font-size: 15px;
    }
    #inregistrare-unelte,
    #uneltele-mele,
    #trimitere-in-service,
    #parc-unelte {
        margin-top: 45px;
    }
}

.form-control.input-style {
    border: none;
    border-bottom: 1px solid #01467f;
    border-radius: 0;
}

.blue-form-subtitle {
    color: #01467f;
    font-weight: bold;
}

.form-contact-event.addInfoTool .form-group {
    padding-right: 30px;
}

.btn-form.green-btn-unelte {
    margin-top: 20px;
    border-radius: 0;
    width: 30%;
}

.products-registered-1 span {
    display: block;
}

.nav-tab-container li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    transform: skew(30deg);
    display: block;
    font-size: 15px;
}

.nav-tab-container li {
    margin: 0 10px;
    background: #36b450;
    padding: 10px;
    transform: skew(-30deg);
}

.nav-tab-container .nav-item.active {
    background: #16467f;
}

.nav-tab-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background: none;
    border: none;
    color: #fff;
}

.nav-tab-container .nav-tabs .nav-link {
    color: #fff !important;
}

.nav-tab-container .nav-tabs .nav-link:hover {
    border: none;
}

.nav-tab-container .nav-tabs {
    border: none;
}

.img-fluid.img-uneltele-mele {
    max-height: 195px;
}

.pad-col-30 {
    padding: 30px;
}

.img-unelte-wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid gray;
    width: 200px;
    height: 200px;
}

.img-unelte-wrp-parc-unelte {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00467F;
    width: 300px;
    height: 300px;
}

.img-unelte-wrp-parc-unelte-btn {
     display: flex;
     justify-content: center;
     align-items: center;
     width: 300px;
     height: 60px;
 }

.img-unelte-wrp-parc-unelte-title{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00467F;
    background-color: #00467F;
    width: 300px;
    height: 60px;
    color: white;
}

.reg-date span {
    display: block;
}

.garant-date span {
    display: block;
}

#myInputNume,
#myInputCod,
#myInputGarant {
    border: 1px solid #00467f;
    width: 20%;
    height: 30px;
    font-size: 14px;
    color: #A9A9A9;
    font-weight: 200;
}

.empty-btn-filter {
    color: #00467f;
    width: 15%;
    height: 30px;
    background: none;
    border: 1px solid #00467f;
    font-size: 14px;
    text-align: center;
}

.empty-a-filter {
    color: #00467f;
    width: 15%;
    height: 30px;
    background: none;
    border: 1px solid #00467f;
    font-size: 14px;
    text-align: center;
    padding: 4px 25px;
}

.empty-a-unelte {
    color: #00b450;
    width: 48%;
    background: none;
    border: 1px solid #00b450;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    padding: 1px 25px;
}

.pusearch {
    font-size: 14px;
    width: 12%;
    border: 1px solid #00467f;
    height: 25px;
    color: #A9A9A9;
    font-weight: 200;
    margin: 0px 2px;
    float: left;
}

.empty-btn-pu-filter {
    color: #00467f;
    width: 8%;
    height: 25px;
    background: none;
    border: 1px solid #00467f;
    font-size: 14px;
    text-align: center;
}

.exportpu {
    padding-bottom: 10px;
}


/*sarbatori*/

.sarbatori .title-slider {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 26px;
    text-transform: none;
    margin-bottom: 25px;
}

.sarbatori .slider-info {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 26px;
    margin-bottom: 25px;
}

.sarbatori .slider-info.strong-description {
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 26px;
}

.sarbatori .btn-main.btn-slider {
    display: none;
}

.sarbatori .right-slider img {
    object-fit: contain;
    background: linear-gradient(to top, #00376d, #014681 30%, #014681 45%, #002957 95%);
    padding-left: 200px;
}

@media (min-width: 1220px) and (max-width: 1600px) {
    .sarbatori .right-slider img {
        object-fit: cover;
    }
}

@media (max-width: 1199px) {
    .sarbatori .right-slider img {
        object-fit: cover;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 40px;
    }
}

#sarbatorimodal .sarbatori {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#sarbatorimodal .modal-body {
    padding: 0px;
}

#sarbatorimodal .close {
    position: absolute;
    right: 10px;
    top: 10px;
}

#sarbatorimodal .modal.show .modal-dialog {
    max-width: 600px;
}

.modal.show .modal-dialog.sarbatori {
    max-width: 600px;
}

.product_status {
    height: 100px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin-left: 130px;
    margin-top: -28px;
    z-index: 10;
}

.product_status_page {
    height: 100px;
    width: 100px;
    text-align: center;
    font-weight: bold;
    position: absolute;
    margin-left: 130px;
    margin-top: -28px;
    z-index: 10;
}


/* Label Category page */

.product_status {
    top: -4px;
    right: -4px;
    margin: 0;
}

ul.product-list li .product_status img {
    height: auto;
}


/* End Label Category page */


/* Label Product page */

.product-details .vertical-gallery {
    position: relative;
}

.product_status_page {
    top: -4px;
    right: -4px;
    margin: 0;
    width: 150px;
}

.product_status_page img {
    height: auto;
}

@media (max-width: 768px) {
    .product_status_page {
        width: 120px;
    }
    .product_status_page img {
        width: 100%;
    }
}


/* End Label Product page */

span.element-title-expert {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #00467f;
    padding: 21px 0;
    position: relative;
    margin-right: 120px;
    z-index: 2;
}


/*span.element-title-expert:before {
    width: 100px;
    left: -65px;
    height: calc(100% + 20px);
    background-color: #ffffff;
    position: absolute;
    content: "";
    top: -10px;
    z-index: -1;
    transform: skew( -30deg );
}*/

.title-section-delimiter-expert:after {
    content: " ";
    width: 10px;
    height: 35px;
    background-color: #00b450;
    position: absolute;
    top: 0;
    left: 25px;
    transform: skew( -30deg);
}

.title-section-delimiter-expert h3 {
    text-align: left;
    margin-left: 30px;
}

.resp-container-expert {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe-expert {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.category-page .categ-description h2 {
    font-size: 1rem;
    font-weight: 700;
}

/*.show-mobile {
    display: none;
}*/
@media screen and (min-width: 1200px) {
    .hide-mobile {
        display: block;
    }
    .show-mobile {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}

/*admin-user*/
.admin-user .card-header {
    background-color: #00467f;
}
.admin-user ul#custom-tabs-one-tab {
    background-color: #00467f;
}
.admin-user #acountype{
	margin-bottom:15px;
}
.admin-tabinactive .nav-link{
	color:#28a745;
}
.admin-tabinactive .nav-link:hover{
	border-color:#28a745;
}
.admin-full{
	color: #fff;
    background-color: #FFA500;
}
.admin-partial{
	color: #fff;
    background-color: #0059FF;
}
.admin-restr{
	color: #fff;
    background-color: #991f00;
}

.account-menu {
	margin: 0;
	width: 100%;
	float: left;
	background-color: #00467f;
	/*padding: 0px 30px;*/
	position: relative;
}
.account-menu ul.nav-account{
	display:flex;
}

.account-menu ul.nav-account li {
	/* flex: 0 0 25%; */
	/* flex: 0 0 20%; */
	padding: 30px 0;
	display: block;
	position: relative;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
}

.account-menu ul.nav-account li img{
	width: 75px;
}

.account-menu-margin{
	margin-bottom: 35px;
}

.account-menu ul.nav-account li:hover {
	background-color:#00b450;
}

.account-dec{
	text-align:right;
	padding-right:15px;
}
.account-dec a{
	color: #00b450;
}
.account-dec img{
	width: 25px;
}

.account-desktop-view .account-menu ul.nav-account li {
	flex: 0 0 20%;
}

.account-mobile-view .account-menu ul.nav-account li {
	flex: 0 0 25%;
}

.border-left{
	border-left: 1px solid #fff;
}
.border-right{
	border-right: 1px solid #fff;
}

@media screen and (max-width: 850px) {
    .account-desktop-view {
        display: none;
    }
    .account-mobile-view {
        display: block;
    }
}

@media screen and (min-width: 850px) {
    .account-desktop-view  {
        display: flex;
    }
    .account-mobile-view  {
        display: none;
    }
}
.security-group div:first-child {
    margin: auto;
    padding:20px;
}
.security-group div:first-child {
    margin-left:0px !important;
    padding-left:0px !important;
}
.security-group div p {
    font-size:11px !important;
}
.security-group div p:first-child {
    font-size:22px !important;
    font-weight: bold !important;
}
.security-group div input {
    margin: auto;
    padding:10px;
    width:100% !important;
}
#privacy-table td {
    border: 1px solid #ccc !important;
    padding:10px !important;
}

#privacy-table td em {
    font-size: 16px;
    font-family: "Poppins", sans-serif !important;
    text-transform: inherit;
    font-style: normal;
}

#privacy-table {
    margin-bottom: 10px !important;
}