$colorHeader:#e21d85;
$colorText: #b5b5b5;
$colorBackground: #ececec;

@font-face {
    font-family: 'betty_molly_-_personal_useRg';
    src: url('../fonts/betty_molly_-_personal_use-webfont.woff2') format('woff2'),
         url('../fonts/betty_molly_-_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'weather_sunday_-_personal_uRg';
    src: url('../fonts/weather_sunday_-_personal_use-webfont.woff2') format('woff2'),
         url('../fonts/weather_sunday_-_personal_use-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

h3{
    font-family: 'weather_sunday_-_personal_uRg';
    font-size: 36px;
}

//css - login
#loading{
    &.close{
        display: none;
    }
    z-index: 1000000000 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: url(../../../img/loading.gif) no-repeat center;
    background-color: rgba(255, 255, 255, 0.6);
    
    bac
    .carregando{
        position: absolute;
        left: 50%;
        margin-left: -77px;
        top: 50%;
        margin-top: -21px;
    }
}


.carrossel_marca{
    background: #FFF;
    padding: 10px;
    border: 1px #DDD solid;
    margin-top: 20px;
    .item{
        border: 1px #DDD solid;
        padding: 2px;
    }
}

.carrossel_produto{
    background-color: #FFF;
    border: 1px #DDD solid;
    padding: 10px;
    .owl-controls{
        .owl-nav{
            position: absolute;
            right: -30px;
            top: 0px;
            div{
                width: 30px;
                height: 30px;
                color: #FFF;
                background-color: $colorHeader;
                text-align: center;
                line-height: 30px;
                font-family: 'Circular-Loom';
                &:hover{
                    background-color: $colorBackground;
                }
            }
            .owl-prev{

            }
            .owl-next{

            }
        }
    }
}



.tbody-mobile{
    display: none;
}

body{
    background-color: #edeef2;
}

.white{
    background-color: #FFF;
    padding: 25px 0;
}

.clear{
    clear: both;
}

// .btCep{
//     background-color: black;
//     &:hover, &:focus, &:active{
//         background-color: #5cb85c;
//         border-color: #4cae4c;
//     }
// }
.input-group-addon{
    background-color: black;
    color: white;
}

h2 {
    font-size: 18px;
}

.w100 {
    width: 100%;
}

.title-h2{
    padding: 40px 0;
    margin: 0px;
}

.breadcrumb {
    font-size: 12px;
    color: #666;
    background-color: transparent;
    a {
        color: $colorHeader;
    }
}

.gray{
    background-color: #edeef2;
    padding-top: 20px;
}


#banner{
    background-color: #FFF;
}

#banner-center-home{
    background-color: #edeef2;
    padding-top: 0px;
    padding-bottom: 0px;
    .banner{
        max-width: 1400px;
        overflow: hidden;
        margin: auto; 
    }
    
}

#banner-fixo {
    background: #F00;
    height: 70vh;
    width: 100%;
    &.fale-conosco {
        background: url(../img/banner-fixo/fale-conosco.jpg) no-repeat center;
    }
    &.sobre-nos {
        background: url(../img/banner-fixo/sobre-nos.jpg) no-repeat center;
    }
}

#sobre-nos {
    h2 {
        margin: 50px 0;
    }
    .nossa-historia {
        font-size: 16px;
        background: url(../img/banner-fixo/sobre-nos_nossa-historia.jpg) no-repeat center;
        color: #FFF;
        min-height: 400px;
    }
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    .stepwizard-step p {
        margin-top: 10px;
    }
    .stepwizard-row {
        display: table-row;
    }
    .stepwizard-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }
    .stepwizard-row:before {
        top: 14px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
    }
    .stepwizard-step {
        display: table-cell;
        text-align: center;
        position: relative;
        width: 33%;
    }
    .btn {
        width: 30px;
        height: 30px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px !important;
    }
    .btn-black {
        background: $colorHeader;
        opacity: 1;
        color: #FFF;
        &.disabled {
            background: #CCC;
        }
    }
}

.owlcarousel-produto {
    .owl-carousel {
        background: $colorBackground;
        padding-top: 15px;
        padding-bottom: 15px;
        .item {
            background: #FFF;
            padding: 15px;
            a {
                text-decoration: none;
                &:hover {
                    color: #000 !important;
                }
            }
            h4 {
                color: #4b4b4b;
                font-size: 14px;
                text-align: center;
                line-height: 25px;
            }
            .btn {
                width: 100%;
                font-size: 15px;
                background: #224c7b;
                &:hover {
                    background: #0d2c4e;
                }
            }
        }
    }
}

html {
    margin: 0;
    padding: 0;
}

#theader {
    background: #e21d85;
    width: 100%;
    color: #FFF;
    line-height: 30px;
    font-size: 12px;
    a {
        display: block;
        color: $colorBackground;
    }
}

#super-menu{
    display: none;
}

header {
    background-color: #f75890;
    #slide{
        display: none;
    }
    .logo {
        img {
            margin-top: 15px;
            margin-bottom: 15px;
        }
    }
    .list-atalho{
        ul{
            list-style: none;
            padding: 0px;
            margin: 0px;
            float: right;
            li{
                float: left;
                padding: 5px 0;
                a{
                    display: block;
                    padding: 15px;
                    color: #FFF;
                    font-size: 20px;
                    &:hover{
                        color: #666;
                    }
                }
                .carrinho{
                    position: relative;
                    span{
                        width: 15px;
                        background-color: #C00;
                        font-size: 9px;
                        color: #FFF;
                        border-radius: 100%;
                        display: block;
                        height: 15px;
                        text-align: center;
                        position: absolute;
                        top: 20px;
                        right: 5px;
                        padding-top: 2px;
                    }
                }
            }
        }
    }
    .search {
        padding-top: 15px;
        font-size: 12px;
        float: right;
        .inSearch {
            background: transparent;
            border-radius: 0;
            border: none;
            border-bottom: 1px #FFF solid;
            font-size: 12px;
            box-shadow: none;
            width: 100%;
            line-height: 35px;
            outline: none;
            color: #FFF;
            &:focus {
                box-shadow: none !important;
                border-color: #e21d85;
            }

            &::-webkit-input-placeholder {
                color:#FFF;
            }
            &::-moz-placeholder { 
                color:#FFF; 
            }
            &:-moz-placeholder { 
                color:#FFF;
            }
            &::-ms-input-placeholder { 
                color:#FFF;
            }   /* IE10+ */

        }
        .btSubmit {
            background: transparent;
            border: none;
            color: #FFF;
            line-height: 35px;
            font-size: 20px;
            position: absolute;
            bottom: 0px;
            right: 15px;
            outline: none;
        }
    }
}

#menu{
    background-color: #000;
    .link {
        padding: 0;
        margin: 0;
        z-index: 10000;
        &>li {
            display: inline-block;
            a {
                padding: 5px 10px;
                color: #FFF;
                line-height: 45px;
                text-transform: uppercase;
            }
            &:hover>ul {
                display: block;
            }
            ul {
                position: absolute;
                display: none;
                margin-top: -2px;
                li {
                    background: rgba(0,0,0,0.9);
                    width: 100%;
                    float: left;
                    padding: 0px 5px;
                    a {
                        display: block;
                        line-height: 40px;
                        text-decoration: none;                        
                        list-style: none;
                    }
                    &:hover {
                        background: $colorHeader;
                        a {
                            list-style: none;
                            color: #FFF;
                        }
                    }
                }
            }
        }
    }
}

#owlcarousel-marca {
    width: 100%;
    padding: 10px;
    margin: 30px 0px;
    h3 {
        color: $colorHeader;
        font-size: 18px;
        margin: 25px 0;
    }
    .carrossel_marca {
        .item {
            border: 1px $colorText solid;
            border-radius: 5px;
            overflow: hidden;
        }
    }
}

#atalho {
    margin-bottom: 15px;
    .link {
        display: block;
        color: #FFF;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        text-decoration: none;
        background-size: cover;
        display: table;
        width: 100%;
        min-height: 300px;
        vertical-align: middle;
        margin-bottom: 15px;
        span {
            display: table-cell;
            vertical-align: middle;
        }
        &:hover {
            -webkit-filter: grayscale(100%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
        }
    }
    .space {
        width: 100%;
        padding: 15px;
    }
    .diag-truck {
        background: url(../img/banner-fixo/atalho-diag-truck.jpg) center;
    }
    .diag-maquina {
        background: url(../img/banner-fixo/atalho-diag-maquinas.jpg) center;
    }
    .diag-servico {
        background: url(../img/banner-fixo/atalho-diag-servico.jpg) center;
    }
    .diag-software {
        background: url(../img/banner-fixo/atalho-diag-software.jpg) center;
    }
}

#nossos-cursos {
    background: url(../img/banner-fixo/sobre-nos_cursos.jpg) no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-top: 65px;
    padding-bottom: 65px;
    background-size: cover;
    clear: both;
    h3 {
        font-size: 80px;
        font-weight: bold;
        margin-bottom: 50px;
    }
    .texto {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .card {
        background: $colorBackground;
        color: $colorText;
        font-size: 12px;
        border-radius: 5px;
        border: 1px #FFF solid;
        .card-img-top {
            width: 100%;
        }
        .card-text {
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .btn {
            width: 100%;
            font-size: 13px;
        }
    }
}

#nossos-diferenciais {
    background: url(../img/banner-fixo/sobre-nos_nossos-diferenciais.jpg) no-repeat center;
    background-size: cover;
    color: #FFF;
    padding-top: 25px;
    padding-bottom: 25px;
    clear: both;
    .box {
        font-size: 12px;
        p {
            width: 60%;
            margin: auto;
        }
    }
}

#fale-conosco {
    background-color: $colorBackground;
    color: #4b4b4b;
    font-size: 13px;
    padding-top: 35px;
    padding-bottom: 25px;
    font-size: 12px;
    form {
        select {
            border-radius: 0px;
        }
        .form-control {
            background: transparent;
            border-radius: 0;
            border: none;
            border-bottom: 1px $colorText solid;
            font-size: 12px;
            box-shadow: none;
            border-radius: 0px !important;
            &:focus {
                box-shadow: none !important;
                border-color: #000;
            }
        }
        .btn {
            float: right;
            background: transparent;
            border: 1px $colorText solid;
            padding: 5px 25px;
            font-size: 12px;
        }
    }
    .box {
        border: 1px $colorText solid;
        border-radius: 5px;
        line-height: 35px;
        padding: 5px 15px;
        width: 70%;
        margin: auto;
        margin-bottom: 25px;
        min-height: auto;
        i {
            float: left;
            line-height: 35px;
        }
    }
}


/*#produto {
    .box {
        background: $colorBackground;
        padding: 25px;
        min-height: auto;
        color: #4b4b4b;
        h1 {
            font-size: 25px;
        }
        .preco {
            .de {
                text-decoration: line-through;
                color: #999;
            }
            .por {
                color: #555;
                span {
                    font-size: 25px;
                    position: absolute;
                    bottom: 0px;
                    margin-left: 25px;
                }
            }
        }
        .parcela {
            padding: 25px 0;
        }
        .cep {
            .inCep {
                border: none;
                border-bottom: 1px #666 solid;
                background: transparent;
                padding: 5px;
                width: 100%;
                box-shadow: none;
                outline: none;
                &:focus {
                    box-shadow: none !important;
                    border-color: #000;
                }
            }
            .btn {
                border-color: #666;
                background: transparent;
            }
        }
        .footer {
            font-size: 15px;
            .fa-shield-alt {
                font-size: 45px;
            }
        }
    }
    .decricao {
        padding-top: 35px;
        padding-bottom: 35px;
        .titulo {
            text-align: center;
            font-size: 25px;
        }
        .line {
            width: 50%;
            border-bottom: 1px #4b4b4b solid;
            margin: auto;
            margin-top: 10px;
            margin-bottom: 25px;
        }
    }
}*/

.economize {
    clear: both;
    color: #FFF;
    background-color: $colorHeader;
    display: block;
    margin: 5px 0 5px 2px;
    min-width: 71px !important;
    padding: 6px 17px 6px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    span {
        font-size: 35px;
        color: #F00;
    }
}



#produtos, .carrossel_produto{
    .item{
        border: 2px transparent solid;
        padding: 5px;
        color: #666 !important;
        &:hover{
            border: 2px #CCC solid;
            .link{
                opacity: 1;
            }
            .ver{
                opacity: 1;
            }
        }
        .frete{
            position: absolute;
            right: 25px;
            top: 12px;
            width: 40px;
        }
        .ver{
            display: block;
            color: #444444;
            opacity: 0;
            width: 100%;
        }

        .link{
            border: 2px #e62e8d solid;
            padding: 10px 15px;
            display: table;
            text-align: center;
            text-decoration: none;
            color: #e62e8d;
            opacity: 1;
            -webkit-transition: 1s;
            transition: 1s;
            font-size: 11px;
            border-radius: 50px;
            margin: 0px auto;
            &:hover{
                background-color: #e62e8d;
                color: #FFF;
            }
        }


        strong{
            font-size: 12px;
            display: block;
            height: 65px;
            text-transform: uppercase;
            margin-top: 20px;
        }
        .thumb{
            display: block;
            border: 1px #F1F1F1 solid !important;
            padding: 5px;
            text-align: center;
            img{
                width: 100%;
            }
        }

        .ref{ font-size: 10px; color: #888; margin: 0; padding: 0;}
        .texto{ color: #666; }
        .preco{
            p{
                margin: 0px !important;
            }
            .de{
                color: #666;
                font-size: 12px;
                margin: 0;
                float: left;
                span {text-decoration: line-through; }
            }
            .por{
                color: #666;
                float: right;
                span{ color: #e62e8d;
                      font-size: 16px;
                      font-weight: bold;
                }
            }
            .promocional{
                font-size: 20px;
                margin-top: 17px;
                font-weight: bold;
            }
        }
        .parcela{
            color: #444444 !important;
            width: 100%;
            clear: both;
            text-align: center;
        }
    }
}


#produto {
    padding-top: 20px;
    h2 {
        text-transform: uppercase;
    }
    .detalhes {
        padding: 0 25px;
        min-height: auto;
        color: #4b4b4b;
        hr {
            margin: 0px;
        }
        h2 {
            margin: 0px;
        }
        .btYoutube {
            padding: 1px;
            border: 1px #ccc solid;
            display: block;
            &:hover {
                border-color: #000;
                opacity: 0.8;
            }
        }
        .help-block{
            color: #5cb85c;
        }
        .cbxTamanho{
            width: 100%;
            padding: 10px;
            margin-bottom: 10px;
        }
        .aMedida {
            color: #0036D9;
            text-decoration: none;
            line-height: 50px;
            display: block;
            text-align: center;
            border-top: 1px #EEE solid;
            img {
                margin-right: 15px;
            }
            &:hover {
                opacity: 0.5;
            }
        }

        .valores {
            .parcela {
                font-size: 30px;
                color: #999;
            }
            .de {
                color: deeppink;
                margin: 0;
                margin-top: 10px;
                span {
                    text-decoration: line-through;
                }
            }
            .por {
                span {
                    font-size: 25px;
                }
            }
            .promocional {
                color: #3E8577;
                font-size: 30px;
            }
        }
        .model {
            margin-top: 10px;
            label {
                font-weight: normal;
                margin-right: 20px;
            }
        }
        
        .normal {
            .title {
                //background: #DDD;
                //padding: 2px 10px;
                margin-top: 5px;
            }
            .cores {
                margin-bottom: 10px;
                label {
                    width: 35px;
                    height: 35px;
                    margin-right: 5px;
                    border: 1px #DDD solid;
                    input {
                        width: 100%;
                        height: 100%;
                        margin: 0px;
                        opacity: 0;
                        cursor: pointer;
                    }
                    &:hover {
                        border-color: #C00;
                    }
                }
                .selecionado {
                    border-color: #C00;
                }
            }
            .tamanho {
                padding-top: 5px;
                padding-bottom: 10px;
                hr {
                    margin: 5px 0;
                }

                label {
                    width: 40px;
                    height: 40px;
                    margin-right: 5px;
                    border: 1px #DDD solid;
                    position: relative;
                    text-align: center;
                    padding-top: 9px;
                    cursor: pointer;
                    border-radius: 5px;
                    font-size: 15px;
                    input {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        z-index: 19;
                        left: 0;
                        top: -4px;
                        opacity: 0;
                    }
                    &:hover {
                        background-color: #ec228e;
                        color: #FFF;
                    }
                }
                .selecionado {
                    background-color: #ec228e;
                    color: #FFF;
                }
                .alert-default{
                    background-color: #FFF;
                    color: #888 !important;
                    text-align: center;
                    display: inline-table;
                    padding: 0px;
                    padding-top: 7px;
                    &:hover{
                        background-color: #FFF !important;
                        color: #888 !important;
                    }
                }

            }
        }
        .grade {
            display: none;
            thead {
                border-bottom: 1px #EEE solid;
                line-height: 30px;
            }
            .cor {
                width: 24px;
                height: 24px;
                border: 1px #CCC solid;
                margin-bottom: 2px;
                display: inline-block;
                vertical-align: middle;
            }
            td {
                text-align: center;
            }
            .text-left {
                text-align: left !important;
            }
            .inTam {
                width: 100%;
                margin: 8px 0;
                max-width: 35px;
                text-align: center;
            }
        }
        .btAddCarrinho {
            width: 100% !important;
            margin-top: 7px;
            padding-top: 8px;
            padding-bottom: 8px;
            margin-bottom: 10px;
        }
    }
    .line {
        background: url(../img/style/line.jpg) repeat-y;
    }
    .lineBottom {
        border-bottom: 1px #DDD solid;
    }
    .lineTop {
        border-top: 1px #DDD solid;
    }
    .fotos {
        .frete{
            position: absolute;
            right: 25px;
            top: 12px;
            width: 40px;
            z-index: 1;
        }
        .foto {
            border: 1px #e6e6e6 solid;
            padding: 5px;
            margin: 0px 0px 5px;
            img {
                width: 100% !important;
                position: relative !important;
            }
            .zoomWrapper {
                width: auto !important;
                overflow: hidden !important;
                position: relative;
            }
        }
        .carrossel {
            margin-top: 20px;
            width: 100%;
            margin: auto;
            .owl-item {
                .active {
                    border: 1px #000 solid;
                }
                .thumbnail {
                    margin-bottom: 0px;
                    &:hover{
                        border-color: transparent;
                    }
                    &:focus{
                        outline:none;
                        border: 1px #000 solid;
                    }
                }
            }
            .owl-controls {
                width: 100%;
                height: 25px;
                text-align: center;
                .owl-nav {
                    div {
                        background: #FFF;
                        border: 1px #ccc solid;
                        display: inline-block;
                        height: 25px;
                        text-align: center;
                        padding: 3px 10px;
                        margin: 5px 0px 0px;
                        font-size: 12px;
                        &:hover {
                            background: #EFEFEF;
                        }
                    }
                }
            }
            .owl-dots {
                display: none !important;
            }
        }
    }
    .vFrete {
        p {
            margin: 0 !important;
            font-size: 12px !important;
        }
    }
    .comentario {
        margin-top: 25px;
    }
    .hideshare-list {
        padding: 0 !important;
        li {
            list-style: none;
            display: inline-block;
            a {
                padding: 5px;
                span {
                    display: none;
                }
                &.hideshare-facebook {
                    color: #5D7EC1 !important;
                }
                &.hideshare-twitter {
                    color: #42BFEF !important;
                }
                &.hideshare-pinterest {
                    color: #E32B2D !important;
                }
                &.hideshare-google-plus {
                    color: #D82938 !important;
                }
                &.hideshare-linkedin {
                    color: #2294D0 !important;
                }
            }
        }
    }
}

#payment{
    margin-top: 10px;
    padding: 0px !important;
    .bandeira{
        width: 100%;
    }
}

.links-social{
    // background-color: $colorHeader;
    li{
        display: inline-block;
        a{
            font-size: 30px;
            margin: 5px;
        }
        .fa-facebook-square{
            color: black;
        }
        .fa-instagram{
            color:black;
        }
        .fa-whatsapp{
            color:black;
        }
    }
}

footer {
    background-color: #f75890;
    border-top: 10px #000 solid;
    margin-top: 15px;
    padding-top: 15px;
    font-size: 12px;
    color: #FFF;
    .logo{
        img{
            height: 30px;
        }
    }
    .unLink{
        color: #FFF;
        padding-left: 10px;
        padding-right: 10px;
    }
    .links-social-links{
        margin-bottom: 10px;
        li{
            display: inline-block;
            a{
                color: #FFF;
                padding: 5px;
                &:hover{
                    color: $colorText;
                }
            }
        }
    }
    .footer-body {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .logo {
        padding: 30px 0 5px 0;
    }
    .title {
        font-weight: bold;
        text-align: left;
    }
    .link{
        text-align: left;
    }
    ul {
        margin: 0px;
        padding: 0px;
        li {
            list-style: none;
            a {
                color: #FFF;
                line-height: 25px;
                font-family: Arial, Helvetica, sans-serif;
                font-size: 14px;
                &:hover {
                    color: $colorHeader;
                    text-decoration: none;
                }
            }
        }
    }
    .line {
        border-right: 1px #FFF solid;
        min-height: 130px;
        margin-bottom: 100px;
    }
    .copy {
        margin-top: 10px;
        .logo {
            height: 50px;
            width: auto;
        }
        a {
            display: inline-block;
            position: absolute;
            bottom: 0px;
        }
    }
}

.reserved{
    background-color: #000;
    color: #FFF;
    padding: 5px;
    a{
        color: #42BFEF;
    }
}

#carrinho {
    padding-top: 15px;
    .carrinho{
        background-color: #FFF;
    }
    .frete{
        width: 30px;
        margin-bottom: 10px;
        display: inline-block;
        img{
            width: 100%;
        }
    }
    .btn {
        border-radius: 0px;
    }
    .de {
        color: deeppink;
        font-size: 12px;
        text-decoration: line-through;
    }
    .btCont {
        position: absolute;
        right: 30px;
        z-index: 1;
        top: 13px;
    }
    .btFinalizar {
        padding-left: 35px;
        padding-right: 35px;
    }
    .thumbnail {
        float: left;
        margin-right: 5px;
        margin-bottom: 0px;
    }
    .texto {
        p {
            margin: 0px;
        }
    }
    .inQuantidade {
        width: 100%;
        text-align: center;
    }
    .frete_result {
        .resultado {
            margin-top: 15px;
            font-size: 12px;
            cursor: pointer;
            border: 1px #DDD solid;
            font-weight: normal;
            width: 100%;
            &.active {
                border-color: #000;
            }
            .btRadio {
                opacity: 0;
                position: absolute;
            }
            img {
                margin: 15px 0;
            }
            .texto {
                padding-top: 5px;
                .titulo {
                    font-size: 15px;
                    font-weight: bold;
                }
                .preco {
                    font-size: 20px;
                    margin-top: 5px;
                }
            }
        }
    }
}

#produtos {
    padding-top: 15px;
    .filter_order {
        font-size: 12px;
    }
    .divider>ul>li>a {
        font-weight: bold;
    }
    .links {
        &>ul>li>a {
            font-weight: bold;
            font-size: 14px;
        }
        .title {
            background: $colorHeader;
            color: #FFF;
            margin: 0;
            text-transform: uppercase;
            padding: 2px 5px;
            font-weight: bold;
            display: block;
        }
        .link {
            padding: 0px;
            li {
                list-style: none;
                //border-bottom: 1px #DDD solid;
                padding: 2px 10px;
                //ul{display: none;}
                /*&:hover > ul{
                    display: block;
                }*/
                label {
                    font-weight: normal !important;
                }
                a {
                    color: #666;
                    display: block;
                    font-size: 12px;
                }
            }
        }
    }
    .item {
        border: 2px transparent solid;
        padding: 5px;
        border: 2px #EEE solid;
        &:hover {
            border: 2px #CCC solid;
            .link {
                opacity: 1;
            }
            .ver {
                opacity: 1;
            }
        }
        .ver {
            display: block;
            color: #444444;
            opacity: 0;
            width: 100%;
        }
        strong {
            font-size: 16px;
            display: block;
            height: 80px;
            text-transform: uppercase;
        }
        .thumb {
            display: block;
            border: 1px #F1F1F1 solid !important;
            padding: 5px;
            text-align: center;
            img {
                width: 100%;
            }
        }
        .ref {
            font-size: 10px;
            color: #888;
            margin: 0;
            padding: 0;
        }
        .texto {
            color: #000;
        }
        .preco {
            p {
                margin: 0px !important;
            }
            .de {
                color: #000;
                font-size: 10px;
                margin: 0px;
                float: left;
                padding-top: 4px;
                span {
                    text-decoration: line-through;
                }
            }
            .por {
                color: #000;
                float: right;
                margin-bottom: 8px !important;
                span {
                    color: $colorHeader;
                    font-size: 20px;
                    font-weight: bold;
                }
            }
            .promocional {
                font-size: 20px;
                margin-top: 17px;
                font-weight: bold;
            }
        }
        .parcela {
            color: #444444 !important;
            width: 100%;
            clear: both;
            text-align: center;
            font-size: 12px;
            line-height: 20px;
        }
    }
    .footer {
        border-bottom: 1px #000 solid;
        border-top: 1px #000 solid;
        margin: 10px 0px;
        .result {
            line-height: 38px;
            padding-left: 10px;
        }
        .pagination {
            margin: 6px 10px;
            a {
                color: #F00;
                padding: 2px 12px;
            }
            .active {
                a {
                    background: #F00;
                    color: #FFF;
                }
            }
        }
    }
}

@media (max-width: 990px) {
    #theader{
        display: none;
    }
    .search{
        width: 100%;
        margin-bottom: 10px;
    }
    .container{
        width: 100%;
    }
}


@media (max-width: 680px) {
    .search{
        margin-bottom: 10px;
    }
    #produto{
        .panel{
            margin: 0 !important;
        }
    }
    .carrossel_produto{
        .owl-controls{
            .owl-nav {
                right: 0px;
            }
        }
    } 
}

@media (max-width: 500px) {

    .zoomContainer{
        display: none !important;
    }

    .carrinho-desktop{
        display: none;
    }
    .tbody-mobile{
        display: table-caption;
    }
    .panel{
        margin: 10px;
    }
    .panel-footer{
        height: 120px;
    }

    #menu{
        .menu-sub{
            
            .menu-mobile, .link-menu-mobile{
                width: 100%;
                left: 0px;
                position: absolute;
                padding: 0px;
                z-index: 10;
            }
        }
    }

    header {
        .login {
            padding: 0px;
            padding-top: 25px;
            text-align: center;
        }
        .col-logo{
            display: none;
        }
        .list-atalho{
            background-image: url('../img/logo-mobile.png');
            background-repeat: no-repeat;
            background-position: center;
        }
    }
    .carrinho {
        text-align: center;
        margin-top: 65px;
    }
    .nodisplay {
        display: none;
    }
    h3 {
        font-size: 30px !important;
        margin-bottom: -7px !important;
    }
    #owlcarousel-marca {
        h3 {
            font-size: 25px !important;
            margin-bottom: 25px !important;
        }
    }
    #atalho {
        .space {
            padding: 0px;
        }
    }
    .owlcarousel-produto {
        .btn-primary {
            font-size: 10px !important;
        }
    }
    #nossos-cursos {
        h3 {
            font-size: 12px !important;
        }
        .texto {
            text-align: justify;
        }
    }
    #produtos {
        .filter_order {
            font-size: 12px;
            background: $colorText;
            width: 100%;
            padding: 10px;
            margin-bottom: 15px;
            margin-top: 25px;
        }
        .item{
            .preco{
                .de{
                    width: 100%;
                    text-align: right;
                    font-size: 14px;
                    color: #666;
                }
                .por{
                    color: $colorHeader;
                }
            }
        } 
    }
    #carrinho {
        .panel-heading {
            .btn-primary {
                width: 100%;
            }
        }
        .formCep {
            .form-group,
            .input-group,
            .btn-warning {
                width: 100%;
            }
            .btn-warning {
                margin-bottom: 20px;
                margin-top: 10px;
            }
        }
        .formCupom {
            .btn-danger,
            .input-group {
                width: 100%;
            }
            .btn-danger {
                margin-bottom: 20px;
            }
        }
        .panel-footer {
            .btn {
                width: 100%;
                margin-top: 10px;
            }
        }
    }
}



#formNewsModal{
    position: absolute;
    width: 90%;
    left: 5%;
    top: 290px;
    .alert{
        position: absolute;
        z-index: 10;
        width: 100%;
    }
    input{
        height: 50px;
    }
    button{
        width: 100%;
        background: $colorHeader;
        color: #FFF;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

#cboxContent{
    background-color: #FFF !important;
    padding-bottom: 10px;
}

#cboxLoadedContent{
    border: none;
}


@media (max-width: 480px) {
    #produto{
        .foto{
            position: relative;
            .mask{
                background: #000;
                width: 100%;
                height: 100%;
                position: absolute;
                z-index: 1;
                opacity: 0;
                left: 0px;
                top: 0px;
            }
        }
    }
    #super-menu{
        display: block;
        background: rgba(0,0,0,0.9);
        position: fixed;
        height: 100%;
        z-index: 1000;
        width: 0;
        overflow: hidden;
        transition: all 0.2s linear;
        &.open{
            width: 70%;
        }
        .close{
            position: absolute;
            right: 20px;
            top: 20px;
            color: #FFF !important;
            font: 30px;
            opacity: 1;
        }
        ul{
            padding: 0;
            margin: 20px;
            li{
                display: block;
                padding-top: 5px;
                padding-bottom: 5px;
                a{
                    color: #FFF;
                }
            }
        }
    }

    header{
        .col-logo{
            text-align: center;
        }
        #slide{
            position: absolute;
            left: 20px;
            top: 16px;
            font-size: 30px;
            color: #000;
            display: block;
        }
        .list-atalho{
            ul{
                li{
                    display: inline-block;
                    a{
                        margin-top: 0px;
                    }
                }
            }
            form{
                width: 70%;
                float: left;
                .inSearch{
                    font-size: 14px;
                }
            }
        }
    }
    .search{
        display: none;
    }

    #menu{
        .container{
            overflow-x: auto;
            ul{
                margin-bottom: 10px;
                white-space:nowrap;
                li{
                    display: inline;
                    clear: both;
                }
            }
        }
    }

    .banner-medio{
        display: none;
    }

    .carrossel_produto{
        .item{
            padding: 10px;
            .link{
                margin-top: 20px;
            }
        }
    }

    #produto{
        #inQuantidade{
            margin: 2px;
        }
        .form-inline{
            .input-group{
                float: left;
                width: 75% !important;
                margin-right: 18px;
            }
            .btn-info{
                width: 20% !important;
            }
        }
    }

    footer{
        // .cell-none{
        //     display: none;
        // }
        .bandeira{
            width: 100%;
        }
        .line{
            min-height: 0;
            margin-bottom: 20px;
        }
        .title{
            text-align: center;
            font-size: 20px;
        }
        ul{
            li{
                text-align: center;
            }
        }
    }

    .copy{
        .logo{
            width: 30%;
        }
    }

    #colorbox{
        width: 100% !important;
    }
    #cboxWrapper{
        width: 100% !important;
    }
    #cboxLoadedContent{
        width: 100% !important;
    }
    #cboxContent{
        width: 90% !important;
        left: 5%;
        img{
            width: 100%;
        }
    }
}


#categorias{
    padding-top: 15px;
    .thumbnail{
        &:hover{
            img{
                opacity: 0.8;
            }
        }
        text-decoration: none;
        color: #000;
        &:hover{
            color: $colorHeader;
        }
        .photo{
            width: 100%;
        }
        .texto{
            height: 30px;
            .title{
                font-size: 17px;
                margin-top: 10px;
                margin-bottom: 10px;
            }
        }
    }
}

// #cboxContent{
//     width: 300px !important;
//     float: none !important;
// }
// #cboxLoadedContent{
//     border: none;
//     width: 300px !important;
//     img{
//         width: 100% !important;
//     }
// }

.img-verde-header{
    background-color: rgb(24, 204, 0);
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    text-align: center;
    padding: 10px;
    border-radius: 50%;
    &:hover{
        background-color: rgb(50, 169, 14);
    }
}

.ProdDisabled{
    background-color: #EEE;
    color: #666;
    &:hover{
        background-color: #EEE !important;
        color: #666 !important;
    }
    .ProdDisabledClose{
        position: absolute;
        top: -8px;
        z-index: 1;
        background: #CCC;
        width: 15px;
        height: 15px;
        font-size: 10px;
        border-radius: 50px;
        border: 1px #DDD solid;
        right: -7px;
        line-height: 11px;
        text-align: center;
    }
}

