/*
Theme Name: HoanVu
Theme URI: https://hoanvu.vn/
Author: Ai Design
Author URI: https://hoanvu.vn/
Version: 0.0.4.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
html{
  overflow-x: hidden
}
:root {
  --primary: rgb(4 84 51);
  --main: #045433;
  --black-body-text: #f0f0f0;
  --black-subtitle: #787c81;
  --bs-primary-rgb: #ec5c0c;
  --primary-color: #ff5b00;
  --black-dark: #1b1a1c;
  --pink-2: #540196;
  --bs-dark-rgb: #1b1a1c;
  --purple-pastel: #e7dcff;
  --black-dark: #1b1a1c;
  --purple-main: #540196;
  --bs-link-color: #99b8f3;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #000;
}
h1,
h2,
h3,
h4,
h5 {
  color: #0d151a;
  font-family: "Open Sans", sans-serif;
}
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1300px;
}
.h1,
h1,
h1.entry-title {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.5em;
}
#top-bar {
  background: var(--primary);
}
img {
  width: 100%;
}
.gt_float_switcher img {
  width: 24px !important;
}
span.gt-lang-code {
  font-size: 13px !important;
  font-weight: 500;
  top: 0px !important;
}
.gt_float_switcher {
  border-radius: 16px !important;
  margin-top: 5px
}
.gt-current-lang {
  padding: 2px 10px !important;
  width: max-content;
  border-radius: 16px;
  /* margin-top: 28px; */
}
.title-footer h4 {
  color: #fff;
  font-weight: 500;
  font-size: 1.3em;
  /* padding-bottom: 0px; */
  margin-bottom: 30px;
  display: inline-block;
}
.title-footer h4:before,
.title-footer h4:after {
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #e81f3e;
  width: 40px;
  height: 2px;
  content: "";
}
.title-footer h4:after {
  width: 30px;
  bottom: 10px;
}
.entry-summary .price {
  font-size: 1.25em;
  font-weight: 200;
}
strong,
b {
  font-weight: 600;
}
p {
  line-height: 1.8em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.flex {
  display: flex;
}
.match-wrapper{
  background: url('./images/ket-qua.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
}
.player-home .premium-blog-content-wrapper {
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.player-home .premium-blog-post-container:hover .premium-blog-content-wrapper,
.player-home .premium-blog-post-container:hover:after{
 opacity: 1
}
.player-home .premium-blog-post-container:after{
 content: "";
  background-image: linear-gradient(
    0deg,
    rgba(4, 84, 51, 1),
    rgba(4, 84, 51, 0.5) 20%,
    rgba(4, 84, 51, 0.2) 45%,
    rgba(25, 24, 51, 0) 60%,
    rgba(25, 24, 51, 0)
  );
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  top: 0; 
  opacity:0;
  transition: opacity 0.3s, visibility 0.3s;
}
.match-wrapper:after{
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(4, 84, 51, 1),
    rgba(4, 84, 51, 0.5) 50%,
    rgba(4, 84, 51, 0.2) 75%,
    rgba(25, 24, 51, 0) 90%,
    rgba(25, 24, 51, 0)
  );
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  top: 0;
}
.match-wrapper .result-block{
  margin-top: 2em;
  background: rgb(4, 84, 51);
  background: linear-gradient(
    0deg,
    rgba(4, 84, 51, 1) 0%,
    rgba(140, 199, 0, 1) 100%
  );
  height: unset;
  color: #fff;
  font-size: 1.5em;
  padding: .5em 1em;
  border-radius: 10px;
}
.premium-woo-product-onsale{
  background: var(--primary) !important;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  /* line-height: 2rem !important; */
  padding: 0px !important;
  margin: 0px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.match-wrapper .result-block span{
  color: #fff
}
.match-wrapper .post-content{
  z-index: 9
}
.match-wrapper .match-info ul{
  text-align: left;
  list-style: none;
  font-size:.8em;
  margin-top: 1em;
  padding-left: 0px;
}
.match-wrapper .match-details .club-wrap h4{
  color: #fff;
  font-size: 1.3em;
}
.yellow{
  color: yellow
}
.red{
  color: red
}
.match-details .flex {
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.buy-wrap,
.match-details .block {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.match-details .league-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #e81f3e;
}
.buy-ticket {
  background: #e81f3e;
  color: #fff;
  padding: 10px 20px;
  margin-top: 2em;
  display: inline-block;
  border-radius: 10px;
}
.buy-ticket:hover {
  background: #111;
}
.match-details {
  padding: 20px 15px;
}
.match-details .home-staium {
  color: var(--primary);
  font-weight: 600;
}
.mvs .vs {
  background: #f0f0f0;
  border: 1px solid #e1e1e1;
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border-radius: 15px;
  color: #e81f3e;
  margin: 5px 0 5px;
}
.club-wrap {
  text-align: center;
  width: 40%;
  padding: 5px;
}
.club-wrap h4 {
  text-align: center;
  font-size: 1em;
  margin-top: 10px;
  font-weight: 600;
}
.club-wrap img {
  max-width: 6em;
}
.next-match {
  border: 1px solid #ddd;
  /* padding: 20px 15px; */
  border-radius: 10px;
  overflow: hidden;
}
.next-match h3 {
  text-align: center;
  background: var(--primary);
  color: #fff;
  font-size: 1em;
  padding: 7px 20px;
}
.match-info-wrap {
  margin-top: 1em;
}
.link-detail,
.buy-ticket-page a{
   background: rgb(4, 84, 51);
  background: linear-gradient(
    90deg,
    rgba(4, 84, 51, 1) 0%,
    rgba(140, 199, 0, 1) 100%
  );
  color: #fff;
  padding: 5px 20px;
  border-radius: 5px
}
.more-match .match-details {
  border-radius: 5px;
  background: rgb(53, 61, 84);
  background: -moz-linear-gradient(
    top,
    rgba(53, 61, 84, 1) 0%,
    rgba(23, 30, 54, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(53, 61, 84, 1) 0%,
    rgba(23, 30, 54, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(53, 61, 84, 1) 0%,
    rgba(23, 30, 54, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353d54', endColorstr='#171e36', GradientType=0 );
  margin: 0 0 12px;
  color: #fff;
  text-align: center;
  padding: 0px;
}
.more-match .club-wrap h4 {
  color: #fff;
  font-size: 0.9em;
}
.bottom-action {
  list-style: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.bottom-action .action-block {
  font-size: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  width: 50%;
  color: #7c859a;
  padding: 5px;
}
.action-block i {
  margin-right: 0.5em;
}
.bottom-action .action-block a {
  color: #7c859a;
}
.more-match .club-wrap img {
  max-width: 3em;
}
.more-match .mvs {
  font-size: 0.9em;
}
.more-match .match-details .flex:not(.bottom-action) {
  padding: 5px;
}
.vleague-standings {
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0;
}

.vleague-standings th,
.vleague-standings td {
  padding: 5.75px;
  text-align: left;
  font-size: 0.9em;
}
.premium-cf7-container .wpcf7-form{
  width: 100%;
  display: block;
}
textarea.form-control {
    max-height: 6em !important;
}
.premium-cf7-container input.wpcf7-submit{
  background: var(--primary);
  padding: 5px 0;
    border: 0px;
  display: inline-block;
  font-weight: 400
}
.vleague-standings th {
  background-color: var(--primary);
  color: #fff;
  font-weight: 500;

}
.vleague-standings .logo-team {
  width: 2em;
  margin-right: 5px;
}
.vleague-standings table thead th {
  background: #e81f3e !important;
}
.vleague-standings tbody tr {
  border-bottom: 1px solid #e1e1e1;
  background: #fafafa;
  transition: all ease-in-out 0.5s;
  -webkit-transition: all ease-in-out 0.5s;
}
table.vleague-standings tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
.standing-wrap {
  border-radius: 5px;
  width: 100%;
  float: left;
  border: 1px solid #e1e1e1;
  overflow: hidden;
}
table.vleague-standings tbody tr:hover {
  background-color: #ddd;
}
.item-wrap {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
.avatar-thumbnail,
.grid-thumbnail {
  height: 12rem; /* Fixed height for the thumbnail */
  background-size: cover; /* Ensures the image covers the container */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  width: 100%; /* Full width for the container */
  overflow: hidden; /* Ensures the content stays within the container */
}
.avatar-thumbnail:hover,
.grid-thumbnail:hover {
  transform: scale(1.05); /* Slightly scale up on hover */
  transition: transform 0.3s ease-in-out;
}
.avatar-thumbnail {
  height: 100%;
}
.card-body {
  padding: 10px 15px;
}
.eael-grid-post-link,
.card-body h3 a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.share-icon .sticky-icon {
  top: 10em;
}
.share-buttons {
  display: flex;
  flex-direction: column;
}
.share-buttons button {
  background: 0 0;
  border: 1px solid var(--primary);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-bottom: 1em;
}
.share-buttons button path {
  fill: var(--primary);
}
.share-icon {
  left: -3em;
}
.vertical-post .eael-grid-post-holder-inner {
  display: flex;
}
.vertical-post .eael-entry-media {
  width: 48%;
  display: flex;
}
.vertical-post .eael-entry-wrapper {
  width: 52%;
}
.block-title h2:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(./images/titlelines.png) no-repeat;
  width: 10px;
  height: 37px;
  content: "";
}
.block-title h2 {
  position: relative;
  padding: 0 0 0 22px;
}
.eael-grid-post-link {
  font-weight: 600 !important;
}
.second-menu a {
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
}
.second-menu a:hover {
  background: #111;
  color: #fff;
}
.action {
  align-items: center;
}
.home-product h2 {
  line-height: 1.5em !important;
  margin: 25px 0 5px !important;
}
.home-product .eael-product-grid .woocommerce ul.products li.product a img {
  max-height: 320px;
  width: 100%;
}
.products .product {
  transition: box-shadow 0.3s ease-in-out;
  border-radius: 5px;
  overflow: hidden;
}
.products .product:hover {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important ;
}
[datetime] {
  font-size: 0.8em;
}
.doi-hinh-post .doi-hinh-wrap {
  background: #fff;
  margin: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cau-thu-info {
  padding: 15px 20px;
  /* background: var(--primary); */
  text-align: center;
}
.cau-thu-info h4 {
  color: var(--primary);
  font-weight: 500;
  font-size: 1.25em;
}

.cau-thu-info ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  color: #edf1eb !important;
}
.so-ao-wrap {
  position: absolute;
  position: absolute;
  top: 10px;
  overflow: hidden;
  left: 10px;
}
.so-ao-wrap span {
  display: block;
  width: 1.5em;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: var(--primary);
}
.tabs-doi-hinh .elementor-tabs-wrapper {
  border-bottom: 1px solid #ddd;
}
.tabs-doi-hinh .elementor-tabs-wrapper .elementor-tab-title {
  font-size: 1em;
  font-weight: 500;
  padding: 15px 20px;
}
.tabs-doi-hinh .elementor-tabs-wrapper .elementor-tab-title:after {
  background: #fbb700;
  bottom: 0 !important;
  content: "";
  height: 3px !important;
  width: 100px;
  position: absolute;
  top: auto;
  width: 100% !important;
  left: 0 !important;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
.tabs-doi-hinh .elementor-tabs-wrapper .elementor-tab-title:hover:after,
.tabs-doi-hinh
  .elementor-tabs-wrapper
  .elementor-tab-title.elementor-active:after {
  transform: scale(1);
}
.noi-bat-doi-hinh-posts {
  margin-bottom: 1.5em;
}
.image-home .premium-blog-thumbnail-container:before,
.video-home .premium-blog-thumbnail-container:before {
  content: "";
  background-image: linear-gradient(
    0deg,
    rgba(25, 24, 51, 0.9),
    rgba(25, 24, 51, 0.5) 25%,
    rgba(25, 24, 51, 0.2) 35%,
    rgba(25, 24, 51, 0) 47%,
    rgba(25, 24, 51, 0)
  );
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.premium-blog-post-container .premium-blog-content-wrapper{
  background:#fff
}
.video-home .premium-blog-post-container {
  transform: scale(0.99);
  transition: transform 0.5s;
  border-radius: 1rem !important;
  overflow: hidden;
}
.elementor-widget-container .premium-blog-wrap .slick-arrow{
  border-radius: 100%;
  border: 1px solid #ddd
}
.video-home .premium-blog-post-container:hover {
  cursor: pointer;
  transform: scale(1.09) translateY(0.5rem);
}
.image-home .premium-blog-post-container:hover:after,
.video-home .premium-blog-post-container:hover:after {
  opacity: 1;
}
.image-home .premium-blog-post-container:after,
.video-home .premium-blog-post-container:after {
  transition: opacity 0.3s, visibility 0.3s;
  opacity: 0;
  background: url("./images/play.png");
  content: "";
  width: 3em;
  height: 3em;
  /* display: block; */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}
.image-home .premium-blog-post-container:after{
  background: url("./images/image.png");
  background-size: contain;
}
.premium-blog-entry-title a {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.blog-box-home .premium-blog-post-outer-container:hover  .premium-blog-thumbnail-container img {
    height: 11em;
    object-fit: cover;
}

/* CSS Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.8s ease, transform 0.8s ease;
  opacity: 1;
  transform: scale(1); /* Normal size */
}

#preloader.expand-out {
  opacity: 0;
  transform: scale(1.2); /* Expand slightly */
}
body.no-scroll {
  overflow: hidden;
}

#preloader img {
  width: 150px;
  height: auto;
}
.cat-match-detail {
  border-bottom: 0.1rem solid #efefef;
  padding: 15px;
  position: relative;
  /* max-width: 1100px; */
  margin: 0 auto;
}
.cat-match-detail .club-wrap img {
  width: 5em;
}
.cat-match-detail:hover {
  transform: scale(1.02);
  box-shadow: 0 0.4rem 0.5rem 0 rgba(0, 0, 0, 0.15);
  border-left: 5px solid
    linear-gradient(0deg, rgba(4, 84, 51, 1) 0%, rgba(140, 199, 0, 1) 100%);
}
.cat-match-detail:before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgb(4, 84, 51);
  background: linear-gradient(
    0deg,
    rgba(4, 84, 51, 1) 0%,
    rgba(140, 199, 0, 1) 100%
  );
  transition: width 0.2s ease;
}

.cat-match-detail:hover:before {
  width: 0.4rem;
  left: -0.4rem;
}
.cat-matchinfo .time-match {
  font-weight: 600;
}
.cat-matchinfo .home-stadium {
  color: var(--primary);
}
.league-logo {
  max-width: 3em;
  margin: 0 auto;
}
.cat-match-detail .club-wrap h4 {
  text-align: right;
}
.result-block {
  width: 10rem;
  text-align: center;
}
.result-block .result-number {
  font-size: 1.2em;
  font-weight: 600;
  padding: 0.25em;
  color: var(--primary);
}
.cat-match-detail .club-wrap {
  width: 100%;
  margin-top: 10px;
}
.cat-match-detail .club-wrap.club-away h4 {
  text-align: left;
}
.player-wrap .title-post{
  color:#fff
}
.player-wrap{
  color:#EDF1EB
}
.item-wrap:hover,
.player-wrap .featured-image img{
  border-radius: 10px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.player-wrap,
.main-video {
  background: rgb(4, 84, 51);
  background: linear-gradient(
    180deg,
    rgba(4, 84, 51, 1) 0%,
    rgba(140, 199, 0, 1) 100%
  );
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  padding: 2em;
}
.video-block {
  position: relative;
  width: 80%; /* Set the width to 80% */
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
  /* background-color: #000; */ /* Optional: background color for the container */
  margin: 0 auto;
}

.video-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.elementor-image-gallery #gallery-1 img {
    border: 0px solid #cfcfcf;
}
.elementor-lightbox .elementor-lightbox-image {
    box-shadow: unset !important;
    border-radius: 0px;
}

/* Old Css*/
#main-header {
  height: 90px;
}
.navbar-brand {
  width: 200px;
  display: flex;
}
.site-logo img {
  width: 80px;
  display: inline-block;
}

.woocommerce table.shop_table td {
  align-items: center;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #f5f6f7;
  border: 0px;
}
a.nav-link:hover,
.dropdown-menu a.dropdown-item:hover {
  color: var(--primary-color);
  border: 0px;
}
.mega-menu .dropdown-menu .menu-item span {
  display: block;
  /* font-size: 1.1em; */
  white-space: break-spaces;
}
.mega-menu .dropdown-menu .menu-item .menu-description {
  color: #5e636e;
  font-size: 13px;
}
.mega-menu .dropdown-menu .menu-item img {
  width: 40px;
  margin-right: 1em;
}
#main-bar {
  transition: all 0.3s ease-in-out;
}
#main-bar.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #ffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  /* bottom: 0; */
}

@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}


/* Menu  */
#hamburger {
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.bar {
  display: block;
  border-radius: 4px;
  width: 100%;
  height: 10%;
  margin-top: 5px;
  background: #111;
  transition: 0.25s;
  -webkit-transition: 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bar_1.bar {
  width: 70%;
  margin-right: 0;
  margin-left: auto;
}
.bar_2.bar {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

/* Side Bar Search  */
#screen-side.show {
  background-color: #5d6b84;
  bottom: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.9;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.sidebar-menu.show {
  left: 0;
  opacity: 1;
}
.wrapper {
  display: block;
  height: 100%;
}
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: white;
  transition: left 0.3s ease;
  z-index: 999999;
  display: block;
  opacity: 0;
  /* bottom: 0; */
  overflow-y: auto;
}
.open-btn,
.close-btn {
  cursor: pointer;
  background: #ffff;
  color: #111;
  border: none;
  border-radius: 50%;
  transition: border-color 0.2s ease-out, box-shadow 0.2s ease-out,
    transform 0.2s ease-out;
  height: 48px;
  width: 48px;
  margin: 0;
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 2;
}
.open-btn,
.close-btn:hover {
  box-shadow: 0px 2px 4px 0px #5d6b842e, 0px 8px 8px 0px #5d6b8426,
    0px 17px 10px 0px #5d6b8417, 0px 31px 12px 0px #5d6b8408;
  transform: translateY(-2px);
}
.sidebar-menu .wrapper {
  display: block;
  height: 100%;
  /* text-align: center; */
  position: relative;
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  top: 30px;
  margin: 5px 20px;
}
.sidebar-menu .navbar-nav {
  margin-bottom: 2em;
}
/* General menu styling */
#sidebar-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar-menu .menu-item {
  /* margin: 0; */
  /* padding: 0; */
}
#sidebar-menu .menu-item-has-children > a:after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#sidebar-menu .menu-item a {
  display: block;
  padding: 5px 0px;
  text-decoration: none;
  color: #333;
}

#sidebar-menu .menu-item a:hover,
#sidebar-menu .menu-item a:focus,
#sidebar-menu .menu-item.current-menu-item a {
  /* background-color: #f0f0f0; */
  color: #000;
}

/* Sub-menu styling */
#sidebar-menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none; /* Hide sub-menu by default */
}

#sidebar-menu .sub-menu .menu-item a {
  padding-left: 20px; /* Indent sub-menu items */
}

#sidebar-menu .menu-item-has-children.active .sub-menu {
  display: block; /* Show sub-menu when the parent has an 'active' class */
  background-color: #f0f0f0;
  border-radius: 5px;
}
/* Top Bar  */
#top-bar a {
  font-size: 0.85em;
}
.navbar {
  position: relative;
}
.mega-menu.navbar-nav .dropdown-menu {
  min-width: 15em;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), 0px 2px 16px rgba(0, 0, 0, 0.08);
  border: 0px;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -12px, 0);
}
.dropdown:hover .dropdown-menu {
  opacity: 1;
  display: block;
  margin-top: 0;
  visibility: visible;
  transform: translateZ(0);
  transition: all 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
}
.mega-menu .dropdown-menu a.dropdown-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 7px 20px;
  font-size: 1.1em;
  position: relative;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #f5f6f7;
  border: 0px;
}
a.nav-link:hover,
.dropdown-menu a.dropdown-item:hover {
  color: #111;
  border: 0px;
}
.mega-menu .dropdown-menu .menu-item span {
  display: block;
  white-space: break-spaces;
}
.mega-menu .dropdown-menu .menu-item .menu-description {
  color: #5e636e;
  font-size: 13px;
}
.mega-menu .dropdown-menu .menu-item img {
  width: 40px;
  margin-right: 1em;
}
#main-bar {
  box-shadow: 0 0 1px #0003;
  background: #fff;
  display: block;
  margin: 0px;
  padding: 5px 0px;
}
#main-bar .nav-link {
  text-transform: uppercase;
  padding: 5px 15px;
  color: #333;
  position: relative;
  font-weight: 600;
}

#main-bar .menu-item > a:not(.dropdown-item) .menu-item-content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 2px solid var(--primary);
  transition: right 0.5s;
  transform: none !important;
}
#main-bar .menu-item:hover > a:not(.dropdown-item) .menu-item-content:before {
  right: 0;
}
#main-bar .nav-link:hover {
  color: var(--primary);
}
#main-bar .nav-link.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.navbar-nav.nav {
  margin: 0px 1em;
}
#content {
  margin-top: 0px;
}
.action svg {
  color: #000;
}
.action-topbar svg {
  color: #fff;
  margin-top: 5px;
}
.action-topbar .action a:first-child {
  align-content: flex-end;
  width: 100%;
}
a {
  color: #111;
  text-decoration: none;
}
.navbar-toggler {
  border: 0px;
  padding: 0px;
  margin-top: 7px;
}
.home-categories a.elementor-element {
  background: #fdf2e9;
}
.woocommerce-breadcrumb {
  font-size: 0.8em;
  color: #333;
  margin-top: 0.5em !important;
}
h2.woocommerce-loop-product__title,
.woocommerce-products-header__title {
  text-align: center;
  font-weight: 300;
}
ul.products li {
  text-align: center;
}
.woocommerce ul.products li.product .button {
  display: none !important;
}
.woocommerce .woocommerce-ordering select {
  padding: 5px 10px;
  border: 1px solid #ddd;
}

.woocommerce-product-gallery {
  display: flex;
}

.slider-for {
  width: 85%;
}

.slider-nav {
  width: 15%;
  margin-right: 10px;
}

.slider-nav .slick-slide {
  margin: 5px;
}

.slider-nav .slick-slide img {
  width: 100%;
  height: auto;
}
.single-product a.woocommerce-product-gallery__trigger,
.single-product img.zoomImg {
  display: none !important;
}
#elementor-lightbox-slideshow-single-img {
  display: none !important;
}
.slider-nav {
  position: relative; /* Ensure the nav container is positioned relatively */
  padding: 0; /* Remove any default padding */
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  position: absolute; /* Position arrows absolutely within the slider-nav */
  left: 50%; /* Center horizontally */
  transform: translateX(-50%); /* Offset by half of the arrow's width */
  z-index: 10; /* Ensure arrows are on top */
  background: none; /* Remove default background */
  border: none; /* Remove border */
  font-size: 14px !important; /* Adjust arrow size */
  cursor: pointer;
  color: #111 !important;
  /* background: #fff !important; */
  width: 100%;
  top: -10px;
}

.slider-nav .slick-prev {
  top: 0px; /* Position the up arrow at the top of slider-nav */
  bottom: 100%;
}

.slider-nav .slick-next {
  bottom: 0; /* Position the down arrow at the bottom of slider-nav */
  top: 100%;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
.slider-nav .slick-list {
  margin-top: 17px !important;
}
.slider-nav .slick-slide.slick-current.slick-active {
  border: 2px solid #111;
}
.pswp__bg {
  background: #fff;
}

.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
}
.pswp__ui--fit {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 30px;
  left: 0;
  right: 0;
  transform: translateY(0);
  transition: transform 0.25s 0.6s;
}

button.pswp__button {
  border: 1px solid #e8e8e1;
  background-color: #fff;
  color: #000;
  margin: 10px;
  border-radius: 100%;
  width: 4em;
  height: 4em;
  opacity: 1;
}
.pswp__counter {
  color: #111;
  text-shadow: unset;
}
button.pswp__button:hover {
  background-color: #fff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.action svg {
  stroke-width: 1;
}
.variable-items-wrapper {
  list-style: none;
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.variations tr {
  display: flex;
  flex-direction: column;
}
.variations .label {
  width: 100%;
}
.variations .variable-item {
  padding: 0px 15px;
  border: 1px solid #ccc;
  margin-right: 10px;
  margin-top: 7px;
}

.variations .variable-item.selected {
  border: 2px solid #111;
  background: #f5f6f7;
}
.return-to-shop a.wc-backward {
  max-width: 200px;
  margin: 0 auto;
}
.return-to-shop a.wc-backward,
.woocommerce div.product form.cart .button {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 1.2em;
  background: #fff;
  color: #111;
  border: 1px solid #111;
  border-radius: 0px;
}
.quantity .input-text,
.entry-summary .quantity {
  border: 1px solid #ddd;
}

.woocommerce .quantity .qty {
  border: 0px;
  padding: 7px;
}
.quantity button {
  border: 0px;
  width: 30px;
  background: transparent;
}
/* Hide arrows for input type number (all browsers) */
.entry-summary input[type="number"]::-webkit-inner-spin-button,
.entry-summary input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.entry-summary input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}

/* Additional styling to ensure alignment */
.entry-summary .woocommerce .quantity input.qty {
  appearance: none; /* For other browsers */
}
.tabs.wc-tabs {
  display: none;
}
#content-id {
  overflow: hidden;
  max-height: 500px;
  position: relative;
  margin-top: 15px;
}
#content-id.less-content {
  max-height: 100%;
}
.less-content #toggleButton {
  position: relative;
  justify-content: center;
  padding: 1em;
}
#text-change {
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
#text-change:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0%;
  border-bottom: 2px solid currentColor;
  transition: width 0.5s ease;
}
#text-change:hover:before {
  width: 100%;
}
#toggleButton {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 30px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  color: #111;
  /* margin-top: 100px; */
}
.realdev-readmore.realdev-expand:not(.bottom-button):before {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 200px;
  left: 0;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
  width: 100%;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
  height: 0px;
  /* position: absolute; */
  bottom: 15px;
  left: 0px;
}
.bottom-button .arrow {
  transform: rotate(180deg);
  transform: rotate(180deg);
  display: block;
}
table.variations {
  position: relative;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin-top: 15px;
}
.related.products {
  display: block;
  float: unset;
  clear: both;
}
.cart-icon {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.cart-icon .cart-count {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #111;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 18px;
  height: 18px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background: transparent;
}
.woocommerce ul.products li.product .price {
  font-size: 1em;
}
.price ins {
  text-decoration: none;
}
.woocommerce span.onsale {
  background: var(--main) !important;
  width: 3em;
  height: 3em;
  line-height: 3em;
  padding: 0px !important;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 !important;
}
.variable-item.disabled {
  color: #e8e8e1;
}
.disabled .wcboost-variation-swatches__name:after,
.variable-item.disabled .variable-item-contents:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 1px solid;
  border-color: #e8e8e1;
  transform: rotate(45deg);
}
.product .eael-product-wrap {
  overflow: hidden;
}
.product img {
  transition: transform 1s ease-in;
  overflow: hidden;
}
.product img:hover {
  transform: scale(1.05);
}
.page-cart .woocommerce {
  display: flex;
}
.page-cart {
  margin-top: 0em;
  /* gap:20px; */
  flex-wrap: wrap;
}
.page-cart .woocommerce-cart-form {
  width: 70%;
  padding-right: 30px;
}
.page-cart .cart-collaterals {
  width: 30%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
  float: unset;
}
.woocommerce table.cart td.actions .input-text {
  width: 200px;
  padding: 0.3em 1em;
  border: 1px solid #ccc;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt {
  background: #fff;
  color: #111;
  border: 1px solid;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  #respond
  input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles))
  .woocommerce
  input.button.alt:hover {
  background: var(--main);
}
.woocommerce table.cart img {
  max-width: 100px;
}
.cart_totals h2 {
  display: none;
}
.woocommerce-info {
  margin-top: 30px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top: 0px solid #111;
  padding: 0px;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
  display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 10px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 36px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px;
}
#billing_company_field,
input[name="billing_address_2"] {
  display: none;
}
.woocommerce-additional-fields {
  display: none;
}
.checkout-button {
  width: 100%;
  text-align: center;
}
.my-account .woocommerce {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.my-account .woocommerce .col2-set {
  width: 100%;
  display: flex;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  width: 50%;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: unset;
  width: 100%;
}
.my-account .col2-set .col-1 {
  width: 50%;
}
.checkout.woocommerce-checkout {
  display: flex;
}
#order_review_heading {
  display: none;
}
#order_review {
  width: 50%;
  margin-left: 30px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f5f6f7;
}
.woocommerce-form-register__submit,
.woocommerce-form-login__submit,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  background-color: #111 !important;
  color: #fff !important;
  padding: 15px !important;
  margin-top: 15px;
}
.cart_item .product-name {
  display: flex;
}
.cart_item .product-name img {
  width: 80px;
  margin-right: 15px;
}
.woocommerce_stats {
  display: flex;
  margin-top: 30px;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation {
  width: 20%;
  border-right: 1px solid #ccc;
  margin-right: 5%;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0px;
}
.woocommerce-MyAccount-navigation ul li {
  padding: 10px 0px;
}
.my-account {
  margin-top: 30px;
}
.woocommerce .col2-set .col-2 {
  margin-left: 2%;
}
.return-to-shop,
.wc-empty-cart-message,
.woocommerce-form-register__submit,
.woocommerce-form-login__submit {
  width: 100%;
}
.return-to-shop,
.wc-empty-cart-message {
  text-align: center;
}
.wpr-nav-menu-container .menu-item {
  position: relative;
}
.wpr-nav-menu-container .wpr-nav-menu > .menu-item > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  border-bottom: 2px solid black;
  transition: right 0.5s;
  transform: none !important;
}
.wpr-nav-menu-container .wpr-nav-menu > .menu-item:hover > a:after {
  right: 0;
}
.wpr-sub-mega-menu,
.sub-menu.wpr-sub-menu {
  box-shadow: 0 10px 20px #00000017;
  transform: translate3d(0, -12px, 0);
}
#single-search {
  /* box-shadow: 0 10px 20px #00000017; */
  background: #fff;
  padding: 15px 0px;
  top: 0;
  width: 100%;
  z-index: 9999;
  height: 100%;
  left: -100%;
  transition: left 0.3s ease;
  position: absolute;
  bottom: 0;
  right: 0;
  justify-content: center;
  display: flex;
}
#single-search.is-active {
  left: 0;
}
.search-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#call-search {
  cursor: pointer;
}
#single-search form {
  margin-top: 0px;
  /* max-width: 700px; */
  width: 90%;
}

.is-form-style input.is-search-input {
  border-radius: 30px !important;
  overflow: hidden;
  height: 46px;
  border: 0px !important;
  font-size: 18px !important;
  /* font-family: 'futura'; */
  margin-left: 30px;
}
.is-form-style input.is-search-submit,
.is-search-icon {
  border-radius: 30px;
  height: 38px;
  top: 4px;
  right: 4px;
  border: 0px;
  font-weight: 400;
  background: transparent;
  color: #111;
}
.relative {
  position: relative;
}
.is-search-submit {
  position: absolute;
  left: 0px;
}
.is-search-icon:hover {
  background: transparent;
}
.is-search-submit svg {
  stroke: #373535;
  opacity: 0.75;
  stroke-width: 1;
}
div.is-ajax-search-details,
div.is-ajax-search-result {
  padding: 0px !important;
  box-shadow: 0 10px 20px #00000017;
}
.wpr-nav-menu-horizontal .wpr-nav-menu .wpr-sub-mega-menu {
  transform: translateY(0px) !important;
}
.woocommerce-notices-wrapper {
  width: 100%;
  /* clear: both; */
  margin-bottom: 0px;
  text-wrap: wrap;
  margin-top: 15px;
}
.woocommerce-MyAccount-content {
  width: 75%;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  flex-direction: column !important;
  align-items: start;
}
.woocommerce-Reviews {
  clear: both;
}
.wcboost-variation-swatches--round .wcboost-variation-swatches__item,
.wcboost-variation-swatches--round .wcboost-variation-swatches__item img,
.wcboost-variation-swatches--round.wcboost-variation-swatches--color
  .wcboost-variation-swatches__name,
.wcboost-variation-swatches--round.wcboost-variation-swatches--button
  .wcboost-variation-swatches__item {
  border-radius: 5px;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
  margin: 5px auto;
  color: var(--main);
}
.footer-form select,
.footer-form input {
  border: 1px solid #ccc;
  padding: 10px 10px;
  border-radius: 10px;
  width: 100%;
}
.footer-form .wpcf7-form-control.wpcf7-submit {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 10px 30px;
  background: #111;
  color: #fff;
}
/* Comment Section Styling */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.comment-list li {
  background: #f9f9f9;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  position: relative;
}

.comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.comment-meta {
  font-size: 12px;
  color: #777;
}

.comment-content {
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

.comment-reply-link {
  font-size: 13px;
  color: #0073aa;
  text-decoration: none;
  font-weight: bold;
}

.comment-reply-link:hover {
  color: #005177;
}

/* Comment Form Styling */
.comment-respond {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.comment-form textarea {
  height: 120px;
  resize: none;
}

.comment-form input[type="submit"] {
  background: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 14px;
  border-radius: 5px;
  transition: 0.3s;
}

.comment-form input[type="submit"]:hover {
  background: #005177;
}

@media screen and (max-width: 768px) {
  .woocommerce-MyAccount-content {
    width: 100%;
  }
  .my-account .col2-set .col-1 {
    width: 100%;
  }
  .woocommerce .col2-set .col-2 {
    width: 100%;
    margin-left: 0%;
  }
  .my-account .woocommerce,
  .woocommerce_stats {
    flex-wrap: wrap;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
    border-right: 0px solid #ccc;
    margin-right: 0px;
  }
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: 100%;
  }
  #order_review {
    width: 100%;
    margin-left: 0px;
  }
  .checkout.woocommerce-checkout {
    flex-wrap: wrap;
  }
  .site-logo img {
    width: 70px;
  }
  .action {
    margin-right: 20px;
  }
  .home-categories a.elementor-element {
    background: transparent;
  }
  .home-categories a img {
    background: #fdf2e9;
    border-radius: 100%;
  }
  .home-categories a.elementor-element {
    font-size: 0.8em;
    justify-content: center;
    padding: 3px;
  }
  #sidebar-menu .second-menu {
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 15px;
    display: flex;
    flex-wrap: wrap;
  }
  .page-cart .woocommerce-cart-form {
    width: 100%;
    padding-right: 0px;
  }
  .page-cart .cart-collaterals {
    width: 100%;
  }
  .page-cart .woocommerce {
    flex-wrap: wrap;
  }
  #top-bar .second-menu {
    display: none;
  }
  .share-buttons {
    flex-direction: row;
    gap: 15px;
  }
  .eael-grid-post-excerpt {
    display: none;
  }
  .club-wrap img {
    max-width: 4em;
  }
  .cat-match-detail .club-wrap h4 {
    width: 100%;
  }
  .league-logo {
    max-width: 2em;
    margin: 0 auto;
  }
  .video-block {
    position: relative;
    width: 100%; /* Set the width to 80% */
    padding-bottom: 56.5%;
  }
  .main-video {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    padding: 1.5em 0.5em;
  }
  .match-wrapper .result-block {
    margin-top: 1em;
    font-size: 1em;
    padding: .25em .5em;
    border-radius: 10px;
    width: 5rem;
}
}
