.header {
    display: flex;
    justify-content: space-evenly;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    padding-bottom: 2px;
    z-index: 1000000;
    transition: .5s;
    box-shadow: 0 0 20px 0px #ff69b49e;
    left: 0;
}

.header > i {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    padding-top: 5px;
}

label {
    font-family: 'Inconsolata', monospace;
    margin-top: 2px;
    cursor: pointer;
}

label.nome {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    text-size-adjust: auto;
    cursor: default;
}


.produtos {
    display: flex;
    width: auto;
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.loadercontainer .produtodiv {
    width: 150px;
    height: 293px;
    margin-bottom: 5px;
    border-style: double;
    padding-bottom: 4px;
    border-radius: 5px;
    border-color: hotpink;
    padding-right: 2px;
    padding-left: 2px;
    flex-direction: column;
    margin-left: 3px;
    margin-right: 3px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #17202a;
}

.loadercontainer.carregando .produtodiv {
    display: none;
}

.produtonome {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    font-family: 'Inconsolata', monospace;
    height: 25px;
    margin-left: 1px;
}

.produtovalor {
    margin-top: 2px;
    margin-bottom: 2px;
    font-family: 'Inconsolata', monospace;
}

.produtocomprar {
    background-color: hotpink;
    width: 99%;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 4px 1px hotpink;
    margin-top: 3px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Inconsolata';
}

.produtoadicionar {
    background-color: hotpink;
    width: 99%;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 4px 1px hotpink;
    margin-top: 3px;
    margin-bottom: 3px;
    cursor: pointer;
    font-size: 15px;
    font-family: 'Inconsolata';
}

.selecionado {
    color: hotpink;    
}

.info {
    display: flex;
    align-content: center;
    border-top-style: outset;
    border-bottom-style: outset;
    border-bottom-width: 1px;
    border-left-style: double;
    border-left-color: hotpink;
    border-left-width: 3px;
    border-right-style: outset;
    border-right-width: 1px;
    flex-direction: column;
    box-shadow: 1px 1px 4px #17202a8c;
    border-radius: 5px;
    margin-top: 13px;
    align-items: center;
    max-width: 85.5%;
    color: #17202a;
}

.entregamos,.aceitamos,.seguranca {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.entregamos > i, .aceitamos > i,.seguranca>i {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.tipodeservico {
    margin-left: 5px;
    padding-top: 1px;
    font-family: 'Inconsolata', cursive;
    font-size: 18px;
}


p.textalternativo {
    font-family: 'Inconsolata', cursive;
    margin-top: -17px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    opacity: .5;
    margin-top: 15px;
    border-top-style: ridge;
    width: 100%;
    border-top-width: 2;
}

.formasdeenvio, .entreemcontato {
    display: flex;
    align-items: center;
    margin: 5px;
    flex-direction: column;
    margin-top: -10px;
}

.formasdeenvio > h5, .entreemcontato > h5 {
    font-family: 'Inconsolata';
    font-size: 21px;
    font-weight: 900;
    text-align: center;
}

.formasenvioimgs {
    display: flex;
    justify-content: center;
    margin-top: -7px;
    align-items: center;
    align-content: center;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
}

.carrinhoconteudo {
    position: fixed;
    top: 0;
    width: 0;
    height: 0;
    background: #fff;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    left: 1000px;
}

.carrinhoconteudo.aberto {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000000;
    opacity: 1;
    transition: .5s;
    left: 0;
}

.fecharcarrinho {
    font-family: 'Inconsolata';
    padding-bottom: 15px;
    margin-left: 14px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 6px;
}

.fecharcarrinho .fa-chevron-circle-left > label {margin-left: 5px;color: #17202ab5;}

.fecharcarrinho > i {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    color: #17202a;
}

.formasdecontato > i > label {
    margin-left: 2px;
    color: #17202a;
    text-shadow: 0px 1px 2px #17202a;
    font-variant-caps: all-small-caps;
    line-height: 28px;
}


i.fab.fa-whatsapp {
    color: #20e71b;
    text-shadow: 0px 1px 2px #1dcf19;
    display: flex;
    align-items: flex-end;
    font-size: larger;
    cursor: pointer;
}

.formasdecontato {
    margin-top: -12px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 19px;
    flex-wrap: wrap;
}

.formasdecontato > i {
    padding-left: 5px;
    padding-right: 5px;
}

i.fab.fa-facebook {
    color: #1b36e7;
    text-shadow: 0px 1px 2px #1b36e7;
    display: flex;
    align-items: flex-end;
    font-size: larger;
    cursor: pointer;
}

i.fab.fa-instagram {
    color: crimson;
    text-shadow: 0px 1px 2px crimson;
    display: flex;
    align-items: flex-end;
    font-size: larger;
    cursor: pointer;
}

.footer > label {
    white-space: break-spaces;
    letter-spacing: 2px;
    color: #17202a;
    cursor: default;
}

.fullimage > i {
    position: relative;
    top: -209px;
    left: 57px;
    opacity: .9;
    cursor: zoom-in;
}

.fullimage {
    width: 0;
    height: 0;
}

.fotofullviewing {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: .3s;
    transform: scale(0);
    background-color: #1111198f;
    backdrop-filter: blur(5px);
}

.fotofullviewing.aberto {
    z-index: 1000000000000;
    transition: .3s;
    transform: none;
}

.fotofullviewing.single .asimagensfull {
    justify-content: center;
    overflow-x: hidden;
    overflow-y: hidden;
}

.asimagensfull {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    overflow-x: auto;
    overflow-y: hidden;
}

.fotofullviewing .asimagensfull > img {
    max-width: 98%;
    max-height: 98%;
    border-style: double;
    border-color: hotpink;
    box-shadow: 0 0 20px 5px hotpink;
}

.fotofullviewing > i {
	position: sticky;
	left: calc(100% - 30px);
	bottom: calc(100% - 10px);
	font-size: 27px;
	cursor: pointer;
	height: 0;
	width: 0;
	filter: drop-shadow(0 0 10px #fff);
	color: #17202a;
}

.fa-window-close:before {
    content: "\f410";
    background-color: #fff;
    border-radius: 20px;
    height: 15px;
    display: flex;
    align-items: center;
    width: 20px;
    justify-content: center;
}

@media (max-width: 728px) {
	.conteudoadicionado {
        max-width: none !important;
        justify-content: space-evenly !important;
    }
}

.conteudoadicionado {
    display: flex;
    padding-bottom: 10px;
    justify-content: space-between;
    max-width: 345px;
    flex-wrap: wrap;
    width: 100%;
}

.imgcontainer {
    display: flex;
    justify-content: flex-start;
}

img.imagemdoproduto {
    border-radius: 5px;
    border-color: #000000a3;
    border-style: groove;
    cursor: zoom-in;
    max-height: 101.5px;
}

label.nomedoproduto {
    cursor: default;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 75px;
    width: 100%;
    margin-top: 0;
    margin-left: 2px;
    font-size: larger;
    color: #17202a;
}

.logo > img {
    max-width: 252px;
    max-height: 252px;
    border-radius: 15px;
    filter: invert(1) drop-shadow(1px -2px 2px yellow) hue-rotate(70deg) invert(1);
}

.informacoesdoadicionado {
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 105px;
    padding-right: 5px;
    align-items: center;
    width: 155px;
}

.produtoimagen {
    cursor: zoom-in;
    margin-top: 1.5px;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    align-content: center;
    transition: .1s;
}

/* Safari */
@-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}

.loadercontainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.loadercontainer label {
    cursor: default;
    display: none;
}

.loadercontainer.carregando .loader {
    margin-top: 15px;
    border: 16px solid #dcdcdc;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loadercontainer.carregando > label{
  color: #3498db;
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0 0 3px #3498db;
  filter: drop-shadow(1px 3px 1px #17202a);
  user-select:none;
  font-family: 'Inconsolata';
  display: inline;
}

.categorias.aberto {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    top: 33px;
    left: 0;
    z-index: 10000;
    padding-top: 19px;
    transform: translate(0, 0px);
    transition: .7s;
    overflow: auto;
}

.categorias i.fas.fa-sort-up {
    z-index: 1;
    font-size: 30px;
    position: relative;
    top: -13px;
    left: -16px;
    height: 0;
    width: 0;
    color: #ef4a9c;
}

.categorias .contentsCategorias {
    width: fit-content;
    height: fit-content;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    background-color: #fff;
    filter: drop-shadow(0 10px 25px hotpink);
    border-color: hotpink;
}

.categorias {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    top: 25px;
    left: 0;
    background-color: transparent;
    z-index: 0;
    padding-top: 8px;
    transform: translate(0, -320px);
    transition: .7s;
    overflow: hidden;
}

.categorias .catCont {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    z-index: 1;
    opacity: 1;
    padding-bottom: 20px;
}

.categorias i.far.fa-images {
    display: flex;
    align-items: flex-end;
    font-size: larger;
    font-weight: 500;
    cursor: pointer;
    flex-wrap: wrap;
    margin: 20px;
    margin-bottom: 5px;
}

.categorias .fa-images label {
    margin-left: 5px;
    font-weight: 500;
}

.loadercontainer.carregando {
	width: 100%;
	height: 100%;
	z-index: 1000;
	backdrop-filter: blur(8px);
	display: flex;
	align-items: center;
	position: relative;
	top: 0;
	justify-content: center;
	overflow: hidden;
	flex-direction: column;
	opacity: 1;
	margin-bottom: 25px;
	flex-wrap: wrap;
	align-content: center;
}

.adicionados {
    display: flex;
    max-height: calc(100% - 150px);
    flex-direction: row;
    flex-wrap: wrap;
    overflow: auto;
    align-items: center;
    justify-content: space-between;
    align-content: flex-start;
    padding: 10px;
    border-top-style: groove;
    border-top-color: #17202a3d;
    border-top-width: 1;
    padding-right: 15px;
    padding-left: 15px;
}

.enviarpedido {
    width: 100%;
    height: 100%;
    background-color: aqua;
}

.carrinhoconteudo.aberto .enviarevalortotal {
    width: 100%;
    height: 95px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    font-family: 'Inconsolata';
    position: fixed;
    bottom: 8px;
    background-color: #fff;
    justify-content: center;
    border-top-style: ridge;
    border-top-color: #17202a3d;
    border-top-width: 1;
}

.carrinhoconteudo .enviarevalortotal {
    width: 0;
    height: 0;
    display: none;
}

i.fas.fa-paper-plane {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    border-style: groove;
    border-color: #cd22990f;
    border-radius: 10px;
    justify-content: center;
    align-content: stretch;
    background-color: #fff;
    padding-left: 2px;
    padding-bottom: 2px;
    box-shadow: 0 0 5px 0px #17202a;
    color: #17202a;
    letter-spacing: 2.4;
    flex-wrap: wrap;
}

.fa-paper-plane label {
    margin-left: 5px;
    padding-right: 4px;
}

i.fas.fa-eraser {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    border-style: groove;
    border-color: #cd22990f;
    border-radius: 10px;
    justify-content: center;
    align-content: stretch;
    background-color: #fff;
    padding-left: 2px;
    padding-bottom: 2px;
    box-shadow: 0 0 5px 0px #17202a;
    color: #17202a;
    margin-top: 8px;
    margin-bottom: 3px;
    flex-wrap: wrap;
}

.fa-eraser > label {
    margin-left: 5px;
    padding-right: 4px;
}

/** * Extracted from: SweetAlert * Modified by: Istiak Tridip */
 .success-checkmark .check-icon {
	 width: 80px;
	 height: 80px;
	 position: relative;
	 border-radius: 50%;
	 box-sizing: content-box;
	 border: 4px solid #4caf50;
}
 .success-checkmark .check-icon::before {
	 top: 3px;
	 left: -2px;
	 width: 30px;
	 transform-origin: 100% 50%;
	 border-radius: 100px 0 0 100px;
}
 .success-checkmark .check-icon::after {
	 top: 0;
	 left: 30px;
	 width: 60px;
	 transform-origin: 0 50%;
	 border-radius: 0 100px 100px 0;
	 animation: rotate-circle 4.25s ease-in;
}
 .success-checkmark .check-icon::before, .success-checkmark .check-icon::after {
	 content: '';
	 height: 100px;
	 position: absolute;
	 background: #fff;
	 transform: rotate(-45deg);
}
 .success-checkmark .check-icon .icon-line {
	 height: 5px;
	 background-color: #4caf50;
	 display: block;
	 border-radius: 2px;
	 position: absolute;
	 z-index: 10;
}
 .success-checkmark .check-icon .icon-line.line-tip {
	 top: 46px;
	 left: 14px;
	 width: 25px;
	 transform: rotate(45deg);
	 animation: icon-line-tip 0.75s;
}
 .success-checkmark .check-icon .icon-line.line-long {
	 top: 38px;
	 right: 8px;
	 width: 47px;
	 transform: rotate(-45deg);
	 animation: icon-line-long 0.75s;
}
 .success-checkmark .check-icon .icon-circle {
	 top: -4px;
	 left: -4px;
	 z-index: 10;
	 width: 80px;
	 height: 80px;
	 border-radius: 50%;
	 position: absolute;
	 box-sizing: content-box;
	 border: 4px solid rgba(76, 175, 80, .5);
}
 .success-checkmark .check-icon .icon-fix {
	 top: 8px;
	 width: 5px;
	 left: 26px;
	 z-index: 1;
	 height: 85px;
	 position: absolute;
	 transform: rotate(-45deg);
	 background-color: #fff;
}
 @keyframes rotate-circle {
	 0% {
		 transform: rotate(-45deg);
	}
	 5% {
		 transform: rotate(-45deg);
	}
	 12% {
		 transform: rotate(-405deg);
	}
	 100% {
		 transform: rotate(-405deg);
	}
}
 @keyframes icon-line-tip {
	 0% {
		 width: 0;
		 left: 1px;
		 top: 19px;
	}
	 54% {
		 width: 0;
		 left: 1px;
		 top: 19px;
	}
	 70% {
		 width: 50px;
		 left: -8px;
		 top: 37px;
	}
	 84% {
		 width: 17px;
		 left: 21px;
		 top: 48px;
	}
	 100% {
		 width: 25px;
		 left: 14px;
		 top: 45px;
	}
}
 @keyframes icon-line-long {
	 0% {
		 width: 0;
		 right: 46px;
		 top: 54px;
	}
	 65% {
		 width: 0;
		 right: 46px;
		 top: 54px;
	}
	 84% {
		 width: 55px;
		 right: 0px;
		 top: 35px;
	}
	 100% {
		 width: 47px;
		 right: 8px;
		 top: 38px;
	}
}

.valortotal {
    padding: 10;
    cursor: default;
    user-select: none;
    font-weight: 600;
    font-size: larger;
    text-align: center;
    color: #17202a;
}

.valoretrash {display: flex;flex-direction: column;align-items: flex-end;justify-content: space-between;margin-left: 5px;width: 75px;}

.valoretrash > i {cursor: pointer;color: #000000a3;margin-top: 2px;}

.sucessoadicionado {
    background: #fff;
    padding: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    filter: drop-shadow(0 0 20px #4caf50);
}

.sucessoadicionado label {
    cursor: default;
    margin-left: 15px;
    font-size: xx-large;
    text-transform: capitalize;
    text-align: center;
    max-width: 165px;
}

.contagem {
    width: 0;
    height: 0;
    position: relative;
    top: -34px;
    left: 9px;
    transition: .5s;
    transform: scale(0);
}

.contagem.itens {
    width: 0;
    height: 0;
    position: relative;
    top: -34px;
    left: 9px;
    transition: .5s;
    transform: scale(1);
}

.contagem.itens span {
    background-color: hotpink;
    color: #fff;
    border-radius: 15px;
    font-family: 'Inconsolata';
    font-size: 14px;
    padding-right: 5px;
    padding-left: 5px;
    filter: drop-shadow(0 0 5px hotpink);
}

.valordoproduto {
    cursor: default;
    font-family: 'Inconsolata';
    font-weight: 600;
    font-size: 19px;
    color: #17202ad9;
}

input.quantidadeacomprar {
    border-radius: 7px;
    text-align: center;
    border-color: #000000a3;
    color: #17202a;
    max-width: 100%;
}

.verfotofull.carregando {
	z-index: 1000;
	transform: scale(1);
}

.verfotofull {
	z-index: -1;
	width: 100%;
	height: 100%;
	transform: scale(0);
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: brightness(0.2);
	background-color: #0f1120a1;
	flex-direction: column;
	position: fixed;
	top: 0;
}

.verfotofull.carregando > label{
  color: #3498db;
  font-weight: bold;
  font-size: 32px;
  text-shadow: 0 0 3px #3498db;
  filter: drop-shadow(1px 2px 2px black);
  user-select:none;
  font-family: 'Inconsolata';
  visibility: visible;
  text-transform: uppercase;
}

.verfotofull label {
    cursor: default;
    visibility: hidden;
}

.verfotofull.carregando .loader {
    margin-top: 15px;
    border: 16px solid #dcdcdc;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

img.btn-forward {
    opacity: .7;
    filter: hue-rotate(
120deg);
    height: 24px;
}

.dos-btn-f-b {
    height: 0;
    width: 95%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -105px;
}

.bolinhas {
    width: 90%;
    height: 12px;
    display: flex;
    background-color: #fff0;
    margin-left: 1px;
    margin-bottom: 5px;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    border-radius: 5px;
    align-items: center;
}

.bolinhas span {
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 25px;
    filter: drop-shadow(0 0 4px #17202ab5);
    margin-left: 3px;
    margin-right: 3px;
}


.bolinhas span.nesse {
    background-color: hotpink;
}

.dos-btn-f-b.mobile > img {
    display: none;
}

img.btn-previous {
    transform: rotateZ(180deg);
    opacity: .7;
    filter: hue-rotate(120deg);
    height: 24px;
}

.bodysucesso {
    position: fixed;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: calc(100% - 50%);
    right: calc(100% - 50%);
    width: 0;
    height: 0;
    color: #17202acf;
}

.logo {
    margin-top: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    padding-top: 15px;
}
