@font-face {
  font-family: "ShieldSans";
  src: url("/css/fonts/ShieldSans-Regular.otf");
}
@font-face {
  font-family: "ShieldSans";
  src: url("/css/fonts/ShieldSans-Bold.otf");
  font-weight: bold;
}
@font-face {
  font-family: "ShieldSans";
  src: url("/css/fonts/ShieldSans-Black.otf");
  font-weight: 900;
}
@font-face {
  font-family: "ShieldSans";
  src: url("/css/fonts/ShieldSans-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "ShieldSans";
  src: url("/css/fonts/ShieldSans-Thin.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Topgolf";
  src: url("/css/fonts/Topgolf-500.otf");
}
@font-face {
  font-family: "Topgolf";
  src: url("/css/fonts/Topgolf-800.otf");
  font-weight: 800;
}
@font-face {
  font-family: "Topgolf";
  src: url("/css/fonts/Topgolf-100.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Topgolf";
  src: url("/css/fonts/Topgolf-300.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Topgolf-Condensed";
  src: url("/css/fonts/TopgolfCondensed-500.otf");
}
@font-face {
  font-family: "Topgolf-Condensed";
  src: url("/css/fonts/TopgolfCondensed-100.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Topgolf-Condensed";
  src: url("/css/fonts/TopgolfCondensed-300.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Topgolf-Condensed";
  src: url("/css/fonts/TopgolfCondensed-700.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Topgolf-Condensed";
  src: url("/css/fonts/TopgolfCondensed-900.otf");
  font-weight: 900;
}
body {
  font-family: "ShieldSans", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Topgolf-Condensed", sans-serif;
  font-weight: 700;
}

@media (min-width: 992px) {
  .container-right {
    margin-right: 0;
    max-width: calc((100vw - 960px) / 2 + 960px);
  }
  .container-left {
    margin-left: 0;
    max-width: calc((100vw - 960px) / 2 + 960px);
  }
}
@media (min-width: 1200px) {
  .container-right {
    margin-right: 0;
    max-width: calc((100vw - 1140px) / 2 + 1140px);
  }
  .container-left {
    margin-left: 0;
    max-width: calc((100vw - 1140px) / 2 + 1140px);
  }
}
@media (min-width: 1400px) {
  .container-right {
    margin-right: 0;
    max-width: calc((100vw - 1320px) / 2 + 1320px);
  }
  .container-left {
    margin-left: 0;
    max-width: calc((100vw - 1320px) / 2 + 1320px);
  }
}
.btn-common {
  background-color: #3CB4E7;
  color: #000000;
  font-family: "ShieldSans";
  text-decoration: none;
  padding: 8px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  min-width: 70px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 1em;
  border: none;
}
.btn-common svg {
  margin-right: 8px;
  font-size: 0.7em;
}

.btn-link {
  color: #3CB4E7;
  font-size: 1.3em;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 2px;
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.btn-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #3CB4E7;
}
.btn-link.btn-link-sm {
  font-size: 1em;
  display: flex;
  align-items: center;
}
.btn-link.btn-link-sm svg {
  font-size: 0.7em;
  margin-right: 4px;
}
.btn-link.btn-link-sm:after {
  height: 2px;
}
.btn-link.text-grey {
  color: #595959;
}
.btn-link.text-grey:after {
  background-color: #595959;
}

.text-grey {
  color: #595959;
}

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-img img {
  user-select: none;
  max-width: 100%;
  width: 100%;
  background-position: center center;
  vertical-align: middle;
  border-style: none;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.paginate {
  margin-top: 50px;
  padding-top: 35px;
  border-top: 3px solid #F2F2F2;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.paginate li a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F2F2F2;
  color: #595959;
  border-radius: 4px;
  text-decoration: none;
  font-size: 1.3em;
  line-height: 1em;
  margin: 0;
}
.paginate li.active {
  pointer-events: none;
}
.paginate li.active a {
  background-color: #3CB4E7;
  color: #000000;
  font-weight: bold;
}
.paginate li.disabled {
  cursor: default;
}
.paginate li.disabled a {
  background-color: transparent;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.breadcrumbs .breadcrumb {
  color: #15222E;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-size: 0.9em;
  font-weight: bold;
  padding-right: 11px;
  margin-right: 8px;
  letter-spacing: 0.05em;
}
.breadcrumbs .breadcrumb::before {
  content: "/";
  position: absolute;
  top: 0;
  right: 0;
}
.breadcrumbs .breadcrumb.bcrumb-active {
  color: #3CB4E7;
}
.breadcrumbs .breadcrumb.bcrumb-active::before {
  content: none;
}
.breadcrumbs .breadcrumb svg {
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.alert-text {
  color: #ED453C;
}

.fullnav {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.navbar {
  background: #15222E;
  color: #FFFFFF;
  padding: 17px 20px;
  border-bottom: 9px solid #3CB4E7;
}
.navbar .nav-link {
  color: #FFFFFF;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "ShieldSans";
  font-weight: bold;
  display: flex;
  align-items: center;
}
.navbar .nav-link.active {
  color: #3CB4E7;
}
.navbar .nav-link:focus {
  color: #FFFFFF;
}
.navbar .nav-link svg {
  font-size: 0.7em;
  color: #3CB4E7;
  margin-right: 7px;
}
.navbar .nav-link.dropdown-toggle:after {
  border-top-color: #3CB4E7;
}
.navbar .nav-d-cart {
  position: relative;
}
.navbar .nav-d-cart.nav-d-cart-a::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #9ED849;
  border-radius: 50%;
  top: 11px;
  left: 26px;
}

.nav-mobile {
  background: #15222E;
  color: #FFFFFF;
  position: relative;
  z-index: 9999;
}
.nav-mobile > .container-fluid {
  position: relative;
  z-index: 5;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 9px solid #3CB4E7;
  background-color: #15222E;
}
.nav-mobile .navbar-brand {
  max-width: 55%;
}
.nav-mobile .nav-m-r .nav-m-r-cart {
  color: #fff;
  font-size: 1.1em;
  position: relative;
}
.nav-mobile .nav-m-r .nav-m-r-cart.nav-m-r-cart-a::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #9ED849;
  border-radius: 50%;
  top: 0;
  right: -4px;
}
.nav-mobile .nav-m-r .nav-m-r-menu {
  color: #3CB4E7;
  font-size: 1.5em;
  margin-left: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.15s;
  background-color: #15222E;
  border-radius: 6px;
  cursor: pointer;
}
.nav-mobile.nav-mobile-dd .nav-m-r-menu {
  background-color: #3CB4E7;
  color: #15222E;
}
.nav-mobile.nav-mobile-dd .fa-bars {
  display: none;
}
.nav-mobile.nav-mobile-dd .fa-times {
  display: block;
}
.nav-mobile.nav-mobile-dd .nav-mobile-menu {
  top: 0;
}
.nav-mobile .fa-bars {
  display: block;
}
.nav-mobile .fa-times {
  display: none;
}

.nav-mobile-menu {
  position: absolute;
  top: -100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  transition: all ease 0.15s;
  z-index: 4;
  background-color: #15222E;
  padding: 80px 15px 40px;
  display: flex;
  flex-direction: column;
}
.nav-mobile-menu.nav-mobile-menu-active {
  top: 0;
}
.nav-mobile-menu .nav-mm-top {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  padding: 20px 0;
}
.nav-mobile-menu .nav-mm-item {
  padding: 20px 0;
  border-top: 1px solid #FFFFFF;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.nav-mobile-menu .nav-mm-item.nav-mm-back {
  color: #3CB4E7;
  text-decoration: underline;
}
.nav-mobile-menu .nav-mm-dd .nav-mm-item {
  width: 100%;
  display: block;
  border: none;
  border-top: 1px solid #fff;
  padding: 20px 0;
  background: transparent;
}
.nav-mobile-menu .nav-mm-dd .dropdown-menu {
  width: 100%;
}
.nav-mobile-menu .nav-mm-dd .nav-mm-lang-options {
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav-mobile-menu .nav-mm-dd .nav-mm-lang-options .nav-mm-lang-option {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
  display: block;
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
.nav-mobile-menu .nav-mm-dd .nav-mm-lang-options .nav-mm-lang-option.lang-active {
  background-color: #3CB4E7;
  color: #000000;
}

.dropdown-menu {
  background-color: #15222E;
  color: #FFFFFF;
  border-radius: 4px;
  border: none;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.6);
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background-color: #3CB4E7;
  color: #000000;
}
.dropdown-menu .dropdown-item {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.nav-space {
  height: 83px;
}

@media screen and (max-width: 992px) {
  .nav-space {
    height: 79px;
  }
}
.nav-item .lang-active {
  background-color: #3CB4E7;
  color: #000000;
}
.nav-item .nav-icon {
  color: #3CB4E7;
}

.footer {
  background-color: #15222E;
  padding: 30px 20px;
}
.footer .footer-logo {
  width: 300px;
}
.footer .footer-link {
  color: #FFFFFF;
  font-size: 1em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "ShieldSans";
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .footer .footer-link {
    border-top: 1px solid #FFFFFF;
  }
}

.big-header {
  position: relative;
  text-align: center;
  padding: 200px 0 50px;
}
.big-header::before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(30, 121, 161, 0.6) 50%, rgba(30, 121, 161, 0) 100%);
}
.big-header .header-content {
  position: relative;
  z-index: 3;
}
.big-header .header-content h1 {
  color: #FFFFFF;
  font-family: "Topgolf-Condensed";
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(1.3rem, 10vw, 7.2rem);
}

.intro-text {
  padding-top: 100px;
}
.intro-text .intro-content h2 {
  font-size: 2.8em;
  font-size: clamp(1.3rem, 10vw, 2.8rem);
  text-align: center;
  margin-bottom: 25px;
}
.intro-text .intro-content p {
  font-size: 1.4em;
  font-size: clamp(1rem, 5vw, 1.4rem);
}

.products-list {
  padding: 100px 0 50px;
}
.products-list .plist-r-top {
  border-top: 3px solid #F2F2F2;
  padding: 30px 0;
  gap: 40px;
}
.products-list .plist-r-top .plist-cbalance {
  text-transform: uppercase;
  font-size: clamp(1rem, 5vw, 1.3rem);
  font-weight: bold;
  margin: 0;
}
.products-list .plist-d-cats {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 90px;
}

.mcat-dd {
  flex-grow: 1;
}
.mcat-dd .mcat-btn {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-bottom: 4px solid #3CB4E7;
  padding: 6px 0px;
  color: #3CB4E7;
  font-size: 1.2em;
  font-weight: bold;
}
.mcat-dd .mcat-btn > span {
  flex-grow: 1;
}

.mcat-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-bottom: 20px;
}

.cat-btn {
  border: none;
  background-color: transparent;
  box-shadow: none;
  color: #595959;
  transition: all ease 0.15s;
  font-size: 1.2em;
  margin-bottom: 14px;
}
.cat-btn:hover {
  color: #000000;
}
.cat-btn.cat-btn-a {
  font-weight: bold;
  color: #000000;
}

.plist-i .plist-i-in {
  position: relative;
  padding-bottom: 40px;
}
.plist-i .plist-i-in .plist-i-content h3 {
  font-family: "ShieldSans";
  font-weight: bold;
  font-size: 1.3em;
  margin: 0;
}
.plist-i .plist-i-in .plist-i-content h3 a {
  color: #000000;
  text-decoration: none;
}
.plist-i .plist-i-in .plist-i-content .plist-size {
  font-size: 1.2em;
}
.plist-i .plist-i-in .plist-i-content .plist-i-price {
  font-size: 1.2em;
}
.plist-i .plist-i-in .plist-i-img {
  margin-bottom: 20px;
  position: relative;
  display: block;
}
.plist-i .plist-i-in .plist-i-img .plist-i-tags {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 5px;
}
.plist-i .plist-i-in .plist-i-img .plist-i-tags .plist-i-tag {
  background-color: #9ED849;
  color: #000000;
  padding: 2px 7px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 4px;
}
.plist-i .plist-i-in .plist-i-btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-details {
  padding-bottom: 70px;
}

.product-gallery .pgal-top {
  position: relative;
}
.product-gallery .pgal-main {
  max-width: 100%;
}
.product-gallery .pgal-main + .custom-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #9ED849;
  color: #15222E;
  padding: 2px 6px;
  border-radius: 0 0 0 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.product-gallery .pgal-main.custom-main + .custom-icon {
  display: block;
}
.product-gallery .pgallery .pgal-item {
  cursor: pointer;
}
.product-gallery .pgallery .pgal-item .custom-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  background-color: #9ED849;
  color: #15222E;
  padding: 0px 3px;
  border-radius: 0 0 0 5px;
  font-size: 0.8em;
}
.product-gallery .pgallery .pgal-item.custom-thumb .custom-icon {
  display: block;
}

.prod-desc {
  font-size: 1.1em;
}

.prod-dimensions {
  font-weight: bold;
  font-size: 1.1em;
}

.btn-check:checked + .variant-btn {
  background-color: #3CB4E7;
  font-weight: bold;
  border: none;
}

.prod-price {
  color: #3CB4E7;
  font-family: "Topgolf";
  font-weight: 800;
  font-size: 2em;
}

.pprice-error {
  color: #ED453C;
  display: none;
}

.variant-group {
  margin-bottom: 30px;
}
.variant-group .variant-btn {
  background-color: #F2F2F2;
  border: none;
  margin-right: 4px;
}

.variant-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 8px;
}

.customizer {
  padding: 25px 0 30px;
  border-top: 2px solid #F2F2F2;
  border-bottom: 2px solid #F2F2F2;
  margin-bottom: 30px;
}
.customizer .customizer-logos {
  display: flex;
  flex-wrap: wrap;
}
.customizer .clogo-label {
  padding: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative;
}
.customizer .btn-check:checked + .clogo-label {
  border: 1px solid #3CB4E7;
}
.customizer .btn-check:checked + .clogo-label .logo-checkbox {
  transform: scale(1);
}
.customizer .customizer-bot {
  margin: 20px 0 0;
}
.customizer .customizer-bot p {
  font-size: 0.9em;
}
.customizer .logo-checkbox {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #9ED849;
  color: #000000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
  transition: all ease 0.15s;
  transform: scale(0);
}

.logo-upload {
  position: relative;
  display: flex;
}
.logo-upload .logo-upload-label {
  display: flex;
  align-items: center;
  color: #3CB4E7;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.2em;
  cursor: pointer;
  position: relative;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.logo-upload .logo-upload-label .logo-upload-label-in {
  display: block;
  position: relative;
  padding: 4px 0;
  margin-left: 8px;
  border-bottom: 5px solid #3CB4E7;
}
.logo-upload .form-control-file {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.qty-input {
  margin-bottom: 30px;
  margin-right: 30px;
}
.qty-input input {
  font-size: 1.1em;
  width: 70px;
  padding: 5px 10px;
  font-weight: bold;
  border: 2px solid #15222E;
  border-radius: 5px;
}

.btn-add-to-cart {
  border: none;
}
.btn-add-to-cart[disabled] {
  background-color: #F2F2F2;
  color: #15222E;
}

.custom-logo {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}
.custom-logo .clogo-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-logo .clogo-label img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

#upload-form, #generatedPhotoForm {
  display: none;
}

.custom-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 3px solid;
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  backdrop-filter: blur(4px);
  text-align: center;
}
.custom-loading svg {
  color: #3CB4E7;
  font-size: 2.5em;
  margin-bottom: 10px;
}
.custom-loading p {
  margin: 8px 0 0;
  font-size: 1.1em;
  line-height: 1.1em;
}

.variant-subtitle {
  margin: 0;
  color: #595959;
  font-size: 0.9em;
  text-align: center;
  font-weight: 500;
  margin-bottom: 2px;
}

.vsub-mid {
  margin-top: 23px;
  font-weight: 500;
}

.range-viewer {
  margin-bottom: 30px;
}

.range-input {
  border: 2px solid #000000;
  border-radius: 4px;
  width: 70px;
  padding: 5px;
  font-weight: bold;
}

.add-a-gc {
  border: none;
  background-color: transparent;
  margin: 0 0 30px;
}

.removeRange {
  background-color: #ED453C;
  width: 25px;
  height: 25px;
  border: none;
  color: #000000;
  border-radius: 50%;
}

.rangeG .removeRange {
  margin-top: 23px;
}

.rangeGC {
  margin-bottom: 15px;
}

.qty-num.qty-disable {
  border: none;
  background-color: transparent;
  pointer-events: none;
  user-select: none;
}

.cart-header {
  padding: 0 0 50px;
}
.cart-header .cart-title {
  text-align: center;
}
.cart-header .cart-title h1 {
  font-size: 2em;
}

.cart-body {
  padding: 50px 0;
  background-color: #F2F2F2;
}
.cart-body .cart {
  background-color: #FFFFFF;
  border-radius: 6px;
  padding: 30px;
}

.empty-cart {
  text-align: center;
  padding: 0;
  font-size: 1.7em;
  font-weight: bold;
}

.cart-headings {
  padding: 0 0 5px;
  border-bottom: 3px solid #F2F2F2;
}
.cart-headings .cart-heading {
  font-size: 1.2em;
  font-weight: bold;
  color: #595959;
}

.cart-item {
  border-bottom: 2px solid #F2F2F2;
  padding: 10px 0;
  position: relative;
}
.cart-item .card-prod-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 0;
}
.cart-item .cart-prod-variant {
  position: relative;
  margin-bottom: 0;
}
.cart-item .cart-prod-variant span {
  position: relative;
}
.cart-item .cart-prod-variant span::before {
  content: " / ";
  display: inline;
}
.cart-item .cart-prod-variant span:first-child::before {
  content: "";
}
.cart-item .cart-qty {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item .cart-qty .cart-item-qty {
  width: 80px;
  padding: 6px 10px 6px 10px;
  text-align: left;
  background-color: #3CB4E7;
  border: 2px solid #3CB4E7;
  border-radius: 6px;
  font-weight: bold;
  font-size: 1.2em;
}
.cart-item .cart-qty .cart-qty-edit {
  margin-left: 12px;
  font-weight: bold;
  color: #3CB4E7;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 1.2em;
  letter-spacing: 0.025em;
}

.cart-remove-label {
  position: relative;
}
.cart-remove-label .cart-remove-icon {
  background-color: #F2F2F2;
  border-radius: 50%;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  transition: all ease 0.15s;
  font-size: 0.8em;
}
.cart-remove-label .cart-remove-icon:hover {
  background-color: #3CB4E7;
}
.cart-remove-label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.cart-totals {
  width: 400px;
  max-width: 100%;
  margin: 20px 0 20px auto;
}
.cart-totals p {
  font-weight: bold;
  font-size: 1.2em;
}
.cart-totals .cart-total-price {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Topgolf";
  color: #3CB4E7;
}

.genphotothumb {
  width: 100px;
}

.customization-cart {
  display: block;
  font-size: 0.8em;
}

@media screen and (max-width: 991px) {
  .cart-remove-col {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.support {
  background-color: #F2F2F2;
}

.support-left-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.support-left-img img {
  max-width: 100%;
  width: 100%;
  background-position: center center;
  vertical-align: middle;
  border-style: none;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}

.support-right-col {
  padding-bottom: 50px;
}
.support-right-col .addtl-disclaimer {
  margin-top: 50px;
}
.support-right-col .addtl-disclaimer p {
  font-size: 0.85em;
}

.cognito .sup-heading {
  color: #0B4C8C;
  text-transform: uppercase;
  font-family: "ShieldSans";
  letter-spacing: 0.15em;
  font-size: 1.1em;
  margin-top: 50px;
}
.cognito .cog-form {
  margin-left: 0 !important;
}

.account-top {
  overflow: hidden;
}

.atop-left {
  position: relative;
  height: 100%;
}
.atop-left::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  background: #F2F2F2;
}
@media screen and (max-width: 991px) {
  .atop-left::before {
    content: none;
  }
}
.atop-left > div {
  position: relative;
  z-index: 2;
}
.atop-left .atop-table .heading2 {
  margin-top: 50px;
}

.heading2 {
  color: #0B4C8C;
  text-transform: uppercase;
  font-family: "ShieldSans";
  letter-spacing: 0.15em;
  font-size: 1em;
}

.recent-orders-th p {
  font-weight: 700;
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #595959;
}

.recent-orders-tr {
  background: #FFFFFF;
  border-radius: 9px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 7px;
  align-items: center;
}
.recent-orders-tr p {
  margin-bottom: 0;
}

.ro-tr-h {
  display: none;
  font-size: 0.9em;
  font-weight: 700;
  color: #595959;
}

.billing-info .bi-group {
  margin: 40px 0;
}
.billing-info .bi-content p {
  margin-bottom: 1px;
}
.billing-info .bi-heading a svg {
  margin-left: 5px;
  margin-right: 0;
}

.billing-info-m .bi-group {
  margin: 10px 0;
  border-radius: 8px;
  background-color: #fff;
}
.billing-info-m .bi-group .bi-heading {
  padding: 13px 13px;
  border-radius: 8px;
  color: #595959;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
}
.billing-info-m .bi-group .bi-heading .heading2 {
  color: #595959;
}
.billing-info-m .bi-group .bi-acc-in {
  padding: 10px 13px;
  border-top: 2px solid #F2F2F2;
  position: relative;
}
.billing-info-m .bi-group .bi-acc-in .bi-acc-m-edit {
  position: absolute;
  top: 10px;
  right: 13px;
}

@media screen and (max-width: 991px) {
  .account-top {
    background-color: #F2F2F2;
  }
  .atop-table h1, .billing-info-m h1 {
    text-align: center;
    position: relative;
    padding: 40px 0;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 50px;
    background-color: #FFFFFF;
  }
  .ro-tr-h {
    display: block;
  }
}
.manage-logos {
  padding: 100px 0;
}
.manage-logos .mlogos-bot {
  margin-top: 30px;
}
.manage-logos .mlogos-bot h3 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.mlogos-item {
  position: relative;
  padding: 6px 0 0 0;
}
.mlogos-item .mlogos-item-info {
  text-align: center;
  margin-top: 4px;
  font-size: 0.9em;
}
.mlogos-item .mlogos-delete {
  position: absolute;
  top: 0;
  right: -6px;
  background-color: #ED453C;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 0.8em;
}
.mlogos-item .mlogos-delete svg {
  color: #000000;
}

#logosform, #upload-form {
  display: none;
}

.checkout-section {
  background-color: #F2F2F2;
  padding-bottom: 80px;
}

.editaddress {
  background-color: #F2F2F2;
}

.hidden {
  display: none;
}

.edit-address .co-add-title {
  color: #0B4C8C;
  text-transform: uppercase;
  font-family: "ShieldSans";
  letter-spacing: 0.15em;
  font-size: 1.1em;
  font-weight: 600;
  display: block;
}
.edit-address label {
  color: #595959;
  font-family: "ShieldSans";
  font-size: 1.1em;
  margin-top: 17px;
  font-weight: 600;
  display: block;
}
.edit-address .co-input,
.edit-address .co-select {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 8px 5px;
  margin-top: 5px;
}

.summary-card {
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 8px;
}

.address-selector label {
  position: relative;
  display: flex;
  height: 100%;
  padding: 8px;
  cursor: pointer;
}
.address-selector label .bgchecked {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
}
.address-selector label input:checked ~ .bgchecked {
  border-color: #3CB4E7;
}
.address-selector label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.address-selector label input, .address-selector label p {
  position: relative;
  z-index: 2;
  margin-bottom: 0;
}

.co-s-item {
  padding: 20px 0;
  border-bottom: 2px solid #3CB4E7;
}

.checkout-totals {
  padding: 20px 0 0;
}
.checkout-totals p {
  margin: 0;
}
.checkout-totals .co-tot-i-h p {
  font-weight: 600;
  font-size: 1.1em;
}
.checkout-totals .co-tot-item {
  padding: 10px 0;
}
.checkout-totals .co-tot-tot {
  font-size: 1.3em;
  font-weight: 600;
}

.payment {
  padding-top: 15px;
}

.arrow-link {
  color: #595959;
  font-weight: 600;
  font-size: 1.1em;
  text-transform: uppercase;
}

.ship-method-l {
  display: block;
  margin-bottom: 2px;
}

.update-ship-method {
  margin-top: 15px;
}

.co-errors {
  text-align: center;
  margin-top: 15px;
}
.co-errors p {
  color: #ED453C;
  margin: 0;
  font-weight: bold;
  font-size: 1.1em;
}

.paymentBtn-disable {
  background-color: #F2F2F2;
  color: #595959;
  cursor: not-allowed;
  pointer-events: none;
}

.co-add-selector {
  position: relative;
}

.co-add-selector a {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  z-index: 2;
}

.addresses {
  background-color: #F2F2F2;
}

.primary-address {
  color: #3CB4E7;
  font-weight: 600;
}

.addnewaddlink {
  padding: 50px 0 80px;
}

.requiredstar {
  color: #ED453C;
}

.order-d {
  background-color: #F2F2F2;
}

.bg-white {
  background-color: white;
}
.bg-white.card {
  padding: 20px;
  height: 100%;
}

/*# sourceMappingURL=main.css.map */
