html, body{
    margin:0; padding:0;
    font-family: "GT Eesti Pro", Arial,sans-serif;
    height:100%;
    font-size: 16px;
	background: #f5f7fa;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    line-height: normal;
}
a, a.ajaxlink { color: #2980b9; }
a:hover, a.ajaxlink:hover { color: #d35400; }

#error404, #error403 {
background: #fff;
  border: 1px solid #ddd;
  position: relative;
  text-align: center;
  border-radius: 8px;
  min-height: 480px;
}

.dstcartgoodtext {
font-size: 16px;
  text-align: left;
  border: 1px solid #e6e8ea;
  padding: 15px;
  margin: 20px;
  border-radius: 8px;
  color: rgba(0,26,52,.6);
  line-height: 24px;
}
}

#error404 h1,
#error404 h2,
#error403 h1,
#error403 h2 {
    margin:0;
    padding: 0;
}

#error404 h1 {
color: #005bff;
  font-size: 120px;
  margin-top: 50px;
}
#error403 h1 {
    font-size: 140px;
}

#error404 h2 {
    color:#000;
}

#error403 a {
    color:#bdc3c7;
}
#error403 a:hover {
    color:#ecf0f1;
}

#error404 form {
    margin-top: 20px;
	margin-bottom: 25px;
}
#error404 p, #error403 p {
    margin-top: 10px;
}

#error403 h3 {
    font-size: 16px;
    margin: 20px 0 15px;
}

#error403 {
    background: #3498db;
    color: #fff;
    height: 400px;
    width: 400px;
}

#body403 .login_form > h3 {
    display: none;
}

#error-maintenance{
    height:90px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-top:160px;
    background: url("../images/errors/maintenance.png") no-repeat center 20px #FAFAFA;
}

#error-maintenance h1{ margin:0; }
#error-maintenance p{ margin:5px; font-size:21px; }

#error-maintenance-footer {
    width:100%;
    height:50px;
    line-height: 50px;
    position: absolute;
    bottom:0;
    text-align: center;
}

#error-maintenance-footer span {
    padding-left:20px;
    background: url("../images/icons/key.png") no-repeat left center;
}

#error-maintenance-footer a.ajaxlink { text-decoration:none; border-bottom: dashed 1px #2980b9; }
#error-maintenance-footer a.ajaxlink:hover { text-decoration:none; border-bottom: dashed 1px #d35400; }

.pre { font-family: monospace; color:#990033; font-size:16px; background:#ffeff3; display:inline-block; padding:15px; }
#site_error_wrap li { margin-bottom: 4px; }
#site_error_wrap span { color: #999; }
#error_body {
    background-color: #0B1F35;
}
#site_error_wrap {
margin: 0 auto;
width: 860px;
background-color: #FFF;
box-sizing: border-box;
padding: 20px;
border-radius: 4px;
top: 50px;
position: relative;
}

.primary_btn {
  display: inline-block;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 16px;
  line-height: 44px;
  outline: none !important;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background: #005bff;
  border: double 2px transparent;
  box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); 
  transition: all 0.4s ease 0s;
  text-decoration: none;
  }
  .primary_btn span {
    padding: 0 24px;
transition: all 0.4s ease 0s;	}
  .primary_btn.tr-bg {
   border: 2px solid #000;
color: #000;
box-shadow: none;
transition: all 0.4s ease 0s;
background-image: linear-gradient(#fff, #fff), radial-gradient(circle at top left, #005bff, #005bff);
}
    .primary_btn.tr-bg:hover {
      opacity: 0.9;
	  color: #000;
	  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(circle at top left, #005bff, #005bff);
border: 2px solid #005bff;
color: #005bff;
      box-shadow: 0px 10px 30px rgba(118, 85, 225, 0.3); 
	  transition: all 0.4s ease 0s;}
  .primary_btn:hover {
    color: #fff;
      opacity: 0.9;
box-shadow: none;
background-clip: border-box;
	transition: all 0.4s ease 0s;}