#notify-basehead-top { position:absolute; width:100%; top:0; z-index:9999999; }  .fullcarSideBar .closeCarSidebar { position:absolute; right:10px; top:10px; cursor:pointer; transition:0.5s ease; } .fullcarSideBar .closeCarSidebar:hover { transform: rotate(360deg); } svg.icone, .svgicon svg,span.svgicon {  width: 1.5em;  height: 1.5em;  fill: currentColor;  vertical-align: middle;  display: inline-flex; } .hidden {   display: none; } #carloading {display:none} .frete-radio-option {display: flex; align-items: center; gap:5px} .fullcarSideBar.loading:after {  position:absolute;  top:0;  bottom:0;  left:0;  right:0;  background:rgba(0,0,0,0.5);  display:block;  content:'';  z-index:3001; } .fullcarSideBar.loading:before { background: url(//admin.puze.com.br/css/imgs/load4.png) no-repeat center center, white; content:''; width: 30px; height: 30px; display: block; animation: spin 0.6s linear infinite; position: absolute; top: 50%; z-index: 3002; left: 50%;  border-radius: 50%; }