/* Top menu position right */
#sp-menu > .sp-column, #sp-menu  .sp-megamenu-wrapper { 
    justify-content: flex-start !important;
}
/* Set header height */
#sp-header {
    height: auto;
}
/* Off Canvas menu */
.burger-icon > span {
	background-color: white;
}

/* Mobile logo resize */
.logo-image-phone {
    height: 80px !important;
}
/* MAIN MENU */
#sp-menu .active {
	border-bottom: 3px solid #fa9e21 !important;
}

/* Make bottom menus horizontal */
#sp-bottom1 .sp-module .menu {
	font-size: 24px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

#sp-bottom1 .sp-module .menu li {
    margin: 0;
}

/* Social media icons */
#sp-bottom2 li a {
	font-size: 24px !important;
	color: #fa9e21;
}

/* LIGHT BLUE BUTTON */
.light-blue-button {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: #0d88b1;
    color: #ffffff;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: .625rem 1.375rem;
    border-color: #0f1d43;
}
.light-blue-button:hover {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: green;
    color: #ffffff;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: .625rem 1.375rem;
    border-color: #0f1d43;
}

/* RED BUTTON */
.red-button {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: #be2025;
    color: #ffffff;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: .625rem 1.375rem;
    border-color: #be2025;
}
.red-button:hover {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: green;
    color: #ffffff;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: .625rem 1.375rem;
    border-color: #0f1d43;
}

/* ORANGE BUTTON */
.orange-button {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: #fa9e21;
    color: #000000 !important;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: .625rem 1.375rem;
    border-color: #0f1d43;
}
.orange-button:hover {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: fa9e21;
    color: #ffffff;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: .625rem 1.375rem;
    border-color: #0f1d43;
}

/* Green Button */
.green-button {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: green;
    color: #ffffff;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: 10px 16px 10px 8px !important;
    border-color: green;
}
.green-button:hover {
    cursor: pointer;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    display: inline-block;
    font-size: 17px;
    background-color: green;
    color: #ffffff;
    transition: background-color .3s ease-out;
    border: 1px solid transparent;
    border-radius: 1000px;
    padding: 10px 16px 10px 8px;
    border-color: green;
}

/* CHECKOUT Button Mobile */
#checkoutButton {
    position: fixed;
    right: 5px;
    top:60%;
    z-index: 999;
}

/* Equipment display */
.equipment-outer {
    padding: 15px 0;

}
.equipment-box {
    border: 1px solid #0d88b1;
    border-radius: 20px;
    padding: 10px;
    position: relative;

}
.equipment-image {
    position: relative;

}
.equipment-price {
    height: 100px;
    width: 100px;
    background-image: url('/images/price-bg.png');
    background-size: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
    padding-top: 10px;
    text-align: center;
    color: #ffffff;

}
.equipment-footer {
    bottom: 15px;
    width: 100%;
    background-color:#0d89b2;
    border-radius: 30px;
    text-align: center;
    padding: 10px;
}
.equipment-quantity {
    display:block;
    color:#ffffff;
    line-height:25px;
}
.equipment-buttonbook {
    display:block;
    background-color:#0d89b2;
    color:#ffffff;
    text-align:center;
    font-size:16px;
    text-transform:uppercase;
    line-height:25px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    padding: .625rem 1.375rem;

}
.equipment-box .title {
  min-height:84px;
}

/* Quantity buttons */
.quantity {
  position: relative;
  margin-left: 30px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 52px !important;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  background-color: #0d88b1 !important;
  color: #ffffff !important;
  border: 0  !important;
  font-size: 24px !important;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  /* border-left: 1px solid #eee; */
  width: 27px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 100%;
  top: 0;
  padding-top: 10px;
  padding-bottom: 35px;
  margin-left: 29px;

}

.quantity-button.quantity-down {
  position: absolute;
  padding-bottom: 37px;
  height: 100%;
  padding-top: 10px;


}

/* Filter checkboxes */
.filters input {
    position: absolute;
    left: -9999px;
}
.filters label {
  display: block;
  position: relative;
  /* margin: 20px; */
  padding: 11px 20px 9px 37px;
  /* border: 1px solid #fff; */
  border: none;
  border-radius: 100px;
  color: #fff;
  background-color: #0d88b1;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  transition: background-color .2s, box-shadow .2s;
  margin-left: -40px;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}

.filters label::before {
  content:url('/images/golf-ball.png');
  display: block;
  position: absolute;
  top: 6px;
  bottom: 10px;
  left: 5px;
  width: 20px;
  /* border: 3px solid #fff; */
  /* border-radius: 100px; */
  transition: background-color .2s;
}

.filters label:first-of-type {
  transform: translateX(-40px);
}

.filters label:last-of-type {
  transform: translateX(40px);
}

.filters label:hover, .filters input:focus + label {
  box-shadow: 0 0 20px rgba(0, 0, 0, .6);
}

.filters input:checked + label {
  background-color: #be2025;
}

.filters input:checked + label::before {

}

/* CART */
#cart {
    position: fixed;
    background-color: #0f1d43;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    width: 25%;
    right: 0px;
    margin-top: -40px;
    z-index: 100;
    bottom: 0;

}
#cart-header {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
#cart-items {
    background-color: #0d88b1;
    padding: 10px 5px;
    font-size: 14px;
    color: #ffffff;
    max-height: 25vh;
    overflow: auto;

}
#cart-footer {
    color: #ffffff;
    border-top: 2px solid #ffffff;
    padding: 10px 5px;

}

/* CART MOBILE */
#cart-mobile {
    background-color: #0f1d43;
    border: 1px solid #cccccc;
    border-radius: 10px;
    padding: 10px;
    z-index: 10

}
#cart-mobile-header {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
#cart-mobile-items {
    background-color: #0d88b1;
    padding: 10px 5px;
    font-size: 14px;
    color: #ffffff;
    max-height: 45vh;
    overflow: auto;

}
#cart-mobile-footer {
    color: #ffffff;
    border-top: 2px solid #ffffff;
    padding: 10px 5px;

}


section#sp-cart-mobile div#cart {
    position: unset;
    width:100%;

}

/* Insurance overides */
.insurance-price {
    height: 150px;
    width: 150px;
    background-image: url('/images/price-bg.png');
    background-size: 150px;
    text-align: center;
    color: #ffffff;
    padding-top: 12px;
}

/* Cart Summary */
.details-form .row {
    padding: 5px 0;

}
.cart-summary {
    margin-top: 20px;
}
.cart-summary .item-header {
    background-color: #0d88b1;
    color: #ffffff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 10px;
}
.cart-summary .price-header {
    background-color: #0d88b1;
    color: #ffffff;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 10px;
}
.cart-summary .line-item {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 10px;
}
.cart-summary .line-price {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    padding: 10px;
}
.cart-summary .line-players-left {
    border-left: 1px solid #000000;
    padding: 10px;
}
.cart-summary .line-players-right {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 10px;
}
.cart-summary .total-label {
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 10px;
    background-color: #0d88b1;
    color: #ffffff;

}
.cart-summary .total-price {
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 10px;
    background-color: #0d88b1;
    color: #ffffff;

}
/* Steps bar */
.progress-bar {
    padding: 10px 30px;
    list-style: none;
    background-color: #e9ecef;
    /* background: rgba(233, 236, 239, 0.9); */
    color: #0d88b1;
    margin: -15px 0 0 0;
    text-align: left;
    white-space: unset;
}
.progress-bar ul {
    list-style-type: none;
    padding-inline-start: 0;
    margin-block-start: 0;
    margin-block-end: 0;
}
.progress-bar ul li {
    display: inline;

}
.progress-bar ul li a {
    text-decoration: underline;
    color: #0d88b1;
}

/* Payment Buttons */
/* The container */
.payment-method .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  padding-top: 0px;
  cursor: pointer;
  /* font-size: 22px; */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.payment-method .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.payment-method .checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.payment-method .container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.payment-method .container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.payment-method .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.payment-method .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.payment-method .container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
