﻿*{box-sizing:border-box;padding:0;margin:0;font-family:"Poppins",sans-serif;}body{display:flex;align-items:center;justify-content:center;flex-direction:column;height:100vh;width:100%;color:#000;padding:20px;}#payment-wrap{box-shadow:0 10px 25px 10px rgba(0,0,0,.13);border-radius:5px;overflow:hidden;display:flex;max-width:600px;flex-wrap:wrap;width:100%;}header{flex:1 1 100%;background:#263236;height:130px;}header #logo{height:100%;padding:20px;display:flex;justify-content:center;align-items:center;}header #logo img{height:75%;}a{color:#a67e57;text-decoration:none;}a:hover{color:#856545;text-decoration:underline;transition:.2s;}main{flex:1 1 100%;width:100%;margin:40px 25px 50px;}footer{flex:1 1 100%;width:100%;background:#a67e57;height:20px;}input{font-size:12pt;}#payment{margin:0 auto;}#info{display:flex;flex-wrap:wrap;gap:1em;margin-bottom:2em;justify-content:stretch;}#info .info-box{display:inline-flex;flex-direction:column;font-size:.95em;padding:1em 1.2em;border-radius:.4em;background:#f2f2f2;flex:1 1 165px;}#info .info-box#amount-box{padding-bottom:.4em;flex-grow:0;}#info .info-box .info-heading{display:block;font-size:.9em;text-transform:uppercase;font-weight:700;color:#a67e57;}#info .info-box #amount-value{font-size:2em;display:flex;gap:.1em;align-items:baseline;}#info .info-box #amount-value #pound-sign{font-size:.9em;}#info .info-box #amount-value #currency{font-size:.8em;margin-left:.1em;}#info .info-box #amount-value #amount{font-weight:500;}#info .info-box #order-list{padding-left:20px;}#submit-container{padding-top:10px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:10px;--buttonWidth:160px;}#submit-container.loading{--buttonWidth:190px;}#submit-container.loading .loader{display:inline-block;}#return-to-checkout{flex:1 1 calc(100% - var(--buttonWidth));}button[type=submit]{border:0;background:#a67e57;padding:10px 15px;color:#fff;border-radius:5px;flex:1 0 auto;text-align:center;font-size:100%;transition:.2s;cursor:pointer;}button[type=submit]:hover,button[type=submit]:disabled{background:#856545;}button[type=submit]:disabled{cursor:not-allowed;}.chevron{position:relative;top:2px;margin-right:1.5px;}#errors{max-width:600px;padding:15px 25px;border-radius:3px;margin:40px 10px;background:#ffd4d4;color:#973333;border:1px solid #f3b3b3;text-align:center;}#errors p{margin-bottom:5px;}#errors ul{padding-left:25px;margin:20px 0 0;text-align:left;}#errors ul li{margin-bottom:5px;}.loader{display:none;width:20px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#fff 74%,rgba(0,0,0,0)) top/5px 5px no-repeat,conic-gradient(rgba(0,0,0,0) 30%,#fff);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 5px),#000 0);animation:spin 1s infinite linear;margin-bottom:-4px;margin-right:12px;}@keyframes spin{100%{transform:rotate(1turn);}}.powered-by{max-width:600px;width:100%;text-align:right;font-size:.85em;position:relative;top:.8em;display:flex;justify-content:flex-end;gap:1.2em;padding:0 .5em;}.powered-by a{color:#000;line-height:1.6em;}