
#cn-loading{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:999999999999;background-color:rgba(241,241,241,.5647058824);display:flex;align-items:center;justify-content:center}#cn-loading svg{width:64px;height:64px;animation:girar 3s infinite linear}@keyframes girar{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}
.cn-background{position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:9999;background-color:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center}.cn-frete-root{position:fixed;z-index:99999;width:50%;height:20%;background-color:rgba(0,0,0,0);top:30%;left:25%;display:flex;align-items:center;justify-content:center}.cn-frete-root .cn-frete{width:100%;height:100%;padding:5px;display:flex;align-items:center;justify-content:center;flex-direction:column}.cn-frete-root .cn-frete .cn-titulo{font-size:28px;font-weight:600;color:#000}.cn-frete-root .cn-frete .cn-escolha{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%}.cn-frete-root .cn-frete .cn-escolha select{margin-top:20px;width:100%;max-width:500px;height:50px;border-radius:0;color:#000}.cn-frete-root .cn-frete .cn-escolha button{background-color:green;color:#fff;margin-top:10px;height:50px;width:20%;margin-bottom:0;margin-left:10px}.cn-hide{display:none}@media(max-width: 768px){.cn-frete-root{width:90%;left:5%}.cn-frete-root button{width:40% !important}}
