html {
  --scrollbarBG: transparent;
  --thumbBG: #386639;
}

body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

body {
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
}

h2 {
  font-size: 42px;
}

.post,
.page {
  margin: 0;
}

.site-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.site-branding {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 20px;
  width: 70%;
}

.custom-logo-link img {
  width: 150px;
}

.main-navigation {
  clear: initial;
  display: block;
  float: initial;
  width: 30%;
}

.navigation ul {
  display: block;
  height: 88px;
  margin-top: 15px;
}

.subasta-site-title {
  display: block;
  color: #006134;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  margin-top: -35px;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
}

.main-navigation ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.main-navigation li {
  float: initial;
  position: relative;
}

.main-navigation a::before {
  display: block;
  /* border: 1px solid #386639;*/
  width: 72px;
  height: 72px;
  content: "";
  position: relative;
  border-radius: 74% 26% 31% 69% / 30% 15% 85% 70%;
}

.main-navigation a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  text-decoration: none;
  color: #386639;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  width: 72px;
  margin: 0 20px;
  text-align: center;
  float: right;
}

/*
 * .main-navigation a:hover::before {
  background-color: #db9600;
}*/

.menu-icon {
  position: relative;
  margin: -75px auto -15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.header-separator {
  height: 5px;
  width: 100%;
  position: relative;
  background: -ms-linear-gradient(0deg, rgba(112, 168, 59, 1) 0%, rgba(152, 184, 62, 1) 20.42%, rgba(215, 218, 67, 1) 43.46%, rgba(248, 239, 114, 1) 52.88%, rgba(180, 201, 97, 1) 70.68%, rgba(110, 170, 111, 1) 100%);
  -ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorstr='#70A83B', endColorstr='#6EAA6F', GradientType=0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(112, 168, 59, 1)), color-stop(20.42%, rgba(152, 184, 62, 1)), color-stop(43.46%, rgba(215, 218, 67, 1)), color-stop(52.88%, rgba(248, 239, 114, 1)), color-stop(70.68%, rgba(180, 201, 97, 1)), to(rgba(110, 170, 111, 1)));
  background: linear-gradient(90deg, rgba(112, 168, 59, 1) 0%, rgba(152, 184, 62, 1) 20.42%, rgba(215, 218, 67, 1) 43.46%, rgba(248, 239, 114, 1) 52.88%, rgba(180, 201, 97, 1) 70.68%, rgba(110, 170, 111, 1) 100%);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70A83B', endColorstr='#6EAA6F', GradientType=1);
}

.site-main {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: auto auto auto;
  grid-template-areas: "main-content matchs-content""main-content matchs-content""news-content matchs-content";
}

.main-container {
  grid-area: main-content;
}

.match-list-container {
  grid-area: matchs-content;
  background-color: #4B964D;
  background-image: url('./img/sidebarBgTransparent.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.news-container {
  grid-area: news-content;
  position: relative;
  z-index: 100;
}

.news-group-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: start;
  align-items: flex-start;
  height: 90%;
  margin-top: 30px;
}

.site-content {
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.content-area {
  position: relative;
  display: block;
  width: 100%;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}

.widget-area {
  display: block;
  width: 31.6407%;
  padding: 20px;
}

.match-list-container a {
  text-decoration: none;
}

.match-list-container h2 {
  display: block;
  width: 100%;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  color: white;
  margin: 20px auto 0px;
  text-transform: uppercase;
}

.match-list-container h5 {
  color: white;
  text-align: center;
  font-weight: 300;
  margin-top: 0px !important;
}

.match-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.match-champion-logo {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 80px;
  width: 80px;
  background-color: white;
  border-radius: 10px;
}

.match-champion-logo img {
  max-height: 62px;
}

.match-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 70%;
  height: 80px;
  background-color: white;
  border-radius: 10px;
}

.match-name {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #211915;
}

.match-name span {
  font-size: 30px;
  color: #70a83b;
}

.match-date {
  font-family: 'Roboto', sans-serif;
  color: #211915;
  font-size: 12px;
  margin-top: -7px;
}

.noticias-futboleras-container {
  padding-left: 20px;
  width: 60%
}

.historias-futboleras-container {
  width: 40%;
  padding: 0 20px;
  Color: white;
}

.historias-futboleras-container img {
  display: block;
  margin: 0 auto;
  width: 90%;
}

.noticias-futboleras-container h2,
.historias-futboleras-container h2,
.historias-futboleras-container h2 a {
  color: #689438;
  font-size: 22px;
  text-transform: uppercase;
  text-align: left;
  margin: 5px auto;
  text-align: center;
}

.historias-futboleras-container h2 a {
  text-decoration: none;
}

.historias-futboleras-container h2 a:hover {
  text-decoration: underline;
}

.historias-futboleras-container h2 a:visited,
.historias-futboleras-container h2 a:active {
  color: #689438;
}

.noticias-futboleras-container a {
  color: #211915;
  text-decoration: none;
}

.noticias-futboleras-list {
  width: 90%;
  height: 370px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.noticias-futboleras-list::-webkit-scrollbar {
  width: 6px;
}

.noticias-futboleras-list {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.noticias-futboleras-list::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.noticias-futboleras-list::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.news-content-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  width: 90%;
  margin: 10px auto 10px 40px;
  padding: 10px;
}

.news-title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.news-info {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.news-date {
  font-size: 12px;
  font-weight: bold;
  color: #676767;
  text-transform: capitalize;
  align-self: flex-start;
}

.historias-futboleras-container-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  justify-content: flex-end;
  background-image: url('./img/historiasHomeBG.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 20px;
  padding-top: 260px;
}

.historias-futboleras-container h4 {
  display: block;
  width: 80%;
  margin: 0 auto 10px auto;
  color: #006134;
  text-align: center;
}

.historias-futboleras-container-content a {
  background: #006138;
  border-radius: 23px;
  color: white;
  padding: 10px 30px;
  font-family: 'Oswald', sans-serif;
  text-decoration: none;
}

.subasta-mobile-menu-container {
  display: none;
}

.subasta-mobile-menu-btn__close {
  display: none;
}

.site-info {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #676767;
  height: 50px;
}

.site-info p,
.site-info a {
  margin: 0 20px;
}

.site-info a {
  color: #006138;
}

.site-info a:hover {
  color: #454545;
}

.historiasFutboleras-grid-container {
  display: block;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  overflow-x: scroll;
}

.historiasFutboleras-grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.historia-container {
  width: 300px;
  margin: 20px 1%;
  background-color: #ededed;
  padding: 10px;
  height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.historia-container::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.historia-container {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.historia-container::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

.historia-container::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG);
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}

.historia-title {
  font-size: 28px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  color: #4a4a4a;
  margin-left: 20px;
}

.historia-autor {
  font-size: 18px;
  font-weight: 700;
  color: #00612d;
  text-align: center;
  padding-bottom: 10px;
}

.historiasFutboleras-button-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 24px;
}

.historiasFutboleras-button-back,
.historiasFutboleras-button-forward {
  cursor: pointer;
}

.historiasFutboleras-button-back:hover,
.historiasFutboleras-button-forward:hover {
  color: #006134;
}

/* Woocommerce */

.woocommerce-breadcrumb {
  display: none;
}

.wpmenucart-icon-shopping-cart-0 {
  font-size: 42px;
  padding-bottom: 10px;
}

.single-product div.product {
  display: flex !important;
  flex-wrap: wrap;
}

.single-product div.product .woocommerce-product-gallery {
  opacity: 1;
  transition: opacity 0.25s ease-in-out 0s;
  width: 36%;
}

.woocommerce-tabs {
  display: none;
}

.related .products {
  width: 100%;
}

.summary.entry-summary {
  width: 60% !important;
  margin-left: 20px;
}

.site-main-shop {
  max-width: 1140px;
  margin: 40px auto;
}

.onsale {
  position: absolute;
}

.cart {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin-bottom: 30px;
}

.qty {
  height: 50px;
  border: 1px solid #006134 !important;
  border-radius: 33px !important;
  width: 70px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  margin-right: 20px;
}

.single_add_to_cart_button,
.coupon button,
.checkout-button,
.checkout-button a,
.wc-backward {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  border: none;
  background-color: #006134 !important;
  color: white;
  border-radius: 27px;
}

.wc-backward {
  text-decoration: none;
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 45%;
}

.wc-backward:hover,
.wc-backward:visited {
  color: white;
}

.checkout-button {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
}

.checkout-button:visited,
.checkout-button:hover {
  color: white;
}

#place_order {
  display: block;
  margin: 0 auto;
}

.actions button,
#place_order,
.wpcf7-form input[type="submit"] {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  border: none;
  background-color: #006138 !important;
  color: white;
  border-radius: 27px;
  float: right;
}

.wpcf7-form input[type="submit"] {
  display: block;
  margin: 0 auto;
}

.wpmenucart-icon-shopping-cart-0:before {
  content: "\f07a";
  color: #404040;
}

.woocommerce-message,
.woocommerce-info {
  width: 80%;
  background-color: #0f834d !important;
  margin: 30px auto 0px;
  height: 30px;
  line-height: 30px;
  border-radius: 27px;
  text-align: center;
  color: white;
  font-size: 12px;
  font-weight: 300;
}

.woocommerce-cart-form__contents {
  display: table;
  width: 80%;
  margin: 0 auto 40px auto;
  padding: 10px;
  border: 1px solid #555555;
  margin-top: 20px;
}

@media (max-width: 414px) {
  .woocommerce-cart-form__contents {
    width: 95%;
  }
}

.product-thumbnail img {
  width: 50%;
}

.coupon {
  text-align: center;
  margin: 30px 0;
}

.coupon label {
  display: none !important;
}

.coupon input[type='text'] {
  height: 50px;
  border: 1px solid #006134 !important;
  border-radius: 33px !important;
  font-family: 'Oswald', sans-serif;
  color: #006134;
  text-align: center;
}

.woocommerce-message a {
  color: white;
}

.cart_totals {
  display: block;
  width: 100%;
  margin: 10px auto 30px;
  border-top: 1px solid #e7e7e7;
  background-color: #f2f2f2;
  padding-bottom: 30px;
  padding-left: 40px;
}


.woocommerce-info a {
  color: white
}

.woocommerce-billing-fields {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.woocommerce-additional-fields {
  width: 90%;
  margin: 30px auto;
  border-top: 1px solid #e7e7e7;
}

#order_review_heading {
  display: block;
  width: 90%;
  margin: 30px auto;
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  font-size: 24px;
  color: #006138;
  text-align: center;
}

.woocommerce-checkout-review-order-table {
  width: 50%;
  margin: 20px auto;
  padding: 10px;
  text-align: left;
  border: 1px solid #e7e7e7;
}

@media (max-width: 579px) {
  .woocommerce-checkout-review-order-table {
    width: 95%;
  }
}

.woocommerce-checkout-payment {
  display: block;
  width: 50%;
  margin: 15px;
  background-color: #f2f2f2;
  padding: 15px;
}

.woocommerce-checkout-payment button{
  float: initial !important;
}

@media (max-width: 579px) {
  .woocommerce-checkout-payment {
    width: 95%;
  }
}

.woocommerce-billing-fields__field-wrapper input {
  border: 1px solid #006138;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
  width: 100%;
  border: 1px solid #006138;
  height: 40px;
  border-radius: 27px;
  padding-left: 10px;
  font-weight: 300;
}

.wpcf7-form textarea {
  height: initial;
}

.summary.entry-summary {
  width: 90% !important;
  margin: 0 auto;
  margin-left: auto;
}

.product_meta {
  display: none !important;
}

.woocommerce-product-gallery__trigger {
  display: none !important;
}

.woocommerce-product-gallery {
  width: 90% !important;
  margin: 0 auto;
}

.wpmenucart-contents::before {
  height: 0px !important;
}

.main-navigation li:last-child {
  position: relative;
  margin-left: -38px;
}

.cart-contents-count {
  position: relative;
  background-color: #006138;
  padding: 2px 5px;
  font-size: 12px;
  color: white;
  border-radius: 11px;
}

.social-footer a {
  font-size: 32px;
}



@media (max-width: 768px) {
  .entry-content {
    max-width: 100vw;
  }

  h2 {
    font-size: 32px;
  }

  .site-main {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "main-content""matchs-content""news-content";
  }

  .subasta-site-title {
    font-size: 20px;
    margin-top: -30px;
    margin-bottom: 20px;
  }

  .main-navigation {
    width: 100%;
  }

  .subasta-mobile-menu-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    top: -28px;
    right: 20px;
  }

  .main-navigation a {
    width: initial;
    margin: 0;
  }

  .main-navigation a:before {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }

  .menu-icon {
    margin: -57px auto -12px;
    width: 59px;
  }

  .subasta-mobile-menu-btn {
    display: block;
    font-size: 36px;
    color: black;
  }

  #primary-menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .97);
    width: 100%;
    margin-bottom: 15px;
  }

  .subasta-mobile-menu-btn__close {
    position: absolute;
    z-index: 300;
    font-size: 36px;
    color: black;
    top: 11px;
    right: 20px;
  }

  .site-branding {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 5px;
    width: 100%;
  }

  .custom-logo-link {
    width: 30%;
    margin-top: 10px;
    margin-right: 8px;
  }

  .custom-logo-link img {
    width: 100%;
  }

  .match-list-container {
    overflow-y: scroll;
    height: 100%;
    margin-top: 10px;
  }

  .news-group-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: auto;
  }

  .noticias-futboleras-container {
    padding-left: 0px;
    height: 420px;
    padding: 10px;
    width: 100%;
  }

  .noticias-futboleras-list {
    height: 90%;
    margin: 0 auto;
  }

  .historias-futboleras-container {
    padding-right: 0;
    height: initial;
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 70px;
  }

  .historias-futboleras-container h4 {
    position: relative;
    margin-top: 360px;
    margin-left: auto;
    margin-right: auto;
    z-index: 20;
  }

  .historias-futboleras-container-content {
    position: relative;
    background-size: cover;
    padding-top: 280px;
    margin-top: -440px;
  }

  .match-container {
    -webkit-box-pack: center;
    justify-content: center;
  }

  .match-champion-logo {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    height: 60px;
    width: 80px !important;
    background-color: white;
    border-radius: 10px;
    margin-right: 10px;
  }

  .match-champion-logo img {
    max-height: 50px;
  }

  .match-info {
    width: 60%;
    height: 60px;
  }

  .news-content-text {
    margin: 16px auto 10px 0px;
  }

  .site-info {
    flex-wrap: wrap;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 300;
    height: auto;
  }

  .site-info span {
    display: none;
  }

  .site-info p,
  .site-info a {
    margin: 5px;
    text-align: center;
  }

  .wc-block-grid.has-2-columns .wc-block-grid__product {
    -webkit-box-flex: 1;
    flex: 1 0 100%;
    max-width: 100%;
  }

  .historiasFutboleras-grid-container {
    width: 90%;
  }

  table.shop_table_responsive tr td:before {
    content: attr(data-title) "" !important;
  }

  .product-thumbnail img {
    width: 50%;
    text-align: center;
    transform: translatex(-50%);
  }

  .wpmenucartli {
    padding: 0px 20px 10px 0px;
  }

  .main-navigation li:last-child {
    position: relative;
    margin-left: -90px;
    width: 30px;
  }

  .qty {
    margin-right: 0px;
    padding-left: 10px !important;
  }

  .cart-contents-count {
    margin-left: 26px;
  }

  .woocommerce-message,
  .woocommerce-info {
    line-height: initial;
    padding: 5px 10px;
  }

  .actions button,
  #place_order,
  .wpcf7-form input[type="submit"] {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    border: none;
    background-color: #006138 !important;
    color: white;
    border-radius: 27px;
  }

  .wc-backward {
    font-size: 16px;
    width: 40%;
  }

}

@media (max-width: 414px) {
  .homeIcon img {
    width: 80px;
  }
}

.subasta-btn-partidazos {
	display: flex;
  	width: max-content;
  	background: #fdd302;
  	border-radius: 23px;
	font-size: 18px;
  	color: #006138;
  	padding: 10px 30px;
  	font-family: 'Oswald', sans-serif;
  	text-decoration: none;
  	margin: 0 auto 20px;
	justify-content: center;
  	align-items: center;
}

.subasta-btn-partidazos:hover {
  	color: #fdd302;
  	background: #006138;
}
