/*
############
PgCesta / Btns2
############
*/

.btn-cesta2-custom4
{
    color: #FFF !important;
    font-size: 15px;
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: block;

	text-align: center;
    vertical-align: middle;
	
	width: 100%;
	height: 40px;
	line-height: 40px;
	
	padding: 0px 10px;
    margin: 0px;
	
	background: rgba(0, 0, 0, 0.8);
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom4:hover,
.btn-cesta2-custom4:focus,
.btn-cesta2-custom4:active
{	
	background: rgba(0, 0, 0, 0.9);
}

/* ------------- */

.btn-cesta2-custom6
{
    color: #FFF !important;
    font-size: 18px;
	font-weight: bold;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	display: block;

	text-align: center;
    vertical-align: middle;
	
	width: 100%;
	height: 60px;
	line-height: 60px;
	
	padding: 0px 10px;
    margin: 0px;

	background: #009245;
	border: none;
	
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.btn-cesta2-custom6:hover,
.btn-cesta2-custom6:focus,
.btn-cesta2-custom6:active
{
	background: #016831;
}

/* ------------- */






/*
############
PgCestaBarra1
############
*/

.PgCestaBarra1
{
    display: none;

    position: fixed;
    right: 0px;
    top: 0px;

    width: 300px;
    height: 100%;

    z-index: 99000;

    background: #FFF;
}

/* ------------- */

.PgCestaBarra1_Overlay
{
    display: none;

    cursor: pointer;

    position: fixed;
    left: 0px;
    top: 0px;

    width: 100%;
    height: 100%;

    z-index: 98000;

    background: rgba(0, 0, 0, 0.8);
}

/* ------------- */

.PgCestaBarra1 .IntTopo
{
    display: block;
    width: 100%;
    height: 40px;

    padding: 10px;
}
.PgCestaBarra1 .IntCentro
{
    display: block;
    width: 100%;
    height: calc(100% - 40px - 130px);

    padding: 0px 10px;
}
.PgCestaBarra1 .IntRodape
{
    display: block;
    width: 100%;
    height: 130px;

    padding: 10px;
}

.PgCestaBarra1.SemItens .IntCentro
{
    height: calc(100% - 40px - 60px);
}
.PgCestaBarra1.SemItens .IntRodape
{
    height: 60px;
}

/* ------------- */

.PgCestaBarra1 .IntTopo .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntTopo .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}
.PgCestaBarra1 .IntTopo .IRow1 .IRow1_Col1
{
    width: calc(100% - 50px);
}
.PgCestaBarra1 .IntTopo .IRow1 .IRow1_Col2
{
    width: 50px;
    text-align: right;
}

.PgCestaBarra1 .IntTopo .IntText1
{
    color: #444;
    font-size: 14px;
    font-weight: bold;
}
.PgCestaBarra1 .IntTopo .IntText2
{
    color: #333;
    font-size: 14px;
    text-decoration: none;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Msg
{
    display: flex;

    align-items: center;
}
.PgCestaBarra1 .IntCentro.IntCentro_Msg .IntCentro_Centro
{
    display: block;
    width: 100%;

    text-align: center;
}

.PgCestaBarra1 .IntCentro.IntCentro_Msg .IntImagem
{
    color: #009245;
    font-size: 100px;
    line-height: 100px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Msg .IntText1
{
    color: #444;
    font-size: 22px;
    font-weight: bold;

    line-height: 125%;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho
{
    padding: 0;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro
{
    width: 100%;
    height: calc(100% - 70px);

    display: block;
    overflow: auto;

    padding: 0px 10px;
}

/* ------------- */

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1
{
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1
{
    margin: 0px;
    padding: 0px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col1
{
    width: 50px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col2
{
    width: calc(100% - 50px - 20px);
    padding-left: 5px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .SRow1 .SRow1_Col3
{
    width: 20px;
    text-align: right;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .BoxImagem
{
    position: relative;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .BoxImagem .ImgPrincipal
{
    display: inline-block;
    overflow: hidden;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntNome
{
    color: #111;
    font-size: 11px;
    font-weight: bold;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntText1
{
    color: #111;
    font-size: 9px;

    margin-top: 2px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntText2
{
    color: #111;
    font-size: 11px;

    margin-top: 2px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntText2 .IntText2_Int1
{
    font-weight: bold;
    margin-right: 3px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .IntText2 .IntText2_Int2
{
    font-weight: bold;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtCentro .BoxLinha1 .BtnRemover
{
    color: #838383;
    font-size: 12px;
    text-decoration: none;

    display: block;
    margin-top: 15px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape
{
    width: 100%;
    height: 70px;  
    
    padding: 10px;

    background: rgba(0, 0, 0, 0.04);

    position: relative;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .ExtRodapeInt
{
    display: block;
    width: 100%;

    text-align: center;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .SRow1
{
    margin: 0px;
    padding: 0px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .SRow1_Col
{
    margin: 0px;
    padding: 0px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .SRow1_Col1
{
    width: 50%;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .SRow1_Col2
{
    width: 50%;
    text-align: right;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .IntText1
{
    color: #444;
    font-size: 20px;
    font-weight: bold;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .IntText2
{
    margin-top: 4px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .IntText2 div
{
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;

    display: inline-block;

    margin: 0px;
    padding: 2px 10px;

    font-size: 11px;
    font-weight: normal;
    color: #FFF;

    background: #650010;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .IntText2 div:last-child
{
    margin-right: 0px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .ExtRodape .IntSelo1
{
    color: #FFF;
    font-size: 12px;
    font-weight: bold;

    background: #009245;

    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

    display: none;

    position: absolute;
    right: 5px;
    top: -30px;

    margin: 0px;
    padding: 4px 10px;
}

.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .EstMsgGer1
{
    height: 100%;

    display: flex;
    align-items: center;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .EstMsgGer1Int
{
    width: 100%;

    display: block;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .EstMsgGer1 .IntImagem
{
    color: #D5D5D5;
    font-size: 100px;
    line-height: 100px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .EstMsgGer1 .IntText1
{
    color: #444;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}
.PgCestaBarra1 .IntCentro.IntCentro_Carrinho .EstMsgGer1 .IntText2
{
    color: #444;
    font-size: 16px;
}

/* ------------- */

.PgCestaBarra1 .IntRodape .btn
{
    margin-bottom: 10px;
}
.PgCestaBarra1 .IntRodape .btn.last
{
    margin-bottom: 0px;
}

/* ------------- */










/*
############
PgCestaBarra1_Ico1
############
*/
.PgCestaBarra1_Ico1
{
	position: fixed;
    right: 10px;
	bottom: 10px;
    width: 200px;

    padding: 8px;
    margin: 0px;
    
    z-index: 900;

    display: none;
    text-align: left;
    cursor: pointer;

    border: 2px solid rgba(0, 0, 0, 0.1);

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.08);
    
    background: url('/imagens/Estrutura/fundo-e_02.jpg') no-repeat center bottom;
    background-size: cover;
}

/* ------------- */

.PgCestaBarra1_Ico1 .BlcInt1
{
}

/* ------------- */

.PgCestaBarra1_Ico1 .IRow1
{
    margin: 0px;
    padding: 0px;

    display: flex;
    align-items: center;
}
.PgCestaBarra1_Ico1 .IRow1 .IRow1_Col
{
    margin: 0px;
    padding: 0px;
}
.PgCestaBarra1_Ico1 .IRow1 .IRow1_Col1
{
    width: 40px;
}
.PgCestaBarra1_Ico1 .IRow1 .IRow1_Col2
{
    width: calc(100% - 40px);
}

/* ------------- */

.PgCestaBarra1_Ico1 .ExtText1
{
}
.PgCestaBarra1_Ico1 .ExtText1 .fa
{
    margin: 0px;
    padding: 0px;

    font-size: 26px;
    color: #650010;
    font-weight: normal;
}

.PgCestaBarra1_Ico1 .ExtText2
{
    font-size: 16px;
    color: #650010;
    font-weight: bold;
}
.PgCestaBarra1_Ico1 .ExtText3
{
    font-size: 11px;
    color: #292929;
    font-weight: normal;
}

/* ------------- */




