﻿html {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-family:Arial;
	font-size:16px;
	user-select: none;
	background-color: white;
    height: 91vh; /* não deixa rodapé com espaço em branco */
    margin: 0px;
	overflow-x: hidden;
}

#sbBlock {
	display:none;
	position:fixed;
	width:100%;
	height:100%;	
	z-index: 1;
}
 
a {
    cursor: pointer;
    text-decoration: none;
}

#siteMenu {
    position: fixed;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 105px;
    background-color:#d6d6d6;
    margin: -8px -10px 10px -8px;
    text-align: center;
    z-index: 1;
    box-shadow: 0px -2px 10px #888888;
    font-size: 14px;
}

#siteLogo {
    font-size: 24px;
}

#logoEdip {
    height: 50px;
    margin-top: 12px;
}

#siteMenu img.menuIcon {
    height: 30px;
    margin-top: 12px;
    filter: opacity(0.8);
}

#siteInfo {
    line-height: 25px;
    font-size: 18px;
}

.siteTitulo {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.sbTable td {
    background-color: white;
}

#siteContatos {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    background: rgb(128, 44, 44);
    color: white;
    height: fit-content;
    text-decoration: none;
}

#siteContatos a[href^="tel"] {
  text-decoration: none;
  color: white;
}

#siteContatos div {
    display: flex;
    font-size: 14px;
    width: 300px;
    padding: 8px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

#siteContatos div img {
    display: block;
    height: 28px;
    margin-top: auto;
    padding-right: 10px;
}
  
#siteMenuIcon {
    position: absolute;
    left: 0px;
    width: 22px;
    margin-left: 20px;
    margin-top: 32px;
    cursor: pointer;
}
  
    #siteMenuIcon:after, 
    #siteMenuIcon:before, 
    #siteMenuIcon div {
        background-color: black;
        border-radius: 3px;
        content: '';
        display: block;
        height: 2px;
        margin: 8px 0px -2px;
        transition: all .2s ease-in-out;
    }
    
    #siteMenuIcon.change:before {
        transform: translateY(5px) rotate(135deg);
        margin-top: 12px;
    }
    
    #siteMenuIcon.change:after {
        transform: translateY(-12px) rotate(-135deg);
    }
    
    #siteMenuIcon.change div {
        transform: scale(0);
    }

#sbsiteBackIcon {
    position: absolute;
    left: 30px;
    top: 15px;
    border: solid black;
    border-width: 0 7px 7px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}
 
#siteMenuContent {
    position: fixed;
    box-shadow: 0px 15px 15px;
    transform: translateX(-500px);
    transition: all .2s ease-in-out;
    background-color: #f1f1f1;
    width: 250px;
    height: calc(100% + -50px);
    overflow: auto;
    top: 105px;
}

    #siteMenuContent.change {
        transform: translateX(0px);
    }

    #siteMenuContent ul {
        list-style: none;
        text-align: left;
        padding: 0px;
        margin-top: 0px;
    }

    #siteMenuContent li {
        cursor: pointer;
        padding: 10px 0px 10px 15px;
        border-bottom: 1px solid #d6d6d6;
        background-color: white;
    }
 
        #siteMenuContent li:hover {
            background-color: rgb(206, 206, 206) !important;
        }

        #siteMenuContent li img {
            vertical-align: middle;
            margin-bottom: 14px;
            margin-right: 15px;
        }

        #siteMenuContent li span {
            font-size: 16px;
        }

        .colorMale {
            background-color: #bce0ff !important;
        }

        .colorFemale {
            background-color: #ffd7d7 !important;
        }

        .colorMostrar {
            background-color: rgb(241 241 241) !important;
        }

        .liDisabled {
            background-color: rgb(241 241 241) !important;
            height: 30px;
            cursor:none !important;
            pointer-events: none;
        }
 
        #siteMenu-Aplicativo{
            background-color: rgb(241 241 241) !important;
            /*background-color: #ffe8b6 !important;*/
        }

 
.collapsible, .collapsibleInvert {
    cursor: pointer;
    font-size: 15px;
}
          
    .collapsible:after, .collapsibleInvert:after {
        content: '\002B';
        font-weight: bold;
        float: right;
        margin-right: 12px;
    }
          
    .collapsibleActive:after {
        content: "\2212";
    }
          
    .collapsibleContent {
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
    }
 

#siteMenuCart {
    position: absolute;
    right: 28px;
    top: 5px;
    cursor: pointer;
}

    #siteMenuCart img {
        height: 23px;
    }

    #siteMenuCart div {
        position: absolute;
        background: black;
        width: 17px;
        height: 17px;
        border-radius: 20px;
        color: white;
        font-size: 11px;
        left: 15px;
        line-height: 17px;
    }

#container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 105px;
    text-align: center;
    width: 100%;
    /*min-height: calc(100vh - 260px);*/
    min-height: calc(var(--vh, 1vh) * 100 - 260px);
}
 
#listaProdutos {
    text-align:center;
}

#siteTipo {
    background-color: #464646;
    padding: 14px;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    margin: 25px 25px 0px 25px;
    text-align: left;
    width: 100%;
}

.siteFilter {
    padding: 10px;
    font-size: 14px;
    text-align: left;
}

    .siteFilter span {
        display: inline-block;
        background-color: white;
        color: rgb(83, 83, 83);
        padding: 5px;
        margin: 5px;
        border-radius: 6px;
        border: 2px solid rgb(83, 83, 83);
    }

    .siteFilter span:hover {
        background-color: rgb(182, 182, 182);
        cursor: pointer;
    }

    .siteFilter span.filtered, .siteFilter span.filtered:hover {
        background-color: rgb(83, 83, 83);
        color: white;
    }

    

/* Produtos */
.siteProduto {
    display: inline-block;
    max-width: 500px;
    width: calc(100% - 10px);
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px 0px 10px 0px;
    margin: 10px 3px 12px 3px;
    text-align: center;
}

.siteProduto img {
    max-width:100%;
    max-height:100%;
    border-radius:5px;
}

    /* ID */
    .siteProduto div:first-child{
        position: absolute;
        background-color: #802c2c;
        margin-left: 10px;
        font-size: 18px;
        padding: 4px;
        color: white;
        border-radius: 5px;
    }
 
    /* Foto */
    .siteProduto div:nth-child(2){
        padding: 0px 10px 0px 10px;
        height: 140px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Nome */
    .siteProduto div:nth-child(3){
        overflow: hidden;
        padding: 10px;
        font-size: 16px;
        color:rgb(63, 63, 63);
        height: 30px;
        margin-bottom: 5px;
        font-weight: bold;
    }

    /* Referencia */
    .siteProduto div:nth-child(6){
        height: 20px;
        font-weight: bold;
    }

/* Produtos - Carrinho */
.siteProdutoCart, .siteProdutoVenda, .siteTotalCart, .siteCartFrete {
    display: inline-block;
    max-width: 500px;
    width: calc(100% - 10px);
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px 0px 10px 0px;
    margin: 10px 3px 12px 3px;
    text-align: center;
}

.siteProdutoCart img, .siteProdutoVenda img {
    float: left;
    width: 100px;
    border-radius: 5px;
}

    /* Remover */
    .siteProdutoCart div:first-child{
        height: 30px;
        width: 30px;
        background-image: url("/data/img/ico/xRed.png");
        float: right;
        margin: -2px 5px 0px 0px;
        cursor: pointer;
    }
 
    /* Foto */
    .siteProdutoCart div:nth-child(2), .siteProdutoVenda div:first-child {
        padding: 0px 10px 0px 10px;
    }

    /* Titulo */
    .siteProdutoCart div:nth-child(3),  .siteProdutoVenda div:nth-child(2) {
        overflow: hidden;
        padding: 5px 0px 10px 10px;
        font-size: 16px;
        color: rgb(63, 63, 63);
        text-align: left;
        margin-right: 33px;
        height: 28px;
    }

     /* Tamanho */
     .siteProdutoCart div:nth-child(4), .siteProdutoVenda div:nth-child(3) {
        text-align: left;
        overflow: hidden;
        color: rgb(63, 63, 63);
        padding: 0px 10px 10px 10px;
        margin-top: 5px;
    }

    /* Preço */
    .siteProdutoCart div:nth-child(5), .siteProdutoVenda div:nth-child(4) {
        font-weight: bold;
        text-align: right;
        margin-right: 15px;
        overflow: hidden;
    }

.siteCartFrete {
    width: calc(100% - 30px);
    padding: 0px 10px 0px 10px;
    text-align: left;
    line-height: 25px;
}

.siteTotalCart {
    display: block;
}

.siteDestaqueOnly {
    text-align: center;
}

    .siteDestaqueOnly img {
        width: 100%;
        border-radius: 10px;
    }

    .siteDestaqueOnly a {
        display: inline-block;
        padding: 3px;
        max-width: 510px;
        cursor: pointer;
    }

.siteDestaque {
    text-align: center;
}

    .siteDestaque a {
        display: inline-block;
        width: calc(50% - 9px);
        padding: 3px;
        max-width: 500px;
        cursor: pointer;
    }

    .siteDestaque img {
        width: 100%;
        border-radius: 10px;
    }

    .siteDestaque img:hover{
        opacity: 60%;
    }

.siteTitle {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
}

.siteSocial {
    width: 100%;
    font-weight: bold;
    text-align: center;
    height: 120px;
    margin: 30px 0px 0px -8px;
    padding: 8px;
}

    .siteSocial a {
        text-decoration: none;
        color: white;
    }

    .siteSocial img {
        width:50px;
    }

    .siteSocial div {
        display: inline-block;
        height: 50px;
        border-radius: 15px;
        background-color: #5e5e5e;
        color: white;
        margin: 10px;
    }

        .siteSocial div:hover {
            background-color: #105f00;
        }
        
    .siteSocial span {
        display: block;
        float: left;
    }

    .siteSocial span:nth-child(2) {
        width: calc(100% - 70px);
        padding: 0px 10px 0px 10px;
        display: flex;
        align-items: center;
        height: 50px;
        text-align: left;
        font-size: min(5vw, 16px);
    }


.siteSemProduto {
    font-weight: bold;
    text-align: center;
}

    .siteSemProduto img {
        height: 150px;
    }

#siteCartFinalizar, #siteCartEscolher, #siteVendaCancelar  {
    display: inline-block;
    background-color: silver;
    padding: 10px;
    width: 200px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    margin: 25px 25px 15px 25px;
    cursor: pointer;
}

#siteVendaCancelar {
    font-size: 12px;
    padding: 5px;
    width: 120px;
    background-color: rgb(255, 105, 105);
    color:white;
}

    #siteVendaCancelar:hover {
        background-color: rgb(131, 0, 0);
    }

#siteCartFinalizar {
    background-color: green;
    color:white;
}

    #siteCartFinalizar:hover {
        background-color: rgb(0, 88, 0);
    }

    #siteCartEscolher:hover {
        background-color: rgb(148, 148, 148);
    }
.siteForm {
    max-width: 100%;
}
 
#siteVendaSteps {
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px;
    height: 46px;
    overflow: hidden;
    white-space: nowrap;
}

    #siteVendaSteps div {
        display: inline-flex;
        align-items: center;
        margin: 0px 15px 0px 15px;
        height: 45px;
        margin-bottom: 10px;
    }

    #siteVendaSteps span {
        margin-left: 10px;
    }

    #siteVendaSteps .disabled {
        filter: opacity(0.5);
    }

.siteInvisivel {
    display: none !important;
}
 
#siteLoginAjuda {
    background: #ffffdb;
    border-radius: 15px;
    border: solid 2px #d7d7d7;
    margin: 30px 15px 15px 15px;
}

    #siteLoginAjuda a{
        text-decoration: none;
        color: red;
    }

.siteVendaSucesso {
 
}

    .siteVendaSucesso > p > img:first-child {
        height: 250px;
    }

    .siteVendaSucesso .titulo {
        max-width: 90%;
        width: 300px;
        background: #daffda;
        padding: 10px;
        border-radius: 15px;
        font-weight: bold;
        display: inline-block;
    }

#siteLocalEntrega {
    text-align: left;
    padding: 10px 10px 0px 10px;
    width: 100%;
    clear: both;
}

.campo {
    float:initial !important;
    display: inline-block;
    margin: -1px;
}

.siteVendaResumo > div:first-child {
    text-align: left;
}

.siteTituloDestaque {
    width: calc(100% - 40px);
    background: #5e5e5e;
    color: white;
    padding: 10px;
    display: block;
    border-radius: 15px;
    margin:auto;
    margin-top: 15px;
    max-width: 480px;
    font-weight: bold;
}

.siteTagObs {
    margin-top: 5px;
    display: block;
    font-size: small;
    color: #666666;
}

.siteVendaResumoItens {
    display: inline-flex;
    max-width: 500px;
    width: calc(100% - 10px);
    background-color: rgb(237 237 237);
    border-radius: 15px;
    padding: 10px 0px 10px 0px;
    margin: 10px 3px 12px 3px;
    text-align: center;
}

.siteProfileButtonHidden {
    display: none;
}

.siteProfileButton {
    background: #c0c0c0;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
    width: 250px;
    max-width: 100%;
    font-size: 16px;
    margin: 30px auto 30px auto;
    cursor: pointer;
}

    .siteProfileButton:hover {
        background: #888888;
    }

    .siteProfileButton div {
        display: inline-flex;
        align-items: flex-end;
    }

    .siteProfileButton span {
        margin-left: 10px;
    }
 
    .siteProfileButton img {
        height: 22px;
        margin-left: 10px;
    }

#siteBtBack {
    position: absolute;
    margin-left: 10px;
    margin-top: -4px;
    cursor: pointer;
}

    #siteBtBack img {
        height: 30px;
    }

    #siteBtBack:hover {
        filter: opacity(0.5);
    }

#siteProfilePedidos {
    max-width: 480px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

    #siteProfilePedidos table {
        font-family: arial, sans-serif;
        border-collapse: collapse;
        width: 100%;
    }

    #siteProfilePedidos td, th {
        border: 1px solid #dddddd;
        padding: 8px;
    }

    #siteProfilePedidos td {
        cursor: pointer;
    }
 
    #siteProfilePedidos tr:hover td {
        background-color: rgb(230, 230, 230);
    }

.sitePedidoStatus0 {
    background-color: rgb(255, 255, 198);
}

.sitePedidoStatus1, .sitePedidoStatus2 {
    background-color: rgb(208, 255, 226);
}

.red {
    color: red;
}

.siteAdd-button {
    width: 250px;
    background-color: red;
    color: white;
    text-align: center;
    border: 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
    max-width: 100%;
    margin: 20px 0px 20px 0px;
}
 
#siteRodape {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: linear-gradient(to bottom, white, silver);
    padding-top: 40px;
    padding-bottom:40px;
}

#siteRodape a[href^="tel"] {
  text-decoration: none;
  color: black;
}

#siteRodape div{
    float:left;
}

#siteRodape div:first-child{
    font-size: 28px;
    padding-bottom: 20px;
}

#siteRodape div:first-child img {
    padding-top: 10px;
    width: 250px;
}

#siteRodape div:nth-of-type(2) {
    padding-left: 30px;
    font-size: 16px;
}

#siteRodape div:nth-of-type(2) img {
    margin-right: 10px;
    width: 30px;
}

#siteRodape span{
    display: flex;
    align-items: center;
    justify-content: left;
    height: 40px;
}
 
/* Alterar por scroll */
#siteMenu.scrolled {
    height: 70px;
}

#container.scrolled {
    margin-top: 70px;
}

#logoEdip.scrolled {
    height: 30px;
}

#siteMenuIcon.scrolled {
    margin-top: 15px;
}

#siteMenuContent.scrolled {
    top: 70px;
}

#siteLogo.scrolled {
    font-size: 14px;
}

#containerSite {
    max-width: 1080px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#storeListaProdutos {
    width: 100%;
}

/* Controle mensagem de carregando */
	#sbLoad {
		display:none;
		position: fixed;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
		margin-left: -60px;
	    margin-top: -60px;
	}

		.loader {
			font-size: 5px;
			display: inline-block;
			margin: 0 auto;
			text-indent: -9999em;
			width: 120px;
			height: 120px;
			border-radius: 50%;
			background: #970000;
			background: linear-gradient(to right, #970000 10%, rgba(2, 4, 1, 0) 42%);
			position: relative;
			animation: load3 1.4s infinite linear;
			transform: translateZ(0)
		}
  
		.loader:before {
			width: 50%;
			height: 50%;
			background: #970000;
			border-radius: 100% 0 0 0;
			position: absolute;
			top: 0;
			left: 0;
			content: ''
		}

		.loader:after {
			background: #fafafa;
			width: 75%;
			height: 75%;
			border-radius: 50%;
			content: '';
			margin: auto;
			position: absolute;
			top: 0;
			left: 0;
			bottom: 0;
			right: 0
		}
	
		@keyframes load3 {
			0% {
				transform: rotate(0deg)
			}
			100% {
				transform: rotate(360deg)
			}
		}
 
@media(max-width: 600px) {

    #siteMenu {
        height: 70px;
    }

    #container {
        margin-top: 70px;
    }

    #logoEdip {
        height: 30px !important;
    }

    #siteMenuIcon {
        margin-top: 15px;
    }

    #siteMenuContent {
        top: 70px;
    }

    #siteLogo {
        font-size: 14px;
    }

    .siteDestaque a {
        display: inline-block;
        width: calc(100% - 40px);
        padding: 3px;
        max-width: 500px;
        cursor: pointer;
    } 
}

