/**** GERAL ****/
.geral {            
  display:inline-block;                    
  width: 100%; 
  margin-top:30px;
  text-align: center;      
}  


/**** CONTEUDO ****/
.conteudo {
  display: inline-block;
  width:1024px;
  border:0px solid red;
}


/**** TOPO ****/
.topo {display: inline-block; width: 100%; padding-bottom: 30px;}

.topo h1 {
  float:left;
  font-size:23px!important;
}

.topo span {
  float:right;
  font-size:14px;
}

.topo a {
  text-decoration: none;
  color:#ccc;
}


/**** LEFT ****/
.leftPed {
  float:left;
  width:210px;
  border:0px solid red;

}

.leftPed ul {display: inline-block; width:100%; text-decoration: left; list-style-type: none;}
.leftPed li {border-bottom: 1px solid #ccc;}
.leftPed li:last-child {border-bottom: 0px solid #ccc;}
.leftPed a {display: inline-block; width:100%; text-align:left; text-decoration: none; color:#333; padding:15px 0px 15px 15px; font-size:14px;}
.leftPed a:hover {color:#F0A309;}

.leftPed a.ativo{border-left:4px solid #F0A309; color:#F0A309;}


/**** RIGHT ****/
.rightPed {
  float:right;
  width:800px;
  margin-bottom:40px;
}

.rightPed p{font-size:13px;}
.rightPed span{display:block;font-size:12px;margin-top:10px;}
.bloco {display: inline-block; width:100%;}
.box {display: inline-block; width: 100%;margin-top:20px; background: #eee; border:1px solid #ccc; }
.numPed {float:left; padding:10px; background-color: #F0A309; color:#fff;}
.logo{float: left;margin-left: 10px;margin-top: 20px;}
.logo img{width: 60px;}
.statusPed {float:right; font-size:18px; margin-top:18px; margin-right:20px;}
.infosPed{float:left;width:100%;background:#fff;padding-top:15px;padding-bottom:15px;border-bottom:1px solid #ccc;}
.tab1, .tab2, .tab3, .tab4{float:left;width:199px;height:88px;padding:15px 10px;border-right:1px solid #EEE;}
.tab4{border-right:none;}
.tab1 strong, .tab2 strong, .tab3 strong{display:block;padding-bottom:5px;font-size:14px;}
.tabpedido1, .tabpedido2, .tabpedido3, .tabpedido4{float:left;width:199px;height:95px;padding:15px 10px;border-right:1px solid #EEE;}
.tabpedido4{border-right:none;}
.tabpedido1 strong, .tabpedido2 strong, .tabpedido3 strong{display:block;padding-bottom:5px;font-size:14px;}
.tab4 a, .tabpedido4 a{display:block;font-size:12px;background:#F0A309;color:#fff;text-decoration: none;padding:10px;margin-bottom:3px;text-transform: uppercase;}
.tab4 a.cinza, .tabpedido4 a.cinza{background:#999999;}

.detalhesopen{float:left;width:100%;background:#fff;}
.detalhesPed{float:left;width:100%;background:#fff;padding-top:15px;padding-bottom:15px;}
.detalhesPed p{font-size:13px;margin-bottom:0;}
.detalhesPed b{color:#8E8E8E;}
.detalhesPed .imgProd{float:left;width:179px;padding:10px 10px;}
.detalhesPed .imgProd img{ width: 100%; }
.detalhesPed .infosProd{float:right;float: right;width: 596px;margin-top:10px;text-align: left;}
.detalhesPed .infosProd strong{font-size:14px;}
.detalhesPed .infosProd .qtdProd, .detalhesPed .infosProd .vencimentoProd{float:left;margin-top:10px;width:240px;}
.detalhesPed .infosProd .qtdProd, .detalhesPed .infosProd .vencimentoProdFr{float:left;margin-top:10px;width:330px;}
.detalhesPed .infosProd .valeProd, .detalhesPed .infosProd .diasRestantesProd{float:left;margin-top:10px;width:250px;}
.detalhesPed .infosProd .btns{float:right;width:auto;text-align:right;margin-top: 10px;margin-bottom: 10px;}
.detalhesPed .infosProd .btnFacaAgora{float:left;text-align:center;margin:10px 5px;}
.detalhesPed .infosProd .btnFacaAgora a{margin-top:5px;font-size:12px;background:#00B259;color:#fff;text-decoration: none;padding:10px;text-transform: uppercase;}
.detalhesPed .infosProd .btnFazemosPorVoce{float:left;text-align:center;margin:10px 5px;}
.detalhesPed .infosProd .btnFazemosPorVoce a{margin-top:5px;font-size:12px;background:#FFA000;color:#fff;text-decoration: none;padding:10px;text-transform: uppercase;}
.btnVerDetalhes{float:left;width:100%;}
.btnVerDetalhes a{display:block;background:#fff;color:#333;padding:15px;text-transform: uppercase;text-decoration: none;}
.btnVerDetalhes a:hover{background:#00B259;color:#fff;}

.cupomValor{float:left;width:100%;padding:10px 0;border-bottom: 1px solid #ccc;}
.cupomValor .cupom{float:left;margin-left:20px;}
.cupomValor .valorTotal{float:right;margin-right:20px;}

/* RESPONSIVO */
@media(max-width:1024px){
  .geral{padding:15px;}
  .conteudo, .topo h1, .topo span, .leftPed, .rightPed{width:100%;}
  .numPed{font-size:13px;}
  .logo{margin-top:14px!important;}
  .statusPed{font-size:13px;margin-top:18px;}
  .infosPed .tab1, .infosPed .tab2, .infosPed .tab3, .infosPed .tab4,
  .tabpedido1, .tabpedido2, .tabpedido3, .tabpedido4{width:100%;border-right:none;border-bottom:1px solid #EEE;}
  .tabpedido1, .tabpedido2, .tabpedido3, .tabpedido4{height:auto;}
  .detalhesPed .imgProd{width:100%;}
  .detalhesPed .infosProd{width:100%;text-align:center;}
  .detalhesPed .infosProd .qtdProd, .detalhesPed .infosProd .vencimentoProd,
  .detalhesPed .infosProd .qtdProd, .detalhesPed .infosProd .vencimentoProdFr,
  .detalhesPed .infosProd .valeProd, .detalhesPed .infosProd .diasRestantesProd{width:100%;margin-top:0;}
  .detalhesPed .infosProd .btns{width:100%!important;}
  .detalhesPed .infosProd .btnFacaAgora{margin-top:13px;margin-bottom:16px;width:100%;}
  .detalhesPed .infosProd .btnFazemosPorVoce{margin-top:13px;margin-bottom:16px;width:100%;}
  .cupomValor .cupom{width:100%;margin-left:0;}
  .cupomValor .valorTotal{width:100%;margin-right:0;}
}

/* DETALHES DO PEDIDO CEWE*/
.detalheStatusPed{border-bottom: 1px solid #EEE;}
.detalheStatusPed .btnRastrear{display:block;margin-bottom:25px;}
.detalheStatusPed .btnRastrear a{background:#f19729;color:#fff;padding:10px;}
.detalheDadosPed{float: left;margin-top:20px;border-bottom: 1px solid #EEE;margin-bottom: 25px;}
.detalheDadosPed .tab1, .detalheDadosPed .tab2, .detalheDadosPed .tab3{width:266px;height:auto;border-right:none;}
.detalheItemsPed{float:left;width:100%;padding:0 35px;}

/* TROCA OU DEVOLUÇÃO*/
.TrocaDevolucao{float: left;width: 100%;margin-top: 20px;border-top: 1px solid #EEE;margin-bottom: 25px;padding-top: 35px;text-align: center;}
.TrocaDevolucao a{background: #EFEFEF;padding: 10px 15px;color: #959595;font-weight: bold;}

@media(max-width:1024px){
  .detalheStatusPed table tr td{font-size:10px;}
  .detalheDadosPed .tab1, .detalheDadosPed .tab2, .detalheDadosPed .tab3{width:100%;}
  .detalheDadosPed .tab3{text-align: center!important;}
}

/* PAGINACAO */
.pagination{margin-top: 25px;}
.pagination .page-numbers{background:#EEE;padding:5px 10px;color:#333;}
.pagination .current{display: inline-block;padding:9px 10px 7px 10px;background:#F0A309;color:#fff;font-size:16px;}

/* PAGINA ALTERA FORMA DE PAGAMENETO */
.blocoPed{display:block;padding:0px 25px;}
.blocoPed table.shop_table thead{border-bottom:none!important;color:#F0A309 !important;}
.blocoPed table.shop_table tbody{border-bottom:1px solid #EEE;}
.blocoPed table.shop_table tbody tr td{padding:5px 0 20px;}
.blocoPed table.shop_table tbody tr td.product-name{font-weight: bold;}

.alerts-project{
  float:left;
  width:100%;
}

.alerts-project .alert{
  float:left;
  margin: 10px 0;
  background: #f8d7da;
  padding: 9px;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

.alerts-project .alert span a{
  font-weight: bold;
  color:#721c24;
  text-decoration: underline;
}

.alerts-project .info{
  float:left;
  margin: 10px 0;
  background: #fff3cd;
  padding: 9px;
  border: 1px solid #ffeeba;
  color: #856404;
}

.alerts-project .alert img,
.alerts-project .info img{
  position:absolute;
  padding-right: 7px;
}

.alerts-project .alert span,
.alerts-project .info span{
  float: left;
  padding-left: 35px;
  margin-top:0;
}

.alerts-project a.btn-cancel-project-design{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #333;
    text-decoration: underline;
    margin-top: 5px;
}

@media(max-width:1024px){
  .alerts-project .alert span,
  .alerts-project .info span{
    padding-top:7px;
    padding-left: 0px;
    width:100%;
  }

  .alerts-project .alert,
  .alerts-project .info{
    width:100%;
  }

  .alerts-project .alert img,
  .alerts-project .info img{
    position:relative;
    padding-right:0;
  }
}

.popup-cancel-project-design{
  display:none;
  position: fixed;
  top: 125px;
  left: 0;
  right: 0;
  text-align: center;
  max-width: 448px;
  padding: 25px;
  margin: 0 auto;
  background: #FFF;
  z-index: 999;
  border-radius: 5px;
}

.popup-cancel-project-design .close{
  position: absolute;
  color: #989898;
  right: 11px;
  top: 9px;
  font-size: 18px;
  font-weight: bold;
  cursor:pointer;
}

.popup-cancel-project-design h2{
  font-size: 22px !important;
  color: #333;
}

.popup-cancel-project-design .btns{
  display:block;
  margin:35px 0 20px 0;
}

.popup-cancel-project-design a.btn-cancel,
.popup-cancel-project-design a.btn-not-cancel{
  font-size:14px;
  text-align:center;
  padding:10px 25px;
  margin: 10px;
}

.popup-cancel-project-design a.btn-cancel{
  border:1px solid #333333;
  color:#333333;
  border-radius: 5px; 
}

.popup-cancel-project-design a.btn-not-cancel{
  border:1px solid #333333;
  color:#FFF;
  background:#333333;
  border-radius: 5px; 
}

.popup-cancel-project-design p.error{
  background: #f8d7da;
  padding: 9px;
  border: 1px solid #f5c6cb;
  color: #721c24;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}

.popup-cancel-project-design p.error img{
  margin-right:8px;
}

@media(max-width:1024px){
  .popup-cancel-project-design a.btn-cancel,
  .popup-cancel-project-design a.btn-not-cancel{
    display:block;
    width:100%;
    margin:10px 0;
  }
}

/* promoção em dobro */
.info-em-dobro{
  background: #fff;
  /* border: 2px solid #CCC; */
  width: 280px;
  border-radius: 10px;
  position: absolute;
  /* margin: 10px auto; */
  margin-top: -120px;
  margin-left: 100px;
  box-shadow: 0 20px 30px -10px rgb(0 0 0 / 20%);
}

.info-em-dobro strong.title{
  padding: 10px;
  display: block;
  background: #F0A309;
  text-align: center;
  border-radius: 10px 10px 0 0;
  color: #FFF;
}

.info-em-dobro .close{
  opacity: 1;
  color: #000;
  text-shadow: none;
  font-size: 16px;
  position: absolute;
  right: 11px;
  top: 11px;
}

.info-em-dobro p{
  padding: 15px;
}

@media(max-width:1024px){
  .info-em-dobro{
    margin-top: -120px;
    left: 50%;
    margin-left: -140px;
  }
}