/* *-*-*-*-*-*-*-*-*-*- Banner Section *-*-*-*-*-*-*-*-* */
.banner_section img{
	object-fit: fill !important;
}
.banner_section.wp-block-cover{
	position: relative;
}
.banner_section .wp-block-cover__inner-container{
	position: absolute;
  height: 100%;
}
.banner_section .banner{
	height: 100%;
}
.banner_section .breadcums_row{
	height: 100%;
}
.banner_section .content_col{
	height: 100%;
	display: flex;
	align-items: center;
  box-shadow: -400px 0px 0px #fff, -150px 0px 0px #fff;
	border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.banner_section .content_col .page_title,
.banner_section .content_col .cat_page_title{
	font-family: 'Teko';
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
	letter-spacing: 0px;
	margin-bottom: 20px;
	color: #1B1C1E;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.banner_section .breadcrumbs .title,
.banner_section .breadcrumbs .wp-block-query-title{
	font-family: 'Abel';
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0px;
	color: #1b1c1e;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.banner .gutentor-element-advanced-text-link{
	text-decoration: none;
}
.banner_section .breadcrumbs .gutentor-text{
	width: 60px;
	margin: 0;
}
/* *-*-*-*-*-*-*-*-*-*- About Us Page *-*-*-*-*-*-*-*-* */
.sport_about_page_sec_two .img_col img{
	width: 100%;
	height: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- Contact Page *-*-*-*-*-*-*-*-* */
.sport_contact_page .sec_title{
	position: relative;
}
.sport_contact_page .sec_title:before {
  content: '';
  background-color: #0D0D0D;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 35px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sport_contact_page .sec_title:after {
  content: '';
  background-color: #14357A;
  width: 30px;
  height: 5px;
  position: absolute;
  bottom: 33px;
  right: 0;
  left: 0;
  margin: 0 auto;
	border-radius: 30px;
}
.sport_contact_page form input[type="text"],
.sport_contact_page form input[type="email"],
.sport_contact_page form input[type="number"],
.sport_contact_page form textarea{
	border: 1px solid #CACAD5;
  border-radius: 0px;
}
.sport_contact_page form input[type="text"]::placeholder,
.sport_contact_page form input[type="email"]::placeholder,
.sport_contact_page form input[type="number"]::placeholder,
.sport_contact_page form textarea::placeholder{
	font-family: Abel;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	color: #000;
	opacity: 0.5;
}
.sport_contact_page form textarea{
	height: 180px;
}
.sport_contact_page form input[type="submit"]{
	border-radius: 3px;
	padding: 15px 45px 12px 45px;
	margin-top: 20px;
	background-color: #14357A;
	color: #fff;
	font-family: Teko;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px;
	letter-spacing: 0px;
	transition: 0.5s all;
}
.sport_contact_page .contact-page-row{
  box-shadow: 0px 0px 16px #cdcdcd;
}
.sport_contact_page .img_col figure{
	height: 650px;
}
.sport_contact_page .img_col figure img{
	width: 100%;
	height: 100%;
}
.sport_contact_page .content_col{
	display: flex;
	align-items: center;
}
/* *-*-*-*-*-*-*-*-*-*- Faq's Page *-*-*-*-*-*-*-*-* */
.cctv-faq-page.container{
	margin: 5% auto;
}
.cctv-faq-page .faq-question{
  box-shadow: inset -2px -2px 2px #FC1717, -1px 1px 3px #FC1717;
	margin-bottom: 20px;
}
.cctv-faq-page .faq-question .question .stk-hover-parent {
    box-shadow: unset;
}
.cctv-faq-page .faq-question.stk--is-open h4{
	color: #FC1717;
}
/* *-*-*-*-*-*-*-*-*-*- Banner *-*-*-*-*-*-*-*-* */
.banner-section .banner-content h2,
.banner-section .breadcrumds h2,
.banner-section .breadcrumds h3{
  font-family: 'Source Code Pro', monospace;
}
.banner-section{
	width: 100%;
	margin-top: -90px;
	z-index: 1;
}
.banner-section .wp-block-cover{
	align-items: flex-end;
	padding: 0;
}
.banner-section .banner-content{
	margin: 58px 0;
}
/* *-*-*-*-*-*-*-*-*-*- 404 Page *-*-*-*-*-*-*-*-* */
.page-404 .error_img{
	text-align: center;
}
/* *-*-*-*-*-*-*-*-*-*- Blog Page *-*-*-*-*-*-*-*-* */
.sport_blog_page .sec_title{
	position: relative;
}
.sport_blog_page .sec_title:before {
  content: '';
  background-color: #0D0D0D;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sport_blog_page .sec_title:after {
	content: '';
	background-color: #14357A;
	width: 30px;
	height: 5px;
	position: absolute;
	bottom: 3px;
	right: 0;
	left: 0;
	margin: 0 auto;
	border-radius: 50px;
}
.sport_blog_page .gutentor-post-title a{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.sport_blog_page .gutentor-image-thumb,
.sport_blog_page .gutentor-image-thumb img{
	height: 100%;
	width: 100%;
}
/* *-*-*-*-*-*-*-*-*-*- Single Blog Page *-*-*-*-*-*-*-*-* */
.single-blog-page .post_title{
	font-family: 'Teko';
	line-height: 50px;
	margin-bottom: 25px;
	margin-top: 15px;
}
.single-blog-page .single-post-image{
	padding: 0 !important;
}
.single-blog-page .single-post-image img{
	height: 600px;
	border-radius: 0 !important;
}
.single-blog-page .post-info{
	margin-top: -100px;
	position: relative;
	z-index: 1;
	top: 0px;
}
.post-info .post-author{
	align-items: center;
}
.admin-col .post-author img{
	border-radius: 50px;
}
.post-info .post-author .wp-block-post-author__name,
.post-info .post-date-col time{
	font: normal normal 500 22px/25px 'Abel';
	letter-spacing: 0px;
	text-transform: capitalize;
}
.post-info .post-author .wp-block-post-author__name{
	font-family: 'Abel';
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-info .post-date-col{
	display: flex;
	align-items: center;
}
.post-info .post-date-col time{
	font-family: 'Karla';
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	color: #484848;
}
.single-blog-page .post-info .post-content P{
	font-family: 'Abel';
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
	letter-spacing: 0px;
	color: #0d0d0d;
}
.single-blog-page .post-info .post-form{
	width: 60%;
	margin: 5% auto 0% auto;
	border-radius: 0;
	border: 1px solid #CCCCCC;
}
.single-blog-page  .post-form form{
	display: flex;
	flex-wrap: wrap;
	padding: 30px 40px;
}
.single-blog-page  .post-form form p{
	width: 100%;
	font-family: 'Archivo';
	letter-spacing: 0.8px;
}
.single-blog-page  .post-form form p.comment-notes,
.single-blog-page  .post-form form p.comment-form-url,
.single-blog-page  .post-form form p span{
	display: none;
}
.single-blog-page  .post-form form p.comment-form-author{
	order: 1;
}
.single-blog-page  .post-form form p.comment-form-email{
	order: 2;
}
.single-blog-page  .post-form form p.comment-form-comment{
	order: 3;
}
.single-blog-page  .post-form form p.comment-form-cookies-consent{
	order: 4;
}
.single-blog-page  .post-form form p.form-submit{
	order: 5;
}
.single-blog-page  .post-form h3.comment-reply-title{
	font: normal normal 500 35px/60px 'Teko';
	letter-spacing: 0px;
	color: #0d0d0d;
	margin-bottom: 0;
	padding: 30px 40px;
	border-bottom: 1px solid #cccccc;
}
.single-blog-page  .post-form form p label[for="author"],
.single-blog-page  .post-form form p label[for="email"],
.single-blog-page  .post-form form p label[for="comment"]{
	font: normal normal 600 20px/26px 'Abel';
  letter-spacing: 0;
  color: #0d0d0d;
}
.single-blog-page  .post-form form input[type="text"],
.single-blog-page  .post-form form input[type="email"],
.single-blog-page  .post-form form textarea{
	border: 1px solid #1212124D;
	border-radius: 5px;
}
.single-blog-page  .post-form form input[type="checkbox"]{
	width: 18px;
  height: 20px;
  margin-right: 5px;
}
.single-blog-page  .post-form form .comment-form-cookies-consent label{
	font: normal normal 400 16px/25px 'Abel';
	letter-spacing: 0px;
	color: #0d0d0d;
}
.single-blog-page  .post-form form input[type="submit"]{
	background-color: #14357A;
  border-radius: 0px;
  font: normal normal 500 18px/20px 'Teko';
  letter-spacing: 0px;
  color: #ffffff;
  padding: 13px 20px;
  margin-top: 10px;
}
.single-blog-page .post-comment{
	border-radius: 0;
	width: 60%;
	margin: 7% auto 0% auto;
	padding: 25px;
	border: 1px solid #CCCCCC;
}
.single-blog-page  .post-comment .comment-awaiting-moderation {
	display: none;
}
.single-blog-page  .post-comment .wp-block-comment-content P{
	margin: 0;
}
.single-blog-page  .post-comment .wp-block-avatar img{
	border-radius: 50px !important;
}
.single-blog-page  .post-comment .wp-block-comment-author-name{
	font: normal normal 600 25px/40px 'Teko' !important;
	letter-spacing: 0px;
	color: #0d0d0d;
	text-transform: capitalize;
}
.single-blog-page  .post-comment .wp-block-comment-content p{
	font: normal normal normal 18px/25px 'Abel';
  letter-spacing: 0px;
  color: #0d0d0d;
  margin-bottom: 20px;
}
.single-blog-page  .post-comment .wp-block-comment-reply-link a{
	font: normal normal 500 18px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #242424;
	text-decoration: none;
}
.pagination .wp-block-post-navigation-link span{
	width: 100%;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__label{
	font: normal normal 400 20px/40px 'Inter', sans-serif;
  letter-spacing: 0px;
  color: #A1A1A1;
}
.pagination .wp-block-post-navigation-link span.post-navigation-link__title{
	font: normal normal 500 18px/30px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #242424;
}
.blog-inner-image .blog-left-img img,
.blog-inner-image .blog-right-img img{
	width: 100%;
	height: 100%;
}
.more-info h3{
	font-family: 'Teko';
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0em;
	padding: 25px 0;
	margin: 0;
}
.more-info .blog-inner-image{
	margin: 35px 0px;
}
.post-info .category-social-icon{
	margin: 30px 0px 0px 0px;
	align-items: center !important;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 40px;
}
.post-info .blog-category ul{
	padding: 0;
	display: flex;
}
.post-info .blog-category ul li:nth-child(3){
	margin-right: 0px;
}
.post-info .blog-category ul li{
	list-style-type: none;
	margin-right: 15px;
}
.post-info .blog-category ul li a{
	text-decoration: none;
	font: normal normal 400 18px/25px 'Teko';
	letter-spacing: 0.5px;
	color: #0d0d0d;
	padding: 10px 15px;
	border: 2px solid #14357A;
	border-radius: 6px;
}
ul.top_cat{
	padding: 0;
	list-style: none;
}
ul.top_cat li:nth-child(2){
	display: none;
}
ul.top_cat li a{
	background-color: #14357A;
	font-family: 'Abel', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 15px;
	letter-spacing: 0px;
	text-decoration: none;
	margin-bottom: 15px;
	color: #ffffff;
	padding: 7px 15px;
}
.pagination .wp-block-post-navigation-link a{
	font-family: 'Teko';
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.5px;
	text-decoration: none;
	border: 2px solid #14357A;
	padding: 12px 45px 8px 45px;
	text-transform: uppercase;
  border-radius: 6px;
}
/* *-*-*-*-*-*-*-*-*-*- Search Page *-*-*-*-*-*-*-*-* */
.search .search-page .wp-block-query-title{
	font: normal normal 600 45px/45px 'Teko' !important;
  letter-spacing: 0;
  color: #0d0d0d !important;
}
.search .search-page form button[type="submit"]{
	background-color: #14357A;
	font: normal normal 400 22px/20px 'Teko';
	letter-spacing: 0px;
	color: #FFFFFF;
}
.result .wp-block-group .wp-block-columns h2 a{
	font: normal normal 600 25px/30px 'Teko';
	letter-spacing: 0px;
	color: #0d0d0d;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 10px 0;
}
.result .wp-block-group .wp-block-post-excerpt p{
	display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font: normal normal 400 18px/25px 'Abel';
  letter-spacing: 0px;
  color: #0d0d0d;
}
.result .wp-block-group .wp-block-columns h2 a:hover{
	color: #FC1717;
}
.result .wp-block-query-pagination-numbers{
	background: #FC1717;
	padding: 10px;
}
.result .wp-block-query-pagination-numbers a.page-numbers{
	padding: 0px 20px;
  color: #fff;
  text-decoration: none;
}
.result .wp-block-query-pagination-numbers .current{
	padding: 7px 15px;
  background: #fff;
}
.result .wp-block-query-pagination-previous,
.result .wp-block-query-pagination-next{
	color: #FC1717;
	text-decoration: none;
	font: normal normal normal 20px/25px 'Inter', sans-serif;
}
.result .is-arrow-arrow{
	font-size: 30px;
	margin: 0px;
}
.basketball-club-pro-archive-right .search label,
.archive .archive_sec .wp-block-heading,
.archive .category_sec .wp-block-heading{
	font: normal normal 600 25px/25px 'Source Code Pro', monospace;
	color: #000000;
	margin-bottom: 15px;
}
.search .search-page .wp-block-post-featured-image{
	height: 350px;
	width: 100%;
}
.search .search-page .wp-block-post-featured-image a,
.search .search-page .wp-block-post-featured-image a img{
	height: 100% !important;
  width: 100%;
}
.search-page .result ul{
	margin-top: 40px;
	grid-gap: 30px;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.search-page .result ul li{
	box-shadow: 1px 2px 10px 0px #14357A;
	padding: 20px 25px 0px;
	border-radius: 30px;
}
/* *-*-*-*-*-*-*-*-*-*- Category Page *-*-*-*-*-*-*-*-* */
.archive .search_sec form{
	position: relative;
}
.archive .search_sec form button[type="submit"]{
	position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 50px;
}
.archive .search_sec form button svg{
	font-size: 25px;
  transform: rotateY(180deg);
}
.archive .post .wp-block-post-excerpt p.wp-block-post-excerpt__excerpt{
	font: normal normal 400 16px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.archive .post h2{
	padding: 0 !important;
}
.archive .post h2 a{
	font: normal normal 700 20px/25px 'Source Code Pro', monospace;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
	margin: 10px 0;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive .post .wp-block-group time,
.archive .post .wp-block-group .wp-block-post-author__content p,
.archive .post .wp-block-group .taxonomy-category a{
	font: normal normal 600 16px/25px 'Inter', sans-serif;
	letter-spacing: 0px;
	color: #000;
	text-decoration: none;
}
.product_search ul.wp-block-post-template .wc-block-grid__product-onsale{
	display: none;
}
.product_search ul.wp-block-post-template {
	gap: 30px;
	margin-top: 30px;sport_about_page_sec_two
}
.archive ul.wp-block-post-template li{
	width: 100%;
	display: inline-block;
	box-shadow: 4px 4px 6px 0px #98929240;
	background-color: #fff;
}
.archive ul.wp-block-post-template li .wp-block-post-excerpt__more-link{
	font: normal normal 500 16px/25px 'Inter', sans-serif;
	letter-spacing: 0.4px;
	color: #FFFFFF;
	background-color: red;
	padding: 8px 10px;
	margin-top: 10px;
	text-decoration: none;
}
.archive .search_sec,
.archive .archive_sec,
.archive .category_sec{
	box-shadow: 0px 0px 10px 0px #e4e4e4;
}
.archive .archive_sec ul li,
.archive .category_sec ul li{
	list-style: none;
	position: relative;
}
.archive .archive_sec ul li:after,
.archive .category_sec ul li:after {
  content: '\f0de';
  position: absolute;
  left: -22px;
  top: -2px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 20px;
  transform: rotate(90deg);
}
.archive .archive_sec ul li a,
.archive .category_sec ul li a{
	text-decoration: none;
}
.product_search .product .wc-block-components-product-image{
	height: 450px;
	width: 100%;
}
.product_search .product .wc-block-components-product-image img{
	height: 100%;
  object-fit: contain !important;
}
/* *-*-*-*-*-*-*-*-*-*- Product Serach Page *-*-*-*-*-*-*-*-* */
.product_search .wp-block-query-title{
	font-family: Lato;
	font-size: 40px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0px;
}
.product_search .product .wp-block-post-title a{
	font-family: Lato;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.product_search .product .wp-block-post-title a:hover{
	color: #1b1c1e;
}
.product_search .product .wc-block-grid__product-rating__stars{
	margin-left: 0;
	margin-bottom: 5px;
	color: #0BDE3C;
}
.product_search .product .wc-block-components-product-price {
	display: flex;
	flex-direction: row-reverse;
	justify-content: start;
}
.product_search .product del bdi{
	font-family: Lato;
	font-size: 18px;
	font-weight: 400;
	line-height: 38px;
	letter-spacing: 0.05em;
	color: #393939;
}
.product_search .product ins{
  margin-right: 10px;
}
.product_search .product ins bdi{
	font-family: Lato;
	font-size: 22px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0.05em;
	color: #553D85;
}
.product_search .product .add_to_cart_button,
.product_search .product .added_to_cart,
.return-to-shop .button{
	background: #01F480;
	color: #1B1C1E;
	width: 100%;
	font-family: Lato;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0px;
}
.product_search .product .added_to_cart{
	margin-top: 0;
	line-height: 20px;
	padding: 12px 20px;
	text-decoration: none;
}
.product_search .product .added{
	display: none;
}
.search-results .wp-block-query-pagination{
	margin-top: 30px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next{
	padding: 10px 15px;
	background-color: #14357A;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-family: 'Teko';
	font-weight: 600;
	margin: 0;
	line-height: 27px;
}
.wp-block-query-pagination .wp-block-query-pagination-next{
	line-height: 28px;
}
.wp-block-query-pagination .wp-block-query-pagination-previous{
	line-height: 27px;
}
.search-results .wp-block-query-pagination-numbers{
	font-size: 17px;
	background-color: #14357A;
	padding: 13px;
	margin: 0;
	font-family: 'Teko';
	font-weight: 400;
	color: #0d0d0d;
}
.search-results .wp-block-query-pagination-numbers .page-numbers{
	text-decoration: none;
	color: #1b1c1e;
	margin-right: 10px;
}
/* *-*-*-*-*-*-*-*-*-*- Single Product Page *-*-*-*-*-*-*-*-* */
.single_product .product_info_col .wp-block-post-title{
	font-family: 'Teko';
	font-size: 40px;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 0px;
	margin-bottom: 15px;
	color: #0d0d0d;
}
.single_product .wp-block-woocommerce-product-price .woocommerce-Price-amount{
	font-family: 'Abel';
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0px;
}
.single_product p.wp-block-post-excerpt__excerpt{
	font-family: 'Abel';
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	margin-bottom: 25px;
}
.single_product .product_gallery_col .woocommerce-product-gallery__trigger,
.single_product .product_gallery_col .flex-viewport,
.single-product .wopb-compare-btn,
.single-product .product_tab .woocommerce-Tabs-panel h2,
.single-product .woocommerce .on-first-load{
	display: none;
}
.single_product .product_gallery_col ol{
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.single_product .product_gallery_col ol li{
	width: 48% !important;
	height: 350px;
}
.single-product .single_product .product_gallery_col ol li img{
	width: 100% !important;
	height: 100% !important;
	opacity: 1 !important;
	object-fit: contain;
}
.single_product .product_row,
.single_product .wc-block-breadcrumbs,
.single_product .product_tab,
.single-product .wp-block-woocommerce-related-products{
	max-width: 100% !important;
}
.single-product .quantity{
	width: 15%;
}
.single-product .quantity input[type="number"]{
	border: 1px solid #1B1C1E;
	border-radius: 0px;
	padding: 20px 10px;
	width: 100%;
}
.single-product .product_info_col form button[type="submit"]{
	width: 82%;
	background-color: #14357A;
	color: #fff;
	font-family: 'Teko';
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0;
	transition: 0.5s all;
	padding: 19px 16px 13px 16px;
}
.single-product .product_info_col form button[type="submit"]:hover{
	background-color: transparent;
	color: #0D0D0D;
	border: 2px solid #14357A;
	border-radius: 6px;
}
.single-product form .wopb-wishlist-add{
	margin: 0;
	text-decoration: none;
	width: 15%;
	color: #000;
}
.single-product form .wopb-wishlist-add span{
	font-size: 0;
	justify-content: start;
}
.single-product form .wopb-wishlist-add span strong{
	font-size: 35px !important;
	border: 1px solid #1B1C1E;
	text-decoration: none;
	width: 55px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}
.single-product .product_cat .taxonomy-product_cat span{
	font-family: 'Teko';
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
}
.single-product .product_cat .taxonomy-product_cat a{
	font-family: 'Abel';
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
.single-product .product_tab ul.tabs.wc-tabs{
	padding: 0px 0px 30px 0px !important;
	margin: 0px 0px 30px 0px !important;
}
.single-product .product_tab ul li{
	padding: 0px 30px !important;
  border: 2px solid #14357A !important;
  margin: 0px 25px 0px 0px !important;
  border-radius: 6px !important;
  background-color: transparent !important;
}
.single-product .product_tab ul li a{
	padding: 0px !important;
	font-family: 'Teko';
	font-size: 21px;
	font-weight: 400 !important;
	line-height: 50px;
	letter-spacing: 0px;
	text-transform: capitalize;
  color: #0d0d0d !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before{
	border-bottom: 1px solid #000;
}
.single-product .product_tab ul li::after,
.single-product .product_tab ul li::before,
.single_product .onsale,
.single-product  .wc-block-components-product-sale-badge{
	display: none;
}
.single-product .product_tab ul li.active{
	background-color: #14357A !important;
	border-radius: 6px !important;
}
.single-product .product_tab ul li.active a{
	color: #FFFFFF !important;
}
.single-product .product_tab .woocommerce-Tabs-panel p{
	font-family: 'Abel';
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0px;
}
.single-product ul.related_product li{
	max-width: 25% !important;
	width: 25% !important;
	position: relative;
}
.single-product ul.related_product li .wc-block-components-product-image{
	height: 350px;
	margin: 0;
}
.single-product ul.related_product li .wc-block-components-product-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.single-product ul.related_product li .wp-block-post-title{
	margin: 0;
}
.single-product ol.commentlist{
	padding: 0;
}
.single-product ol.commentlist .comment_container .avatar{
	width: 55px !important;
	height: 55px;
}
.single-product ol.commentlist .comment_container .comment-text{
	margin: 0 0 0 70px !important;
}
.single-product ol.commentlist .star-rating span{
	color: #FFBF00;
}
.single-product #review_form .comment-reply-title{
	font-family: 'Teko';
	font-size: 22px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0px;
}
.single-product #review_form .comment-form-comment label{
	font-family: 'Teko';
	font-size: 18px;
	font-weight: 500;
	line-height: 13px;
	letter-spacing: 0px;
}
.single-product #review_form .comment-form-rating label{
	font-family: 'Teko';
  font-size: 22px;
	font-weight: 500;
	line-height: 15px;
	letter-spacing: 0px;
}
.woocommerce p.stars a::before{
	color: #FFBF00;
	font-size: 20px;
}
.single-product #review_form .form-submit input[name="submit"]{
	background: #14357A;
	padding: 12px 40px 9px 40px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Teko';
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0;
	margin-top: 15px;

}
.single-product #review_form .comment-form-comment textarea{
	border: 1px solid #000;
	padding: 10px 15px;
	border-radius: 0;
}
.single_product .woocommerce-message {
	padding-left: 60px !important;
}
.single_product .woocommerce-message a.wp-element-button{
	line-height: 45px;
	padding: 0px 30px !important;
	background-color: #553D85;
	color: #fff;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	transition: 0.5s all;
	box-shadow: 4px 4px 6px 0px #03ce6d;
}
.single-product .woocommerce-message{
	margin-bottom: 50px !important;
}
.single_product .product_img{
	max-width: 100%;
}
.single_product .wc-block-grid__product-price{
	display: flex;
	justify-content: start;
	flex-direction: row-reverse;
}
.single-product .wp-block-woocommerce-related-products .wc-block-grid__product-price{
	justify-content: center;
}
.single_product .product_info_col ins bdi{
	font-family: 'Teko';
	font-size: 30px;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0;
	color: #0d0d0d;
	margin-right: 10px;
}
.single_product .product_info_col del,
.single-product  .wp-block-woocommerce-related-products  del  {
	display: flex;
  align-items: center;
}
.single_product .product_info_col del bdi{
	font-family: 'Teko';
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}
.single-product .wp-block-woocommerce-related-products .products-block-post-template{
	grid-gap: 15px;
}
.single-product  .product .wc-block-components-product-image{
	height: 250px;
  width: 220px;
  margin: 0 auto;
	padding: 25px 0px 15px 0px;
	position: relative;
	z-index: 2;
}
.single-product  .product .wc-block-components-product-image:after{
	content: '';
	width: 100%;
	height: 120px;
	background: #CACAD5;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: -1;
	border-radius: 50% 50% 0 0 / 75% 75% 0 0;
}
.single-product .wp-block-woocommerce-related-products ul li:hover .wc-block-components-product-image:after{
	height: 100%;
	background: #14357A;
	border-radius: 50% 50% 0 0 / 35% 35% 0 0;
	transition: 0.5s all;
}
.single-product .product .wc-block-components-product-image img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.single-product  .product .wp-block-post-title a{
  font-family: Teko;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: 0;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.single-product .product .wp-block-post-title a:hover{
	color: #1B1C1E;
}
.single-product  .wc-block-components-product-rating__stars{
	margin-left: 0;
	color: #01F480;
}
.single-product  .wp-block-woocommerce-related-products  ins bdi,
.single-product  .wp-block-woocommerce-related-products  del bdi{
	color: #0d0d0d;
  font-family: 'Abel';
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin-right: 10px;
}
/* *-*-*-*-*-*-*-*-*-*- Product Category Page *-*-*-*-*-*-*-*-* */
.sport_product_cat_page .cat_title{
	font-family: Teko;
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
	letter-spacing: 0px;
	color: #0d0d0d;
	position: relative;
	margin-bottom: 45px;
}
.sport_product_cat_page .cat_title::before{
	content: '';
	background-color: #0D0D0D;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -10px;
	left: 0;
}
.sport_product_cat_page .cat_title::after{
	content: '';
	background-color: #14357A;
	width: 30px;
	height: 5px;
	position: absolute;
  border-radius: 20px;
	bottom: -12px;
	left: 0;
}
.sport_product_cat_page .woocommerce-result-count{
	font-family: Abel;
	font-size: 20px !important;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0px;
	color: #0D0D0D;
}
.sport_product_cat_page form select{
	border: 2px solid #14357A;
	border-radius: 30px;
	padding: 20px 10px;
}
.sport_product_cat_page ul{
	grid-gap: 30px !important;
  padding-top: 50px;
}
.archive .sport_product_cat_page ul.wp-block-post-template li{
	box-shadow: unset;
  background-color: unset;
}
.sport_product_cat_page ul li .wc-block-components-product-sale-badge{
	display: none;
}
.sport_product_cat_page ul li .wc-block-components-product-image img{
	width: 100%;
	height: 100%;
	padding-bottom: 30px;
}
.sport_product_cat_page ul li .wc-block-components-product-image{
	height: 330px;
	margin-bottom: 0px !important;
	width: 280px;
	margin: 0 auto;
	z-index: 2;
	padding: 30px 25px 0px 25px;
}
.sport_product_cat_page ul li .wc-block-components-product-image:after{
	content: '';
	width: 100%;
	height: 150px;
	background: #CACAD5;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: -1;
	border-radius: 50% 50% 0 0 / 75% 75% 0 0;
}
.sport_product_cat_page ul li:hover .wc-block-components-product-image:after{
	border-radius: 50% 50% 0 0 / 35% 35% 0 0;
	height: 100%;
	background: #14357A;
	transition: 0.5s all;
}
.sport_product_cat_page ul li .wp-block-post-title a{
	font-family: Teko;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0px;
  color: #0D0D0D;
	text-decoration: none;
}
.sport_product_cat_page ul li .wp-block-woocommerce-product-price{
	font-family: Abel;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
}
.sport_product_cat_page ul li:hover .wp-block-post-title a,
.sport_product_cat_page ul li:hover .wp-block-woocommerce-product-price{
	color: #14357A;
	transition: 0.5s all;
}
.single-product  .wp-block-woocommerce-related-products .add_to_cart_button{
	background: #01F480;
  color: #1B1C1E;
  width: 100%;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
}
.single-product  .wp-block-woocommerce-related-products .add_to_cart_button.added{
	display: none;
}
.single-product  .wp-block-woocommerce-related-products .added_to_cart{
	background: #01F480;
  color: #1B1C1E;
  width: 100%;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0px;
  padding: 13px 25px !important;
	text-decoration: none;
	margin: 0;
	text-align: center;
}
.single-product  .wp-block-woocommerce-related-products .add_to_cart_button:hover{
	background: #0BDE3C;
}
/* *-*-*-*-*-*-*-*-*-*- Shop Page *-*-*-*-*-*-*-*-* */
.sport_shop_page .grid-container{
	max-width: 100%;
}
.sport_shop_page .sec_title{
	position: relative;
}
.sport_shop_page .sec_title::before{
	content: '';
	background-color: #0D0D0D;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: -10px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.sport_shop_page .sec_title::after{
	content: '';
	background-color: #14357A;
	width: 30px;
	height: 5px;
	position: absolute;
	bottom: -12px;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.sport_shop_page .gutentor-post-image-box{
	height: 330px;
	margin-bottom: 0px !important;
	width: 280px;
	margin: 0 auto;
	z-index: 2;
	padding: 30px 25px 0px 25px;
}
.sport_shop_page .gutentor-post-image-box:after{
	content: '';
	width: 100%;
	height: 150px;
	background: #CACAD5;
	position: absolute;
	bottom: 0;
	left: 0px;
	z-index: -1;
	border-radius: 50% 50% 0 0 / 75% 75% 0 0;
}
.sport_shop_page .gutentor-image-thumb,
.sport_shop_page .gutentor-image-thumb img{
	height: 100%;
	width: 100%;
	padding-bottom: 15px;
}
.sport_shop_page .gutentor-post-title-data-wrap{
	background: #fff;
	padding: 20px 20px 5px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.sport_shop_page .gutentor-wc-price{
	background: #fff;
	padding: 0px 20px 20px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	font-family: Abel;
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0px;
}
.sport_shop_page .grid-row{
	row-gap: 30px;
}
.sport_shop_page .gutentor-post-title a{
	font-family: Teko;
	font-size: 30px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0px;
	color: #0D0D0D;
}
.sport_shop_page .gutentor-post-item:hover .gutentor-post-title a,
.sport_shop_page .gutentor-post-item:hover .gutentor-wc-price{
	color: #14357A ;
	transition: 0.5s all;
}
.sport_shop_page .gutentor-post-item:hover .gutentor-post-image-box:after{
  border-radius: 50% 50% 0 0 / 35% 35% 0 0;
  height: 100%;
	background: #14357A;
	transition: 0.5s all;
}
/* *-*-*-*-*-*-*-*-*-*- Cart Page *-*-*-*-*-*-*-*-* */
.shop_table tbody .product-name a,
.shop_table .product-price span,
.shop_table .product-subtotal span,
.cart-collaterals .shop_table .order-total td span,
.cart_totals  .cart-subtotal span{
	font-family: 'Karla';
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.shop_table thead th,
.shop_table thead th span,
.cart-collaterals .shop_table th{
	font-family: 'Lato';
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.shop_table .coupon input[type="text"]{
	border-radius: 0;
	border: 1px solid #000 !important;
	padding: 10px !important;
}
.shop_table .coupon input[type="text"]::placeholder{
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
}
.shop_table .coupon{
	justify-content: space-between;
}
.shop_table button[type="submit"],
.cart_totals  .wc-proceed-to-checkout a{
	background-color: #553D85;
	box-shadow: 4px 4px 6px 0px #03ce6d;
	color: #fff;
	font-family: 'Karla';
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0;
	transition: 0.5s all;
	opacity: 1 !important;
}
.shop_table button[type="submit"]:hover,
.cart_totals  .wc-proceed-to-checkout a:hover{
	background-color: #0BDE3C;
	box-shadow: 4px 4px 6px 0px #553d85;
	color: #1B1C1E;
}
.cart-collaterals .cart_totals  h2{
	font-weight: 500;
	font-family: 'Lato';
	font-size: 25px !important;
	letter-spacing: 0;
	color: #000;
	margin: 15px 0px 20px 0px !important;
}
.cart_totals  .shop_table{
	border-radius: 0px !important;
}
.cart_item .quantity input[type="number"]{
	width: 70px !important;
	padding: 10px;
	border-radius: 0;
	border: 1px solid #afafaf;
}
/* *-*-*-*-*-*-*-*-*-*- Wishlist Page *-*-*-*-*-*-*-*-* */
.wopb-wishlist-modal-content table th,
.wopb-wishlist-modal-content .wopb-wishlist-product-footer a{
	font-family: 'Lato';
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.wopb-wishlist-modal-content .wopb-wishlist-product-name a,
.wopb-wishlist-modal-content .wopb-wishlist-product-price span,
.wopb-wishlist-modal-content .wopb-wishlist-product-stock{
	font-family: 'Karla';
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
	color: #000;
	text-decoration: none;
}
.wopb-wishlist-modal-content .wopb-wishlist-cart-added p a{
	background-color: #553D85;
	color: #fff;
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: 0;
	transition: 0.5s all;
	box-shadow: 4px 4px 6px 0px #03ce6d;
	padding: 10px;
}
/* *-*-*-*-*-*-*-*-*-*- Account Page *-*-*-*-*-*-*-*-* */
.entry-content nav ul{
  background: #553D85;
}
.entry-content nav ul li{
	padding: 0px 20px !important;
}
.entry-content nav ul li a{
	font-family: 'Lato';
	font-size: 20px;
	font-weight: 500;
	line-height: 50px;
	letter-spacing: 0;
	text-decoration: none !important;
	color: #ffffff;
}
.entry-content nav ul li.is-active{
	background-color: #01F480;
}
.entry-content nav ul li.is-active a{
	color: #1B1C1E;
}
.woocommerce-MyAccount-content  .woocommerce-Button,
.woocommerce-MyAccount-content  .wp-element-button,
.woocommerce-form  .wp-element-button,
.woocommerce-checkout-review-order .wp-element-button{
	background-color: #553D85;
	color: #fff;
	font-family: 'Karla';
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: 0;
	transition: 0.5s all;
	opacity: 1 !important;
	padding: 10px 20px;
	box-shadow: 4px 4px 6px 0px #03ce6d;
}
.woocommerce-MyAccount-content  p,
.woocommerce-MyAccount-content  p a{
	font-family: 'Lato';
	font-size: 20px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
	color: #000;
}
.woocommerce-MyAccount-content  .woocommerce-Address-title h3,
.entry-content .woocommerce h2{
	font-family: 'Lato';
	font-size: 30px;
	font-weight: 700;
	line-height: 35px;
	letter-spacing: 0px;
	text-align: center;
}
.woocommerce-MyAccount-content  .woocommerce-Address-title a{
	font-family: 'Karla';
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	letter-spacing: 0;
	color: #000;
}
.entry-content .woocommerce .login{
	border-radius: 0px !important;
}
/* *-*-*-*-*-*-*-*-*-*- Product Search Page *-*-*-*-*-*-*-*-* */
.product_search .page-title{
	font-family: 'Lato';
	font-size: 40px;
	font-weight: 900;
	line-height: 45px;
	letter-spacing: 0;
}
.product_search .woocommerce-result-count{
	font-family: 'Karla';
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}
.product_search form select{
	border: 1px solid #000;
	border-radius: 0px;
	padding: 10px;
	font-family: 'Karla';
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0;
}
.product_search ul.products li{
	text-align: center;
	position: relative !important;
}
.product_search ul.products li img{
	margin-bottom: 0px !important;
}
.product_search ul.products li .woocommerce-loop-product__title{
	font-family: 'Lato';
	font-size: 25px !important;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0em;
	color: #000;
	padding: 20px 0px 10px 0px !important;
}
.product_search ul.products li .star-rating{
	display: none;
}
.product_search ul.products li .price{
	font-family: 'Karla';
	font-size: 15px !important;
	font-weight: 300 !important;
	line-height: 20px;
	letter-spacing: 0;
	color: #000 !important;
}
.product_search ul.products li .add_to_cart_button,
.product_search ul.products li .added_to_cart{
	width: 100%;
	color: #fff;
	background-color: #000000;
	margin: 0 !important;
	padding: 15px;
	font-family: 'Archivo',sans-serif;
	font-size: 15px;
	font-weight: 300;
	position: absolute;
	left: 0;
	bottom: 82px;
	transition: 0.5s;
	opacity: 0;
}
.product_search ul.products li .added{
	display: none !important;
}
.product_search ul.products li:hover .add_to_cart_button,
.product_search ul.products li:hover .added_to_cart{
	opacity: 1;
}
.product_search ul.products{
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.product_search ul.products li{
	width: 23.5% !important;
	margin: 0 !important;
}
/* *-*-*-*-*-*-*-*-*-*- Team Page *-*-*-*-*-*-*-*-* */
.sport_about_sec .sec_title:before {
  content: '';
  background-color: #0D0D0D;
  width: 100px;
  height: 1px;
  position: absolute;
  bottom: -10px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sport_about_sec .sec_title:after {
  content: '';
  background-color: #14357A;
  width: 30px;
  height: 5px;
  position: absolute;
  bottom: -12px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
/* *-*-*-*-*-*-*-*-*-*- Testimonial Page *-*-*-*-*-*-*-*-* */
.testimonial_page .stk-block-carousel__slider{
	padding: 70px 0px;
}
.testimonial_page .col .right_icon{
	position: absolute;
	top: -25px;
	left: 25px;
	padding: 0px 10px !important;
}
.testimonial_page .col .left_icon{
	position: absolute;
	bottom: -25px;
	right: 25px;
	padding: 0px 10px !important;
}
.testimonial_page  .stk-block-carousel__buttons{
	max-width: 250px;
	background: #fff;
	height: 70px;
	position: absolute;
	bottom: -56px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: unset;
	border-radius: 50px;
	border: 1px solid #0000001A;
	padding: 10px;
}
.testimonial_page  .stk-block-carousel__button{
  box-shadow: inset -1px -2px 5px 0px #bdbdbd !important;
}
.testimonial_page .stk-block-carousel__dots{
	max-width: 130px;
	margin: 10px auto 0 auto;
}
.testimonial_page .stk-block-column:hover{
  border-color: #0D0D0D !important;
	transition: 0.5s all;
}
