#detail-content, 
#body-wrapper{
    position: relative;
    /* width: 80%; */
    width: 100%; 

    flex: fit-content;
/*    text-align: center;*/
    /* float: left; */ 
}


@media (max-width: 767px) {    
    #detail-content, 
    #body-wrapper{
        position: relative;
        width: 100%;
    /*    text-align: center;*/
        /* float: left; */ 
    }

    .info-panel{
        float: none;
        width: 100% !important;
        border: 1px solid #efefef;
        color: #333;
    }

    .wrapper-steps-request{
        display: none;
    }

    #detail-content .right, #detail-content .right .desc .info { margin-left: 0 !important; float: none !important; width: 100% !important; height: auto !important; }
    #detail-content .left{ height: auto !important; }
    #detail-content .right .desc .buttons { 
        border-left: none !important; 
        margin: 0 !important; 
        padding: 0 !important; 
        float: none !important; 
        width: 100% !important;
        height: auto !important;
    }

    #detail-content .right .desc .info{
        width: 100%;
    }

    #tabs .gray-button{
        width: 100%;
        margin-bottom: 5px; 
    }

}

#body{
    width: 100%; 
    margin: 0 auto;
    text-align: left;
    position: relative;
}

#body h2, #v-nav li a.h2{
    display: block;
    background: #efefef;
    /* height: 60px; */
    font-size: 20px;
    padding: 20px;
}

#page_404{
    padding: 10px;
}

#processa{
    display: none;
    position: fixed;
    top:0; bottom: 0;
    left: 0; right: 0;
    background: #fff;
    opacity: 0.9;
    text-align: center;
    z-index: 9999999999999999;
}
#processa span{
    display: inline-block;
    margin-top: 200px; 
    border: 1px dotted #f00;
    padding: 60px;
}
#processa span img{
    margin-bottom: 10px;
}

.ads{
    text-align: center;
}

.gray-button{
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background-color: #efefef;
}

.green-button{
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #0c0;
}



/* --[ASIDE BEGIN]----------------------------------------------------- */
#aside{
    
    float: left;
    width: 198px;
    margin-bottom: 30px;
}


#aside .poll fieldset legend{
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #000;
}
#aside .poll fieldset div{
    border-bottom: 1px dotted #ccc;
    height: 20px;
    margin: 5px 10px;
}
#aside .poll fieldset div label{
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    margin-left: 10px;
}
#aside .poll fieldset .button{
    display: block;
    border: none;
    height: 28px; width: 100%;
    margin: 5px 0;
    line-height: 28px;
    background: #000 url('../images/background/bg-with-lines/left/000000.gif');
    color: #fff;
    text-transform: uppercase;
}

/* vertical Navigation css */
ul#v-nav{ overflow: hidden; position: relative; min-height: 20px;}
ul#v-nav li ul li{}
	ul#v-nav li{
	    position: relative;
	    -webkit-transition: 1s;
	}
	#v-nav li a.h2 {
        font-size: 10px;
        padding-left: 29px;
    }
	ul#v-nav li a.h2 span.img{
	    position: absolute;
	    top: 0;
	    left: 0;
	    margin: 13px 10px;
	    background-image: url(../images/sprite-ciserp-eloja.png);
        background-position: 412px -117px;
        width: 13px;
        height: 7px;
	}
	ul#v-nav li a.h2.collapsed span.img{
	    height: 13px;
	    margin-top: 10px;
        background-position: 393px -102px;
	}
	ul#v-nav li.filter a span.checkbox{
	    display: inline-block;
	    width: 13px;
        height: 13px;
        line-height: 2px;
        background-image: url(../images/ui_radio_button_uncheck.png);
	    margin-right: 5px;
	}
	ul#v-nav li.filter a span.checkbox.checked{
	    background-image: url(../images/ui_radio_button.png);
	}
	ul#v-nav li ul li a{
	    text-transform: uppercase;
	    display: inline-block;
        width: 100%;
        padding: 5px 5px;
        border-top: 1px solid #ccc;
        color: #333;
        font-size: 10px;
        font-weight: bold;
        position: relative;
	}
	ul#v-nav li a:hover{
		color: #999;
	}
	ul#v-nav li ul li a span.total{
	    padding: 2px;
	    background: #efefef;
	    color: #333;
	    position: absolute;
	    top: 5px; right: 5px;
	    font-size: 9px;
	    width: 20px;
	    text-align: center;
	    border-radius: 2px;
	}
	ul#v-nav li ul li a:hover span.total{
	    background: #333;
	    color: #fff;
	}

	ul#v-nav li.more a{
	    color: #929292;
        border-top: 1px dashed #CCC;
        border-bottom: 1px dashed #CCC;
	}
	ul#v-nav li.more a span.total{
	    background: black;
        color: white;
	}
	
	ul#v-nav li.more a span.total:hover{
	    background: #333;
        color: white;
	}
	
	    ul#v-nav li .wrapper-submenu,
	    ul#v-nav li .wrapper-submenu2{
	        overflow: hidden;
	    }
	    ul#v-nav li .wrapper-submenu.hide,
	    ul#v-nav li .wrapper-submenu2.hide{
	        height: 0;
	        opacity: 0;
	    }
	        ul#v-nav li .wrapper-submenu2 ul{
                display: block;
                border-left: 1px solid #333;
	        }
	        ul#v-nav li .wrapper-submenu2 ul li a{ 
	            font-size: 11px; 
	            color: #333;
	            font-style: italic;
	            background: #f4f4f4 url('../images/background/bg-with-lines/right/efefef.gif'); 
	            border-bottom: 1px dotted #ccc; 
	            border-left: 1px solid #fff;
            }
	        ul#v-nav li .wrapper-submenu2 ul li a:hover{ background: #e8e5e5; }

/* --[ASIDE END]----------------------------------------------------- */


/* --[MAIN BEGIN]----------------------------------------------------- */
#main{
    float: left;
    width: 100%;
    margin-left: 10px;
    margin-bottom: 5px;
}

#highlight{
    position: relative;
    overflow: hidden;
}
#listaProdutos{
    padding: 10px;
}
#main .empty{
    text-align: center;
    border: 1px dotted #666;
    padding: 25px 0;
    color: #666;
}

/* breadcrumbs begin */
#body .breadcrumbs{
    background: #efefef;
    border: 1px solid #ccc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}
#body .breadcrumbs li{
    display: inline;
}
#body .breadcrumbs li a{
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-right: 1px solid #E2E2E2;
    font-weight: bold;
}
#body .breadcrumbs li a:hover{
    background: #f4f4f4;
    color: #000;
}
#body .breadcrumbs li a.img{
    display: inline-block;
/*    background: url('../images/icons/voltar-pagina-principal.png') no-repeat 50%;*/
/*    width: 60px;*/
    background: url('../images/sprite-ciserp-eloja.png') no-repeat -217px -256px;
    width: 40px;
}   
#body .breadcrumbs li a.img span{
    text-indent: -9999px;
    letter-spacing: -9999px;
    width: 0;
    display: block;
}
/* breadcrumbs end */

/* products-grid-options begin */
.products-grid-options{
    position: relative;
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;   
}
.products-grid-options .total{
    float: left;
    font-size: 12px;
    color: #333;
    font-weight: bold;
    padding-right: 25px;
    border-right: 1px solid #e2e2e2;    
}
.products-grid-options .paginator li.paginator-index.selected span{
    color: #000;
    font-weight: bold;
}
.products-grid-options .paginator li{ 
    float: left;
}
.products-grid-options .paginator li span{     
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #333;
    height: 30px; 
    font-size: 12px;
    padding: 0 6px;
    border-right: 1px solid #e2e2e2;    
    cursor: pointer;
}
.products-grid-options .paginator li span:hover{
    color: #6699cc;
}
.products-grid-options .paginator li.paginator-previous a span,
.products-grid-options .paginator li.paginator-next a span{
    font-size: 11px;
}

.products-grid-options .filter{
    position: absolute;
    top: -2px;
    right: 0;
}
/* products-grid-options end */



/* highlight products-grid begin */
#highlight .products-grid{ 
    margin-top: 10px;
}
#highlight .products-grid li{ 
    position: relative;
    display: block;
    float: left;
    border: 1px solid #e2e2e2;
    background: url('../images/background/bg-with-lines/left/efefef.gif');
    width: 182px;
    height: 360px;
    margin-right: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
    overflow: hidden;
}
#highlight .products-grid li.added{ border-color: #00cc00; }
#highlight .products-grid li:hover{ border-color: #00cc00; }
#highlight .products-grid li.last{ margin-right: 0px; }
/* hightlight products-grid begin */



/* best-sellers products-grid begin */
#buy-also .products-grid-wrapper,
#similar .products-grid-wrapper,
#best-sellers .products-grid-wrapper{
    padding: 10px;
}
#buy-at .products-grid li,
#buy-also .products-grid li,
#similar .products-grid li,
#best-sellers .products-grid li{ 
    display: block;
    position: relative;
    float: left;
    border: 1px solid #e2e2e2;
    background: #F9F8F6;
    width: 140px;
    height: 250px;
    margin: 5px 7px;
    background: url('../images/background/bg-with-lines/left/efefef.gif');
    text-align: center;
    color: #333;
    
}
#buy-also .products-grid li.last,
#similar .products-grid li.last,
#best-sellers .products-grid li.last{
    margin-right: 0px;
}
#buy-also .products-grid li:hover,
#similar .products-grid li:hover,
#best-sellers .products-grid li:hover{ border-color: #00cc00; }

#buy-at .products-grid li dl dt.image img,
#buy-also .products-grid li dl dt.image img,
#similar .products-grid li dl dt.image img,
#best-sellers .products-grid li dl dt.image img{
    height: 124px;
}

/*
.products-grid li dl dt.image img {
    width: 100%;
}
*/

#buy-at .products-grid li dl dt.image,
#buy-also .products-grid li dl dt.image,
#similar .products-grid li dl dt.image,
#best-sellers .products-grid li dl dt.image{
    height: 133px;
}
/* best-sellers  products-grid begin */

/* buy-at  products-grid begin */
#buy-at{}
#buy-at .products-grid-wrapper{
    padding: 10px 5px;
}
#buy-at .products-grid{
    padding: 10px;
    border-bottom: 1px dotted #ccc;
}
#buy-at ul.products-grid.last{
    border: none;
    padding-bottom: 0px;
}
#buy-at .products-grid li{
    margin-bottom: 10px;
}
#buy-at .products-grid li.more,
#buy-at .products-grid li.equal{
    height: 55px;
    width: 55px;
    background: url('../images/background/bg-with-lines/right/green.png');
    line-height: 55px;
    margin-top: 85px;
}
#buy-at .products-grid li.more span,
#buy-at .products-grid li.equal span{
    color: #fff;
    font-size: 26px;
}
#buy-at .products-grid li .checkbox{
    position: absolute;
    right: 5px;
    top: 5px;
}
#buy-at .products-grid li.total{
    width: 172px;
    height: 120px;
    padding: 35px 5px;    
    border: none;
}
#buy-at .products-grid li dl dt.of,
#buy-at .products-grid li dl dt.to,
#buy-at .products-grid li dl dt.times{
    text-align: left;
    font-weight: bold;
}
#buy-at .products-grid li dl dt.of{
    font-size: 18px;
}
#buy-at .products-grid li dl dt.to{
    font-size: 22px;
    color: #00cc00;
}
#buy-at .products-grid li dl dt.times{
    font-size: 14px;
}
#buy-at .products-grid li .green-button{
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    background: url('../images/background/bg-with-lines/right/green.png');
    margin: 10px 0;
}

/* buy-at  products-grid end */


/* products-grid begin */
.products-grid li span.advice{ 
    position: absolute;
    top: 0; left: 0;
    z-index: 13;
    font-size: 10px;
    font-weight: bold;
    text-transform: lowercase;
    padding: 5px 10px;
    background: url('../images/background/bg-with-lines/left/ffcc00.gif');
}
.products-grid li dl dt.image{
    position: relative;
    background: #F9F8F6 url(../images/loading.gif) center center no-repeat;
/*    height: 152px;*/
/*    padding: 10px 0;*/
}

.products-grid li dl dt.image span.stock.units{ 
    right: 3px; left: initial;
}
.products-grid li dl dt.image span.stock{ 
    position: absolute;
    bottom: 3px; left: 3px;
    z-index: 13;
    font-size: 10px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 3px 6px;
    background-color: #efefef;
    border-radius: 2px;
    color: #ccc;
}

.products-grid li:hover dl dt.image span.stock.none{ 
    color: #f00;
}
.products-grid li:hover dl dt.image span.stock.few{ 
    color: #FF9D0A;
}
.products-grid li:hover dl dt.image span.stock.many{ 
    color: #0c0;
}
.products-grid li dl dt.image span.stock.many i,
.products-grid li dl dt.image span.stock.few i { 
    display: none;
}
.products-grid li:hover dl dt.image span.stock.many i,
.products-grid li:hover dl dt.image span.stock.few i,
.products-grid li:hover dl dt.image span.stock.none i{
    display: inline-block;
} 

/* BEGIN LIST */
.products-list li span.stock{ 
    position: absolute;
    
    bottom: 37px;
    left: 76px;
    z-index: 13;
    font-size: 12px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 3px 6px;
    background-color: #efefef;
    border-radius: 2px;
    color: #ccc;
}
.products-list li:hover span.stock.none{ 
    color: #f00;
}
.products-list li:hover span.stock.few{ 
    color: #FF9D0A;
}
.products-list li:hover span.stock.many{ 
    color: #0c0;
}
.products-list li span.stock.many i,
.products-list li span.stock.few i { 
    display: none;
}
.products-list li:hover span.stock.many i,
.products-list li:hover span.stock.few i,
.products-list li:hover span.stock.none i{
    display: inline-block;
} 

.products-list li span.stock.units{
margin-left: 220px;
}

.products-list li dl dd input{
    padding: 4px 0;
}

.products-list li dl dd .buttons-price{
    position: absolute;
    background: #FFF;
    right: -17px;
    padding: 3px 5px;
    border: 2px solid #1FCA3A;
    bottom: 20px;
}
/* END LIST */

.products-grid li dl dt.image div.optional{
    position: absolute;
    bottom: 25px;
    left: 3px;
    width: 120px;
    height: 20px;
    z-index: 14;
    text-align: left;
}
.products-grid li dl dt.image div.optional span{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin: 0 1px;
    border: 1px dotted #999;
    background-color: #fff;
    background-image: url(../images/sprite-ciserp-eloja.png);
}
.products-grid li dl dt.image div.optional span:hover{
    border: 1px dotted #000;
}
.products-grid li dl dt.image div.optional span.pieces{
    background-position: -185px -230px;
}
.products-grid li dl dt.image div.optional span.services{
    background-position: -210px -230px;
}
.products-grid li dl dt.image div.optional span.app{
    background-position: -236px -230px;
}

.products-grid li dl dt.image div.optional span.float-price{
    background-position: -251px -230px;
}


.products-grid li dl dt.image span.watermark{
    display: block;
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    margin: 0 auto;
    background: url('../images/background/marca-dagua.png') no-repeat 50%;
    z-index: 11;
}
.products-grid li dl dt.image img{
    height: 182px;
}
.products-grid li dl dt.title a{
    display: block;
    color: #666;
    font-size: 12px;
    padding: 5px 10px;
}
.products-grid li dl dt.title a:hover{
    text-decoration: underline;
}

.products-grid li dl dt.ref a{
    color: #666;
    font-size: 11px;
}
.products-grid li dl dd.of{
    font-size: 14px;
    text-decoration: line-through;
}
.products-grid li dl dd.to{
    font-size: 16px;
    font-weight: bold; 
    padding: 2px;
}
.products-grid li dl dd.extra{
    font-size: 11px;
    color: #000;
}
.products-grid li a.button{
    position: absolute;
    bottom: 0; right: 0;
    display: block;
    background-color: #000;
    height: 26px;
    line-height: 26px;
    width: 110px;
    font-size: 12px;
    font-weight: bold;
    color: #efefef;
    text-transform: uppercase;
}
.products-grid li:hover a.button{
    background-color: #0c0;
}
.products-grid li:hover a.add{
    display: block;
}
.products-grid li.added a.add{
    display: block;
}
.products-grid li a.add{
    position: absolute;
    bottom: 0; left: 0;
    display: block;
    background-color: #0c0;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    font-weight: bold;
    color: #efefef;
    text-transform: uppercase;
    display: none;
}
.products-grid li a.add span{
    display: inline-block;
    height: 24px;
    width: 26px;
    background-image: url('../images/sprite-ciserp-eloja.png');
    background-position: -167px -194px;
    background-repeat: no-repeat;
}
.products-grid li dl.images-list{
    position: absolute;
    top: 0; right: 0;
    width: 32px;
    z-index: 12;
}


.products-grid li dl.desc-list{
    position: absolute;
    bottom: 35px; left: 0;
    width: 100%;
    z-index: 12;
}

.products-grid li dl.desc-list .quantity .QTYBox{
    margin-top: 4px;
}

.products-grid li dl.desc-list a.standard-price{
    position: absolute;
    top: 1px;
    right: 0;
    color: #fff;
    background: #2F3D1D;
    height: 26px;
    width: 20px;
    line-height: 22px;
    font-weight: bold;
}

.products-grid li dl.images-list dt{
    background: url('../images/background/bg-with-opacity/white.png');
    border: 1px dotted #ccc;
}
.products-grid li dl.images-list dt img{
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=60);
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    filter:alpha(opacity=60);
    height: 25px;
}

.products-grid li .alter-price,
.products-list li .alter-price{
    display: none;
}
.products-grid li dl dd.alter-price input{
    padding: 2px;
    width: 115px;
    border: 2px solid #0c0;
    color: #000;
    font-size: 14px;
}



div.buttons-price{
    position: absolute;
    background: #FFF;
    right: 0px;
    border-left: 2px solid #0c0;
    padding: 2px 5px;
    border-right: 2px solid #1FCA3A;
    border-bottom: 2px solid #1FCA3A;
    bottom: -11px;     
}

.alter-price div.buttons-price{
    bottom: -27px !important; 
}

div.buttons-price .btn-price{
    border: 1px solid #000;
    height: 17px;
    width: 25px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
}

div.buttons-price .btn-price:hover{
    border: 1px solid #0c0;
}

div.buttons-price .btn-price i{
    display: inline-block;
    height: 16px;
    width: 16px;
    background-size: 16px;
    background-repeat: no-repeat;
}

div.buttons-price .remove-price i{
    background-image: url("/assets/images/icons/remove-price.png");
}

div.buttons-price .save-price i{
    background-image: url("/assets/images/icons/save-price.png");
}


/* products-grid begin */



/* popular-search */ 
#popular-search{
    overflow: hidden;
    padding-bottom: 10px;
}
#popular-search .most-popular{
    margin: 15px 10px;
}
#popular-search .most-popular h4,
#popular-search .most-popular a{
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
    text-transform: uppercase;
    border: 1px solid #666;
    margin-bottom: 5px;
}

#popular-search .most-popular h4{
    background: url('../images/background/bg-with-lines/left/000000.gif');
    color: #fff;
    font-size: 13px;
    display: block;
    font-weight: bold;
}
#popular-search .most-popular a{
    background: url('../images/background/bg-with-lines/left/f4f4f4.png');
    color: #333;
    font-size: 10px;
    display: inline-block;
}
#popular-search .most-popular a strong{ font-weight: bold; word-wrap: break-word; }
#popular-search .most-popular a:hover{
    color: #fff;
    background: url('../images/background/bg-with-lines/left/000000.gif');
}

/* popular-search */

/* --[MAIN END]----------------------------------------------------- */


/* --[bottom search begin]----------------------------------------------------- */
#bottom-search{
    clear: both;
    width: 100%;
}
#bottom-search div.box{
    padding: 10px 15px;
}
#bottom-search form{
    display: block;
    float: left;
    width: 610px;
}
#bottom-search fieldset{
    position: relative;
}
#bottom-search input.text{ 
    float: left;
    width: 565px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    color: #333;
    border: none;
    font-size: 14px;
    border: 1px solid #ccc;
}
#bottom-search .submit{ float: left; margin-left: -10px; background-color: #ccc;}

#bottom-search a.teste{
    float: left;
    display: block;
    text-align: center;
    color: #333;
    width: 325px;
    padding: 5px 10px;
    text-transform: uppercase; 
    font-size: 12px;
    font-weight: bold;
    background: url('../images/background/bg-with-lines/right/efefef.png');
    margin-left: 10px;
}
/* --[bottom search end]----------------------------------------------------- */





/* --[ PRODUCTS DETAIL ]----------------------------------------------------- */
#product-detail{
    padding: 10px;
}

#detail-content h1{
    background-color: #efefef;
    color: #333;
    font-size: 24px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px;
    margin-bottom: 10px;
    /* height: 30px; */
}
#detail-content h1 span{
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}
#detail-content h1 .social{
    position: absolute;
    top: 10px;
    right: 0;
    -webkit-transition: 0.5s;
    opacity: 0.4;
}
#detail-content h1:hover .social{
    float: right;
    opacity: 1;
}
#detail-content h1 .social .fb-like{
    margin-right: 10px;
}

#detail-content .right,
#detail-content .left{
    margin-bottom: 15px;
    /* height: 330px; */
    height: 530px;
}

#detail-content .left{
    position: relative;
    float: left;
    width: 330px;
    /* height: 360px; */
    height: 460px; 
    text-align: center;
    border: 1px dotted #efefef;
}
#detail-content .left span.txt-zoom {
    padding-left: 20px;
    background: url("../images/zoom_in.png") no-repeat;
    position: absolute;
    z-index: 1002;
    width: 100%;
    left: 0;
    text-align: left;
    bottom: 0;
}

#detail-content .left a{
    position: absolute;
    left: 0; bottom: 0;
    width: 100%;
    background: #efefef;
    color: #000;
    height: 30px;
    line-height: 30px;
}



#detail-content .right{
    float: left;
    width: 635px;
    margin-left: 10px;
}
#detail-content .right .desc{ } 
#detail-content .right .desc .info{
    float: left;
    width: 400px;
    height: 278px;
    position: relative;
}
#detail-content .right .desc .info .quantity{
    border-bottom: 1px dotted #ccc;
    padding: 10px 0;
    width: 380px;
}
#detail-content .right .desc .info .prices{ padding: 10px 0; border-bottom: 1px dotted #ccc; clear: both; }
#detail-content .right .desc .info .prices .to,
#detail-content .right .desc .info .prices .of,
#detail-content .right .desc .info .prices .extra{
    font-weight: bold;
    font-size: 24px;
    margin: 5px 0;
}
#detail-content .right .desc .info .prices .of{ color: #333;}
#detail-content .right .desc .info .prices .of span{ text-decoration: line-through; }
#detail-content .right .desc .info .prices .to{ color: #66CC33; }
#detail-content .right .desc .info .prices .to span{
    font-size: 30px;
}
#detail-content .right .desc .info .prices .extra{ font-size: 14px; }
#detail-content #image-list{
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    border: 1px dotted #efefef;
    overflow: hidden;
    padding: 5px 0;
} 

#detail-content .right .desc .info .optional{
    padding: 10px 0;
}
#detail-content .right .desc .info .optional ul{
    margin: 5px 0;
}
#detail-content .right .desc .info .optional ul li.title{
    background-color: #efefef;
    border-color: #ccc;
}
#detail-content .right .desc .info .optional ul li.title span{
    position: absolute;
    display: block;
    height: 16px;
    width: 16px;
    background: url(../images/icons/optional-more.png) no-repeat;
    top: 15px;
    right: -11px;
    z-index: 101;
}
#detail-content .right .desc .info .optional ul li{
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    border: 1px dotted #f00;
    text-align: center;
    -webkit-transition: 0.5s;
}
#detail-content .right .desc .info .optional ul li.item{
    margin-right: 5px;
}
#detail-content .right .desc .info .optional ul li.checked{
    border-color: #0f0;
}
#detail-content .right .desc .info .optional ul li img{
    height: 45px;
    width: 45px;
}
#detail-content .right .desc .info .optional ul li input{
    margin: 2px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.4;
    -webkit-transition: 0.5s;
}
#detail-content .right .desc .info .optional ul li input:hover{
    opacity: 1;
}


#detail-content #image-list img{ height: 79px; }
#detail-content #image-list .prev,
#detail-content #image-list .next{ 
    position: absolute;
    top: 0;  
    display: block;
    height: 110px;
    width: 20px;
    background: rgba(210, 210, 210, 0.3);  
}
#detail-content #image-list .next{  right: 0; }
#detail-content #image-list .prev span,
#detail-content #image-list .next span{ 
    text-indent: -9999px;
    letter-spacing: -9999px;
    width: 0;
    display: block;
}
#detail-content #image-list .image-list-wrapper{ }
#detail-content #image-list .image-list-wrapper a{ 
    padding: 5px 15px;
    border: 1px dotted #efefef;
    display: inline-block;
}

#detail-content .right .desc .buttons{
    width: 100%;
    height: 180px;
}
#detail-content .right .desc .buttons .gray-button{
    margin-bottom: 10px;
}
dl#rating{
    border: 1px solid #efefef;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
dl#rating .rate{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #FF9233;
    margin-bottom: 5px;
}
dl#rating .rate span{
    display: inline-block;
    height: 16px;
    width: 83px;
    margin-right: 10px;
    margin-left: 10px;
}

dl#rating .rate ul{
    display: inline-block;
}






#detail-content .bottom{
    clear: both;
    width: 100%;
}
#tabs li.active.gray-button{
    color: #333;
    font-weight: bold;
/*    border: 1px solid #efefef;*/
}
#tabs li.gray-button{
    color: #999;
    font-weight: normal;
    padding: 0 20px;
    display: inline-block;
}
#detail-content .bottom .content{
    border: 1px solid #efefef;
    padding: 10px;
}
#detail-content .bottom .content h4{
    font-size: 18px;
    margin-bottom: 10px;
}
#detail-content .bottom .content p{
    margin: 10px 0;
}
#detail-content .bottom .content.hide{
    display: none;
}

#detail-content .bottom #tabs li{
    cursor: pointer;
}

/* credit list */
#detail-content .bottom .credit-list div{
    float: left;
    width: 50%;
/*    margin-right: 5px;*/
}

#detail-content .bottom .credit-list div p{
    font-size: 11px;
    padding: 5px;
    margin: 2px 0;
}
#detail-content .bottom .credit-list div p.odd{
    background: #efefef;
}
#detail-content .bottom .credit-list div p span{
    margin-right: 10px;
}
#detail-content .bottom .credit-list div p b{
    color: #000;
    font-size: 14px;
}

#detail-content .right .desc .info .alter-price{
    display: none;
    position: relative;
}
#detail-content .right .desc .info .alter-price input{
    padding: 5px;
    font-size: 18px;
    border: 2px solid #0c0;
}

#detail-content .right .desc .info .alter-price div.buttons-price{
    top: 34px;
    bottom: -24px;
}

/* -- [ PRODUCTS DETAIL END ]------------------------------------------------------------ */


/* ---[ CHECKOUT BEGIN ] --------------------------------------------------------------------- */

/* steps */
#steps{
    margin-bottom: 10px;
}
#steps li{
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}
#steps li.aux{ 
    height: 40px;
    background: url('../images/background/dot.png');
    width: 15px; /* 27px 3 dots */
}
#steps li.aux span{ 
    text-indent: -9999px;
    letter-spacing: -9999px;
    width: 0;
    display: block;
}
#steps li span, #steps li h1{ 
    display: inline-block; 
    text-transform: uppercase;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}
#steps li span{
    text-align: center;
    width: 40px;
    font-size: 12px;
    color: #999;
    background-color: rgb(230, 230, 230);
}
#steps li h1{
    background-color: #efefef;
    display: inline-block;
    font-size: 12px;
    color: #ccc;
    padding: 0 12px;
}

#steps li h1,
#steps li span{
    background-image: url('../images/background/bg-with-lines/white.png');   
}

#steps li.ready span{
    color: #fff;
    background-color: rgb(151, 228, 151);
}
#steps li.active span{
    color: #fff;
    background-color: #0c0;
}
#steps li.active h1{
    color: #333;
}
/* steps */

/* my cart table */
#my-cart-wrapper,
#remove-cart-wrapper{
    padding: 10px;
    position: relative;
}
#my-cart-wrapper p,
#remove-cart-wrapper p{
    padding: 25px;
    border: 1px solid #efefef;
    color: #999;
    text-align: center;
}

#my-cart-wrapper .gray-button, #delivery .gray-button,
#my-cart-wrapper .green-button, #delivery .green-button{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#my-cart-wrapper .green-button, #delivery .green-button{ float: right; }
#my-cart-wrapper .gray-button, #delivery .gray-button{ border: 1px solid #e2e2e2; }

table.cart-table{
    width: 100%;
    border: 1px solid #efefef;
}
table.cart-table tr,
table.cart-table tr td,
table.cart-table tr th{
    padding: 10px;
    border: 1px solid #efefef;
    text-align: center;
    color: #333;
    font-size: 10px;
}

table.cart-table tr:hover td{
    background: rgb(250, 250, 250);
}

table.cart-table thead tr th a.sort{ 
    color: #333;
    display: block;
    background-repeat: no-repeat;
    background-position: right center;
    padding: 5px 20px 5px 5px;
}
table.cart-table thead tr th a.sort-neutral{ 
    background-image: url('../images/icons/sort_neutral.png');
}
table.cart-table thead tr th a.sort-up{ 
    background-image: url('../images/icons/sort_up_green.png'); 
}
table.cart-table thead tr th a.sort-down{ 
    background-image: url('../images/icons/sort_down_green.png'); 
}
table.cart-table thead tr th a.no-sort{ 
    background-image: url('../images/icons/no_sort.png'); 
}

table.cart-table thead tr{ background: #efefef url('../images/background/bg-with-lines/right/efefef.png'); }
table.cart-table tr.subtotal{ background: #efefef url('../images/background/bg-with-lines/right/efefef.png'); }
table.cart-table thead tr th{ font-weight: bold; font-size: 10px; text-transform: uppercase;}

table.cart-table tbody tr td.remove a{ 
    display: inline-block;
    width: 10px;
    height: 10px;    
}
table.cart-table tbody tr td.remove a{ background: url('../images/icons/remove.png') no-repeat 50%; }
table#remove-cart-table tbody tr td.insert a{ background: url('../images/icons/insert.png') no-repeat 50%; }
table#remove-cart-table tbody tr td.insert a span,
table.cart-table tbody tr td.remove a span{
    text-indent: -9999px;
    letter-spacing: -9999px;
    width: 0;
    display: block;
} 

table.cart-table tbody tr td img{ height: 59px; }
table.cart-table tbody tr td.title{ text-align: left;}
table.cart-table tbody tr td a{ 
    display: block;
    color: #000;
    text-decoration: underline;
}

table.cart-table tr.subtotal{ background: #efefef url('../images/background/bg-with-lines/right/efefef.png'); }
table.cart-table tr.subtotal td.title{ 
    text-align: right; 
    text-transform: uppercase; 
    font-size: 14px;
    padding: 0 35px;
}
table.cart-table tr.subtotal td.highlight{ font-size: 14px;  font-weight: bold; }



table.cart-table tr.subtotalOpt{ background: #efefef; }
table.cart-table tr.subtotalOpt td{ padding: 5px; font-size: 10px; font-weight: bold;}
table.cart-table tr.subtotalOpt td.title{ 
    text-align: right; 
    text-transform: uppercase; 
    font-size: 10px;
    padding: 0 35px;
}
table.cart-table tr.subtotalOpt td.highlight{ font-size: 12px;  font-weight: bold; }



table.cart-table tr .highlight{ 
    background: url('../images/background/bg-with-opacity/light-gray.png');  
    font-size: 12px;
}

/* SUB TABLE STYLE */
table.cart-table tr.separator, table.cart-table tr.separator td{
    padding: 0px;
    height: 10px;
    border: none;
}
table.cart-table tr.sub{
/*    background: #FFEDED;*/
}
table.cart-table tr.sub.checked{
    background-color: #efefef; 
/*    background-color: #EDFFE5;*/
    padding: 0px; 
}
table.cart-table tr.sub.checked td{
    opacity: 1;
}
table.cart-table tr.sub td{
    font-size: 10px;
    padding: 5px;
    border-top: 2px dotted #ccc;
    border-bottom: 2px dotted #ccc;
    color: #666;
    opacity: 0.4;
}

table.cart-table tr.sub td.checkbox{
    text-align: right;
    opacity: 1;
}
table.cart-table tr.sub td.checkbox input{
    margin-right: 10px;
}

table.cart-table tbody tr.sub td a img{
    height: 24px !important;
}
table.cart-table tr.sub span.optional{
    height: 20px;
    width: 20px;
    display: inline-block;
    background-size: 20px;
    background-repeat: no-repeat;
    margin-left: 10px;
}
table.cart-table tr.sub span.pieces{
    background-image: url(../images/icons/pecas.png);
    border: 1px dotted #999;
}
table.cart-table tr.sub span.services{
    background-image: url(../images/icons/servicos.png);
    border: 1px dotted #999;
}

table.cart-table tr td .alter-price{
    display: none;
    position: relative;
}
table.cart-table tr td .alter-price input{
    text-align: right;
    width: 75px;
    border: 2px solid #0c0;
    padding: 5px;
}
table.cart-table tr td .alter-price div.buttons-price{
    bottom: -24px;
}

table.cart-table .stock{
    display: inline-block;
    margin: 2px 0;
    background-color: #efefef !important;
    padding: 5px;
    border-radius: 10px;
}
table.cart-table .stock:hover{
    color: #fc0;
}

table.cart-table tr td.desc{
    /*
    display: block;
    width: 100px;
    overflow: hidden;
    */
}

table.cart-table tr.estoque_vazio td {
    color: rgba(255,0,0,1) !important;
}


#shipping-form input.text{
    height: 35px;
    width: 330px;
    border: 1px solid #efefef;
    line-height: 35px;
    padding-left: 10px;
}
#shipping-form input.button{
    color: #333;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    background: url('../images/background/bg-with-lines/right/efefef.png');
    border: 1px solid #e2e2e2;
}
#shipping-select{
    float: left;
}
#shipping-select div{ margin-bottom: 20px; }
#shipping-select input,
#shipping-select label{display: block; float: left;}
#shipping-select input{
    margin-right: 10px;
}
#shipping-select label{
    font-size: 10px;
}
/* my cart table */


/* register/login begin */
.account{
    padding: 15px;
}

#alter-pass{
    display: none;
}

#filial-wrapper .login{
    float: none;
    margin: 0 auto;
}

.account .login, .account .register{
    width: 600px;
    margin: 0 auto;
}
.account fieldset{
    border: 1px solid #efefef;
}
.account fieldset .fs-content{ 
    padding: 15px;
    margin-bottom: 5px;
}
.account fieldset legend{
    background-color: #efefef;
    padding: 15px 20px;
    width: 100%;
    font-size: 12px;
    color: #333;
    text-transform: uppercase;
    font-weight: bold;
    border: 1px dotted #C9C9C9;
}
.account fieldset legend span{
    float: right;
    font-size: 10px;
    color: #666;
}
.account fieldset label, .account fieldset input.text{ display: block; }
.account .radio label{  display: inline; }

.account fieldset input.text:focus{
    border: 1px solid #0c0;
    color: #333;
}
.account fieldset label{
    font-size: 10px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
}
.account fieldset label span{
    font-style: italic;
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.account fieldset .fs-content .radio label{ margin: 0 10px; }

.account fieldset .fs-content .add-contacts,
.account fieldset .fs-content .add-address,
.account fieldset .fs-content .add-vehicle{
    clear: both;
    border: 1px dotted #ccc;
    background: #efefef;
    position: relative;
    margin-top: 15px;
}

.account fieldset .fs-content .add-contacts,
.account fieldset .fs-content .add-address,
.account fieldset .fs-content .add-vehicle{
	overflow-y: hidden;
}
.account fieldset .fs-content .add-contacts span.tag,
.account fieldset .fs-content .add-address span.tag,
.account fieldset .fs-content .add-vehicle span.tag{
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 0 1%;
	background: #efefef;
	display: inline-block;
	width: 98%;
	display: none;
}

.account fieldset .fs-content .add-contacts .options,
.account fieldset .fs-content .add-address .options,
.account fieldset .fs-content .add-vehicle .options{
    position: absolute;
    top: 0;
    right: 0; 
    width: 100px;
    text-align: right;
    z-index: 99;
}
.account fieldset .fs-content .add-contacts .options li,
.account fieldset .fs-content .add-address .options li,
.account fieldset .fs-content .add-vehicle .options li{
    display: inline-block;
}
.account fieldset .fs-content .add-contacts .options li a,
.account fieldset .fs-content .add-address .options li a,
.account fieldset .fs-content .add-vehicle .options li a{
    display: block;
    color: #333;
    padding: 5px;
    margin: 0;
    text-align: center;
    background: #ccc;
}

.account fieldset .fs-content .add-address{
    margin: 10px;
}


.account fieldset a{ 
    font-size: 10px; 
    float: right; 
    color: #66cc33; 
    font-weight: bold;
    text-transform: uppercase;
    margin: 10px 0;
}

.account .button{ 
    padding: 15px 60px; 
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    border: none;
}

.account .register .button, .account .login .button{ 
    color: #fff;
    background-color: #66CC33;
    cursor: pointer;
}
#account-register .gray-button{
    float: left ;
    padding: 0 60px;
}
.account .register .button:hover, .account .login .button:hover{ 
    background-color: #75E23F;
}
/* register/login end */

/* data begin */
#data{}
#data-wrapper{
    padding: 10px;
}
#data-wrapper form{
/*    border: 1px solid #efefef;*/
}
#data-wrapper form fieldset{
    border: 1px solid #efefef;
}
#data-wrapper form fieldset legend{
    background-color: #0c0;
    width: 96%;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    padding: 2%;
    margin-bottom: 10px;
}
#data-wrapper form fieldset div{
    border: 1px dotted #efefef;
    float: left;
    width: 45%;
    margin-left: 4%;
    margin-bottom: 5px;
}
#data-wrapper form fieldset label,
#data-wrapper form fieldset input{
    width: 80%;
    display: block;
}
#data-wrapper form fieldset label{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}
#data-wrapper form fieldset input{
    margin-bottom: 15px;
    padding: 10px;
}
/* data end */

#requests-wrapper .row form {
    padding-left: 10px !important;  
}

/* requests begin */
#requests{}
#requests-wrapper, #services-wrapper, #clients-wrapper{ padding: 10px; }
#requests-wrapper p{ 
    padding: 25px;
    border: 1px solid #EFEFEF;
    color: #999;
    text-align: center;
}
#requests-wrapper .gray-button{
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
/* requests end */

/* begin services */
#services table.cart-table tbody tr td a.button{
    background: #efefef;
    border: 1px solid #ccc;
    margin-bottom: 2px;
    padding: 5px;
    text-decoration: none;
}
/* end services */

/* delivery begin */
#delivery-wrapper{
    padding: 10px;
}

.submenu-steps{
    width: 240px;
    float: left;
}
#delivery-wrapper .content-ss{
    float: left;
    width: 700px;
    margin-left: 20px;
    border: 1px solid #ccc;
}

#delivery-wrapper .content-ss p{
    padding: 10px;
}

.submenu-steps li{
    margin-bottom: 10px;
}

.submenu-steps li a span{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #999;
    color: #fff; 
    font-size: 12px;
    font-weight: bold;
}

.submenu-steps li a h3{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #efefef;
    color: #333; 
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    width: 170px;
}
.submenu-steps li.active a span{
    background-color: #0c0;
}

#selectBrunch{
    text-align: center;
}
#selectBrunch label, #selectBrunch select{
    display: inline-block;
    padding: 10px;
    margin: 10px 5px;
    font-size: 12px;
    font-weight: bold;  
}

#selectBrunch label{
    background-color: #efefef;
    border: 1px solid #ccc;
}

#delivery-wrapper .account .register{
    width: auto;
}
#delivery-wrapper .account fieldset legend{
    width: 610px;
}
#delivery-wrapper .account fieldset legend .checkbox{
    float: right;
}

#delivery-options {
    padding: 10px;
}
#delivery-options ul li{
    float: left;
    border: 1px dotted #efefef;
    padding: 5px;
    width: 135px;
    margin: 5px 10px;
    text-align: center;
}

#delivery-options ul li label, #delivery-options ul li input, 
#delivery-options ul li span{
    display: block;
    margin: 0 auto;
    font-size: 10px;
}
#delivery-options ul li span.title{
    display: block;
    margin: 0 auto;
    font-size: 10px;
    text-transform: uppercase;

    overflow: hidden;
/*    text-overflow: ellipsis;*/
    height: 40px;
    width: 120px;
/*    white-space: nowrap;*/
}
#delivery-options p{
    background-color: #efefef;
    display: block;
    margin: 10px 0;
    color: #0c0;
    font-size: 22px;
}
/*#delivery-options input {*/
/*    margin-right: 10px 5px;*/
/*}*/

/*#delivery-options label {*/
/*    margin-right: 10px ;*/
/*}*/

#delivery address dl{
    border: 1px dotted #ccc;
    margin: 10px;
    font-size: 12px;
}
#delivery address dl dt{
    font-weight: bold;
    background: #efefef;
    display: block;
}

#delivery dl.address{
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border: 1px dotted #ccc;
    margin: 10px;
}
#delivery dl.address.active{
    border-color: #0c0;
    background-color: rgb(245, 255, 246);
}
#delivery dl.address.active dt{
    background-color: #0c0;
    color: #fff;
}
#delivery dl.address.active dd{
    font-weight: bold;
}
#delivery dl.address dt{
    padding: 10px;
    background-color: #efefef;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
}
#delivery dl.address dt .checkbox{
    float: right;
}
#delivery dl.address dd{
    padding: 2px;
    font-size: 12px;
    margin-left: 10px;
}

#delivery .formee-button{
    font-size: 12px;
    padding: 10px;
    border-color: #3a77a4;
}

#wrapper-delivery{ display: none; }
#wrapper-billing{ display: none; }

/* delivery end */

/* payment begin */
#payment-wrapper {
    padding: 10px;
}
#payment-wrapper h1{
    padding: 25px;
    border: 1px solid #EFEFEF;
    color: #999;
    text-align: center;
}
#payment-wrapper #res{
    display: none;
    margin-top: 25px;
    border: 1px solid #C7F1C7;
}
#payment-wrapper #res span{
    display: block;
    color: #0c0;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#payment-wrapper .gray-button,
#payment-wrapper .green-button{
    display: inline-block;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
#payment-wrapper .green-button{ float: right; }
#payment-wrapper .gray-button{ border: 1px solid #e2e2e2; }

/* payment end */

/* finalized begin */
#finalized-wrapper {
    padding: 10px;
}

#payment-wrapper .sforma input.radio{
    display: block;
}

#finalized-wrapper p{
    background-color: #efefef;
    padding: 10px;
    border: 1px dotted #ccc;
    color: #0c0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#finalized-wrapper .green-button,
#requests-wrapper .green-button{
    display: inline-block;  
    margin-top: 10px;  
    margin-bottom: 10px;  
    padding: 0 56px;  
    border: none;
    float: right;
}
   
.info-panel{
    float: left;
    width: 49%;
    margin: 10px 5px 10px 0;
    border: 1px solid #efefef;
    color: #333;
}
.table-panel{
    border: 1px solid #efefef;
    clear: both;
    overflow: auto;
}

.info-panel h4{
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #efefef;
}
.info-panel h4 span{
    font-size: 10px;
    float: right;
}

.table-panel .content,
.info-panel .content{
    padding: 10px;
}

.info-panel .content dl{
    font-size: 14px;
}
.info-panel .content dl dd.highlight span,
.info-panel .content dl dd span{
    display: inline-block;
    width: 49%;
}
.info-panel .content dl dt{
    padding: 5px 10px;
    border-left: 4px solid #666;
    border-bottom: 1px solid #999;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.info-panel .content dl dt a{
    color: #0c0;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.info-panel .content dl dd{
    padding: 5px 0;
    border-bottom: 1px dotted #ccc;
}
/*
.info-panel .content dl dd.highlight{
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
}
.info-panel .content dl dd a{
    font-size: 12px;
    font-weight: bold;
    color: #333;
    text-decoration: underline;
}
.info-panel .content dl dd a.bold{
    font-size: 14px;
    margin-left: 25px;
}
*/
.info-panel .content dl dd.alert,
.info-panel .content dl dd.advice{
    font-weight: bold;
}
.info-panel .content dl dd.alert{ color: #f00; }
.info-panel .content dl dd.advice{ color: #f60; }
.info-panel .content dl dd.success{ color: #0c0; }

.table-panel h4{ 
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #efefef;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.table-panel table img{
    height: 30px !important;
}


.table-panel h4.topo{
    position: relative;
}

.table-panel h4.topo a.ocultar{
    position: absolute;
    top: 5px;
    right: 5px;
}

/* wrapper-steps-request begin */
.wrapper-steps-request{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 1px dotted #ccc;
    padding: 35px 0 15px 0;
    border-radius: 3px;
}

.steps-request{ }
.steps-request li{
    display: inline-block;
    text-align: center;
    margin: 15px 0;
}
.steps-request li.stage{
    width: 20px;
    position: relative;
}
.steps-request li b{
    color: #999; 
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    white-space:nowrap;
    position: absolute;

/*    left: -12px;*/

    top: -20px;
    left: -90px;
    text-align: center;
    width: 200px;
}
.steps-request li.aux span.right,
.steps-request li.aux span.left{ 
    display: inline-block;
    height: 20px;
    width: 80px; 
    background-image: url(../images/background/request-steps/dot-inactive.png);
    background-repeat: repeat-x;
    background-position-y: 2px;
}

.steps-request li.aux span{ 
    text-indent: -9999px;
    letter-spacing: -9999px;
    width: 0;
    display: block;
}
.steps-request li span{ 
    display: inline-block; 
    text-transform: uppercase;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}
.steps-request li span{
    text-align: center;
    width: 20px;
    font-size: 12px;
    color: #999;
    background-image: url(../images/background/request-steps/inactive.png);
}

/* ---- states */

/* complete */
.steps-request li.aux span.right.complete,
.steps-request li.aux span.left.complete{ 
    background-image: url(../images/background/request-steps/line-active.png);
}

/* active */
.steps-request li.stage.complete span{ 
    background-image: url(../images/background/request-steps/active.png); 
}
.steps-request li.stage.complete b{ color: #0c0; }
.steps-request li.aux span.right.active,
.steps-request li.aux span.left.active{ 
    background-image: url(../images/background/request-steps/dot-active.png);
}

/* fail */
.steps-request li.stage.fail span{ background-image: url(../images/background/request-steps/fail.png); }
.steps-request li.stage.fail b{ color: #f00; }
.steps-request li.aux span.right.fail,
.steps-request li.aux span.left.fail{ 
    background-image: url(../images/background/request-steps/dot-fail.png);
}

/* waiting */
.steps-request li.stage.waiting span{ background-image: url(../images/background/request-steps/waiting.png); }
.steps-request li.stage.waiting b{ color: #f90; }
.steps-request li.aux span.right.waiting,
.steps-request li.aux span.left.waiting{ 
    background-image: url(../images/background/request-steps/dot-waiting.png);
}


/* wrapper-steps-request end */


/* finalized end */

/* Register form begin */
#register .account .register{
    float: left;
    width: 960px;
    margin: 0 10px;
}
#register .account .register fieldset legend{
    width: 920px;
}
#register .account fieldset a{ 
    float: none; 
}

#cep-loader,
.cep-loader{
    margin-left: 25px;
    display: none;
}

/* Register form end */


/* Register form begin */
#payment .account .register{
    width: 97%;
    margin: 10px;
}
#payment .account .register fieldset legend{
    width: 100%;
}
#payment .account fieldset a{ 
    float: none; 
}
#payment .account .green-button{
    border: none;
}


/* ---[ CHECKOUT END ] --------------------------------------------------------------------- */


/* ---[ PAGE BEGIN ] --------------------------------------------------------------------- */
#page-wrapper{
    padding: 10px;
}
#page-wrapper p{
    text-align: justify;
    margin: 10px;
}

/* ---[ PAGE END ] --------------------------------------------------------------------- */


#form-notfound{
    font-family: 'Poppins', sans-serif;
}
#form-notfound h2{
    font-size: 16px;
    color: #fff;
    background-color: rgba(33, 33, 33, 0.5);
    padding: 1%;
}
#form-notfound input {
    padding: 1%;
    width: 98%;
}

#form-notfound label {
    width: 100%;
    display: block;
    text-align: left;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

#form-notfound .button{
    margin-top: 10px;
    width: 98%;
    padding: 2%;
    color: #fff;
    font-weight: bold;
    background: #000;
    border: none;
}

/* ----------------- resetPassword ------------------------------- */

#resetPassword{}
#resetPassword-wrapper{ padding: 10px;}
#resetPassword-wrapper p{ 
    font-size: 14px;
    line-height: 16px;
}

#resetPassword-form button{
    padding: 5px;
}

#resetPassword-form fieldset{
    border: 1px solid #efefef;
}


.dados-posicao{
    background: #efefef;
    margin: 10px 5px; 
    font-size: 12px;
}

.dados-posicao strong{
    display: inline-block;
    font-weight: bold;
    float: right;
}

.dados-posicao div{
    padding: 5px;
}
.dados-posicao hr{
    width: 100%;
    margin-bottom: 0px;
}

select#tableSearchField{
    text-transform: uppercase !important;
}

ul.fancy-select.logged{
    max-height: 400px;
    overflow: auto;
}

#toggle-portlet{
    cursor: pointer;
    background: #000;
    color: #fff;
    padding: 5px;
    position: absolute;
    top: 5px;
    right: 5px;
}


.account .blog-tags a {
  color: #555;
  background: #dddddd;
  display: inline-block; 
  padding: 3px 5px 3px 3px;
  margin: 2px;
}
.account .blog-tags a:hover {
  color: #fff;
  background: #E84D1C;
  text-decoration: none;
}
.account .blog-tags a:hover i {
  color: #fff;
}
.account .blog-tags a i {
  color: #E84D1C;
  margin-right: 5px;
  display: inline-block;
}
.account .blog-tags a:after { 
  top: 50%;
  width: 0; 
  left: 100%;
  height: 0;
  z-index: 2; 
  content: " "; 
  display: block; 
  margin-top: -12px; 
  position: absolute;
  border-left: 12px solid #f5f5f5;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;  
}
.account .blog-tags a:hover:after { 
  border-left-color: #E84D1C;
}


.tempo {
    display: none;
    color: #fff;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 2px 10px;
    opacity: 0.5;
    -webkit-transition: 0.5s;
}
#main:hover .tempo,
#v-nav:hover .tempo{
    opacity: 1;
}

#detail-content .content ul.application li img {
    height: 43px;
}

#detail-content .content ul.application li {
    margin: 5px 1%;
    width: 48%;
    float: left;
}
#detail-content .content ul.application li.title{
    display: none;
}

#detail-content .content ul.application li a{
    border: 1px solid #efefef;
    text-decoration: none;
    display: block;
    width: 100%;
    color: #000;
}
#detail-content .content ul.application li a:hover{
    color: #428bca;
    border-color: #428bca; 
}

.hide-loading{
    background-image: none !important;
}

.products-grid .fabricante > img {
    /*width: 100%;*/
    height: 30px;
}

.products-grid .fabricante {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 12;
    background: #fff;
    width: 100px;
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
}

.products-list .fabricante {
    position: absolute;
    left: 5px;
    bottom: -20px;
    z-index: 12;
    background: #fff;
    /*width: 70px;*/
    border: 1px solid #ccc;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
}

.products-list .fabricante img {
    max-height: 15px;
}

#mycart .select2{
    float:left; 
    width: 100px !important;
}

#mycart span#select2-chosen-2 {
    color: #000 !important;
}

@media (max-width: 767px) { 
    #steps li{
        width: 100% !important;
        background: #efefef !important;
    }

    #steps li.aux{
        display: none !important;
    }

    .btn-alter-item{
        margin-left: 10px;
    }
}