body {
    background-color: #040404 !important;
    font-family: 'Poppins', sans-serif;
    speak: none;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1000000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-color: #FFF;
    background-position: center;
}

.preloader-inside p {
    color: #d2000c;
    font-size: 14px;
}

.site {
    background-color: #ccc;
}

.mm-slideout {
    z-index: auto;
}

/*Start: Fix the Wordpress admin bar style */
@media screen and (max-width: 782px) {
    body.admin-bar {
        margin-top: 46px !important;
    }

    body.admin-bar #wpadminbar {
        margin-top: -46px;
    }
}

@media screen and (min-width: 782px) {
    body.admin-bar {
        margin-top: 32px !important;
    }
}

/*End: Fix the Wordpress admin bar style */

header .top-wrapper {
    padding: 20px 0;
    background: linear-gradient(to right, #e6f3f5, #007385, #007385, #007385, #e6f3f5)
}

header .think-big {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}

header .think-big strong {
    color: #ff0000;
}

header .social {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

header .menu-wrapper {
    background: linear-gradient(180deg, #037a8d, #001214);
    box-shadow: 0 0 0 black;
}

header .menu-wrapper nav .navbar-nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    display: block;
    text-transform: uppercase;
    border-left: 2px solid #000;
    transition: .3s all ease;
}

header .menu-wrapper nav a:hover {
    background: rgba(0, 0, 0, .2);
    transition: .3s all ease;
}

header .menu-wrapper nav ul.navbar-nav li:last-child a {
    border-right: 2px solid #000;
}

header .menu-wrapper nav ul li {
    display: inline-block;
}

header .social .social-btn {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    border-radius: 50%;
    margin-right: 5px;
}
header .social .facebook{
    background: #0673f7;
}
header .social .twitter{
    background: #37b6d4;
}
header .social .instagram{
    background: #9b2f91;
}
header .social .youtube{
    background: #e91c1c;
}
header .social .linkedin{
    background: #00a5cc;
}
header .social .whatsapp{
    background: #22d664;
}
header .social .e-catalog-btn{
    background: #ffba03;
    padding: 2px 10px;
    font-size: 12px;
    color: #000;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    margin-right: 5px;
}
header .social .camera{
    background: #ffba03;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 5px;
}
header ul.flags {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0;
}
header .flags img {
    width: 25px;
}
header .flags a {
    margin-right: 5px;
    display: block;
    padding: 0;
}



.breadcrumb {
    background-color: ;
}
section{
    padding-bottom:50px;
    position:relative;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
    }
}
.slider-area {
    padding: 0px 50px 50px;
    background: linear-gradient(to right, #e6f3f5, #007385, #007385, #007385, #e6f3f5);
}

.account .tab-content{
    position:relative;
}

.account .tab-pane {
    background: linear-gradient(to right, #e6f3f5, #007385, #007385, #007385, #e6f3f5);
    min-height: 150px;
}

.account .products-list{
    padding:25px;
}

.account .products-list .col-md-4 span{
    color:#ff0000;
    font-weight:600;
}

.account .products-list .col-md-4 ul{
    margin-top:10px;
    padding: 0px;
    list-style-type:none;
}

.account .products-list .col-md-4 ul li,
.account .products-list .col-md-4 ul li a{
    color:#fff;
    font-weight:100px;
}
.account .products-list .col-md-4 ul li:before{
    content: '';
    display:inline-block;
    width:5px;
    height:5px;
    background:#ffba03;
    border-radius:50%;
    margin-right:5px;
    margin-bottom:2px;
}

.account ul#myTab {
    background: linear-gradient(180deg, #e6f3f5, #007385);
    border-bottom: 2px solid;
}

.account .nav-link {
    color: #fff;
    border-right:2px solid #000;
    border-radius:0;
}

.account .nav-link.active,.account .nav-link:hover {
    background-color: #6b0c0f;
    border-radius: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-right:2px solid #000;
    color: #fff;
}

.account .form-container {
    padding: 5px;
    background: #ccc;
}

.account .form-container .input-group-text {
    background: transparent;
    border: 0;
    border-right: 1px solid #000;
    font-size: 12px;
    font-weight: 600;
}

.account .form-container input.form-control {
    background: transparent;
    border: 0;
    font-weight: lighter;
    font-style: italic;
}

.account .form-container .btn{
    background:linear-gradient(180deg, #007385, #650d10);
    border:0;
    border-radius:0;
    border-bottom:2px solid #000;
    font-weight:100;
}

.account .account-product{
    background: #ccc;
    padding: 5px;
    margin:0 2px 2px 0;
}
.account .account-product a{
    display: block;
    background: #b1b1b1;
}

.wagnermt-online{
    height:100%;
}

.wagnermt-online .wo-body{
    padding: 20px 50px;
    background: linear-gradient(to right, #e6f3f5, #007385, #007385, #007385, #e6f3f5);
    text-align:center;
    color:#fff;
    height:calc( 100% - 80px );
}

.wagnermt-online .wo-body .first-group,
.wagnermt-online .wo-body .second-group{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    height: 50%;
}

.wagnermt-online .wo-body .first-group{
    height: 70%;
}

.wagnermt-online .wo-body .second-group{
    height: 30%;
}

.wagnermt-online .wo-body .first-group strong{
    color:#ff0000;
    font-size:25px;
    margin-bottom:10px;
}
.wagnermt-online .wo-body .first-group img{
    width:190px;
    height:auto;
    margin-bottom:10px;
}
.wagnermt-online .wo-body .first-group span{
    font-size:20px;
    margin-bottom:10px;
}

.wagnermt-online .wo-body .second-group span{
    margin-bottom:5px;
    font-size:17px;
    font-weight:100;
}


.wagnermt-online .wo-header{
    background: linear-gradient(180deg, #007385, #650d10);
    border-bottom: 2px solid;
    height:40px;
}

.wagnermt-online .wo-footer{
    background: linear-gradient(90deg, #ff8b7f, #6f0103);
    border-top: 2px solid #ccc;
    height: 40px;
}

/*
* News Section
*
*/
section.news .news-list{
    border:2px solid #eee;
    height:100%;
}
section.news .nl-list>.row:not(:last-child){
    border-bottom: 2px solid #eee;
}
section.news .nl-header{
    background: linear-gradient(180deg, #007385, #650d10);
    height: 45px;
    padding: 10px 15px;
    color:#fff;
    font-size:18px;
    font-weight:600;
}

section.news .nl-list {
    height: calc( 100% - 45px );
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

section.news .nl-list .nl-image{
    background:#ccc;
    padding:25px;
}
section.news .nl-list .nl-box-image{
    max-width:100%;
    height:auto;
    width:100%;
}
section.news .nl-body{
    padding:5px;
}
section.news .nl-title{
    color: #007385;
    text-decoration:none;
    font-weight:600;

}

.nl-box-icon {
    background: #808080;
    padding: 10px 20px;
    height: 45px;
    width: 98px;
    position: relative;
}

.nl-box-icon img {
    position: absolute;
    top: -20px;
    width: 57px;
}


section.news .col-md-8 .col-md-6:first-child{
    margin-bottom:30px;
}
section.news .nl-box.photo-gallery .nl-box-title{
    position:relative;
}
/*section.news .nl-box.photo-gallery .nl-box-title:after{
content:'';
position:absolute;
right:0;
top:0;
background:linear-gradient(90deg,#bbb,#bbb),url(wp-content/themes/wagnermt_wp/assets/img/wagnermt-logo.png);
height:100%;
padding:10px;
}*/
section.news .nl-box .nl-box-image{
    width:100%;
    height:auto;
}
section.news .nl-box .nl-box-title{
    background: linear-gradient(180deg, #007385, #650d10);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:15px;
}

/*
* Others
*/
.ps-main-title, .c-main-title {
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, #007385, #650d10);
    left: 45%;
    padding: 15px 15px 10px;
    color: #fff;
    font-weight:600;
    font-size:18px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);

}

.production-stages a, .certificates a{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.ps-inner, .c-inner{
    position: relative;
    background: #830609;
    padding: 15px 0
}

.footer-think-big {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px;
    background: linear-gradient(to right, #e6f3f5, #007385, #007385, #007385, #e6f3f5);
    position: relative;
}

img.footer-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

footer#footer{
    background:#1a1a1a;
    color:#fff;
}
.footer-wrapper{
    padding:50px 0 0;
}
.footer-logo{
    position: absolute;
    top: -100px;
    background: linear-gradient(180deg, #9d0205, #2d080a);
    padding: 40px;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0 100%);
    left: -40px;

}
footer#footer ul{
    margin-top:10px;
    padding: 0px;
    list-style-type:none;
}

footer#footer ul li,
footer#footer ul a{
    color:#fff;
    font-weight:100px;
}
footer#footer ul li:before{
    content: '';
    display:inline-block;
    width:5px;
    height:5px;
    background:#ffba03;
    border-radius:50%;
    margin-right:5px;
    margin-bottom:2px;
}
footer#footer strong.title{
    color:#ffba03;
}
.copyright{
    display:flex;
    justify-content:space-between;
    padding: 5px 25px;
    background: #aaa;
    align-items: center;
    color: #000;
    font-weight: 600;
    margin-top: 30px;
}
.copyright a>img{
    height:25px;
}

.product-list .product-box {
    background: #fff;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 4px solid #000;
    border-radius: 15px;
    border-bottom-left-radius: 25px;
    margin-bottom: 25px;
}
.product-list span.product-number {
    position: absolute;
    left: -20px;
    top: -10px;
    background: #fff;
    font-weight: 900;
    border-radius: 10px;
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-list .product-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar .product-box {
    background: #fff;
    padding: 5px;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    position: relative;
    border-bottom: 4px solid #ccc;
}
.sidebar span.product-number {
    font-weight: 900;
    border-radius: 10px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar span.product-name {
    margin-left:10px;
}
.sidebar .product-box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.product-box.active {
    background: #8d0508;
    color:#fff;
}
.product-box.active:before {
    content:'';
    display:block;
    width: 20px;
    height: 100%;
    background: #8d0508;
    position: absolute;
    left: -15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.product-box.active:after {
    content: '';
    display: block;
    width: 20px;
    height: 100%;
    background: #8d0508;
    position: absolute;
    right: -15px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.ytembedvideo{
    background-repeat: no-repeat;
    background-size: contain;
    height: 450px;
    width: 800px;
    display: block;
    outline: none;
    margin: auto;
}