html {
  scroll-behavior: smooth;
}

/* Components */
select {
    min-width: 225px;
    padding: 0.5rem 0.25rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border-radius: 2px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #414141;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* Background Video */
.background-video-block {
    background: #000;
}
.background-video-block video {
    height: calc(100vh - 0px);
    display: block;
    margin: 0 auto;
}

/* Club Grid */
.filter-row {
	float: right;
	padding-right: 10px;
}
.club-category-block {
	width: 100%;
	float: left;
	padding-bottom: 20px;
	margin-bottom: 50px;
	border-bottom: 5px solid #b4b4b4;
}
.filter-row .form-block {
    width: 230px;
    float: right;
    margin-left: 15px;
}
.filter-row .form-block label {
    display: block;
}
.club-category-block .club-type-title {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding-left: 8px;
	margin: 0 0 15px;
}
.club-category-block .club-block {
    width: 20%;
    float: left;
}
.club-category-block .club-block .club-img {
    padding: 5px 8px;
}
.js-typeahead-car_v1 {
    border-radius: 2px;
}
#sort-club, .filter-row .form-block input {
    font-size: 14px;
    padding: 9px 8px;
    border: 1px solid #ced4da;
	font-family: 'Readex Pro', sans-serif !important;
}
.filter-row .form-block input {
    padding: 10px 8px;
	border-radius: 2px;
}

/* Sports */
.sports-menu-wrap .sport-menu {
    position: relative;
    list-style: none;
}
.sports-menu-wrap .sport-menu a {
    list-style: none;
    position: relative;
    margin: 0;
	display: block;
    padding: 8px 10px;
    border-radius: 4px;
	border: 1px solid #f4f4f4;
}
.sports-menu-wrap .sport-menu li .sport-list {
    display: none;
}
.sports-menu-wrap .sport-menu li:hover .sport-list {
	display: block;
	width: 100%;
	list-style: none;
	padding: 0;
	background: #fff;
	position: absolute;
    border-radius: 0 0 4px 4px;
	border: 1px solid #f4f4f4;
}
.sport-product-list article.sport-block .price-wrap {
    color: #ccc;
}
.sport-product-list article.sport-block .amount bdi {
	color: #ccc;
    font-size: 16px;
    /* font-family: "Roboto Condensed",sans-serif; */
    font-weight: 500;
    line-height: 1.3em;
}
.sports-menu-wrap .sport-menu li:hover .sport-list li:hover {
    background: #f0f0f0;
}
.sports-menu-wrap .sport-menu li .sport-list li a {
    padding: 5px 10px 6px;
	border: 0px;
}
.sport-product-list article.sport-block {
    width: calc(25% - 20px);
    padding: 0 10px;
	margin-bottom: 40px;
    display: inline-block;
}
.sport-product-list .sport-category-block {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 5px solid #b4b4b4;
}
.sport-product-list .sport-category-block .sport-type-title {
	font-size: 16px;
	text-transform: uppercase;
	display: block;
	padding-left: 8px;
	margin: 0 0 15px;
}
.sport-product-list article.sport-block .product-name {
    font-size: 12px;
    font-weight: 700;
	line-height: 1.4;
    min-height: 36px;
    text-align: center;
    letter-spacing: 1px;
	padding: 0 40px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 4px;
}
.sport-product-list.with-price .sport-block .price-wrap {
	display: block;
	text-align: center;
}

/* Primary contact */
.primary-contact-row {
    width: 100%;
    display: block;
}
.primary-contact-row .contact_item-block i {
	width: 30px;
    height: 35px;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	display: none;
}
.primary-contact-row .contact_item-block {
	width: 100%;
	padding-left: 0;
	position: relative;
	margin-bottom: 25px;
}
.primary-contact-row .contact_item-block .cnt-title {
    font-size: 16px;
    text-transform: uppercase;
}
.primary-contact-row .contact_item-block p,
.primary-contact-row .contact_item-block a {
    font-size: 12px;
	font-weight: 600;
    line-height: 1.75;
    text-transform: uppercase;
    margin: 0 0 0px;
}
.primary-contact-row .contact_item-block h4 {
    color: #bababa;
    font-size: 13px;
    font-weight: 500;
	letter-spacing: 1px;
	margin-top: 0;
}
.primary-contact-row .contact_item-block .strong-text {
    font-size: 16px;
    font-weight: 700;
}
.primary-contact-row .sep {
	display: block;
	opacity: 0.4;
	margin: 50px 0 35px;
	border-top: 2px solid #d3d3d3;
}

/* Find A Store */
.find-store-row .section-title {
    line-height: 35px;
    border-bottom: 2px solid #e7e7e7;
}
.find-store-row .accordion {
    width: 33%;
    float: left;
	list-style: none;
}
.find-store-row .accordion > li {
  position: relative;
}
.find-store-row .accordion .link a {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: block;
	padding-left: 22px;
    text-decoration: none;
}
.find-store-row .submenu {
  display: none;
}
.find-store-row .fa {
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%);
}
.find-store-row .active .fa {
  transform: translateY(-50%) rotate(180deg);
}
.find-store-row .submenu .strong-text {
    font-size: 18px;
    font-weight: 700;
}