/*==========  Loja  ==========*/
.loja-destaques h2{
    font-family: monospace;
    font-weight: bold;
    font-size: 20px;
    color: #2c6eb4;
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.loja-destaques h2 span{
    text-transform: capitalize;
    font-weight: normal;
    color: #000;
}

.produto-detalhes{
    padding: 20px;
}
.container_prod{    
    display:inline-table;
    width: 240px;
    height: 225px;
    margin: 5px;
    border: 1px solid #ccc;
    color: #000;
}
.container_prod:hover{
    border-color: red;
}
.img_prod{
    width: 100%;
    height: 175px;
    overflow: hidden;
    text-align: center;
}
.img_prod img{
    height: 100%;
    max-height: 160px;
    display: inline-block;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}
.img_prod img:hover{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.info_prod{
    padding: 0 10px 0 10px;
}
.info_prod h2{
    margin: 0 0 10px 0;    
    font-size: 16px;
    font-weight: bold;
    text-align: center;    
}
.info_prod h3{
    margin: 5px 0 8px 0;    
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    color: #2c6eb4;
}
.info_prod h3 span{ 
    font-size: 11px;
    font-weight: normal;
    color: #949494;
}
.info_prod p{
    margin: 5px 0 5px 0;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
.prod_nome h2{
    text-transform: capitalize;
    font-family: monospace;
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}
.prod_frete > span{
    font-family: 'Economica', sans-serif;
    font-size: 20px;
    font-weight: normal;
    text-transform: capitalize;
    color: #029905;
}
.prod_frete > p{
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    color:#949494;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    /*============ Loja Menu ==========*/
    .loja-submenu-anuncio{
        display: none;
    }
    /*============ Loja Galeria ==========*/
    .prod_galery{
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ccc;
        overflow: hidden;
    }
    .prod_img_lg{
        width: 100%;
        height: 200px;
        overflow: hidden;
    }
    .prod_img_lg img{
        max-width: 100%;
        max-height: 200px;
    }
    .thumbs{
        width: 100%;
        height: 80px;
        overflow: hidden;
        position: relative;
    }
    .thumbs_back{
        background: #417fbf;
        position: absolute;
        top: 0;
        display: table;
        width: 20px;
        height: 80px;
    }
    .thumbs_back:hover{
        background: #4e9adb;
        cursor: pointer;
    }
    .thumbs_back > p{
        display: table-cell;
        vertical-align: middle;
        color:#FFF;
    }
    .thumbs_next{
        background: #417fbf;
        position: absolute;
        right: 0;
        display: table;
        width: 20px;
        height: 80px;        
    }
    .thumbs_next:hover{
        background: #4e9adb;
        cursor: pointer;
    }
    .thumbs_next > p{
        display: table-cell;
        vertical-align: middle;
        color:#FFF;
    }
    .prod_img_tumb{
        width: 1000%;
        height: 80px;
        list-style: none;
        margin:0;
        padding: 0;
        float:left;
    }
    .prod_img_tumb > .img_tumb{
        width: 100px;
        height: 80px;
        margin: 0 10px 0 10px;
        padding: 5px;
        float:left;
        overflow: hidden;
    }
    .prod_img_tumb > .active{
        border: 1px solid #4f9adc;
    }
    .prod_img_tumb > .img_tumb:hover{
        cursor: pointer;
    }
    .prod_img_tumb > .img_tumb > img {
        height: 100%;
        max-height: 100%;
    }
    /*=============== Produto Detalhe Preco ================*/
    .desc_produto{
        font-size: 18px;
        text-transform: capitalize;
    }
    .pagseguro{
        max-width: 100%;
        max-height: 110px;
        margin-bottom: 10px;
    }
    .prod_preco{
        width: 100%;
        height: 60px;
    }    
    .prod_preco > h1{
        margin: 0;
        padding: 0;
        text-align: left;
        font-weight: bold;
        font-size: 35px;
        color: #029905;
    }
    .prod_preco h1 > span{
        width: 100%;
        display: block;
        text-align: left;
        font-weight: normal;
        font-size: 14px;
        color: #949494;
    }
    .btn-comprar{
        width: 100%;
        height: 50px;
        font-family: 'Economica', sans-serif;
        font-weight: bold;
        font-size: 24px;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    /*==========  Loja Navbar ==========*/
    .loja-nav-toggle{
        display: none;
    }
    .loja-nav{
        width: 100%;
        height: 40px;
        text-align: center;                
        border-top: 4px solid #f52c2c;
    }
    .loja-navbar-default{
        width: 750px;
        margin: 0 auto;
    }
    .loja-navbar{
        width: 75%;
        float: left;
        height: 41px;
        text-align: left;
        display: block !important;
    }

    .loja-navbar > ul{
        margin: 0;
        padding: 0;
        list-style: none;
        text-decoration: none;    
        display: inline-block;   
    }

    .loja-navbar > ul > li{
        background: #f52c2c;
        float:left;
        padding: 10px 5px;
        border-radius: 0 8px 0 8px;
        margin: 0 1px 0 1px;        
        font-family: 'Economica', sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-transform: capitalize;
        color: #FFF;
        -webkit-transition: all 0.1s linear;
        -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
        -o-transition: all 0.1s linear;
        transition: all 0.1s linear;
    }
    .loja-navbar > ul > li:hover{
        background: #767676;
        color: #41474a;
        cursor: pointer;
    }
    .loja-navbar > ul > li > a{
        text-decoration: none;
        color: #FFF;
    }
    .loja-navbar > ul > li > a:hover{
        text-decoration: none;
        color: #FFF;
    }
    .loja-navbar > ul > li:hover > .loja-submenu{
        display:block;
    }
    .loja-submenu{
        position: absolute;
        margin-top: 8px;
        left: 0;
        width: 100%;
        min-height: 380px;
        background: #FFF;
        padding: 10px 0;
        border-top: 1px solid #f2f2f2;
        border-bottom: 1px solid #f2f2f2;
        box-shadow: 0 12px 20px 0 rgba(50,50,50,0.2);
        z-index: 2000;
        display: none;
    }
    .loja-submenu-list{
        width: 70%;
        float: left;
        padding: 5px 20px 5px 20px;
    }
    .loja-submenu-list > ul{
        width: 100%;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .loja-submenu-list > ul > li{
        width: 260px;
        margin: 5px;
        font-family: arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        float: left;
    }
    .loja-submenu-list > ul > li > a{
        text-decoration: none;
        text-transform: uppercase;
        color: #f52c2c;
        border-bottom: 1px solid #f52c2c;
    }
    .loja-submenu-sub{
        margin: 0;
        padding: 0;
    }
    .loja-submenu-sub > li{
        width: 200px;
        list-style: none;
        text-decoration: none;
        text-transform: capitalize;
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        color: #5f5f5f;
    }
    .loja-submenu-sub > li > a {
        text-decoration: none;
        color: #5f5f5f;
    }
    .loja-search{
        width: 25%;
        float: left;
        height: 40px;
        padding: 4px;
    }
    .loja-submenu-anuncio{
        width: 30%;
        float: right;
        display: block;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    /*================ Loja Navbar ===============*/
    .loja-navbar-default{
        width: 970px;
    }
    /*================ Loja Galeria ===============*/
    .prod_galery{
        height: 400px;
    }
    .prod_img_lg{
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .prod_img_lg img{
        max-width: 100%;
        max-height: 300px;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
    .loja-navbar-default{
        width: 1170px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    /*=============== Loja Navbar ==============*/
    .loja-navbar{
        width: 240px;
        margin: 0 auto;
        text-align: left;
        display: none;
    }
    .loja-navbar li > a{
        text-decoration: none;
        background: #4f9adc;
        display: block;
        width: 100%;
        padding: 8px;
        border-radius: 5px 0 5px 0;
        font-weight: bold;
        color: #FFF;
    }
    .loja-navbar li > a:hover{
        background: #f5cf0c;
        color: #000;
    }
    .loja-nav ul{
        list-style: none;
        width: 100%;
        padding-left: 8px;
    }
    .loja-submenu-sub ul{
        list-style: none;
        width: 100%;
        padding-left: 15px;
    }
    .loja-submenu li{
    }
    .loja-submenu-sub a{
        text-transform: capitalize;
        display: block;
        width: 100%;
        padding: 5px;
        margin: 1px;        
        color: #000;
    }
    .loja-search{
        padding: 5px 10px 5px 10px;
    }
    .loja-nav-toggle{
        width: 112px;
        margin: 8px 0 8px 0;
        float: right;
        padding: 0 10px 5px 10px;
        display: block;
    }
    .loja-nav-toggle a{
        text-decoration: none;
        text-transform: capitalize;
        background: #4f9adc;
        display: block;
        width: 100%;
        padding: 8px;
        border-radius: 5px 0 5px 0;
        font-weight: bold;
        font-size: 12px;
        color: #FFF;
    }
    .loja-nav-toggle a:hover{
        background: #f5cf0c;
        color: #000;
        cursor: pointer;
    }
}