a {
    color: #000;
}

/* Header */
#masthead.custom-header {
    margin-bottom: 0;
}
.site-header.custom-header {
    border-bottom: none;
}
.custom-header {
    background-color: #000000;
    border-bottom: none;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.custom-header .navbar {
    padding: 0;
    background-color: transparent;
}
.custom-header .container-fluid {
    padding: 0 30px;
}
.sas-logo {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.sas-logo img {
    height: 45px;
    width: auto;
}
.navbar-brand {
    margin-right: 50px;
}
.navbar-brand:hover {
    color: #ffffff;
    text-decoration: none;
}
.navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 32px 20px !important;
    margin: 0 5px;
    text-transform: uppercase;
    transition: color 0.3s ease;
}
.navbar-nav .nav-link:hover {
    color: #cccccc !important;
}
.navbar-nav .nav-link.active {
    color: #ffffff !important;
    font-weight: 600;
}
.navbar-collapse {
    flex-grow: inherit;
}
.search-form {
    margin: 0;
}
.header-icon.cart-icon {
    position: relative;
}
.search-container {
    position: relative;
    display: flex;
    align-items: center;
}
.search-input {
    width: 250px;
    color: #ffffff;
    font-size: 13px;
    border-radius: 20px;
    padding: 8px 40px 8px 15px;
    background: transparent;
    border: 1px solid #ffffff;
    transition: all 0.3s ease;
}
.search-input::placeholder {
    color: #fff;
}
.search-input:focus {
    color: #ffffff;
    outline: none;
    background: transparent;
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.25);
}
.search-btn {
    position: absolute;
    right: 5px;
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}
.search-btn:hover {
    background-color: rgba(255,255,255,0.1);
}
.header-icon {
    line-height: 1;
    margin-left: 10px;
}
.header-icon i {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.form-control.search-input {
    width: 250px;
    border-radius: 100px;
    background: transparent;
    border: 1px solid #fff;
}
.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background-color: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.navbar-toggler {
    border: 1px solid #ffffff;
    padding: 4px 8px;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.2rem rgba(255,255,255,0.25);
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#navbarNav .submenu-container {
    width: calc(100% - 0px);
    display: none;
    left: 0;
    position: absolute;
    margin-top: -1px;
    padding: 20px 12px 15px;
    background: #000;
}
.custom-header #navbarNav .navbar-nav li:hover .submenu-container {
	display: block;
	padding: 0 45px 70px;
}
.custom-header #navbarNav .navbar-nav li .sub-menu li {
    display: block;
    margin: 0 0 2px;
}
.submenu-container .sub-menu {
	width: calc(100% - 30px);
	display: flex;
	padding: 22px 15px 0;
	border-top: 1px solid;
}
.custom-header #navbarNav .navbar-nav li .sub-menu li a {
	color: #fff;
    font-size: 12px;
    font-weight: 400;
	padding: 0 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Readex Pro', sans-serif;
}
.custom-header #navbarNav .navbar-nav li .sub-menu li a:hover {
	color: #d6e375;
}
.custom-header .sub-menu-block {
	width: 20%;
	float: left;
	position: relative;
}
.custom-header .sub-menu-block h4 {
	color: #d6e375;
	font-size: 13px;
    font-weight: 700;
	letter-spacing: 2px;
    text-transform: uppercase;
	margin: 0 0 15px;
}
.custom-header .sub-menu-block h4 a { 
    color: #d6e375 !important;
    letter-spacing: 0 !important;
}
.custom-header .sub-menu-block ul {
	padding: 0px;
    margin: 0;
}
/*.custom-header .sports-menu-block {
	width: 60%;
}
.custom-header .sports-menu-block ul { 
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}*/
.custom-header .sub-menu-block:after {
    content: '';
    width: 1px;
    height: calc(100% - 42px);
    top: 40px;
    right: 20px;
    position: absolute;
    display: inline-block;
	background: #6c6c6c;
}
.custom-header .sub-menu-block:nth-last-child(1):after,
.custom-header .sub-menu-block:nth-child(3):after {
	display: none;
}

/* Mobile Responsive */
@media (max-width: 991px) {
    .custom-header .container-fluid {
        padding: 0 15px;
    }
    
    .navbar-brand {
        margin-right: 20px;
    }
    
    .search-input {
        width: 200px;
    }
    
    .navbar-collapse {
        margin-top: 15px;
        padding-top: 15px;
        border-top: 1px solid #333333;
    }
    
    .navbar-nav {
        margin-bottom: 15px;
    }
    
    .navbar-nav .nav-link {
        padding: 8px 0 !important;
        margin: 0;
        border-bottom: 1px solid #333333;
    }
    
    .header-actions {
        justify-content: space-between;
        width: 100%;
    }
    
    .search-form {
        margin-right: 0 !important;
        flex-grow: 1;
        margin-bottom: 15px;
    }
    
    .search-input {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .custom-header .container-fluid {
        padding: 0 10px;
    }
    
    .sas-logo .sas-text {
        font-size: 20px;
    }
    
    .search-input {
        width: 100%;
        font-size: 14px;
    }
    
    .header-icon {
        font-size: 20px;
        padding: 10px;
    }
}

/* Footer */
#colophon.custom-footer {
    margin-top: 0;
}
.custom-footer .col-full {
    max-width: none;
}
.custom-footer {
    color: #ffffff;
    padding: 60px 0 0 0;
    background-color: #000;
}
.footer-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
}
.newsletter-section .footer-title {
    color: #ffffff;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.newsletter-form .input-group {
    display: flex;
    max-width: 400px;
}
.newsletter-form .newsletter-input {
    font-weight: 300;
    padding: 0 15px;
    border-radius: 100px !important;
    border: 1px solid #fff;
    background: transparent !important;
}
.newsletter-input::placeholder {
    color: #cccccc;
}
.newsletter-input:focus {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
    box-shadow: none;
    outline: none;
}
.newsletter-btn {
    color: #ffffff;
    font-weight: 300;
    line-height: 0.5;
    text-align: left;
    padding: 0 10px;
    min-width: 100px;
}
.exclusive-text {
    font-size: 8px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-decoration: underline;
}
.social-icons {
    display: flex;
    gap: 15px;
}
.social-link {
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease;
}
.social-link:hover {
    color: #cccccc;
}
.store-finder {
    float: right;
}
.store-finder .footer-section-title {
    color: #ffffff;
    font-size: 12px;
    align-items: center;
    font-weight: normal;
    display: flex;
    gap: 8px;
    margin-bottom: 0;
}
.store-finder .footer-section-title i {
    width: 25px;
    height: 25px;
    float: left;
    margin: 10px 0 0;
    background: url(/wp-content/themes/storefront-child/public/images/location.png) no-repeat center;
    background-size: cover;
}
.store-location {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    margin: -10px 0px 0px 32px;
}
.footer-section-title {
    color: #ffffff;
    font-size: 12px;
    text-align: right;
    letter-spacing: 1px;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.footer-links {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
}
.footer-links li {
    margin-bottom: 5px;
}
.footer-links a {
    color: #f8f8f8;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    transition: color 0.3s ease;
}
.brand-section {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
}
.brand-logos {
    gap: 20px;
}
.brand-family-text {
    color: #fff;
    font-size: 14px;
    padding-right: 20px;
    border-right: 1px solid #fff;
}
.brand-logo img {
    height: 40px;
}
.copyright-section {
    padding: 20px 0;
}
.copyright-text,
.development-credit {
    color: #464646;
    font-size: 14px;
    margin-right: 25px;
}
.development-credit a {
    color: #464646;
}

/* Responsive */
@media (max-width: 768px) {
    .custom-footer {
        padding: 40px 0 0 0;
    }
    .newsletter-section .footer-title {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .newsletter-form .input-group {
        max-width: 100%;
    }
    .brand-logos {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    .brand-family-text {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .brand-logo {
        border-right: none !important;
        padding: 5px 0;
    }
    .copyright-section .d-flex {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .social-icons {
        justify-content: center;
        margin-top: 20px;
    }
    
    .newsletter-input,
    .newsletter-btn {
        border-radius: 25px;
        margin-bottom: 10px;
    }
    
    .newsletter-form .input-group {
        flex-direction: column;
    }
    
    .newsletter-btn {
        border-left: 2px solid #ffffff;
    }
}

/* home page */
.hero-video-section {
    padding: 0;
}
.testimonial-carousel-section {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.testimonial-carousel-section .container {
    max-width: 1000px;
}
#testimonialCarousel {
    position: relative;
}
.testimonial-content {
    padding: 40px 20px;
    text-align: center;
}
.testimonial-quote {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.75;
    font-style: normal;
    color: #ffffff;
    margin: 0 auto 40px;
    max-width: 900px;
    position: relative;
    padding: 0 40px;
}
.testimonial-author {
    position: relative;
    display: inline-block;
}
.testimonial-author::before,
.testimonial-author::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 60px;
    height: 1px;
    background-color: rgb(214, 227, 117);
}
.testimonial-author::before {
    right: 100%;
    margin-right: 20px;
}
.testimonial-author::after {
    left: 100%;
    margin-left: 20px;
}
.author-name {
    color: rgb(214, 227, 117);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}
.carousel-control-prev, .carousel-control-next, .carousel-indicators,
.testimonial-quote::before, .testimonial-quote::after {
    display: none;
}
.carousel-item {
    transition: transform 0.8s ease-in-out;
}
.dyo-note-section {
    color: #262626;
    font-size: 39px;
    font-weight: 700;
    text-align: center;
    margin: 0;
    padding: 18px 0;
    background-color: rgb(214, 227, 117);
}

.how-it-works-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}
.how-it-works-section .section-title {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 40px;
    color: #000000;
    letter-spacing: 1px;
}
.step-item {
    margin-bottom: 30px;
}
.step-content {
    text-align: center;
    padding: 20px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #333333;
    margin: 0;
}
.step-content strong {
    font-weight: 700;
    color: #000000;
}
.divider-line {
    height: 4px;
    max-width: 100%;
    margin: 0px auto 50px;
    background-color: #000000;
}
.custom-order-section,
.designers-section,
.payment-section,
.delivery-section {
    margin-bottom: 40px;
}
.subsection-title {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}
.subsection-description {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 0;
}
.cta-section {
    margin-bottom: 40px;
}
.btn-customise {
    color: #000000;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    background-color: #ECEB9E;
    border: 1px solid #ECEB9E;
}
.btn-customise:hover {
    color: #000000;
    background-color: transparent;
    border: 1px solid #000;
}

/* Responsive */
@media (max-width: 991px) {
    .testimonial-carousel-section {
        padding: 60px 0;
    } 
    .testimonial-quote {
        font-size: 18px;
        padding: 0 30px;
    } 
    .testimonial-author::before,
    .testimonial-author::after {
        width: 40px;
    }
    .how-it-works-section {
        padding: 60px 0;
    }
    .how-it-works-section .section-title {
        font-size: 30px;
        margin-bottom: 40px;
    }
    .step-content {
        min-height: 100px;
    }
    
    .subsection-title {
        font-size: 18px;
    } 
    .subsection-description {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .testimonial-quote {
        font-size: 16px;
        padding: 0 20px;
    } 
    .testimonial-quote::before,
    .testimonial-quote::after {
        font-size: 40px;
    }
    .step-item {
        margin-bottom: 20px;
    }
    .step-content {
        padding: 15px;
        min-height: auto;
    }
    .divider-line {
        margin: 40px auto;
    }
    .cta-section {
        margin-top: 40px;
    }
    .btn-customise {
        padding: 15px 30px;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .testimonial-carousel-section {
        padding: 40px 0;
    }
    .testimonial-content {
        padding: 30px 15px;
    }
    .testimonial-quote {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 30px;
    } 
    .author-name {
        font-size: 12px;
    }
    .how-it-works-section {
        padding: 40px 15px;
    }
    .how-it-works-section .section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .step-content p {
        font-size: 14px;
    }
    .subsection-title {
        font-size: 16px;
    }   
    .subsection-description {
        font-size: 14px;
    }
}

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

/* list */
.storefront-breadcrumb {
    display: none;
}
.page-title {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    text-transform: capitalize;
    padding: 32px 0 0 !important;
}
.storefront-sorting,
.archive .add_to_cart_button  {
    display: none;
}
.storefront-full-width-content .woocommerce-products-header {
    padding-bottom: 50px;
}
.archive ul.products li.product .woocommerce-loop-product__title {
    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;
}

/* Product Single */
#primary .product {
    padding-top: 80px;
}
.entry-header {
    display: block;
    margin-top: 50px;
    text-align: left !important;
    padding-bottom: 50px !important;
}
.wp-singular.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    width: 55%;
}
.wp-singular.storefront-full-width-content.single-product div.product .summary {
    width: 100%;
}
.single-product div.product .woocommerce-product-gallery img {
	width: 100%;
	height: auto;
}
.single-product .flex-viewport {
    width: calc(100% - 200px);
    float: right;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    width: 175px;
    max-height: calc(100vh - 385px);
    overflow-y: auto;
    display: flex;
    margin: 0;
    padding: 0;
    flex-direction: column;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 92% !important;
}
.entry-title {
    font-size: 1.15rem;
    font-weight: 500;
    text-transform: uppercase;
}
.woocommerce-tabs {
    display: none;
}
.single-product div.product p.price {
    color: #000;
    font-size: 1.2em;
    font-weight: 500;
    margin: 0 0 0;
}
.related.products,
.storefront-product-pagination,
.single-product div.product .product_meta,
.storefront-sticky-add-to-cart {
    display: none !important;
}
.single-product div.product p.price {
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.3em;
    margin: 0 0 10px !important;
}
.woocommerce-product-details__short-description {
    display: block;
    margin: 25px 0 5px;
    padding: 20px 25px 10px;
    background: #f8f8f8;
}
.woocommerce-product-details__short-description p {
    font-size: 14px;
    margin-bottom: 8px;
}
button.single_add_to_cart_button {
    font-size: 14px;
    width: calc(100% - 85px);
    padding: 11px 0;
    text-transform: uppercase;
}
.woocommerce-message {
    margin: 15px 0 0;
    background: #000;
}
.quantity .qty {
    background: transparent;
    border: 1px solid #000;
}
.product-description {
    width: 40%;
    float: right;
}

/* 404 */
.error404 #content {
    display: flex;
    min-height: calc(100vh - 500px);
    align-items: center;
}
.error404 .container {
    text-align: center;
}

/* about page */
.page-template-page-about #content {
    min-height: 100%;
    padding-bottom: 80px;
    background: url(/wp-content/themes/storefront-child/public/images/BG2.png) no-repeat center;
    background-size: cover;
}
.page-template-page-about .page-title {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 25px;
    border-bottom: 2px solid;
}
.page-template-page-about .about-section p {
    color: #fff;
    font-weight: 400;
    line-height: 1.75;
}

/* contact page */
.page-template-page-contact #content {
    padding-bottom: 80px;
}
.page-template-page-contact .page-title {
    color: #000;
    font-size: 1rem;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 2px !important;
    text-transform: uppercase;
    border-bottom: 2px solid #e7e7e7;
}
.contact-info-section {
    font-size: 12.5px;
    font-weight: 600;
    line-height: 1.75;
    text-transform: uppercase;
    margin: 0 0 0px;
}
.contact-info-section h3 {
    color: #bababa;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 0;
}
.contact-info-section p,
.contact-info-section address{
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
}
.customer-care {
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 2px solid #e7e7e7;
}

/* checkout */
.col2-set .col-1, .col2-set .col-2 {
    width: 100%;
}
.form-row input, .form-row textarea, .form-row select {
    width: 100%;
    box-shadow: none;
    background: transparent;
    border: 1px solid #e7e7e7;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
    background-color: transparent;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: transparent;
}

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

/* schools */
.term-schools #primary .product {
    padding-top: 0;
}


/* product single - Sports */
.single-product .sport-template {
    display: block;
}
.sport-template {
    overflow-x: visible !important;
}
.sport-template {
    overflow: visible !important;
}
.single-product .sport-template.product {
    display: flex;
}
.sport-template .sports-product-images {
    width: calc(60% - 55px);
    padding-right: 55px;
}
.sport-template .woocommerce-tabs { 
	margin-top: 0px; 
}
.sport-template .woocommerce-product-details__short-description {
	padding: 0;
	margin: 15px 0 5px;
	background: transparent;
}
.sport-template .relative-block .price, 
.sport-template .relative-block .product_meta,
.sport-template .woocommerce-tabs ul.tabs,
.sport-template .woocommerce-tabs table th { 
	display: none; 
}
.sport-template .product-description {
	width: 40%;
}
.sport-template .woocommerce-tabs table tr:nth-child(1) { border-top: 1px solid #ccc; }
.sport-template .woocommerce-tabs table td {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.sport-template .relative-block {
  position: -webkit-sticky;
  position: sticky;
  top: 35px;
}
.sport-template {
	height: auto !important;
	margin: 0;
}
.small-prod-images {
    min-width: 100%;
    float: left;
    display: block;
    margin-top: 20px;
}
.small-prod-images .img-block {
	width: 33.33%;
	float: left;
}
.small-prod-images .img-block {
	width: calc(33.33% - 6px);
	float: left;
	text-align: center;
}
.small-prod-images .img-block img {
	width: 100%;
	float: left;
}
.small-prod-images .img-block span {
	width: 100%;
	font-size: 12px;
	float: left;
	margin: 12px 0 0px;
}
.small-prod-images .img-block span.code_description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.5;
    margin: 0px 0 10px;
}
.sport-template .summary form.cart, 
.sport-template .summary .yith-wcwl-add-to-wishlist { 
	display: none; 
}
.sport-template .sports-product-images img {
	width: 100%;
}
.sport-template .product-description .summary {
	width: 100% !important;
	font-size: 20px;
	font-weight: 400;
	line-height: inherit;
}
.woocommerce-product-details__short-description {
    display: block;
    padding: 5px 15px 15px;
    margin: 15px 0 30px;
    background: #f7f7f7;
}
.customize-btn-wrap .theme-btn {
    width: 100%;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #000;
}
