/*













*/
* {
  font-family: 'Nunito', sans-serif !important;
}


html {
  scroll-behavior: smooth;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #f2f2f2;
  margin: 0;
}

.width_5 {
  width: 5%;
}

.width_15 {
  min-width: 15%;
  max-width: 15%;
  /* width: 15%; */
}

.width_20 {
  width: 20%;
}

.width_25 {
  width: 25%;
}

.width_30 {
  width: 30%;
}

.width_40 {
  width: 40%;
}

.width_75 {
  width: 75%;
}

.width_95 {
  width: 95%;
}

.text {
  color: #6d6d6d;
}

.link {
  text-decoration: none;
  color: #824b4b;
}

.text-link:hover {
  text-decoration: none;
  color: #706467;
}

.text-left {
  text-align: left;
}

.bold {
  font-weight: 800;
}

@media (min-width: 700px) {
  body {
    max-width: 1100px;
    margin: auto;
  }
}
.header2 {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 10px 10px;
}

.header2__logo {
  align-items: center;
  display: flex;
  text-decoration: none;
}

.header2__logo-img {
  margin: 0 10px 0 0;
  width: 25px;
}

.header2__logo-title {
  color: #3e3c3c;
  font-size: 13px;
  font-weight: bolder;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.header2__live-btn {
  align-items: center;
  background-color: #9fb08f;
  border-radius: 5px;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
  color: #f7f7f7;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 8px 8px;
  text-decoration: none;
  text-transform: uppercase;
}

.header2__live-btn:hover,
.header2__live-btn:active,
.header2__live-btn:focus {
  background-color: #9fb08f;
  box-shadow: 2px 2px 5px 0px grey;
  transition: 0.5s;
}

.header2__live-spinner {
  animation: spin 1.5s linear infinite;
  border: 2.5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2.5px solid #9fb08f;
  height: 12px;
  margin: 1px 6px 1px 1px;
  width: 12px;
  transform: translate(-50%, -50%);
  -webkit-animation: spin 2s linear infinite;
}

@media (min-width: 700px) {
  .header2__logo {
    margin: 10px;
  }

  .header2__logo-img {
    width: 35px;
  }

  .header2__logo-title {
    font-size: 18px;
  }

  .header2__live-btn {
    font-size: 16px;
    margin: 0px 10px;
    padding: 11px 11px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.nav2 {
  background-color: #3e3c3c;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
  margin: 20px 10px;
}

.nav2__item {
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.7px;
  padding: 15px 8px;
  text-decoration: none;
  text-transform: uppercase;
  width: 33.3333%;
}

.nav2__item--left {
  align-items: center;
  border-right: 0.1px solid #524f4f;
  display: flex;
  width: 30%;
}

.nav2__item--left:hover {
  background-color: #4f4f4f;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.nav2__item--left-img {
  margin-right: 10px;
  width: 7px;
}

.nav2__item--center {
  text-align: center;
  width: 40%;
}

.nav2__item--center:hover {
  background-color: #4f4f4f;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.nav2__item--right {
  align-items: center;
  border-left: 0.1px solid #524f4f;
  display: flex;
  margin-right: auto;
  width: 30%;
}

.nav2__item--right:hover {
  background-color: #4f4f4f;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
}

.nav2__item--right-label {
  margin-left: auto;
}

.nav2__item--right-img {
  margin-left: 10px;
  width: 7px;
}

@media (min-width: 700px) {
  .nav2 {
    margin: 30px 120px;
    border-radius: 20px;
  }

  .nav2__item {
    font-size: 18px;
    padding: 15px 15px;
  }

  .nav2__item--left-img,
  .nav2__item--right-img {
    width: 10px;
  }

  .nav2__item--left:hover {
    border-radius: 20px 0 0 20px;
  }

  .nav2__item--right:hover {
    border-radius: 0 20px 20px 0;
  }
}
.search2 {
  display: flex;
  justify-content: center;
  margin: 0px 5px 25px 5px;
}

.search2-form {
  width: 100%;
}

.search2-box {
  display: flex;
  margin-bottom: auto;
  margin-top: auto;
  background-color: white;
  border-radius: 35px;
  padding: 5px 10px;
  box-shadow: 0px 3px 5px rgba(35, 35, 35, 0.3);
}

.search2-input {
  border: 0;
  outline: 0;
  line-height: 40px;
  padding: 0 10px;
  width: 100%;
  font-weight: 300;
  font-size: 17px;
}

.search2-input::placeholder {
  color: #727272;
}

.search2-icon {
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  float: right;
  display: flex;
  text-decoration: none;
  background: white;
  border-width: 0px;
  cursor: pointer;
}

#search2-suggestions {
  display: none;
  list-style-type: none;
}

#search2-suggestions p {
  font-weight: 600;
  font-size: 17px;
  margin-left: 10px;
}

#search2-suggestions ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#search2-suggestions ul li a {
  border: 1px solid #ddd;
  margin-top: -1px;
  background-color: #f6f6f6;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  display: block;
}

#search2-suggestions ul li span {
  color: #5a5353;
  font-size: 14px;
}

#search2-suggestions ul li a:hover:not(.header) {
  background-color: #eee;
}

@media (min-width: 700px) {
  .search2-input {
    font-size: 20px;
  }

  .search2-box {
    padding: 10px;
  }
}
.breadcrumb {
  padding: 3.5px 8px;
  list-style: none;
  background-color: #ffffff;
  margin: 20px 0px 7px 0px;
  border-top: 0.5px solid #e8e8e8;
  border-bottom: 0.5px solid #e8e8e8;
}

.breadcrumb__item {
  display: inline;
  font-size: 15px;
  letter-spacing: 0.2px;
  vertical-align: middle;
}

.breadcrumb__item + .breadcrumb__item:before {
  padding: 6px;
  color: #3e3c3c;
  content: '/';
}

.breadcrumb__item-img {
  width: 23px;
}

@media (min-width: 700px) {
  .breadcrumb {
    padding: 5px 10px;
  }
}
.tableV2 {
  display: table;
  width: 98%;
  text-align: center;
  margin: 10px auto;
}

.divTableCell {
  display: table-cell;
  border: 4px solid white;
  padding: 2px 4px;
  font-size: 12.5px;
  letter-spacing: 0.5px;
}

.divTableHead {
  display: table-cell;
  border: 4px solid white;
  padding: 2px 3px;
  font-weight: bold;
  background-color: #e2e2e2;
  color: #3e3c3c;
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  font-size: 12.5px;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  display: table-header-group;
}

.divTableBody {
  display: table-row-group;
}

.standings__stage-name {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.standings__group-name {
  margin: 15px 10px 5px 10px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.standings__team-name {
  font-weight: 600;
  font-size: 13px;
}

.content__body {
  clear: both;
  background-color: #ffffff;
  align-items: center;
  /* display: flex; */
  margin: 20px 0;
  box-shadow: 0px 3px 5px rgba(35, 35, 35, 0.3);
  overflow-x: scroll;
}

.no-scroll {
  overflow-x: auto;
}

.content__empty {
  background-color: #ffffff;
  margin: 20px 0;
  /* box-shadow: 0px 3px 5px rgba(35, 35, 35, 0.3); */
  padding: 40px 10px;
  text-align: center;
  clear: both;
}

.content__empty--img {
  display: block;
  margin: auto auto;
  width: 60px;
}

.content__empty--message {
  display: block;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin: 20px 10px 0 10px;
}

.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: auto;
}

.table__header {
  display: flex;
  margin: 0px 5px;
  color: #ffffff;
  font-size: 12.5px;
  text-transform: uppercase;
  font-weight: 600;
  overflow-wrap: break-word;
}

.table__header-cell {
  background-color: #e2e2e2;
  color: #3e3c3c;
  border-radius: 3px;
  display: inline-block;
  letter-spacing: 0.5px;
  margin: 15px 5px 0px 5px;
  padding: 6px 5px;
  text-align: center;
}

.table__row {
  display: flex;
  border-bottom: 0.5px solid #b8b8b8;
  margin: 0px 5px;
  font-size: 12.5px;
  overflow-wrap: break-word;
  text-align: center;
}

.table__row:hover {
  background-color: #f2f2f2;
  transition: 0.5s;
}

.table__row2:hover {
  background-color: #f2f2f2;
  transition: 0.5s;
}

.table__row-cell {
  margin: auto 5px;
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table__row-cell--search {
  margin: auto 5px;
  padding: 10px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table__row-cell--img {
  vertical-align: middle;
  margin-right: 4px;
  width: 22px;
}

.table__row-cell--transfers {
  display: flex;
}

.table__row-cell--transfers-img {
  max-height: 21px;
  margin: auto 0px auto 0px;
}

.table__row-cell--transfers-text {
  margin: auto;
}

.table__row-cell--text {
  vertical-align: middle;
}

.content__body--team-details {
  display: block;
  margin: 5px 12px;
  /* width: 100%; */
}

.content__body--wc {
  display: block;
  margin: 5px 12px;
  font-size: 13px;
  width: 100%;
}

.content__body--team-details-info-label {
  margin: 10px auto;
  letter-spacing: 0.5px;
  font-size: 16px;
}

.content__body--team-details-info-value {
  /* text-transform: uppercase; */
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  font-size: 16px;
  margin: 4px 3px 2px 10px;
}

.content__body--team-details-venue-label {
  margin: 5px auto 5px 10px;
  font-size: 14px;
}

.content__body--team-details-venue-value {
  letter-spacing: 1px;
  font-weight: bold;
  display: block;
  font-size: 14px;
  margin: 4px 3px 2px 10px;
}

.wc__groups {
  color: #734a4a;
}

.wc__groups-teams {
  list-style-type: none;
  font-size: 16px;
}

.wc__groups-teams li {
  margin: 10px 0px;
  display: flex;
}

.wc__groups-teams a {
  text-decoration: none;
  color: #625e5e;
}

.wc__groups-teams img {
  margin-right: 10px;
}

.tab {
  display: flex;
  overflow: auto;
  white-space: nowrap;
  border: 1px solid #ccc;
  background-color: #f2f2f2;
}

.tab button {
  width: 100%;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 16px;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #d1d1d1;
  font-weight: 600;
}

.tab__content {
  display: none;
  padding: 6px 6px;
  border: 1px solid #ccc;
  border-top: none;
}

.table__row-cell--search-img {
  max-height: 40px;
  max-width: 40px;
  margin: auto 0px auto 0px;
}

.table__row-cell--result {
  margin-left: 25px;
  text-align: left;
  font-size: 17px;
}

.top-searches {
  padding: 5px 20px;
}

.top-searches--term {
  font-size: 19px;
}

@media (min-width: 700px) {
  .content__body--team-details {
    margin: 5px 50px;
  }

  .content__body--wc {
    font-size: 15px;
    margin: 5px 50px;
    width: 100%;
  }

  .table__header {
    font-size: 14px;
  }

  .table__row {
    font-size: 14px;
  }

  .tab button {
    font-size: 18px;
  }

  .table__row-cell--result {
    margin-left: 10px;
  }

  .divTableCell, .divTableHead {
    border: 5px solid white;
    font-size: 16px;
  }

  .standings__stage-name {
    font-size: 18px;
  }

  .standings__group-name {
    margin: 20px 20px 10px 20px;
    font-size: 16px;
  }

  .standings__team-name {
    font-size: 17px;
  }
}
.content__title {
  background-color: #ffffff;
  border-top: 0.5px solid #e8e8e8;
  border-bottom: 0.5px solid #e8e8e8;
  align-items: center;
  display: flex;
  margin: 0px;
}

.content__title-img {
  margin: 10px 7px;
  max-height: 30px;
}

.content__title-text {
  display: flex;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin: 10px 5px;
}

@media (min-width: 700px) {
  .content__title-text {
    font-size: 20px;
  }

  .content__title-img {
    max-height: 40px;
  }
}
.match__md {
  background-color: #ffffff;
  align-items: center;
  display: flex;
  margin: 20px 0;
  box-shadow: 0px 3px 5px rgba(35, 35, 35, 0.3);
  overflow-x: scroll;
  text-decoration: none;
  color: inherit;
  clear: both;
}

.match__md:hover {
  background-color: #f2f2f2;
}

.match__md_card {
  width: 100%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.2fr;
  grid-template-rows: 0.4fr 0.5fr;
  grid-auto-flow: row;
  grid-template-areas:
    'logo_ht info logo_at'
    'name_ht info name_at';
}

.match__md_card--league {
  grid-area: league;
  margin: 5px 5px 15px 5px;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.7px;
  justify-self: center;
  color: #414141;
  font-weight: 600;
}

.match__md_card--ht-logo {
  grid-area: logo_ht;
  justify-self: center;
}

.match__md_card--at-logo {
  grid-area: logo_at;
  justify-self: center;
}

.match__md_card--ht-name {
  grid-area: name_ht;
  text-align: center;
  padding: 0 15px;
  font-size: 13.5px;
  margin: 5px auto;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.match__md_card--at-name {
  grid-area: name_at;
  text-align: center;
  padding: 0 15px;
  font-size: 13.5px;
  margin: 5px auto;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.match__md_card-logo {
  max-width: 40px;
  max-height: 40px;
}

.match__md_card--info {
  grid-area: info;
  justify-self: center;
  align-self: center;
}

.match__md_card--datetime {
  place-self: center;
  background: #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  text-align: center;
  width: 75px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.match__md_card--scoreboard {
  place-self: center;
  background: #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
  text-align: center;
  width: 75px;
  margin: auto;
}

.match__md_card--date {
  margin: 15px 2px 5px 2px;
  font-size: 11.5px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.match__md_card--status {
  padding: 3px;
  letter-spacing: 0.5px;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.match__md_card--status-green {
  background-color: #c4dfb0;
  color: black;
}

.match__md_card--status-yellow {
  background-color: #f4f1b1;
  color: black;
}

.match__md_card--status-red {
  background-color: #d56969;
  color: #ffffff;
}

.match__md_card--status-grey {
  background-color: #303030;
  color: #fafafa;
}

.match__md_card--status-purple {
  background-color: #371774;
  color: #ffffff;
}

.match__md_card--live {
  position: relative;
  text-align: center;
  margin: 8px auto 0px auto;
}

.match__md_card--live-minute {
  font-size: 12px;
  font-style: italic;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 10px;
  z-index: 1;
  font-weight: 600;
}

.match__md_card--live-loader {
  background-color: white;
  margin: auto;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #88b57d;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transform: translate(-50%, -50%);
}

@media (min-width: 700px) {
  .match {
    padding: 0 120px;
  }

  .match__md_card {
    width: 75%;
  }

  .match__md_card--at-name {
    font-size: 16px;
  }

  .match__md_card--ht-name {
    font-size: 16px;
  }

  .match__md_card-logo {
    max-width: 45px;
    max-height: 45px;
  }

  .match__md_card--datetime {
    font-size: 13.5px;
    width: 85px;
    line-height: 20px;
  }
}
.match__lg {
  background-color: #ffffff;
  align-items: center;
  display: flex;
  margin: 20px 0;
  box-shadow: 0px 3px 5px rgba(35, 35, 35, 0.3);
  overflow-x: scroll;
  text-decoration: none;
  color: inherit;
  clear: both;
}

.match__lg:hover {
  background-color: #f2f2f2;
}

.match__lg_card {
  width: 100%;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 1.2fr 0.7fr 1.2fr;
  grid-template-rows: 0.4fr 1fr 0.5fr;
  grid-auto-flow: row;
  grid-template-areas:
    'league league league'
    'logo_ht info logo_at'
    'name_ht info name_at';
}

.match__lg_card--league {
  grid-area: league;
  margin: 5px 5px 15px 5px;
  text-transform: uppercase;
  font-size: 11.5px;
  letter-spacing: 0.7px;
  justify-self: center;
  color: #414141;
  font-weight: 600;
}

.match__lg_card--ht-logo {
  grid-area: logo_ht;
  justify-self: center;
}

.match__lg_card--at-logo {
  grid-area: logo_at;
  justify-self: center;
}

.match__lg_card--ht-name {
  grid-area: name_ht;
  text-align: center;
  padding: 0 15px;
  font-size: 13.5px;
  margin: 5px auto;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.match__lg_card--at-name {
  grid-area: name_at;
  text-align: center;
  padding: 0 15px;
  font-size: 13.5px;
  margin: 5px auto;
  letter-spacing: 0.3px;
  font-weight: 500;
}

.match__lg_card-logo {
  max-width: 40px;
  max-height: 40px;
}

.match__lg_card--info {
  grid-area: info;
  justify-self: center;
}

.match__lg_card--datetime {
  place-self: center;
  background: #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
  text-align: center;
  width: 75px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.match__lg_card--scoreboard {
  place-self: center;
  background: #e2e2e2;
  border-radius: 5px;
  padding: 5px;
  font-size: 15px;
  text-align: center;
  width: 75px;
  margin: auto;
}

.match__lg_card--date {
  margin: 15px 2px 5px 2px;
  font-size: 11.5px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.match__lg_card--status {
  padding: 3px;
  letter-spacing: 0.5px;
  font-size: 9px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 15px;
}

.match__lg_card--status-green {
  background-color: #c4dfb0;
  color: black;
}

.match__lg_card--status-yellow {
  background-color: #f4f1b1;
  color: black;
}

.match__lg_card--status-red {
  background-color: #d56969;
  color: #ffffff;
}

.match__lg_card--status-grey {
  background-color: #303030;
  color: #fafafa;
}

.match__lg_card--status-purple {
  background-color: #371774;
  color: #ffffff;
}

.match__lg_card--live {
  position: relative;
  text-align: center;
  margin: 8px auto 0px auto;
}

.match__lg_card--live-minute {
  font-size: 12px;
  font-style: italic;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-top: 10px;
  z-index: 1;
  font-weight: 600;
}

.match__lg_card--live-loader {
  background-color: white;
  margin: auto;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #88b57d;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  transform: translate(-50%, -50%);
}

@media (min-width: 700px) {
  .match {
    padding: 0 120px;
  }

  .match__lg_card {
    width: 75%;
  }

  .match__lg_card--at-name {
    font-size: 16px;
  }

  .match__lg_card--ht-name {
    font-size: 16px;
  }

  .match__lg_card-logo {
    max-width: 45px;
    max-height: 45px;
  }

  .match__lg_card--datetime {
    font-size: 12px;
    width: 85px;
    line-height: 20px;
  }
}
.related {
  margin: 15px 10px 30px 10px;
}

.related__item {
  display: flex;
  align-items: center;
  height: 25px;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  margin: 5px auto;
  border-radius: 3px;
  padding: 8px 5px;
  text-decoration: none;
}

.related__item-parent {
  box-shadow: 0 0.1rem 1rem rgba(35, 35, 35, 0.1);
  border: 1px solid #d6d6d6;
  display: flex;
  align-items: center;
  margin: 10px 0px;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 10px 10px 10px 5px;
  text-decoration: none;
  font-weight: 500;
}

.related__item:hover,
.related__item-parent:hover {
  background-color: #e2e2e2;
  box-shadow: 2px 2px 5px 0px #e2e2e2;
  transition: 0.5s;
  border: 1px solid #d6d6d6;
}

.related__item-divider {
  font-size: 13px;
  margin: 0px 5px;
  letter-spacing: 1px;
}

.related__item-image {
  max-height: 25px;
  max-width: 25px;
  vertical-align: middle;
  margin: 0px 10px 0px 5px;
}

@media (min-width: 700px) {
  .related__item {
    display: inline-flex;
    padding: 8px 10px 8px 5px;
  }
}
.footer {
  margin: 30px 10px 15px 10px;
  font-size: 12px;
  text-align: center;
}

.footer__mail {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}
.notification {
  display: flex;
  align-items: center;
  text-align: end;
  margin: 5px 0px;
  padding: 5px 10px 5px 20px;
  border-radius: 10px;
  float: right;
  background-color: #8c8989;
  box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.2);
}

.notification_label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  margin-right: 10px;
  color: white;
}

.notification_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.notification_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.notification_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e8a1a1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.notification_slider:before {
  position: absolute;
  content: '';
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .notification_slider {
  background-color: #9bca7e;
}

input:focus + .notification_slider {
  box-shadow: 0 0 1px #9bca7e;
}

input:checked + .notification_slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/* Rounded sliders */
.notification_slider.round {
  border-radius: 34px;
}

.notification_slider.round:before {
  border-radius: 50%;
}
.shopping__products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}

.shopping__card {
  display: grid;
  justify-content: center;
  justify-items: center;
  margin: 40px 15px;
}

.shopping__card__image {
  max-width: 220px;
  max-height: 220px;
}

.shopping__card__title {
  font-size: 18px;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 15px 0px;
  font-weight: 600;
}

.shopping__card__button {
  box-shadow: 5px 10px 10px -7px #adadad;
  background-color: #6a8a72;
  border-radius: 8px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 120px;
  height: 40px;
  display: flex;
  justify-content: center;
  place-items: center;
}

.shopping__card__button:hover {
  background-color: #74a380;
}

.shopping__card__button:active {
  position: relative;
  top: 1px;
}

.shopping__disclaimer {
  font-size: 13px;
  padding: 4px 10px 10px 4px;
  display: block;
  text-align: center;
}


@media screen and (max-width: 800px) {
  .shopping__card__image {
    max-width: 140px;
    max-height: 140px;
  }

  .shopping__card__title {
    font-size: 14px;
  }

  .shopping__card__button {
    width: 100px;
    height: 35px;
  }

  .shopping__card {
    margin: 30px 15px;
  }

  .shopping__disclaimer {
    font-size: 12px;
  }
}
