body,html{margin:0;overflow-x:hidden;background-color:#fefaf4}#app{text-align:center;padding-top:80px}#errormessage{color:#ae2f2f;margin-top:8px;font-size:9px;font-weight:bolder}#review-widget{margin-left:10px;flex:1 1;background-color:#e8eee2;border-radius:25px;max-width:80vw;padding:20px;overflow:hidden;border:#000;flex-direction:column;display:inline-block;text-align:center}#footer{bottom:0;color:silver;width:100%;font-size:12px;text-align:center;color:#000}h6{margin-left:30px;margin-right:30px;font-weight:300}#topbar{min-height:80px;width:100vw;position:fixed;display:flex;justify-content:center;align-items:center;top:0;background-color:#fefaf4;filter:drop-shadow(0 0 .05rem #0e0e10);overflow:hidden}#logo{height:50px}#product-image{width:200px}#review-wrapper{margin-top:20px;width:100%}#widget-container{width:100%;overflow-x:auto;white-space:nowrap}#sole-title-holder,#title-holder{width:100%;height:30px;flex:1 1}#sole-title-holder{padding-top:100px}h1{font-size:20px;font-weight:bolder}h1,h2{color:#000;text-align:center;font-family:Helvetica Neue,Helvetica,Arial,sans-serif}h2{font-size:18px;font-weight:500}#review{border-radius:10px;border:#000;background-color:#fff;min-height:100px;border-width:0;font-size:15px;padding:10px;color:#000;overflow:hidden}#submit-button{width:240px;max-width:90vw;height:50px;padding:15px;margin-top:10px;border-radius:10px;border-width:0;font-size:15px;font-weight:700;background-color:#70a376;color:#fff}#submit-button:hover{background-color:#212912;color:#fff;transition:all .5s}#star-rating{margin-top:20px}#star-rating,#star-rating>*{display:flex;align-items:center}#star-rating>*{height:30px;width:30px;justify-content:center}#star-rating>:hover{cursor:pointer}#star-rating>:not(:last-child){margin-right:20px}#sr-star{color:#efad3e;transform:scale(1.2)}#sr-star,#un-star{transition-duration:.1s}#un-star{color:#fff}#red-star{color:#fda5a5;transition-duration:.1s}#sr-star:active{transform:scale(1.4) rotate(-6deg) translate(-2px,-8px)}#sr-dot-wrapper{display:flex;align-items:center;justify-content:center}#sr-dot-wrapper:hover .sr-dot{background-color:#efad3e}#sr-dot{content:"";border-radius:50%;background-color:#000;transition:all .2s}#sr-dot>:not(:last-child){margin-right:20px}#loader{border-bottom:7px solid #fefaf4;border-top:7px solid #fefaf4;border-color:#70a376 #fefaf4;border-style:solid;border-width:7px;border-radius:50%;width:35px;height:35px;margin:100px auto}#loader,#submitloader{animation:spin 2s linear infinite;text-align:center}#submitloader{border-bottom:4px solid #fefaf4;border-top:4px solid #fefaf4;border-color:#70a376 #fefaf4;border-style:solid;border-width:4px;border-radius:50%;width:20px;height:20px;margin:-5px auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}