.content{
    width: 90%;
    padding: 30px 0;
}
b{
    color:#da0000;
}

.site_header{
    text-align: center;
    margin-bottom: 40px;
}

.site_header h1{
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    text-shadow: 1px 1px #ccc;
}

.site_header b{
    color: #00896F;
    font-weight: 300;
}

.site_header p{
    font-size: 0.8em;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
}

/*HEADER*/


.main_header{
    background: #000;
}

.main_header_bar{
    float: right;
    width:100%;
    /*background: #ccc;*/
    padding-top:5px;
    position: relative;
}

.main_header_logo{
    float: left;
    margin-left:5%;
    padding-top: 10px;
    width: 220px;
    max-width: 20%;
}
.main_header_bar_line{
    display: inline-block;
    width: 100%;
    margin: 0 5% 0 5%;
}

.main_header_bar_line_contact{
    display:inline-block;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 0px !important;
    display:inline-block;
    width:25%;
    position: absolute;
    bottom: 0px;
    right: 5%;
    top:45px;
}

.main_header_bar_social{
    display: inline-block;
    margin-left: 15px;
}

.main_header_bar_social li{
    float: left;
    margin: 0;
    bottom: 0px;
    position: relative;

}

.main_header_bar_social li a{
    float: left;
    padding: 8px;
    background: #ccc;
}


.main_header_bar_social .facebook{background: #000;text-decoration: none;color:#fff;margin-right: 0px;}
.main_header_bar_social .facebook:hover{background: #000;color:#DE030B;}
.main_header_bar_social .instagram{background: #000;text-decoration: none;color:#fff;margin-right: 0px;}
.main_header_bar_social .instagram:hover{background: #000;color:#DE030B;}
.main_header_bar_social .twitter{background: #000;text-decoration: none;color:#fff;margin-right: 0px;}
.main_header_bar_social .twitter:hover{background: #000;color:#DE030B;}
.main_header_bar_social .google{background: #000;text-decoration: none;color:#fff;margin-right: 0px;}
.main_header_bar_social .google:hover{background: #000;color:#DE030B;}
.main_header_bar_social .youtube{background: #000;text-decoration: none;color:#fff;margin-right: 0px;}
.main_header_bar_social .youtube:hover{background: #000;color:#DE030B;}
.main_header_bar_social .radio{background: #000;text-decoration: none;color:#fff;margin-right: 0px;}
.main_header_bar_social .radio:hover{background: #000;color:#DE030B;}
.main_header_bar_social .culto{background: #000;text-decoration: none;color:#fff;margin-right: 0px;}
.main_header_bar_social .culto:hover{background: #000;color:#DE030B;}

.main_header_bar_line_search{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px !important;
    float:right;
    display:inline-block;
    width:50%;
    margin-left:5%;
    position: absolute;
    bottom: 0px;
}

.search_form{
    display: inline-block;
    width:100%;
    background: none;
    padding: 2px;
    vertical-align: middle;
    margin-bottom: 0px;
}

.search_form input{
    background: none;
    float: left;
    display:inline-block;
    width: 90%;
    font-size: 1em;
    padding:0.9px 0 0.9px 10px;
    min-height: 40px;
    border:none;
    /*    border-radius: 25px 0px 0px 25px;
        -moz-border-radius: 25px 0px 0px 25px;
        -webkit-border-radius: 25px 0px 0px 25px;*/

}
.no_outline{
    outline:none;
}
.search_form button{
    float: right;
    margin: 0;
    /*margin-left: 1%;*/
    max-width: 10%!important;
}

.lbl_search{
    margin: 0 auto;
    vertical-align: middle;
    display: block;
    position: relative;
    min-height: 40px;
    width: 70%;
    background: #ffffff;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
}
.btn_m{
    display: inline-block;
    cursor: pointer;
    min-height: 40px;
    padding: 7px 12px;
    margin-top: 2px;
    /*background: #888;*/
    font-size: 0.9em;
    color: #DA0000;
    text-decoration: none !important;
    text-align: center;
    border: none;
    border-radius: 0px 25px 25px 0px;
    -moz-border-radius: 0px 25px 25px 0px;
    -webkit-border-radius: 0px 25px 25px 0px;
    /*text-shadow: 1px 1px #555;*/
}

.btn_m_red{
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
    color:#DA0000;
    /*border-bottom: 5px solid #C54550;*/
}

.btn_m_red:hover{
    background-color:#DA0000;
    color:#fff;
    /*border-color: #93343C;*/
}

.tag_pdt{position: absolute; bottom: 2em; left: 0px; background: #da0000; color: #fff; padding: 5px 10px; display: inline-block;opacity: 0; transition: opacity 0.3s ease-out;}


.main_header_cart,
.main_header_user{
    display: inline-block;
    font-size: 0.9em;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer;
}
.main_header_cart a,
.main_header_user a{
    display: block;
    padding: 15px 20px;
    background: none !important;
    color: #fff;
    text-decoration: none;
}

.main_header_user a:hover,
.main_header_cart a:hover{
    color: #DE030B !important;
}

.main_header_principal{
    display:inline-block;
    padding: 10px 0 0px 0 !important;
    /*margin: 0 5% 0 5%;*/
    width:100%;
}


.site_title{
    display:none;
    width: 1px;
    position: absolute;
    text-indent: -9999px;
}

/*ACCOUNT*/
.user_account{
    background: #d8d8d8;
}

.wc_slides{
    margin:0px !important;
}
.content.wc_slides{
    margin: 0px !important;
}
/*NAV*/
@media (min-width: 50em){
    .main_nav_mobile_menu{
        display: none;
    }

    .main_nav{
        margin:28px 5% 0 5%;
    }

    .main_nav nav > ul > li{
        /*margin-top: 15px;*/
        display: inline-block;
        /*border-left: 1px solid #DA0000;*/
        padding: 0 20px 20px 0px;
        font-size: 0.875em;
        font-weight: 400;
        text-transform: uppercase;
        color: #FFF;
        position: relative;
        cursor: pointer;
        letter-spacing: 0.15em;
    }

    .main_nav li a{
        color: #FFF;
        text-decoration: none;
    }

    .main_nav nav > ul > li:hover,
    .main_nav nav > ul > li:hover a{
        color: #DA0000;
    }

    .main_nav nav > ul > li:hover .sub{
        display: block;
    }

    .main_nav .sub{
        position: absolute;
        left: 10px;
        top: 100%;
        background: #F3E8EE;
        min-width: 250px;
        max-width: 100%;
        z-index: 99;
        box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        /*        border-bottom-right-radius: 20px;
                -moz-border-radius-bottomright: 20px;
                -webkit-border-bottom-right-radius: 20px;*/
        display: none;
    }

    .main_nav .sub > li{
        position: relative;
        border-top: 1px dashed #333138;
    }
    .main_nav .sub > li:first-child{
        border: none;
    }

    .main_nav .sub > li a{
        display: block;
        width: 100%;
        padding: 20px 10px;
        background: #F3E8EE;
        /*background: #FFF;*/
        /*color:#eee !important;*/
    }


    .main_nav .sub > li:hover > a,
    .main_nav .sub > li a:hover{
        background: #DA0000;
        color: #fff;
    }

    .main_nav .sub > li:last-child > a,
    .main_nav .subsub > li:last-child > a{
        /*        border-bottom-right-radius: 15px;
                -moz-border-radius-bottomright: 15px;
                -webkit-border-bottom-right-radius: 15px;*/
    }

    .main_nav .subsub{
        position: absolute;
        min-width: 250px;
        max-width: 100%;
        background: rgba(0,0,0,0.5);
        left: 100%;
        top: 0;
        z-index: 99;
        box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        -moz-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        -webkit-box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.5);
        /*        border-bottom-right-radius: 20px;
                -moz-border-radius-bottomright: 20px;
                -webkit-border-bottom-right-radius: 20px;*/
        display: none;
    }

    .main_nav .sub li:hover .subsub{
        display: block;
    }
    .main_nav .subsub > li{
        position: relative;
        border-top: 1px dashed #eee;
    }
    .main_nav .subsub > li:first-child{
        border: none;
    }
}
/*

/*LIST*/
.single_list{
    float: right;
    width: 100%;
    /*padding-left: 30px;*/
}

/*SIDEBAR*/
.single_sidebar{
    float: left;
    width: 30%;
    padding: 20px 20px 0 20px;
    background: #eee;
}

.single_sidebar section > h1{
    font-size: 1.4em;
    font-weight: 300;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

.single_sidebar section > h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 11px;
}

.single_sidebar_widget{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 20px 0 20px;
    background: #fff;
}

.single_sidebar_widget.delivered article{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.single_sidebar_widget.delivered article img{
    float: left;
    width: 30%;
}

.single_sidebar_widget.delivered article div{
    float: right;
    width: 70%;
    padding-left: 5%;
}

.single_sidebar_widget.delivered article h1{
    font-size: 1em;
    font-weight: 500;
    line-height: 1.1;
    margin: 0 0 8px 0;
}

.single_sidebar_widget.delivered article a{
    color: #FF6A6A;
    text-decoration: none;
}

.single_sidebar_widget.delivered article a:hover{
    color: #DA0000;
    text-decoration: underline;
}

.single_sidebar_widget.delivered article p{
    font-size: 0.75em;
    font-weight: 300;
    color: #555;
}

.single_sidebar_widget.delivered article .offer{
    font-size: 0.875em;
    color: #d6a6a6;
    margin-bottom: 10px;
}

.single_sidebar_widget.delivered article .offer span{
    color: #888;
    display: block;
    font-weight: 500;
}

.single_sidebar_widget.delivered article .offerend{
    font-size: 0.6em;
    text-transform: uppercase;
}

.single_sidebar_widget.posts article{
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.single_sidebar_widget.posts article img{
    width: 100%;
    margin-bottom: 15px;
}

.single_sidebar_widget.posts article h1{
    font-size: 1.1em;
    font-weight: 500;
    line-height: 1.3;
}

.single_sidebar_widget.posts article a{
    color: #769977;
    text-decoration: none;
}

.single_sidebar_widget.posts article a:hover{
    color: #5fa961;
    text-decoration: underline;
}

.single_sidebar_widget:before{
    clear: both;
}

/*SINGLE PRODUCT STYLE*/
.single_pdt{
    min-height: 400px ;
    transition: border 0.3s ease-out;
    box-shadow: 3px 3px 3px transparent;
}
.single_pdt:hover{
    box-shadow: 3px 3px 3px #888888;
}

.single_pdt_cover{
    position: relative;
}
.single_pdt a{
    text-decoration: none;
}

.single_pdt:hover  .tag_pdt {
    color:#fff;
    text-decoration: none;
    opacity: 1;
}

.single_pdt_offer{
    font-size: 0.8em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #769977;
    width: 60%;
}

.single_pdt_stock{
    font-size: 0.8em;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    background: #d6a6a6;
    width: 60%;
}

.single_pdt_offer_ident{
    width: 50%;
    bottom: 35px;
}

.single_pdt header{
    padding: 2em 0 0 10px;
}

.single_pdt header h1{
    font-size: 1em;
    line-height: 1.1;
    font-weight: 600;
    margin-bottom: 10px;
    transition: color 0.5s ease-out;

}
.single_pdt:hover a{
    color: #da0000;
}

.single_pdt header a{
    color: #383838;
    text-decoration: none;
    /*font-weight: 500;*/
}

.single_pdt header a:hover{
    color: #DA0000;
    /*text-decoration: underline;*/
}

.single_pdt header p{
    font-size: 1em;
    font-weight: 400;
    color: #4B4B4B;
}

.single_pdt_price{
    font-size: 1.3em;
    font-weight: 600;
    color: #888;
    padding-bottom: 20px;
}

.single_pdt_price span{
    display: block;
    font-size: 0.8em;
    color: #d6a6a6;
    font-weight: 300;
}

.pdt_single_split{
    font-size: 0.65em;
    font-weight: 300;
    color: #ccc;
}

.single_pdt_btn{
    padding: 15px 0;
    text-align: center;
    background: #eee;
}

.single_pdt_btn .btn{
    font-size: 0.7em;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
}

/*404*/
.not_found{
    padding: 50px 0;
}

.not_found .header{
    width: 800px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto 40px auto;
}

.not_found .header h1{
    font-size: 2em;
    font-weight: 400;
}

.not_found .header p{
    font-size: 1.1em;
    font-weight: 300;
    margin: 10px 0 0 0;
}

.not_found .search_form{
    display: block;
    padding: 0 20px;
    margin-bottom: 50px;
    float: none;
    background: none;    
    text-align: center;
}
.search_form .input{
    display: inline-block;
    float:left;
    width:67% !important;
    padding: 6px;
}
.search_form button{
    display: inline-block;
    float:right;
    width:30% !important;

}
.not_found {
    width:100%;
    padding: 6px;
}

/*SIGN*/
.main_sign{
    background: #660000;
    color: #fff;
    text-align: center;
    position: relative;
}

.main_sign .content{
    padding-top: 50px;
}

.goto_home{
    position: absolute;
    padding: 8px 20px;
    margin-top: -20px;
    margin-left: -30px;
    background: #660000 ;
    font-size: 2em;
    font-weight: 300;
    border-radius: 50%;
    cursor: pointer;
}

.goto_home:hover{
    background: #C54550 ;
}

.main_sign h1{
    font-size: 2em;
    font-weight: 300;
}

.main_sign header p{
    font-size: 0.8em;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.main_sign form{
    text-align: center;
    margin: 0 auto;
}

.main_sign form label{
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
    text-align: left;
    margin-bottom: 20px;
}

.main_sign form label span{
    display: block;
    margin-bottom: 5px;
    font-size: 0.875em;
}

.main_sign form input{
    border: none;
    font-size: 1.2em;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
    background: rgba(0,0,0,0.5);
}

.main_sign form .btn{
    padding: 12px 30px;
    font-size: 1.3em;
}

/*FOOTER*/
.main_footer{
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
    width:100%;
    float:left;
    display: inline-block;
    background: #111;
}

.main_footer_logo{
    float:left;
    display:inline-block;
    padding-top:15px;
    padding-bottom: 15px;

}

.main_footer_logo img{
    width:200px;
}

.main_footer_televendas{
    display:inline-block;
}
.main_footer_televendas h1{
    font-size: 1.2em;
    color: #eee;
    text-align: center;
    display:block;
    width:100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.main_footer_televendas p{
    font-size: 1em;
    color:#ccc;
    text-align: center;
}
.main_footer_endereco{
    display:inline-block;
}
.main_footer_endereco h1{
    font-size: 1.2em;
    color: #eee;
    text-align: center;
    display:block;
    width:100%;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.main_footer_endereco p{
    font-size: 1em;
    color:#ccc;
    text-align: center;
    margin-bottom:10px;
    text-align: center;


}


.main_footer_curtir{
    display:inline-block;
    text-align: center;
}
.main_footer_curtir h1{
    font-size: 1.2em;
    color: #eee;
    float:left;
    text-align: left;
    display:block;
    width:100%;
    padding-left: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.main_footer_curtir ul{
    text-align: center;
}
.main_footer_curtir li{
    float: left;
    display:inline-block;
    margin-left: 10px;
    text-align: center;

}
.main_footer_curtir a{
    color: #ccc;
    text-decoration: none;
    font-size: 1.2em;
    text-align: center;
}
.main_footer_curtir a:hover{
    color: #DA0000;
}


.fb_like_int{
    margin:0 auto;
}

.footer_cocrihar{
    display:inline-block;
    background: #000;
    margin:0 auto;
    float:left;

}
.footer_cocrihar p{
    color:#ccc;
    text-align: center;
    font-size: 0.9em;
    margin-right: 5px;

}
.footer_cocrihar a{
    color:#ccc;
    text-align: center;
    font-size: 0.8em;
    text-decoration: none;
}
.footer_cocrihar a:hover{
    color:#fff;
}
.fontzero{
    font-size: 0em;     
}
.footer_detalhes{
    Padding:20px;
    background: #F3E8EE;
}
.footer_detalhes .itens{
    text-align: center;
    text-transform: uppercase;
}
.footer_detalhes .itens .icon{
    font-size: 2.5em;
    color:#DA0000;
}
.footer_detalhes .itens .text{
    font-size: 0.8em;
    color:#555;
}

/*### BLOG ####*/

.post_single{
    background: #eee;
}

.post_single .left_content{
    display: inline-block;
    background: #fff;
    width: 70%;
}

.post_single .post_content header{
    padding: 30px;
}

.post_single .post_content .title{
    font-size: 2em;
    font-weight: 300;
    color: #da0000;
    margin-bottom: 15px;
}

.post_single .post_content .tagline{
    font-size: 1.2em;
    font-weight: 300;
    color: #555;
}

.post_single .post_content .postby{
    font-size: 0.7em;
    font-weight: 300;
    color: #888;
    text-transform: uppercase;
    margin-top: 15px;
}

.post_single .post_content .postby time,
.post_single .post_content .postby b{
    font-weight: 300;
    color: #da0000;
}

.post_single .post_content .post_comments{
    padding: 30px;
    background: #fbfbfb;
    border-top: 1px solid #f3f3f3;
}

.post_single .post_content .post_comments h1{
    font-size: 1.2em;
    padding-left: 5px;
    padding-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #555;
}
.main_content{
    background: #eee;
}

.main_blog{
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.main_blog .post_list{
    margin: 0;
    background: #fff;
    margin-bottom: 30px;
}

.main_blog .post_list .post_list_thumb{
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.main_blog .post_list_content{
    display: inline-block;
    width: 60%;
    padding: 20px;
}

.main_blog .post_list_content h1{
    font-size: 1.2em;
    line-height: 1;
    font-weight: 600;
}

.main_blog .post_list_content h1 a{
    text-decoration: none;
    color: #da0000;
}

.main_blog .post_list_content h1 a:hover{
    text-decoration: underline;
}

.main_blog .post_list_content p{
    font-size: 0.8em;
    margin: 10px 0 20px 0;
}

.main_blog .post_list_content .link{
    font-size: 0.7em;
    color: #fff;
    text-decoration: none;
    padding: 5px 10px;
    background: #888;
    text-transform: uppercase;
}

.main_blog .post_list_content .link:hover{
    background: #00896F;
    transition-duration: 0.3s;
}

.single_post_more .post_list h1{
    font-size: 1em;
    margin: 20px 0 0 0;
}

.single_post_more .post_list a{
    color: #888;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;
}

.single_post_more .post_list a:hover{
    text-decoration: underline;
}

.single_post_more .post_list .link,
.single_post_more .post_list p{
    display: none;
}

.main_sidebar{
    display: inline-block;
    width: 30%;
    padding-left: 30px;
    vertical-align: top;
}

.sidebar_search{
    background: #fff;
}

.sidebar_widget{
    margin-bottom: 30px;
}

.sidebar_search input{
    display: inline-block;
    width: 75%;
    border: none;
    padding: 10px;
    vertical-align: top;
    margin: 0;
}

.sidebar_search button{
    display: inline-block;
    padding: 8px;
    width: 25%;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    vertical-align: top;
    margin: 0;
}

.sidebar_social{
    padding: 30px;
    background: #fff;
    text-align: center;
}

.sidebar_social img{
    width: 50%;
/*    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    */margin-bottom: 20px;
}

.sidebar_social h1{
    font-size: 1.4em;
    line-height: 1.2;
    text-transform: uppercase;
}

.sidebar_social h1 span{
    display: block;
    font-size: 0.9em;
}

.sidebar_social p{
    margin: 20px 0;
    padding-bottom: 20px;
    border-bottom: 1px dotted #eee;
    font-size: 0.75em;
}

.sidebar_nav{
    padding: 20px;
    background: #fff;
}

.sidebar_most > h1,
.sidebar_nav h1{
    font-size: 1.2em;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}

.sidebar_nav ul{
    display: block;
    width: 100%;
}

.sidebar_nav li{
    display: block;
    width: 100%; 
}

.sidebar_nav li a{
    display: block;
    width: 100%;
    padding: 8px 10px;
    background: #fbfbfb;
    border-bottom: 1px solid #fff;
    font-size: 0.7em;
    color: #888;
    text-decoration: none;
    text-transform: uppercase;
}

.sidebar_nav li a:hover{
    background: #eee;
}

.sidebar_most{
    padding: 20px;
    background: #fff;
}

.sidebar_most_post{
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #eee;
}

.sidebar_most_post:last-of-type{
    margin-bottom: 0;
}

.sidebar_most_post h1{
    font-size: 0.875em;
    font-weight: 600;
    color: #888;
    margin-top: 10px;
}

.sidebar_most_post a{
    text-decoration: none;
    color: #888;
    line-height: 1;
}

.sidebar_most_post a:hover{
    color: #da0000;
}




/*PAGINATOR*/
.paginator{
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    text-align: right;
}

.paginator li{
    display: inline-block;    
}

.paginator a,
.paginator span{
    padding: 5px 10px;
    background: #FF1C1C !important;
    margin-left: 5px;
    color: #fff;
    text-decoration: none;
    border-radius: 25%;
    -moz-border-radius: 25%;
    -webkit-border-radius: 25%;
    text-shadow: 1px 1px 0 #2A552A;
}

.paginator span{
    background: #888 !important;
}

.paginator a:hover{
    background: #C54550 !important;
}

/*BREAD CRUMBS*/
.breadcrumbs{
    display: block;
    padding: 20px;
    background: #eee;
    font-size: 1em;
    font-weight: 400;
    color: #555;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-left: 10px solid #da0000;
}

.breadcrumbs a{
    text-decoration: none;
    color: #da0000;
    font-weight: 600;
}

/*PAGINAS*/
.page_single{
    background: #d6d6d6;
    padding: 40px 0;
}

.page_single header{
    text-align: center;
    color: #da0000;
}

.page_single header h1{
    font-weight: 600;
}

.page_single .page_content{
    padding: 30px;
    background: #fff;
}
.page_content header{
    background: #333 !important;
}

/*PRODUCT STORE*/
.produtct_basics_cover{
    float: left;
    width: 35%;
    position: relative;
}

.produtct_basics_cover_offer{
    position: absolute;
    top: 50px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 50%;
    padding: 10px 20px;
    background: #769977;
    font-size: 0.8em;
}

.produtct_basics_cover_stock{
    position: absolute;
    top: 50px;
    left: 0;
    text-align: right;
    color: #fff;
    width: 45%;
    padding: 10px 20px;
    background: #d6a6a6;
    font-size: 0.8em;
}

.produtct_basics_cover_ident{
    top: 88px;
}

.produtct_basics_cover ul{
    display: block;
    width: 100%;
    padding-top: 10px;
    background: #fff;
}

.produtct_basics_cover li{
    display: inline-block;
    width: 20%;
    margin-bottom: 15px;
}

.produtct_basics_infor{
    float: right;
    width: 65%;
    padding-left: 5%;
}

.produtct_basics_infor .info{
    padding: 25px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    font-size: 0.875em;
    color: #555;
}

.produtct_basics_infor .info p{
    margin-bottom: 3px;
}

.produtct_basics_infor .info .reviews{
    margin: 10px 0 20px 0;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #888;
}

.produtct_basics_infor header h1{
    font-size: 1.8em;
    font-weight: 500;
    margin-bottom: 10px;
    color:#da0000;
}

.produtct_basics_infor header p{
    font-size: 0.8em;
}

.produtct_basics_infor .info .price{
    font-size: 1.7em;
}

.produtct_basics_infor .info .price strike{
    font-weight: 300;
    color: #d6a6a6;
    font-size: 0.8em;
    margin-left: 10px;
}

.produtct_basics_infor .price_split{
    font-size: 0.5em;
    color: #888;
}

.produtct_basics_infor form{
    display: block;
    width: 100%;
    vertical-align: bottom;
}

.produtct_basics_infor a{
    text-decoration: none;
    color: #da0000;
}

.produtct_basics_infor a:hover{
    color: #da0000;
    text-decoration: underline;
}

.produtct_infor{
    background: #f2f2f2;
}

.produtct_infor .htmlchars{
    padding: 30px;
    background: #fff;
}

.produtct_more{
    background: #660000;
    text-align: center;
    color: #fff;
}

.produtct_more .content > header{
    margin-bottom: 30px;
}

.produtct_more .content > header h1{
    font-size: 2em;
    font-weight: 300;
}

.produtct_more .content > header p{
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: 500;
}

.produtct_more .single_pdt{
    background: #fff;
    border: none;
    box-shadow: none;
    color: #ccc;
}

.produtct_reviews .comments{
    font-size: 0.875em;
    background: #fff;
}

/*1184px*/
@media (max-width: 74em){
    .produtct_basics_cover_stock{
        width: 65%;
    }

    .produtct_basics_cover_offer{
        width: 70%;
    }
}

/*1056px*/
@media (max-width: 66em){
    .single_list{
        padding: 0;
        float: left;
        width: 100%; 
    }
    .single_sidebar{
        display: none; 
    }
}

/*1024px*/
@media (max-width: 64em){
    .main_header .content{
        padding: 0;
        width: 100%;
    }

    .main_header_logo{
        float: left;
        margin-left:10%;
        padding-top: 10px;
        width: 90%;
        max-width: 100%;
        display:block;
    }
    /*
        .main_header h1{
            width: 100%;
        }*/

    .main_header_bar_line_contact{
        width:100%;
        display:block;
        position: relative;
        top:10px;
        /*margin-left:5%;*/
    }

    .main_header_user{
        width: 70%;
        margin:0;
        padding: 0;
    }
    .main_header_cart{
        width: 30%;
        margin:0;
        padding: 0;
    }
    .main_header_user a,
    .main_header_cart a{
        display:inline-block;
        padding:0;
        margin:0;
    }

    .main_header_bar{
        float: none;
        padding: 20px;
        /*background: #eee;*/
    }

    .main_header_bar_line_search{
        float: left;
        width: 100%;
        text-align: center;
        display:block;
        position:relative;
        margin: 10px 0;
    }

    .main_header_bar_line_search form{
        margin: 0;
    }

    /*###*/
    .main_nav_mobile_menu{
        display: block;
        width: 100%;
        font-weight: 300;
        font-size: 1.2em;
        padding: 10px 0;
        text-align: center;
        /*background: #DE030B;*/
        background: #DE030B;
        color: #fff;
        cursor: pointer;
    }

    .main_nav nav{
        padding: 10px 20px;
        width:100%;
    }

    .main_nav nav > ul > li:hover .sub{
        display: block !important;
    }

    .main_nav .sub{
        display:none !important;
    }

    .main_nav ul{
        display: none;
        width: 100%;
        text-align: left;
    }

    .main_nav li{
        border-top: 1px solid #eee;
    }

    .main_nav nav > ul > li{
        font-size: 0.8em;
        font-weight: 400;
        text-transform: uppercase;
    }

    .main_nav nav > ul > li > ul > li > a:before{
        margin-right: 10px;
        content: "»";
    }

    .main_nav nav ul li ul li ul li{
        text-transform: capitalize;
        /*display:none;*/
    }

    .main_nav nav ul li ul li ul li a:before{
        margin-right: 10px;
        text-transform: lowercase;
        content: "»»";
    }

    .main_nav li span{
        display: block;
        width: 100%;
        padding: 4%;
        background: #888;
        color: #fff;
    }

    .main_nav li a{
        display: block;
        width: 100%;
        padding: 4%;
        color: #fff;
        text-decoration: none;
        background: #555;
    }

    .main_nav li a:hover{
        background: #DE030B;
        color:#fff;
    }



    /*###*/

    .produtct_basics_cover,
    .produtct_basics_infor{
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .produtct_basics_cover > img{
        float: left;
        width: 50%;
    }

    .produtct_basics_cover ul{
        float: right;
        width: 50%;
        padding-left: 5%;
    }

    .produtct_basics_cover ul li{
        width: 33%;
    }

    .produtct_basics_cover{
        margin-bottom: 30px;
    }

    .search_form .input{
        display: inline-block !important;
        float:left;
        max-width:67% !important;
        padding: 6px;
    }
    .search_form button{
        display: inline-block !important;
        float:right;
        width:30% !important;
    }
    .main_footer_contato{
        width:49%;
    }
    .main_footer_social{
        width:49%;
    }

    .main_footer_curtir{
        width:100%;
    }
    .main_footer_curtir h1{
        text-align: center;
        padding-left: 0px;
    }

}

/*528px*/
@media (max-width: 33em){
    .content{
        width: 94%;
    }

    .main_footer_contato{
        width:100%;
    }
    .main_footer_social{
        width:100%;
    }
    .main_footer_curtir{
        width:100%;
    }
    .main_footer_curtir h1,
    .main_footer_social h1{
        text-align: center;
        padding-left: 0px;
    }

    .produtct_basics_cover img,
    .produtct_basics_cover ul{
        width: 100%;
    }

    .produtct_basics_cover_stock{
        width: 55%;
    }

    .produtct_basics_cover_offer{
        width: 60%;
    }
}