/* Global */
body {
  background: #FFF url(/images/background-tile.png);
  font-family: sans-serif;
  font-size: 14px;
  margin: 0 auto;
  padding: 0;
  width: 999px;
}

a, a:visited {
  text-decoration: none;
}

.inline {
  display: inline-block;
}

/* Page */

#page-title {
  background-color: #81D8CF;
  color: #FFF;
  font-size: 16px;
  border-radius: 4px;
  padding: 14px 14px 14px 34px;
  height: 18px;
  margin: 20px;
}

#page-title img {
  vertical-align: text-bottom;
}

#featured-products {
  font-size: 16px;
  font-weight: bold;
  color: #4D9A92;
  padding: 0 0 20px 80px;
}

  /* Header */
#header {
  background: #81D8CF url(/images/sg-logo.png) 70px 97px no-repeat;
  color: #FFF;
  height: 230px;
  position: relative;
}

#header-menu {
  background-color: #4D9A92;
  padding: 12px 0px 12px 70px;
}

#header-menu a {
  color: #FFF;
}

#header-menu a:hover {
  color: #EEF;
  text-decoration: underline;
}

#header-categories {
  padding: 124px 0 0 70px;
}

#header-categories a {
  font-weight: bold;
  color: #FFF;
}

#header-categories a:hover {
  color: #EEF;
  text-decoration: underline;
}

#header-mainframe {
  background: url(/images/frame-top.png) no-repeat;
  height: 459px;
  margin-top: 30px;
  margin-left: 77px;
  text-align: center;
  width: 845px;
}

.header-mainpage {
  height: 460px!important;
  margin-bottom: 200px;
}

/* Cart */

#button-cart {
  background-color: #FFF;
  border: 0;
  color: #000;
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin: 53px 86px;
  padding: 8px;
}

#cart-block {
  background-color: #FFF;
  border-radius: 6px;
  border: 1px solid #81D8CF;
  color: #333;
  display: none;
  height: 400px;
  position: absolute;
  right: 86px;
  top: 140px;
  width: 300px;
}

#button-cart span {
  color: #4D9A92;
}

#cart-block-items {
  height: 330px;
  padding: 10px;
  overflow: auto;
}

#cart-block-buttons {
  height: 30px;
  padding: 10px;
  text-align: center;
}

#cart-items-empty {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #EEE;
  padding-top: 145px;
}

.cart-items-item {
  height: 110px;
}

.cart-items-item img {
  float: left;
  height: 99px;
  margin: 0 5px 5px 0;
  border: 1px solid #EEE;
}

.cart-items-name {
  height: 32px;
}

.cart-items-name button {
  height: 20px;
  width: 20px;
}

.cart-items-name input {
  font-size: 12px;
  height: 16px;
  width: 20px;
  text-align: right;
}

.cart-items-cost {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}

.cart-item-delete {
  float: right;
}

/* Categories */

#category-block {
  text-align: center;
}

.category-frame {
  background: url(/images/frame-category.png);
  border: 0;
  display: inline-block;
  height: 346px;
  margin: 8px;
  text-align: center;
  width: 196px;
}

/* Items */

#item-block {
  text-align: center;
}

.item-frame {
  background: url(/images/frame-item.png);
  background-repeat: no-repeat;
  border: 0;
  display: inline-block;
  height: 340px;
  margin: 4px;
  text-align: center;
  width: 158px;
  vertical-align: top;
}

.item-name {
  text-align: left;
  padding: 6px 0;
  font-size: 13px;
  height: 30px;
}

.item-cost {
  font-weight: bold;
  font-size: 14px;
}

/* Footer */

#footer {
  background-color: #4D9A92;
  color: #FFF;
  padding: 20px;
  text-align: center;
  font-size: 16px;
}

/* Page */

#page {
  margin: 20px;
  padding: 6px;
  font-size: 16px;
  text-indent: 20px;
}

/* Form */

#checkout-detail {
  width: 550px;
}

#checkout-detail td, #checkout-detail th {
  padding: 2px 4px;
}

#checkout-detail input, #checkout-detail select {
  width: 300px;
}

#checkout-detail textarea {
  height: 100px;
  width: 530px;
}

.form-align-right {
  text-align: right;
}

.form-header {
  font-weight: bold;
}

.form-label {
  text-align: right;
  width: 35%;
}

.form-data {
  border-bottom: 1px dotted #81D8CF;
  font-style: italic;
}

.form-label-require:before {
  content: '* ';
  color: #F00;
}
.error-div{
    width: 96%;
    background: rgba(255, 194, 194, 0.43);
    color: red;
    padding: 20px;
    margin: auto;
    margin-bottom: 5px;
    box-sizing: border-box;
}
.msg-slide {
    display: none;
    position: fixed;
    top: 7px;
    left: 23px;
    background: rgba(0,0,0,0.5);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

/* UI fix */

#item-block .ui-button-text-only .ui-button-text {
  padding: .4em .2em;
}

.matchmaking_weekend {
  font-family: 'Lato', sans-serif;
}
.matchmaking_weekend h2 {
  font-size: 23px;
  color: #525252;
  text-align: center;
  font-weight: normal;
  margin: 20px 0;
  font-style: italic;
}
.matchmaking_weekend h3 {
  color: #525252;
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 20px 0;
  font-style: italic;
}
#purchase{
  padding:0 10px;
  margin: 15px 0 0 0;
  height: 897px;
  background: url(/images/sand_bg.jpg) no-repeat left center;
}
#purchase .title{
  color: #04448a;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 7px 0 0 0;
  margin: 0;
  font-style: italic;
}
#purchase .title span{
  color: #161616;
  font-weight: normal;
  font-style: italic;
}
#purchase .col-wrap{
  padding:9% 8.8% 0 13%;
}
#purchase .col{
  display: inline-block;
  text-align: center;
  width: 42.6%;
  color: #ffffff;
  vertical-align: top;
}
#purchase .col:first-child{
  margin-right: 110px;
}
#purchase .head{
  color:#0b5567;
  font-weight: bold;
  font-size: 18px;
}
#purchase .subhead{
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 0 0;
}
#purchase ul{
  padding-left: 10px;
  list-style-type: none;
  margin: 30px 20px 0 15px;
}
#purchase .col:nth-child(2) ul{
  margin: 70px 20px 126px 15px;
}
#purchase ul li::before{
  content: "-";
  padding: 0 5px 0 0;
}
#purchase ul li{
  font-size: 17px;
  text-align: left;
  padding: 0 0 18px 0;
  font-style: italic;
}
#purchase .prices{
  background: #f3f3f3;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #c6c6c6;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
  margin-top: 46px;
}

#purchase .container {
  display: block;
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #000;
  text-align: left;
}

#purchase .container span.price_title{
  font-size: 17px;
  font-style: italic;
}
#purchase .container em{
  font-size: 15px;
  font-style: italic;
  display: block;
}

/* Hide the browser's default radio button */
#purchase .container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom radio button */
#purchase .container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: radial-gradient(circle farthest-side at 16px 16px,#fff 65%, #eee, #ccc);
  border-radius: 50%;
  border: 2px solid #81ab63;
}
#purchase .container.turquoise .checkmark {
  border: 2px solid #aee0e6;
}

/* On mouse-over, add a grey background color */
#purchase .container input:checked ~ .checkmark,
#purchase .container:hover input ~ .checkmark {
  background: radial-gradient(circle, #c4d975, #95ad39);
  border: none;
  top: 1px;
  left: 1px;
}

#purchase .container.turquoise input:checked ~ .checkmark,
#purchase .container.turquoise:hover input ~ .checkmark {
  background: radial-gradient(circle, #89ecf7, #32cbdc);
  border: none;
  top: 1px;
  left: 1px;
}

.matchmaking_weekend button {
  background: linear-gradient(#6eab42,#3f7c13);
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  color: #fff;
  padding: 10px 50px;
  border-radius: 25px;
  border: 1px solid #73c339;
  cursor: pointer;
}
.matchmaking_weekend button.turquoise {
  background: linear-gradient(#5adceb,#2dafbe);
  border: 1px solid #41c3d1;
}