.row {
  --bs-gutter-x: 1rem;
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

main:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url("../images/pattern-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.section:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url("../images/pattern-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.footer:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url("../images/pattern-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.topbar {
  position: relative;
  z-index: 999;
}

.topbar:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url("../images/pattern-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  z-index: -1;
}

.header-main:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-image: url("../images/pattern-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.header-social .social-item {
  margin-right: 4px;
}

.header-social .social-item:last-child {
  margin-right: 0;
}

.team-social .header-social .social-item {
  margin-right: 0;
}

.header-social .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color-primary);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 0.9375rem;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}

.header-social .social-link:hover {
  color: var(--color-black);
  background-color: var(--color-primary);
}

.header-social .social-link:hover i {
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

.top-live {
  display: flex;
  margin-right: 20px;
}

.top-live-link a {
  margin-right: 20px;
  text-transform: uppercase;
}

.top-live p {
  color: #fff;
  margin: 0;
  padding-right: 20px;
  opacity: 1;
}

.header-button-wrapper {
  max-width: 250px;
  margin-left: 20px;
}

.header-download-wrapper {
  margin-left: 20px;
}

.header-download-wrapper img {
  max-height: 36px;
  margin-left: 5px;
}

.logo-wrapper {
  min-width: 100px;
}

a.primary-tag {
  background-color: var(--color-primary);
  color: #000;
}

.banner-style-7 .post-meta {
  color: #fff;
}

.width-300 {
  width: 300px;
}

.width-p25 {
  width: 25%;
}

.width-p75 {
  width: 75%;
}

.result-summary-section {
  width: 100%;
  display: block;
}

.result-summary-section .nav-link {
  padding: 26px 30px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  background: #333;
  border-radius: 0;
  margin-bottom: 0;
}

.result-summary-section .nav-header {
  font-size: 20px;
  font-weight: 600;
  color: white;
  background: #000;
}

.result-summary-section .nav-link.active {
  background: var(--color-primary);
  color: #000;
}

.summary-box-outer {
  background: #fff;
  min-height: 319px;
}

.summary-box-date {
  display: block;
  padding: 10px 30px;
  height: 80px;
  text-transform: uppercase;
  color: var(--color-primary);
  background: #333;
  width: 100%;
}

.summary-box-date .day {
  float: left;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
  margin-right: 15px;
}

.summary-box-date .month-dates {
  float: left;
  text-align: left;
  font-size: 25px;
}

.summary-box-date .month-dates .day-name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.summary-box-date .month-dates .month {
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
}

.summary-box-header {
  padding: 10px 30px;
  height: 80px;
  line-height: 60px;
  text-transform: uppercase;
  color: var(--color-primary);
  background: #333;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  display: block;
}

.border-black-right-5 {
  border-right: 5px solid #000;
}

.summary-box-content {
  padding: 20px 30px;
  display: block;
}

.summary-box-title {
  font-size: 25px;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sp-event-teams {
  display: flex;
  align-items: center !important;
  text-align: center;
}

.team-logo {
  flex: 1 0 0%;
}

.team-logo.logo-odd {
  margin-right: 20px;
}

.team-logo.logo-even {
  margin-left: 20px;
}

.team-logo img {
  max-width: 60px;
  max-height: 60px;
  width: auto;
  height: auto;
}

.sp-event-vs {
  background: var(--color-primary);
  color: #000;
  width: 60px;
  float: left;
  text-align: center;
}

.sp-event-results {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0;
  color: #333;
  display: block;
}

.sp-event-league {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  display: block;
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0;
}

.season-summary {
  padding-top: 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.season-summary .team-logo {
  margin-bottom: 20px;
}

.season-summary .team-logo img {
  width: 150px;
  max-width: 150px;
  max-height: initial;
}

.season-summary .sp-event-league {
  margin-bottom: 20px;
}

.summary-event-item {
  background: var(--color-primary);
  padding: 15px 20px;
  border-radius: 10px;
  color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}

.summary-event-item .event-item-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.event-item-dates {
  padding-left: 8px;
  font-size: 14px;
  position: relative;
  margin-right: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.event-item-dates .event-item-day {
  font-size: 25px;
  font-weight: 600;
  line-height: 25px;
}

.event-item-dates .event-item-month {
  font-size: 14px;
  text-transform: uppercase;
}

.section-featured {
  padding: 30px 15px;
}

.section-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.section-header .heading {
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
}

.section-header:after,
.section-header:before {
  content: "";
  margin-top: 1px;
  height: 1px;
  background-color: var(--color-primary);
  flex: 1 1 auto;
  margin-left: 20px;
}

.section-header:before {
  margin-left: 0;
  margin-right: 20px;
}

.section-header .slider-navigation {
  position: absolute;
  right: 20px;
  background: #000;
  padding: 10px 10px;
}

.section-header.section-header-navigation:after {
  margin-right: 20px;
}

.section-header .slider-navigation.style-2 .slider-btn.btn-next {
  margin-left: 5px;
}

.section-indoor {
  padding: 10px 15px;
}

.rt-post-overlay.rt-post-overlay-md.layout-indoor .post-img img {
  min-height: initial;
}

.rt-post-overlay.rt-post-overlay-md.layout-indoor .post-title {
  font-size: 1rem;
  text-align: center;
}

.rt-post-overlay.layout-indoor .post-img + .post-content {
  position: absolute;
  left: 0;
  bottom: 15%;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 25px;
  text-align: center;
}

.rt-post-overlay.layout-indoor .post-img + .post-content img {
  padding: 10px;
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%);
}

.play-btn-transparent:hover img {
  -webkit-filter: initial !important;
  /* Safari/Chrome */
  filter: initial !important;
}

.section-team {
  padding: 10px 15px;
}

.player-box {
  width: 100%;
  position: relative;
  height: 100%;
}

.player-box .player-img {
  position: relative;
  border-radius: 10;
  overflow: hidden;
}

.player-box .player-img img {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}

.player-box:hover .player-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.player-box .player-content {
  padding: 10px 20px;
  text-align: center;
  color: #333;
}

.player-box .player-content p {
  color: var(--color-primary);
  font-size: 15px;
  text-transform: uppercase;
}

.player-box .player-content .player-title a {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.btn-yellow {
  background: var(--color-primary);
  color: #000;
  border-color: var(--color-primary);
  margin-top: 30px;
}

.section-team .btn-yellow {
  margin-top: 2px;
}

.btn-yellow:hover {
  color: var(--color-primary);
  border-color: #fff;
}

.home-shop-section {
  background: var(--color-primary);
  padding: 30px 30px;
  color: #000;
  margin-top: 50px;
}

.btn-black {
  background: #000;
  color: var(--color-primary);
  border-color: #000;
  margin-top: 30px;
  text-transform: uppercase;
  border-radius: 1px;
  font-size: 15px;
  line-height: 26px;
  padding: 5px 30px;
}

.btn-black:hover {
  color: #000;
  background: var(--color-primary);
  border: 1px solid #000;
}

.shop-section-banner {
  display: flex;
  margin: 20px;
}

.shop-section-images {
  display: flex;
}

.shop-section-image {
  padding-left: 20px;
}

.shop-section-image img {
  border-radius: 3px;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
}

.shop-section-image:hover img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.shop-section-content {
  width: 65%;
  padding: 20px 50px;
}

.shop-section-content h3 {
  color: #000;
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
}

.shop-section-content h2 {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 50px;
  line-height: 60px;
}

.shop-section-logo {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.shop-section-logo img {
  max-width: 100px;
  margin-right: 30px;
}

.section-social {
  padding: 50px 30px;
}

.rt-post-overlay.rt-post-overlay-md.layout-youtube .post-img img {
  min-height: 250px;
}

.rt-post-overlay.rt-post-overlay-md.layout-youtube .post-title {
  font-size: 1rem;
  font-weight: 500;
}

.rt-post-overlay.rt-post-overlay-md.layout-youtube {
  margin-bottom: 20px;
}

.section-sponsor {
  padding: 50px 30px;
}

.sponsor-box {
  width: 100%;
  position: relative;
  height: 100%;
}

.sponsor-box .sponsor-img {
  height: 100%;
  position: relative;
  border-radius: 10;
  overflow: hidden;
}

.sponsor-box .sponsor-img img {
  height: 100%;
  width: 100%;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}

.sponsor-box:hover .sponsor-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.page-banner {
  min-height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  padding-top: 150px;
}

.page-banner-title {
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  line-height: 60px;
  font-weight: 600;
}

.section-news-list {
  padding: 20px 20px;
}

.col-news-item {
  flex: 0 0 auto;
  width: 25%;
  margin-bottom: 20px;
}

.col-news-item .rt-post-overlay.rt-post-overlay-xl.layout-2 .post-title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
}

.col-news-item .rt-post-overlay.rt-post-overlay-xl .post-img + .post-content {
  padding: 20px;
}

.news-category-menu {
  background: #333;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
}

.news-category-menu ul > li > a {
  color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.news-category-menu ul > li > a:hover {
  color: var(--color-primary);
}

.news-category-menu ul > li > a.active {
  color: var(--color-primary);
}

.section-indoor-list {
  padding: 30px 20px;
}

.section-indoor-list .col-md-4 {
  margin-bottom: 20px;
}

.section-related-list {
  padding: 30px 20px;
}

.rt-post-overlay.rt-post-overlay-md.layout-team .post-img img {
  min-height: initial;
}

.rt-post-overlay.rt-post-overlay-md.layout-team .post-title {
  font-size: 1rem;
  text-align: left;
}

.rt-post-overlay.layout-team .post-img + .post-content {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  padding: 25px;
  text-align: center;
}

.primary-tag {
  padding: 2px 10px;
}

.action,
.food,
.world,
.ragbi,
.primary-tag {
  background-color: var(--color-primary);
  color: #000;
}

.section-team-details-list {
}

.col-member-item {
  flex: 0 0 auto;
  width: 33.3%;
  margin-bottom: 20px;
  padding: 0 2px;
}

.vat-info-text {
  font-size: 12px;
  color: #ffffffdb;
  margin-bottom: 25px;
}

.col-player-item {
  flex: 0 0 auto;
  width: 20%;
  margin-bottom: 20px;
  padding: 0 2px;
}

.section-player-bio {
  padding: 20px 20px;
}

.about-content {
  text-align: justify;
}

.player-summary-block {
  text-align: center;
  margin: 50px 0 20px 0;
}

.player-summary-block .player-summary-item {
  position: relative;
}

.player-summary-block .player-summary-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100px;
  background-color: var(--color-primary);
}

.player-summary-block .player-summary-item:first-child:after {
  content: "";
  display: none;
}

.player-summary-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.player-header-section {
  padding: 10px 20px;
  position: relative;
}

.player-header-bg {
  background: var(--color-primary);
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  bottom: 20%;
  z-index: -1;
}

.player-section-inner {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.player-image-col {
  max-width: 100%;
  padding: 0 10px;
  width: 300px;
}

.player-image-col img {
  width: 100%;
}

.player-name-col {
  display: flex;
  align-items: center;
  max-width: 25%;
}

.player-name-col .jersy-no {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
}

.player-name-col h3 {
  font-size: 1.5rem;
  color: #000;
  line-height: 1.6rem;
}

.player-profile-col {
  font-size: 21px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 60px;
}

.player-profile-col span {
  font-size: 16px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
  width: 100px;
}

.player-profile-col li {
  padding: 10px 10px;
}

.banner-eshop {
  position: relative;
}

.banner-eshop .swiper-slide-active .shop-slider-bg-image {
  width: 100%;
  padding-top: 100px;
  margin-bottom: 20px;
}

.banner-eshop .shop-slider-bg-image img {
  width: 100%;
}

.full-banner-section {
  width: 100%;
  display: block;
}

.inner-banner.breadcrumb-banner {
  min-height: 60px;
  background-color: #333333;
  padding: 10px 0;
  color: #fff;
}

.breadcrumb-banner .breadcrumb {
  padding: 0 30px;
}

.breadcrumb-banner .breadcrumb .breadcrumb-item a {
  font-size: 0.875rem;
  color: #fff;
  text-transform: capitalize;
}

.breadcrumb-banner .breadcrumb .breadcrumb-item::before {
  color: #fff;
  content: "";
}

.rt-filter-dropdwon .rt-filter-btn {
  font-size: 0.875rem;
  color: var(--color-body);
  background-color: transparent;
  border: none;
  border-radius: var(--border-radius-xs);
  padding: 12px 25px;
}

.rt-filter-dropdwon .rt-filter-dropdwon-menu {
  border-radius: var(--border-radius-xs);
  border: 1px solid #333333;
  min-width: 10.5rem;
  background-color: #333333;
}

.rt-filter-dropdwon .rt-filter-dropdwon-menu li a {
  width: 100%;
  display: block;
  background-color: #333333;
  font-size: 0.8125rem;
  padding: 6px 14px;
  color: var(--color-body);
}

.rt-filter-dropdwon .rt-filter-dropdwon-menu li a:hover {
  background-color: #000;
  color: var(--color-primary);
}

.product-list-section {
  padding: 30px 0;
}

.product-details-section {
  padding: 30px 0;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--color-black);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

.product-details-section .content-single-wrapper,
.product-details-section .single-shop-tab {
  padding: 0 5%;
  margin-bottom: 20px;
}

.single-shop-tab .tab-nav-list .nav-item a {
  color: #fff;
  padding: 5px 0;
  padding-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.single-shop-tab .tab-nav-list .nav-item a.active {
  color: var(--color-primary);
}

.single-shop-tab .tab-nav-list .nav-item a.active::after {
  display: none;
}

.single-shop-tab .tab-nav-list {
  border: none;
  margin-bottom: 5px;
}

.block-list.product-meta {
  margin-top: 20px;
  border-bottom: 1px solid var(--color-primary);
  padding-bottom: 20px;
}

.content-single-wrapper .single-product-description .product-meta li {
  color: #fbfbfb;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
}

.content-single-wrapper
  .single-product-description
  .action-area
  li
  .input-group
  .form-control {
  text-align: center;
  height: 40px;
  width: 80px;
  display: block;
  outline: none;
  font-size: 1rem;
  border-radius: 0;
  color: #fff;
  padding: 5px 5px;
  border: none;
  border-right: 1px solid #fff;
  position: relative;
  background: transparent;
}

.rt-btn-primary {
  font-size: 0.875rem;
  border: 1px solid transparent;
  height: 40px;
  line-height: 40px;
  align-items: center;
  padding: 10px 30px;
}

.rt-btn-cart {
  font-size: 0.875rem;
  border: 1px solid transparent;
  height: 40px;
  line-height: 40px;
  align-items: center;
  padding: 10px 10px;
  margin-right: 5px;
}

.rt-eye-btn-gray {
  width: 50px;
  height: 42px;
  border-radius: 4px;
}

.content-single-wrapper .product-img-view {
  position: relative;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  float: left;
}

.content-single-wrapper .product-img-view .tab-content {
  text-align: center;
  padding: 30px;
  position: relative;
  float: left;
  width: 80%;
  border: none;
  margin-bottom: 15px;
  background-color: var(--color-white);
}

.content-single-wrapper .product-img-view ul.tab-nav-list {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -5px;
  flex-direction: column;
  margin-right: -5px;
  width: 20%;
  float: left;
}

.content-single-wrapper .product-img-view ul.tab-nav-list li {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3%;
  flex: 0 0 33.3%;
  border: none;
}

.content-single-wrapper .product-img-view ul.tab-nav-list li a {
  padding: 5px;
}

h2.text-primary {
  font-size: 1.125rem;
  color: var(--color-primary) !important;
}

.rt-main-post-single h5 {
  margin: 20px 0;
}

.content-meta li {
  color: var(--color-white);
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-meta li {
  color: var(--color-white);
}

.content-meta li:last-child {
  margin-bottom: 0;
}

.content-meta li span {
  color: var(--color-white);
  display: inline-block;
  margin-left: 5px;
  font-weight: 400;
}

.about-title-box {
  margin-top: 50px;
  padding: 0;
  background: #333;
}

.about-title-box .rt-section-heading-style-2 .heading-tilte {
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.title-item .title {
  font-size: 0.875rem;
  text-transform: capitalize;
  color: #fff;
  font-family: var(--font-body);
  font-weight: 700;
}

.title-item .title span {
  padding-left: 20px;
  font-weight: 400;
}

.title-item {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid var(--color-primary);
  margin-bottom: 20px;
}

.about-title-box .about-video-wrap-style-1 {
  margin: 0;
  position: relative;
}

.about-title-box .about-content-area-2 {
  padding: 20px 20px;
}

.about-title-box .rt-section-heading-style-2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

.contact-form-style-1 {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
}

.contact-section-layout-1 {
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
}

.contact-form-style-1 .form-title {
  font-size: 1.25rem;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.contact-form-style-1 .submit-btn {
  color: var(--color-black);
  background-color: var(--color-primary);
  font-weight: 700;
}

.contact-form-style-1 .submit-btn:hover {
  background-color: var(--color-black);
  color: var(--color-primary);
}

.contact-form-style-1 .form-group .rt-form-control {
  color: #fff;
  background-color: rgb(255 255 255 / 13%);
  padding: 10px 20px;
  border: 1px solid rgb(255 255 255 / 13%);
}

.contact-footer-section .contact-list-style-1 {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "a b c";
}

.contact-footer-section .contact-list-style-1 .list-item {
  padding: 30px 60px;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #fff;
  border-left: 1px solid var(--color-primary);
}

.contact-footer-section .contact-list-style-1 .list-item:nth-child(1) {
  border: none;
}

.contact-footer-section .contact-list-style-1 .list-item .list-icon i {
  color: var(--color-black);
  background-color: var(--color-primary);
}

.contact-footer-section .contact-list-style-1 .list-item .list-content span a {
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
}

.contact-footer-section .contact-list-style-1 .list-item .list-content p {
  margin-bottom: 0;
}

.cart-product-section {
  padding: 30px 0;
}

.cart-product-image {
  max-width: 150px;
  padding: 0.25rem;
  border: none;
}

.mw-100 {
  max-width: 100px !important;
}

.mw-150 {
  max-width: 150px !important;
}

.mw-200 {
  max-width: 200px !important;
}

.cart-product-section .table tr {
  border-color: var(--color-primary);
}

.cart-product-section .table thead tr {
  border-color: var(--color-primary);
}

.cart-product-section .table thead td {
  font-weight: 700;
  font-size: 1.3rem;
  padding: 20px 20px;
  line-height: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cart-product-section .table td {
  background: transparent;
  color: #fff;
  padding: 30px 20px;
}

.cart-product-section .table tfoot td {
  background: transparent;
  color: #fff;
  padding: 10px 20px;
  border: none;
  min-width: 150px;
}

.cart-product-section .table tfoot tr:first-child td {
  padding-top: 40px;
}

.cart-product-section .table tfoot tr:last-child td {
  font-size: 1.7rem;
  line-height: 2rem;
  text-transform: uppercase;
}

.cart-product-section .table {
  vertical-align: middle;
}

.cart-product-section .table td:first-child {
  padding-left: 0;
}

.cart-product-section .table td:last-child {
  padding-right: 0;
}

.cart-product-content a {
  font-weight: 600;
  font-size: 1.2rem;
  color: #fff;
  line-height: 2rem;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cart-product-content p {
  font-size: 1rem;
  color: #ffffffc9;
  line-height: 1.8rem;
  margin-bottom: 10px;
}

.cart-product-section .input-group {
  width: auto;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-xs);
}

.cart-product-section .input-group .form-control {
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 50px;
  display: block;
  outline: none;
  background: transparent;
  font-size: 1rem;
  border-radius: 0;
  color: var(--color-white);
  border: none;
  border-right: 1px solid var(--color-white);
  position: relative;
}

.cart-product-section .input-group .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart-product-section .input-group .input-group-btn {
  display: -ms-inline-grid;
  display: inline-grid;
}

.cart-product-section .input-group .input-group-btn .quantity-btn {
  padding: 2px 12px;
  font-size: 10px;
  color: #646464;
  background-color: transparent;
  background-image: none;
  outline: none;
  border: none;
  cursor: pointer;
}

.btn-submit {
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #000;
  padding: 10px 20px;
  min-width: 150px;
}

.btn-submit:hover {
  color: var(--color-primary);
  background-color: #000;
  border: 1px solid var(--color-primary);
}

.btn-outline {
  background-color: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  min-width: 150px;
}

.btn-outline:hover {
  background-color: #fff;
  color: #000;
}

.shop-box-style-1 .action-items li button {
  width: 44px;
  height: 44px;
  border-radius: 4px;
  color: var(--color-white);
  background: var(--color-black);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  border: none;
  box-shadow: none;
}

.shop-box-style-1 .action-items li button:hover {
  background-color: var(--color-primary);
  color: var(--color-black);
}

.alert a {
  color: #000;
  font-weight: 700;
}

.table-transparent {
  background: transparent !important;
  color: #fff;
}

.table.table-transparent > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: #fff;
  background-color: transparent;
  border-bottom-width: 0;
  box-shadow: none;
}

table.review-list td {
  padding: 0 !important;
}

.review-list .rating {
  margin-bottom: 0;
  font-size: 0.8125rem;
  justify-content: end;
  padding-right: 20px;
}

.review-list .rating li {
  margin-right: 5px;
}

.review-list .rating li i.checked {
  color: #f5c415;
}

.review-list .rating li:last-child {
  margin-right: 0;
}

.review-list .rating .rating-count {
  color: #8d8d8d;
}

.review-items-box {
  border-top: 1px solid #c7c7c78f;
  padding: 20px 0 10px 0;
  margin-top: 20px;
}

.single-shop-tab .review-list p.review-name {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.single-shop-tab .review-list p.review-date {
  margin-bottom: 6px;
  font-size: 13px;
  margin-top: 5px;
  color: #e2e2e2;
}

.single-shop-tab .review-list p.review-text {
  margin-bottom: 10px;
}

.review-box h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}

.review-summary-box .summary-ratings {
  padding: 30px;
}

.summary-product-rating {
  font-size: 50px;
}

.stars i {
  font-size: 18px;
  color: #ffec01;
}

.summary-rating-text {
  margin-top: 10px;
}

.input-rating {
  display: flex;
  direction: row-reverse;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 8px;
}

.input-rating input {
  display: none;
}

.input-rating label {
  cursor: pointer;
  font-size: 24px;
  color: gray;
}

.input-rating input:checked ~ label {
  color: gold;
}

.review-warning {
  padding: 30px 0;
  text-align: center;
}

.cart-page-table {
  padding-bottom: 150px;
}

.cart-page-table table {
  margin-bottom: 50px;
}

.cart-page-table table td {
  background-color: transparent;
  color: #fff;
  padding: 20px 0;
  border-color: var(--color-primary);
}

.cart-page-table table td img {
  max-width: 120px;
}

.cart-page-table table tfoot td {
  padding: 10px 20px;
  border: none;
}

.cart-page-table table tfoot tr {
  border: none;
}

.cart-page-table table tfoot tr:first-child td {
  padding-top: 20px;
}

.cart-page-table table tfoot td {
  padding-top: 0px;
}

.cart-page-table table tfoot tr:last-child td {
  padding: 20px 20px;
  font-size: 20px;
  font-weight: 700;
}

.cart-page-table .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
  border-radius: 2px;
}

.cart-page-table .form-control {
  color: #fff;
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.cart-page-table ::placeholder {
  color: #fff;
  opacity: 1;
}

.cart-page-table .coupon-box .form-control {
  color: #fff;
  padding: 10px 20px;
}

.cart-page-table .coupon-box .btn-primary {
  padding: 10px 20px;
}

.cart-page-table .bottom-buttons .btn {
  padding: 10px 20px;
  border-radius: 2px;
}

.section-checkout {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section-checkout .form-control {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: 1 solid #fff;
  border-radius: 2px;
}

.section-checkout .form-select {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: 1 solid #fff;
  border-radius: 2px;
}

.section-checkout ::placeholder {
  color: #fff;
  opacity: 0.7;
}

.section-checkout .form-select option {
  color: #000;
  background-color: #fff;
}

.account-inner-section .form-select option {
  color: #000;
  background-color: #fff;
}

.section-checkout .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
  border-radius: 2px;
}

.section-checkout table td {
  background-color: transparent;
  color: #fff;
  padding: 5px 10px;
  border: none;
}

.section-checkout table {
  padding-top: 50px;
}

.section-checkout legend {
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 20px;
}

li.login-menu {
  padding-right: 40px;
  font-weight: 500;
  text-transform: uppercase;
}

.iti {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #000;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.input-group .intl-tel-input .form-control {
  border-top-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
}

.account-inner-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.account-bottom-margin {
  margin-bottom: 100px !important;
}

.account-menu-item {
  padding: 20px 20px;
  background: #000;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 200px;
  border: 1px solid #ffec01;
  margin-bottom: 20px;
}

.account-menu-items a {
  width: 100%;
}

.account-menu-item:hover {
  background: #ffec01;
}

.account-menu-item a {
  color: #fff;
}

.account-menu-item i {
  color: #ffec01;
  font-size: 40px;
  margin-bottom: 30px;
  display: block;
}

.account-menu-item:hover a {
  color: #000;
}

.account-menu-item:hover i {
  color: #000;
}

.account-inner-section .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--color-primary);
  --bs-btn-border-color: var(--color-primary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--color-primary);
  --bs-btn-hover-border-color: var(--color-primary);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--color-primary);
  --bs-btn-active-border-color: var(--color-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--color-primary);
  --bs-btn-disabled-border-color: var(--color-primary);
  border-radius: 2px;
}

.account-inner-section .btn-secondary {
  --bs-btn-color: #ffec01;
  --bs-btn-bg: #27282a;
  --bs-btn-border-color: #27282a;
  --bs-btn-hover-color: #ffec01;
  --bs-btn-hover-bg: #27282a;
  --bs-btn-hover-border-color: #27282a;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #ffec01;
  --bs-btn-active-bg: #27282a;
  --bs-btn-active-border-color: #27282a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffec01;
  --bs-btn-disabled-bg: #27282a;
  --bs-btn-disabled-border-color: #27282a;
  border-radius: 2px;
  min-width: 100px;
}

.account-inner-section .form-control {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
}

.account-inner-section .form-control:focus {
  border: 1px solid #ffec01;
  outline: #ffec01;
}

.account-inner-section .form-control.disabled {
  opacity: 0.5;
}

.account-inner-section .form-select {
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: 1 solid #fff;
  border-radius: 2px;
}

.account-inner-section ::placeholder {
  color: #fff;
  opacity: 0.7;
}

.account-inner-section .form-check-input:checked {
  background-color: #ffec01;
  border-color: #ffec01;
}

.account-inner-section .table > :not(caption) > * > * {
  color: #fff;
  background-color: transparent;
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px
    var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.btn-danger {
  border-radius: 2px;
}

.account-inner-section .table img {
  max-width: 100px;
}

.banner-thumnail-area-3 .post-sm.white-style .post-img {
  border-radius: 0px;
}

.banner-section-style-3 .banner-thumnail-area-3 {
  padding: 30px;
}

.match-item {
  width: 100%;
  padding: 20px 10%;
  margin: auto;
  margin-bottom: 40px;
  border-bottom: 1px dashed #ffec01;
}

.match-item:last-child {
  border: none !important;
}

.match-left,
.match-right {
  min-width: 200px;
  max-width: 100%;
}

.match-team-subtitle {
  font-size: 12px;
  color: rgb(255 255 255 / 89%);
}

.match-team-title {
  font-size: 15px;
  color: #fff;
}

.match-item .sp-event-results {
  font-size: 20px;
  color: #fff;
}

.match-item .sp-event-league {
  font-size: 13px;
  font-weight: 400;
  color: rgb(255 255 255 / 70%);
  margin-top: 20px;
}

.match-menu {
  background: #333;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.8);
  margin-bottom: 40px;
}

.match-menu ul > li > a {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.match-menu ul > li > a:hover {
  color: var(--color-primary);
}

.match-menu ul > li > a.active {
  color: var(--color-primary);
}

[dir="rtl"] .logo-area {
  position: absolute;
  left: initial;
  right: 0;
  top: -20px;
}

[dir="rtl"] .sticky .logo-area {
  top: 5px;
  width: 60px;
  height: 60px;
}

.point-table-widget {
  border-radius: 5px;
  width: 100%;
  float: left;

  border: none;
  overflow: hidden;
}

.point-table-widget table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
}

.point-table-widget table thead {
  background: #ffed00;
}

.point-table-widget table thead tr th {
  line-height: 46px;
  padding: 0 10px;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

.point-table-widget table tbody tr:last-child {
  border: 0px;
}

.point-table-widget table tbody tr {
  border-bottom: 1px solid #e1e1e1;
  background: #fafafa;
}

.point-table-widget table tbody tr td {
  padding: 5px 10px 5px;
  font-size: 14px;
  color: #fff;
  background: #000;
}

.point-table-widget table tbody tr td img {
  margin-right: 5px;
  width: 28px;
}

.point-table-widget table tbody tr:nth-child(even) {
  background-color: transparent;
}

.point-table-widget table tbody tr:hover {
  background-color: transparent;
}

.btn-social-fb {
  background: #1877f2;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 5px;
}

.btn-social-google {
  background: #db4437;
  color: #fff;
  padding: 10px 20px;
  margin: 10px 5px;
}

.btn-social-google span,
.btn-social-fb span {
  margin-left: 10px;
}

.logo-area {
  z-index: 999;
}

.toast-container {
  --bs-toast-zindex: 99999;
  pointer-events: initial;
  z-index: 99999;
}

.footer.footer-style-4 {
}

a.feed-powered-by-es.feed-powered-by-es-slider-new {
  display: none !important;
}

.instgram-container .es-widget-header-details-title {
  color: #fff !important;
}

.img-100,
.post-img .img-100,
.post-img img.img-100 {
  width: 100%;
}

.category-item {
  padding: 20px;
  text-align: center;
}

.category-img {
  width: 100%;
  border-radius: 50%;
  border: 1px solid #ccc;
  padding: 1px;
}

.category-img img {
  width: 100%;
  border-radius: 50%;
}

.category-item h3 {
  font-size: 1rem;
  margin-top: 20px;
  font-weight: 600;
}

.match-filter .match-filter-item {
  margin-right: 10px;
}

.match-filter .form-select {
  --bs-form-select-bg-img: initial;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background: transparent;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: 0;
}

.page-banner-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-banner-section .page-banner-image {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-banner-section .page-banner-news {
  max-height: 1200px;
  margin-top: 120px;
}

.page-banner-section .page-banner-sport {
  max-height: 1200px;
  margin-top: 120px;
}

.page-banner-section .page-banner-stadium {
  max-height: 1200px;
}

.page-banner-section .page-banner-image img {
  width: 100%;
}

.summary-box-dec {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 10px 0;
}

.social-item svg {
  width: 18px;
  color: #ffec01;
  fill: #ffec01;
}

.social-item:hover svg {
  color: #000;
  fill: #000;
  -webkit-animation: toBottomFromTop 0.5s forwards;
  animation: toBottomFromTop 0.5s forwards;
}

.rtl .section-header:before {
  margin-left: 20px;
  margin-right: 0;
}

.rtl .section-header:after {
  margin-left: 0;
  margin-right: 20px;
}

.rtl .ms-3 {
  margin-left: 0 !important;
  margin-right: 1rem !important;
}

.rtl .border-black-right-5 {
  border-right: 0px solid #000;
  border-left: 5px solid #000;
}

.map-section-style-1 {
  z-index: 9999;
  position: relative;
}

.checkout-register-box {
  padding: 5px 0;
}

.checkout-title {
  margin: 10px 0 20px 0;
}

.checkout-title h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.login-link a {
  color: #dabeb6;
}

.checkout-register-box fieldset {
  padding: 10px 0;
  border: none;
}

.checkout-register-box input:not([type="checkbox"]):not([type="radio"]),
.checkout-register-box textarea,
.checkout-register-box select {
  display: block;
  width: 100%;
  padding: 10px 20px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  border-radius: 5px;
}

.checkout-register-box fieldset legend {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0;
  text-transform: capitalize;
  background-color: transparent;
}

.checkout-box {
  padding: 20px 30px;
}

.checkout-box.no-padding {
  padding: 20px 0;
}

.checkout-box fieldset {
  padding: 10px;
  border: none;
}

.checkout-box .input-group input {
  font-size: 1rem;
  font-weight: 400;
  display: initial;
  width: initial;
  padding: 10px 20px;
}

.checkout-box .input-group .btn {
  min-width: 100px;
}

.checkout-box .btn-secondary {
}

.checkout-box textarea.form-control {
  min-height: 50px;
  height: 100px;
}

.summary-product-image {
  max-width: 100px;
  margin-top: 10px;
}

.table-summary {
  margin-bottom: 30px;
}

.summary-product-name {
  font-size: 20px;
  font-weight: 600;
}

.table-summary .table > :not(caption) > * > * {
  background: transparent;
  border: none;
}

.summary-total {
  font-size: 18px;
  font-weight: 500;
}

.checkout-total-box {
  padding: 20px 30px;
}

.checkout-total-box h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}

.checkout-total-box .table > :not(caption) > * > * {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 10px 0;
}

.checkout-total-box .table tbody tr:last-child td {
  font-size: 20px;
  font-weight: 500;
  padding: 10px 0 10px 0;
}

.shop-box-style-1 .content-box .title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  min-height: 40px;
}

.shop-box-style-1 .content-box .title a {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 20px;
  min-height: 40px;
}

.mob-cart-icon {
  display: none;
}

.alert {
  border: none;
  border-radius: 0;
  font-weight: 400;
  font-size: 15px;
}

.alert a {
  color: #000;
  font-weight: 500;
}

.alert-dismissible .btn-close {
  padding: 1.25rem 1rem;
  color: #000;
  opacity: 1;
}

.rtl .player-name-col .jersy-no {
  margin-left: 20px;
}

.rtl .rt-filter-dropdwon .rt-filter-btn::after {
  margin-right: 10px;
}

.rtl .rt-breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
  padding-left: 8px;
  float: right;
  content: "\f053";
}

.rtl .rt-breadcrumb-wrap .breadcrumb .breadcrumb-item {
  padding-right: 8px;
}

.rtl .contact-form-style-1 .form-group .rt-form-control {
  text-align: right;
}

.contact-form-style-1 .captcha-box .form-group label {
  color: #fff;
  font-weight: normal;
}

.rt-btn-cart {
  position: relative;
}

.top-cart-count {
  height: 20px;
  position: absolute;
  padding: 0;
  background: #2c702f;
  width: 20px;
  line-height: 20px;
  font-weight: normal;
  top: -10px;
  right: -7px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}

.btn-outline-primary {
  --bs-btn-color: #ffec01;
  --bs-btn-border-color: #ffec01;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffec01;
  --bs-btn-hover-border-color: #ffec01;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffec01;
  --bs-btn-active-border-color: #ffec01;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffec01;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffec01;
  --bs-gradient: none;
}

.single-product-description .form-check {
  display: inline-block;
  min-height: 1.5rem;
  padding-left: 0;
  padding-right: 10px;
  margin-bottom: 0.125rem;
}

.zoomContainer {
  z-index: 9999;
}

.match-live-links {
  display: flex;
  gap: 20px;
  text-align: center;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.match-live-links a {
  font-size: 15px;
}

.btn-menu-small {
  font-size: 12px;
  border: none;
  line-height: 30px;
  height: 30px;
  background: #000;
  color: #fff;
  padding: 10px 10px;
  margin-right: 20px;
  font-weight: 400;
}

.form-check.customize-check .form-check-input {
  margin-left: 0;
  margin-right: 10px;
}

.form-check.customize-check .form-check-input:checked {
  background-color: #ffec01;
  border-color: #ffec01;
  --bs-form-check-bg-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='black' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.banner.banner-style-7 {
  margin-top: 120px;
  padding-top: 0;
}

.customize-input .form-control::placeholder {
  color: #fff;
}

.eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.copyright-text {
  color: #cccccc;
  z-index: 9999;
}

.information-content h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 20px;
}

.information-content h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 20px;
}
.information-content p {
  font-size: 13px;
  line-height: 18px;
}

.information-content p strong {
  font-size: 13px;
  font-weight: 500;
}

/*  Arabic Start Here */

.rtl .contact-list-style-1 .list-item .list-icon {
  margin-right: 0;
  margin-left: 15px;
}

.rtl .contact-footer-section .contact-list-style-1 .list-item {
  border-left: 0px solid var(--color-primary);
  border-right: 1px solid var(--color-primary);
}

.rtl .contact-footer-section .contact-list-style-1 .list-item:first-child {
  border-left: 0px solid var(--color-primary);
  border-right: 0px solid var(--color-primary);
}

.rtl .content-single-wrapper .single-product-description .action-area li {
  margin-right: 8px;
  margin-left: 8px;
}

.rtl .cart-page-table table tbody td {
  padding: 20px 10px;
}

.rtl .pe-2 {
  padding-right: 0rem !important;
  padding-left: 0.5rem !important;
}

.rtl .coupon-box .text-start,
.rtl .checkout-register-box .text-start {
  text-align: right !important;
}

.rtl .single-shop-tab .tab-nav-list .nav-item {
  margin-right: 10px;
  margin-left: 30px;
}

.rtl .slider-navigation.style-2 .slider-btn.btn-next {
  float: right;
}

.rtl .g-recaptcha {
  margin-top: 20px;
}

.rtl .end-0 {
  right: initial !important;
  left: 0 !important;
}

@media all and (max-width: 1024px) {
  .rt-main-post-single h5 {
    margin: 10px 0 10px 0;
    font-size: 15px;
  }

  .match-filter .form-select {
    padding: 5px 5px;
    font-size: 11px;
  }

  .section-news-list h4 {
    font-size: 15px;
  }

  .breadcrumb-banner .breadcrumb {
    padding: 0 5px;
  }

  .breadcrumb-banner .breadcrumb .breadcrumb-item a {
    font-size: 9px;
    line-height: 15px;
  }

  .breadcrumb-banner .breadcrumb .breadcrumb-item::before {
    font-size: 10px;
    line-height: 15px;
    margin-top: 5px;
  }

  .rt-post-overlay.rt-post-overlay-md.layout-youtube {
    margin-bottom: 20px;
    max-height: 180px;
    overflow: hidden;
  }

  .page-top-banner {
    max-height: 250px;
  }

  .top-cart-count {
    height: 25px;
    position: absolute;
    padding: 0;
    background: #2c702f;
    width: 25px;
    line-height: 25px;
    font-weight: normal;
    top: -10px;
    right: -7px;
    text-align: center;
    color: #fff;
    border-radius: 13px;
    font-size: 15px;
  }

  .top-live-link a {
    margin-right: 5px;
    font-size: 13px;
  }

  .rtl .mob-cart-icon .rt-btn-cart {
    margin-right: 20px;
    margin-left: 20px;
  }

  .page-banner-section .page-banner-news {
    margin-top: 0;
  }

  .banner.banner-style-7 {
    padding-top: 0px;
    margin-top: 0;
  }
}
