.shippingtableproduct{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background-color:rgba(249,242,242,.9);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-o-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:opacity .3s ease,transform 0s linear .3s;-moz-transition:opacity .3s ease,transform 0s linear .3s;-o-transition:opacity .3s ease,transform 0s linear .3s;-ms-transition:opacity .3s ease,transform 0s linear .3s;transition:opacity .3s ease,transform 0s linear .3s;opacity:0}.shippingtableproduct.isActive{-webkit-transform:translateY(0%);-moz-transform:translateY(0%);-o-transform:translateY(0%);-ms-transform:translateY(0%);transform:translateY(0%);-webkit-transition:opacity .3s ease,transform 0s linear 0s;-moz-transition:opacity .3s ease,transform 0s linear 0s;-o-transition:opacity .3s ease,transform 0s linear 0s;-ms-transition:opacity .3s ease,transform 0s linear 0s;transition:opacity .3s ease,transform 0s linear 0s;opacity:1}.shippingtableproduct input{padding-left:5px}.shippingtableproduct__link{text-transform:uppercase;margin:1rem 0;letter-spacing:3px;cursor:pointer;color:#afa59c;font-size:12px;line-height:2rem;display:block;-webkit-transition:color .3s ease;-moz-transition:color .3s ease;-o-transition:color .3s ease;-ms-transition:color .3s ease;transition:color .3s ease}.shippingtableproduct__link:visited{color:#afa59c;text-decoration:none}.shippingtableproduct__link:hover{color:#000;text-decoration:none}.shippingtableproduct__block{max-width:90%;width:60rem;margin:5% auto;background-color:#fff;box-shadow:none;padding:3rem 5rem 3rem;position:relative;text-align:center}.shippingtableproduct__text{text-align:center;font-size:1.4rem;letter-spacing:1px}.shippingtableproduct__content{margin:1rem 0 3rem}.shippingtableproduct__close{color:#afa59c;font-size:2rem;cursor:pointer;position:absolute;top:1rem;right:1rem;width:5rem;height:5rem;text-align:center;line-height:5rem !important}.shippingtableproduct__close:hover{color:#000}@media screen and (max-width:901px){.shippingtableproduct__link{font-size:12px;line-height:3rem}.shippingtableproduct__block{max-width:90%;width:60rem;margin:5% auto;background-color:#fff;box-shadow:none;padding:5rem 3rem 3rem;position:relative;text-align:center}}