
.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 {
    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;
}
.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: .625rem 1.375rem !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: .625rem 1.375rem;
    border-color: green;
}
.no-padding {
    padding: 0 !important;

}
#sp-bottom1, #sp-bottom2, #sp-bottom3{
    padding: 0 !important;

}

.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;

}
/* TEMPLATE OVERIDES */
h2 {
    padding: 10px 0;
}
#offcanvas-toggler > .fa {
    color: #ffffff;

}
.offcanvas-toggler-right {
    float: none !important;

}
#offcanvas-toggler > .fa::after{
    /* content: ' MENU'; */

}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: #0d88b1;

}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    text-align: left;

}
#sp-header {
    height: auto;
    padding: 0;
    background: rgba(15,29,67,0.9);
}
#sp-header.header-sticky {
    position: fixed;
    z-index: 1;
}
#sp-menu {
    z-index: 999;
}
.loginlabel {
    color: #0f1d43;
}
.sp-scroll-up {
    right: 50% !important;
}


/* FEATURED PRODEUCTS OVERIDES */
.bt-cs .bt-inner img {
    outline: 0;
    border: 2px solid #fff;
    max-width: 99%;
    margin: 5px 0px;

}
.bt-introtext {
    text-align: center;

}
.bt-cs .next, .bt-cs .prev {
    display: block;

}

/* EQUIPMENT */
.equipmentrow {

}
.equipment {
    padding:20px;
    margin-bottom:20px;
    font-size:13px;

}
.equipment > img {
    width:100%;
    /* height:260px; */
    margin:10px 0;

}
.equipment > ul {
    height:128px;
}
.buttonbook {

}
.mask {
    width:100%;
    min-height:100%;
    height:100%;
    background-color:rgba(0,0,0,0.9);
    position:fixed;
    top:0px;
    left:0px;
    z-index:1001;

}
.mask .container {
    position:relative;
    padding:20px;
    top:50%;
    text-align: center;

}
.mask .container > h2 {
    color:@white;

}
.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;


}
/* 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;

}
#cart-header {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
#cart-items {
    background-color: #0d88b1;
    padding: 10px 5px;
    font-size: 14px;
    color: #ffffff;
    max-height: 35vh;
    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%;

}
/* 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: 26px;
    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;
}
/* 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: 30px;
}
/* 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 method radio button images */
.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
       -moz-appearance:none;
            appearance:none;
}

.cc-selector-2 input{
    position:absolute;
    z-index:999;
}
.cc-selector-2 input[type=radio]:checked + label {
    background: unset ;
  }

.stripe{background-image:url(/images/payment-stripe.png) !important;}
.paypal{background-image:url(/images/payment-paypal.png) !important;}

.cc-selector-2 input:active +.drinkcard-cc, .cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector-2 input:checked +.drinkcard-cc, .cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}



.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:180px;height:70px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.9);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.9);
            filter: brightness(1.8) grayscale(1) opacity(.9);
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/* Extras */
.cc-selector-2 input{ margin: 5px 0 0 12px !important; }
.cc-selector-2 label{ margin-left: 7px !important; }
span.cc{ color:#6d84b4 }


/* GDPR Over OVERIDES */
.activebar-container {
    bottom: 0 !important;
    top: unset;
}

/* session timeout modal */
.modal-content {
    z-index: 999999;
}
.modal-title {
    position: absolute;
    left: 16px;

}


/* 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%
}

.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 {

}

/* Cookie consent modal */

#eprivacyModal {
    background: #ffffff;
    float: left;
    left: 34%;
    top: 68%;
    transform: translate(-28%, -150%);
    border-radius: 30px;

}
@media screen and (max-width: 992px) {
  #eprivacyModal {
    left: 34%;
    top: 61%;
    transform: translate(-28%, -100%);
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  #eprivacyModal {
    left: 25%;
    top: 40%;
    transform: translate(-18%, -40%);
  }
}

.plg_system_eprivacy_module {
    background-color: #0f1d43;
}
.plg_system_eprivacy_reconsider, .plg_system_eprivacy_accepted, .plg_system_eprivacy_declined {
    background:none!important;
    color:inherit;
    border:none;
    padding:0!important;
    font: inherit;
    cursor: pointer;
    margin: 0 20px;
    border: 0 !important;
}

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

/* Payment Buttons */
/* The container */
.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 */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.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 */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

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

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

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

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