/*global*/

.alerta,
.alerta-error,
.alerta-verde {
    cursor: pointer;
    background: #F9EDBE;
    padding: 10px 15px;
    position: fixed;
    top: 80px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #F0C36D;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    z-index: 999999;
    color: #333;
}
.alerta-error {border: 1px solid #B94A48;background: #F2DEDE;color: #B94A48;}
.alerta-verde {background: #CCFFCC;border: solid 1px #5BB75B;color: #5BB75B;}

.no-display,
.hide,
.categorySearch,
[hidden],
.hide,
.link-rss,
script,
.opainel .back-link,
.link-print{display:none!important}

/*block*/


/*estrutura*/


.main{}
.col-main{}
.prefooter-container{position:relative;}
.prefooter{}
.col3-layout .col-left{float:left;width:180px}
.col3-layout .col-wrapper{margin-left:200px}
.col3-layout .col-right{float:right;width:180px}
.col3-layout .col-main{margin-right:200px}
.col2-left-layout .col-left{float:left;width:262px;background-color:#ffffff;}
.col2-left-layout .col-main{margin-left:292px}
.col2-right-layout .col-right{float:right;width:180px}
.col2-right-layout .col-main{margin-right:200px}

/*header*/
#logo{position:absolute;top:10px;left:0}
#logo a,
#logo a img{display:block}
#logo a strong{position:absolute;left:-9999px}
.header .fluid{position:absolute;top:10px;left:260px;right:380px}
.header .fluid .login{margin:0 0 10px;line-height:40px}
.header .fluid .login a{font-weight:700;color:#006b3e;}
.header .fluid .busca{position:relative}
.header .fluid .busca input.search{height:40px;width:100%;padding:5px 50px 5px 10px}
.header .fluid .busca button{height:40px;width:40px;position:absolute;top:0;right:0}
.header .fluid .busca button span{position:absolute;top:15px;left:6px;display:block;width:10px;height:10px;background:url(../images/bg.png) no-repeat 0 -40px}
.header .contato{position:absolute;top:10px;right:0;z-index:3;width:180px;text-align:center}
.header .contato .tel{width:130px;background:#eee;float:left;line-height:40px;white-space:nowrap}
.header .contato .chat{position:relative;width:40px;height:40px;background:#eee;float:right}
.header .contato .chat:before{position:absolute;top:10px;left:10px;display:block;width:20px;height:20px;background:url(../images/bg.png) no-repeat 0 0;content:''}
.header .contato .chat.off:before{opacity:.2}
.header .contato .chat .in{position:absolute;top:39px;right:0;display:none;width:260px;padding:20px;background:#fff;border-top:3px solid #ddd;box-shadow:0 2px 2px rgba(0,0,0,.3);text-align:left}
.header .contato .chat .in h3{display:block;font-size:15px;padding-bottom:20px;color:#333}
.header .contato .chat .in p{font-size:12px;line-height:1.3em}
.header .contato .chat .in a{font-weight:700}
.header .contato .chat:hover{background:#ddd}
.header .contato .chat:hover .in{display:block}
.header .listadesejos{display:block;position:absolute;top:10px;right:190px;width:180px;height:35px;padding-top:5px;font-weight:400;text-align:center;background:#eee}
.header .listadesejos span{display:block;font-weight:700;font-size:14px;color:#666}
.header .listadesejos:hover{background:#ddd}
.openboxmenu{cursor:default;position:absolute;top:60px;z-index:2;width:180px;height:35px;padding-top:5px;text-align:center;background:#eee}
.openboxmenu > strong{color:#444}
.openboxmenu > span{display:block;font-size:14px;font-weight:700}
.openboxmenu .menu{position:absolute;top:40px;right:0;display:none;overflow:hidden;text-align:left;width:300px;box-shadow:0 2px 2px rgba(0,0,0,.3)}
.openboxmenu .menu .in{width:260px;padding:20px;background:#fff;border-top:3px solid #ddd}
.openboxmenu .menu h3{display:block;font-size:15px;padding-bottom:20px;color:#333}
.openboxmenu .menu p{display:block;height:90px;margin:0 100px 0 0;font-size:12px;line-height:1.3em}
.openboxmenu .menu a.criar{position:absolute;bottom:20px;right:20px;display:block;width:60px;height:60px;padding:15px;text-align:left;color:#fff;font-weight:400;background:rgba(0,0,0,.5)}
.openboxmenu .menu a.criar:hover{background:rgba(0,0,0,.8)}
.openboxmenu .menu form{position:relative;padding:0 100px 30px 0}
.openboxmenu .menu form label{display:block;font-weight:700;font-size:12px}
.openboxmenu .menu form label:first-child{padding-bottom:13px}
.openboxmenu .menu form input{margin-top:5px;width:100%}
.openboxmenu .menu form button{position:absolute;bottom:30px;right:0;display:block;width:90px;height:90px;padding:15px;text-align:left}
.openboxmenu .menu form .esqueci{position:absolute;right:0;top:0;font-size:11px;color:#777}
.openboxmenu .menu ul.conta{position:relative}
.openboxmenu .menu ul.conta li.sair{padding-top:10px;margin-top:10px;border-top:1px solid #ccc}
.openboxmenu .menu ul.conta li a{display:block;width:100%;padding:5px 20px;margin-left:-20px;font-size:14px;color:#333;font-weight:400}
.openboxmenu .menu ul.conta li a:hover{background:#eee}
.openboxmenu:hover{background:#ddd}
.openboxmenu:hover .menu{display:block}

#cart-topo{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc}
#cart-topo > li{position:relative;padding:0 0 5px;margin:0 0 5px;border-bottom:1px solid #eee}
#cart-topo > li.last,
#cart-topo > li:last-child{border:0;padding:0;margin:0}
#cart-topo .img{float:left;display:block;width:80px;height:80px;padding:0;margin:0}
#cart-topo .img img{display:block;width:80px;height:80px;background:#fff}
#cart-topo .dados{margin-left:90px;font-size:12px}
#cart-topo .dados .btn-remove{position:absolute;top:20px;left:20px;display:block;width:40px;height:40px;background:#f5f5f5;box-shadow:0 2px 2px rgba(0,0,0,.4);opacity:0}
#cart-topo .dados .btn-remove span{position:relative;top:15px;display:block;width:10px;height:10px;margin:0 auto;background:url(../images/bg.png) no-repeat -110px -30px}
#cart-topo .dados .btn-remove:hover{background-color:#ccc}
#cart-topo > li:hover .dados .btn-remove{opacity:1}
#cart-topo .dados .nome{display:block;padding:0 0 10px;font-weight:600;line-height:1.1em}
#cart-topo .dados .nome a{line-height:1.1em}
#cart-topo .dados .nome small{display:block;padding-top:5px;font-size:11px;font-weight:400}
#cart-topo .dados .price{color:#222;font-weight:700}
#cart-topo .dados .truncated{padding-top:10px}
#cart-topo .dados .item-options li{font-size:11px;color:#999;padding-bottom:3px}
#cart-topo .dados .item-options li:last-child{padding:0}
#cart-topo .dados .item-options li strong:before{position:relative;top:-1px;content:'';display:inline-block;vertical-align:middle;width:3px;height:6px;margin:0 5px;background:url(../images/bg.png) no-repeat -167px -7px;opacity:.5}
.suacesta .totais{padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc;text-align:right}
.suacesta .totais h3.total{padding-bottom:10px}
.suacesta .totais > span{display:block;margin:0 0 5px;padding:0 0 5px;border-bottom:1px dotted #ccc}
.suacesta .totais > span:last-child{border:0;margin:0;padding:0}
.suacesta .totais .cheio{color:#000;font-weight:700}
.suacesta .totais .avista .desconto{display:block;color:#999;font-weight:700;float:left;font-size:11px}
.suacesta .totais .avista .desconto small{font-weight:400;font-size:11px}
.suacesta .totais .avista .valor{float:right;font-weight:700}
.suacesta .totais .parcelado span{color:#000;font-weight:700}
.suacesta .totais .parcelado small{display:block;padding-top:5px;font-size:10px}
.suacesta .editar{display:block;text-align:right;margin-bottom:10px;font-size:12px;font-weight:600}
.suacesta .finalizar{display:block;text-align:right;font-weight:700;padding:10px;background:rgba(0,0,0,.5);color:#fff}
.suacesta .finalizar:hover{background:rgba(0,0,0,.8)}
.nav-container1{position:absolute;bottom:0;left:0;z-index:1;height:50px;width:100%;background:#eee}
.nav-container1 > ul{visibility:visible;display:block;text-align:left;font-size:0;white-space:nowrap}
.nav-container1 ul li.level0{position:relative;display:inline-block;font-size:13px}
.nav-container1 ul li.level0 > a{display:block;height:50px;padding:0 10px;color:#222;font-weight:700;text-transform:uppercase;line-height:50px}
.nav-container1 ul li.level0:hover > a,
.nav-container1 ul li.level0 > a:hover{background:#ccc}
.nav-container1 .filha{display:none;position:absolute;top:49px;left:0;white-space:nowrap;font-size:0;text-align:left;padding:20px 0;background:#fff;border-top:3px solid #ccc;box-shadow:0 2px 2px rgba(0,0,0,.3)}
.nav-container1 ul li.level0:hover > .filha{display:block}
.nav-container1 ul.level1{display:inline-block;vertical-align:top;white-space:normal;width:200px;font-size:12px}
.nav-container1 ul.level1 > li{margin-bottom:5px}
.nav-container1 ul.level1 > li:last-child{margin:0}
.nav-container1 ul.level1 > li > a{position:relative;display:block;padding:5px 20px;color:#666}
.nav-container1 ul.level1 > li > a strong{display:block;color:#333;font-size:14px}
.nav-container1 ul.level1 > li > a:hover,
.nav-container1 ul.level1 > li > a.on{background:#eee}
.nav-container1 .level2{border-left:1px solid #ccc;position:relative;display:inline-block;width:210px;white-space:normal;vertical-align:top;font-size:14px}
.nav-container1 .level2 h3 a.tit{display:block;padding:0 20px 5px 20px;color:#333;font-size:20px;text-transform:none}
.nav-container1 .level2 h3 a.tit:hover{color:#222}
.nav-container1 .level2 h4{display:block;padding:0 20px 10px 20px;font-size:12px;text-transform:lowercase;font-weight:400}
.nav-container1 .level2 ul li a{display:block;padding:5px 20px;font-weight:700;color:#333}
.nav-container1 .level2 ul li a:hover{background:#eee}
.nav-container1 .level2{display:none}
.nav-container1 .r .filha{text-align:right;left:auto;right:0}
.nav-container1 .r ul.level1,
.nav-container1 .r .level2{float:right}
.nav-container1 .r .level2{border:0;border-right:1px solid #ccc}
.nav-container1 li.menuCompleto h3{display:block;height:50px;width:180px;color:#222;text-align:center;font-size:13px;font-weight:700;line-height:50px;text-transform:uppercase;background:#ddd}
.nav-container1 li.menuCompleto:hover h3{background:#ccc}
.nav-container1 li.menuCompleto .filha{display:none;padding:0;width:980px;white-space:normal}
.nav-container1 li.menuCompleto ul li.level0{display:block;float:left;width:20%;padding:15px;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.nav-container1 li.menuCompleto ul li.level0 > a{display:block;height:auto;padding:5px;color:#222;font-size:13px;font-weight:700;text-transform:uppercase;line-height:1.1em}
.nav-container1 li.menuCompleto ul li.level0:hover > a{background:none}
.nav-container1 li.menuCompleto ul li.level0 > a:hover{background:#eee}
.nav-container1 li.menuCompleto ul.level0 li a{display:block;padding:5px;font-size:12px}
.nav-container1 li.menuCompleto ul.level0 li a:hover{background:#eee}

/*pre-footer*/
body.checkout-onepage-success .prefooter-container{display:none}
.historico-navegacao h2.tit{padding:10px;background:#eee;margin:0 0 10px;font-size:15px;color:#222}
.historico-navegacao h3.tit{display:block;padding-bottom:0px;font-size:13px;font-weight:600;color:#222}

.historico-navegacao > .block:nth-child(2){margin-left:0}



/*footer*/
.footer h3{font-family: Arial;font-size: 19px;font-weight: bold;line-height: 1.37;text-align: left;color: #333333;margin-top:0px;}
.colsfooter{margin-bottom:10px}
.colsfooter .col{float:left;width:320px;margin-left:10px}
.colsfooter .col:nth-child(3n+1){margin-left:0;clear:left}
.colsfooter .col.right{float:right;margin:0}
.colsfooter .col.left{width:auto;float:none;margin:0 330px 0 0}
.colsfooter .col.last{width:auto;float:none;margin:0 0 0 660px}
.colsfooter .box{background:#eee;padding:10px;min-height:100px;font-size:12px}
.colsfooter.s .box{min-height:120px}
.colsfooter .atendimento{width:300px;float:left}
.colsfooter .atendimento ul li{margin-bottom:5px}
.colsfooter .atendimento ul li:last-child{margin:0}
.colsfooter .atendimento ul li strong{font-weight:600;color:#333}
.colsfooter .busca{margin-left:330px}
.colsfooter .busca form{position:relative}
.colsfooter .busca form .msg{display:block;width:200px;margin-bottom:10px}
.colsfooter .busca form input.search{width:100%;height:40px}
.colsfooter .busca form button{display:block;width:40px;height:40px;position:absolute;bottom:0;right:0}
.colsfooter .busca form button span{position:absolute;top:15px;left:15px;display:block;width:10px;height:10px;background:url(../images/bg.png) no-repeat 0 -40px}
.colsfooter .social ul{display:block;width:100%}
.colsfooter .social ul li{float:left;overflow:hidden}
.colsfooter .social ul.s1 li{float:none;width:100%}
.colsfooter .social ul.s2 li{width:50%}
.colsfooter .social ul.s3 li{width:33.3%}
.colsfooter .social ul.s4 li{width:25%}
.colsfooter .social ul.s5 li{width:20%}
.colsfooter .social ul li a{display:block;margin-left:1px;height:74px;background:rgba(0,0,0,.3)}
.colsfooter .social ul li:first-child a{margin:0}
.colsfooter .social ul li a strong{position:relative;top:22px;display:block;margin:0 auto;height:30px;background:url(../images/bg.png) no-repeat -20px 0}
.colsfooter .social ul li.fb a strong{width:14px}
.colsfooter .social ul li.tt a strong{width:40px;background-position:-40px 0}
.colsfooter .social ul li.gp a strong{width:31px;background-position:-80px 0}
.colsfooter .social ul li.yt a strong{width:30px;background-position:-120px 0}
.colsfooter .social ul li.pt a strong{width:30px;background-position:-60px -130px}
.colsfooter .social ul li a:hover{background:rgba(0,0,0,.2)}
.colsfooter .social ul li.fb a:hover{background:#3b5998}
.colsfooter .social ul li.tt a:hover{background:#00bef6}
.colsfooter .social ul li.gp a:hover{background:#0054fd}
.colsfooter .social ul li.yt a:hover{background:#c7312b}
.colsfooter .social ul li.pt a:hover{background:#f52d35}
.colsfooter.s ul li a{display:inline-block;padding:2px 0;font-weight:600;font-size:13px}
.pagtoenvio{margin-bottom:10px}
.pagtoenvio > div{float:left;width:630px;padding:10px;background:#eee}
.pagtoenvio .envio{margin-left:660px;width:auto;float:none}
.pagtoenvio .case{font-size:12px;text-transform:uppercase;font-weight:600}
.pagtoenvio .case img{display:block;max-height:40px;max-width:630px;width:auto;height:auto}
.pagtoenvio .envio .case img{max-width:300px}
.certificados{padding:10px;background:#eee;margin-bottom:10px}
.certificados > div{font-size:12px;text-transform:uppercase;font-weight:600}
.certificados > div *{display:inline-block;vertical-align:middle;margin-right:10px}
.certificados > div *:last-child{margin:0}
.copyright{text-align:right;padding:10px;background:#eee;font-size:12px}

/*home*/
.faixaHints{display:block;overflow:hidden;margin-bottom:20px;background:#eee;text-align:center;font-size:12px;text-transform:uppercase;font-weight:600}
.faixaHints .case{width:2180px;margin-left:-600px}
.faixaHints .case > *{display:inline-block;vertical-align:top}
.vitrines > div.vitrine{margin-bottom:10px}
.vitrines > div.vitrine:last-child{margin-bottom:0}
.vitrine. > h2{display:block;padding-bottom:10px;font-size:15px;color:#222}
.vitrine.carwrapper{border-top:1px solid #f3f3f3;padding-top:51px;}
body.cms-home .page-title{display:none}
ul.vitrine li.item button.button-preco-sob-consulta{width:100%;padding:10px;font-size:12px;text-align:left}
ul.products-grid li.item button.button-preco-sob-consulta{width:100%;padding:10px;font-size:12px;text-align:left}



    /*catálogo*/
.breadcrumb-div{margin-bottom:0px;padding:25px 0 30px;}
.breadcrumb-div ul{display:block;font-size:0;padding-left:0px;margin-bottom: 0px;}
.breadcrumb-div ul li{display:inline-block; line-height: 1.60;}
.breadcrumb-div ul li:before{position: relative;
    top: -5px;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 11px;
    margin: 0 10px;
    background: url(/skin/frontend/new/default/css/assets/img/arrow-left-green.svg) no-repeat}
.breadcrumb-div ul li:first-child:before{display:none}
.breadcrumb-div ul li a{font-size: 12px;    color: #076035;}
.breadcrumb-div ul li a:hover {    text-decoration: none;}
.breadcrumb-div ul li span.last{ font-size: 12px;font-weight: 500; color: #363837;}


.helpprovas-helpconcursos-index-index .breadcrumb-div{margin-bottom:0px;padding:24px 0px;}

@media screen and (max-width: 767px) {
    .breadcrumb-div{padding: 15pt 0px;}
    .breadcrumb-div a{font-size: 16pt;color:#333333;}
    .breadcrumb-div a:hover{text-decoration: none;}
    .cms-index-index .breadcrumb-div.visible-xs{display: none!important;}
}

.page-title{margin-bottom:20px}
.page-title h1{font-weight:700;font-size:32px;color:#222;margin-top:10px;}
.page-title h1.instituicao{margin-bottom:0px;}

.page-title.instituicao h1.instituicao{margin-bottom:30px;}
/*.catalog-category-view .main.container{margin-top: 50px;}*/
@media only screen and (max-width : 768px) {.catalog-category-view .main.container{margin-top: 0px;}}

.toolbar{margin-bottom:20px;padding-bottom:10px;border:1px solid #ccc;border-width:0 0 1px;font-size:12px}
.toolbar-bottom .toolbar{margin:10px 0 0;padding:10px 0 0;border-width:1px 0 0}
.toolbar .sorter{float:right;text-align:right}
.toolbar .sorter .view-mode{display:block;height:50px;width:70px;float:left;margin-right:10px}
.toolbar .sorter .view-mode label{display:none}
.toolbar .sorter .view-mode strong,
.toolbar .sorter .view-mode a{float:left;display:block;width:28px;height:28px;margin:23px 10px 0 0;background:url(../images/bg.png) no-repeat -110px -40px;opacity:.5}
.toolbar .sorter .view-mode strong.list,
.toolbar .sorter .view-mode a.list{background-position:-140px -40px;margin-right:0}
.toolbar .sorter .view-mode a{opacity:.2}
.toolbar .sorter .view-mode a:hover{opacity:.7}
.toolbar .sorter .sort-by{display:block;height:50px;float:left}
.toolbar .sorter .sort-by .fakeSelect{display:block;width:200px;margin-top:10px}
.toolbar .sorter .sort-by a{display:none}
.toolbar .pager .amount,
.toolbar .pager .limiter{width:50%;margin-bottom:10px}
.toolbar .pager .limiter{margin:0}
.toolbar .pager .limiter .fakeSelect{width:65px;vertical-align:middle}
.toolbar .pager > .pages{padding-top:10px}
.toolbar .pager .pages > strong{display:none}
.toolbar .pager .pages ol{background:#f5f5f5;white-space:nowrap;text-align:center;font-size:0;font-weight:700}
.toolbar .pager .pages ol li{display:inline-block;font-size:12px;margin-left:1px}
.toolbar .pager .pages ol li:first-child{margin-left:0}
.toolbar .pager .pages ol li.current{height:40px;width:40px;line-height:40px;background:#fff}
.toolbar .pager .pages ol li a{display:block;height:40px;width:40px;line-height:40px;background:#ddd}
.toolbar .pager .pages ol li a.next,
.toolbar .pager .pages ol li a.previous{width:auto;padding:0 10px}
.toolbar .pager .pages ol li a:hover{background:#ccc}

/*listagem*/


.products-grid .product-image > img{
    margin: 0 auto
}
.products-grid .addcarrinho{
    left: 50%;
    margin-left: -20px;
    background: #f8da0b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fce853), to(#f0d104));
    background: -moz-linear-gradient(top, #fce853, #f0d104)
}
.products-grid .addcarrinho:hover{
    background: #f8da0b;
    background: -webkit-gradient(linear, left top, left bottom, from(#fce853), to(#f0d104));
    background: -moz-linear-gradient(top, #fce853, #f0d104)
}
.products-grid .image-quick-view{
    left: 50%;
    margin-left: -20px
}




/*.products-grid.fluid > li:nth-child(4n+1){margin-left:0}*/









.regular-price{font-weight:600;display:block;margin-bottom:7px}
.special-price{font-weight:600;display:block;margin-bottom:7px}
.preco-a-vista{display:block;margin-bottom:7px}
.price-off{display:none}
.preco-parcelado{display:block}
.preco-parcelado small{display:inline;font-size:12px}
.products-grid .image-quick-view{position:absolute;top:65px;left:50%;margin:0 0 0 -20px;z-index:2;display:block;width:40px;height:40px;border-radius:100%;background:#f5f5f5;box-shadow:0 2px 2px rgba(0,0,0,.4);opacity:0}
.products-grid .image-quick-view span{position:relative;top:15px;z-index:1;display:block;width:8px;height:10px;margin:0 auto;background:url(../images/bg.png) no-repeat 0 -30px}
.products-grid .image-quick-view:hover{background:#ccc}
.products-grid > li:hover .image-quick-view{top:75px;opacity:1}

.products-grid .out-of-stock{position:absolute;top:0;left:0;right:0;display:block;height:190px;color:#000;font-size:12px;text-transform:uppercase;font-weight:700;text-align:center;line-height:190px;background:#fff;opacity:.5}
.products-grid .list-attribute-images a.out-of-stock-attribute:before{position:absolute;top:0;right:0;margin:-10px 0 0 -15px;width:10px;height:10px;display:block;font-size:20px;line-height:20px;text-align:center;font-weight:bold;color:#ce111e;content:'x';opacity:1!important;z-index:1}
.products-grid .list-products-images a.out-of-stock-attribute:before{position:absolute;top:0;right:0;margin:-10px 0 0 -15px;width:10px;height:10px;display:block;font-size:20px;line-height:20px;text-align:center;font-weight:bold;color:#ce111e;content:'x';opacity:1!important;z-index:1}
.products-grid .list-products-images a.out-of-stock-attribute:after{display:block;position:absolute;top:-3px;left:-3px;right:-3px;bottom:-3px;background:#fff;opacity:.7;content:''}
.products-grid .mask{position:absolute;top:0;left:0;z-index:10;padding:10px;background:#f5f5f5}
.products-grid .mask input{margin:0}
.products-grid .addcarrinho{position:absolute;top:10px;left:50%;margin:0 0 0 -20px;display:block;width:40px;height:40px;border-radius:100%;background:#f5f5f5;box-shadow:0 2px 2px rgba(0,0,0,.4);opacity:0}
.products-grid .addcarrinho span{display:block;width:20px;height:20px;margin:10px 0 0 9px;background:url(../images/bg.png) no-repeat -110px -130px}
.products-grid .addcarrinho:hover{background:#ccc}
.products-grid > li:hover .addcarrinho{opacity:1;top:0}
.products-grid .nota{margin:0}
.products-list li{position:relative;clear:left;background:#eee;margin-bottom:20px}
.products-list li:last-child{margin-bottom:0}
.products-list > li:hover{background:#eee}
.products-list .product-image{float:left;width:220px;display:block;position:relative}
.products-list .product-image > img{display:block;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.7)}
.products-list .product-info{margin-left:220px;padding:20px}
.products-list .product-info .left{margin-right:230px}
.products-list .product-info .right{width:190px;float:right;text-align:right}
.products-list .product-name a{display:block;font-size:16px;font-weight:600;margin-bottom:10px}
.products-list .nota{margin:0 0 10px}
.products-list .desc{font-size: 12px;color:#666666;text-align: justify;}
.products-list .desc p{line-height:1.2em}
.products-list .desc a.link-learn{display:none}
.products-list .image-quick-view{position:absolute;top:80px;left:80px;display:block;width:60px;height:60px;background:#f5f5f5;box-shadow:0 2px 2px rgba(0,0,0,.4);opacity:0}
.products-list .image-quick-view span{position:relative;top:25px;display:block;width:8px;height:10px;margin:0 auto;background:url(../images/bg.png) no-repeat 0 -30px}
.products-list .image-quick-view:hover{background:#ccc}
.products-list > li:hover .image-quick-view{opacity:1}
.products-list .prod-selos{width: 220px;}
.products-list .prod-selos img{display:block;margin:5px auto 0}
.products-list .maisdetalhes{display:block;padding:10px;margin:10px 0 0;font-weight:700;font-size:13px;color:#fff;text-align:center;background:rgba(0,0,0,.5)}
.products-list .maisdetalhes:hover{background:rgba(0,0,0,.8)}
.products-list .out-of-stock{position:absolute;top:0;left:0;display:block;height:220px;width:220px;color:#000;font-size:12px;text-transform:uppercase;font-weight:700;text-align:center;line-height:220px;background:#fff;opacity:.5}
.nota{margin:0 auto;display:block;width:97px;height:16px;position:relative}
.nota span{float:left;display:block;height:16px;background:url(../images/bg.png) no-repeat -10px -30px}
.nota span.f{width:0;position:absolute;z-index: 10}
.nota span.e{width:97px;background-position:-10px -50px}
.nota.e20 span.f{width:20px}
.nota.e40 span.f{width:40px}
.nota.e60 span.f{width:60px}
.nota.e80 span.f{width:80px}
.nota.e100 span.f{width:97px}
.carwrapper .bx-wrapper{position:relative}
.carwrapper .bx-controls-direction a{display:block;position:absolute;top:95px;left:-20px;width:40px;height:40px;border-radius:40px;background:#f5f5f5;box-shadow:0 2px 2px rgba(0,0,0,.4);opacity:0;text-indent:-9999px;font-size:0}
.carwrapper .bx-controls-direction a.bx-next{left:auto;right:-20px}
.carwrapper .bx-controls-direction a:before{position:relative;top:10px;display:block;width:10px;height:20px;margin:0 0 0 13px;background:url(../images/bg.png) no-repeat -150px 0;content:''}
.carwrapper .bx-controls-direction a.bx-next:before{background-position:-160px 0;margin:0 0 0 17px}
.carwrapper .bx-controls-direction a:hover{background:#ccc}
.carwrapper .bx-wrapper:hover .bx-controls-direction a{opacity:1}
.category-products{display:table;width:100%}
.products-grid .adicionado-ao-carrinho{text-align:center;color:#fff;font-size:12px;text-shadow:0 1px 2px rgba(0,0,0,.3);position:absolute;top:55px;left:10px;right:10px;padding:5px;background:rgba(0,0,0,.6)}
.products-grid .adicionado-ao-carrinho:before{position:absolute;top:-20px;left:50%;margin-left:-10px;display:block;width:0;height:0;border:10px solid transparent;border-bottom-color:rgba(0,0,0,.6);content:''}
.suacesta .floaterCartUpdate{text-align:center;color:#fff;font-size:12px;text-shadow:0 1px 2px rgba(0,0,0,.3);position:absolute;top:100%;left:10px;right:10px;margin-top:12px;padding:10px 5px;background:rgba(0,0,0,.6)}
.suacesta .floaterCartUpdate:before{position:absolute;top:-20px;left:50%;margin-left:-10px;display:block;width:0;height:0;border:10px solid transparent;border-bottom-color:rgba(0,0,0,.6);content:''}
#quick-top .suacesta .floaterCartUpdate{display:none!important}
.product-related-add-cart{margin-top:10px;overflow:hidden}
.product-related-add-cart .qtycase{width:45px;position:relative;float:left}
.product-related-add-cart .qtycase input{display:block;width:30px;height:30px;text-align:center;line-height:30px;padding:0}
.product-related-add-cart .qtycase button{display:block;width:15px;height:15px;position:absolute;top:0;right:0;background:#fff;box-shadow:inset 0 0 0 1px #ccc;color:#666;text-align:center;line-height:15px;}
.product-related-add-cart .qtycase button.less{top:15px}
.product-related-add-cart .qtycase button:hover{background:rgba(0,0,0,.5);color:#fff}
.product-related-add-cart .bt{margin-left:55px}
.product-related-add-cart .bt .btn-update{display:block;width:100%;height:30px;padding:0 10px;text-align:center;font-size:12px}

/*widgets*/
.page > .widget,
.main > .widget{display:block;margin:0 0 20px}

/*quick-view*/
#quick-window{position:absolute;left:50%!important;margin-left:-510px;z-index:9999999;width:1020px;display:none;box-shadow:0 5px 15px rgba(0,0,0,.4)}
#quick-window:before{display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;width:100%;height:100%;content:'';background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.2)),color-stop(1%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%)}
#quickview-header{position:relative;z-index:12}
#quickview-close{position:absolute;top:-15px;right:20px;width:30px;height:30px;background:#333 url(../images/bg.png) no-repeat -30px -130px;font-size:0;text-indent:-9999px}
#quickview-close:hover{background-color:#000}
.quick-view-content{position:relative;z-index:10;padding:20px;background:#fff}
#ajax-preloader{display:block;position:fixed!important;top:50%!important;left:50%!important;z-index:999999;margin:-30px 0 0 -30px;background:#fff url(../images/loader.gif) no-repeat center;width:40px;height:40px;padding:10px;border-radius:80px;box-shadow:0 2px 2px rgba(0,0,0,.4)}
#ajax-preloader .loading{display:none}

/*laterais*/
.sidebar h2{display:block;padding-bottom:10px;font-size:15px;color:#222}
.sidebar > *,
.sidebar > * > *{margin-bottom:20px}
.sidebar > *:last-child,
.sidebar > * > *:last-child{margin-bottom:0!important}
.sidebar.sidebar-header-v1 {display:none;}
#cats-lat > ul{background:#f5f5f5;padding:5px 10px}
#cats-lat li.level0{padding-bottom:10px}
#cats-lat li.level0:last-child{padding:0}
#cats-lat li.level0 > a{display:block;width:100%;margin-left:-10px;overflow:hidden;color:#222;font-size:13px;font-weight:700;text-transform:uppercase;padding:5px 10px}
#cats-lat li.level0 > a:hover{background:#ddd}
#cats-lat li.level1 > a{font-size:13px;color:#333;padding:5px 10px;width:100%;margin-left:-10px;display:block}
#cats-lat li.level1 > a:hover{background:#ddd}
#cats-lat li.level1 ul{display:none}
.block-subscribe{font-size:12px}
.block-subscribe .newscase{padding:10px;background:#eee;margin-bottom:1px}
.block-subscribe .newscase input{margin:10px 0 0;width:100%}
.block-subscribe .newscase button{display:block;font-size:12px;padding:10px;width:100%;text-align:left}
.block-subscribe .rsscase{padding:10px;background:#eee}
.block-subscribe .rsscase a{display:block;margin:10px 0 0;padding:10px;background:rgba(0,0,0,.5);color:#fff;font-weight:700}
.block-subscribe .rsscase a:hover{background:rgba(0,0,0,.8)}
.block-layered-nav .subcategorias{margin-bottom:20px}
.block-layered-nav .filtros h3{display:block;padding:10px 10px 0;font-size:14px;color:#333;font-weight:700;background:#f5f5f5}
.block-layered-nav ol{background:#f5f5f5;padding:5px 10px}
.block-layered-nav ol li{margin-bottom:1px}
.block-layered-nav ol li:last-child{margin-bottom:0}
.block-layered-nav ol li a{font-size:13px;color:#333;padding:5px 10px;width:100%;margin-left:-10px;display:block}
.block-layered-nav ol li a small{color:#999;font-weight:400}
.block-layered-nav ol li a:hover{background:#ddd}
.block-layered-nav ol li a.selected{background:#ccc;padding:5px 5px 5px 15px;position:relative}
.block-layered-nav ol li a.selected:before{position:absolute;top:50%;left:2px;margin-top:-5px;display:block;width:10px;height:10px;background:url(../images/bg.png) no-repeat -150px -100px;content:''}
.block-layered-nav ol li a.selected:hover{background:#ddd}
.block-layered-nav ol li a.selected:hover:before{opacity:.5}
.block-layered-nav .currently{margin-bottom:20px}
.block-layered-nav .currently .block-subtitle{display:block;padding-bottom:10px;font-size:15px;color:#222;font-weight:700}
.block-layered-nav .currently h3.label{display:block;padding-bottom:10px;font-size:15px;color:#222;font-weight:600}
.block-layered-nav .currently ol{background:#ddd;padding:10px 10px}
.block-layered-nav .currently ol li{position:relative;padding-right:25px;font-size:13px;color:#333;margin-bottom:20px;min-height:20px}
.block-layered-nav .currently ol li:last-child{margin-bottom:0}
.block-layered-nav .currently ol li .label{display:block;font-size:14px;color:#333;font-weight:700;padding-bottom:7px}
.block-layered-nav .currently ol li a.btn-remove{position:absolute;top:0;right:0;margin:0;padding:0;display:block;width:20px;height:20px;background:#fff}
.block-layered-nav .currently ol li a.btn-remove span{position:relative;top:5px;display:block;width:10px;height:10px;margin:0 auto;background:url(../images/bg.png) no-repeat -110px -30px}
.block-layered-nav .currently ol li a.btn-remove:hover{background-color:#eee}
.block-layered-nav .currently .actions a{display:block;padding:10px;font-size:12px;font-weight:700;color:#fff;background:rgba(0,0,0,.5)}
.block-layered-nav .currently .actions a:hover{background:rgba(0,0,0,.8)}
.price-ranger-case{padding:10px 10px 5px;background:#f5f5f5}
.price-ranger-case .ui-widget-content{border:0;border-radius:5px;background:#ccc;box-shadow:inset 0 1px 3px rgba(0,0,0,.7),0 1px 0 #fff}
.price-ranger-case .ui-slider-range{background:#888;box-shadow:inset 0 -1px 3px rgba(0,0,0,.5),0 -1px 0 #fff,0 1px 2px rgba(0,0,0,.3)}
.price-ranger-case .ui-slider-handle{border:0;width:14px;height:14px;border-radius:14px;background:#888;box-shadow:inset 0 -1px 5px rgba(0,0,0,.5),0 2px 3px rgba(0,0,0,.3)}
.price-ranger-case > span{font-weight:600}

/*detalhe do produto*/
.product-view .product-essential{margin-bottom:40px}
.product-view .product-img-box{float:left;width:400px}
.product-view #image{position:relative;width:400px;height:400px;margin-bottom:1px;}
.product-view #image .passe{position:absolute;bottom:10px;left:50px;z-index:99999;display:block;padding:5px 20px;width:260px;font-size:12px;font-weight:700;text-align:center;background:#f5f5f5;opacity:.9}
.product-view #image:hover .passe{opacity:0}
.product-view #cloud-zoom-big{box-shadow:0 0 1px rgba(0,0,0,.4);background:#fff}
.product-view .more-views ul li{float:left;width:79px;height:79px;margin:0 0 1px 1px}

.product-view .more-views ul li:nth-child(5n+1){clear:left;margin-left:0}

@media screen and (max-width: 1199px) {
    .product-view .more-views ul li{float:left;width:71px;height:71px;margin:0 0 1px 1px}
    .product-view .more-views ul li:nth-child(5n+1){clear:none;margin-left:0}
    .product-view .more-views ul li:nth-child(6n+1){clear: none;margin-left: 0}
}


.product-view .more-views ul li a{display:block;position:relative;z-index:1;box-shadow:0 0 1px rgba(0,0,0,.4)}
.product-view .more-views ul li img{display:block}
.product-view .more-views ul:hover li a{opacity:.5}
.product-view .more-views ul li a:hover{opacity:1;z-index:3;box-shadow:0 1px 8px rgba(0,0,0,.2)}
.product-view .more-views ul li.on a{z-index:2;box-shadow:0 0 15px rgba(0,0,0,.3)}
.product-view .product-name h1{width: 100%;margin:0px;
    font-family: Arial;font-size: 22px;line-height: 1.14;text-align: left;color: #333333;}


@media screen and (max-width: 991px) {
    .product-view .product-name h1{width: 100%;margin:0px;
        font-family: Arial;font-size: 18px;text-align: left;color: #333333;}
}

.product-view .product-name small{  font-family: Arial;text-transform: lowercase;font-size: 12px;text-align: left;color: #999999;margin-top:15px;display: block; }
@media screen and (max-width: 767px) {
    .col2-left-layout .col-main{margin-left:0}
    .product-view .product-name small{display: none;}
    .product-view .product-name h1{width: 100%;margin:0px;
        font-family: Arial;font-size: 18px;text-align: center;color: #333333;}
}
.product-view .product-table{margin-top:33px;}
.product-view .product-table ul{list-style: none;padding:0px;}
.product-table ul li p{width: 72%;display: inline-block;margin:0px;}
.product-table ul li{padding:8px 0px 7px 22px;}
.product-table ul li:nth-child(2n + 1) {background-color: #f8f8f8;border: solid 1px #ffffff;}
.product-table ul li p{font-family: Arial;font-size: 14px; text-align: left; color: #666666;}
.product-table ul li p.tit{font-family: Arial;    font-size: 14px;    font-weight: bold;    color: #666666;width: 26%;}
.product-view .rate{display:block;margin-bottom:20px;font-size:12px;color:#999;font-weight:600;float:left;}
@media screen and (max-width: 767px) {
    .rate-block {
        text-align: center;
    }

    .product-view .rate {
        float:inherit;
        color: #999;
        display: block;
        font-size: 12px;
        font-weight: 600;
        margin: auto;
        width: 180px;
    }
}
.product-view .rate a.now{font-family: Arial;font-size: 12px;line-height: 1.5;text-align: left;color: #999999;font-weight: normal;margin-left:5px;}
.product-view .rate .nota{position:relative;top:3px;display:inline-block;margin:0 0 0 5px}
.product-view .mini-case{margin-bottom:20px;display:table;width:100%}
.product-view .mini-info{display:block;float:left;width:50%}
.product-view .mini-info li{margin-bottom:5px;font-size:12px}
.product-view .mini-info li strong:before{position:relative;top:0;content:'';display:inline-block;vertical-align:middle;width:3px;height:6px;margin:0 7px 0 5px;background:url(../images/bg.png) no-repeat -167px -7px}
.product-view .mini-info li:last-child{margin-bottom:0}
.product-view .prod-selos{margin-left:55%;font-size:0}
.catalog-product-view .product-view .prod-selos{margin-left:0%;font-size:0}
.product-view .prod-selos img{display:inline-block;vertical-align:middle;margin:2px}
.product-view .botoes{margin-bottom:20px;font-size:12px}
.product-view .botoes > *{margin-bottom:5px}
.product-view .botoes > *:last-child{margin-bottom:0}
.product-view .botoes a{color:#888}
.product-view .botoes a:before{position:relative;top:-2px;content:'';display:inline-block;vertical-align:middle;margin-right:5px;width:10px;height:10px;background:url(../images/bg.png) no-repeat -120px -30px;opacity:.5}
.product-view .botoes .alert-price a:before{background-position:-130px -30px}
.product-view .botoes a:hover{text-decoration:underline}
.product-view .price-box{width: 100%;height: 94px;margin:0px;float:left;}
.product-view form.add-to-cart{float:right;    padding-top: 0px;    width: 100%;    text-align: center;}
.product-view .old-price{margin:0 0 9px;font-family: Arial;height: 13px;font-size: 13.7px;line-height: 1.47;text-align: left;color: #333333;}
.product-view .regular-price,
.product-view .special-price{font-size:18px;margin:0 0 9px;font-family: Arial;height: 29px;font-size: 29.6px;font-weight: bold;line-height: 0.86;text-align: left;color: #ed7819;}
.product-view .preco-a-vista{margin:0 0 10px;font-family: Arial;font-size: 11.9px;line-height: 1.44;text-align: left;color: #333333;}
.product-view .preco-a-vista{height: 11px;font-family: Arial;font-size: 11.9px;line-height: 1.44;text-align: left;color: #333333;margin-top:0px;}
.product-view .preco-a-vista .price{font-size: 11.9px;}
.product-view .preco-parcelado{font-family: Arial;font-size: 14.2px;line-height: 1.21;text-align: left;color: #333333;}
.product-view .preco-parcelado small{font-size:14.2px;}
.product-view .preco-parcelado strong{font-size:14.2px;}
.product-view .add-to-box{float:right;width:230px;margin-bottom:1px;padding:20px 0px 0px 29px;}
.product-view .produto-similar{border-top:1px solid #eeeeee;margin-top:13px;padding-top:13px;}
.product-view .produto-similar .similar-item{margin-bottom:13px;}
.product-view .produto-similar .similar-item p{width: 157px;float:left;}
.product-view .produto-similar .similar-item p span{display: block;}
.product-view .produto-similar .similar-item p span.similar-type{width: 157px;margin-bottom:4px;
    font-family: Arial;font-size: 13.2px;text-align: left;color: #333333;}
.product-view .produto-similar .similar-item p span.similar-price{width: 72px;
    font-family: Arial;font-size: 17.4px;text-align: left;color: #333333;}
.product-view .produto-similar .similar-item button.comprar-versao-similar{width: 200px;
    height: 45px;padding:11px 0px 11px 0px;float:right;background-color: #ffd545}
.product-view .produto-similar .similar-item button:hover{background-color:#ffd800;}
.product-view .produto-similar .similar-item button.comprar-versao-similar span{font-family: Arial;
    font-size: 14px;font-weight: bold;line-height: 0.86;text-align: center;color: #594500;}
@media screen and (max-width: 991px) {
    .product-view .produto-similar .similar-item button.comprar-versao-similar span{font-size: 12px;}
    .product-view form.add-to-cart{width: 100%;}
}

@media screen and (max-width: 767px) {
    .product-view form.add-to-cart{padding:0px;margin-top:0pt;}
}

.product-view .discounted span.label{color: #333;padding: .2em 0 .3em .6em}
.product-view .price-box p.old-price span.label{font-size: 12px; color: #333;text-decoration: none !important;}

.product-view .add-to-box .or,
.product-view .add-to-box .alert-price{display:none}
.product-view .add-to-box .link-stock-alert{margin-bottom:1px}
.product-view .add-to-box .link-stock-alert a{position:relative;display:block;height:39px;width:190px;padding:25px 20px 20px 70px;text-align:left;font-size:14px;font-weight:600;color:rgba(0,0,0,.8);background:#ffdaa0}
.product-view .add-to-box .link-stock-alert a:before{position:absolute;top:50%;left:20px;content:'';display:block;margin-top:-15px;width:30px;height:30px;background:url(../images/bg.png) no-repeat 0 -130px;opacity:.8}
.product-view .add-to-box .link-stock-alert a:hover{background:#ffc365}
.product-view .add-to-cart{margin-bottom:1px}
.product-view .add-to-cart label{display:none}
.product-view .add-to-cart button,.product-view .box-jointsaleslateral button{width: 100%;height: 50px;padding:16px 8px 23px 0px;background-color:#ffc600;color:#594500;text-transform: uppercase;}

.product-view .add-to-cart button[disabled]{cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;}

.product-view .add-to-cart button i.empty-cart-1,.product-view .box-jointsaleslateral button i.empty-cart-1{background:url(../images/icons/empty-shopping-cart.png) no-repeat;display: inline-block;height: 13px;width: 22px;height: 19px;}
.product-view .add-to-cart button.btn-cart span:before,.product-view .box-jointsaleslateral button.btn-cart span:before{margin-right: 12px;}
.product-view .add-to-cart button:hover,.product-view .box-jointsaleslateral button:hover{background-color:#ffd600;}
.product-view .add-to-cart button span,.product-view .box-jointsaleslateral button span{    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
    text-align: left;
    color: #594500;
    vertical-align: top;
    margin-left: 7px;}


@media screen and (max-width: 1331px) {
    .product-view .regular-price,.product-view .special-price{font-size:18px;}
    .product-view .price-box{width: 166px;height: 94px;margin:0px;float:left;}
    .product-view .add-to-box{float:right;width:200px;margin-bottom:1px;padding:20px 0px 0px 10px;}
    .product-view .add-to-cart button{width: 100%;height: 50px;padding:16px 8px 23px 0px;background-color:#ffc600;color:#594500;}
    .product-view .preco-parcelado{font-family: Arial;font-size: 12.2px;line-height: 1.21;text-align: left;color: #333333;}
    .product-view .preco-parcelado small{font-size:12.2px;}
    .product-view .preco-parcelado strong{font-size:12.2px;}
}
@media screen and (max-width: 1199px) {
    .product-view .price-box{width: 168px;height: 94px;margin:0px;float:left;}
    .product-view .add-to-cart button{width: 100%;height: 50px;padding:15px 8px 23px 0px;background-color:#ffc600;color:#594500;}
    .product-view .add-to-box{float:right;width:100%;margin-bottom:1px;padding:10px 0px 0px 0px;}
    .product-view .produto-similar .similar-item button.comprar-versao-similar{width: 100%;
        height: 45px;padding:11px 0px 11px 0px;float:right;background-color: #ffd545}
}
@media screen and (max-width: 991px) {
    .product-view .price-box{width: 100%;height: auto;margin:0px;float:left;}
}
@media screen and (max-width: 767px) {
    .product-view .price-box{width: 100%;height: auto;margin:0px;float:left;text-align: center;min-height: 82pt;}
    .product-view .price-box .old-price{text-align: center;}
    .product-view .price-box .special-price {text-align: center;}
    .product-view .price-box .preco-parcelado{text-align: center;}
    .product-view .price-box .preco-a-vista{text-align: center;    margin-bottom: 20pt;}
    .product-view .price-box .regular-price{text-align: center;}

    .product-view .add-to-cart button{width: 100%;height: 50px;padding:8px 8px 23px 0px;background-color:#ffc600;color:#594500;font-size: 14pt;text-transform: uppercase;}
    .product-view .add-to-cart button span{color:#594500;font-size: 14pt;}
    .product-view .add-to-cart button:hover{background-color:#ffc600;}
    .product-view .add-to-cart button.btn-cart span:before{background:none;display: none;}
}
.product-view .add-to-cart .alert-url a{position:relative;display:block;height:39px;width:190px;padding:25px 20px 20px 70px;text-align:left;font-size:14px;font-weight:600;color:rgba(0,0,0,.8);background:#ffdaa0}
.product-view .add-to-cart .alert-url a:before{position:absolute;top:50%;left:20px;content:'';display:block;margin-top:-15px;width:22px;height:19px;background:url(../images/bg.png) no-repeat 0 -130px;opacity:.8}
.product-view .add-to-cart .alert-url a:hover{background:#ffc365}
.product-view .add-to-links .separator{display:none}
.product-view .add-to-links li{float:left;width:50%;padding:0 0 0 1px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.product-view .add-to-links li:nth-child(1n+3){padding:1px 0 0 1px}
.product-view .add-to-links li:nth-child(2n+1){padding-left:0}
.product-view .add-to-links li a{position:relative;display:block;height:75px;padding:20px 20px 20px 60px;background:rgba(0,0,0,.5);color:#fff;font-size:12px;font-weight:600;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.product-view .add-to-links li a:before{position:absolute;top:50%;left:20px;content:'';display:block;margin:-15px 0 0;width:30px;height:30px;background:url(../images/bg.png) no-repeat -30px -70px}
.product-view .add-to-links li a.link-compare:before{background-position:-60px -70px}
.product-view .add-to-links li a:hover{background:rgba(0,0,0,.8)}
.product-view .parcelamento{margin-right:285px;padding:10px 0 0;font-size:12px}
.product-view .parcelamento h3{display:block;margin-bottom:10px;font-size:13px}
.product-view .parcelamento ul{display:table;width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.product-view .parcelamento ul li{margin-bottom:5px}
.product-view .parcelamento ul li:last-child{margin-bottom:0}
.product-view .parcelamento ul li span{float:left;width:60%}
.product-view .parcelamento ul li small{float:right;width:40%;text-align:right;font-size:10px;color:#999}
.product-view .parcelamento ul li.juros{font-size:10px;color:#999}
.product-view .extrablocks{float:right;clear:right;width:280px}
.product-view .simulador-frete{padding:20px;background:#f5f5f5;font-size:12px}
.product-view .simulador-frete h3{display:block;margin-bottom:20px;font-size:13px}
.product-view .simulador-frete .content{position:relative}
.product-view .simulador-frete ul{margin-right:30px;padding:0px;list-style: none;}
.product-view .simulador-frete ul li{white-space:nowrap}
.product-view .simulador-frete ul li label,
.product-view .simulador-frete ul li .input-box{display:block;margin-bottom:15px;}
@media screen and (max-width: 991px) {
    .product-view .simulador-frete ul li .input-box{display:block;width: 100%;}
}
.product-view .simulador-frete ul li label em{display:none}
.product-view .simulador-frete ul li .input-box input{width:180px}
.product-view .simulador-frete .actions{position:absolute;bottom:0;right:0}
.product-view .simulador-frete .actions button{position:relative;display:block;width:30px;height:30px}
.product-view .simulador-frete .actions button span{position:absolute;top:5px;left:5px;display:block;width:20px;height:20px;background:url(../images/bg.png) no-repeat -90px -70px}
.product-view .simulador-frete .actions .please-wait{display:block;position:absolute;top:0;left:0;z-index:2}
.product-view .simulador-frete .actions .please-wait img{display:block;width:30px;height:30px;background:#fff}
.product-view .simulador-frete .naosei{position:absolute;top:-15px;right:0;font-size:10px;color:#999}
.product-view .simulador-frete .naosei:hover{text-decoration:underline}
.product-view .simulador-frete .valores-frete{position:relative;padding-top:10px;margin-top:10px;border-top:1px solid #eeeeee}
.product-view .simulador-frete .valores-frete h3{display:block;margin-bottom:10px;font-size:13px}
.product-view .simulador-frete .valores-frete ul li{margin-bottom:5px}
.product-view .simulador-frete .valores-frete ul li:last-child{margin-bottom:0}
.product-view .simulador-frete .valores-frete ul li span{font-weight:700}
.product-view .simulador-frete .valores-frete ul li span:before{content:'- ';font-weight:400}
.product-view .simulador-frete .valores-frete .fechar{position:absolute;top:10px;right:0;display:block;width:10px;height:10px;background:url(../images/bg.png) no-repeat -110px -30px}
.product-view .simulador-frete .valores-frete .demo{display:block;font-size:10px;padding-top:10px;color:#888}
.product-view .shareProd{height:92px;margin-bottom:28px;float:right;}
.product-view .shareProd h3{display:none}
.product-view .shareProd li{float:left;margin-left:1px}
.product-view .shareProd li:first-child{margin:0}
.product-view .shareProd li a{display:block;width:92px;height:92px;background:rgba(0,0,0,.3);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.product-view .shareProd li.fb a{width:94px}
.product-view .shareProd li a span{position:relative;top:31px;display:block;margin:0 auto;height:30px;background:url(../images/bg.png) no-repeat -20px 0}
.product-view .shareProd li.fb a span{width:14px}
.product-view .shareProd li.tt a span{width:40px;background-position:-40px 0}
.product-view .shareProd li.gp a span{width:31px;background-position:-80px 0}
.product-view .shareProd li.fb a:hover{background:#3b5998}
.product-view .shareProd li.tt a:hover{background:#00bef6}
.product-view .shareProd li.gp a:hover{background:#0054fd}
.product-view .product-options{margin-right:285px;font-size:12px}
.product-view .product-options dl dt{position:relative;padding:20px 20px 5px;background:#eee;font-weight:700;color:#000}
.product-view .product-options dl dt label{}
.product-view .product-options dl dt em,
.product-view .product-options dl dt small{display:none}
.product-view .product-options dl dt strong{font-weight:400;margin-left:5px}
.product-view .product-options dl dd{position:relative;padding:0 20px 20px;background:#eee;margin-bottom:5px}
.product-view .product-options dl dd:last-child{margin-bottom:1px}
.product-view .product-options .mascara{display:block;width:100%;height:100%;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;opacity:.7}
.product-view .product-options ul.options-list{font-size:0}
.product-view .product-options ul.options-list li{display:inline-block;vertical-align:top;margin:0 5px 8px 0;font-size:12px}
.product-view .product-options ul.options-list li input[type=radio]{display:none}
.product-view .product-options ul.options-list li label{cursor:pointer;display:block;padding:6px;font-weight:600;background:#f5f5f5;box-shadow:0 0 1px rgba(0,0,0,.5)}
.product-view .product-options ul.options-list li label.on,
.product-view .product-options ul.options-list li label:hover{background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.4)}
.product-view .product-options ul.configurable-options{font-size:0}
.product-view .product-options ul.configurable-options li{display:inline-block;vertical-align:top;padding:0;margin:5px 5px 0 0;position:relative;font-size:12px}
.product-view .product-options ul.configurable-options li a{display:block;padding:6px;font-weight:600;background:#f5f5f5;box-shadow:0 0 1px rgba(0,0,0,.5)}
.product-view .product-options ul.configurable-options li a.active,
.product-view .product-options ul.configurable-options li a:hover{background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.4)}
.product-view .product-options ul.configurable-options li.out-of-stock a.active{background:#ffc365}
.product-view .product-options ul.configurable-options li .alert-url{position:absolute;bottom:120%;left:-10px;width:240px}
.product-view .product-options ul.configurable-options li .alert-url a{position:relative;padding:15px;box-shadow:none;background:#ffdaa0;font-weight:400;line-height:1.2em}
.product-view .product-options ul.configurable-options li .alert-url a:after{position:absolute;bottom:-20px;left:10px;display:block;width:0;height:0;border:10px solid transparent;border-top-color:#ffdaa0;content:''}
.product-view .product-options ul.configurable-options li .alert-url a:hover{background:#ffc365}
.product-view .product-options ul.configurable-options li .alert-url a:hover:after{border-top-color:#ffc365}
.product-view .product-options #out-stock-sugestions > div{border-top:1px solid #ccc;padding-top:10px}
.product-view .product-options #out-stock-sugestions .tit{display:block;padding-bottom:10px;color:#000}
.product-view .product-options #out-stock-sugestions .tit span{font-weight:400}
.product-view .product-options #out-stock-sugestions a{display:inline-block;padding:6px;margin:0 5px 8px 0;font-weight:600;background:#f5f5f5;box-shadow:0 0 1px rgba(0,0,0,.5)}
.product-view .product-options #out-stock-sugestions a.active,
.product-view .product-options #out-stock-sugestions a:hover{background:#fff;box-shadow:0 1px 5px rgba(0,0,0,.4)}
.product-view .product-options p.required{display:none}
.product-view .product-options-bottom{float:right;width:280px}
.product-view .product-options-bottom .price-box{margin:0 0 1px}
.product-view .product-options-bottom .add-to-links{margin-bottom:1px}
.product-view .variacoes dl dd ul li.out-of-stock:before{position:absolute;right:0;top:0;margin:-10px 0 0 -15px;width:10px;height:10px;display:block;font-size:16px;line-height:20px;text-align:center;font-weight:bold;color:#ce111e;content:'x';opacity:1!important;z-index:1}
.product-view .variacoes dl dd ul li.out-of-stock:after{display:block;position:absolute;top:0;left:0;right:0;bottom:0;background:#fff;opacity:.7;content:''}
.product-view .product-options dl dd .fakeSelect{position:absolute;width:0;height:0;padding:0;font-size:0;background:none;border:0}
.product-view .product-options dl dd select,
.product-view .product-options dl dd .fakeSelect *{display:none}
.product-view .product-options dl dd .fakeSelect .validation-advice{display:block}
.product-view .product-options dl dd .fakeSelect.product-custom-option{display:block}
.product-view .product-options dl dd{padding:0 20px 12px}
.product-collateral > *{margin-bottom:20px}
.product-collateral > *:last-child{margin-bottom:0}
.product-collateral h2.tit{display:block;padding:10px;margin-bottom:10px;font-size:15px;color:#222;background:#eee}

.product-view .box-jointsales{padding: 30px 5px;    background-color: #fff;}
.product-view .box-jointsales h2.tit{width: 254px;font-family: Arial;font-size: 16px;font-weight: bold;line-height: 1.56;text-align: left;color: #666666;margin:0px 0px 0px 14px;}
.requirements-compatibilities{background-color: #fff;padding:20px 0px 0px 23px;
    height: 100px;margin-top: 50px;margin-bottom: 20px;}

.requirements-compatibilities p.re{ font-family: Arial;float:left;text-transform: uppercase;
    font-size: 16px;font-weight: bold;line-height: 1.25;text-align: left;color: #333333;width: 146px;
    height: 32px;margin-top:10px}
.requirements-compatibilities span.sep{float:left;display: inline-block;width: 1px;
    height: 58px;border:1px solid #eaeaea;margin:0px 20px;}
.requirements-compatibilities i.se{background:url(../images/keyboard-right-arrow-button-copiar.png) no-repeat;height: 37px;width: 38px;display: inline-block;float:left;margin:10px 20px 0px 20px;}
.requirements-compatibilities p.re1{font-size: 14px;color:#333333;width: 366px;height: 54px;float:left;}
.requirements-compatibilities p.re2{font-size: 14px;color:#333333;width: 238px;height: 54px;float:left;margin-top:8px;}

@media screen and (max-width: 1331px) {
    .requirements-compatibilities p.re{font-size: 14px;width: 131px;}
    .requirements-compatibilities p.re1{font-size: 12px;width: 314px;}
    .requirements-compatibilities p.re2{font-size: 12px;width: 167px;}
}
@media screen and (max-width: 1199px) {
    .requirements-compatibilities p.re{font-size: 12px;width: 110px;}
    .requirements-compatibilities p.re1{font-size: 10px;width: 263px;}
    .requirements-compatibilities p.re2{font-size: 10px;width: 118px;}
    .requirements-compatibilities i.se{margin:10px 15px 0px 15px}
    .requirements-compatibilities span.sep{margin:0 15px;}
}
@media screen and (max-width: 991px) {
    .requirements-compatibilities p.re1{font-size: 10px;    width: 143px;}
    .requirements-compatibilities{margin-top:45px;}
}
@media screen and (max-width: 768px) {
    .requirements-compatibilities{height: auto;}
    .requirements-compatibilities i.se{display: none;}
    .requirements-compatibilities span.sep{display: none;}
    .requirements-compatibilities p.re{font-size: 14px;width: 100%;}
    .requirements-compatibilities p.re1{font-size: 12px;width: 100%;}
    .requirements-compatibilities p.re2{font-size: 12px;width: 100%;}

}


.comprejunto{padding-left:10px}
.comprejunto > li:first-child{border-top:0px solid #EEEEEE;}
.comprejunto > li{position:relative;border-top:1px solid #eeeeee;}
.comprejunto > li:before{position:absolute;top:65px;left:-10px;display:block;height:100%;border-left:1px solid #ddd;content:''}
.comprejunto > li:last-child:before{display:none}
.comprejunto h3.atual{display:block;font-size:18px;padding-bottom:10px;color:#000;margin-left:-10px}
.comprejunto .produtos{position:relative;padding:34px 10px 34px 10px;background:#f5f5f5;}
.comprejunto .produtos:before{position:absolute;top:0;left:-10px;display:block;height:55px;border-left:1px solid #ddd;content:''}
.comprejunto .produtos button span span:before{position:relative;top:-3px;content:'';display:inline-block;vertical-align:middle;margin-right:10px;width:30px;height:30px;background:url(../images/bg.png) no-repeat 0 -70px}
.comprejunto .produtos button{width: 150px;height: 35px;padding: 10px 8px 23px 0px;background-color: #ffd545;color: #594500;display:block;text-align:center;text-transform:uppercase;margin-top:10px;}
.comprejunto .produtos button i.empty-cart-1{background:url(../images/icons/empty-shopping-cart-hover.png) no-repeat;display: inline-block;height: 13px;width: 22px;height: 19px;}

.comprejunto .produtos button:hover{background-color:#ffc600;}
.comprejunto .produtos button span{font-family: Arial;font-size: 12.3px;font-weight: bold;line-height: 1.43;text-align: left;color: #594500;    vertical-align: top;}
@media screen and (max-width: 991px) {
    .comprejunto .produtos button{width: 100%;}
    .comprejunto .produtos button span{font-size: 11.3px;}
}

.comprejunto .valores{position:relative;top:-4px;float:right;margin-right:10px;width:180px;font-size:13px;color:#000;text-align:right}
.comprejunto .valores .avista{margin-bottom:10px}
.comprejunto .valores .avista .price{display:block;font-weight:700;font-size:16px}
.comprejunto .vantagens{position:relative;top:20px;float:right;margin-right:20px;width:200px;font-size:13px;color:#000}
.comprejunto .vantagens .todos-juntos{color:#777;font-size:12px;margin-bottom:5px}
.comprejunto .vantagens .economize{font-weight:600;margin-top:5px}
.comprejunto .juntos{position:relative;margin-right:630px}
.comprejunto .juntos:before{position:absolute;top:44px;left:-20px;display:block;width:8px;border-top:1px solid #ddd;content:''}
.comprejunto .juntos ul li{position:relative;float:left;width:90px;margin:0 10px 10px 0}
.comprejunto .juntos ul li a{display:block}
.comprejunto .juntos ul li img{display:block;background:#fff;width: 100%;}
.comprejunto .juntos ul li a:hover img{box-shadow:0 0 15px rgba(0,0,0,.3)}
.comprejunto .juntos ul li .more{display:block;width:30px;height:30px;position:absolute;top:30px;left:-20px;font-size:20px;font-weight:300;text-align:center;line-height:30px;color:#999}
.comprejunto .nomes{padding:0 10px 10px;font-size:0}
.comprejunto .nomes .more{margin:0 5px;display:inline-block;font-size:14px}
.comprejunto .nomes a{font-weight:600;font-size:12px;display:inline-block}
.comprejunto .nomes a:hover{text-decoration:underline}
.comprejunto .juntos ul li .more{background:url('../images/icons/icon-more.png') no-repeat;height: 23px;width: 23px;display: block;left: -50px;top: 59%;margin-top: -25px;}

@media screen and (max-width: 1331px) {
    .comprejunto .juntos ul li .more{left: -47px;}
}

@media screen and (max-width: 991px) {
    .comprejunto .juntos ul li .more{background:url('../images/icons/icon-more.png') no-repeat;height: 23px;width: 23px;display: block;left: -66px;top: 59%;margin-top: -25px;}
}
.comprejunto .title,
.comprejunto .title a{width: 114px;height: 31px;font-family: Arial;font-size: 14px;line-height: 1.43;text-align: left;color: #666666;}
.comprejunto .juntos ul li div > span{display: inline-block;font-size: 13px;vertical-align: middle;width: 50%;font-family: Arial;font-size: 14px;line-height: 1.43;text-align: left;color: #666666;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.comprejunto .juntos ul li div > span.img{margin-right: 17px;width: 84px;}
.comprejunto .juntos ul li div > span.info{width: 47%;}
.comprejunto .juntos ul li div > span a{font-family: Arial;font-size: 14px;line-height: 1.43;text-align: left;color: #666666;}
.comprejunto .juntos ul li div > span a:hover{text-decoration: none;}
.comprejunto .juntos,
.comprejunto .valores{    display: inline-block;    float: none;    margin: 0;    -moz-box-sizing: border-box;    -webkit-box-sizing: border-box;    box-sizing: border-box;   vertical-align: middle;}
.comprejunto .juntos{width: 76.530%;}
.comprejunto .valores{    width: 23.469%;    text-align: left;}
.comprejunto .juntos ul{padding:0px;}
.comprejunto .valores span.price{ width: 80px;height: 19px;font-family: Arial;font-size: 20.4px;font-weight: bold;text-align: left;color: #ed7819;}

@media screen and (max-width: 1331px) {
    .comprejunto .juntos ul li div > span.img{margin-right: 5px;display: inline-block;}
}
.product-collateral .box-additional h2.tit{margin-bottom:0}
table.adicional{width:100%;border:1px solid #ddd;border-width:1px 1px 0 0;font-size:13px}
table.adicional tr th{padding:20px;text-align:left;font-weight:700;color:#000;border:1px solid #ddd;border-width:0 0 1px 1px}
table.adicional tr td{padding:20px;text-align:left;color:#555;border:1px solid #ddd;border-width:0 0 1px 1px}
#customer-reviews{font-size:12px}
#customer-reviews h3{display:block;padding-bottom:10px}
#customer-reviews h3 small{margin-left:5px;font-size:10px;font-weight:normal;color:#666}
#customer-reviews .form-add{width:220px;float:left;padding:10px;background:#f5f5f5}
#customer-reviews .form-add h4{padding:10px 0;border-top:1px solid #ccc;display:block;font-weight:600}
#customer-reviews .form-add h4 em{font-style:normal;font-size:10px;color:#000;margin-right:5px}
#customer-reviews .form-add form button{font-size:12px;padding:10px;width:100%}
#customer-reviews .notas{display:block;height:26px;width:100px;font-size:0;white-space:nowrap}
#customer-reviews .notas li{overflow:hidden;display:inline-block}
#customer-reviews .notas li input{visibility:hidden}
#customer-reviews .notas li strong{cursor:pointer;display:block;height:16px;width:20px;background:url(../images/bg.png) no-repeat -10px -50px}
#customer-reviews .notas li strong.e2{background-position:-30px -50px}
#customer-reviews .notas li strong.e3{background-position:-50px -50px}
#customer-reviews .notas li strong.e4{background-position:-70px -50px}
#customer-reviews .notas li strong.e5{background-position:-90px -50px}
#customer-reviews .notas li strong.on{background-position:-10px -30px}
#customer-reviews .notas li strong.e2.on{background-position:-30px -30px}
#customer-reviews .notas li strong.e3.on{background-position:-50px -30px}
#customer-reviews .notas li strong.e4.on{background-position:-70px -30px}
#customer-reviews .notas li strong.e5.on{background-position:-90px -30px}
#customer-reviews .avalist{margin-left:250px;padding-top:10px}
#customer-reviews .avalist .nenhuma{font-size:12px;color:#111}
#customer-reviews .avalist ul li{padding:10px;background:#f5f5f5;margin-bottom:10px}
#customer-reviews .avalist ul li:last-child{margin-bottom:0}
#customer-reviews .avalist ul li .tit{padding-bottom:10px}
#customer-reviews .avalist ul li .tit strong{font-size:14px;color:#333;display:inline-block;vertical-align:middle}
#customer-reviews .avalist ul li .tit .nota{display:inline-block;vertical-align:middle;margin-left:10px}
#customer-reviews .avalist ul li > small{display:block;padding-bottom:20px}
#customer-reviews .avalist ul li > small strong{color:#333}
#customer-reviews .avalist ul li .txt{position:relative;display:block;padding:10px 0 0;border-top:1px solid #ccc;font-size:14px;line-height:1.3em}
#customer-reviews .avalist ul li .txt:before{position:absolute;top:-16px;left:20px;display:block;width:0;height:0;border:8px solid transparent;border-bottom-color:#ccc;content:''}
#customer-reviews .avalist ul li .txt:after{position:absolute;top:-14px;left:20px;display:block;width:0;height:0;border:8px solid transparent;border-bottom-color:#f5f5f5;content:''}
.comprar-quicklabel{display:none;position:fixed;top:40%;right:0;z-index:99999;background:#eee;padding:20px;width:180px;font-size:12px;box-shadow:0 5px 10px rgba(0,0,0,.4);color:#000}
.comprar-quicklabel .add-to-cart{margin:0}
.comprar-quicklabel .add-to-cart button{margin:10px 0 -20px -20px;width:220px;height:auto;line-height:60px;font-size:18px}
.plusminus_review{margin-top:20px;position:relative;background:url(../images/loader.gif) no-repeat center}
.plusminus_review *{opacity:0}
.plusminus_review.done{background:none}
.plusminus_review.done *{opacity:1}
.plusminus_review #donutchart,
.plusminus_review #donutchart_voted{border-radius:100%;box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 6px rgba(0,0,0,.1);margin:0 auto 10px;position:relative;z-index:1}
.plusminus_review .porcem{position:absolute;top:0;left:0;right:0;z-index:2;text-align:center;line-height:80px}
.plusminus_review .totais{font-size:11px;text-align:center}
.plusminus_review .totais .all{margin-bottom:5px}
.plusminus_review .totais .sep{margin:0 3px}
.plusminus_review .gostei,
.plusminus_review .ngostei{position:absolute;top:40px;left:50%;z-index:3;margin:-15px 0 0 45px}
.plusminus_review .ngostei{left:auto;right:50%;margin:-15px 45px 0 0}
.plusminus_review .gostibt{display:block;position:relative;height:30px;width:40px;border-radius:3px}
.plusminus_review .gostibt:before{margin:-2px auto 0;display:block;width:20px;height:20px;background:url(../images/bg.png) no-repeat -100px -160px;content:''}
.plusminus_review .gostibt.ngosti:before{margin-top:0;background-position:-120px -160px}
.plusminus_review .gostibt span{display:none}
.plusminus_review .review-loading{position:absolute;top:25px;left:50%;border-radius:100%;box-shadow:0 0 0 10px #fff;z-index:4;margin-left:-15px;display:block;width:30px;height:30px}
.plusminus_review .plusminus_review_voted{position:absolute;top:110%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);padding:0 10px;border-radius:40px;line-height:20px;white-space:nowrap;font-size:11px;color:#fff;background:#629fd6}
.plusminus_review .plusminus_review_voted:before{content:'';position:absolute;bottom:100%;left:50%;margin-left:-5px;display:block;width:0;height:0;border:5px solid transparent;border-bottom-color:#629fd6}

/*Garantia Extendida*/
.product-view #box-warranty{display:block;margin:10px 0;padding:10px;border:1px solid #f6f6f6;background:#fbfbfb}
.product-view #box-warranty > span{display:block;color:#333;font-size:14px;padding-bottom:10px;border-bottom:1px solid #ccc;margin-bottom:10px}
.product-view #box-warranty > span > a.warranty-link{font-size:12px;margin:0 10px;color:#888}
.product-view #box-warranty > span > a.warranty-link:hover{text-decoration:underline}
.product-view #box-warranty > ul.extendedwarranty li{margin:5px 0;font-size:12px}
body.product-configurable .product-view #box-warranty{margin:5px 285px 10px 0}

/*forms*/
label{display:inline-block;position:relative}
form .fieldset{padding-bottom:20px}
form .legend{margin-bottom:10px}
ul.form-list li{display:table;width:100%;padding-bottom:10px;float:none}
.checkoutcontainer ul.form-list li{display:block}
.checkoutcontainer ul.form-list li img{max-width:250px}
ul.form-list li:last-child{padding-bottom:0}
ul.form-list li .field{float:left;width:48%;margin-left:4%}
ul.form-list li.fixfloat .field{margin-bottom:10px}
ul.form-list li .field:first-child,
ul.form-list li .field:nth-child(2n+1){margin-left:0}
ul.form-list li label{display:block;font-size:12px;color:#000;font-weight:600;padding-bottom:5px}
ul.form-list li label em{font-style:normal;font-size:10px;color:#000;margin-right:5px}
ul.form-list li label small{font-size:10px;color:#777;font-weight:400}
.input-box{position:relative}
.input-box input[type=text],
.input-box input[type=email],
.input-box input[type=password],
.input-box textarea,
.input-box select,
.input-box .fakeSelect{display:inline-block;width:100%}
.input-box textarea{height:90px}
.input-box label{display:block}
ul.form-list li .input-postcode {position:relative}
ul.form-list li .input-postcode .naosei {position:absolute;right:-100%;top:50%;color:#006b3e;}
ul.form-list li .input-postcode .naosei:hover {text-decoration:underline}
ul.form-list li .customer-dob{width:150px;max-width:100%}
ul.form-list li .customer-dob > div{position:relative;width:27%;float:left;margin-left:5%}
ul.form-list li .customer-dob > div:first-child{margin-left:0}
ul.form-list li .customer-dob > div.dob-year{width:36%}
ul.form-list li .customer-dob > div label{font-size:10px;font-weight:700;display:block;text-align:center;opacity:.8}
ul.form-list li .customer-dob input{text-align:center;padding:10px 0}
.validation-advice{display:block;width:100px;background:#c91209;font-size:10px;color:#fff;padding:10px;position:absolute;bottom:120%;left:0;z-index:20}
.validation-advice:before{position:absolute;top:100%;left:10px;display:block;width:0;height:0;border:5px solid transparent;border-top-color:#c91209;content:''}
.customer-dob .dob-month .validation-advice,
.customer-dob .dob-year .validation-advice{display:none}
.cart .shipping label.cep .validation-advice{left:25px}
.button-set p.required,
.buttons-set p.required{display:block;padding:0 0 10px;font-size:12px}
.button-set button,
.buttons-set button{display:inline-block;font-size:12px;padding:20px}
.button-set a.left,
.buttons-set a.left{display:inline-block;background:rgba(0,0,0,.5);color:#fff;font-size:12px;padding:15px}
.button-set a.left:hover,
.buttons-set a.left:hover{background:rgba(0,0,0,.8)}

/*texto*/
.std{line-height:1.3em}
.std p{margin-bottom:10px;line-height:1.3em}
.std ol,
.std ul{margin:0 0 5px;padding:0px;}
.std ol li{list-style:decimal inside;margin-bottom:5px}
.std ul li{list-style:disc inside;margin-bottom:5px}
.std > *:last-child{margin-bottom:0!important}
.std table{border:1px solid #ddd;border-width:1px 1px 0 0;color:#666;font-size:13px;margin:0 0 10px}
.std table th,
.std table td{border:1px solid #ddd;border-width:0 0 1px 1px;padding:10px;vertical-align:middle;text-align:center;line-height:1.3em}
.std table th{font-size:14px;color:#444;font-weight:600;background:#fafafa}
.std table img{max-width:none}
.std strong{color:#333}
.std h1,
.std h2,
.std h3,
.std h4,
.std h5,
.std h6{color:#333;margin-bottom:10px}
.std h1{font-size:200%}
.std h2{font-size:180%}
.std h3{font-size:16px}
.std h4{font-size:140%}
.std h5{font-size:120%}
.std h6{font-size:100%}
.std iframe,
.std object,
.std embed,
.std video{margin:0 0 10px;width:100%!important;height:auto}
.std p iframe,
.std p object,
.std p embed,
.std p video{margin:10px 0 0}

/*carrinho*/
body.checkout-cart-index ul{list-style:none;padding-left:0px;}
.cart-table{margin-bottom:5px}
.cart-table .col1,
.cart-table .col2,
.cart-table .col3{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.cart-table .col1{float:left;width: 47%;}
.cart-table .col2{float:left;width:13%;}
.cart-table .col3{float:left;width:10%}
.cart-table .cart-header{color:#222;font-weight:700;margin-bottom:5px;    border-bottom: 2px solid #ebebeb;}
.cart-table .cart-header h3{font-size:16px;display:block;padding:10px 20px;margin:0px;}
.cart-table .produtos li.item{margin-bottom:13px;min-height: 155px;padding-top:18px;background-color: #ffffff;}
.cart-table .produtos li.item:last-child{margin-bottom:0}
.cart-table .produtos .col1,
.cart-table .produtos .col2,
.cart-table .produtos .col3{padding:20px}
.cart-table .produtos .remover a span:before{position:relative;top:-3px;content:'';display:inline-block;vertical-align:middle;margin-right:5px;width:22px;height:19px;background:url(../images/icons/icon_lixo.png) no-repeat;}
.btn-remove2-m{position:relative;top:-3px;content:'';display:inline-block;vertical-align:middle;margin-right:5px;width:22px;height:19px;background:url(../images/icons/icon_lixo.png) no-repeat;margin-left: 15px;}
.cart-table .produtos .remover a span{font-size: 14px;color: #666666;}
.cart-table .produtos .remover a:hover{text-decoration: none;}
.cart-table .produtos .img{float:left}
.cart-table .produtos .img img{display:block;background:#fff;}
.cart-table .produtos .info{margin:0px}


.cart-table .produtos .info h2.product-name{display:block;font-size:14px;font-weight:normal;line-height:1.2em}
.cart-table .produtos .info h2.product-name a{display: block;overflow: hidden; font-size: 16px;text-align: left;color: #333333;font-weight: normal;padding-left: 15px;}
.cart-table .produtos .info dl{padding-top:10px;font-size:12px;display:table;width:100%}
.cart-table .produtos .info dt{clear:left;float:left;padding-bottom:5px;font-weight: normal;}
.cart-table .produtos .info dd{float:left;font-weight:normal}
.cart-table .produtos .info dd:before{position:relative;top:-1px;content:'';display:inline-block;vertical-align:middle;width:3px;height:6px;margin:0 7px 0 5px;background:url(../images/bg.png) no-repeat -167px -7px}
.cart-table .produtos .actions{float:right;width:160px}
.cart-table .produtos .qty{position:relative;float:left;}
.cart-table .produtos .qty input{display:block;width:26px;height:26px;border:1px solid #dddddd;font-size:16px;font-weight:normal;text-align:center;line-height:35px;float:left;}
.cart-table .produtos .qty button{cursor:pointer;display:block;width:26px;height:26px;color:#333;font-size:16px;font-weight:700;text-align:center;line-height:17px;float:left;}
.cart-table .produtos .qty a{padding-top:4px;cursor:pointer;display:block;width:26px;height:26px;color:#333;font-size:16px;font-weight:700;text-align:center;line-height:17px;float:left;}
.cart-table .produtos .qty .less{top:18px}
.cart-table .produtos .qty button:hover{background:#fff;}
.cart-table .produtos .qty a:hover,.cart-table .produtos .qty a:focus{background:#fff;text-decoration: none;}
.cart-table .produtos .wishlist{float:left;margin-left:17px}
.cart-table .produtos .wishlist label{cursor:pointer;display:block;width:35px;height:35px;overflow:hidden;background:#ccc}
.cart-table .produtos .wishlist label strong{position:relative;top:7px;display:block;width:20px;height:20px;margin:0 auto;background:url(../images/bg.png) no-repeat -130px -70px}
.cart-table .produtos .wishlist label input{position:absolute;left:-999px}
.cart-table .produtos .wishlist label:hover{background:#ddd}
.cart-table .produtos .remove{float:left;margin-left:17px}
.cart-table .produtos .remove a{display:block;width:35px;height:35px;background:#ccc}
.cart-table .produtos .remove a > span{position:relative;top:12px;display:block;width:16px;height:14px;margin:0 auto;background:url(../images/bg.png) no-repeat -110px -74px}
.cart-table .produtos .remove a span span{position:absolute;top:-4px;right:0;display:block;width:16px;height:3px;background:url(../images/bg.png) no-repeat -110px -70px;content:'';-webkit-transform-origin:right bottom;-moz-transform-origin:right bottom;-o-transform-origin:right bottom;-ms-transform-origin:right bottom}
.cart-table .produtos .remove a:hover span span{-webkit-transform:rotate(35deg);-moz-transform:rotate(35deg);-o-transform:rotate(35deg);-ms-transform:rotate(35deg)}
.cart-table .produtos .remove a:hover{background:#ddd}
.cart-table .produtos .subtotal{font-size:14px;color:#333}
.cart-table .produtos .total{font-size:14px;font-weight:normal;color:#333}
.cart-table .produtos .total .a-left .cart-price .price{
    font-weight:bold;}
.cart-table .produtos .total .a-right{text-align:right}
.cart-footer{margin-bottom:20px;padding:25px 0px 30px 0px;float:right;width: 325px;}
.cart .vendas-cruzadas{clear:both;}
.cart .shipping{padding:0px 20px 20px 0px;font-size:12px;float:left;width: 472px;margin-top:22px;}
.cart .shipping .shipping-form{width:100%;float:right;}
.cart .shipping #shipping-zip-form{padding-bottom:0px;}

.cart-footer .shipping{width: 100%;}

.cart #co-shipping-method-form{    background-color: #fff;padding-left: 17px;    width: 68%;padding-bottom: 2px;}
.cart #co-shipping-method-form .checkbox label{padding-left:1px;}
.cart .shipping h3{display:block;padding-bottom:20px;font-size:13px}
.cart .shipping label.cep{float:left;color:#333333;text-transform: lowercase;}
.cart .shipping label.cep input{  width: 121px;height: 45px;border: solid 1px #e5e5e5;color:#666666;font-size: 16px;font-weight: normal;}
.cart .shipping #shipping-zip-form button{
    position:relative;display:block;float:left;
    width:100px;height:45px;
    font-size: 12.3px;font-weight: bold;
    color: #594500;
    background-color: #ffd545;

}

.cart .shipping .shipping-form .aviso-restricao-cep {
    margin-top: 10px;border: 3px solid #eee;
    padding: 3px;position: absolute; width: 452px;
    background-color: #fff;left: 325px;top: 2px;
}


.cart-table .produtos .col2.qty-change span.spanqty{display: none;}
@media screen and (max-width: 1331px) {
    .cart .shipping .shipping-form{width:100%;float:right;}
    .cart-table .col3{float:left;width: 12%;}
    .cart-table .produtos .info{margin:0px}
    .cart .shipping .shipping-form .aviso-restricao-cep{width: 382px;}
}
@media screen and (max-width: 1199px) {
    .cart .shipping label.cep input{width: 199px}
    .cart-table .col1{float:left;width: 41%;}
    .cart-table .col2{width: 132px;}
    .cart-table .col3{float:left;width: 14%;}
    .cart-table .produtos .info{margin:0px}
    .cart-table .produtos .info .extras{display: none;}
    .cart .shipping .shipping-form .aviso-restricao-cep{width: 280px;left: 305px;}
}
@media screen and (max-width: 991px) {
    .cart-table .col1{width: 38%;}
    .cart-table .col3{width: 127px;}
    .cart-table .col2{width: 104px;}
    .cart-table .produtos .qty input{width: 20px;height: 20px;}
    .cart-table .produtos .qty button{width: 20px;height: 20px;}
    .cart-table .produtos .info{margin:0px;}
    .cart-table .produtos .info .extras{display: none;}
    .cart .shipping .shipping-form{width:100%;float:right;}
    .cart .shipping label.cep input{padding-left:5px;  width: 123px;height: 38px;border: solid 1px #e5e5e5;color:#666666;font-size: 16px;font-weight: normal;}
    .cart .shipping #shipping-zip-form button{position:relative;display:block;float:left;width:100px;height:38px;
        font-size: 12.3px;font-weight: bold;color: #fff;}
    .cart .shipping{width: 393px;}
    .cart #co-shipping-method-form{width: 83%;}
    .cart-footer .shipping{width: 100%;}
    .cart .shipping .shipping-form .aviso-restricao-cep{position: inherit;width: 100%;left: 0px;border:none;}
}
@media screen and (max-width: 767px) {
    .cart .shipping .shipping-form{width:100%;float:none;margin-top:50px;border-top:1px solid #eeeeee;padding-top:20px;}
    .cart-table .cart-header{display: none;}
    .cart-table .col1{width: 100%;}
    .cart-table .col3{width: 127px;}
    .cart-table .col2{width: 105px;}
    .cart .shipping label.cep input{width: 95px;}
    .cart .shipping #shipping-zip-form button{width: 75px;}
    .cart-footer{margin-bottom:20px;padding:0px;width: 100%;}
    .cart .shipping{padding:0px;width: 100%;margin-bottom: 20px;}
    .cart-table .produtos .col1,
    .cart-table .produtos .col2,
    .cart-table .produtos .col3{padding:0px;}
    .cart-table .produtos .col2.subtotal{display: none;}
    .cart-table .produtos .col2.total{font-size: 16pt;position: relative;top: -52px;  left: -6px;}
    .cart-table .produtos .info h2.product-name{margin:0px;}
    /*.cart-table .produtos .col2.qty-change{position: relative; top: -19px;   left: 58px;}*/
    .cart-table .produtos .col2.qty-change {float: left;margin-left: 115px;margin-top: -45px;width: 200px;}
    .cart-table .produtos .col3{float: left;margin-left: 115px;margin-top: -90px;width: 200px;}
    .cart-table .produtos .col2.qty-change span.spanqty{display: inline-block;float:left;}
    .cart-table .produtos .col3.remover{position: relative;top: -16px;left: 51px;width: 16px;overflow: hidden;height: 19px;}
    .cart-table .produtos .col3.remover a{}
    .cart-table .produtos .remover a span:before{width: 14px;}
    .cart-table .produtos .col3.remover a span{color:#fff;    overflow: hidden;width: 14px;height: 20px;display: block;}
    .cart #co-shipping-method-form{width: 100%;}
}

.cart .shipping .naosei{position:absolute;top:15px;left:155px;font-size:10px;color:#999}
.cart .shipping .naosei:hover{text-decoration:underline}
.cart #co-shipping-method-form dl{border-top:1px solid #eeeeee;padding-top:0px}
.cart #co-shipping-method-form dl dt{display:block;padding-bottom:10px;font-weight:700}
.cart #co-shipping-method-form dl dd ul{padding-bottom:10px}
.cart #co-shipping-method-form dl dd ul:last-child{padding-bottom:0}
.cart #co-shipping-method-form dl dd ul li{padding-bottom:5px}
.cart #co-shipping-method-form dl dd ul li:last-child{padding-bottom:0}
.cart #co-shipping-method-form dl dd ul li .price{font-weight:700}
.cart #co-shipping-method-form dl dd ul li .price:before{position:relative;top:-2px;content:'';display:inline-block;vertical-align:middle;width:3px;height:6px;margin:0 7px 0 5px;background:url(../images/bg.png) no-repeat -167px -7px}

.cart #co-shipping-method-form dl dd ul li.checkbox label::after{    left: 2px;top: -3px;margin-left: -21px;padding-left: 2px;padding-top: 2px;}
.cart #co-shipping-method-form dl dd ul li.checkbox input[type="checkbox"]:checked + label::after,
.cart #co-shipping-method-form dl dd ul li.checkbox input[type="radio"]:checked + label::after{left: 1px;top: -3px;margin-left: -21px;padding-left: 2px;padding-top: 2px;}

.cart #co-shipping-method-form div.buttons-set{display:none}
.cart #co-shipping-method-form button{font-size:12px;padding:10px}
.cart #discount-coupon-form{float:right;width:270px;min-height:79px;margin-right:5px;padding:20px;background:#f5f5f5}
.cart #discount-coupon-form h3{display:block;padding-bottom:20px;font-size:13px}
.cart #discount-coupon-form .input-box{float:left;position:relative}
.cart #discount-coupon-form .input-text{width:180px}
.cart #discount-coupon-form button{position:relative;display:block;float:left;width:30px;height:30px}
.cart #discount-coupon-form button span{position:absolute;top:5px;left:5px;display:block;width:20px;height:20px;background:url(../images/bg.png) no-repeat -150px -70px}
.cart #discount-coupon-form button[title*=cancelar]{margin-left:2px}
.cart #discount-coupon-form button[title*=cancelar] span{top:0;left:0;width:30px;height:30px;background:url(../images/bg.png) no-repeat -30px -130px}
.cart .totals{float:none;width:100%}
.cart .totals .shopping-cart-totals-table .subtotal{text-align: center;padding:25px 35px 0px;background-color: #fff;}
.cart .totals .shopping-cart-totals-table .subtotal p{margin:0px 0px -6px;font-size: 18px;color: #333333;
    border-bottom:1px solid #ebebeb;padding-bottom: 22px;display: inline-block;width: 100%;}
.cart .totals .shopping-cart-totals-table .subtotal p strong{float:right;}
.cart .totals .shopping-cart-totals-table .subtotal p span.fl{float:left;}
.cart .totals .shopping-cart-totals-table .subtotal p span.clr{clear:both;}
.cart .totals .shopping-cart-totals-table .discount-extras{text-align: right;padding:25px 35px 0px;background-color: #fff;}
.cart .totals .shopping-cart-totals-table .discount-extras p{margin:0px 0px -6px;font-size: 18px;color: #333333;display: inline-block;width: 100%;    border-bottom: 1px solid #ebebeb;padding-bottom: 22px;}
.cart .totals .shopping-cart-totals-table .discount-extras p strong{float:right;}
.cart .totals .shopping-cart-totals-table .desconto{text-align: right;padding:25px 35px;background-color: #fff;display: inline-block;width: 100%;}
.cart .totals .shopping-cart-totals-table .desconto p{margin:0px 0px -6px;font-size: 18px;color: #333333;}
.cart .totals .shopping-cart-totals-table .desconto p strong{float:right;}
.cart .totals .shopping-cart-totals-table .total{text-align: center;padding:20px 35px;background-color: #f1f1f1;}
.cart .totals .shopping-cart-totals-table .total p{margin:0px;font-size: 18px;color: #333333;font-weight: bold;}
.cart .totals .shopping-cart-totals-table .shipping{text-align: center;padding:25px 35px 0px;background-color: #fff;float:none;margin-top:0px;}
.cart .totals .shopping-cart-totals-table .shipping p{margin:0px;font-size: 18px;color: #333333;padding-bottom: 22px;display: inline-block;width: 100%;}
.cart .totals .shopping-cart-totals-table .shipping p strong{float:right;}
.cart .totals .shopping-cart-totals-table p{margin:0px;}
.cart .totals .shopping-cart-totals-table .total p{font-size: 24px;font-weight: normal;display: inline-block;width: 100%;}
.cart .totals .shopping-cart-totals-table .total p strong{float:right;}
.cart .totals .shopping-cart-totals-table .total p.preco-parcelado-cart {font-size:16px; margin-top:8px; color:#3754db; text-align: center; }
.cart .totals .wrap-links{padding-top:1px;background-color:#fff;}
.cart .totals .wrap-links .continuar-comprando{float:left;width:132px}
.cart .totals .wrap-links .continuar-comprando button{display:block;width:132px;height:70px;padding:20px 0 20px 20px;font-size:12px;line-height:1.2em;font-weight:600;text-align:left}
.cart .totals .wrap-links .checkout-types{float:none;width:100%;}
.cart .totals .wrap-links .checkout-types button.btn{width: 100%;height: 40px;text-transform: uppercase;}
.cart .totals .wrap-links .checkout-types li{text-align: center;    padding: 20px 0px;}
.cart .totals .wrap-links .checkout-types .btn-checkout{display:block;width:212px;height:70px;line-height:30px;padding:20px;font-size:24px;font-weight:400;text-transform:lowercase;text-align:center}
.cart .totals .wrap-links .checkout-types .btn-checkout > span:before{position:relative;top:-3px;content:'';display:inline-block;vertical-align:middle;margin-right:10px;width:30px;height:30px;background:url(../images/bg.png) no-repeat 0 -100px}
body.checkout-cart-index .news-letter{display:none;}
.crosssell > h2{display:block;padding:10px;margin-bottom:10px;font-size:15px;color:#222;background:#eee}
.cart-empty{position:relative;padding:20px 20px 20px 70px;background:#f5f5f5;margin-bottom:200px;}
.cart-empty:before{position:absolute;top:50%;left:20px;margin-top:-15px;display:block;width:30px;height:30px;background:url(../images/bg.png) no-repeat -30px -100px;content:''}
.cart-empty p{padding-bottom:10px;font-size:12px}
.cart-empty p:last-child{padding-bottom:0}
.cart-empty p a{font-weight:700}
.cart #loading-cart{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:9999;background:#fff url(../images/loader.gif) no-repeat center;opacity:0.9}
.cart li.notice-msg-giftreg{display:none}
@media screen and (max-width: 767px) {
    .cart .totals .wrap-links .checkout-types{width: 100%;}
    .cart .totals .wrap-links .checkout-types button.btn{float:none;width:100%;}
    .cart .totals .shopping-cart-totals-table .subtotal p{font-size: 13pt;}
    .cart .totals .shopping-cart-totals-table .subtotal{padding:15px 10px;}
    .cart .totals .shopping-cart-totals-table .discount-extras p{font-size: 13pt;}
    .cart .totals .shopping-cart-totals-table .discount-extras{padding:15px 10px;}
    .cart .totals .shopping-cart-totals-table .desconto p{font-size: 13pt;}
    .cart .totals .shopping-cart-totals-table .desconto{padding:15px 10px;}
    .cart .totals .shopping-cart-totals-table .shipping p{font-size: 13pt;}
    .cart .totals .shopping-cart-totals-table .shipping{padding:15px 10px;}
    .cart .totals .shopping-cart-totals-table .total p{font-size: 15pt;}
    .cart .totals .shopping-cart-totals-table .total{padding:15px 10px;}
}

/*topo mínimo*/
body.min-header .nav-container1,
body.min-header .header .listadesejos,
body.min-header .header .suacesta,
body.min-header .header .suaconta,
body.min-header .header .fluid .login,
body.min-header .header .fluid .busca,
body.min-header .prefooter-container,
body.min-header .colsfooter,
body.min-header #quick-top{display:none!important}
body.min-header .header,
body.min-header .header-container{height:100px}

/*finalização*/
.onestepcheckout-title{font-weight:700;font-size:20px;color:#222;display:block;margin-bottom:20px}
.onestepcheckout-description{font-size:13px;margin-bottom:20px}
.onestepcheckout-login-link{margin-bottom:20px;background:#f5f5f5}
.onestepcheckout-login-link a{display:inline-block;width:260px;padding:20px 30px;color:#fff;font-size:13px;text-align:center;background:rgba(0,0,0,.6)}
.onestepcheckout-login-link a:hover{color:#fff;background:rgba(0,0,0,.9)}
.onestepcheckout-threecolumns{margin:50px auto;font-size:12px;overflow:hidden}
.onestepcheckout-threecolumns > div{float:left;width:32%;padding:20px 20px;margin:0 0 10px 10px;background:#F9F9F9;}
.onestepcheckout-threecolumns > div:first-child{margin-left:0}
.onestepcheckout-threecolumns .tit{position:relative;display:block;height:13px;padding:15px 0 2px 50px;margin-bottom:20px;font-size:12px}
.onestepcheckout-threecolumns .tit h3{margin:0!important;}
.onestepcheckout-threecolumns .tit mark{position:absolute;left:0;top:15px;display:block;width:30px;height:30px;background:url(../images/bg.png) no-repeat -60px -100px}
.onestepcheckout-threecolumns p.ptit{margin-bottom:20px;border-bottom:1px solid #ccc;padding-bottom:15px;height: 41px;}
.onestepcheckout-threecolumns .onestepcheckout-column-middle .tit mark{background-position:-90px -100px}
.onestepcheckout-threecolumns .onestepcheckout-column-right .tit mark{background-position:-120px -100px}
.onestepcheckout-threecolumns .tit strong{display:block;padding-bottom:10px}
.onestepcheckout-threecolumns .tit p{font-size:11px}
.onestepcheckout-threecolumns h3{display:block;margin-bottom:20px;color:#000;font-size: 15px;}
.onestepcheckout-threecolumns h3.h3-payment-method{display:block;margin-bottom:25px;color:#000;font-size: 15px;}
.onestepcheckout-threecolumns h3.h3-send-method{margin-bottom: 0!important;}
.onestepcheckout-threecolumns .msg-pagtos{display:block;margin-bottom:20px}
.onestepcheckout-threecolumns .validation-failed{border-color:#f00}
.checkoutcontainer br{position:absolute;display:none}
/*.onestepcheckout-shipping-method{margin-bottom:50px}*/
.sep-payment{display: block;height: 7px;overflow: hidden;}
.onestepcheckout-column-middle > div.onestepcheckout-shipping-method,
.onestepcheckout-column-middle > div.payment-methods,
.onestepcheckout-column-right > div.onestepcheckout-summary{position: relative;}
#onestepcheckout-form div.loading-ajax-osc{height:100%;background-color:#000;opacity:0.2;position:absolute;width:103%;margin:0;top:-5px;left:-10px;z-index:10000;border-radius:5px;padding:5px 10px 0;}

@media screen and (max-width: 769px) {
    form .onestepcheckout-threecolumns .fieldset {padding-bottom:0px;}
    .onestepcheckout-threecolumns {margin-top:20px;}
    .onestepcheckout-threecolumns > div{width:100%;margin:0px;padding:10px;}
    .onestepcheckout-threecolumns p.ptit{margin-bottom:20px;border-bottom:1px solid #ccc;padding-bottom:15px;height: 66px;}
}


#checkout-payment-method-load{padding-bottom:20px}
dt.payment-title{color:#333;font-weight:700;display:block;position:relative;z-index:10}
dt.payment-title.off{margin-bottom:10px}
dt.payment-title.on{margin-bottom:0}
dt.payment-title span.info-title{float: left;margin-left: 10px;margin-top: 5px;}
dt.payment-title input{position: absolute;opacity: 0;width: 100%;height: 100%;z-index: 9999;cursor:pointer;}
dt.payment-title img.info-image{float: left;}
dt.payment-title img{cursor:pointer;display:block;border-radius:2px;opacity:.9}
dt.payment-title.off img{opacity:1}
dt.payment-title.on img,
dt.payment-title label:hover img,
dt.payment-title img:hover{opacity:1;}
dt.payment-title img.info-image {height: 25px;}
dd.payment-method{padding-bottom:10px}
dd.payment-method:last-child{padding-bottom:0}
dd.payment-method fieldset{display:block}
dd.payment-method .case{padding:15px 0px 15px 0px;border-top:0;}
dd.payment-method .case p{line-height:1.2em;font-size:13px}
dd.payment-method .case li p{padding-bottom:5px}
dd.payment-method .case li p:last-child{padding-bottom:0}
dd.payment-method .case .transfer label{display:block;font-weight:600;padding-bottom:2px}
dd.payment-method .case .transfer .fakeSelect{width:100%}
dd.payment-method .imgcase{padding-bottom:10px;border-bottom:1px solid #ccc;margin-bottom:10px;text-align:center;font-size:0}
dd.payment-method .imgcase strong{display:block;padding-bottom:5px;font-size:12px}
dd.payment-method .imgcase img{display:inline-block;vertical-align:middle;margin-right:5px}
dd.payment-method .imgcase img:last-child{margin-right:0}
dd.payment-method .moiplist{font-size:13px;font-weight:600}
dd.payment-method .moiplist > li{padding-bottom:20px}
dd.payment-method .moiplist > li:last-child{padding-bottom:0}
dd.payment-method .moipcase{display:none;padding:20px 0;border-bottom:1px solid #ccc;font-weight:400;font-size:12px}
dd.payment-method #moip_credito.moipcase{padding-bottom:0;border:0}
dd.payment-method .moipcase h4{display:block;padding-bottom:5px}
dd.payment-method .moipcase .deblist li{padding-bottom:5px}
dd.payment-method .moipcase .deblist li:last-child{padding-bottom:0}
dd.payment-method .moip-credito-parcelamento ul{padding-top:10px}
dd.payment-method .moip-credito-parcelamento ul li{padding-bottom:5px}
dd.payment-method .moip-credito-parcelamento ul li:last-child{padding-bottom:0}
dd.payment-method .moipdeb{padding-top:10px}
dd.payment-method .moipdeb li{margin-bottom:5px}
dd.payment-method .moipdeb li:last-child{margin-bottom:0}
dd.payment-method .cartaoform{width:240px;margin:0 auto;padding:10px 0}
dd.payment-method .cartaoform .aviso-bandeira-cartao{text-align:center;padding:0 0 10px;font-size:11px;font-weight:600;color:#999}
dd.payment-method .cartaoform > div{margin-bottom:10px}
dd.payment-method .cartaoform > div:last-child{margin-bottom:0}
dd.payment-method .cardGrid{position:relative;width:280px;height:160px;padding:10px;margin:0 0 10px -25px;border-radius:3px;box-shadow:0 1px 6px rgba(0,0,0,.3);background:#b7bfc2 url(../pagtos/bg-card.png) repeat center top}
dd.payment-method .cardGrid:before{display:block;width:50px;height:30px;top:25px;right:25px;position:absolute;background:url(../pagtos/bg-cards.png) no-repeat -220px -50px;content:'';-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none}
dd.payment-method .cardGrid.oksavecard{padding-bottom:40px;box-shadow:0 1px 6px rgba(0,0,0,.3),inset 0 -30px 0 rgba(0,0,0,.6)}
dd.payment-method .cardGrid[title=visa]{background-color:#367bb3}
dd.payment-method .cardGrid[title=visa]:before{width:80px;height:26px;top:28px;right:10px;background-position:0 0}
dd.payment-method .cardGrid[title=master]{background-color:#37647c}
dd.payment-method .cardGrid[title=master]:before{width:69px;height:40px;top:20px;right:15px;background-position:0 -30px}
dd.payment-method .cardGrid[title=amex]{background-color:#58a590}
dd.payment-method .cardGrid[title=amex]:before{width:51px;height:50px;top:15px;right:25px;background-position:-80px 0}
dd.payment-method .cardGrid[title=diners]{background-color:#375284}
dd.payment-method .cardGrid[title=diners]:before{width:72px;height:46px;top:20px;right:15px;background-position:-140px 0}
dd.payment-method .cardGrid[title=hiper]{background-color:#b11522}
dd.payment-method .cardGrid[title=hiper]:before{width:77px;height:34px;top:25px;right:10px;background-position:-140px -50px}
dd.payment-method .cardGrid[title=elo]{background-color:#a9b6b5}
dd.payment-method .cardGrid[title=elo]:before{width:50px;height:50px;top:15px;right:25px;background-position:-220px 0}
dd.payment-method .cardGrid[title=aura]{background-color:#60a6dc}
dd.payment-method .cardGrid[title=aura]:before{width:61px;height:41px;top:20px;right:20px;background-position:-70px -50px}
dd.payment-method .cardGrid label{display:block;white-space:nowrap;padding-bottom:3px;font-size:10px;font-weight:600;text-transform:uppercase;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}
dd.payment-method .cardGrid input[type=text]{color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5);width:100%;border:0;box-shadow:0 0 1px #fff,inset 0 1px 3px rgba(0,0,0,.5)}
dd.payment-method .cardGrid .fakeSelect{width:50px;border:0;box-shadow:0 0 1px #fff,inset 0 1px 3px rgba(0,0,0,.5)}
dd.payment-method .cardGrid .fakeSelect:before{display:none}
dd.payment-method .cardGrid .fakeSelect .selected{margin:0 5px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}
dd.payment-method .cardGrid .savecard{bottom:6px;left:10px}
dd.payment-method .cardGrid .savecard label{text-transform:none}
dd.payment-method .cardGrid > div{position:absolute}
dd.payment-method .cardGrid .num{left:10px;top:20px;width:190px}
dd.payment-method .cardGrid .nome{left:10px;top:70px;width:280px}
dd.payment-method .cardGrid .exp{left:10px;top:120px;width:120px;white-space:nowrap}
dd.payment-method .cardGrid .cod{right:10px;top:120px;width:110px}
dd.payment-method .cardGrid .cod input{width:50px;text-align:center}
dd.payment-method .cardGrid .oqe{position:absolute;top:20px;left:55px;font-size:10px;text-transform:lowercase;font-weight:600}
dd.payment-method .parcelas-cartao label{display:block;font-weight:600;padding-bottom:2px}
dd.payment-method .parcelas-cartao .fakeSelect{width:100%}
dd.payment-method .cardGrid input[type=text],
dd.payment-method .cardGrid .fakeSelect{background:#777d7e;background:rgba(0,0,0,.3)}
dd.payment-method .dividir{margin-bottom:20px}
dd.payment-method .dividir label{cursor:pointer;display:block;text-align:center;line-height:30px;border-radius:3px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}
dd.payment-method .dividir label.ok,
dd.payment-method .dividir label:hover{background:#3b99fc;color:#fff}
dd.payment-method .valor-card{line-height:30px;font-size:13px;margin:10px -10px -2px!important;box-shadow:0 1px 3px rgba(0,0,0,.2);border-radius:3px;position:relative;z-index:10;background:#3b99fc;text-shadow:0 1px 1px rgba(0,0,0,.2);color:#fff;text-align:center}
dd.payment-method .valor-card:before{position:absolute;top:100%;left:50%;margin-left:-6px;display:block;width:0;height:0;border:6px solid transparent;border-top-color:#3b99fc;content:''}
dd.payment-method .valor-card .value{font-weight:700}
.card-entry.second-card{padding-top:10px}
#payment_form_joeblack_moip_standard .parcelas-cartao{padding-bottom:10px}
div.onestepcheckout-summary{padding-bottom:5px}
table.onestepcheckout-summary,
table.onestepcheckout-totals{width:100%}
table.onestepcheckout-summary thead th{background:#ddd;color:#222;text-align:left;padding:15px 10px 15px 10px;}
table.onestepcheckout-summary thead th:first-child{border-left:0}
table.onestepcheckout-summary tbody {border:1px solid #eeeeee;}
table.onestepcheckout-summary tbody td{background:#fff;padding:15px 13px 15px 13px;vertical-align:middle;font-weight:normal;}
table.onestepcheckout-summary tbody td.qty{text-align:center}
table.onestepcheckout-summary tbody td.total{text-align:right}
table.onestepcheckout-summary tbody .onestepcheckout-custom-options{padding-top:10px;font-size:11px;color:#888}
table.onestepcheckout-summary tbody .onestepcheckout-custom-options li{display:block;padding-bottom:3px;font-weight:700}
table.onestepcheckout-summary tbody .onestepcheckout-custom-options li:last-child{padding-bottom:0}
table.onestepcheckout-summary tbody .onestepcheckout-custom-options li b{font-weight:400}
table.onestepcheckout-summary tbody .onestepcheckout-custom-options li b:after{position:relative;top:-1px;content:'';display:inline-block;vertical-align:middle;width:3px;height:6px;margin:0 7px 0 5px;background:url(../images/bg.png) no-repeat -167px -7px}
table.onestepcheckout-totals tbody td{background:#fff;padding:15px 13px 15px 13px;font-size:13px;font-weight:bold;}
table.onestepcheckout-totals tbody tr.grand-total td{background:#303030;padding:15px 13px 15px 13px;font-size:14px;font-weight:bold; color:#fff;}


table.onestepcheckout-totals tbody td.value{text-align:right}
.onestepcheckout-enable-newsletter{padding-bottom:10px}
.onestepcheckout-place-order-wrapper button{display:block;width:100%;padding:20px 0;text-align:center}
.onestepcheckout-place-order-wrapper button.grey{display:none}
#payment-tool-tip{position:absolute;z-index:999}
#payment-tool-tip .block-content{position:relative;z-index:5;background:#fff;padding:24px 19px 19px;border:1px solid #ccc;box-shadow:0 2px 10px rgba(0,0,0,.4)}
#payment-tool-tip .btn-close a{cursor:default;display:block;position:fixed;top:0;right:0;left:0;bottom:0;z-index:1;width:100%;height:100%;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.2)),color-stop(1%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%)}
#payment-tool-tip img{max-width:none}
#payment_form_deposito .aviso{padding-bottom:20px}
#payment_form_deposito table{margin-bottom:20px;font-size:12px;border:1px solid #ddd;border-width:1px 1px 0 0}
#payment_form_deposito table th,
#payment_form_deposito table td{padding:10px 20px 10px 10px;border:1px solid #ddd;border-width:0 0 1px 1px}
#payment_form_deposito table th{background:#f5f5f5}
#payment_form_deposito table td{padding:10px}
#payment_form_deposito .custom{font-size:12px}
#payment_form_deposito .custom br{display:block;position:static}
#control_overlay{background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.2)),color-stop(1%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%)}
#onestepcheckout-login-popup{position:fixed!important;top:50%!important;left:50%!important;margin:-115px 0 0 -195px!important}
#onestepcheckout-login-popup .onestepcheckout-popup-wrapper{width:350px;height:190px;padding:20px;background:#fff;box-shadow:0 2px 3px rgba(0,0,0,.4)}
#onestepcheckout-login-popup .onestepcheckout-popup-footer{display:none}
#onestepcheckout-login-popup .close{display:none;position:absolute;top:10px;right:10px}
#onestepcheckout-login-popup .close a{display:block;width:30px;height:30px;background:#f5f5f5;box-shadow:0 2px 2px rgba(0,0,0,.4)}
#onestepcheckout-login-popup .close a:before{position:relative;top:10px;display:block;width:10px;height:10px;margin:0 auto;background:url(../images/bg.png) no-repeat -110px -30px;content:''}
#onestepcheckout-login-popup .close a:hover{background-color:#ccc}
#onestepcheckout-login-popup h1{font-size:16px;color:#444;display:block;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}
#onestepcheckout-login-popup #onestepcheckout-forgot-password-link{display:block;margin-top:10px;font-size:11px;font-weight:600;color:#777}
#onestepcheckout-login-popup #onestepcheckout-forgot-password-link:hover{text-decoration:underline}
#onestepcheckout-login-popup table td{vertical-align:top;padding:0 10px 10px 0;font-size:12px}
#onestepcheckout-login-popup table td label{font-weight:700;color:#000;display:block;padding-top:7px}
#onestepcheckout-login-popup table td .msg{display:block;padding-bottom:10px;font-weight:600}
#onestepcheckout-login-popup table td button{display:block;width:70px;height:78px;padding:10px;font-size:12px}
#onestepcheckout-login-popup #onestepcheckout-forgot-form td button{height:auto}
#onestepcheckout-login-popup #onestepcheckout-return-login-link{color:#777;font-size:11px;font-weight:600;display:block;padding-top:10px}
#onestepcheckout-login-popup #onestepcheckout-return-login-link:hover{text-decoration:underline}
#onestepcheckout-login-popup .pesqueci{font-size:12px;padding-bottom:20px}
#onestepcheckout-login-error{white-space:normal;background:#fff799;padding:10px!important;font-size:12px;font-weight:700;color:#333;margin-bottom:20px}
.onestepcheckout-place-order-loading{display:block;clear:both;text-indent:0;text-align:center;white-space:normal;background:#ffc600;padding:20px!important;font-size:14px;font-weight:700;color:#594500;}
.onestepcheckout-place-order-loading img{display:block;margin:0 auto 20px;border-radius:50px;padding:5px;background:#fff;box-shadow:inset 0 2px 5px rgba(0,0,0,.3)}
.onestepcheckout-coupons{padding:10px 0;margin-bottom:10px;border:1px dashed #aaa;border-width:1px 0}
.onestepcheckout-coupons label{display:block;font-weight:600;font-size:12px;padding-bottom:2px;color:#000}
.onestepcheckout-coupons input{display:block;width:50%;float:left}
.onestepcheckout-coupons button{display:block;float:right;width:46%;height:30px;line-height:30px;font-size:12px}
#coupon-notice{padding:20px;margin-bottom:10px;color:#333;background:#dbf7b0}
#coupon-notice.error-msg{background:#fff799}
.loading-ajax,
.loading-ajax-login{display:block;margin:5px auto;width:40px;height:40px;border-radius:50px;box-shadow:inset 0 2px 5px rgba(0,0,0,.3);background:#fff url(../images/opc-ajax-loader.gif) no-repeat center}
#shipping_address_list .control{padding-top:15px;clear:both}
#shipping_address_list .control label{display:inline-block}
#shipping_address_list .control input{float:left}
.shipment-methods dd{font-size:14px;font-weight:700;padding-bottom:10px;display:block}
div.transboxBilling{height:90%;background-color:#000;opacity:0.2;position:absolute;width:291px;margin-left:-5px;bottom:0;z-index:10000;border-radius:5px;}
.payment-method .obs{padding-top:10px;border-top:1px solid #ccc;margin-top:10px}
#payment_form_pagamentodigital_standard > .input-box > label{display:block;padding-bottom:10px;font-weight:700}
#payment_form_pagamentodigital_standard > .input-box > div{background:#f9f9f9;padding:10px;margin-bottom:10px}
#payment_form_pagamentodigital_standard > .input-box > div .fakeSelect{display:block;width:100%;margin:3px 0 10px}
.onestepcheckout-summary button.btn-update{padding:5px 10px}
.onestepcheckout-extraproducts{margin:0 0 10px; border:1px solid #EB5757; background-color: #F9EEEE;padding:10px;}
.onestepcheckout-extraproducts p.special-offer {text-align: center; color: #EB5757;font-weight:500;font-size: 16px;}
.onestepcheckout-extraproducts li {display: flex; justify-content: flex-start;}
.onestepcheckout-extraproducts li:nth-child(2) {padding-top: 11px; border-top: 1px solid #EB5757;}
.onestepcheckout-extraproducts li input {margin-right:5px;}
.onestepcheckout-extraproducts li label p {font-weight: normal;margin:0px 0px 5px 0px;}
.onestepcheckout-extraproducts li label p.titulo {font-size:14px;}
.onestepcheckout-extraproducts li label p span {font-size: 14px;}
.onestepcheckout-extraproducts li label p span.de span{text-decoration: line-through;font-size: 14px}
.onestepcheckout-extraproducts li label p span.por span{font-weight: bold;font-size: 16px; color:#076035}
.onestepcheckout-extraproducts li label p span.off {font-weight: bold;font-size: 16px; color:#076035}
.onestepcheckout-extraproducts p.expire {text-align: center;font-weight: 700;color:#EB5757;font-size:16px;margin:0px;}
@media(max-width: 769px) {
    .onestepcheckout-extraproducts { margin-bottom:25px;}
}
div.input-cpf .input-cpfcnpj-required{border-color:#cb0018;background-color:#f4e8f0}
.onestepcheckout-rewards{margin:0 0 10px}
.onestepcheckout-rewards .disponiveis{margin:0 0 5px}
.onestepcheckout-rewards .disponiveis strong{padding-left:5px}
.onestepcheckout-rewards .minimo{margin:0 0 5px}
.onestepcheckout-rewards .minimo strong{padding:0 5px}
.onestepcheckout-rewards input{width:50px;text-align:center;vertical-align:middle}
.onestepcheckout-rewards button{vertical-align:middle;padding:0 15px;font-size:12px;line-height:30px}
#onestepcheckout-email-error-message{background:#fff799;padding:10px;font-size:12px;font-weight:700;color:#333;margin:5px 0 10px}
dl.shipment-methods{position:relative}
.koin-product-help a{text-decoration:underline}
.koin-product-help p{padding-top:10px}
#payment_form_mundipagg_api_instant dl{padding:10px 0}
#payment_form_mundipagg_api_instant dl dt{margin-bottom:3px;font-weight:600}
#payment_form_mundipagg_api_instant dl dd{margin-bottom:5px;color:#777}
#payment_form_mundipagg_api_instant dl dd:last-child{margin:0}
#payment_form_mundipagg_api_instant .input-box{margin-top:3px}

/*paypal*/
body.paypal-express-review .page{width:980px}
body.paypal-express-review .nav-container1,
body.paypal-express-review .header .listadesejos,
body.paypal-express-review .header .suacesta,
body.paypal-express-review .header .suaconta,
body.paypal-express-review .header .fluid .login,
body.paypal-express-review .header .fluid .busca,
body.paypal-express-review .prefooter-container,
body.paypal-express-review .colsfooter,
body.paypal-express-review #quick-top{display:none!important}
body.paypal-express-review .header,
body.paypal-express-review .header-container{height:100px}
h2.sub-title{display:block;padding:0 0 20px}
.paypal-review-order h2.legend{display:block;margin:0 0 10px;color:#222}
.paypal-review-order h2.legend .separator{display:none}
.paypal-review-order h2.legend a{display:inline-block;vertical-align:middle;margin-left:10px;font-size:12px;color:#fff;background:rgba(0,0,0,.5);padding:5px 10px}
.paypal-review-order h2.legend a:hover{background:rgba(0,0,0,.8)}
.paypal-review-order .col2-set{margin:0 0 20px}
.paypal-review-order .col2-set > div{float:left;width:50%;padding:0 10px 0 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.paypal-review-order .col2-set > div.col-2{float:right;padding:0 0 0 10px}
#billing-address h2,
#shipping-address h2{position:relative;display:block;padding:15px;margin:0 0 20px;color:#222;background:#eee}
#billing-address h2:before,
#shipping-address h2:before{display:inline-block;vertical-align:middle;margin:0 10px 0 0;width:30px;height:30px;background:url(../images/bg.png) no-repeat -60px -100px;content:''}
#shipping-address h2:before{background-position:-90px -100px}
#billing-address h2:after,
#shipping-address h2:after{position:absolute;top:100%;left:10px;display:block;width:0;height:0;border:10px solid transparent;border-top-color:#eee;content:''}
.paypal-review-order li.control .input-box,
.paypal-review-order li.control label{display:inline-block;vertical-align:bottom;line-height:7px}
.paypal-shipping-method{padding:15px 15px 15px 60px;background:#eee;position:relative}
.paypal-shipping-method:before{position:absolute;left:15px;top:50%;margin-top:-15px;display:block;width:30px;height:30px;background:url(../images/bg.png) no-repeat -90px -100px;content:''}
.paypal-shipping-method:after{position:absolute;bottom:100%;left:10px;display:block;width:0;height:0;border:10px solid transparent;border-bottom-color:#eee;content:''}
.paypal-shipping-method p{line-height:1.3em}
.paypal-shipping-method strong{color:#222}
.paypal-express-review table{background:#fff;border:1px solid #ddd;border-width:1px 1px 0 0;font-size:12px;width:100%;margin-bottom:10px}
.paypal-express-review table th,
.paypal-express-review table td{border:1px solid #ddd;border-width:0 0 1px 1px;padding:20px;vertical-align:middle;text-align:left}
.paypal-express-review table th{font-weight:600;background:#eee}

/*sucesso*/
body.checkout-onepage-success .page-title{margin:50px 0px 0px 0px;background:#fff;text-align: center;}
body.checkout-onepage-success .page-title h1{font-weight:700;font-size:30px;}

@media screen and (max-width: 767px) {
    body.checkout-onepage-success .ebit-success a img{width: 100%;}
}

.tdok{padding:0 20px 0px;background:#fff}
.tdok .obrigado{display:block;margin-bottom:30px;font-size:15px;color:#222;font-weight: normal;margin-top:11px;text-align:center;}
.tdok .numpedido{width:240px;padding:20px 15px 20px 15px;height:50px;background:#EEEEEE;font-size:15px;text-align:center;color:#000;margin:0 auto;}
.checkout-onepage-success .tdok .numpedido{width:240px;padding:20px 15px 20px 15px;background:#EEEEEE;font-size:15px;text-align:center;color:#000;margin:0 auto;height: 114px;}
.tdok .numpedido a{font-weight:600;font-size:38px;display:block;color:#000;}
.tdok .numpedido a:hover {text-decoration: none}
.tdok .msg,
.tdok .confirmacao{padding:20px;line-height:1.2em;background:#fff;width: 100%;margin:0 auto;text-align: center;color:#333;}
.tdok .confirmacao{padding-top:0;font-size:14px}
.tdok .confirmacao a{font-weight:700;text-decoration: underline;}
.tdok .pagto{clear:both;padding-top:0px;font-size:13px;line-height:1.2em;text-align: center;}
.tdok .pagto h5{display:block;padding-bottom:0px;font-size:15px;font-weight:normal;margin-bottom: 4px;color:#333;}
.tdok .pagto p{font-size:17px;line-height:1.3em;font-weight: bold;color:#222;}
.tdok .pagto .bankpayment_info{width:460px;font-size:12px}
.tdok .pagto .bankpayment_info dt,
.tdok .pagto .bankpayment_info dd{padding:10px;margin-bottom:5px;background:#fff}
.tdok .pagto .bankpayment_info dt{float:left;clear:left;width:180px;font-weight:700}
.tdok .pagto .bankpayment_info dd{margin-left:205px}
.tdok .buttons-set{position:relative}
.tdok .buttons-set button{position:absolute;bottom:0;right:0;padding:20px;font-size:12px}
.tdok .pay-link{display:inline-block;padding:20px;background:rgba(0,0,0,.5);font-size:14px;margin-top:10px;color:#fff;font-weight:700}
.tdok .pay-link:hover{background:rgba(0,0,0,.8)}
.pagseguro-pay-success .col-main{padding:20px;background:#f5f5f5}
.pagseguro-pay-success .numpedido{float:left;display:block;width:49%;padding:60px 0;height:50px;white-space:nowrap;background:#c5f088;font-size:14px;text-align:center;color:#000}
.pagseguro-pay-success .numpedido strong{display:block;font-weight:300;font-size:40px}
.pagseguro-pay-success .infos{margin-left:51%}
.pagseguro-pay-success .infos p{padding:0 0 20px;line-height:1.2em;font-size:13px}
.pagseguro-pay-success .infos p a{font-weight:700;color:#222}
.pagseguro-pay-success .tks{clear:both;padding:20px 0 0}
.pagseguro-pay-success .buttons-set{padding:20px 0 0}

body.checkout-onepage-success .boleto-info .pay-link-boleto{display:inline-block;background: url('../images/boletos/icon_boleto.png') 17px no-repeat;background-color:#ffd800;color:#000;font-size:20px;padding:20px 20px 20px 55px;}
body.checkout-onepage-success .boleto-info .pay-link-boleto:hover{background-color:#ffe138;text-decoration: none;}
body.checkout-onepage-success .boleto-info .pay-link-boleto:active{text-decoration: none;}
body.checkout-onepage-success .boleto-info .boleto-p-mg{margin-bottom:18px;display: none;}
body.checkout-onepage-success .acompanharpedido{text-align: center;margin-top: 30px;margin-bottom: 60px;}
body.checkout-onepage-success .acompanharpedido a{ text-decoration: underline;color:#006b3e;font-weight:700;font-size:16px;}

body.checkout-onepage-success .payu_cc_information{padding-top:20px;}
body.checkout-onepage-success .payu_cc_information p{font-size: 14px; line-height: 1.1em; font-weight: normal;color:#666;}
body.checkout-onepage-success .bannerpromo-img,body.checkout-onepage-success .bannermobile-img {display:none;}
/*Login*/
.account-login .page-title{display:none}
.col2-set.login{overflow:hidden}
.col2-set.login > div{position:relative;padding:20px 20px 5000px;margin-bottom:-4980px}
.col2-set.login .col-1{float:left;width:280px;background:#eee}
.col2-set.login .col-2{margin-left:330px;background:#f5f5f5}
.col2-set.login h2.tit{display:block;padding:0 0 20px;font-size:16px;color:#444}
.col2-set.login .col-1 .input-box{padding-bottom:10px}
.col2-set.login .col-1 label{color:#000;font-size:12px;font-weight:600;display:block;padding-bottom:3px}
.col2-set.login .col-1 label input{display:block}
.col2-set.login .col-1 button{display:block;padding:20px;font-size:12px}
.col2-set.login .col-1 .esqueceu{color:#777;font-weight:600;font-size:11px}
.col2-set.login .col-1 .esqueceu:hover{text-decoration:underline}
.col2-set.login .col-1 .lembre{white-space:nowrap;padding-top:10px}
.col2-set.login .col-1 .lembre label,
.col2-set.login .col-1 .lembre input{display:inline-block}
.col2-set.login .col-1 .lembre a{margin-left:10px;color:#777;font-size:11px;font-weight:600}
.col2-set.login .col-1 .lembre a:hover{text-decoration:underline}
.col2-set.login .col-2 .content{margin-right:320px}
.col2-set.login .col-2 .content p{display:block;width:300px;font-size:14px;padding-bottom:20px}
.col2-set.login .col-2 .content a.button{display:inline-block;padding:20px;font-size:12px;color:#fff;font-weight:700;background:rgba(0,0,0,.5)}
.col2-set.login .col-2 .content a.button:hover{background:rgba(0,0,0,.8)}
.col2-set.login .col-2 .bannerLogin{float:right;width:300px;height:320px;overflow:hidden}
.col2-set.login .col-2 .bannerLogin .case > *{display:block;max-width:100%;max-height:100%;width:auto;height:auto}
.account-create{display:none}
.account-create .page-title{margin:0}
.account-create .page-title h1{display:block;padding:0 0 20px;font-size:16px;color:#444}
.account-create form{width:610px}
.account-create form .fieldset{display:table;width:100%;padding-bottom:30px}
.account-create form h2{font-size:14px;font-weight:400;color:#777;display:block;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ccc}
.account-create form .remember-me label{display:inline-block}
.account-create form .remember-me a{margin-left:10px;font-weight:600;color:#777;font-size:11px}
.account-create form .remember-me a:hover{text-decoration:underline}
.account-create form .buttons-set .required{font-weight:600;color:#777;font-size:11px;padding-bottom:10px}
.account-create form .buttons-set button{padding:15px;width:48%;font-size:12px}
.account-create form .isento{position:relative;top:15px}

/*Minha conta*/
body.opainel .col2-left-layout .col-left{float:none;width:auto;margin:0 0 1px}
body.opainel .col2-left-layout .col-main{margin:0}
body.opainel .prefooter-container,
body.customer-account-login .prefooter-container{display:none}
.block-account .block-title{display:none}
.block-account .block-content ul{background:#f5f5f5;font-size:0;text-align:center}
.block-account .block-content ul li{display:inline-block;vertical-align:top;font-size:13px;font-weight:600;margin:0 1px 1px 0}
.block-account .block-content ul li a{display:block;height:50px;padding:0 10px;line-height:50px}
.block-account .block-content ul li a:hover{background:#ddd}
.block-account .block-content ul li strong{display:block;height:50px;padding:0 15px;background:#ddd;color:#222;line-height:50px}
.my-account{overflow:hidden;margin-bottom:50px;}
.my-account .over{overflow:hidden}
.my-account .side{padding:20px}
.my-account .side .page-title{margin:0}
.my-account .side .title-buttons h1{display:block;padding-bottom:20px}
.my-account .side .title-buttons .page-head{font-size:12px}
.my-account .side .title-buttons .separator{display:none}
.my-account .side h1{font-size:30px;font-weight:400;}
.my-account .side .pedido h1{font-size:18px}
.my-account .side .pedido h1 strong{display:block;font-size:40px;font-weight:300;padding-bottom:10px}
.my-account .side .pedido h1 .stat{display:block;font-size:14px;font-weight:700}
.my-account .side .pedido .order-date{display:block;padding:0 0 20px 30px;font-size:13px;font-weight:600;position:relative}
.my-account .side .pedido .order-date:before{position:absolute;top:-4px;left:0;display:block;width:20px;height:20px;background:url(../images/bg.png) no-repeat -90px -130px;content:'';opacity:.5}
.my-account .side .pedido .separator{display:none}
.my-account .side .pedido > a{display:block;width:33%;font-size:12px;font-weight:700;color:#fff;background:rgba(0,0,0,.5);padding:10px;margin-bottom:5px}
.my-account .side .pedido > a:hover{background:rgba(0,0,0,.8)}
.my-account .side .order-info{padding-top:15px;font-size:12px}
.my-account .side .order-info li{margin-bottom:5px}
.my-account .side .order-info li.last{margin-bottom:0}
.my-account .side .order-info li.current{font-weight:700;color:#222}
.my-account .side .order-info li.current:before{position:relative;top:-2px;content:'';display:inline-block;vertical-align:middle;width:3px;height:6px;margin:0 7px 0 5px;background:url(../images/bg.png) no-repeat -167px -7px}
.my-account .side .order-info li a{}
.my-account .core{background:#f9f9f9}
.my-account .welcome-msg{font-size:13px}
.my-account .welcome-msg .hello strong{display:block;font-size:20px;padding-bottom:10px;font-weight:400}
.my-account .welcome-msg *{line-height:1.2em}
.my-account .box-head h2,
.my-account .fieldset h2.legend{display:block;padding-bottom:10px;color:#222;font-weight:400;font-size:20px}
.my-account .fieldset h2.legend{padding-bottom:20px}
.my-account .box .box-title h2,
.my-account .box .box-title h3{display:inline-block;font-size:14px;color:#222}
.my-account .box .box-title a{display:inline-block;font-size:12px}
.my-account .box .box-title a:before{position:relative;top:-2px;content:'';display:inline-block;vertical-align:middle;width:3px;height:6px;margin:0 7px 0 5px;background:url(../images/bg.png) no-repeat -167px -7px}
.my-account .box .box-title a:hover{text-decoration:underline}
.my-account .box .box-content{padding:20px;background:#fff;font-size:13px}
.my-account .box .box-content p{line-height:1.2em;padding-bottom:10px}
.my-account .box .box-content p:last-child{padding-bottom:0}
.my-account .box .box-content a{display:inline-block;padding:10px;background:rgba(0,0,0,.5);color:#fff;font-weight:600;font-style:normal;font-size:12px}
.my-account .box .box-content a.senha{margin:5px 0 0}
.my-account .box .box-content a.editar1{margin:5px 0 20px}
.my-account .box .box-content a.editar2{margin:5px 0 0}
.my-account .box .box-content a:hover{background:rgba(0,0,0,.8)}
.my-account .col2-set > div{float:left;width:48.5%;}
.my-account .col2-set > div:first-child,
.my-account .col2-set > div:nth-child(2n+1){margin-left:0}
.my-account .core > .in{display:table;width:100%}
.my-account ul.form-list li.pessoa{margin:0 0 10px}
.my-account ul.form-list li.pessoa .input-box:first-child{margin-bottom:10px}
.my-account ul.form-list li.senha{padding:20px 0 10px}
.my-account form .isento{position:relative;top:15px}
.my-account .buttons-set > *{margin-bottom:10px}
.my-account .buttons-set > *:last-child{margin-bottom:0}
.my-account .buttons-set .required{font-weight:600;color:#777;font-size:11px;padding-bottom:10px}
.my-account .buttons-set .back-link a{display:inline-block;font-weight:600;font-size:12px}
.my-account .buttons-set .back-link a:hover{text-decoration:underline}
.my-account form.endereco .fieldset{padding-bottom:10px}
.my-account dl.bankpayment_info{font-size:12px;padding:0 10px;width:330px;background:#eee}
.my-account dl.bankpayment_info > *:nth-child(1),
.my-account dl.bankpayment_info > *:nth-child(2){border:0}
.my-account dl.bankpayment_info dt,
.my-account dl.bankpayment_info dd{border-top:1px solid #fff;padding:10px 0}
.my-account dl.bankpayment_info dt{float:left;clear:left;width:165px;font-weight:700}
.my-account dl.bankpayment_info dd{margin-left:165px}
.my-account .table-caption{display:block;padding:10px 10px 10px 0px;color:#333;}
.my-account .table-caption a{display:inline-block;padding:10px;background:rgba(0,0,0,.5);color:#fff}
.my-account .table-caption a:hover{background:rgba(0,0,0,.8)}
.opainel .col-main table{background:#fff;border:1px solid #ddd;border-width:1px 1px 0 0;font-size:12px;width:100%;margin-bottom:10px}
.opainel .col-main table th,
.opainel .col-main table td{border:1px solid #ddd;border-width:0 1px 1px 1px;padding:20px;vertical-align:middle;text-align:left}
.opainel .col-main table th{font-weight:600;background:#eee}
.opainel .col-main table .separator{display:none}
.opainel .col-main table a{display:block;text-align:center;padding:10px;background:rgba(0,0,0,.5);color:#fff;font-weight:600;margin-bottom:5px}
.opainel .col-main table a.prod{background:none;padding:0;color:#333;text-align:left}
.opainel .col-main table a:hover{background:rgba(0,0,0,.8)}
.opainel .col-main table a.prod:hover{background:none}
.opainel .col-main table td a:last-child{margin-bottom:0}
.opainel .col-main table textarea{height:90px}
.opainel .col-main .pager{margin-bottom:10px;font-size:12px}
.opainel .col-main .pager:last-child{margin-bottom:0}
.opainel .col-main .pager > *{display:inline-block;vertical-align:middle;margin-right:20px;padding:0}
.addresses-list ol{padding-bottom:0px}
.addresses-list ol li{padding-bottom:10px}
.addresses-list ol li:last-child{padding-bottom:0}
.addresses-list ol li.empty,
.addresses-list ol li h3{padding:10px;display:block;font-size:14px;font-weight:700;color:#222}
.addresses-list ol li address{padding:20px;display:block;font-size:13px;background:#fff}
.addresses-list ol li p.edit a{position:relative;padding:10px 20px;display:block;font-size:13px;font-weight:700;background:#ccc}
.addresses-list ol li p.edit a:before{position:absolute;top:-10px;left:20px;display:block;width:0;height:0;border:5px solid transparent;border-bottom-color:#ccc;content:''}
.addresses-list ol li p.edit a:hover{background:#eee}
.addresses-list ol li p.edit a:hover:before{border-bottom-color:#eee}
.addresses-list ol li p.extra{position:relative;padding:0 10px;display:block;font-size:13px;font-weight:700;background:#ccc}
.addresses-list ol li p.extra:before{position:absolute;top:-10px;left:20px;display:block;width:0;height:0;border:5px solid transparent;border-bottom-color:#ccc;content:''}
.addresses-list ol li p.extra a{display:inline-block;padding:10px}
.addresses-list ol li p.extra:hover{background:#eee}
.addresses-list ol li p.extra:hover:before{border-bottom-color:#eee}
.addresses-list ol li p.extra:hover a{opacity:.5}
.addresses-list ol li p.extra a:hover{opacity:1}
.button.giftnew{padding:20px;margin:10px 0 0;font-size:12px}
.gift-msg-group{margin:0 0 20px}
.my-account .core form.gift-view{width:auto}
#giftreg-table{background:#fff;border:1px solid #ccc;border-width:1px 1px 0 0;font-size:12px;margin:0 0 20px}
#giftreg-table th,
#giftreg-table td{border:1px solid #ccc;border-width:0 0 1px 1px;padding:10px}
#giftreg-table thead th{background:#eee;font-weight:600;color:#333}
#giftreg-table thead th.gift-buttons{width:50px}
#giftreg-table td{vertical-align:middle}
#giftreg-table td.gift-buttons{text-align:center}
#giftreg-table td.gift-buttons input{width:30px;margin:0 0 10px}
#giftreg-table td a.link-cart{display:block;text-align:center;padding:10px;background:rgba(0,0,0,.5);color:#fff}
#giftreg-table td a.link-cart:hover{background:rgba(0,0,0,.8)}
#giftreg-table .fakeSelect{width:100%;display:block;margin:0 0 10px}
#giftreg-table textarea{display:block;margin:5px 0 0}
.link-share-gift{padding:20px 0;font-size:14px}
.link-share-gift input{display:block;margin:5px 0;width:100%;background:rgba(0,0,0,.5);color:#fff}
.link-share-gift input:hover{background:rgba(0,0,0,.6)}
.link-share-gift input:focus{background:rgba(0,0,0,.9)}

/*afiliados*/
body.afiliados .col-main *{line-height:1.3em}
body.afiliados .col-main p{padding-bottom:15px}
body.afiliados .col-main h1,
body.afiliados .col-main h2{color:#222;font-size:18px;display:block;padding:0 0 10px}
body.afiliados .page-title h1{display:block;padding:0 0 20px;font-size:24px;font-weight:400;color:#222}
body.afiliados .col-main img{vertical-align:baseline}
body.afiliados .col2-set{overflow:hidden}
body.afiliados .col2-set .col-1{float:left;width:280px;padding:20px}
body.afiliados .col2-set .col-2{border-left:solid 1px #e5e5e5;margin-left:330px;padding:20px}
body.afiliados .col2-set .registered-users .content input[type=text],
body.afiliados .col2-set .registered-users .content input[type=email],
body.afiliados .col2-set .registered-users .content input[type=password],
body.afiliados .col2-set .registered-users .content textarea{width:250px}
body.afiliados .col2-set .new-users button,
body.afiliados .col2-set .registered-users button{padding:10px 20px}
body.afiliados .col2-set p.required{display:none}

#account_captcha_image{display:inline-block;vertical-align:top}
#affiliate-captcha-link{display:inline-block;vertical-align:top;margin-left:2px;width:30px;height:30px;background:rgba(0,0,0,.5)}
#affiliate-captcha-link:before{display:block;width:20px;height:20px;margin:5px;background:url(../images/bg.png) no-repeat -130px -130px;content:''}
#affiliate-captcha-link:hover{background:rgba(0,0,0,.8)}
body.afiliados .buttons-set button,
.affiliateplus-search-button button{font-size:12px;padding:10px 20px 10px 20px;}
.affiliateplus-account-bottom button{display:inline-block;padding:10px 20px;margin-left:10px}
.affiliateplus-account-bottom button:first-child{margin:0}
#affiliateplus-widget-preview{margin-bottom:20px}
#affiliateplus-widget-preview .buttons-set{padding-top:20px}
#affiliatepluswidget_outer_body{margin:0 auto}
.opainel .col-main table#widget_grid textarea{white-space:pre-line;font:normal 13px/14px 'courier new',monospace}

/*logout*/
body.customer-account-logoutsuccess .col-main > p{background:#f5f5f5;padding:20px 60% 20px 20px}

/*página de contato*/
.std form{width:500px}
@media screen and (max-width: 767px){
    .std form{width:100%;}
}

/*avisos*/
.messages ul li{display:block;padding:10px;margin-bottom:0px;font-weight:400;font-size:14px;color:#333;background:#F9EDBE}
body.checkout-cart-index ul.messages{margin-bottom:20px;}
.messages .success-msg ul li{background:#F9EDBE;text-align: center;margin-top: 10px;}
.messages .error-msg ul li{background:#fff799}
#window-overlay{position:fixed;top:0;left:0;z-index:999999999;width:100%!important;height:100%!important;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.2)),color-stop(1%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%)}
#remember-me-popup{position:fixed;top:40%;left:50%;z-index:9999999999;margin-left:-220px;background:#fff;box-shadow:0 2px 2px rgba(0,0,0,.4);padding:20px;width:400px}
#remember-me-popup h3{display:block;padding-bottom:20px;font-size:18px;color:#333}
#remember-me-popup .remember-me-popup-body p{font-size:14px;color:#666;line-height:1.2em}
#remember-me-popup .remember-me-popup-close{cursor:pointer;position:absolute;top:20px;right:20px;display:block;width:20px;height:20px;background:#e88383 url(../images/bg.png) -35px -135px}
#remember-me-popup .remember-me-popup-close:hover{background-color:#e25050}
#remember-me-popup .remember-me-popup-body .remember-me-popup-close{display:none}

/*mini chat*/
.mini-livechat{display:none;position:fixed;top:50%;bottom:0!important;right:20px;z-index:9999999999;width:250px;height:auto!important;background:rgba(255,255,255,.85);box-shadow:0 0 30px rgba(0,0,0,.6);border-radius:3px 3px 0 0}
.mini-livechat > strong{color:#d60000;display:block;font-size:15px;font-weight:bold;padding:5px 0 0 90px;white-space:nowrap}
.mini-livechat .label{padding:10px 0 0 90px;font-size:12px;display:block;line-height:1.2}
.mini-livechat .content{position:absolute;left:0;right:0;top:10px;bottom:61px!important;padding:0 10px;border-bottom:1px solid #ccc;border-radius:3px 3px 0 0}
.mini-livechat .content .in{position:absolute;bottom:0;left:0;width:100%;height:auto}
.mini-livechat .content > div{position:relative;right:-5px;float:right;clear:both;text-align:right;margin:0 5px 5px;font-size:12px;color:#222;padding:7px;background:#c4df9b;border-radius:3px;box-shadow:inset 0 -1px 2px rgba(0,0,0,.1)}
.mini-livechat .content > div:before{position:absolute;right:-10px;top:50%;margin-top:-5px;display:block;width:0;height:0;border:5px solid transparent;border-left-color:#c4df9b;content:''}
.mini-livechat .content > div.loja{right:5px;float:left;background:#a1e9e5;text-align:left}
.mini-livechat .content > div.loja:before{border-color:transparent #a1e9e5 transparent transparent;right:auto;left:-10px}
.mini-livechat .content > div > strong{display:none;opacity:.5}
.mini-livechat .content > div.loja > strong{display:block;padding-bottom:3px;font-size:10px}
.mini-livechat .actions{position:absolute;bottom:10px;left:10px;width:230px}
.mini-livechat .actions:before{position:absolute;bottom:10px;left:10px;display:block;width:20px;height:20px;background:url(../images/bg.png) no-repeat 0 0;content:'';opacity:.5}
.mini-livechat .actions:hover:before{opacity:1}
.mini-livechat .actions img{position:absolute;left:5px;bottom:5px}
.mini-livechat .actions #textmessage{border-radius:2px;display:block;width:100%;height:40px;padding:5px 5px 5px 40px;font-size:13px;margin:0;box-shadow:inset 0 2px 3px rgba(107,77,67,.15)}
.mini-livechat .actions button{display:none}
#iniciar-chat{background:none;border:0;padding:0;margin:10px 0 0 90px;width:auto;cursor:pointer}
#iniciar-chat span{display:block;padding:5px 10px 8px;font:400 18px/1em 'Oswald',Helvetica Neue,helvetica,arial,sans-serif;color:#363a0b;text-shadow:1px 1px 0 #dadf9a;background:#c7cf4d;background:-webkit-gradient(linear,left top,left bottom,from(#d3da6a),to(#afba30));background:-moz-linear-gradient(top,#d3da6a,#afba30);border-radius:3px;box-shadow:inset 0 -3px 0 #909925}
#iniciar-chat:hover span{color:#fff;text-shadow:-1px -1px 0 #909925}
#iniciar-chat:active{position:relative;top:1px}
#finalizar-chat{position:absolute;top:-20px;right:10px;cursor:pointer;border:0;width:20px;height:20px;background:rgba(0,0,0,.5);border-radius:3px 3px 0 0}
#finalizar-chat span{position:absolute;top:5px;left:5px;font-size:0;text-indent:-9999px;display:inline-block;width:10px;height:10px;background:url(../images/bg.png) no-repeat -40px -140px}
#finalizar-chat:hover{background:#000}

/*quicktop*/
#quick-top{display:none;position:fixed;top:0;left:0;z-index:999999;width:100%;height:49px;border-bottom:1px solid #fff;background:#f5f5f5;box-shadow:0 0 25px rgba(0,0,0,.7)}
#quick-top .page{box-shadow:none;background:none;padding:0;margin:0 auto}
#quick-top .box{position:relative;padding-top:5px}
#quick-top .box > form{width:500px;position:relative}
#quick-top .box > form .search{display:block;height:40px;width:500px;padding-right:45px}
#quick-top .box > form button{display:block;width:40px;height:40px;position:absolute;top:0;right:0}
#quick-top .box > form button span{position:absolute;top:15px;left:15px;display:block;width:10px;height:10px;background:url(../images/bg.png) no-repeat 0 -40px}
#quick-top .suaconta,
#quick-top .suacesta{top:5px}

/*imprimir pedido*/
.page-print{background:#fff;padding:30px;text-align:left}
.page-print *{color:#000}
.page-print .print-head{margin:0 0 15px}
.page-print .print-head .logo{float:left}
.page-print .print-head address{float:left;margin-left:30px}
.page-print h1{font-size:20px;font-weight:700}
.page-print h2,
.page-print h3{display:block;clear:both;font-size:13px;font-weight:700}
.page-print h2.h2{font-size:16px;font-weight:bold}
.page-print .order-date{display:block;clear:both;border-bottom:1px dotted #666;padding:5px 0 30px;margin-bottom:30px}
.page-print .col2-set{float:left;width:50%;margin-bottom:30px}
.page-print .col2-set *{line-height:1.3em}
.page-print .col2-set .col-1{padding-bottom:20px}
.page-print .col2-set h2{display:block;font-size:18px;padding-bottom:10px}
.page-print h2.gift-heading{padding-top:10px;margin-top:10px;}
.page-print #my-orders-table,
.page-print #giftwrap-additional{margin-top:10px;border:1px solid #888;width:100%}
.page-print #my-orders-table th,
.page-print #giftwrap-additional th{padding:10px;border-bottom:1px solid #888;background:#f5f5f5}
.page-print #my-orders-table tbody td,
.page-print #giftwrap-additional tbody td{padding:10px;border-bottom:1px solid #ccc;vertical-align:middle}
.page-print #my-orders-table tbody .last td,
.page-print #giftwrap-additional tbody .last td{border-color:#888}
.page-print #my-orders-table tfoot td,
.page-print #giftwrap-additional tfoot td{padding:10px;border-bottom:1px solid #ccc;vertical-align:middle}
.page-print #my-orders-table td.a-right,
.page-print #giftwrap-additional td.a-right{text-align:right}
.page-print button{margin:30px 0;float:right;display:block;clear:right;background:#666;padding:5px;color:#fff;font-weight:700;border-radius:3px}
.page-print button span{color:#fff}
.page-print button:hover{background:#000}

/*rastrear pedido*/
.shipping-tracking-popup{padding:20px}
.shipping-tracking-popup .sub-title{display:block;padding:10px 0 20px;font-size:25px;font-weight:300;color:#333}
.shipping-tracking-popup table{width:100%;border:1px solid #ccc;border-width:1px 1px 0 0;margin:0 0 10px}
.shipping-tracking-popup table th,
.shipping-tracking-popup table td{padding:15px;border:1px solid #ccc;border-width:0 0 1px 1px;color: #333;}
.shipping-tracking-popup table th{width:25%;font-weight:600;background:#f5f5f5}
.shipping-tracking-popup .buttons-set button{font-size:12px;padding:5px}

/*sitemap*/

/*blog*/
.postTitle{margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #ddd}
.postTitle .tit{display:block;font-size:18px;padding:0 0 10px;color:#222}
.postTitle .data{font-size:12px}
.postContent{line-height:1.3em}
.postContent p{line-height:1.3em;margin:0 0 10px}
.postContent img{max-width:100%;height:auto;margin:0 0 10px}
.postContent object,
.postContent iframe,
.postContent embed{display:block;margin:0 0 10px;max-width:100%}
.postContent > *:last-child{margin:0}
.postShare{background:#f5f5f5;padding:10px;margin:0 0 10px;font-size:12px}
.postShare h4,
.postShare ul{display:inline-block;vertical-align:middle}
.postShare ul li{display:inline-block;vertical-align:middle;margin-left:5px}
.postShare ul li a{display:block;padding:5px 0;width:50px;background:rgba(0,0,0,.5)}
.postShare ul li a span{display:block;height:15px;width:8px;margin:0 auto;background:url(../images/bg.png) no-repeat -10px 0;background-size:85px 80px}
.postShare ul li.tt a span{width:21px;background-position:-19px 0}
.postShare ul li.gp a span{width:16px;background-position:-40px 0}
.postShare ul li a:hover{background:#3b5998}
.postShare ul li.tt a:hover{background:#00bef6}
.postShare ul li.gp a:hover{background:#0054fd}
.postDetails{margin:0 0 10px;font-size:12px;padding:0 0 10px;border-bottom:1px solid #ddd;text-align:right}
.postDetails ul li{display:inline-block;vertical-align:top;margin-left:10px}
.postDetails ul li:first-child{margin-left:0}
.postDetails ul li.tit{font-weight:600;color:#222}
.wp-sidebar > *{margin-bottom:10px}
.wp-sidebar > *:last-child{margin-bottom:0}
.wp-sidebar .block{padding:9px;border:1px solid #ccc;font-size:12px}
.wp-sidebar .block-title{padding:10px;margin:-10px 0 10px -10px;background:#ddd;display:block;width:100%;font-size:14px;color:#000}
.wp-sidebar .blog-search{position:relative}
.wp-sidebar .blog-search input{display:block;width:100%;padding:5px 35px 5px 5px;font-size:13px}
.wp-sidebar .blog-search button{height:30px;width:30px;overflow:hidden;text-indent:-9999px;position:absolute;bottom:0;right:0}
.wp-sidebar .blog-search button span span{position:absolute;top:10px;left:10px;display:block;width:10px;height:10px;background:url(../images/bg.png) no-repeat 0 -40px}
.wp-sidebar .block-content ul li{margin-bottom:5px}
.wp-sidebar .block-content ul li:last-child{margin-bottom:0}
.wp-sidebar .block-content ul li a{display:block;width:100%;padding:5px 10px;margin:0 0 0 -10px}
.wp-sidebar .block-content ul li a:hover{background:#f5f5f5}
.wp-sidebar #wp-recent-comments-list li{font-size:12px;font-weight:600;color:#333}
.wp-sidebar #wp-recent-comments-list li a{font-weight:400}
.blog-desc{margin-bottom:20px;font-size:15px;color:#333}
#post-list{margin-bottom:20px}
#post-list > li{margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #ccc}
#post-list > li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}
#post-list h2 a{display:block;margin-bottom:10px;font-size:16px;color:#000}
#post-list .post-meta{padding-top:10px;font-size:12px;color:#777}
#post-list .post-meta a,
#post-list .post-meta span{color:#555;font-weight:700}
.post-list .pager *{display:inline-block;vertical-align:middle;margin-right:5px;font-size:12px}
.post-list .pager .amount{margin-right:15px}

.product-view .descricao-prod .entry{font-size:14px;line-height:25px;color:#666}

.product-view .descricao-prod .entry p{font-size:16px!important;line-height: 1.3;}
.product-view .descricao-prod .entry p strong{font-size:16px!important;line-height: 1.3;font-weight: bold;}
.product-view .descricao-prod .entry p span{font-size:16px!important;line-height: 1.3;}

.product-view .descricao-prod .entry h2{font-size: 16px!important;font-weight: bold;margin-bottom:0px;line-height: 1.3;}
.product-view .descricao-prod .entry h2 strong{font-size: 16px!important;font-weight: bold;margin-bottom:0px;line-height: 1.3;font-weight: bold;}
.product-view .descricao-prod .entry h2 span{font-size: 16px!important;font-weight: bold;margin-bottom:0px;line-height: 1.3;}

.product-view .descricao-prod .entry h3{font-size: 16px!important;font-weight: bold;line-height: 1.3;}
.product-view .descricao-prod .entry h3 strong{font-size: 16px!important;font-weight: bold;line-height: 1.3;font-weight: bold;}
.product-view .descricao-prod .entry h3 span{font-size: 16px!important;font-weight: bold;line-height: 1.3;}

.product-view .descricao-prod .entry h4{font-size: 14px!important;line-height: 1.3;}
.product-view .descricao-prod .entry h5{font-size: 12px!important;line-height: 1.3;}
.product-view .descricao-prod .entry h5{font-size: 10px!important;line-height: 1.3;}
.product-view .descricao-prod .entry ol,
.product-view .descricao-prod .entry ul{padding-left:40px;}
.product-view .descricao-prod .entry ol li{list-style:decimal;font-size: 14px!important;line-height: 1.3;}
.product-view .descricao-prod .entry ul li{list-style:disc;font-size: 14px!important;line-height: 1.3;}

.product-view .descricao-prod .entry > *:last-child{margin-bottom:0}
.product-view .descricao-prod .entry .panel-group .panel-heading{background-color:#f9f9f9; border-color:#eeebeb;}
.product-view .descricao-prod .entry .panel-group .panel .panel-collapse .panel-body{padding:0px;}
.product-view .descricao-prod .entry .panel-group .panel .panel-collapse .panel-body p{padding:8px 15px;border:1px solid #eeebeb;}
.product-view .descricao-prod .entry .panel-group .panel-heading .panel-title a{font-weight: bold;}
.product-view .descricao-prod .entry .panel-group .panel-heading .panel-title a img{height: 80px;float:left}
.product-view .descricao-prod .entry .panel-group .panel-heading .panel-title a p{float:left;margin-left:5px;}
.product-view .descricao-prod .entry .panel-group .panel-heading .panel-title a p span:first-child{font-weight: bold;margin-bottom:5px;}
.product-view .descricao-prod .entry .panel-group .panel-heading .panel-title a p span{display: block;}
.product-view .descricao-prod .entry .panel-group .panel-heading .panel-title a:after{display: block; clear: both;content: '';}

.post-view .when{margin-bottom:10px;font-size:12px;color:#777}
.post-view .when a,
.post-view .when span{color:#555;font-weight:700}
.post-view .entry{margin-bottom:20px}
.post-view .post-meta{margin-bottom:10px;font-size:12px;color:#777}
#post-view .post-meta a,
#post-view .post-meta span{color:#555;font-weight:700}
.comments-wrapper{width:500px;padding-top:10px;border-top:1px solid #ccc}

/*esqueci senha*/
.customer-account-forgotpassword .col-main > form{padding:20px;background:#fff;}
.customer-account-forgotpassword .col-main > form > div{width:610px}
.customer-account-forgotpassword .fieldset h2{display:block;padding-bottom:20px;font-size:16px}
.customer-account-forgotpassword .fieldset p{padding:0 40% 20px 0}
.customer-account-forgotpassword .buttons-set .required{font-weight:600;color:#777;font-size:11px;padding-bottom:10px}
.customer-account-forgotpassword .buttons-set .back-link a{display:inline-block;font-weight:600;font-size:12px;padding-bottom:10px}
.customer-account-forgotpassword .buttons-set .back-link a:hover{text-decoration:underline}
.customer-account-forgotpassword .buttons-set button{padding:10px 20px;font-size:12px}

/*rss*/

/*wishlist*/

/*dicionario*/

/*floaters*/
#floaters{display:none}

/*bizcommerce*/
#bizcommerceLogo{position:relative;z-index:10;padding:10px 0;display:block;clear:both;background:#fff;box-shadow:0 0 20px rgba(0,0,0,.2)}
#bizcommerceLogo .page{text-align:center;font-size:10px;text-transform:uppercase;color:#555;box-shadow:none;background:none;padding:0;margin:0 auto}
#bizcommerceLogo .page a{display:inline-block}
#bizcommerceLogo .page img{display:block}
#bizcommerceLogo .page a:hover{opacity:.8}

/* voucher */
.voucher{display:inline-block;padding:20px;position:fixed;top:150px;right:10px;background:#ffffff;border-radius:3px;box-shadow:0 0 3px rgba(0,0,0,.5);color:#353637}
.voucher form{position:relative}
.voucher input[type=text]{width:300px;box-shadow:inset 0 0 5px #c7c7c7;border-radius:3px;border:solid 1px #c7c7c7;font-size:14px;color:#353637;font-style:italic;font-weight:700;padding:20px;font-size:14px;font-weight:700}
.voucher button{position:absolute;top:1px;right:1px;padding:10px 20px}
.voucher #info-voucher{padding:0}
.voucher #info-voucher > span{display:none}
.voucher #info-voucher,
.voucher #form-voucher{position:relative}
.voucher #info-voucher button{top:0;right:0;border-radius:3px;width:145px;position:relative}
.voucher #form-voucher:before{content:'Digite seu cupom';display:block;font-size:20px;font-weight:700;color:#666666;padding:15px 0 10px 35px;background:url(../images/voucher.png) no-repeat left center}
.voucher .close{position:relative;z-index:2;text-align:right;display:block;font-size:14px;color:#424242;text-transform:lowercase;font-weight:200;padding-bottom:10px}
.voucher .close:after{content:'';display:inline-block;border-width:5px;border-color:transparent transparent transparent #424242;border-style:solid;margin-left:10px}
.voucher.off{padding:0;border-radius:3px 0 0 3px;right:0}
.voucher.off > div{display:none!important}
.voucher.off .close{position:relative;width:50px;height:50px;overflow:hidden;background:url(../images/voucher.png) no-repeat center;font-size:0;text-indent:999px;margin-left:10px;padding:0}
.voucher.off .close:after{border-color:transparent #424242 transparent transparent;position:absolute;left:-15px;top:20px}

/* extended warranty page */
body.extendedcatalog-product-warranty .warranty{}
body.extendedcatalog-product-warranty .warranty h1{padding:10px;background:#eee;margin:0 0 10px;font-size:15px;color:#222}
body.extendedcatalog-product-warranty .warranty .warranty-content{display:table;margin:20px 0 50px}
body.extendedcatalog-product-warranty .warranty .warranty-product{display:table;font-size:12px}
body.extendedcatalog-product-warranty .warranty .warranty-product .image{float:left;margin:0 20px 0 0;border:1px solid #ccc}
body.extendedcatalog-product-warranty .warranty .warranty-product .dados > h2{display:block;margin-bottom:10px;font-size:20px;font-weight:600;color:#000;line-height:1.2em}
body.extendedcatalog-product-warranty .warranty ul.extended-warranty-list{display:table;margin:20px 10px;padding:10px}
body.extendedcatalog-product-warranty .warranty ul.extended-warranty-list li{width:150px;float:left;text-align:center;border:1px solid #ccc;margin:5px;height:140px;position:relative;border-radius:5px}
body.extendedcatalog-product-warranty .warranty ul.extended-warranty-list li > h3{background-color:#eee;font-size:13px;padding:3px 5px;height:30px;display:table-cell;width:140px;vertical-align:middle}
body.extendedcatalog-product-warranty .warranty ul.extended-warranty-list li > label{position:static;margin:10px 3px;display:block}
body.extendedcatalog-product-warranty .warranty ul.extended-warranty-list li > label > span strong{font-size:15px}
body.extendedcatalog-product-warranty .warranty ul.extended-warranty-list li > label > .radio{position:absolute;bottom:0;left:0;width:100%;padding:5px 0;border-top:1px solid #ccc}
body.extendedcatalog-product-warranty .warranty-actions{height:50px;clear:both;margin:30px 0;position:relative}
body.extendedcatalog-product-warranty .warranty-actions .btn-back{position:absolute;left:0;padding:10px}
body.extendedcatalog-product-warranty .warranty-actions .btn-continue{position:absolute;right:0;padding:10px}

/* Sales Order Videos */
#sales-order-videos{display:table;width:100%}
#sales-order-videos .data{font-size:15px;text-align:center;display:table;width:100%;margin:20px 0 15px;padding-top:15px;background-color:#efefef;padding-bottom:50px}
#sales-order-videos .data > a{font-size:20px;margin:10px;text-align:left;display:block}
#sales-order-videos .data h2{font-size:20px;margin:20px 20px 10px;padding-top:15px;text-align:left;display:block;text-transform:uppercase;border-top:1px solid #666}
#sales-order-videos .data h3{font-size:15px;margin:10px 20px;text-align:left;display:block}
#sales-order-videos .sales-order-videos-list li div.product{font-size:15px;margin:10px 25px;text-align:left}
#sales-order-videos .sales-order-videos-list li > a{display:table;width:100%;background-color:#fff;border-radius:10px}
#sales-order-videos .sales-order-videos-list li > a:hover{background-color:#fafafa}
#sales-order-videos .sales-order-videos-list li div.product small{font-size:12px;float:right}
#sales-order-videos .sales-order-videos-list{display:block;text-align:center}
#sales-order-videos .sales-order-videos-list li{margin:5px 20px;display:block}
#sales-order-videos .sales-order-videos-list li div.videos{display:none;background-color:#fff;border-radius:10px;padding:25px 0}
#sales-order-videos .sales-order-videos-list li div.videos > div{margin:0 auto}

/* Curstomer Downloads */
.downloads-content{margin:20px 0;padding:20px 0;border-bottom:1px solid #ccc;border-top:1px solid #ccc}
.downloads-list{}
.downloads-list > li{display:block;font-size:14px;padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid #ccc}
.downloads-list > li:last-child{margin:0;padding:0;border:0}
.downloads-list h3{display:block;margin:0 0 20px;font-size:18px;color:#000}
.downloads-list li ul{font-size:0;white-space:nowrap}
.downloads-list li ul li{font-size:14px;white-space:normal;display:inline-block;vertical-align:top;padding:0 0 10px 10px;width:25%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.downloads-list li ul li:nth-child(4n+1){padding-left:0}
.downloads-list li ul li a{display:inline-block;font-weight:700;color:#222;padding:5px}
.downloads-list li ul li a:before{position:relative;top:-2px;display:inline-block;vertical-align:middle;width:16px;height:20px;margin-right:5px;background:url(../images/bg.png) no-repeat 0 -160px;content:''}
.downloads-list li ul li a[href*=jpg]:before,
.downloads-list li ul li a[href*=jpeg]:before,
.downloads-list li ul li a[href*=gif]:before,
.downloads-list li ul li a[href*=png]:before,
.downloads-list li ul li a[href*=tiff]:before,
.downloads-list li ul li a[href*=psd]:before,
.downloads-list li ul li a[href*=bmp]:before,
.downloads-list li ul li a[href*=cdr]:before,
.downloads-list li ul li a[href*=ai]:before{background-position:-20px -160px}
.downloads-list li ul li a[href*=doc]:before,
.downloads-list li ul li a[href*=docx]:before,
.downloads-list li ul li a[href*=txt]:before,
.downloads-list li ul li a[href*=rtf]:before,
.downloads-list li ul li a[href*=pdf]:before,
.downloads-list li ul li a[href*=xls]:before,
.downloads-list li ul li a[href*=xml]:before,
.downloads-list li ul li a[href*=html]:before{background-position:-40px -160px}
.downloads-list li ul li a[href*=mp3]:before,
.downloads-list li ul li a[href*=wav]:before,
.downloads-list li ul li a[href*=flac]:before{background-position:-60px -160px}
.downloads-list li ul li a[href*=avi]:before,
.downloads-list li ul li a[href*=mp4]:before,
.downloads-list li ul li a[href*=mov]:before,
.downloads-list li ul li a[href*=mkr]:before,
.downloads-list li ul li a[href*=mpg]:before,
.downloads-list li ul li a[href*=mpeg]:before,
.downloads-list li ul li a[href*=wmv]:before{background-position:-80px -160px}
.downloads-list li ul li a:hover{background:#eee}
.downloads-list li ul li .desc{padding:5px;font-size:12px}

/*Lightbox*/
#lbOverlay{position:fixed;z-index:3000000000;left:0;top:0;width:100%;height:100%;background-color:#000;cursor:pointer}
#lbCenter,
#lbBottomContainer{position:fixed;z-index:3000000001;overflow:hidden;background-color:#fff}
#lbCenter{border:10px solid #fff}
#lbCenter.lbLoading{background:#fff url('../images/lightbox/loading.gif') no-repeat center}
#lbImage{position:absolute;left:0;top:0;background-repeat:no-repeat}
#lbPrevLink,
#lbNextLink{display:block;position:absolute;top:0;width:50%;outline:none}
#lbPrevLink{left:0}
#lbPrevLink:hover{background:transparent url('../images/lightbox/prev.png') no-repeat 0 15%}
#lbNextLink{right:0}
#lbNextLink:hover{background:transparent url('../images/lightbox/next.png') no-repeat 100% 15%}
#lbCloseLink{display:block;float:right;width:70px;height:22px;background:transparent url('../images/lightbox/close.png') no-repeat center;margin:5px 0;outline:none}
#lbBottom{font-family:Verdana, Arial, Geneva, Helvetica, sans-serif;font-size:10px;color:#666;line-height:1.4em;text-align:left;border:10px solid #fff;border-top-style:none}
#lbCaption,
#lbNumber{margin-right:71px}
#lbCaption{font-weight:bold}

/*lightbox TINYBOX*/
#tinymask{position:absolute;display:none;top:0;left:0;height:100%;width:100%;z-index:1500;background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.2)),color-stop(1%,rgba(0,0,0,0.2)),color-stop(100%,rgba(0,0,0,0.7)));background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:-ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%);background:radial-gradient(center,ellipse cover,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.2) 1%,rgba(0,0,0,0.7) 100%)}
#tinybox{background:#fff;padding:20px;display:none;position:absolute;z-index:2000}
#tinycontent{position:relative}
#tinycontent .block-title h3{display:block;margin:0 0 15px;font-size:18px;color:#333;font-weight:400}
#tinycontent .block-title h3 a{color:#333;font-weight:600}
#tinycontent .block-title h3 a:hover{text-decoration:underline}

/*autocomplete*/
.search-autocomplete{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.3)}
.search-autocomplete ul{overflow-y:auto;max-height:300px;margin:10px}
.search-autocomplete ul::-webkit-scrollbar{width:5px}
.search-autocomplete ul::-webkit-scrollbar-track{background:#ccc;box-shadow:inset 0 0 0 2px #fff;border-radius:3px}
.search-autocomplete ul::-webkit-scrollbar-thumb{border-radius:3px;background:#555}
.search-autocomplete ul li{display:block;padding:5px 10px;font-size:14px}
.search-autocomplete ul li:hover{background:#eee}
.search-autocomplete ul li span{display:none}

/*vendas atacado*/
.venda-atacado{margin:0 0 20px;width:100%;position:relative;z-index:10}
.venda-atacado td,
.venda-atacado th{text-align:center;vertical-align:top}
.venda-atacado tr td:first-child,
.venda-atacado tr th:first-child{text-align:left;width:30px}
.venda-atacado thead th{padding:7px 0;border-bottom:3px solid #eee;font-size:12px;color:#666;text-transform:uppercase;font-weight:700}
.venda-atacado tbody td{padding:4px 0}
.venda-atacado tbody tr:first-child td{padding-top:8px}
.venda-atacado div{position:relative;height:30px}
.venda-atacado th div{height:auto}
.venda-atacado .img{z-index:5}
.venda-atacado .img img{display:block;width:26px;height:26px;box-shadow:0 0 0 1px #fff,0 0 0 2px #aaa;margin:2px}
.venda-atacado .img .open{position:absolute;top:110%;left:0;display:none;width:70px;height:70px;padding:5px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.3)}
.venda-atacado .img .open img{width:70px;height:70px;margin:0;box-shadow:none}
.venda-atacado .img:hover{z-index:10}
.venda-atacado .img:hover .open{display:block}
.venda-atacado input{width:28px;height:30px;box-shadow:inset -1px 0 0 #aaa;display:block;border:0;font-size:12px;color:#666;text-align:center;line-height:30px;background:none}
.venda-atacado .plusless{width:45px;height:30px;margin:0 auto;border-radius:3px;box-shadow:inset 0 0 0 1px #aaa,inset 0 -14px 0 #f9f9f9,0 2px 3px rgba(0,0,0,.1)}
.venda-atacado .plusless .bt{position:absolute;top:0;right:0;display:block;width:17px;height:15px;line-height:15px;text-align:center;font-weight:700;border-radius:0 3px 0 0}
.venda-atacado .plusless .bt.less{top:auto;bottom:0;border-radius:0 0 3px 0}
.venda-atacado .plusless .bt:hover{background-color:rgba(0,0,0,.05)}
.venda-atacado .plusless .bt:active{background-color:rgba(0,0,0,.2)}
.venda-atacado .validation-advice{height:auto;position:absolute;width:100px;text-align:left}
.venda-atacado tr.out-of-stock th *,
.venda-atacado tr.out-of-stock td *{opacity:.5}
.venda-atacado tr.out-of-stock td:first-child .img:before{position:absolute;top:0;left:0;z-index:10;line-height:20px;content:'x';padding:0 10px;font-size:22px;font-weight:300;color:#000}
.venda-atacado tr.out-of-stock .img .open,
.venda-atacado tr.out-of-stock input,
.venda-atacado tr.out-of-stock .plusless .bt{display:none!important}
.venda-atacado tr td.out-of-stock,
.venda-atacado tr td.out-of-stock .qtd-wholesale{opacity:.5}

/* listagem produtos Exibir Atributos Configuraveis nas listagens */
.products-grid > li.child_products_list:hover .list-products-images{display:block!important;}
.products-list > li.child_products_list:hover .list-products-images{display:block!important;}

/*fluid/fix*/
.grid{margin:0 auto}
.grid-row > *{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.grid-row > * > .grid-in{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.grid-row:after{display:block;clear:both;content:''}
.grid img{max-width:100%;height:auto}
.grid.w940px{width:940px}
.grid.w960px{width:960px}
.grid.w980px{width:980px}
.grid.min940px{min-width:940px}
.grid.min960px{min-width:960px}
.grid.min980px{min-width:980px}
.grid.w70{width:70%}
.grid.w75{width:75%}
.grid.w80{width:80%}
.grid.w85{width:85%}
.grid.w90{width:90%}
.grid.w95{width:95%}
.grid.w100{width:100%}
.grid.e0 > .grid-row{margin:0}
.grid.e0 > .grid-row > * > .grid-in{margin-right:0}
.grid.e1 > .grid-row{margin:0 -1px 1px 0}
.grid.e1 > .grid-row > * > .grid-in{margin-right:1px}
.grid.e2 > .grid-row{margin:0 -2px 2px 0}
.grid.e2 > .grid-row > * > .grid-in{margin-right:2px}
.grid.e3 > .grid-row{margin:0 -3px 3px 0}
.grid.e3 > .grid-row > * > .grid-in{margin-right:3px}
.grid.e4 > .grid-row{margin:0 -4px 4px 0}
.grid.e4 > .grid-row > * > .grid-in{margin-right:4px}
.grid.e5 > .grid-row{margin:0 -5px 5px 0}
.grid.e5 > .grid-row > * > .grid-in{margin-right:5px}
.grid.e10 > .grid-row{margin:0 -10px 10px 0}
.grid.e10 > .grid-row > * > .grid-in{margin-right:10px}
.grid.e15 > .grid-row{margin:0 -15px 15px 0}
.grid.e15 > .grid-row > * > .grid-in{margin-right:15px}
.grid.e20 > .grid-row{margin:0 -20px 20px 0}
.grid.e20 > .grid-row > * > .grid-in{margin-right:20px}
.grid.e25 > .grid-row{margin:0 -25px 25px 0}
.grid.e25 > .grid-row > * > .grid-in{margin-right:25px}
.grid.e30 > .grid-row{margin:0 -30px 30px 0}
.grid.e30 > .grid-row > * > .grid-in{margin-right:30px}
.grid.e35 > .grid-row{margin:0 -35px 35px 0}
.grid.e35 > .grid-row > * > .grid-in{margin-right:35px}
.grid.e40 > .grid-row{margin:0 -40px 40px 0}
.grid.e40 > .grid-row > * > .grid-in{margin-right:40px}
.grid.e45 > .grid-row{margin:0 -45px 45px 0}
.grid.e45 > .grid-row > * > .grid-in{margin-right:45px}
.grid.e50 > .grid-row{margin:0 -50px 50px 0}
.grid.e50 > .grid-row > * > .grid-in{margin-right:50px}
.grid.e55 > .grid-row{margin:0 -55px 55px 0}
.grid.e55 > .grid-row > * > .grid-in{margin-right:55px}
.grid.e60 > .grid-row{margin:0 -60px 60px 0}
.grid.e60 > .grid-row > * > .grid-in{margin-right:60px}
.grid.e65 > .grid-row{margin:0 -65px 65px 0}
.grid.e65 > .grid-row > * > .grid-in{margin-right:65px}
.grid.e70 > .grid-row{margin:0 -70px 70px 0}
.grid.e70 > .grid-row > * > .grid-in{margin-right:70px}
.grid.e75 > .grid-row{margin:0 -75px 75px 0}
.grid.e75 > .grid-row > * > .grid-in{margin-right:75px}
.grid.e80 > .grid-row{margin:0 -80px 80px 0}
.grid.e80 > .grid-row > * > .grid-in{margin-right:80px}
.grid.e85 > .grid-row{margin:0 -85px 85px 0}
.grid.e85 > .grid-row > * > .grid-in{margin-right:85px}
.grid.e90 > .grid-row{margin:0 -90px 90px 0}
.grid.e90 > .grid-row > * > .grid-in{margin-right:90px}
.grid.e95 > .grid-row{margin:0 -95px 95px 0}
.grid.e95 > .grid-row > * > .grid-in{margin-right:95px}
.grid.e100 > .grid-row{margin:0 -100px 100px 0}
.grid.e100 > .grid-row > * > .grid-in{margin-right:100px}
.grid .grid > .grid-row:last-child{margin-bottom:0}
.grid-row > .c1{width:8.3333%}
.grid-row > .c2{width:16.6666%}
.grid-row > .c3{width:25%}
.grid-row > .c4{width:33.3333%}
.grid-row > .c5{width:41.6666%}
.grid-row > .c6{width:50%}
.grid-row > .c7{width:58.3333%}
.grid-row > .c8{width:66.6666%}
.grid-row > .c9{width:75%}
.grid-row > .c10{width:83.3333%}
.grid-row > .c11{width:91.6666%}
.grid-row > .c12{width:100%}
.grid-row > .c1-5{width:20%}
.grid-row > .c2-5{width:40%}
.grid-row > .c3-5{width:60%}
.grid-row > .c4-5{width:80%}
.grid.p1 > .grid-row > * > .grid-in{padding:1px}
.grid.p2 > .grid-row > * > .grid-in{padding:2px}
.grid.p3 > .grid-row > * > .grid-in{padding:3px}
.grid.p4 > .grid-row > * > .grid-in{padding:4px}
.grid.p5 > .grid-row > * > .grid-in{padding:5px}
.grid.p10 > .grid-row > * > .grid-in{padding:10px}
.grid.p15 > .grid-row > * > .grid-in{padding:15px}
.grid.p20 > .grid-row > * > .grid-in{padding:20px}
.grid.p25 > .grid-row > * > .grid-in{padding:25px}
.grid.p30 > .grid-row > * > .grid-in{padding:30px}
.grid.p35 > .grid-row > * > .grid-in{padding:35px}
.grid.p40 > .grid-row > * > .grid-in{padding:40px}
.grid.p45 > .grid-row > * > .grid-in{padding:45px}
.grid.p50 > .grid-row > * > .grid-in{padding:50px}

/* BCash Checkout Express */
#bcash-express-submit-popup h1{font-size:16px;color:#444;display:block;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #eee}
#bcash-express-submit-popup table td{vertical-align:top;padding:0 10px 10px 0;font-size:12px}
#bcash-express-submit-popup table td label{font-weight:700;color:#000;display:block;padding-top:7px;width:37px}
#bcash-express-submit-popup table td .msg{display:block;padding-bottom:10px;font-weight:600}
#bcash-express-submit-popup table td button{display:block;width:70px;padding:10px;font-size:12px}
#bcash-express-submit-popup .data-msg{display:block;padding-bottom:0;font-weight:600;font-size:12px;padding-top:25px}
#bcash-express-submit-popup .error-msg{display:none;font-weight:600;font-size:12px;color:red;position: absolute}
#bcash-express-submit-error{white-space:normal;background:#fff799;padding:10px!important;font-size:12px;font-weight:700;color:#333;margin-bottom:20px}
.cart .totals .wrap-links .bcash-express-checkout{float:left;width:212px;padding-top:1px}
.cart .totals .wrap-links .bcash-express-checkout button{display:block;width:100%;height:70px;background:#ed1b24;padding-left:70px;position:relative;text-align:left;font-size:13px;font-weight:600}
.cart .totals .wrap-links .bcash-express-checkout button:before{position:absolute;top:10px;left:20px;display:block;width:41px;height:50px;background:url(../pagtos/bcash_express.png) no-repeat 0 0;content:''}
.cart .totals .wrap-links .bcash-express-checkout button:hover{color:#000}
.container-modal{padding:20px}

/*mercadopago*/
.form-mercadopago #status .box{margin:10px 0;padding:10px;font-size:12px;color:#333;background:#f5f5f5}
.form-mercadopago #status.msg-error .box{background:#fff799;}

/*blog feed reader*/
.block-feed-reader{padding:9px;border:1px solid #ddd}
.block-feed-reader .block-title{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ddd;font-size:18px;color:#333}
.block-feed-reader ol li{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #ddd}
.block-feed-reader ol li:last-child{margin:0;padding:0;border:0}
.block-feed-reader ol li h3{font-size:15px;font-weight:600;display:block;margin-bottom:3px}
.block-feed-reader ol li .date{margin-bottom:15px;font-size:12px;color:#999}
.block-feed-reader ol li .summary{margin-bottom:15px}
.block-feed-reader ol li .summary:last-child{margin-bottom:0}
.block-feed-reader ol li .std p{margin-bottom:10px}
.block-feed-reader ol li .std > ul,
.block-feed-reader ol li .std > ol{margin-bottom:5px}
.block-feed-reader ol li .std img{max-width:100%;width:auto;height:auto}
.block-feed-reader ol li .std img.centered,
.block-feed-reader ol li .std img.aligncenter{display:block;margin:0 auto 10px;clear:both}
.block-feed-reader ol li .std img.alignright,
.block-feed-reader ol li .std .alignright{margin:0 0 10px 10px;float:right}
.block-feed-reader ol li .std img.alignleft,
.block-feed-reader ol li .std .alignleft{margin:0 10px 10px 0;float:left}
.block-feed-reader ol li .std > *:last-child{margin-bottom:0!important}

/*marcas*/
#manufacturer_char_filter{margin-bottom:20px;font-size:0;background:#eee}
#manufacturer_char_filter li{display:inline-block;vertical-align:top;font-size:14px}
#manufacturer_char_filter li a{display:block;line-height:30px;padding:0 15px;text-transform:uppercase;font-weight:600}
#manufacturer_char_filter li.selected-manufacturer a,
#manufacturer_char_filter li a:hover{background:rgba(0,0,0,.5);color:#fff}
.asmarcas-list{margin-left:-20px}
.asmarcas-list:after{display:table;clear:both;content:''}
.asmarcas-list li{float:left;width:25%;margin:0 0 20px;padding:0 0 0 20px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.asmarcas-list li a{display:block}
.asmarcas-list li .img{display:block;height:70px;line-height:70px;text-align:center;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #ddd}
.asmarcas-list li .img img{max-height:70px;width:auto;height:auto;display:inline-block;vertical-align:middle}
.asmarcas-list li .img .name{display:none}
.asmarcas-list li .name{display:block;text-align:center;font-weight:600;font-size:12px}

.form-language {display:none;}

/*listagem de produtos*/
body.catalog-category-view .page-title{background-color: #f9f9f9;margin-bottom:0px;padding-bottom:50px;}
@media only screen and (max-width : 768px) {body.catalog-category-view .page-title{padding-bottom:15px;}}
body.catalog-category-view .page-title.instituicao{background-color: #fff;padding-bottom: 0px;}

body.catalog-category-view{background: white;}
body.catalog-category-view .block-layered-nav {padding:0!important;}
body.catalog-category-view .block-layered-nav .checkbox label::after{    top: -2px;    margin-left: -21px;}
body.catalog-category-view .block-layered-nav .checkbox input[type="checkbox"]:indeterminate + label::after,
body.catalog-category-view .block-layered-nav .checkbox input[type="radio"]:indeterminate + label::after{margin-left:-17.5px;}

@media only screen and (max-width : 480px) {
    body.catalog-category-view{background: #EEEEEE;}
}
.catalog-category-view .col-left{float:left;width: 300px;border-right: solid 1px #eee;padding-right: 80px;margin-bottom:20px;}
.catalog-category-view .col-main{display: block; margin-left: 300px;padding-left: 50px;}
@media only screen and (max-width : 767px) {
    /*.catalog-category-view .col-left{display:none;}*/
    .catalog-category-view .col-left{display:none;position: absolute;background-color:#fff;z-index:9;width:176pt;right:0;top:0;height:3000px;padding-right: 0;}
    .catalog-category-view .col-main{margin-left: 0px;padding-left: 0px;padding-top: 50px;}
}
.catalog-category-view .products-list .product-info{margin-left:203px;padding:0;}
.catalog-category-view .products-list > li a.maisdetalhes{width: 180px;height: 35px;color: #183729;background:none;font-size: 12px;line-height: 12px; border: solid 1px #183729}
.catalog-category-view .products-list > li:hover a.maisdetalhes{background: #ffd545;border-color: #ffd545;color:#594500;font-size: 12px;line-height: 12px;}
.products-list a.maisdetalhes-tablet{display:block;width: 180px;height: 35px;color: #183729;background: #fff;font-size: 12px;text-align: center;font-weight: 700;line-height: 35px;border: 1px solid #183729;}
/*.products-list a.maisdetalhes-tablet:hover{display:block;background: #ffd800;text-decoration: none;}*/
.catalog-category-view .products-list > li:hover a.maisdetalhes-tablet{background: #ffc600;border-color: #ffc600;color:#594500;font-size: 12px;text-decoration: none;}

.catalog-category-view .products-list li{margin-bottom: 0!important;}
.catalog-category-view .products-list .product-image{display: block;float: left;position: relative;width: 173px;}
@media only screen and (min-width : 768px) {
    .catalog-category-view .products-list .product-image.combo {
        display: block;
        float: left;
        position: relative;
        width: 179px;
    }
}
@media only screen and (max-width : 767px) {
    .catalog-category-view .products-list .product-image.combo {
        display: block;
        float: left;
        position: relative;
        width: 100px;
    }
}
/*.prod-selos-list{width: 100px;}*/
.catalog-category-view .selo-interno .attr_image_selos_3795,
.catalog-category-view .selo-interno .attr_image_selos_3813,
.catalog-category-view .selo-interno .attr_image_selos_3823,
.catalog-category-view .selo-interno .attr_image_selos_3796,
.catalog-category-view .selo-interno .attr_image_selos_3853{ /* 10%, 20%, 30%, 40%, 70% */
    display: block;
    position: absolute;
    right: 8px;
    top: 0px;
    width: 47px;
}
.catalog-category-view .selo-interno .attr_image_selos_3044{ /* Apostila Digital */
    display: none;
    position: absolute;
    right: -5px;
    bottom: 10px;
    width: 131px;
}

.catalog-category-view .selo-interno .attr_image_selos_4044{display: none;}/*Nao mostrar selo preparatorio*/

.catalog-category-view .product-name{margin:0;}
.catalog-category-view .products-list .desc{font-size: 12px;color:#666666;text-align: justify;margin-top:20px;}
.catalog-category-view .products-list .desc p.attrs{height: 25px;    padding: 6px;margin:0px;}
.catalog-category-view .products-list .desc p.attrs.even{background-color: #f8f8f8;}
.catalog-category-view .products-list .desc p.attrs.odd{background-color: #ffffff;}


.catalogsearch-result-index .products-list .desc{font-size: 12px;color:#666666;text-align: justify;margin-top:20px;}
.catalogsearch-result-index .products-list .desc p.attrs{height: 25px;    padding: 6px;margin:0px;}
.catalogsearch-result-index .products-list .desc p.attrs.even{background-color: #f8f8f8;}
.catalogsearch-result-index .products-list .desc p.attrs.odd{background-color: #ffffff;}

.catalog-category-view .attr_image_selos_1421{display:none;background:#ED7819;height: 20px;margin-top: 2px;font-size: 10px;text-align: center;line-height: 20px;font-weight: bold;}
.catalog-category-view .attr_image_selos_1421 img{display: none;}
.catalog-category-view .attr_image_selos_1421:before {
    content: "PREPARATÓRIA";
    color: white;
}
.catalog-category-view .attr_image_selos_1418{display:block;background:#E83939;height: 20px;margin-top: 2px;font-size: 10px;text-align: center;line-height: 20px;font-weight: bold;}
.catalog-category-view .attr_image_selos_1418 img{display: none;}
.catalog-category-view .attr_image_selos_1418:before {
    content: "PRÉ-VENDA";
    color: white;
}
.catalog-category-view .price-tablet{width:100%;}

@media only screen and (max-width : 1200px) {
    .catalog-category-view .products-list .product-info .left {
        margin-right: 0;
    }
}

@media only screen and (max-width : 992px) {
    .catalog-category-view .products-list .product-info {
        margin: 0 !important;
    }
}
.div-mini-search{position: relative;}
form#search_mini_form_lateral #search{border: solid 1px #e4e5e7;height: 30px;}
form#search_mini_form_lateral button.search-button {
    background: #fff url("../images/icons/icon_sch_lateral.png") no-repeat scroll 10px center;
    border-color: #e3e3e3;
    border-style: solid;
    border-width: 0 0 0 1px;
    height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 37px;
}

.filtro_lateral{font-weight: bold;color:#333;font-size: 16px;margin:38px 0 18px 0;}
.filtro_lateral_desc{color:#666666;font-size: 12px;width: 210px;}
.btn-filtrar-lateral{display: block;width: 210px;height: 35px;background: #4fc617;color: #fff;font-weight: bold;font-size: 12px;}
.select2{width: 213px !important;}
.select2-container--default .select2-selection--single{border:solid 1px #ddd!important;border-radius: 0!important;height: 32px!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered {color: #666666!important;line-height: 28px;font-size: 14px;}
.titulo-filtro-lateral{display:block;color:#727173;font-weight: bold;font-size: 12px;margin:28px 0 9px 0;}
.box-salario{display: block;width: 210px;height: 34px;border:solid 1px #ddd;background: #fff;}
.box-salario .minus{float: left;width: 34px;height: 32px;background: #fff url("../images/icons/ico-minus.png") no-repeat center;border-right: solid 1px #ddd;}
.box-salario .more{float: right;width: 34px;height: 32px;background: #fff url("../images/icons/ico-more.png") no-repeat center;border-left: solid 1px #ddd;}
.box-salario .valor{color:#666666;font-size:14px;line-height: 34px;margin-left: 13px;}
.catalog-category-view div.checkbox{color:#666666 !important;font-size: 13px;}
.pages{float: right;}
.pagination > li > a, .pagination > li > span {
    background-color: #fff;
    border: 1px solid #e7eaec!important;
    color: #6a6c6e!important;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
    margin-left: 0;
}
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0!important;
    border-top-right-radius: 0!important;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #4fc617!important;
    border-color: #4fc617!important;
    color: #fff!important;
    cursor: default;
    z-index: 3;
}
.swiper-container-category {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.catalog-category-view .breadcrumb-div{margin-bottom:0px!important;background-color:#f9f9f9;}
.catalog-category-view .breadcrumb-div.white{background-color:#ffffff;}
.catalog-category-view .txt-apostilas-destaque{font-family: "Roboto",sans-serif;margin-bottom:15px;font-weight: bold;}
.open-filter-apostilas {
    float: right;
    background-color: transparent;
    border: 1px solid #183729;
    border-radius: 9px;
    color: #183729;
    display: inline-block;
    padding: 2px 12px;
}
ul.products-grid-interno{margin:0px;padding:0px;}
.products-grid-interno > li {margin: 0!important;}
.products-grid-interno.fluid > li {margin: 0 0 20px 0!important;}

@media screen and (min-width: 1200px) {
    .products-grid-interno.fluid > li:nth-child(6n+1){clear: left!important;margin-left: 0!important;}
    .products-grid-interno > li{width: 193px;height: inherit;padding:0 10px 10px 10px;}
    .products-grid-interno.historico > li{width: 183px;margin-right: 10px!important;}
}
@media screen and (max-width: 992px) {
    .products-grid-interno li.item-6 a.link-comprar{width: 100%;height: 35px;padding:11px 0px 12px 26px;background-color: #ffffff;text-align: center;
        text-transform: uppercase;font-family: Arial;font-size: 10px;font-weight: bold;line-height: 1.43;color:#fff;display: inline-block;}
    .products-grid-interno a.link-comprar{width: 100%;height: 35px;padding:11px 0px 12px 10px;background-color: #ffffff;text-align: center;
        text-transform: uppercase;font-family: Arial;font-size: 10px;font-weight: bold;line-height: 1.43;color:#fff;display: inline-block;}
    .catalog-category-view .selo-interno .attr_image_selos_3044{display: none;}
}
.products-grid-interno a.link-comprar{width: 100%;height: 35px;padding:11px 0px 12px 10px;background-color: none;background: url(../images/icons/cart-mini.png) no-repeat 23% 9px;text-align: center;
    text-transform: uppercase;font-family: Arial;font-size: 12px;font-weight: bold;line-height: 12px;color:#183729;display: none;border:solid 1px #183729;}
/*.products-grid-interno a.link-comprar:hover{background:#ffd545 url(../images/icons/cart-mini.png) no-repeat  20% 8px;text-decoration: none;color:#594500;}*/
.products-grid-interno > li:hover a.link-comprar{color:#594500;border-color:#ffd545;background: #ffd545 url(../images/icons/cart-mini-hover.png) no-repeat 23% 9px;text-decoration: none;}
.products-grid-interno.fluid > li{margin:0 0 20px 29px}
.products-grid-interno > li{display:block;float:left;font-size:12px;width: 193px;height: inherit;padding:0 10px 0 10px;margin:0;position:relative;border:none;}
.products-grid-interno >li:hover{box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.17);border:1px solid #f9f9f9;}
.products-grid-interno >.swiper-slide:hover{box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.17);border:1px solid #f9f9f9;}
.products-grid-interno .product-image{display:block; position:relative;}
.products-grid-interno > li a.product-image{cursor: pointer;text-align: center;}
.products-grid-interno > li a.product-image.combo > img.img-responsive.combo {width: 159px;    display: inline-block;}
/*.products-grid-interno .product-image{display:block;position:relative}
.products-grid-interno .product-image > img{display:block;width:auto;margin:0 auto;background:#fff}*/
.products-grid-interno .product-info{margin-top:19px;height: 148px;text-align: center}
.products-grid-interno .prod-selos{margin-top:5px;display: block;}
.products-grid-interno .prod-selos img{width: 100%;}
.products-grid-interno .prod-selos.promocional{position: absolute;top: -5px;right: 6px;}
.selo-frete-gratis-interno{margin-bottom: 10px;}
@media only screen and (max-width : 767px) {
    .products-grid-interno .prod-selos.promocional{position: absolute;top: -5px;right: 6px;}
    .selo-frete-gratis-interno{display: none;}
}
.products-grid-interno .prod-selos.fretegratis{position: absolute;top: 320px;right: 64px;}
.products-grid-interno .prod-selos.down{position: absolute;top: 195px;right: 0px;}
.products-grid-interno .product-info h2.product-name{margin:0px;font-family: Arial;font-size: 14px;line-height: 1.43;text-align: left;color: #333333;font-weight: normal;height: 58px;overflow: hidden;margin-bottom: 34px;}

.products-grid-interno .product-info h2.product-name a{margin:0px;font-family: Arial;font-size: 14px;line-height: 1.43;text-align: left;color: #333333;font-weight: normal;    cursor: pointer;}
.products-grid-interno .product-info h2.product-name a:hover{text-decoration: none;}
.products-grid-interno .price-box{margin-bottom:10px;font-size:13px;text-align: left;}
.products-grid-interno span{position:relative;display:inline-block}
.products-grid-interno .preco-a-vista{display:none;}
.vitrine-category{padding: 0 46px;}
.vitrine-category .swiper-button-prev{background: url(../images/banner/arrow-dcdcdc-prev.png) no-repeat; width: 23px;height: 45px;top:inherit;margin-top:-363px;left:9%;}
.vitrine-category .swiper-button-next{background: url(../images/banner/arrow-dcdcdc-next.png) no-repeat; width:23px;height: 45px;top:inherit;margin-top:-363px;right:9%; }

@media only screen and (max-width : 768px) {
    .products-grid-interno.fluid > li {margin:0!important;}
    .products-grid-interno .product-info{margin-bottom:0;margin-top:0;height: auto!important;}
    .products-grid-interno .product-info h2.product-name{margin-bottom: 0px;}
    .products-grid-interno .price-box{margin-bottom:0px;}
}
@media only screen and (min-width : 768px) {
    .vitrine-category .swiper-button-prev{left: 1%;}
    .vitrine-category .swiper-button-next{right: 1%;}
}
@media only screen and (min-width : 801px) {
    .vitrine-category .swiper-button-prev{left: 2%;}
    .vitrine-category .swiper-button-next{right: 2%;}
}
@media only screen and (min-width : 1291px) {
    .vitrine-category .swiper-button-prev{left: 3%;}
    .vitrine-category .swiper-button-next{right: 3%;}
}
@media only screen and (min-width : 1391px) {
    .vitrine-category .swiper-button-prev{left: 5%;}
    .vitrine-category .swiper-button-next{right: 5%;}
}
@media only screen and (min-width : 1471px) {
    .vitrine-category .swiper-button-prev{left: 7%;}
    .vitrine-category .swiper-button-next{right: 7%;}
}
@media only screen and (min-width : 1541px) {
    .vitrine-category .swiper-button-prev{left: 9%;}
    .vitrine-category .swiper-button-next{right: 9%;}
}
@media only screen and (min-width : 1601px) {
    .vitrine-category .swiper-button-prev{left: 10%;}
    .vitrine-category .swiper-button-next{right: 10%;}
}
@media only screen and (min-width : 1701px) {
    .vitrine-category .swiper-button-prev{left: 13%;}
    .vitrine-category .swiper-button-next{right: 13%;}
}
@media only screen and (min-width : 1801px) {
    .vitrine-category .swiper-button-prev{left: 11%;}
    .vitrine-category .swiper-button-next{right: 11%;}
}
@media only screen and (min-width : 1901px) {
    .vitrine-category .swiper-button-prev{left: 17%;}
    .vitrine-category .swiper-button-next{right: 17%;}
}

.box-vitrine-category{background: #f9f9f9!important;padding: 0px 0 20px 0;margin-bottom: 35px;}
@media only screen and (max-width : 767px) {
    .box-vitrine-category{padding: 10px 0 10px 0;}
}
.padding0{padding:0!important;margin:0!important;}
.padding0 label{padding:0!important;}
.catalog-category-view ul.products-grid-interno{padding: 0!important;margin-bottom: 0!important;}
.products-grid-interno.fluid > li .div-hover{width: 193px;margin:auto;}

.catalog-category-view .products-list li{padding: 30px;}

@media only screen and (max-width : 767px) {
    /*.catalog-category-view .products-grid-interno.fluid > li .div-hover {width: inherit;margin: auto;}*/
    .catalog-category-view .products-grid-interno.fluid > li .div-hover {width: 300px;}
}
/*.products-grid-interno >li:hover{box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.17);border:1px solid #f9f9f9;}*/

.products-grid-interno >li:hover{box-shadow: none!important;border:none!important;}
.products-grid-interno >.swiper-slide:hover{box-shadow: none!important;border:none!important;}
.products-grid-interno >.swiper-slide .div-hover{padding: 10px;background: #fff;}
.products-grid-interno >.swiper-slide .div-hover:hover{background: #fff;box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.17);}
.revews-stars-interno{display: block;overflow: hidden;width: 100%;margin-bottom:8px;}
@media only screen and (max-width : 992px) {
    .catalog-category-view .products-list .product-image{float: left;width: 100px;margin-right: 10px!important;}
    .catalog-category-view .products-list .product-image > img {width: 100%!important;}
    .catalog-category-view .products-list .desc{display: none;}
    .catalog-category-view .products-list a.maisdetalhes-tablet {width: 100%!important;display: block!important;overflow: hidden!important;margin-top:10px;}
    .catalog-category-view .products-list .product-image{ margin-right: 10px;margin-bottom: 10px;}
}
@media only screen and (max-width : 767px) {
    .catalogsearch-result-index .products-list a.maisdetalhes-tablet {width: 100%!important;display: block!important;overflow: hidden!important;margin-top: 10px;height: 35px;color: black;background: white;font-size: 12px;text-align: center;font-weight: 700;line-height: 35px;border-color: black;}
    .price-tablet{width: 100% !important;}
    .products-list .desc {display: none !important;}
    .products-list .product-info .left {margin-right: 0 !important;}
    .products-list .product-info {margin: 0 !important;padding: 0 !important;}
    .products-list .product-image {float: left;width: 100px;margin-right: 10px!important;}
    .products-list .product-image {float: left;width: 100px;margin-right: 10px!important;}
    ul.products-list {padding: 0 !important;}
    ul {padding-left: 0px;list-style: none;}
    ol, ul {margin-top: 0;margin-bottom: 10px;}
    .products-list .product-image > img {width: 100%!important;box-shadow: none;}
    .products-list li {padding: 10px !important;width: 300px;margin: auto!important;display: block !important;overflow: hidden !important;border-bottom: 1px solid #eee;list-style-type: none;}
    ul.products-list{padding: 0;}
    .catalog-category-view .products-list li.item:hover{-webkit-box-shadow: none!important;-moz-box-shadow: none!important;box-shadow: none!important;}
    .products-grid-interno .product-image{float: left;width: 100px;margin-right: 10px;}
    .catalog-category-view .products-list li{padding:10px;width: 300px;margin:auto!important;}
    .products-grid-interno >.swiper-slide .div-hover:hover{background: none;box-shadow: none;}
    .products-grid-interno a.link-comprar{background: url(../images/icons/cart-mini.png) no-repeat 34% 9px;}
    .products-grid-interno > li:hover a.link-comprar{background: #ffd545 url(../images/icons/cart-mini-hover.png) no-repeat 34% 9px;}
    .revews-stars-interno{width: auto;}
    .catalog-category-view .selo-interno .attr_image_selos_3795,
    .catalog-category-view .selo-interno .attr_image_selos_3813,
    .catalog-category-view .selo-interno .attr_image_selos_3823,
    .catalog-category-view .selo-interno .attr_image_selos_3796,
    .catalog-category-view .selo-interno .attr_image_selos_3853{right:5px;}
}

@media only screen and (max-width : 480px) {
    .catalog-category-view .products-grid-interno > li {background: #fff!important;width: 80%!important;}
    .box-vitrine-category{background: #fff!important;}
    .products-grid-interno a.link-comprar{background:#fff url("../images/icons/cart-mini.png") no-repeat scroll 34% 9px;color:#183729;}
    .catalog-category-view .products-list li{background: #fff!important;margin-bottom: 5px!important;}
}


/*.products-grid-interno a.link-comprar {
      background: rgba(0, 0, 0, 0) url("../images/icons/cart-mini.png") no-repeat scroll 34% 9px;
  }*/
.padding0{padding:0!important;margin:0!important;}
.padding0 label{padding:0!important;}

/* Cabecalho Filtros mobile apostilas */
.go-filter-header-apostilas{display: none;}
@media screen and (max-width: 767px) {
    .block-layered-nav {
        padding: 0 !important;
    }

    .col-left{padding: 0;right: 0;top: 0;height: 3000px;width: 176pt !important;background-color: white;position: absolute;z-index: 9;}
    .col2-left-layout .col-left{display:none;}
    .go-filter-header-apostilas {display:block;height:60px;background-color:#183729;position:relative;width:234px;left:0px;top:-4px;padding:18px 18px 18px 18px;}
    .go-filter-header-apostilas p{color:#fff;font-size: 14pt;}
    .block-content{padding: 0 10px;}
    .div-mini-search {position: relative;width: 210px!important;}
    .force-position{position: inherit!important;}
}


/* Instituicao */
.box-concursos-vazio{margin-bottom:44px;padding:0 0 56px 0;border-bottom: solid 1px #eee;}
.box-concursos{background:#fff;margin-top: 0px;margin-bottom:0px;padding:0 0 56px 0;border-bottom: solid 1px #eee;}
.box-concursos .destaque-concurso-item{background: #eee;padding: 19px 19px 19px 0;min-height: 227px;box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.17);}
.box-concursos h2.h2concursos{    font-size: 20px;    font-weight: bold;    margin-bottom: 20px;    line-height: 1;}
@media screen and (max-width: 992px) {
    .box-concursos .destaque-concurso-item {
        margin-bottom: 25px;
    }
    .bg-mobile{background: #fff;display: block;}
}
.box-concursos .destaque-concurso-item > .titulo{display: block;width: 200px;height: 29px;color:#fff;line-height: 29px;font-size: 14px;padding-left: 25px;text-transform: uppercase;}
.box-concursos .destaque-concurso-item > .titulo.situacao-0{background:#999999;}
.box-concursos .destaque-concurso-item > .titulo.situacao-1{background:#e96b00;}
.box-concursos .destaque-concurso-item > .titulo.situacao-2{background:#009cde;}
.box-concursos .destaque-concurso-item > .titulo.situacao-3{background:#4fc617;}
.box-concursos .destaque-concurso-item > .titulo.situacao-4{background:#c42020;}
.box-concursos .destaque-concurso-item > .titulo.situacao-5{background:#999999;}
.box-concursos .destaque-concurso-item .info{padding-left: 25px;}
.box-concursos .destaque-concurso-item .icon-inscricoes {float: left;background: rgba(0, 0, 0, 0) url("../images/icons/icon-inscricoes.png") no-repeat scroll 0 0;height: 20px;width: 21px;margin-right: 6px;}
.box-concursos .destaque-concurso-item .icon-vagas {float:left;background: rgba(0, 0, 0, 0) url("../images/icons/icon-vagas.png") no-repeat scroll 0 0;height: 20px;width: 21px;margin-right: 6px;}
.box-concursos .destaque-concurso-item .icon-salario {float:left;background: rgba(0, 0, 0, 0) url("../images/icons/icon-salario.png") no-repeat scroll 0 0;height: 20px;width: 21px;margin-right: 6px;}
.box-concursos .destaque-concurso-item .icon-prova {float:left;background: rgba(0, 0, 0, 0) url("../images/icons/icon-prova.png") no-repeat scroll 0 0;height: 20px;width: 21px;margin-right: 6px;}
.box-concursos .destaque-concurso-item .icon-download{float:left;background: rgba(0, 0, 0, 0) url('../images/icons/icon-download.png') no-repeat scroll 0 0;width: 21px;height: 20px;margin-right: 6px;}
.box-concursos .destaque-concurso-item .info p {color: #666;}
.card-concurso-downloads .div-close-downloads .desc-infos{float: left;}
.card-concurso-downloads .div-close-downloads a {color: #666;float: right;}
/* Instituicao */

body.cms-contato .std .container form input,.std .container form select,.std .container form textarea{background-color:#fff;    border: 1px solid #999999; padding: 7px;}
body.cms-contato ul.form-list li label{color:#333;}
body.cms-contato .std .container h2.legend{display: none;}
body.cms-contato .std .container button.btn-yellow1{padding:10px 30px 10px 30px;text-transform: uppercase;color:#333;float:right;}
body.cms-contato .std .container{margin-bottom:50px;}

.history-back{font-size: 12px !important;color: #076035 !important;}
.busca-nao-encontrada{display: block;width: 100%;min-height: 106px;background: url(../images/zero-result.png) no-repeat;padding: 0 0 0 155px;color: #333;font-size: 25px;margin-bottom: 60px;}
.busca-nao-encontrada .princ{font-size: 40px;font-weight: bold;}
p.no-result{font-size: 25px;color:#333;margin-bottom: 100px;}
a.lnk-no-result{color:#4fc617;}
a:hover.lnk-no-result{color:#4fc617;}
.novo_contato{float:left;margin-bottom:50px;}
.novo_chat{display:none;float:right;padding-top:130px;width:410px;}
@media screen and (max-width: 767px){
    .busca-nao-encontrada .princ{font-size: 20px;font-weight: bold;}
    .busca-nao-encontrada p{font-size: 18px;}
    p.no-result{font-size: 18px;color:#333;margin-bottom: 20px;}
    .novo_chat{    width: 100%;text-align: center;margin-bottom: 50px;padding-top: 10px;}
    .novo_contato{    margin-bottom: 50px;}
    body.cms-contato .std .container button.btn-yellow1{width: 100%;color: #fff;}
}


.dataTables_wrapper .dataTables_filter{width: 100%;}
.dataTables_wrapper .dataTables_filter label{    width: 100%;    display: block;}
.dataTables_wrapper .dataTables_filter label input{    width: 100%;    display: block;border:  1px solid #e4e5e7;margin:0px 0px 10px 0px; height: 34px;border-radius: 2px;}
.dataTables_wrapper .dataTables_filter label input:focus{border-color:#e4e5e7;}
.dataTables_wrapper .dataTables_info{display:none;}
.dataTables_wrapper .dataTables_filter label i.fa{    position: absolute;
    right: 12px;
    top: 10px;}

#tableIndexer{border: none;margin-bottom: 80px;}
#tableIndexer thead{display:none;}
#tableIndexer tbody tr{background-color:#fff;}
#tableIndexer tbody tr:nth-child(2n+1){background-color:#f9f9f9;}
#tableIndexer tbody tr.odd{background-color:#fff;border:none;}
#tableIndexer tbody tr.even{background-color:#f9f9f9;border:none;}
#tableIndexer tbody tr td{padding: 5px 0px 7px 2px;text-align: left;border:none;}
#tableIndexer tbody tr td a{font-size:14px;color:#333333;}

@media screen and (min-width: 1920px) {
    .bannerPreviousButton{position:absolute; margin-top: 82px; margin-left: 14%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    }
    .bannerNextButton{position:absolute; margin-top: 82px; margin-left: 80%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
}


@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .bannerPreviousButton{position:absolute; margin-top: 49px; margin-left: 7%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    }
    .bannerNextButton{position:absolute; margin-top: 49px; margin-left: 86%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
}

@media screen and (min-width: 1201px)and (max-width: 1599px) {
    .bannerPreviousButton{position:absolute; margin-top: 43px; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    }
    .bannerNextButton{position:absolute; margin-top: 43px; margin-left: 91%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
}

@media screen and (max-width: 1200px) {
    .bannerPreviousButton{position:absolute; margin-top: 15px; margin-left: 6%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
    .bannerNextButton{position:absolute; margin-top: 15px; margin-left: 85%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
}

@media screen and (max-width: 992px) {
    .bannerPreviousButton{position:absolute; margin-top: 15px; margin-left: 0; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
    .bannerNextButton{position:absolute; margin-top: 15px; margin-left: 85%; border:45px dashed rgba(255, 0, 0, .0);
        -webkit-background-clip: padding-box; /* for Safari */
        background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */}
}

.blackfriday_countdown{
    background-color: black;
    height:114px;
    text-align: center;
}

.blackfriday_countdown img{
    margin-bottom: 62px;
}

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

.clock_container span{
    margin-left: 12px;
    color: #aaaaaa;
}
.clock {
    margin-bottom: -20px;
    font-size: 5em;
    color: white;
    font-family: 'ds-digitalbold';
    word-spacing: -8px;
}

/* Especial dia do consumidor - retirar */
.blackfriday_countdown{background-color: #faf200;height:114px;text-align: center;}
.clock {margin-bottom: -20px;font-size: 5em;color: #65007e;font-family: 'ds-digitalbold';word-spacing: -8px;}
.clock_container span{/*margin-left: 12px;*/color: #65007e;}
/* Especial dia do consumidor - retirar */

@font-face {
    font-family: 'ds-digitalnormal';
    src: url('../fonts/digital/ds-digi-webfont.woff2') format('woff2'),
    url('../fonts/digital/ds-digi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ds-digitalbold';
    src: url('../fonts/digital/ds-digib-webfont.woff2') format('woff2'),
    url('../fonts/digital/ds-digib-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ds-digitalitalic';
    src: url('../fonts/digital/ds-digii-webfont.woff2') format('woff2'),
    url('../fonts/digital/ds-digii-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'ds-digitalbold_italic';
    src: url('../fonts/digital/ds-digit-webfont.woff2') format('woff2'),
    url('../fonts/digital/ds-digit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.product-view form.add-to-cart {
    float: right;
    padding-top: 0px;
    width: 100%;
    text-align: center;
}
.tc{text-align: center;}
#ModalCompreJunto .modal-dialog {width: 1194px;}
#ModalCompreJunto .modal-dialog .modal-header{background: #066c3e;}
#ModalCompreJunto .modal-dialog .modal-header h4{color:#fff;font-weight: bold;font-style: italic;font-size: 24px;}
#ModalCompreJunto .modal-dialog img.img-combo{margin: auto;}
#ModalCompreJunto .modal-dialog .txt-combo-nome {font: normal 16px Arial;color: #333;text-align: center;margin: 15px 0;}
#ModalCompreJunto .modal-dialog .txt-combo-preco p.old-price{text-align: center;}
#ModalCompreJunto .modal-dialog .txt-combo-preco p.special-price{text-align: center;}
#ModalCompreJunto .modal-dialog .txt-combo-preco p.preco-parcelado{text-align: center;}
#ModalCompreJunto .mais-combo1 {color: #066c3e;font-size: 40px;margin: 159px 20px 0px 0px;}
#ModalCompreJunto .border-combo-coluna-direita {border-left: 1px solid #dddddd;}
#ModalCompreJunto .border-combo-coluna-direita .row {padding-left: 64px;padding-top: 15px;}
#ModalCompreJunto .border-combo-coluna-direita .row:hover {background-color: #f2f2f2;}
#ModalCompreJunto a.comprar-normal {display: block;overflow: hidden; width: 100%;height: 58px;padding: 10px 8px 35px 0px;background-color: #ffd545;color: #594500;display: block;text-align: center;text-transform: uppercase;margin-top: 10px;cursor: pointer!important;}
#ModalCompreJunto a.comprar-normal:hover{text-decoration: none;}
#ModalCompreJunto a.comprar-normal i.empty-cart-1 {background: url(../images/icons/empty-shopping-cart.png) no-repeat;display: inline-block;height: 13px;width: 22px;height: 19px;}
#ModalCompreJunto .txt-item-combo {font: normal 13px Arial;color: #333;text-align: center;margin: 12px auto 22px auto;}
#ModalCompreJunto a.btn-comprar-com-combo{display: block;overflow: hidden;width: 100%; background-color: #ffc600;color: #594500;padding: 7px 15px;margin-top: 8px;text-align: center;}
#ModalCompreJunto a.btn-comprar-com-combo:hover{text-decoration: none;}
#ModalCompreJunto .txt-combo-comprar-preco{display: block;overflow: hidden;font-weight: bold;text-align: center;}
#ModalCompreJunto .txt-combo-de2 {font: normal 14px Arial;color: #999999;text-align: center;text-decoration: line-through;}
#ModalCompreJunto .txt-combo-preco2 span {font-size: 14px;}
#ModalCompreJunto .txt-combo-preco2 span.price {font-size: 18px;}
#ModalCompreJunto .txt-combo-preco2 span.txt-combo-preco2-por {font-weight: normal;}
#ModalCompreJunto .txt-combo-preco2 span.txt-combo-preco2-vista {font-weight: normal;}
#ModalCompreJunto .txt-combo-preco2 {font: bold 18px Arial;color: #ed7819;text-align: center;}
#ModalCompreJunto .txt-combo-preco-p2 {font: bold 14px Arial;color: #333;text-align: center;}
#ModalCompreJunto .txt-combo-preco-p2 .txt-combo-preco-p2-ouate {font-weight: normal;}
#ModalCompreJunto .txt-combo-semjuros2 {font: normal 11px Arial;color: #1a285b;text-align: center;}

/* Modulo de cursos */
.ui-state-focus { outline: none; }
.col1-product-view{background: #fff;}
p.conteudo-do-curso {font-family: Arial;font-style: normal;font-stretch: normal;line-height: 0.6;letter-spacing: 0.9px;text-align: left;margin-bottom: 20px;margin-top: 30px;font-size: 17px; text-align: left;color: #666666; font-weight: bold;}
.mod-c .ui-accordion-content{background: #dedede;}
.mod-c h3{padding: 15px;margin:3px 0;cursor: pointer;}
.mod-c h3.ui-accordion-header{font-family: 'Roboto', sans-serif;font-size: 14px;}
.mod-c h3.ui-accordion-header-active{background: #dedede url(../images/modulos/module-active.png) no-repeat 98% center;padding-right: 50px;}
.mod-c h3.ui-accordion-header-collapsed{background: #dedede url(../images/modulos/module-normal.png) no-repeat 98% center;padding-right: 50px;}
.mod-c .internal-item{background: #fff;margin: 1px;font-size: 14px; font-family:Arial !important; color:#666666;padding: 12px 0;cursor: pointer;}
.mod-c .internal-item .quant-item{display: inline-block;width: 20px; font-family: "Roboto";font-weight: bold;font-size: 16px; color:#333;}
.tooltip_templates { display: none; }
.mod-c .tmic{display: inline-block;width: 19px;height: 19px;background: url(../images/modulos/time-icon.png) no-repeat;vertical-align: bottom;margin-left: 20px;}
.mod-c .tm{display: inline-block;margin-left: 5px;}
.mod-c a.tooltip{display: inline-block;}
.mod-c i.plic{display: inline-block;width: 20px;height: 19px;background: url(../images/modulos/play-icon.png) no-repeat;vertical-align: top;}
.mod-c .play-line{display: inline-block;vertical-align: bottom;height: 21px;}
/*.tooltipster-content .ln-cl{display: block;overflow: hidden; margin: 0;padding: 0 30px 0 0;}*/
/*.tooltipster-content .ln-cl{float: left;}*/
.tooltipster-content .linha-nome{display: inline-block;width: 80%;}
.tooltipster-content .linha-duracao{display: inline-block;float: right;margin-left: 15px;}
.tooltipster-content .ln-cl .box-demo{display: inline-block;padding: 0 4px;background: #4fc617;color:#fff;font-family: Arial;font-weight: bold;font-size: 10px;margin-left: 4px;}
.tooltipster-content .ln-cl .play-blue{display: inline-block; margin: 0 5px;background: url(../images/modulos/play-b-icon.png) no-repeat;width: 15px;height: 15px;vertical-align: text-bottom}
.tooltipster-content .ln-cl .normal-item{border-bottom: solid 1px #eeebeb;padding: 5px 0;}
.tooltipster-content .ln-cl .normal-item:last-child {border-bottom: solid 1px #fff;}
.hover-demo{cursor: pointer;}
.tooltipster-content .ln-cl .close-line{width: 500px;}
.tooltipster-content .ln-cl .last-item{border-bottom: solid 1px #ffffff;padding: 5px 0;}
.time-tar{text-align: right;}
@media screen and (max-width: 992px) {
    .time-tar{text-align: left;}
    .tooltipster-content .ln-cl .close-line{width: inherit;}
}
.row-aulas{display: block;overflow: hidden;width: 100%;background: #f9f9f9;}
.row-aulas-content{display: block;overflow: hidden;width: 100%;background: #fff;margin: 0 0 20px 0;padding: 0 30px 30px 30px;}
.row-aulas .row-aulas-content .line-aula{font-size: 17px; text-align: left;color: #666666;}
.marg-bot-vit{display: block;overflow: hidden;width: 100%;height: 156px;}
/* Modulo de cursos */

#showImage{cursor: pointer;}

.onestepcheckout-sales-success .page-title{
    text-align: center;
}

.onestepcheckout-sales-success .numpedido{width: 240px;
    padding: 20px 15px 20px 15px;
    background: #EEEEEE;
    font-size: 15px;
    text-align: center;
    color: #000;
    margin: 0 auto;
    height: 114px;}

.onestepcheckout-sales-success .col-main {
    padding: 50px 0px;
}

.onestepcheckout-sales-success .acompanhar-pedido {
    text-decoration: underline;
    color: #006b3e;
    font-weight: 700;
    font-size: 16px;
}

.boxLight a {
    display: block;
    width: 100%;
    height: 100%;
}

.btFechar {
    position: relative;
    top: -325px;
    right: 36px;
    border: 1px solid #000;
    background-color:#fff;
    border-radius: 1000px;
    padding: 4px 8px;
    cursor:pointer
}
.onestepcheckout-discount{
    text-align: center;
    font-weight: 500;
}
